.hr-pageMainContent h2 {
	font-size: 1.67rem;
}

.hr-pageMainContent h3 {
	font-size: 1.22rem;
}

.hr-pageMainContent h4 {
	font-size: 1rem;
}

.hr-pageMainContent *+h2 {
	margin-top: 3.33rem;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
	background-color: #fff;
	border: 1px solid #404040;
	color: #404040;
	display: block;
	font-family: Arial, sans-serif;
	font-size: .89rem;
	line-height: 1.6;
	margin: .89rem 0 0 0;
	padding: .33rem .66rem;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1010;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
}

.chosen-container a {
	cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name
	{
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after
	{
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff),
		color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

.chosen-container-single .chosen-default {
	color: #999;
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search
	{
	position: absolute;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7),
		color-stop(90%, #2a62bc));
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	cursor: text;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"]
	{
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin-right: 5px;
	padding: 0px 20px 0px 5px;
	border: 1px solid #004494;
	max-width: 100%;
	border-radius: 3px;
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	line-height: 13px;
	cursor: default;
	font-size: .89rem;
	line-height: 1.6;
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close
	{
	position: absolute;
	top: 7px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover
	{
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4),
		color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666;
}

.chosen-container .chosen-container-multi .chosen-choices li.search-choice-focus
	{
	background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close
	{
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active.chosen-with-drop .chosen-single {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"]
	{
	color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}

.chosen-disabled .chosen-single {
	cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
	text-align: right;
}

.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}

.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}

.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}

.chosen-rtl .chosen-choices li {
	float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div
	{
	border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
	direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b
	{
	background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min-resolution: 144dpi) , only screen and (min-resolution: 1.5dppx) {
	.chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr,
		.chosen-container-single .chosen-single div b,
		.chosen-container-single .chosen-search input[type="text"],
		.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
		.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span
		{
		background-image: url("../img/chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important;
	}
}

/* @end */
@
-webkit-keyframes lum-fade { 0% {
	opacity: 0;
}

100%
{
opacity
:
 
1;
}
}
@
keyframes lum-fade { 0% {
	opacity: 0;
}

100%
{
opacity
:
 
1;
}
}
@
-webkit-keyframes lum-fadeZoom { 0% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

100%
{
-webkit-transform
:
 
scale
(1);

            
transform
:
 
scale
(1);

    
opacity
:
 
1;
}
}
@
keyframes lum-fadeZoom { 0% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

100%
{
-webkit-transform
:
 
scale
(1);

            
transform
:
 
scale
(1);

    
opacity
:
 
1;
}
}
@
-webkit-keyframes lum-loader-rotate { 0% {
	-webkit-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}

50%
{
-webkit-transform
:
 
translate
(-50%
,
-50%)
rotate
(-180deg);

            
transform
:
 
translate
(-50%
,
-50%)
rotate
(-180deg);
 
}
100%
{
-webkit-transform
:
 
translate
(-50%
,
-50%)
rotate
(-360deg);

            
transform
:
 
translate
(-50%
,
-50%)
rotate
(-360deg);
 
}
}
@
keyframes lum-loader-rotate { 0% {
	-webkit-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}

50%
{
-webkit-transform
:
 
translate
(-50%
,
-50%)
rotate
(-180deg);

            
transform
:
 
translate
(-50%
,
-50%)
rotate
(-180deg);
 
}
100%
{
-webkit-transform
:
 
translate
(-50%
,
-50%)
rotate
(-360deg);

            
transform
:
 
translate
(-50%
,
-50%)
rotate
(-360deg);
 
}
}
@
-webkit-keyframes lum-loader-before { 0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

10%
{
-webkit-transform
:
 
scale
(1
.2
)
 
translateX
(6px);

            
transform
:
 
scale
(1
.2
)
 
translateX
(6px);
 
}
25%
{
-webkit-transform
:
 
scale
(1
.3
)
 
translateX
(8px);

            
transform
:
 
scale
(1
.3
)
 
translateX
(8px);
 
}
40%
{
-webkit-transform
:
 
scale
(1
.2
)
 
translateX
(6px);

            
transform
:
 
scale
(1
.2
)
 
translateX
(6px);
 
}
50%
{
-webkit-transform
:
 
scale
(1);

            
transform
:
 
scale
(1);
 
}
60%
{
-webkit-transform
:
 
scale
(0
.8
)
 
translateX
(6px);

            
transform
:
 
scale
(0
.8
)
 
translateX
(6px);
 
}
75%
{
-webkit-transform
:
 
scale
(0
.7
)
 
translateX
(8px);

            
transform
:
 
scale
(0
.7
)
 
translateX
(8px);
 
}
90%
{
-webkit-transform
:
 
scale
(0
.8
)
 
translateX
(6px);

            
transform
:
 
scale
(0
.8
)
 
translateX
(6px);
 
}
100%
{
-webkit-transform
:
 
scale
(1);

            
transform
:
 
scale
(1);
 
}
}
@
keyframes lum-loader-before { 0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

10%
{
-webkit-transform
:
 
scale
(1
.2
)
 
translateX
(6px);

            
transform
:
 
scale
(1
.2
)
 
translateX
(6px);
 
}
25%
{
-webkit-transform
:
 
scale
(1
.3
)
 
translateX
(8px);

            
transform
:
 
scale
(1
.3
)
 
translateX
(8px);
 
}
40%
{
-webkit-transform
:
 
scale
(1
.2
)
 
translateX
(6px);

            
transform
:
 
scale
(1
.2
)
 
translateX
(6px);
 
}
50%
{
-webkit-transform
:
 
scale
(1);

            
transform
:
 
scale
(1);
 
}
60%
{
-webkit-transform
:
 
scale
(0
.8
)
 
translateX
(6px);

            
transform
:
 
scale
(0
.8
)
 
translateX
(6px);
 
}
75%
{
-webkit-transform
:
 
scale
(0
.7
)
 
translateX
(8px);

            
transform
:
 
scale
(0
.7
)
 
translateX
(8px);
 
}
90%
{
-webkit-transform
:
 
scale
(0
.8
)
 
translateX
(6px);

            
transform
:
 
scale
(0
.8
)
 
translateX
(6px);
 
}
100%
{
-webkit-transform
:
 
scale
(1);

            
transform
:
 
scale
(1);
 
}
}
@
-webkit-keyframes lum-loader-after { 0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

10%
{
-webkit-transform
:
 
scale
(1
.2
)
 
translateX
(-6px);

            
transform
:
 
scale
(1
.2
)
 
translateX
(-6px);
 
}
25%
{
-webkit-transform
:
 
scale
(1
.3
)
 
translateX
(-8px);

            
transform
:
 
scale
(1
.3
)
 
translateX
(-8px);
 
}
40%
{
-webkit-transform
:
 
scale
(1
.2
)
 
translateX
(-6px);

            
transform
:
 
scale
(1
.2
)
 
translateX
(-6px);
 
}
50%
{
-webkit-transform
:
 
scale
(1);

            
transform
:
 
scale
(1);
 
}
60%
{
-webkit-transform
:
 
scale
(0
.8
)
 
translateX
(-6px);

            
transform
:
 
scale
(0
.8
)
 
translateX
(-6px);
 
}
75%
{
-webkit-transform
:
 
scale
(0
.7
)
 
translateX
(-8px);

            
transform
:
 
scale
(0
.7
)
 
translateX
(-8px);
 
}
90%
{
-webkit-transform
:
 
scale
(0
.8
)
 
translateX
(-6px);

            
transform
:
 
scale
(0
.8
)
 
translateX
(-6px);
 
}
100%
{
-webkit-transform
:
 
scale
(1);

            
transform
:
 
scale
(1);
 
}
}
@
keyframes lum-loader-after { 0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

10%
{
-webkit-transform
:
 
scale
(1
.2
)
 
translateX
(-6px);

            
transform
:
 
scale
(1
.2
)
 
translateX
(-6px);
 
}
25%
{
-webkit-transform
:
 
scale
(1
.3
)
 
translateX
(-8px);

            
transform
:
 
scale
(1
.3
)
 
translateX
(-8px);
 
}
40%
{
-webkit-transform
:
 
scale
(1
.2
)
 
translateX
(-6px);

            
transform
:
 
scale
(1
.2
)
 
translateX
(-6px);
 
}
50%
{
-webkit-transform
:
 
scale
(1);

            
transform
:
 
scale
(1);
 
}
60%
{
-webkit-transform
:
 
scale
(0
.8
)
 
translateX
(-6px);

            
transform
:
 
scale
(0
.8
)
 
translateX
(-6px);
 
}
75%
{
-webkit-transform
:
 
scale
(0
.7
)
 
translateX
(-8px);

            
transform
:
 
scale
(0
.7
)
 
translateX
(-8px);
 
}
90%
{
-webkit-transform
:
 
scale
(0
.8
)
 
translateX
(-6px);

            
transform
:
 
scale
(0
.8
)
 
translateX
(-6px);
 
}
100%
{
-webkit-transform
:
 
scale
(1);

            
transform
:
 
scale
(1);
 
}
}
.lum-lightbox {
	background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
	top: 2.5%;
	right: 2.5%;
	bottom: 2.5%;
	left: 2.5%;
}

.lum-lightbox-inner img {
	position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
	margin: 0 auto;
	color: #fff;
	max-width: 700px;
	text-align: center;
}

.lum-loading .lum-lightbox-loader {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 66px;
	height: 20px;
	-webkit-animation: lum-loader-rotate 1800ms infinite linear;
	animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before, .lum-lightbox-loader:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
	left: 0;
	-webkit-animation: lum-loader-before 1800ms infinite linear;
	animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
	right: 0;
	-webkit-animation: lum-loader-after 1800ms infinite linear;
	animation: lum-loader-after 1800ms infinite linear;
	-webkit-animation-delay: -900ms;
	animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
	-webkit-animation: lum-fade 180ms ease-out;
	animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
	-webkit-animation: lum-fadeZoom 180ms ease-out;
	animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
	-webkit-animation: lum-fade 300ms ease-in;
	animation: lum-fade 300ms ease-in;
	animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
	-webkit-animation: lum-fadeZoom 300ms ease-in;
	animation: lum-fadeZoom 300ms ease-in;
	animation-direction: reverse;
}

.lum-img {
	-webkit-transition: opacity 120ms ease-out;
	transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
	opacity: 0;
}

.lum-gallery-button {
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100px;
	max-height: 100%;
	width: 60px;
	cursor: pointer;
}

.lum-previous-button {
	left: 12px;
}

.lum-next-button {
	right: 12px;
}

.lum-gallery-button:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	border-left: 4px solid rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
	left: 12%;
	border-radius: 3px 0 0 0;
}

.lum-next-button:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	border-right: 4px solid rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
	right: 12%;
	border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media ( max-width : 460px) {
	.lum-lightbox-image-wrapper {
		display: block;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.lum-lightbox-caption {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	.lum-lightbox-inner img {
		max-width: none;
		max-height: none;
		display: block;
	}
}

.ecl-pager__wrapper, .dataTables_wrapper .bottom {
	border-top: 2px solid #000;
	margin: 0;
	text-align: center;
}

.ecl-pager, .dataTables_wrapper .dataTables_paginate {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1rem 0;
	padding-left: 0;
	width: 100%;
}

.ecl-pager__item, .dataTables_wrapper .dataTables_paginate .paginate_button
	{
	border: 2px solid transparent;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: #000;
	display: none;
	list-style: none;
	margin: 0 .33rem;
}

.ecl-pager__link, .dataTables_wrapper .dataTables_paginate .paginate_button
	{
	color: #004494;
	display: block;
	font-size: .89rem;
	font-weight: 500;
	min-width: 1rem;
	padding: .33rem;
	text-decoration: none;
}

.ecl-pager__link:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover
	{
	color: #000;
	text-decoration: underline;
}

.ecl-pager__item--next, .dataTables_wrapper .dataTables_paginate .paginate_button.next,
	.ecl-pager__item--previous, .dataTables_wrapper .dataTables_paginate .paginate_button.previous
	{
	display: block;
}

.ecl-pager__item--next .ecl-pager__link, .dataTables_wrapper .dataTables_paginate .paginate_button.next .ecl-pager__link,
	.ecl-pager__item--next .dataTables_wrapper .dataTables_paginate .paginate_button,
	.dataTables_wrapper .dataTables_paginate .ecl-pager__item--next .paginate_button,
	.dataTables_wrapper .dataTables_paginate .paginate_button.next .paginate_button,
	.ecl-pager__item--previous .ecl-pager__link, .dataTables_wrapper .dataTables_paginate .paginate_button.previous .ecl-pager__link,
	.ecl-pager__item--previous .dataTables_wrapper .dataTables_paginate .paginate_button,
	.dataTables_wrapper .dataTables_paginate .ecl-pager__item--previous .paginate_button,
	.dataTables_wrapper .dataTables_paginate .paginate_button.previous .paginate_button
	{
	font-weight: 600;
}

.ecl-pager__item--ellipsis {
	font-size: .89rem;
	font-weight: 400;
	min-width: 1rem;
	padding: .33rem;
}

.ecl-pager__item--current, .dataTables_wrapper .dataTables_paginate .paginate_button.current
	{
	border-radius: 50%;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: .89rem;
	font-weight: 600;
	min-width: 1rem;
	padding: .33rem;
}

@media ( min-width : 768px) {
	.ecl-pager, .dataTables_wrapper .dataTables_paginate {
		width: auto;
	}
	.ecl-pager__item, .dataTables_wrapper .dataTables_paginate .paginate_button
		{
		display: block;
	}
	.ecl-pager__item--current, .dataTables_wrapper .dataTables_paginate .paginate_button.current
		{
		border: 2px solid #000;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.ecl-pager__item-text {
		display: none;
	}
}

/*=============================================
=            ECL Basic Vital Modifications
=============================================*/
button:not (.ecl-accordion__header ), /*avoid affect accordions class*/
	input[type="button"], input[type="submit"], .ecl-button {
	cursor: pointer;
	white-space: nowrap; /* affects accordions */
}

.ecl-container .ecl-paragraph a {
	color: #004494;
}

.text-justified {
	text-align: justify;
  	text-justify: inter-word;
}

.hr-pageMainContent p, .hr-pageMainContent ul, .hr-pageMainContent ol {
	line-height: 1.66;
	max-width: 32em;
}

main.ecl-container .ecl-heading--h1, .hr-pageMainContent .ecl-heading--h1
	{
	max-width: 14.5em;
}

main.ecl-container .ecl-heading--h2, .hr-pageMainContent .ecl-heading--h2
	{
	max-width: 19.2em;
}

main.ecl-container .ecl-heading--h3, .hr-pageMainContent .ecl-heading--h3
	{
	max-width: 26.2em;
}

main.ecl-container .ecl-heading--h4, .hr-pageMainContent .ecl-heading--h4
	{
	max-width: 32em;
}

.ecl-breadcrumbs__segment--last {
	color: #bfd0e4;
	font-weight: 700;
}

/*=============================================
=            Hidden Raven Components
=============================================*/
.hr-pageMainContent a {
	color: #004494;
}

.hr-newsletterCta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hr-newsletterCta .ecl-icon {
	font-size: 2.2rem;
	padding-right: 10px;
}

.hr-table th {
	text-align: center;
}

.hr-table .grey {
	background: #F5F5F5;
}

.hr-table td:not (:first-child ) {
	text-align: center;
}

.hr-table-btn {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
}

.hr-table-btn:hover {
	color: #D01842;
}

.hr-table-btn .ecl-icon {
	font-size: 1rem;
}

.hr-table--rowLink td a {
	display: inline-block;
	min-height: 100%;
	width: 100%;
	padding: 0.89rem;
	color: #004494;
	text-decoration: none;
}

.hr-listing {
	margin: 0 -1rem;
}

.hr-listing .ecl-list-item__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.hr-listing .ecl-list-item__primary {
	max-height: none;
	max-width: 100%;
	margin-bottom: 1rem;
	margin-right: 0;
}

.hr-listing li {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.hr-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ecl-checkbox .ecl-checkbox__label {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 15px;
}

.red, .ecl-fieldset .ecl-form-label.error {
	color: #D01842;
}

.ecl-fieldset .ecl-form-label.required {
	position: relative;
	padding-left: 10px;
}

.ecl-fieldset .ecl-form-label.required::after {
	content: "*";
	color: #D01842;
	font-size: 1.2rem;
	line-height: 1;
	margin-right: 3px;
	top: 3px;
	position: absolute;
	left: 0;
}

.hr-documentLangSelect {
	min-width: 85px;
}

/* countries /flags */
.hr-countryList-container .ecl-select {
	text-align: left;
}

.hr-countryList-container>.ecl-list {
	margin-top: 0;
	/*display: none;*/
}

ul.list-unstyled {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 2.5em;
}

ul.list-unstyled li:before {
	content: attr(data-before-content);
	position: absolute;
	left: 0;
}

.hr-countryList-container>.ecl-list>li {
	position: relative;
	background: #fafafa;
	border: 1px solid #CFCFCF;
	border-top: 0;
}

.hr-countryList-container>.ecl-list>li img {
	border: 1px solid #CFCFCF;
	border-radius: 5px;
	margin: 20px;
	max-height: 35px;
}

.hr-countryList-container>.ecl-list>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.hr-countryList-container>.ecl-list>li>a:hover {
	text-decoration: none;
}

.hr-countryList-container>.ecl-list .countryList-infos {
	height: 0;
	overflow: hidden;
	background: #F5F5F5;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 20;
}

.hr-countryList-container>.ecl-list .countryList-infos.open {
	height: auto;
	padding-bottom: 10px;
}

.hr-countryList-container>.ecl-list .countryList-infos .country-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hr-countryList-container>.ecl-list .countryList-infos .country-name {
	color: #004494;
}

.hr-countryList-container>.ecl-list .countryList-infos .close {
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 10px;
	margin-left: auto;
}

.hr-countryList-container .countryList {
	overflow: hidden;
}

.hr-countryList-container .countryList .countryList-item {
	position: relative;
	width: 100%;
}

.hr-countryList-container .countryList .countryList-item:not (:last-child) {
	border-bottom: 1px solid #E3E3E3;
}

.hr-countryList-container .countryList>li:not (:last-child ) {
	margin-bottom: 0;
}

.hr-countryList-container .countryList, .hr-countryList-container .countryList-item{
	/*height: 0;*/
}

.hr-countryList-container.open .countryList, .hr-countryList-container.open .countryList-item{
	height: auto;
}

.ecl-icon--youtube::before {
	content: '\ea9d';
}

.ecl-icon--mail::before {
	content: '\e900';
}

.ecl-icon--flickr::before {
	content: '\eaa4';
}

.hr-slider-controls {
	margin-top: .5rem;
	outline: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hr-slider-controls>button {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.hr-slider-controls>button:last-of-type {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.hr-slider-controls .hr-slider-nav {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.hr-slider-controls .hr-slider-nav button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #004494;
	height: 20px;
	width: 20px;
	background: #004494;
	border-radius: 50%;
}

.hr-slider-controls .hr-slider-nav button.tns-nav-active,
	.hr-slider-controls .hr-slider-nav button:hover {
	background: #ffd617;
}

.hr-slider--thumbs {
	margin-top: 20px;
}

.hr-slider--thumbs .hr-videoGallery-item {
	cursor: pointer;
	text-align: center;
}

.hr-slider--thumbs .hr-videoGallery-item:hover img {
	padding: 0;
	border-color: #004494;
}

.hr-slider--thumbs img {
	vertical-align: bottom;
	height: auto;
	border: 5px solid transparent;
}

.hr-slider-iframeContainer {
	position: relative;
	padding: 0 25px 56.25%;
	/* 16:9 */
	height: 0;
}

.hr-slider-iframeContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hr-slider-thumb {
	position: relative;
	color: #fff;
	margin: 0;
	border-bottom: 4px solid #004494;
}

.hr-slider-thumb img {
	vertical-align: middle;
}

.hr-slider-thumb figcaption {
	font-weight: 600;
	-webkit-transition: background 300ms;
	transition: background 300ms;
	background: rgba(0, 0, 0, 0.4);
	padding: 0.8rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.hr-slider-thumb:hover {
	border-bottom: 4px solid #ffd617;
}

.hr-slider-thumb:focus {
	border-bottom: 4px solid #ffd617;
}

.hr-slider-thumb:hover figcaption {
	background: rgba(0, 68, 148, 0.7);
}

.dataTables_wrapper .bottom {
	width: 95%;
}

.dataTables_wrapper .bottom span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
	.dataTables_wrapper .dataTables_paginate .paginate_button.next {
	font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous::after,
	.dataTables_wrapper .dataTables_paginate .paginate_button.previous::before,
	.dataTables_wrapper .dataTables_paginate .paginate_button.next::after,
	.dataTables_wrapper .dataTables_paginate .paginate_button.next::before
	{
	content: ">";
	margin: 0 8px;
	display: inline-block;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	font-size: 1.3em;
	line-height: 0;
	bottom: -3px;
	position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous::before
	{
	content: "<";
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous::after
	{
	content: "";
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next::before {
	content: "";
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	display: none;
}

.ecl-listing .ecl-list-item .listing__title a {
	color: #004494;
}

.ecl-listing a {
	text-decoration: none;
}

.ecl-listing .ecl-list-item:active .listing__title a, .ecl-listing .ecl-list-item:active a.listing__title,
	.ecl-listing .ecl-list-item:focus .listing__title a, .ecl-listing .ecl-list-item:focus a.listing__title,
	.ecl-listing .ecl-list-item:hover .listing__title a, .ecl-listing .ecl-list-item:hover a.listing__title
	{
	color: #404040;
	text-decoration: underline;
}

.hr-list-item--highlight .ecl-meta::before {
	content: attr(data-highlight);
	display: inline-block;
	background: #ffd617;
	padding: 0.475em 0.5em 0.5em;
	margin: 0.25em 1.3em 0.3em 0;
}

.hr-socialMediaLinks {
	background: #EBEBEB;
	width: 100%;
	padding: 40px 30px;
}

.hr-socialMediaLinks p {
	display: block;
	margin: 0 0 20px;
	font-size: .889em;
	font-weight: 700;
	width: 100%;
}

.hr-socialMediaLinks a {
	font-size: .778em;
}

.hr-socialMediaLinks-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.hr-socialMediaLinks-item {
	padding: .5rem;
	width: 33.3333333333%;
	width: 100%;
}

@media ( min-width : 992px) {
	.hr-socialMediaLinks-item {
		width: 33.3333333333%;
	}
	.hr-socialMediaLinks-item:last-of-type {
		width: 100%;
	}
}

.hr-card {
	margin-bottom: 20px;
}

.hr-card ul {
	margin: 0;
	padding-left: 20px;
	line-height: 1.4;
}

.hr-card>a {
	padding: 20px;
	border: 1px solid #EBEBEB;
	text-decoration: none;
}

.hr-card>a:hover {
	background: #EBEBEB;
}

.chosen-search-input {
	background-color: #fff;
	background-image: none;
	border: 1px solid #404040;
	color: #404040;
	display: block;
	font-family: Arial, sans-serif;
	font-size: .89rem;
	line-height: 1.6;
	margin: 0;
	padding: .33rem .66rem;
	width: 100%;
}

.hr-tooltip {
	position: relative;
	margin-left: 10px;
}

.hr-tooltip i {
	background: #004494;
	width: 20px;
	height: 20px;
	display: block;
	color: white;
	text-align: center;
	font-family: serif;
	border-radius: 50%;
	padding: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: help;
}

.hr-tooltip .hr-tooltip-box {
	position: absolute;
	padding: 16px;
	background: #E3E3E3;
	color: #404040;
	opacity: 0;
	pointer-events: none;
	right: 50%;
	top: -10px;
	-webkit-transform: translate(50%, -100%);
	transform: translate(50%, -100%);
	font-weight: 400;
	-webkit-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.hr-tooltip .hr-tooltip-box::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #E3E3E3 transparent transparent transparent;
	display: block;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 7.5px);
}

.hr-tooltip .hr-tooltip-box .title {
	font-weight: 700;
}

.hr-tooltip .hr-tooltip-box .list {
	margin: 0;
	font-size: .8rem;
	padding-left: 1rem;
}

.hr-tooltip:hover .hr-tooltip-box, .hr-tooltip:focus .hr-tooltip-box {
	opacity: 1;
	pointer-events: none;
}

img.borderImgPubs {
	border: 1px solid #004494 !important;
}

img.FixSizeImgPubs {
	height: 120px;
	weight: 95px;
	object-fit: cover;
}

.ecl-message {
    max-width: 35em;
}
@media ( min-width : 768px) {
	.ecl-message {
    	max-width: 35em;
	}
}
.ecl-message__title {
	color: black;
	font: normal normal 400 1rem/1.5rem Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0.5rem;
	max-width: 80ch;
}

.ecl-game {
	height: 16rem;
	max-width: 100%;
}

@media ( min-width :480px) {
	.ecl-game {
		height: 20rem;
		width: 30rem;
	}
}

@media ( min-width :768px) {
	.ecl-game {
		height: 19rem;
		width: 30rem;
	}
}

@media ( min-width :996px) {
	.ecl-game {
		height: 23rem;
		width: 34rem;
	}
}

@media ( min-width :1140px) {
	.ecl-game {
		height: 29rem;
		width: 45rem;
	}
}

.ecl-list-item__title {
    /* height: 3.3em !important; */
}

.ecl-fact-figures {
  background-color: #f2f5f9;
  border: 1px solid #bfd0e4;
  border-radius: 0;
  margin: 0;
}
.ecl-fact-figures__items {
  padding: 0 0 2rem;
}
.ecl-fact-figures__item {
  box-sizing: border-box;
  font: normal normal 400 1rem/1.25rem arial, sans-serif;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
}
.ecl-fact-figures__icon {
  color: #004494;
  margin-bottom: 0.75rem;
}
.ecl-fact-figures__value {
  color: #000;
  font: normal normal 400 2rem/2.5rem arial, sans-serif;
  font-weight: 700;
}
.ecl-fact-figures--col-4 .ecl-fact-figures__value {
  font: normal normal 400 1.5rem/1.75rem arial, sans-serif;
  font-weight: 700;
}
.ecl-fact-figures__title {
  color: #000;
  font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
  font-weight: 700;
  margin-top: 0.5rem;
}
.ecl-fact-figures__description {
  color: #404040;
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  margin-top: 0.75rem;
}
.ecl-fact-figures__view-all {
  border-top: 1px solid #bfd0e4;
  font: normal normal 400 1rem/1.25rem arial, sans-serif;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 996px) {
  .ecl-fact-figures__items {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .ecl-fact-figures__item {
    display: inline-flex;
    flex-direction: column;
  }
  .ecl-fact-figures--col-3 .ecl-fact-figures__item {
    flex-basis: 33%;
  }
  .ecl-fact-figures--col-4 .ecl-fact-figures__item {
    flex-basis: 25%;
  }
}
.ecl-timeline {
  list-style: none;
  margin: 0 1.5rem 0 2.125rem;
  max-width: 633px;
  padding-left: 0;
}
.ecl-timeline__item {
  padding-bottom: 1.5rem;
  padding-left: 1.625rem;
  padding-top: 0.5rem;
  position: relative;
  margin-bottom: 0px;
}
.ecl-timeline__item:before {
  border-left: 0.25rem solid #404040;
  content: "";
  height: 100%;
  left: -0.225rem;
  position: absolute;
  top: 0;
  width: 0;
}
.ecl-timeline__item:after {
  background-color: #fff;
  border: 0.25rem solid #ffd617;
  border-radius: 50%;
  box-shadow: none;
  box-sizing: border-box;
  content: "";
  height: 1.25rem;
  left: -0.725rem;
  position: absolute;
  top: 0.5rem;
  width: 1.25rem;
}
@media (min-width: 480px) {
  .ecl-timeline {
    margin-left: 12.5rem;
    margin-right: 0.5rem;
  }
}
.ecl-timeline__item--toggle {
  padding-top: 0.5rem;
}
.ecl-timeline__item--toggle:before {
  border-left-style: dashed;
}
.ecl-timeline__item--toggle:after {
  border: 0.125rem solid #cfcfcf;
  box-sizing: border-box;
  height: 1.25rem;
  top: 1.25rem;
  width: 1.25rem;
}
.no-js .ecl-timeline__item--toggle {
  display: none;
}
.ecl-timeline[data-ecl-timeline-expanded] .ecl-timeline__item--toggle {
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}
.ecl-timeline[data-ecl-timeline-expanded] .ecl-timeline__item--toggle:after {
  top: 2.25rem;
}
.ecl-timeline__toggle[aria-expanded="true"] .ecl-icon {
  transform: rotate(0deg);
}
.ecl-timeline__item:first-child:before {
  height: calc(100% - 0.5rem);
  top: 0.5rem;
}
.ecl-timeline__item:last-child:before {
  height: 0.5rem;
}
.ecl-card {
	background-color: #f5f5f5;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	padding-left: calc(.75rem - 1px);
	padding-right: calc(.75rem - 1px);
	width: 100%
}

.ecl-card__image {
	background-position: 50%;
	background-size: cover;
	display: block;
	height: auto;
	margin-top: calc(.75rem - 1px);
	width: 100%
}

.ecl-card__image:before {
	content: "";
	display: block;
	padding-top: 66.66667%;
	width: 100%
}

.ecl-card__meta {
	color: #707070;
	font: normal normal 400 .75rem/1rem Arial, sans-serif;
	margin-top: .5rem
}

.ecl-card__title {
	font: normal normal 400 1rem/1.25rem Arial, sans-serif;
	font-weight: 700;
	margin-top: .75rem
}

.ecl-card__description {
	color: #404040;
	font: normal normal 400 1rem/1.25rem Arial, sans-serif;
	margin-top: .5rem
}

.ecl-card__info-container {
	list-style: none;
	margin-top: 1rem;
	padding: 0
}

.ecl-card__info-item {
	align-content: center;
	color: #707070;
	display: flex;
	font: normal normal 400 .875rem/1rem Arial, sans-serif;
	margin-top: .75rem
}

.ecl-card__info-item:first-child {
	margin-top: 0
}

.ecl-card__info-label {
	margin-left: .75rem
}

.ecl-card__link-container {
	list-style: none;
	margin-top: 2rem;
	padding: 0
}

.ecl-card__link-item {
	margin-top: .75rem
}

.ecl-card__link-item:first-child {
	margin-top: 0
}

.ecl-card__link {
	display: block;
	font: normal normal 400 .875rem/1rem Arial, sans-serif;
	font-weight: 600
}

.ecl-card__tag-container {
	display: inline-flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0
}

.ecl-card__tag-item {
	margin: 1rem .5rem 0 0
}

.ecl-card__tag-item:last-child {
	margin-right: 0
}

.ecl-card--tile .ecl-card__title {
	font: normal normal 400 1.125rem/1.75rem Arial, sans-serif;
	font-weight: 700;
	margin-top: calc(1.5rem - 1px)
}

.ecl-card__meta+.ecl-card__title {
	margin-top: .5rem
}

.ecl-card>:last-child {
	margin-bottom: calc(.75rem - 1px)
}

.ecl-card--tile>:last-child {
	margin-bottom: calc(1.5rem - 1px)
}

.ecl-card__title:last-child {
	margin-bottom: 1rem
}
.ecl-timeline__title {
  color: #000;
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.ecl-timeline__label {
  color: #404040;
  margin-bottom: 0.75rem;
}
.ecl-timeline__content,
.ecl-timeline__label {
  font: normal normal 400 1rem/1.5rem arial, sans-serif;
}
.ecl-timeline__content {
  color: #707070;
}
@media (min-width: 480px) {
  .ecl-timeline__label {
    left: -12.625rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    position: absolute;
    text-align: right;
    top: 0.5rem;
    width: 11rem;
  }
  .ecl-timeline__label,
  .ecl-timeline__title {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-timeline__content {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
}
.ecl-timeline__item--collapsed {
  display: none;
}
.ecl-timeline[data-ecl-timeline-expanded] .ecl-timeline__item--collapsed,
.no-js .ecl-timeline__item--collapsed {
  display: block;
}