/* ************************* */
/* GLOBAL settings			 */
/* ************************* */

/* general */
:root {
    --color-white: #fff;
    --color-base: #303030;
    --color-base-90: rgba(48, 48, 48, 0.9);
	--color-dark-green:#005F4F;
	--color-dark-green-20:rgba(0, 95, 79, 0.2);
	--color-light-green:#419B8C;
	--color-grey:#58595B;
	--color-blue-grey:#29335C;
	--color-blue-grey-light:#545C7D;
	--color-light-grey:#ABABAB;
	--color-smoke-white:#F7F7F8;
	--color-row-hover:rgba(65, 155, 140, 0.1);
	--font-base:'Montserrat', Arial, Helvetica, sans-serif;
	--font-icon:'Font Awesome 5 Free';
	--space-small:0.5rem;
	--space-normal:1.5rem;
	--space-big:3.5rem;
   }

html{font-size:16px;}
html, body { height: 100%; }
body *	{ position:relative; box-sizing:border-box; -moz-box-sizing:border-box }
body	{display:flex; flex-direction:column; margin:0; padding:0; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; overflow-x: hidden;
		font: 1rem/1.5 var(--font-base);
		font-weight:400; 
		color: var(--color-base); 
		background-color:var(--color-white); 
		}

#page-wrap{flex:0 0 auto;}

#scrollup { position:fixed; display:block; color:white!important; opacity:0; box-shadow:0 5px 30px rgba(0,0,0,0.3); background-color:rgba(0,0,0,0.5); border-radius:0; text-align:center; line-height:2.5rem; width:2.5rem; height:2.5rem; bottom:-3.5rem; right:1.2rem; z-index: 1000;  transition:opacity 1s ease, bottom 1s ease, color 0.2s ease, background-color 0.2s ease; text-decoration:none; }
#scrollup:after{ content:'\f30c'; font-weight: 900; font-family: var(--font-icon);}
#scrollup:hover{ background-color:var(--color-blue-grey-light);}
#scrollup.affix{ opacity:1; bottom:1rem;}

.content-section{ padding-top:5rem; padding-bottom:5rem; }
.large-padding-top{ padding-top:7rem;}
.large-padding-bottom{ padding-bottom:7rem;}
.content-section:not([class*='bg-'])+.content-section:not([class*='bg-']){padding-top:0;}

.pt-0{padding-top:0!important;}
.pb-0{padding-bottom:0!important;}

.hidden-slide{ display:none!important;}

h1, h2, h3, h4, h5, h6, ul, ol, p, .alert, address, dl{margin:0;}
h1, h2, h3, h4, h5, h6, .textbox p, .textbox ul, .textbox ol, .textbox .text-image-wrap, .textbox blockquote
	{margin-bottom:var(--space-normal);}
.textbox, .form-wrap, .accordion, .side-nav, .tabs-wrap, .side-nav-wrap
	{margin-bottom:var(--space-big);}
.textbox:last-child, .form-wrap:last-child, .accordion:last-child, .side-nav:last-child, .textbox ul:last-child, .textbox ol:last-child, .textbox p:last-child, .textbox .text-image-wrap:last-child,
	h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, [class*='mb']:last-child, .tabs-wrap:last-child, .textbox blockquote:last-child, .form-group:last-child
	{margin-bottom:0;}

.mb-half{margin-bottom:var(--space-small);}
.mb{margin-bottom:var(--space-normal);}
.mb-big{margin-bottom:var(--space-big);}
.mb-0{margin-bottom:0!important;}

[class*='col-'].indent-right{padding-right:3rem;}
[class*='col-'].indent-left{padding-left:3rem;}

/* typography */
h1, h2, h3, h4, h5, h6	{ 
	font-family:var(--font-base); 
	font-weight:600; 
	color: inherit;
	line-height:1.2;
	}
h1{font-size:3.5rem /*56px */;}
h2, .h2-style{font-size:2.75rem /*44px*/;}
h3, .h3-style{font-size:1.50rem /*24px*/;}
h4, .h4-style{font-size:1.31rem /*21px*/;}
h5, .h5-style{font-size:1.12rem /*18px*/;}
h6, .h6-style{font-size:1.00rem /*16px*/;}


.display1{font-size:4.19rem /*67px*/;}
.lead, .big{ font-size:1.25rem; font-weight:400; line-height: inherit;}
.small{ font-size:0.81rem;}
.normal{ font-size:1rem;}
.in-form-header:not(:first-child){margin-top:var(--space-normal); margin-bottom:var(--space-small);}
.weight-bold, strong{font-weight:600;}
.weight-semi{font-weight:500;}
.style-italic{font-style: italic;}

.decorated-header span{z-index: 1; right:3rem; opacity:0; transition:right 1s ease, opacity 1s ease;}
.decorated-header span:before{content:''; z-index: -1; display: block; position: absolute; left:-0.5rem; width:100%; height:1rem; bottom:0.1rem; background-color: var(--color-light-grey); opacity:0.33; transition:left 1s ease;}

.textbox:after{ content:''; display:block; clear:both; font-size: 1px; line-height: 0px; margin:0; padding:0;}

.text-image-wrap img, .text-image-wrap figure{ display:inline-block; margin:0.35rem 0; max-width:100%; z-index:2;}
.text-image-wrap.align-left{float:left; width:33.33%; margin-right:2rem; margin-bottom:1rem;}
.text-image-wrap.align-right{float:right; width:33.33%; margin-left:2rem; margin-bottom:1rem;}
.text-image-wrap.align-left img, .text-image-wrap.align-right img{width:100%;}
.text-image-wrap.align-center{text-align:center;}
.text-image-wrap.align-center img{width:auto;}
.text-image-wrap.align-stretch img{width:100%;}
.text-image-wrap figure img{margin:0; width:100%;}
.text-image-wrap figcaption{ z-index:2; position:absolute; left:0; bottom:0; padding:0.5rem 1rem; background-color:var(--color-base-90); color:var(--color-white);}
.text-image-wrap.align-left figure, .text-image-wrap.align-right figure, .text-image-wrap.align-stretch figure{width:100%;}

.textbox ul{ list-style-type:none; padding-left:1.5rem; overflow:hidden;}
.textbox ul li{padding-left:1rem; background:url(../img/list-marker.png) no-repeat 0 0.6rem;}

