/* ************************* */
/* GLOBAL settings			 */
/* ************************* */

/* general */
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 'Futura', sans-serif; 
		font-weight:400; 
		color: #212121; 
		background-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!important; }
#scrollup:after{ content:'\f30c'; font-family:'Font Awesome 5 Free'; font-weight:900;;}
#scrollup:hover{ background-color:#E91939;}
#scrollup.affix{ opacity:1; bottom:4rem;}

.container{width:1632px;}
.content-section{ padding-top:5rem; padding-bottom:5rem; }
.large-padding-top{ padding-top:7.5rem;}
.large-padding-bottom{ padding-bottom:7.5rem;}
.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:1.5rem;}
.textbox, .form-wrap, .accordion, .side-nav, .tabs-wrap, .side-nav-wrap
	{margin-bottom:3.5rem;}
.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:0.5rem;}
.mb{margin-bottom:1.5rem;}
.mb-big{margin-bottom:3.5rem;}
.mb-0{margin-bottom:0!important;}

[class*='col-'].indent-right{padding-right:4.25rem;}
[class*='col-'].indent-left{padding-left:4.25rem;}

/* typography */
h1, h2, h3, h4, h5, h6	{ 
	font-family:inherit; 
	font-weight:800; 
	color: inherit;
	line-height:1.2;
	}
h1, .h1-style{font-size:4.5rem /*72px*/; letter-spacing:1.5px; text-transform: uppercase; }
h2, .h2-style{font-size:2.62rem /*42px*/; text-transform: uppercase;}
h3, .h3-style{font-size:2.12rem /*34px*/; text-transform: none;}
h4, .h4-style{font-size:1.50rem /*24px*/; text-transform: none;}
h5, .h5-style{font-size:1.12rem /*18px*/; font-weight: 700;}
h6, .h6-style{font-size:1.00rem /*16px*/; line-height: 1.75; font-weight: 700;}

.lead, .big{ font-size:1.12rem; font-weight:400; line-height: inherit;}
.small{ font-size:0.87rem;}
.in-form-header:not(:first-child){margin-top:1.5rem; margin-bottom:0.5rem;}
.weight-bold{font-weight: 700;}
.weight-medium{font-weight: 500;}
.weight-book{font-weight: 400;}
.intro-text{font-size:1.75rem; font-weight: 500; }
.sup-header{display: block; font-size: 1.12rem; font-weight: 700; margin-bottom:0.25rem;}