.textbox ol{counter-reset: listCounter; padding-left:2.5rem; overflow:hidden;}
.textbox ol li{ list-style:none; display:flex;}
.textbox ol li:before{counter-increment: listCounter; content:counter(listCounter)'. '; color:var(--color-dark-green); flex:none; display:inline-block; margin-left:-1.3rem; margin-right:0.3rem; min-width:1rem; text-align:center;}

.textbox li+li{margin-top:var(--space-small);}

.textbox iframe {max-width:100%;}

.textbox blockquote{background: url("../img/i-quote.png") no-repeat 4.37rem top; padding:1rem 0 0 6rem; font-size: 1.25rem; font-weight: 500; font-style: normal; line-height: 1.5; border:0;}
.textbox blockquote footer:before, .textbox blockquote footer .small:before{display: none;}
.textbox blockquote footer .name{display: block; font-weight: 600;}
.textbox blockquote footer .position{font-weight: 400;}
aside .textbox blockquote{padding-left:1.63rem; background-position: left top;}

/* colors */
.color-white{color:var(--color-white);}
.color-base{color:var(--color-base);}
.color-dark-green{color:var(--color-dark-green);}
.color-grey{color:var(--color-grey);}
.color-blue-grey{color:var(--color-blue-grey);}
.color-light-grey{color:var(--color-light-grey);}
.color-smoke-white{color:var(--color-smoke-white);}

.bg-color-black{background-color: var(--color-base);}
.bg-color-smoke-white{background-color: var(--color-smoke-white);}
.bg-color-grey{background-color:var(--color-grey);}

[class*='overlay-color-']:before{ content:''; display:block; position:absolute; top:0; right:0; bottom:0; left:0; transition: background 0.2s ease, opacity 0.2s ease;}
.overlay-color-40:before{ background-color:var(--color-base); opacity: 0.4;}

/* backgrounds */
.bg-image-cover{ background-position: center; background-size: cover;}

/* links */
a {color:var(--color-base); text-decoration: underline; transition:color 0.2s ease, background-color 0.2s ease;}
a:hover, A:focus{color:var(--color-base); text-decoration:none;}
a:focus, a:active, a:active:focus{outline:none;}
.color-white a:not(.btn){color:inherit;}

a img{border:0;}

.area-link{ position:absolute; top:0; left:0; width:100%; height:100%; z-index: 2;}
.anchor-link{display:block; top:-6rem; width:100%; height:0;}

.sp-link{color:inherit; padding:0.43rem 3.5rem 0.43rem 0.25rem; display: inline-flex; font-weight: 600; font-size: 1rem; line-height: 1.2; text-transform: uppercase; text-decoration: none;}
.sp-link span{z-index: 2;}
.sp-link:before{content: ''; z-index:1; left:0.25rem; bottom:0; width:2rem; height:2px; background:var(--color-blue-grey); display: block; position: absolute; transition:width 0.2s ease, height 0.2s ease, background 0.2s ease, left 0.2s ease;}
.sp-link:after{content: ''; z-index: 2; position: absolute; top:0.5rem; right:1rem; background: url("../img/i-arrow-right-black.svg") no-repeat center; width:1.5rem; height:1rem; display: block;}
.sp-link:hover, .sp-link:focus{color:var(--color-white);}
.sp-link:hover:after, .sp-link:focus:after{background-image: url("../img/i-arrow-right-white.svg"); animation:bounce 0.3s ease-in infinite alternate;}
@keyframes bounce{0%{right:1rem;}100%{right:0.25rem;}}
.sp-link:hover:before, .sp-link:focus:before{width:100%; height:100%; left:0; background-color: var(--color-blue-grey-light);}
.color-white .sp-link:after{background-image: url("../img/i-arrow-right-white.svg");}
.color-white .sp-link:before{background-color:var(--color-white);}
.color-white .sp-link:hover:before, .color-white .sp-link:focus:before{background-color: var(--color-blue-grey-light);}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color:inherit;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus{color:var(--color-base);}

/* form */

	/* placeholder */
	::-webkit-input-placeholder { opacity: 1 !important; color: var(--color-light-grey) !important;}
	::-moz-placeholder {color: var(--color-light-grey) !important;	opacity: 1 !important;} 
	:-ms-input-placeholder {color: var(--color-light-grey) !important; opacity:1 !important; }

	[placeholder]:focus::-webkit-input-placeholder { color: var(--color-light-grey) !important;}
	input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {color: var(--color-light-grey) !important;}
	input:focus:-ms-input-placeholder, textarea:focus::-ms-input-placeholder {color: var(--color-light-grey) !important;}

	input[placeholder]          {text-overflow:ellipsis;}
	input::-moz-placeholder     {text-overflow:ellipsis;} 
	input:-ms-input-placeholder {text-overflow:ellipsis;} 

.form-control{font-size:1rem; padding:0.7rem 1rem; height:4rem; box-shadow:none; color:var(--color-base); border-color:var(--color-light-grey);}
.form-control:focus{outline:0; box-shadow: inset 0 0 0 2px var(--color-blue-grey-light); border-color:var(--color-blue-grey-light);}
.form-control::-ms-clear{display: none;}

select.form-control::-ms-expand {display: none;}
select[multiple], select[size] {height: 100%;}

textarea {resize: vertical; min-height:5rem;}

label{ font-weight:normal; line-height:1.2;}
.form-group > label{font-weight: 600; text-transform: uppercase;}

.form-group, .radio, .checkbox{margin-top:0;}

.form-footer{ display: flex; align-items: center; justify-content: space-between;}
.form-footer > div+div{margin-left:1rem;}