.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:calc(50% - 15px); margin-right:2rem; margin-bottom:1rem;}
.text-image-wrap.align-right{float:right; width:calc(50% - 15px); 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{ font-size: 0.62rem; font-weight: 700; text-transform: uppercase; z-index:2; position:absolute; left:0; top:0; min-width:50%; padding:0.5rem 1rem; background-color:#DEDEDE; color:#212121;}
.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:0.5rem; overflow:hidden;}
.textbox ul li{padding-left:1rem; background:url(../img/list-marker.png) no-repeat 0 0.65rem;}
.color-white .textbox ul li{background-image: url("../img/list-marker-white.png");}

.textbox ol{counter-reset: listCounter; padding-left:1.5rem; overflow:hidden;}
.textbox ol li{ list-style:none; display:flex;}
.textbox ol li:before{counter-increment: listCounter; content:counter(listCounter)'. '; font-weight: 700; flex:none; display:inline-block; margin-left:-1.3rem; margin-right:0.3rem; min-width:1rem; text-align:center;}

.textbox li+li{margin-top:0.5rem;}

.textbox iframe {max-width:100%;}

.textbox blockquote{background: url("../img/i-quote.png") no-repeat left top; padding:4.19rem 0 0 5.56rem; border:0; font-size: 1.75rem; font-style:normal; font-weight: 500;}
.textbox blockquote p+footer{margin-top:-0.5rem;}
.textbox blockquote footer:before{display: none;}
.textbox blockquote footer{font-size: 1rem; line-height: 1.2;}
.textbox blockquote footer .name{color:#212121;}
.textbox blockquote footer .position{color:#808285;}
aside .textbox blockquote{background-size: 4rem auto; padding:1rem 0 0 2rem;}

/* colors */
.color-white{color:#fff;}
.color-black{color:#212121;}
.color-red{color:#E91939;}
.color-dark-gray{color:#808285;}
.color-light-gray{color:#E6E7E8;}
.color-gray{color:#A7A9AC;}
.color-smoky{color:#F1F1F1;}

.bg-color-black{background-color:#212121;}
.bg-color-smoky{background-color:#F1F1F1;}
.bg-color-white{background-color: #fff;}

[class*='overlay-color-']:before{ content:''; display:block; position:absolute; top:0; right:0; bottom:0; left:0; transition: background 0.2s ease;}
.overlay-color-dark:before{background-color: rgba(33, 33, 33, 0.5);}
.overlay-color-light:before{background-color: rgba(63, 65, 64, 0.3);}
.overlay-color-black:before{background-color: rgba(45, 45, 45, 0.9);}

/* backgrounds */
.bg-image-cover{ background-position: center; background-size: cover;}

/* links */
a {color:#E91939; transition:color 0.2s ease, background-color 0.2s ease;}
a:hover, A:focus{color:#E91939; text-decoration:underline;}
a:focus, a:active, a:active:focus{outline:none;}
.color-white a:not(.btn):not(.sp-link) {color:inherit; text-decoration: underline;}
.color-white a:hover:not(.btn), .color-white a:focus:not(.btn){text-decoration: none;}

a img{border:0;}

.area-link{ position:absolute; top:0; left:0; width:100%; height:100%; z-index: 2;}
.anchor-link{ display:block; top:-7rem; width:0; height:0;}

.sp-link{display: inline-block; white-space: nowrap; padding-bottom:0.85rem; color:inherit; font-weight: 400; font-size: 1.5rem; line-height: 1.2; padding-right:2.87rem; background: url("../img/i-arrow-right-black.png") no-repeat right 0.3rem;}
.sp-link:after{content: ''; display: block; position: absolute; left:0; bottom:0; right:2.87rem; height:4px; background-color: #E91939; transition:right 0.2s ease;}
.sp-link:hover, .sp-link:focus{color:inherit; text-decoration: none;}
.sp-link:hover:after, .sp-link:focus:after{right:0;}
.color-white a.sp-link{color:inherit; background-image: url("../img/i-arrow-right-white.png");}

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:#E91939;}



/* form */

	/* placeholder */
	::-webkit-input-placeholder { opacity: 1 !important; color: #808285 !important;}
	::-moz-placeholder {color: #808285 !important;	opacity: 1 !important;} 
	:-ms-input-placeholder {color: #808285 !important; opacity:1 !important; }

	[placeholder]:focus::-webkit-input-placeholder { color: #808285 !important;}
	input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {color: #808285 !important;}
	input:focus:-ms-input-placeholder, textarea:focus::-ms-input-placeholder {color: #808285 !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:3.75rem; box-shadow:none; border-color:#A7A9AC; color:#212121; background-color: transparent;}
.form-control:focus{outline:0; box-shadow: inset 0 0 0px 4px #212121; border-color:#212121;}
.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-size: 0.87rem;  font-weight: 700; text-transform: uppercase; color:#808285;}

.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: 0.87rem; font-weight: 700; text-transform: uppercase; color:#808285; 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.95rem; font-size:0.62rem; z-index: 4; color:#808285;}
	.input-wrap .form-control{ background: transparent; z-index:3; padding-top:1.6rem; padding-bottom:0.6rem; }
	.input-wrap textarea.form-control{padding-top:2rem;}

	.input-wrap.disabled .form-control, .input-wrap.readonly .form-control, .form-control[disabled]{background-color: #eee; opacity:0.5;}

	/* 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: 'Font Awesome 5 Free'; 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 #808285; background-color:transparent; }
		input[type='radio'] + .radio-check-control:before{background-color: #212121;}
		input[type='checkbox'] + .radio-check-control:before{color:#212121;}

		/* checked */
		input:checked + .radio-check-control{border-color:#808285;}
		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:#E91939;}
		label:hover input[type='checkbox']:checked + .radio-check-control:before{color:#E91939;}
		label:hover input[type='radio']:checked + .radio-check-control:before{background-color: #E91939;}

		/* disabled */
		input[disabled] ~ .radio-check-label{cursor:default; color:inherit!important;}
		input[disabled] + .radio-check-control{border-color:#808285!important; background-color: #eee; opacity:0.5;}
		input[type='radio'][disabled]:checked + .radio-check-control:before{background-color: #eee!important;}
		input[type='checkbox'][disabled]:checked + .radio-check-control:before{color: #212121!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 {font-size: 1.12rem; line-height: 1.2; text-transform: uppercase; font-weight: 700; height:3.75rem; padding:1rem 3.5rem; border:4px solid transparent; 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:white; border-color:#E91939; background: #E91939;}
.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:#E91939; border-color:#E91939; background: #fff;}

.btn-default{ color:#fff; border-color:#212121; background: #212121;}
.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:#212121; border-color:#212121; background: #fff;}

.btn-white{ color:#212121; border-color:#fff; background: #fff;}
.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:#fff; border-color:#fff; background: transparent;}

.btn-link{padding:0; height:auto; color:#E91939;}
.btn-link:hover, .btn-link:focus{color:#212121; text-decoration: none;}
.color-white .btn-link:hover, .color-white .btn-link:focus{color:#fff;}

.textbox .btn{margin-top:0.35rem; margin-bottom:0.35rem;}

.btn .icon-first{margin-right:1rem;}
.btn .icon-last{margin-left:1rem;}

aside .btn{padding-left:1.5rem; padding-right:1.5rem;}

	/* sumoselect */
	.SumoSelect{display: block; width:auto; text-align: left;}
	.SumoSelect > .CaptionCont{height:3.75rem; }/* 'form-control' height */
	.SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt, .SumoSelect .select-all{padding:0.5rem 1rem;}/* 'form-control' paddings */
	.SumoSelect.open > .optWrapper{top:100%;}

	.SumoSelect > .CaptionCont{ background-color: transparent; border-radius:0; border-color:#A7A9AC; 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:#212121;}
	.SumoSelect > .CaptionCont > span.placeholder{ font-style: normal; color:#808285;}/* placeholder */
	.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .open.SumoSelect > .CaptionCont{border-color:#212121; box-shadow: inset 0 0 0px 4px #212121;}/* 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; border:0; box-shadow: 0px 4px 12px rgba(125, 125, 125, 0.5);}/* 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:#E91939;}/* option selected */
	.SumoSelect > .optWrapper > .options li.opt:hover, .SumoSelect .select-all:hover, .SumoSelect > .optWrapper > .options li.sel.opt, .SumoSelect .sel.select-all{background-color: #212121;}/* option hover */
	.SumoSelect > .optWrapper > .options li.opt:hover label, .SumoSelect .select-all:hover label{color:#fff;}

	.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 #ccc; 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:#212121; font-size:0.75rem; font-style: normal; font-family: 'Font Awesome 5 Free'; 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: #212121; 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: #808285;}
	.SumoSelect .select-all.partial > span i:before,.SumoSelect .select-all.partial > span i:after{background-color: #fff;}

.SumoSelect > .optWrapper.multiple > .options li.opt:hover span i:before, .SumoSelect .select-all:hover > span i:before{color:#E91939;}
.SumoSelect > .optWrapper.multiple > .options li.opt:hover span i, .SumoSelect .select-all:hover > span i{border-color:#E91939;}

	.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;}
	.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:#E91939;}
	.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:none;}

/* accordion */
.accordion .panel {margin-bottom:0; background-color:transparent; border:0; border-radius:0; box-shadow:none;}
.accordion .panel-heading {padding:0; border:0; border-radius:0; border-bottom:1px solid #808285; }
.accordion .panel-title { margin: 0px; text-transform: uppercase; font-size: 1.12rem; font-weight: 700;}
.accordion .panel-title a{ display:block; color:#212121; padding:1.6rem 3rem 1.6rem 0; background-color:transparent;}
.accordion .panel-title a .fas{ font-size: 0.87rem; position:absolute; right:0.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{color:#E91939; outline:0; text-decoration: none;}
.accordion .panel-title a[aria-expanded='true'] .fas{ transform:rotate(-180deg);}
.accordion .panel-body {border-top:1px solid #ccc; padding:1.5rem 0; position:static;}

.accordion .text-image-wrap.align-left{width:33.33%}
.accordion .text-image-wrap.align-right{width:33.33%;}


/* pagination */
.pagination-wrap{ text-align:center; display:flex; justify-content:flex-start;}
.pagination{margin:0; display:block;}
.pagination > li > a, .pagination > li > span{font-weight:700; color:inherit; background-color:transparent; border:0; padding:0.5rem 1rem; transition:background 0.2s ease;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{ background-color:#E91939; color:#fff;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{color:#fff; background-color:#212121;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{color:#DEDEDE; background-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; font-weight:300; color:inherit; font-size: 1.5rem; opacity:1; filter:alpha(opacity=100); text-shadow:none; transition:color 0.2s ease;}
.modal .close:hover, .modal .close:focus{color:#E91939;}
.modal-body{padding:2rem;}
.modal-footer{border:0; padding:0 2rem 2rem 2rem;}
.modal-footer .btn{margin-bottom:0; margin-top:0;}

.modal-open{overflow-y:auto;padding-right:0 !important;}

/* breadcrumbs */
.breadcrumbs-section{padding:1rem 0; margin-top:-3.5rem; z-index: 3;}
.breadcrumbs-section ol{padding:0; list-style-type: none; display: flex; flex-wrap:wrap;}
.breadcrumbs-section ol li{margin-right:1rem;}
.breadcrumbs-section ol li+li:before{content: '\f105'; font-family: 'Font Awesome 5 Free'; font-weight:900; margin-right:1rem; line-height: 1;}
.breadcrumbs-section .placeholder-item{cursor: default;}

/* search results */
.results-listing .item a{ display:inline-block; word-break:break-all;}

/* responsive table */
.textbox table{font-size: inherit; width: 100%; max-width:100%; margin-bottom:0; border-bottom:1px solid #C4C4C4;}
.textbox table td, .textbox table th{padding:1rem 1rem;}
.textbox table thead th{ vertical-align:bottom; background-color: #A7A9AC; }
.textbox table td{ vertical-align:top;}
.textbox table tr:nth-child(even){background-color: #E6E7E8;}
.textbox table tr{transition:background 0.2s ease;}
.textbox table tr:hover{background-color:rgba(233, 25, 57, 0.1); } 

/*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:stretch; height:auto;}

.slick-slider .slick-dots{position:absolute; padding:0; height:0; margin:0; left:0; right:0; bottom:5rem; display:flex; justify-content:center; list-style-type: none;}
.slick-slider .slick-dots li{ line-height:0;}
.slick-slider .slick-dots li button{border:0; background:rgba(0,0,0,0.25); color:transparent; overflow:hidden; width:0.5rem; height:0.5rem; border-radius: 50%; padding:0; line-height:1rem; margin:0 0.25rem; transition:background 0.2s ease, transform 0.2s ease; }
.slick-slider .slick-dots li button:hover{ background:#E91939;}
.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:#212121; cursor:default; transform:scale(1.5);}

.slick-slider .slick-arrow{bottom:17.4rem; border:0; font-size: 1.5rem; width:5rem; padding:0; z-index:2; position:absolute; height:5rem; background:none; overflow:hidden; background-position:center; background-repeat:no-repeat; transition:opacity 0.2s ease, background 0.2s ease, color 0.2s ease; }
.slick-slider .slick-arrow:hover{background-color:#E91939;}
.slick-slider .slick-arrow:focus{outline:0;}
.slick-slider .slick-arrow.slick-disabled{ opacity:0.2; cursor:default; background-color: transparent;}
.slick-slider .slick-prev{left:auto; right:calc((100vw - 1632px)/2 + 5rem); background-image:url(../img/i-arrow-left-white-lg.png);}
.slick-slider .slick-next{right:calc((100vw - 1632px)/2); background-image:url(../img/i-arrow-right-white-lg.png);}
.slick-slider .slick-cloned {background-position-x:center; background-position-y:center; background-size:cover;}

/* edges */
.content-section.has-edge-top{padding-top:12.5rem;}
.large-padding-top.has-edge-top{padding-top:15rem;}

.content-section.has-edge-bottom{padding-bottom:12.5rem;}
.large-padding-bottom.has-edge-bottom{padding-bottom:15rem;}

[class*='edge-bottom-'] .edge-mask-bottom{z-index: 2; background-position: center bottom; background-repeat: no-repeat; background-size: 100% 100%; height:7.5rem; position: absolute; left:0; right:0; bottom:-1px;}
.edge-bottom-out-white .edge-mask-bottom{background-image: url("../img/edge-bottom-out-white.svg");}
.edge-bottom-in-white .edge-mask-bottom{background-image: url("../img/edge-bottom-in-white.svg");}
.edge-bottom-out-left-black .edge-mask-bottom{background-image: url("../img/edge-bottom-out-left-black.svg");}

[class*='edge-top-'] .edge-mask-top{z-index: 2; background-position: center top; background-repeat: no-repeat; background-size: 100% 100%; height:7.5rem; position: absolute; left:0; right:0; top:-1px;}
.edge-top-in-center-white .edge-mask-top{background-image: url("../img/edge-top-in-center-white.svg");}
.edge-top-in-left-white .edge-mask-top{background-image: url("../img/edge-top-in-left-white.svg");}
.edge-top-out-gray .edge-mask-top{background-image: url("../img/edge-top-out-gray.svg");}
.edge-top-out-left-white .edge-mask-top{background-image: url("../img/edge-top-out-left-white.svg");}
.edge-top-out-right-white .edge-mask-top{background-image: url("../img/edge-top-out-right-white.svg");}


/* ************************* */
/* HEADER					 */
/* ************************* */	

#header{}

/* navbar */
.navbar{padding:2rem 0; margin-bottom:0; border:0; background-color:transparent; border-radius:0; position:fixed; top:0; z-index:1030; width:100%; transition:box-shadow 1s ease, top 1s ease, background-color 1s ease, padding 1s ease; }
.navbar.affix{padding:1rem 0; top:0; background-color:rgba(33, 33, 33, 0.95); box-shadow:0 5px 30px rgba(0,0,0,0.5);}
.navbar > .container{height:7.5rem; display: flex; align-items: center; transition:height 1s ease;}
.navbar > .container:before, .navbar > .container:after{display: none;}
.affix.navbar > .container{height:4rem;}

.navbar-header{float:none; position: static;}
.navbar-brand {position: absolute; top:0; left:15px; width:10.92rem; display: block; float:none; padding:0; margin:0; font-size: inherit; line-height: inherit; transition:width 1s ease;}
.navbar-brand:focus{outline:0;}
.navbar-brand img{position: absolute; top:0; left:0;  width:100%; transition:opacity 0.5s ease, width 0.5s ease;}
.navbar-brand img:last-child{opacity:0; top:1.25rem;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin-left:0;}
.affix .navbar-brand img:first-child{opacity:0;}
.affix .navbar-brand img:last-child{opacity:1; width:20rem;}
.affix .navbar-brand{width:5.5rem;}


.navbar-toggle {padding:0.7rem 1rem; color:#fff; 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:#E91939; color:#fff;}
.navbar-toggle:focus{ background-color:transparent; color:#fff;}
[aria-expanded='true'].navbar-toggle:focus{ background-color:#E91939; color:#fff;}

/*navigation */
#navigation{left:100vw; margin-left:auto; padding:0; transition:left 0.8s ease;}
#navigation.show{ left:0;}
#navigation > .inner-wrap{display: flex; flex-direction: column-reverse; align-items: flex-end;}

.navbar-nav .placeholder-item {cursor: default;}
.navbar-nav > li > a{line-height:1.2;}
.navbar-nav .dropdown-toggle{position: absolute; top:0; background: transparent!important;}
.navbar-nav .dropdown-toggle[aria-expanded="true"] .fas{ transform:rotate(-180deg);}
.navbar-nav .dropdown-toggle .fas{ transition:transform 0.4s ease;}

.navbar-nav .dropdown-menu{ min-width:100%; padding:0; margin:0; border:0; border-radius:0;}
.navbar-nav .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu > li > a{line-height: 1.2;}
.navbar-nav .dropdown-menu.open-left {left:auto; right:-1px;}
.navbar-nav .dropdown-menu .dropdown-menu{top:0; left:100%;}
.navbar-nav .dropdown-menu .dropdown-menu.open-left{left:auto; right:100%;}
.navbar-nav .dropdown-menu .dropdown-toggle .fas{transform:rotate(-90deg);}
.navbar-nav .dropdown-menu .dropdown-toggle[aria-expanded="true"] .fas{ transform:rotate(90deg);}

/* main-nav */
#main-nav > li+li{margin-left:2.5rem;}
#main-nav > li > a{padding:0.8rem 0; font-size: 1.4rem; font-weight: 700; text-transform: uppercase;}
#main-nav > .dropdown_split > a{padding-right:1.81rem;}
#main-nav > .dropdown_split > .dropdown-toggle{right:0; padding-left:0; padding-right:0;}
#main-nav > .dropdown_split > .dropdown-toggle:after{display: none;}

#main-nav > li > a{color:#fff; background-color:transparent;}
#main-nav > li > a:hover, #main-nav > li > a:focus, #main-nav > .open > a{color:#fff; background-color:transparent;}
#main-nav .dropdown-toggle[aria-expanded="true"]{color:#fff;}

#main-nav > .active > a{color:#fff; background-color:transparent;}
#main-nav > .active > a:hover, #main-nav > .active > a:focus{color:#fff; background-color:transparent;}

#main-nav .dropdown-menu{background-color:#fff;}
#main-nav .dropdown-menu > li > a{padding:0.85rem 3rem 0.85rem 1rem; font-size:0.87rem; font-weight: 700; text-transform: uppercase;}
#main-nav .dropdown-menu > .dropdown_split > .dropdown-toggle{color:#A7A9AC; right:1rem; padding-left:0; padding-right:0;} 

#main-nav .dropdown-menu > li > a{color:#212121; background-color:transparent;}
#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus, #main-nav .dropdown-menu > .open > a{color:#fff; background-color:#212121;}

#main-nav .dropdown-menu > .active > a{color:#E91939; background-color:transparent;}
#main-nav .dropdown-menu > .active > a:hover, #main-nav .dropdown-menu > .active > a:focus, #main-nav .dropdown-menu > .active.open > a{color:#E91939; background-color:#212121;}

#main-nav > li > a:after{content: ''; bottom:0; left:50%; transform:translateX(-50%); display: block; position: absolute; height:4px; width:0; background-color:#E91939; transition:width 0.2s ease, transform 0.2s ease, left 0.2s ease; }
#main-nav > .dropdown_split > a:after{left:calc(50% - 1.69rem/2);}
#main-nav > li > a:hover:after, #main-nav > li > a:focus:after, #main-nav > .active > a:after{width:3.5rem;}
#main-nav > .open > a:after, #main-nav > .open > a:hover:after, #main-nav > .open > a:focus:after{left:0; width:auto; right:0; transform:translateX(0);}


/* top-nav */
#top-nav{margin-bottom:0.8rem; margin-top:1.1rem; transition:margin 1s ease;}
.affix #top-nav{margin-top:0; margin-bottom:0;}
#top-nav > li+li{margin-left:2rem;}
#top-nav > li > a{padding:0; font-size: 1rem; font-weight: 400;}

#top-nav > li > a{color:#fff; background-color:transparent;}
#top-nav > li > a:hover, #top-nav > li > a:focus{color:#E91939; background-color:transparent;}

#top-nav > .active > a{color:#fff; background-color:transparent;}
#top-nav > .active > a:hover, #top-nav > .active > a:focus{color:#fff; background-color:transparent;}

/* menu-toggle-button */
#menu-toggle-btn{border:0; width:2.5rem; height:2.25rem; margin-left:2.5rem; background-color: transparent;}
#menu-toggle-btn:before{content: ''; top:0; left:50%; transform:translateX(-50%); display: block; position: absolute; height:4px; width:28px; background-color: #fff; transition:width 0.2s ease, background 0.2s ease;}
#menu-toggle-btn:after{content: ''; bottom:0; left:50%; transform:translateX(-50%); display: block; position: absolute; height:4px; width:22px; background-color: #fff; transition:width 0.2s ease, background 0.2s ease;}
#menu-toggle-btn span{position: absolute; left:calc(50% - 20px); top:50%; margin-top:-2px; height:4px; width:40px; background-color: #fff;  transition:transform 0.2s ease, background 0.2s ease;}
#menu-toggle-btn span:before{content: ''; position: absolute; left:calc(50% - 20px); top:50%; margin-top:-2px; height:4px; width:40px; background-color:inherit;  transition:transform 0.2s ease, background 0.2s ease;}

#menu-toggle-btn.show span{transform: rotate(45deg);}
#menu-toggle-btn.show span:before{transform: rotate(-90deg);}
#menu-toggle-btn.show:before{width:0;}
#menu-toggle-btn.show:after{width:0;}

#menu-toggle-btn:hover:before{background-color: #E91939;}
#menu-toggle-btn:hover:after{background-color: #E91939;}
#menu-toggle-btn:hover span{background-color: #E91939;}



/* ************************* */
/* HOME						 */
/* ************************* */	

.section-header{display: flex; align-items: center; justify-content: space-between;}
.section-header > div:first-child{margin-right:5rem;}

/* masthead-slider */
.bg-image-masthead-slide01{background-image: url("../img/img01.jpg");}
.bg-image-masthead-slide02{background-image:url("../img/img07.jpg");}
.bg-image-masthead-slide03{background-image:url("../img/img08.jpg");}
.bg-image-masthead-slide04{background-image:url("../img/img11.jpg");}

#masthead-slider{ background-color: #212121; counter-reset:SlideNum;}
#masthead-slider .item{padding-top:19.5rem; padding-bottom:17.69rem;}
#masthead-slider .item .edge-mask{ background: url("../img/edge-bottom-out-tall-black.svg") no-repeat center bottom; background-size: 100% 100%; position: absolute; left:0; right:0; bottom:-1px; height:15rem;}

#masthead-slider .item .counter{display: flex; align-items: flex-start; position: absolute; bottom:-1rem; right:0; font-size: 1.75rem; font-weight: 400; color:#fff;}
#masthead-slider .item .counter:before{counter-increment: SlideNum; content:'0'counter(SlideNum); margin-right:-0.5rem; margin-top:-2.3rem; letter-spacing: -0.075em; opacity:0.4; font-size: 15rem; font-weight: 700; line-height: 1; }

.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%; width: auto; height: auto; transform: translate(-50%,-50%);}


/* solutions */
.solutions-listing{display: flex; align-items: stretch; justify-content: space-around;}
.solutions-listing .item{height:35rem; flex-basis:33.33%; display: flex; align-items: center; justify-content: center; transition:flex-basis 0.8s ease;}
.solutions-listing .item:before{content: ''; background-color: rgba(33, 33, 33, 0.4); display: block; position: absolute; top:0; right:0; bottom:0; left:0;}
.solutions-listing .item+.item{margin-left:2rem;}
.solutions-listing .item .title{ font-weight: 800; font-size: 4.5rem; letter-spacing: 1.5px; text-transform: uppercase; transition: font-size 0.8s ease;}

.solutions-listing:hover .item .title{font-size:2.62rem; }
.solutions-listing .item:hover{flex-basis:90%;}
.solutions-listing .item:hover .title{font-size: 4.5rem;}

.bg-image-solutions01{background-image: url("../img/img02.jpg");}
.bg-image-solutions02{background-image: url("../img/img03.jpg");}
.bg-image-solutions03{background-image: url("../img/img04.jpg");}

.solutions-text-wrap{padding-top:3.34rem;}

/* projects */
.projects-slider{counter-reset:ProjectNum;}
.projects-slider .item{display: flex; align-items: stretch;}
.projects-slider .item .image{flex:none; width:calc(66.66% - 2rem);}
.projects-slider .item .description-wrap{flex-grow:1; display: flex; flex-direction: column;}
.projects-slider .description{padding:3.5rem 0 5rem 3.5rem;}
.projects-slider .description .location{font-size:1.75rem; }
.projects-slider .condition{font-weight:700; text-transform: uppercase; color:#E91939; line-height: 1.2;}
.projects-slider .tags-listing{margin-top:1rem;}

.projects-slider .next-slide{margin-top:auto; display: flex; align-items: stretch; background-color: #212121; color:#fff; padding:2.5rem 3.5rem;}
.projects-slider .next-slide .next-image{flex:none; width:52%; min-height:16.31rem; margin-right:2.31rem;}
.projects-slider .next-slide .next-description{flex-grow:1; padding-top:1.6rem; padding-bottom:6rem;}

.projects-slider .project-counter{position: absolute; left:2.5rem; bottom:0.5rem; }
.projects-slider .project-counter:before{counter-increment: ProjectNum; content:'0'counter(ProjectNum); color:#fff; letter-spacing: -0.075em; opacity:0.4; font-size: 14rem; font-weight: 700; line-height: 1; }

.projects-slider .next-slide .next-counter{position: absolute; left:4.5rem; bottom:3rem; color:#fff; letter-spacing: -0.075em; opacity:0.4; font-size:4.5rem; font-weight: 700; line-height: 1; }

.projects-slider .slick-arrow{bottom:2.5rem;}
.projects-slider .slick-next{right:2rem;}
.projects-slider .slick-prev{display: none;}

.bg-image-project01{background-image: url("../img/img05.jpg");}
.bg-image-project02{background-image: url("../img/img06.jpg");}

.tags-listing > .inner-wrap{display: flex; align-items: flex-start; flex-wrap:wrap; margin:0 -1rem -0.5rem 0;}
.tags-listing .tag{margin:0 1rem 0.5rem 0; padding:0.4rem 1rem; text-transform: uppercase; background-color: #DEDEDE; color:#212121; font-weight: 700; font-size: 0.87rem;}
.tags-listing a.tag:hover, .tags-listing a.tag:focus{text-decoration: none; color:#fff; background-color: #E91939;}

/* approach */
.bg-image-approach{background-image: url("../img/img07.jpg");}

.approach-listing{display: flex; align-items: stretch; justify-content: space-around;}
.approach-listing .item{overflow: hidden; padding:3.5rem 2.5rem; display: flex; flex-direction: column; align-items: flex-start; flex-basis:33.33%;background-color: #212121; transition: background 0.2s ease;}
.approach-listing .item:hover{background-color: transparent;}
.approach-listing .item+.item{margin-left:6.25rem;}
.approach-listing .image{margin-bottom:1rem;}
.approach-listing .title{margin-bottom:1rem;}
.approach-listing .sp-link{margin-top:auto; bottom:-8rem; opacity:0; transition: opacity 0.2s ease, bottom 0.2s ease;}
.approach-listing .item:hover .sp-link{bottom:0; opacity:1;}
.approach-listing .textbox{color:#808285;}
.approach-listing .item:hover .textbox{color:#fff;}

/* testimonials */
.logos-slider{margin-left:-2.31rem; margin-right:-2.31rem;}
.logos-slider .item{padding:2.5rem 2.31rem 0 2.31rem; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.logos-slider .item img{max-width:100%; opacity:0.2; filter: grayscale(1); transition: opacity 0.2s ease, filter 0.2s ease;}
.logos-slider .item:hover img, .logos-slider .item.slick-current img{opacity:1; filter: grayscale(0);}

.logos-slider .item:before{content: ''; left:50%; top:0; transform:translateX(-50%); display: block; position: absolute; height:4px; width:0; background-color: #E91939; transition:width 0.2s ease, transform 0.2s ease; }
.logos-slider .item.slick-current:before{width:3.5rem;}

.testi-slider{padding-left:calc(1632px*0.1666); padding-right:calc(1632px*0.1666);}
.testi-slider .slick-arrow{background-color: #212121; bottom:auto; top:3rem;}
.testi-slider .slick-prev{right:auto; left:0;}
.testi-slider .slick-next{left:auto; right:0;}
.testi-slider .slick-arrow.slick-disabled{ background-color: #212121;}

/* team */
.bg-image-team{background-image: url("../img/img08.jpg");}

/* news */
.news-slider{margin-right:calc((1632px - 100vw)/2 - 15px);}
.news-slider .slick-list{padding-right:18rem;}
.news-slider .item{display: block; background-color: #fff; transition: background 0.2s ease, opacity 0.4s ease; opacity:0.5;}
.news-slider .item:after{content: ''; top:0; right:0; bottom:0; left:0; display: block; position: absolute;}
.news-slider .item.slick-active:after{display: none;}
.news-slider .item.slick-active{opacity:1;}
.news-slider .item.slick-active:hover{background-color: #212121; color:#fff;}
.news-slider .item.slick-active:hover .sp-link{background-image: url("../img/i-arrow-right-white.png");}
.news-slider .item+.item{margin-left:2rem;}
.news-slider .item .image img{width:100%; max-width: 100%;}
.news-slider .item .content{padding:1.5rem 2rem;}
.news-slider .item .tags-listing{margin-bottom:1rem;}
.news-slider .item .date{font-weight: 700; font-size: 1.12rem; text-transform: uppercase; line-height: 1.3;}
.news-slider .item .title{transition: color 0.2s ease;}

.news-slider .slick-arrow{background-color: #212121; bottom:1.5rem;; top:auto;}
.news-slider .slick-prev{right:auto; left:-12.1rem;}
.news-slider .slick-next{left:-7rem; right:auto;}
.news-slider .slick-arrow.slick-disabled{ background-color: #212121;}

.news-text-wtap{padding-top:1.5rem;}





/* ************************* */
/* FOOTER					 */
/* ************************* */	
#footer{ background-color:#212121; flex:0 0 auto; margin-top:auto; }

/* top */
.footer-top{margin-bottom:4rem;}
.footer-top .footer-brand{width:15rem;}
.footer-top .footer-brand img{width:100%;}

.footer-links-wrap{display: flex; align-items: flex-start;}
.footer-links-wrap .footer-links{padding-right:2rem;}
.footer-links-wrap .footer-links:not(:last-child){flex-basis:50%;}
.footer-links-wrap .footer-links ul{padding:0; list-style-type: none; line-height: 1.2;}
.footer-links-wrap .footer-links ul li+li{margin-top:1.3rem;}
.footer-links-wrap .footer-links a{color:inherit; text-decoration: none;}
.footer-links-wrap .footer-links a[href*='mailto']{word-break: break-all;}
.footer-links-wrap .footer-links a:hover, .footer-links-wrap .footer-links a:focus{color:#E91939; text-decoration: none;}

/* bottom */
.footer-bottom{padding:1.5rem 0; display: flex; align-items: center; justify-content: center; border-top:1px solid #808285;}
.footer-bottom div+div:before{content: '|'; margin:0 0.62rem;}



/* ************************* */
/* INTERNAL					 */
/* ************************* */

/* masthead */
.masthead-internal-section{padding-top:14.5rem;}
.masthead-internal-section.has-edge-bottom{padding-bottom:11.5rem;}

.bg-image-masthead-internal{background-image: url("../img/img13.jpg");}

/* side-nav-new */
.side-nav-wrap{ background-color: #212121;}
.side-nav-wrap .sublevel{padding-left:1.5rem;}
.side-nav-wrap a{display:block; padding:0.7rem 3rem 0.7rem 1.5rem; font-size: 0.87rem; text-transform: uppercase; font-weight: 700;}
.side-nav-wrap .sublevel-toggle{font-size: 1rem; position: absolute; top:0; right:1.5rem; padding-top:0.6rem; bottom:0; padding-right:0; color:#808285; }
.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{}
.side-nav-wrap .item:hover{background-color: #fff;}
.side-nav-wrap .item:hover a:after{background-color: transparent;}
.side-nav-wrap a{color:#fff;}
.side-nav-wrap a:after{content:'';left:1.5rem; right:1.5rem; height:1px; bottom:0; background-color:#808285;  display: block; position: absolute;}
.side-nav-wrap > .item:last-child a:after{display: none;}
.side-nav-wrap .active a{color:#E91939;}
.side-nav-wrap .item:hover a{color:#212121; text-decoration: none;}
.side-nav-wrap .item a:focus{text-decoration: none;}

/* cta-box */
.cta-box{padding:6.5rem 2rem;}
.cta-box .cta-link{ z-index:3;}
.cta-box .top-edge{z-index: 2; position: absolute; top:-1px; height:5rem; left:-1px; right:-1px; background: url("../img/edge-top-out-right-white.svg") no-repeat center; background-size:100% 100%;}
.cta-box .bottom-edge{z-index: 2; position: absolute; bottom:-1px; height:5rem; left:-1px; right:-1px; background: url("../img/edge-bottom-out-left-white.svg") no-repeat center; background-size:100% 100%;}
.cta-box.overlay-color-black:hover:before{background-color:rgba(45, 45, 45, 1);}

.bg-image-cta-box{background-image: url("../img/img01.jpg");}

/* cta-section */
.bg-image-cta-section{background-image: url("../img/img12.jpg");}

.cta-section .row{display: flex; align-items: stretch;}
.cta-section .image-wrap{margin-right:3.25rem; position: absolute; top:-15rem; right:0; bottom:-15rem; left:calc((1632px - 100vw)/2);}

.content-section.bg-color-smoky + .cta-section.edge-top-out-right-white .edge-mask-top{background-image: url("../img/edge-top-out-gray.svg");}

/* anchors-nav */
#anchors-nav-section{ padding-top:5rem; }
#anchors-nav-section .anchors-nav{margin-bottom:-0.5rem; flex-grow:1; display: flex; align-items: center; justify-content: space-between; padding:0 2.5rem;}
#anchors-nav-section .anchors-nav:before, #anchors-nav-section .anchors-nav:after{display: none;}
#anchors-nav-section .anchors-nav > li{margin-bottom:0.5rem;}
#anchors-nav-section .anchors-nav > li > a{font-size: 1.12rem; color:inherit; text-align: center; padding:0; line-height: 1.2; text-decoration: none; font-weight: 700; text-transform: uppercase;}
#anchors-nav-section .anchors-nav > .active > a, #anchors-nav-section .anchors-nav > li > a:hover, #anchors-nav-section .anchors-nav > li > a:focus{color:#E91939; background: transparent;}

.anchors-nav-wrap{background-color: #F1F1F1; padding:1.5rem 0; display: flex; align-items: flex-start; transition:box-shadow 1s ease;}
.anchors-nav-wrap .nav-label{padding:0 6.44rem; font-size: 1rem; color:#808285; font-weight: 700; white-space: nowrap; line-height: 1.2;}

#anchors-nav-section.affix{z-index: 1010; top:1rem; width:100%; }
#anchors-nav-section.affix .anchors-nav-wrap{box-shadow:0 5px 30px rgba(0,0,0,0.25);}
#anchors-nav-section.affix + .content-section{margin-top:9.5rem;}

/* ************************* */
/* CUSTOM INTERNAL			 */
/* ************************* */
/* product-details */
.product-images-wrap figcaption{ text-align: left; width:70%; font-size: 0.62rem; font-weight: 700; text-transform: uppercase; z-index:2; position:absolute; left:0; top:0; padding:0.5rem 1rem; background-color:#DEDEDE; color:#212121;}
.product-images-wrap figure img{width:100%; max-width: 100%;}
.product-images-wrap .secondary{display: inline-block; margin-left:5rem; margin-right:5rem; margin-top:-7rem; top:-1rem;}

.product-details-section.image-left .product-images-wrap{text-align: right;}

.product-text-wrap{padding-top:3.5rem;}
.product-text-wrap .textbox{padding-right:40%;}

/* values */
.values-listing{display: flex; align-items: stretch;}
.values-listing .item{flex-basis:33.33%;}
.values-listing .item+.item{margin-left:2rem;}
.values-listing .item .image img{width:100%; max-width: 100%;}
.values-listing .item .content{padding:1.5rem 2rem;}
.values-listing .item .title{margin-bottom:1rem;}