.alert .word-break{word-break: break-all;}

	/* field with floating label*/
	.input-label {padding:1.45rem 1rem; line-height:1; font-size: 1rem; font-weight: 600; text-transform: uppercase; color:var(--color-light-grey); position: absolute; top:1px; left:1px; right:1px; transition: all 0.2s ease; margin: 0;z-index: 1; text-align:left;}
	.has-content .input-label{padding:0 1rem; top:0.8rem; font-size:0.75rem; z-index: 4;}
	.input-wrap .form-control{ background: transparent; z-index:3; padding-top:1.7rem; padding-bottom:0.4rem; }
	.input-wrap textarea.form-control{padding-top:2rem;}

	.input-wrap.disabled .form-control, .input-wrap.readonly .form-control, .form-control[disabled]{background-color: #eee;}

	/* custom radio & check */
	.radio label, .checkbox label, .inline-radio-wrap label{padding-left:0; cursor: default;}
	.inline-radio-wrap label{margin-right:1rem; margin-bottom:0; font-weight:inherit;}
	input[type='radio'], input[type='checkbox']{ display:none;}
	.radio-check-control{display:flex; align-items: center; justify-content: center; position:absolute; top:0; left:0;  width:1.125rem; height:1.125rem; transition:border 0.2s ease, background 0.2s ease;}
	.radio-check-label{ cursor: pointer; font-weight:normal; line-height:1.2; transition:color 0.2s ease; display: block; padding-left:1.75rem;}
	input[type='radio'] + .radio-check-control{border-radius:50%;}
	input[type='radio'] + .radio-check-control:before{content:''; display:block; position:absolute; width:100%; height:100%; border-radius:100%;  top:0; left:0; opacity:0; transform:scale(0.01); transition:transform 0.2s ease, background 0.2s ease; }
	input[type='checkbox'] + .radio-check-control:before{ content:'\f00c'; font-size:0.75rem; display: block; font-family:var(--font-icon); font-weight:900;  opacity:0; transform:scale(0.01); line-height:1;  transition:transform 0.2s ease, color 0.2s ease;}

		/* default */
		.radio-check-control{border:1px solid var(--color-light-grey); background-color:#fff; }
		input[type='radio'] + .radio-check-control:before{background-color:var(--color-dark-green);}
		input[type='checkbox'] + .radio-check-control:before{color:var(--color-dark-green);}

		/* checked */
		input:checked + .radio-check-control{border-color:var(--color-dark-green);}
		input:checked + .radio-check-control:before{transform:scale(1); opacity:1; }
		input[type='radio']:checked + .radio-check-control:before{transform:scale(0.6);}

		/* hover */
		label:hover .radio-check-control{border-color:var(--color-light-green);}
		label:hover input[type='checkbox']:checked + .radio-check-control:before{color:var(--color-light-green);}
		label:hover input[type='radio']:checked + .radio-check-control:before{background-color: var(--color-light-green);}

		/* disabled */
		input[disabled] ~ .radio-check-label{cursor:default; color:inherit!important;}
		input[disabled] + .radio-check-control{border-color:#ccc!important; background-color: #eee;}
		input[type='radio'][disabled]:checked + .radio-check-control:before{background-color: var(--color-dark-green)!important;}
		input[type='checkbox'][disabled]:checked + .radio-check-control:before{color: #aaa!important;}
		input[disabled] + .radio-check-control:before{ transform:scale(0.01); opacity:0;}
		input[disabled]:checked + .radio-check-control:before{ transform:scale(1); opacity:1;}

.btn {border:1px solid transparent; font-weight: 600; font-size: 1rem; line-height: 1.2; text-transform: uppercase; text-decoration: none; height:3.5rem; padding:1.12rem 1.5rem; transition:color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease; }
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus,
button:focus, button:active:focus, button.active:focus, button.focus, button:active.focus, button.active.focus{outline:0!important;}

.btn-primary{color:var(--color-white); border-color:var(--color-dark-green); background:var(--color-dark-green);}
.btn-primary:hover, .btn-primary:focus, .focus.btn-primary, .btn-primary:active, .active.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle{
	color:var(--color-white); border-color:var(--color-light-green); background:var(--color-light-green);}

.btn-default{ color:var(--color-white); border-color:var(--color-blue-grey); background:var(--color-blue-grey);}
.btn-default:hover, .btn-default:focus, .focus.btn-default, .btn-default:active, .active.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle{
	color:var(--color-white); border-color:var(--color-blue-grey-light); background:var(--color-blue-grey-light);}

.btn-white{ color:var(--color-white); border-color:var(--color-smoke-white); background:transparent;}
.btn-white:hover, .btn-white:focus, .focus.btn-white, .btn-white:active, .active.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus, .btn-white:active.focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle{
	color:var(--color-base); border-color:var(--color-white); background:var(--color-white);}

.btn-grey{ color:var(--color-white); border-color:var(--color-smoke-white); background:var(--color-grey);}
.btn-grey:hover, .btn-grey:focus, .focus.btn-grey, .btn-grey:active, .active.btn-grey, .btn-grey:active:focus, .btn-grey:active:hover, .btn-grey.active:hover, .btn-grey.active:focus, .btn-grey:active.focus, .btn-grey.active.focus, .open > .btn-grey.dropdown-toggle{
	color:var(--color-base); border-color:var(--color-white); background:var(--color-white);}

.btn-link{padding:0; height:auto; color:var(--color-blue-grey);}
.btn-link:hover, .btn-link:focus{color:var(--color-blue-grey-light);}
.color-white .btn-link{color:inherit;}

.textbox .btn{margin-top:0.35rem; margin-bottom:0.35rem;}

.btn .icon-first{margin-right:1rem; font-size: 0.87rem;}
.btn .icon-last{margin-left:1rem; font-size: 0.87rem;}

	/* sumoselect */
	.SumoSelect{display: block; width:auto; text-align: left;}
	.SumoSelect > .CaptionCont{height:4rem;}/* 'form-control' height */
	.SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt, .SumoSelect .select-all{padding:0.53rem 1rem;}/* 'form-control' paddings */
	.SumoSelect.open > .optWrapper{top:100%;}

	.SumoSelect > .CaptionCont{ background-color: #fff; border-radius:0; border-color:#ddd; display:flex; align-items:center; transition:border 0.2s ease, box-shadow 0.2s ease;}/* caption defaults */
	.SumoSelect > .CaptionCont > label{margin-bottom:0; width:3rem; cursor: pointer;}
	.SumoSelect > .CaptionCont > span{padding-right:2rem; cursor: pointer; color:var(--color-base);}
	.SumoSelect > .CaptionCont > span.placeholder{ font-style: normal; color:var(--color-light-grey);}/* placeholder */
	.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .open.SumoSelect > .CaptionCont{box-shadow: inset 0 0 0 2px var(--color-blue-grey-light); border-color:var(--color-blue-grey-light);}/* caption hover */

	.SumoSelect > .CaptionCont > label > i{height:100%; background-image: none; display: flex; align-items: center; justify-content: flex-end;}
	.SumoSelect > .CaptionCont > label > i:after{content:'\f107'; font-family: 'Font Awesome 5 Free'; font-weight:900; font-style: normal; font-size:1rem; transition: transform 0.4s ease;}
	.SumoSelect.open > .CaptionCont > label > i:after{transform: rotateX(180deg);}

	.SumoSelect > .optWrapper{ border-radius:0; box-shadow:0px 10px 20px rgba(0, 0, 0, 0.2);}/* dropdown defaults */
	.SumoSelect > .optWrapper > .options{border-radius:0;}
	.SumoSelect > .optWrapper > .options li.opt{border-bottom:0;}
	.SumoSelect > .optWrapper > .options > li:first-child.opt, .SumoSelect > .optWrapper > .options > li:last-child.opt{ border-radius: 0;}
	.SumoSelect > .optWrapper > .options li label{margin-bottom:0;}
	.SumoSelect > .optWrapper > .options li.opt.selected label, .SumoSelect .select-all.selected label{color:var(--color-dark-green);}/* option selected */
	.SumoSelect > .optWrapper > .options li.opt:hover, .SumoSelect .select-all:hover, .SumoSelect > .optWrapper > .options li.sel.opt, .SumoSelect .sel.select-all{background-color: var(--color-smoke-white);}/* option hover */

	.SumoSelect .select-all{height:auto; padding-left:3rem; line-height: 1; border-radius:0;}
	.SumoSelect .select-all label{margin-bottom:0;}

	.SumoSelect > .optWrapper.multiple > .options li.opt{padding-left:3rem;}
	.SumoSelect > .multiple.optWrapper > .options li.opt span, .SumoSelect .select-all > span{width:1.125rem; margin-left:-2rem;}
	.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i{display: flex; align-items: center; justify-content: center; border: 1px solid var(--color-light-grey); background-color: #fff; width:1.125rem; height:1.125rem; transition: border 0.2s ease; box-shadow: none; border-radius: 0;}
	.SumoSelect > .optWrapper.multiple > .options li.opt span i:before, .SumoSelect .select-all > span i:before{ content:'\f00c'; color:var(--color-dark-green); font-size:0.75rem; font-style: normal; font-family: var(--font-icon); font-weight:900;  opacity:0; transform:scale(0.01); display:block; line-height:1.1;  transition:transform 0.2s ease, color 0.2s ease;}

	.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i{background-image: none; border-color:var(--color-dark-green); background-color: #fff;}
	.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i:before, .SumoSelect .select-all.selected > span i:before {transform:scale(1); opacity:1;}

	.SumoSelect .select-all.partial > span i{background-color: #fff;background-image: none;	border-color:var(--color-light-grey);}
	.SumoSelect .select-all.partial > span i:before,.SumoSelect .select-all.partial > span i:after{background-color: #fff;}

	.SumoSelect > .isFloating.multiple.optWrapper > .options li.opt{padding-left:3rem;}
	.SumoSelect > .isFloating.optWrapper{top:0;}
	.SumoSelect > .isFloating.optWrapper > .options{box-shadow: none;}
	.SumoSelect > .isFloating.optWrapper > .options li.opt{padding:1rem;}

	.select-wrap .SumoSelect > .CaptionCont{background-color: transparent;}
	.select-wrap .SumoSelect > .CaptionCont > span{top:0.7rem;}
	.select-wrap .input-label{z-index:0; padding-right:3rem;}

	.open.SumoSelect .search-txt{height:100%; padding:0.7rem 1rem; border-radius:0;}
	.SumoSelect .search-txt::-ms-clear{display: none;}
	.SumoSelect .no-match{padding:0.7rem 1rem;}


	/* upload */		
	.upload-control .file-name{padding-right:10rem; background-color: var(--color-white);}
	.upload-control .input-label{ margin-right:9rem;}
	.upload-control .btn {position: absolute; top:0; right:0; bottom:0; padding:0; width:8rem; margin:0; height:auto;  display:flex; align-items:center; justify-content:center; z-index:4;}
	.upload-control .btn input[type="file"] {position: absolute; top: 0; right: 0; height:100%; width:100%; margin: 0; padding: 0; cursor: pointer; opacity: 0; filter: alpha(opacity=0); font-size: 0;}

	/* side-search-block for blog & events */
	.side-search-block .search-button { z-index: 4; background: none; height:calc(100% - 2px); width:3.31rem; position: absolute; right: 1px; top: 1px; outline: none; border:0; padding: 0; transition:color 0.2s ease;}
	.side-search-block .search-button:hover, .side-search-block .search-button:focus{color:var(--color-light-green);}
	.side-search-block .form-control{padding-right: 3rem;}
	.side-search-block .input-label{right:3rem;}
	.side-search-block .form-control:focus{outline: 0; box-shadow: inset 0 0 0 0.25rem var(--color-blue-grey-light); border-color:var(--color-blue-grey-light);}

/* accordion */
.accordion .panel {margin-bottom:0; background-color:var(--color-smoke-white); border:0; border-radius:0; box-shadow:none;}
.accordion .panel+.panel{margin-top:0.5rem;}
.accordion .panel-heading {padding:0; border:0; border-radius:0;}
.accordion .panel-title { margin: 0px;}
.accordion .panel-title a{ display:block; color:var(--color-base); padding:1rem 4rem 1rem 1.5rem; background-color:transparent; text-decoration: none;}
.accordion .panel-title a .fas{font-size: 1.25rem; position:absolute; right:1.5rem; top:0; height:100%; display: flex; align-items:center; padding:1rem 0; transition:transform 0.7s ease;}
.accordion .panel-title a:hover, .accordion .panel-title a:focus{background-color: var(--color-blue-grey-light); color:var(--color-white); outline:0;}
.accordion .panel-title a[aria-expanded='true'] .fas{ transform:rotate(-180deg);}
.accordion .panel-body {padding:0 1.5rem 1.5rem 1.5rem; position:static;}

/* pagination */
.pagination-wrap{ text-align:center; display:flex; justify-content:center;}
.pagination{margin:0; display:block;}
.pagination > li > a, .pagination > li > span{width:3rem; height:3rem; display: flex; align-items: center; justify-content: center; color:inherit; background-color:transparent; border:1px solid transparent; padding:0.5rem 1rem; transition:border 0.2s ease;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{ background-color:transparent; color:var(--color-blue-grey-light); border-color:var(--color-blue-grey-light);}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{color:var(--color-light-grey); background-color:transparent; font-weight:bold; border:1px solid var(--color-light-grey);}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{color:#ddd; background-color:transparent; border-color:transparent;}

/* modal */
.modal-header{border:0; padding:2rem 2rem 0 2rem;}
.modal .close{ float:none; position:absolute; right:0.75rem; top:0.5rem; z-index:2; color:inherit; font-size: 1rem; opacity:1; filter:alpha(opacity=100); text-shadow:none; transition:color 0.2s ease;}
.modal .close:hover, .modal .close:focus{color:var(--color-light-green);}
.modal-body{padding:2rem;}
.modal-footer{border:0; padding:0 2rem 2rem 2rem;}
.modal-footer .btn{margin-bottom:0; margin-top:0;}

/* fancybox 3 */
.fancybox-navigation .fancybox-button{top:calc(50vh - 50px);}

/* breadcrumbs */
.breadcrumbs-section{padding:1rem 0;}
.breadcrumbs-section ol{padding:0; list-style-type: none; display: flex; flex-wrap:wrap;}
.breadcrumbs-section ol li+li:before{content: '\f105'; font-family: 'Font Awesome 5 Free'; font-weight:900; margin:0 1rem; line-height: 1;}
.breadcrumbs-section .placeholder-item{cursor: default;}

/* responsive table */
.textbox table{font-size: inherit; width: 100%; max-width:100%; margin-bottom:0; border-bottom:1px solid var(--color-dark-green); }
.textbox table td, .textbox table th{padding:1rem 1rem;}
.textbox table thead th{ vertical-align:bottom; background-color: var(--color-dark-green); color:var(--color-white); font-weight: 600; }
.textbox table td{ vertical-align:top;}
.textbox table tr:nth-child(even){background-color:var(--color-smoke-white);}
.textbox table tr{transition:background 0.2s ease;}
.textbox table tr:hover{background-color:var(--color-row-hover);} 

.textbox table.images-gallery{border-bottom:0;}
.textbox table.images-gallery tr:nth-child(even){background-color:transparent;}
.textbox table.images-gallery tr:hover{background-color:transparent} 
.textbox table.images-gallery td img{max-width: 100%;}

/*slick slider */
.slick-slider .slick-track, .slick-slider .slick-list{height:100%;}
.slick-slider .slick-slide:focus{outline:0;}
.slick-slider .slick-track{ display:flex; align-items:stretch;}
.slick-slider {-webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text;}
.slick-slider .slick-dots li:only-child{display:none;}

.slick-slider .item{background-size:cover; background-position:center; display:flex; align-items:center; height:auto;}

.slick-slider .slick-dots{position:absolute; padding:0; height:0; margin:0; left:calc(50vw - 1170px/2 + 7px + 7.5rem); right:auto; bottom:1.75rem; display:flex; justify-content:flex-start; list-style-type: none;}
.slick-slider .slick-dots li{ line-height:0;}
.slick-slider .slick-dots li button{border:0; background:var(--color-white); color:transparent; overflow:hidden; width:0.5rem; height:0.5rem; padding:0; line-height:1rem; margin:0 0.25rem; transition:width 0.2s ease, background 0.2s ease; }
.slick-slider .slick-dots li button:hover{ background:var(--color-blue-grey-light);}
.slick-slider .slick-dots li button:focus{outline:0;}
.slick-slider .slick-dots .slick-active button, .slick-slider .slick-dots .slick-active button:hover{background:var(--color-white); cursor:default; width:1.5rem}

.slick-slider .slick-arrow{font-size:inherit; opacity:1;  width:3rem; height:3rem; padding:0; z-index:2; position:absolute; top:auto; bottom:0; margin-top:-4rem; background:none; overflow:hidden; border:1px solid var(--color-white); background-position:center; background-repeat:no-repeat; transition:background 0.2s ease; }
.slick-slider .slick-arrow:hover{background-color:var(--color-blue-grey-light);}
.slick-slider .slick-arrow:focus{outline:0;}
.slick-slider .slick-arrow.slick-disabled{ opacity:0.5; cursor:default; background-color: transparent;}
.slick-slider .slick-prev{left:calc(50vw - 1170px/2 + 7px); background-image:url(../img/i-arrow-left-white.svg);}
.slick-slider .slick-next{right:auto; left:calc(50vw - 1170px/2 + 3rem + 7px); background-image:url(../img/i-arrow-right-white.svg);}
.slick-slider .slick-cloned {background-position-x:center; background-position-y:center; background-size:cover;}

/* section-header */
.section-header{display: flex; align-items: center;}
.section-header > div:first-child{margin-right:3rem;}
.section-header > div:last-child{margin-left:auto;}

/* tags-list */
.tags-list > .inner-wrap{display: flex; align-items: flex-start; margin-bottom:-0.5rem; flex-wrap:wrap;}
.tags-list a{color:var(--color-dark-green); text-decoration: none; padding:0.25rem 1rem; margin:0 1rem 0.5rem 0; line-height: 1.5; background-color: var(--color-dark-green-20);}
.tags-list a:hover, .tags-list a:focus{color:var(--color-white); background-color: var(--color-light-green);}

/* items-listing */
.items-listing > .inner-wrap{display: flex; align-items: stretch; flex-wrap:wrap; margin:0 -1rem -2rem -1rem;}
.items-listing .item{margin:0 1rem 2rem 1rem; background-color: var(--color-white); transition:box-shadow 0.2s ease, background 0.2s ease;}
.items-listing .item img{width:100%; max-width: 100%;}
.items-listing .item .content{padding:1.5rem;}
.items-listing .item .sp-link{z-index: 3;}
.items-listing .item:hover{box-shadow: 0px 1.25rem 3rem rgba(0, 0, 0, 0.2); background-color: var(--color-smoke-white);}

.items-listing.four-cols .item{width:calc(25% - 2rem);}
.items-listing.three-cols .item{width:calc(33.33% - 2rem);}
.items-listing.two-cols .item{width:calc(50% - 2rem);}


/* ************************* */
/* HEADER					 */
/* ************************* */	

#header{height:0;}

/* navbar */
.navbar{ margin-bottom:0; padding-top:2.5rem; border:0; background-color:transparent; border-radius:0; position:fixed; top:0; z-index:1030; width:100vw; padding-right:17px; transition:box-shadow 1s ease, top 1s ease, background 0.2s ease; }
.navbar.affix{top:-2.5rem; box-shadow:0 5px 30px rgba(0,0,0,0.5); background-color: var(--color-dark-green);}
.navbar > .container{margin-left:calc(50vw - 1170px/2);}

.navbar-header{float:none; display: flex; align-items: center;}
.navbar-brand {width:11.56rem; display: block; float:none; height:auto; padding:0; margin:1rem 0; font-size: inherit; line-height: inherit;}
.navbar-brand:focus{outline:0;}
.navbar-brand img{width:100%;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin-left:0;}

.navbar-toggle {padding:0.7rem 1rem; color:var(--color-white); margin:0.2rem 0 0.2rem auto; height:3.5rem; width:3.5rem; line-height:1; border:0; border-radius:0; transition:color 0.2s ease, background-color 0.2s ease; }
[aria-expanded='true'].navbar-toggle .fas:before{ content:'\f00d';}
.navbar-toggle:hover, [aria-expanded='true'].navbar-toggle{ background-color:var(--color-light-green); color:var(--color-white);}
.navbar-toggle:focus{ background-color:transparent; color:var(--color-white);}
[aria-expanded='true'].navbar-toggle:focus{ background-color:var(--color-light-green); color:var(--color-white);}

#menu-toggle{z-index: 999; margin-right:-0.5rem; color:var(--color-white); padding:0.3rem 0.5rem 0.2rem 0.5rem; border:0; background: transparent; margin-left: auto; font-weight: 600; text-transform: uppercase; font-size: 1rem; line-height: 1.2; transition:background 0.2s ease;}
#menu-toggle .fas{display: none;}
#menu-toggle.show .fas{display: block;}
#menu-toggle.show .word{display: none;}
#menu-toggle:hover{background-color: var(--color-light-green);}

/*navigation */
#navigation{border:0; transform: translateX(100%); padding:0; width:calc(50vw - 1170px/2 + 1170px*0.833 - 15px); position: absolute; top:0; right:0;  transition:transform 0.8s ease, box-shadow 0.8s ease;}
#navigation.show{transform: translateX(0); box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.2);}
#navigation .nav-top{padding:10rem calc(50vw - 1170px/2 + 22px) 3.5rem 6.25rem; background-color: var(--color-dark-green);}
#navigation .nav-bottom{padding:2rem calc(50vw - 1170px/2 + 22px) 2rem 6.25rem; background-color: var(--color-grey);}
#navigation ul{list-style-type: none; padding:0; line-height: 1.2;}
#navigation ul li+li{margin-top:1rem;}
#navigation ul li a, #navigation h3 a{text-decoration: none;}
#navigation ul li a:hover, #navigation ul li a:focus, #navigation h3 a:hover, #navigation h3 a:focus{background-color: var(--color-light-green);}
#navigation .contact-item, #masthead .contact-item{display: flex; align-items: flex-start;}
#navigation .contact-item+.contact-item{margin-top:0.5rem;}
#navigation .contact-item > [class*='fa'], #masthead .contact-item > [class*='fa']{flex:none; margin-right:0.62rem; margin-top:0.25rem; color:var(--color-light-green);}
#navigation .contact-item a, #masthead .contact-item a{text-decoration: none;}
#navigation .contact-item a:hover, #navigation .contact-item a:focus, #masthead .contact-item a:hover, #masthead .contact-item a:focus{color:var(--color-light-green);}
#navigation .contact-item a[href*='mailto'], #masthead .contact-item a[href*='mailto']{word-break: break-all;}

.social-share{display: flex; align-items: center;}
.social-share a+a{margin-left:1.5rem;}


/* ************************* */
/* HOME						 */
/* ************************* */	

/* hero-slider */
#hero-slider .item{padding-top:21.5rem; padding-bottom:24rem;}
#hero-slider .item .bg-lines{background: url("../img/bg-lines-masthead.svg") no-repeat center top; background-size: cover; position: absolute; top:0; right:0; bottom:0; left:0;}
.bg-image-hero-slide01{background-image: url("../img/img01.jpg");}

.media-bg { z-index:-1; position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; overflow:hidden; }
	@supports (object-fit: cover) {
			.media-bg video {top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
		}
	.media-bg video {position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; max-width: 100%; width: auto; height: auto; transform: translate(-50%,-50%);}


/* cta-section */
.cta-section .cta-wrap:before{content: ''; z-index: -1; right:calc(1170px/2 - 50vw - 7px); background-color:inherit; display: block; position: absolute; top:0; left:0; bottom:0;}
.cta-section .cta-wrap:after{content: ''; background: url("../img/bg-sign-half-left.png") no-repeat right bottom; left:calc(1170px/2 - 50vw - 1170px*0.1666 - 7px); display: block; position: absolute; top:0; bottom:0; right:100%;}
.cta-section .cta-wrap{padding-left:13rem; padding-right:13rem; background: url("../img/bg-sign-half-right.png") no-repeat left bottom, url("../img/bg-sign-top.png") no-repeat right top, var(--color-grey);}
.cta-section .cta-wrap .row-wrap{display: flex; align-items: center;}
.cta-section .cta-wrap .row-wrap div+div{margin-left:3.5rem;}

/* featured */
.featured-listing{display: flex; align-items: flex-start; flex-direction: row-reverse; justify-content: space-between;}
.featured-listing .col{width:calc(50% - 1rem);}
.featured-listing .item+.item{margin-top:2rem;}
.featured-listing .item .image{transition: box-shadow 0.2s ease;}
.featured-listing .item img{width:100%; max-width: 100%;}
.featured-listing .item .image:after{content: ''; position: absolute; top:0; right:0; bottom:0; left:0; background: linear-gradient(360deg, rgba(48, 48, 48, 0.6) 21.45%, rgba(48, 48, 48, 0) 69.52%); opacity:1; transition:opacity 0.2s ease;}
.featured-listing .item .title{display: flex; align-items: flex-end; padding:3.5rem; position: absolute; top:0; right:0; bottom:0; left:0; transition:background 0.2s ease;}
.featured-listing .item .title:before{content: ''; top:0; right:0; bottom:0; left:0; background-color: var(--color-blue-grey); opacity:0; display: block; position: absolute; transition:opacity 0.2s ease;}
.featured-listing .item:hover .title:before{opacity:0.7;}
.featured-listing .item:hover .image:after{opacity:0;}
.featured-listing .item:hover .image{box-shadow: 0px 1.25rem 3rem rgba(0, 0, 0, 0.2);}

.featured-listing .section-intro{padding:3.5rem; background: url("../img/bg-sign-bottom.png") no-repeat right bottom var(--color-dark-green);}

.featured-listing .right-col{margin-top:-21rem;}

.featured-listing .button-wrap{text-align:right; padding-top:5rem;}

.featured-section:before{content: ''; width:calc(50vw - 1170px/2 + 1170px*0.75); background-color: var(--color-smoke-white); display: block; position: absolute; top:50%; bottom:0; left:0; }

/* about */
.about-section:before{content: ''; width:calc(50vw - 1170px/2 + 1170px*0.75); background-color: var(--color-smoke-white); display: block; position: absolute; top:0; bottom:0; left:0; }

/* news */
.news-listing > .inner-wrap{display: flex; align-items: stretch; margin:0 -1rem -2rem -1rem; flex-wrap:wrap;}
.news-listing .item{display: flex; align-items: stretch;  width:calc(33.33% - 2rem); margin:0 1rem 2rem 1rem;}
.news-listing .item .item-inner{ background-color: var(--color-white); transition:box-shadow 0.2s ease, background 0.2s ease;}
.news-listing .item img{width:100%; max-width: 100%;}
.news-listing .item .content{padding:1.5rem;}
.news-listing .item:hover .item-inner{box-shadow: 0px 1.25rem 3rem rgba(0, 0, 0, 0.2); background-color: var(--color-smoke-white);}

.news-listing .item.featured{width:100%; }
.news-listing .item.featured .item-inner{display: flex; align-items: stretch;}
.news-listing .item.featured .image{width:50%;}
.news-listing .item.featured .content{width:50%; padding:3.5rem;}
.bg-image-featured-news{background-image: url("../img/img06.jpg");}

/* ************************* */
/* FOOTER					 */
/* ************************* */	
#footer{ background-color:var(--color-dark-green); flex:0 0 auto; margin-top:auto;}
#footer .footer-brand img{width:11.56rem;}
#footer .footer-top{padding-top:2rem; padding-bottom:2rem;}
#footer .contact-item{display: flex; align-items: flex-start; }
#footer .contact-item > [class*='fa']{flex:none; margin-right:0.62rem; margin-top:0.25rem; color:var(--color-light-green);}
#footer .contact-item a{text-decoration: none;}
#footer .contact-item a:hover, #navigation .contact-item a:focus{color:var(--color-light-green);}
#footer .contact-item a[href*='mailto']{word-break: break-all;}
#footer .contact-item .social-share{margin-left:2.4rem;}

#footer .footer-bottom{padding-bottom:1rem; display: flex; }
#footer .footer-bottom span+span:before{content: '|'; margin:0 1.5rem;}
#footer .footer-bottom a{text-decoration: none;}
#footer .footer-bottom a:hover, #footer .footer-bottom a:focus{color:var(--color-white);}

.site-map{display: flex; align-items: flex-start; padding-top:2.56rem;}
.site-map .col{flex-grow:1;}
.site-map .col+.col{margin-left:3rem;}
.site-map ul{padding:0; list-style-type: none; line-height: 1.2;}
.site-map ul li+li{margin-top:1.3rem;}
.site-map a{text-decoration: none;}
.site-map a:hover, .site-map a:focus{color:var(--color-light-green);}

/* ************************* */
/* INTERNAL					 */
/* ************************* */

/* masthead */
.masthead-internal-section{padding-top:13.5rem; padding-bottom:5rem;}
.masthead-internal-section .bg-lines{background: url("../img/bg-lines-masthead.svg") no-repeat center top; background-size: cover; position: absolute; top:0; right:0; bottom:0; left:0;}
.bg-image-internal-masthead{background-image: url("../img/img10.jpg");}

.masthead-custom{padding-bottom:11.25rem;}
.masthead-custom + .breadcrumbs-section{background-color: transparent; margin-top:-11rem; padding:0; color:var(--color-white);}
.masthead-custom + .breadcrumbs-section a{color:inherit;}

.masthead-minimal{padding-top:11.8rem; padding-bottom:0;}

/* intro */
.intro-block{padding:3.5rem 14.5rem 3.5rem 3.5rem; background: url("../img/bg-sign-half-left2.png") right bottom no-repeat var(--color-smoke-white);}
.intro-block.no-bg{background-image: none; padding-right:3.5rem;}

/* anchors */
.anchors-nav-wrap{display: flex; align-items: flex-start;}
.anchors-nav-wrap .nav-label{white-space: nowrap; flex:none; padding:0.25rem 0.25rem 0.25rem 0; color:var(--color-light-grey); font-size: 1rem; font-weight: 600; text-transform: uppercase; line-height: 1.2; margin-right:1rem;}
.anchors-nav-wrap .anchors-nav{display: flex; margin-bottom:-1rem; flex-wrap:wrap;}
.anchors-nav-wrap .anchors-nav li{margin-right:1.5rem; margin-bottom:0.5rem;}
.anchors-nav-wrap .anchors-nav a{ white-space: nowrap; text-decoration: none; padding:0.25rem; font-size: 1rem; font-weight: 600; text-transform: uppercase; line-height: 1.2;}
.anchors-nav-wrap .anchors-nav .active a, .anchors-nav-wrap li a:hover, .anchors-nav-wrap li a:focus{ background-color: var(--color-blue-grey-light); color:var(--color-white);}

/* side-nav-new */
.side-nav-wrap{padding:0.5rem 0;background-color: var(--color-smoke-white);}
.side-nav-wrap .sublevel{padding-left:1.5rem;}
.side-nav-wrap a{font-size: 1rem; font-weight: 600; text-transform: uppercase; display:block; padding:0.97rem 1.5rem; text-decoration: none;}
.side-nav-wrap a:after{content: ''; left:1.5rem; right:1.5rem; bottom:0; height:1px; background-color: var(--color-light-grey); display: block; position: absolute;}
.side-nav-wrap .sublevel-toggle{position: absolute; top:0; right:1.5rem; bottom:0; padding-right:0; padding-left:0.5rem; }
.side-nav-wrap .sublevel-toggle:focus{outline: 0;}
.side-nav-wrap .sublevel-toggle .fas{transition: transform 0.4s ease; }
.side-nav-wrap .sublevel-toggle[aria-expanded='true'] .fas{transform:rotate(180deg);}
.side-nav-wrap > .item:last-child a:after{display: none;}

.side-nav-wrap .item{transition:background 0.2s ease;}
.side-nav-wrap .item:hover{background-color: var(--color-blue-grey-light);}
.side-nav-wrap .item:hover a{color:var(--color-white);}
.side-nav-wrap .item:hover a:after{background-color:var(--color-blue-grey-light); }
.side-nav-wrap a{color:var(--color-base);}
.side-nav-wrap .active a{color:var(--color-dark-green);}
.side-nav-wrap a:hover{color:var(--color-white);}

/* cta-box */
.cta-box{padding:5rem 2rem; transition:box-shadow 0.2s ease;}
.bg-image-cta-box{background-image: url("../img/img11.jpg");}
.cta-box .cta-link{ z-index:3;}
.cta-box:hover{box-shadow:0px 1.25rem 3rem rgba(0, 0, 0, 0.2);}
.cta-box.overlay-color-40:hover:before{background-color:var(--color-blue-grey); opacity:0.7;}

/* ************************* */
/* INTERNAL CUSTOM			 */
/* ************************* */

/* featured */
.featured-image-right .col-text, .featured-image-left .col-text{padding-top:1.5rem;}
.featured-image-right .primary-image, .featured-image-left .primary-image{height:calc((1170px*0.5833)/1.618);}
.featured-image-right .col-image .primary-image + .text-image-wrap, .featured-image-left .col-image .primary-image + .text-image-wrap{margin-top:-5rem;}

.featured-image-right > .row{display: flex; flex-direction: row-reverse;}
.featured-image-right .primary-image{margin-right:calc(1170px/2 - 50vw - 15px);}
.featured-image-right .col-image .text-image-wrap{margin-left:10.25rem;}

.featured-image-left .primary-image{margin-left:calc(1170px/2 - 50vw - 15px);}
.featured-image-left .col-image .text-image-wrap{margin-right:10.25rem;}

.featured-image-right .bg-image-cover, .featured-image-left .bg-image-cover{background-position:top center;}

.bg-image-custom01{background-image: url("../img/img14.jpg");}

/* awards-block */
.awards-block > .inner-wrap{display: flex; flex-wrap:wrap; align-items: flex-start; margin:0 -1rem -1.5rem -1rem;}
.awards-block .item{display: flex; align-items: flex-start; width:calc(50% - 2rem); margin:0 1rem 1.5rem 1rem;}
.awards-block .item .icon{margin-right:1rem; flex:none; font-size: 2.6rem;}

/* 4-col-content */
.leaders-listing .item{background-color: var(--color-white); transition:box-shadow 0.2s ease;}
.leaders-listing .item img{width:100%; max-width: 100%;}
.leaders-listing .item .content{padding:1.5rem;}
.leaders-listing .item:hover{box-shadow: 0px 1.25rem 3rem rgba(0, 0, 0, 0.2);}

/* leadership modal */
.sd-modal-body .sd-card{display: flex; align-items: stretch; justify-content: flex-start;}
.sd-modal-body .sd-card .sd-image-block{margin-right: 2rem; flex: 0 0 45%;}
.sd-modal-body .sd-card .sd-image-block img{width: 100%;}

.sd-modal-body .sd-card h3{margin-bottom:0rem;}
.sd-modal-body .sd-card .sd-link-block{display:flex; flex-direction: column; align-items: flex-start;}
.sd-modal-body .sd-card .sd-contact-link{margin-bottom: 0.5rem; display: inline-block;}
.sd-modal-body .sd-card .sd-contact-link:last-child{margin-bottom: 0;}
.sd-modal-body .sd-card .sd-contact-link .fas{margin-right: 0.5rem; color:var(--color-dark-green);}

.sd-scrool-block{overflow-y: scroll; margin-bottom: 3rem; width:100%; flex-basis:0; flex-grow:1; min-height:10rem;}
.sd-scrool-block:last-child{margin-bottom: 0}
.sd-scrool-block .textbox{padding-right: 15px;}
.sd-contact-body{flex-grow:1; flex-basis:55%; display:flex; flex-direction:column;}

.jspVerticalBar{right:0; width:5px;}
.jspTrack{background: var(--color-smoke-white); width: 6px;}
.jspDrag{background: var(--color-light-grey); width: 6px;}
.jspContainer:focus,
.jspPane:focus,
.sd-scrool-block:focus { outline: none;}

.sd-load-btn-block{text-align: center;}

/* contacts */
.internal-contacts-wrap{display: flex; align-items: flex-start;}
.internal-contacts-wrap .contact-item{flex-basis:auto; flex-grow:1.5;}
.internal-contacts-wrap .contact-item:first-child{flex-grow:2;}
.internal-contacts-wrap .contact-item:last-child{flex-grow:0;}
.internal-contacts-wrap .contact-item+.contact-item{margin-left:2rem;}
.internal-contacts-wrap .contact-item:last-child{margin-right:0rem;}
.internal-contacts-wrap .contact-item a{color:var(--color-grey);}

/* ************************* */
/* ANIMATION				 */
/* ************************* */
[data-aos="decor-fade-right"].aos-animate span{right:0; opacity:1;}
[data-aos="decor-fade-right"].aos-animate span:before{left:2.5rem;}

/*[data-aos*="fade-"]{transition-duration: 1s!important;}*/
