/* ************************* */
/* 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 'Base', sans-serif; 
		font-weight:400; 
		color: #303030; 
		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; }
#scrollup:after{ content:'\f176'; font-family:'FontAwesome';}
#scrollup:hover{ background-color:#C94337;}
#scrollup.affix{ opacity:1; bottom:3.7rem;}

.content-section{ padding-top:5rem; padding-bottom:5rem; }
.large-padding-top{ padding-top:8rem;}
.large-padding-bottom{ padding-bottom:8rem;}

.content-section:not([class*='bg-'])+.content-section:not([class*='bg-']){padding-top:0;}

 .container{margin-left:calc((100vw - 1170px)/2);} 

.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:3rem;}
[class*='col-'].indent-left{padding-left:3rem;}

.align-stretch{display: flex; align-items: stretch;}
.align-stretch > [class*='col-']{display: flex; align-items:stretch;}

/* typography */
h1, h2, h3, h4, h5, h6	{ 
	font-family:inherit; 
	font-weight:700; 
	color: inherit;
	line-height:1.38;
	}
h1{font-size:3.25rem /*52px*/;}
h2, .h2-style{font-size:2.62rem /*42px*/;}
h3, .h3-style{font-size:2.12rem /*34px*/;}
h4, .h4-style{font-size:1.50rem /*24px*/;}
h5, .h5-style{font-size:1.12rem /*18px*/;}
h6, .h6-style{font-size:1.00rem /*16px*/;}

.lead, .big{ font-size:1.12rem; font-weight:400; line-height: inherit;}
.small{ font-size:0.81rem;}
.in-form-header:not(:first-child){margin-top:1.5rem; margin-bottom:0.5rem;}
.weight-light{font-weight: 300;}
.weight-bold{ font-weight: 700;}

.decorated-header:not(:last-child){margin-bottom:3.45rem;}
.decorated-header .header-lines{display: inline-block;}
.decorated-header .header-lines, .decorated-text{padding-left:1.37rem;}
.decorated-header .header-lines:after{content:''; display: block; position: absolute; bottom:-0.1rem; right:0; left:-200px; height:1px; background: rgba(48, 48, 48, 0.5);}
.decorated-header .header-lines:before{content: ''; display: block; position: absolute; top:0; left:0; bottom:-1.75rem; width:1px; background: rgba(48, 48, 48, 0.5);}
.color-white .decorated-header .header-lines:before, .color-white .decorated-header .header-lines:after{background-color:rgba(255, 255, 255, 0.5);}

.underlined-header{padding-bottom:1rem;}
.underlined-header:after{content: ''; display: block; position:absolute; left:0; right:0; bottom:0; height:1px; background-color:rgba(48, 48, 48, 0.5); }


.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:41.66%; margin-right:2rem; margin-bottom:1rem;}
.text-image-wrap.align-right{float:right; width:41.66%; 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:1rem; background-color:rgba(48,48,48,0.7); 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:#383E94; 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{ font-size: inherit; font-style: normal; padding:0.5rem 0 0.5rem 5.62rem; border:0;}
.textbox blockquote:before{content: ''; display: block; position: absolute; left:0; top:0; bottom:0; width:4.12rem; border-right:1px solid rgba(48, 48, 48, 0.5); background: url("../img/i-quote-sm.png") no-repeat 0.5rem 0.5rem;}

/* colors */
.color-white{color:#fff;}
.color-black{color:#303030;}
.color-blue{color:#383E94;}
.color-light-blue{color:#5F67CE;}
.color-red{color:#C94337;}
.color-light-gray{color:#F7F7F8;}
.color-dark-gray{color:#838383;}

.bg-color-black{background-color: #303030;}
.bg-color-blue{background-color:#383E94;}

[class*='overlay-color-']:before{ content:''; display:block; position:absolute; top:0; right:0; bottom:0; left:0;}
.overlay-color-gradient:before{ background:linear-gradient(180deg, rgba(46, 50, 94, 0.49) 0%, rgba(29, 32, 63, 0.8) 100%);}

.overlay-color-filter{position: absolute; top:0; right:0; bottom:0; left:0;}

/* backgrounds */
.bg-image-cover{ background-position: center; background-size: cover;}

.bg-image-cta-section{ background-image:url(../img/img05.jpg);}
.bg-image-cta-block{ background-image:url(../img/img06.jpg);}
.bg-image-page-header{ background-image:url(../img/img05.jpg);}
.bg-image-wholesale{background-image: url("../img/img02.jpg");}
.bg-image-retail{background-image: url("../img/img03.jpg");}
.bg-image-testimonials{background-image: url("../img/img04.jpg");}

/* links */
a {color:#383E94; text-decoration: underline; transition:color 0.2s ease, background-color 0.2s ease;}
a:hover, A:focus{color:#fff; text-decoration:none; background-color: #C94337;}
a:focus, a:active, a:active:focus{outline:none;}
a.icon:hover, a.icon:focus{color:#C94337; background-color: transparent;}

.color-white a:not(.btn){color:#fff;}

a img{border:0;}

.area-link{ position:absolute; top:0; left:0; width:100%; height:100%;}
.area-link:hover, .area-link:focus{background-color: transparent;}
.anchor-link{ display:block; top:-10rem; width:0; height:0;}

.sp-link{text-transform: uppercase; font-weight: 700; line-height: 1.2;}

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{}



/* form */

	/* placeholder */
	::-webkit-input-placeholder { opacity: 1 !important; color: #838383 !important;}
	::-moz-placeholder {color: #838383 !important;	opacity: 1 !important;} 
	:-ms-input-placeholder {color: #838383 !important; opacity:1 !important; }

	[placeholder]:focus::-webkit-input-placeholder { color: #838383 !important;}
	input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {color: #838383 !important;}
	input:focus:-ms-input-placeholder, textarea:focus::-ms-input-placeholder {color: #838383 !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; border-color:#EDEDED;}
.form-control:focus{outline:0; box-shadow: none; border-color:#383E94;}
.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.4; color:inherit;}
.form-group > label{font-weight: 700;}

.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; color:#838383; 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.87rem; font-size:0.81rem; z-index: 4; color:#838383;}
	.input-wrap .form-control{ background: transparent; z-index:3; padding-top:1.8rem; padding-bottom:0.3rem; }
	.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 */
	.inline-radio-wrap{ display:block;}
	.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:300;}
	input[type='radio'], input[type='checkbox']{ display:none;}
	.radio-check-control{display:block; position:absolute; top:0; left:0;  width:20px; height:20px; 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:12px; height:12px; border-radius:100%;  top:3px; left:3px; 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:1.05rem; font-family: FontAwesome;  opacity:0; transform:scale(0.01); display:block; line-height:1.1;  transition:transform 0.2s ease, color 0.2s ease;}

		/* default */
		.radio-check-control{border:1px solid #838383; background-color:#fff; }
		input[type='radio'] + .radio-check-control:before{background-color: #fff;}
		input[type='checkbox'] + .radio-check-control:before{color:#fff;}

		/* checked */
		input:checked + .radio-check-control{border-color:#383E94; background-color: #383E94;}
		input:checked + .radio-check-control:before{transform:scale(1); opacity:1; }

		/* hover */
		label:hover .radio-check-control{border-color:#C94337;}
		label:hover input[type='checkbox']:checked + .radio-check-control:before{color:#fff;}
		label:hover input[type='radio']:checked + .radio-check-control:before{background-color: #fff;}
		label:hover input:checked + .radio-check-control{background-color:#C94337;}

		/* disabled */
		input[disabled] ~ .radio-check-label{cursor:default; color:inherit!important;}
		input[disabled] + .radio-check-control{border-color:#ccc!important; background-color: #eee!important;}
		input[type='radio'][disabled]:checked + .radio-check-control:before{background-color: #555555!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 {height:3.19rem; font-size: 1rem; line-height: 1.2; padding:1rem 3rem; font-weight: 700; border:1px solid transparent; text-transform: uppercase; text-decoration: none; transition:color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease; }
.btn:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{outline:0!important;}

.btn-primary{color:white; border-color:#C94337; background: #C94337;}
.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:#C94337; border-color:#C94337; background:#fff; box-shadow:none;}

.btn-default{ color:#fff; border-color:#383E94; background: #383E94;}
.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:#383E94; border-color:#383E94; background:#fff; box-shadow: none;}

.btn-white{ color:#383E94; 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{color:#383E94; padding:0; height:auto;}
.btn-link:hover, .btn-link:focus{color:#C94337; text-decoration: none;}

.btn.icon-right .fa{margin-left:1rem;}
.btn.icon-left .fa{margin-right:1rem;}

.textbox .btn{margin-top:0.35rem; margin-bottom:0.35rem;}

	/* 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.7rem 1rem;}/* 'form-control' paddings */
	.SumoSelect.open > .optWrapper{top:100%;}

	.SumoSelect > .CaptionCont{ background-color: #fff; border-radius:0; border-color:#EDEDED; display:flex; align-items:center;}/* caption defaults */
	.SumoSelect > .CaptionCont > label{margin-bottom:0; width:3rem;}
	.SumoSelect > .CaptionCont > span{padding-right:2rem; cursor: pointer; color:#303030;}
	.SumoSelect > .CaptionCont > span.placeholder{ font-style: normal; color:#838383;}/* placeholder */
	.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .open.SumoSelect > .CaptionCont{box-shadow:none; border-color:#383E94;}/* caption hover */

	.SumoSelect > .CaptionCont > label > i{height:100%; background-image: none; display: flex; align-items: center;}
	.SumoSelect > .CaptionCont > label > i:after{content:'\f107'; font-family: 'FontAwesome'; 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-color:#fff; box-shadow: 0px 4px 12px 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, .SumoSelect .select-all.selected{color:#383E94;}/* option selected */
	.SumoSelect > .optWrapper > .options li.opt:hover, .SumoSelect .select-all:hover, .SumoSelect > .optWrapper > .options li.sel.opt, .SumoSelect .sel.select-all{background-color: #F7F7F8; color:#C94337;}/* 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:16px; margin-left:-2rem;}
	.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i{border: 1px solid #838383; background-color: #fff; width: 16px; height: 16px; 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:#fff; background-color: #383E94; border-color:#383E94; font-size:0.8rem; font-style: normal; font-family: FontAwesome;  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: #383E94; 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: #838383;}
	.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: #fff;}
	.upload-control .input-label{ margin-right:9rem;}
	.upload-control .btn {position: absolute; top:1px; right: 1px; bottom:1px; padding:0; width:8rem; margin:0; height:auto;  display:flex; align-items:center; justify-content:center; z-index:4; color:#383E94; background-color:transparent; border:#fff;}
	.upload-control .btn:hover, .upload-control .btn:focus{color:#C94337;}
	.upload-control .btn input[type="file"] {position: absolute; top: 0; right: 0; height:100%; width:100%; margin: 0; padding: 0; font-size: inherit; cursor: pointer; opacity: 0; filter: alpha(opacity=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:#C94337;}
	.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{border-top:1px solid rgba(48, 48, 48, 0.5);}
.accordion .panel {margin-bottom:0; background-color:transparent; border:0; border-bottom:1px solid rgba(48, 48, 48, 0.5);  border-radius:0; box-shadow:none;}
.accordion .panel-heading {padding:0; border:0; border-radius:0;}
.accordion .panel-title { margin: 0px;}
.accordion .panel-title a{ display:block; color:#303030; padding:0.95rem 3rem 0.95rem 0; background-color:transparent; text-decoration: none;}
.accordion .panel-title a .fa{ position:absolute; right:0; 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:#C94337; outline:0;}
.accordion .panel-title a[aria-expanded='true'] .fa{ transform:rotate(-180deg);}
.accordion .panel-body {border-top:1px solid rgba(48, 48, 48, 0.5); padding:1.5rem 0 1.5rem 2rem; position:static;}

/* pagination */
.pagination-wrap{ text-align:center; display:flex; justify-content:center;}
.pagination{margin:0; display:block;}
.pagination > li > a, .pagination > li > span{background-color:transparent; border:1px solid transparent; padding:0.5rem 1rem; transition:border 0.2s ease; color:#383E94; margin-left:0;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{background-color:transparent; color:#C94337; border-color:#C94337;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{color:#303030; background-color:transparent; font-weight:bold; border:1px solid #383E94;}
.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:1rem; top:0.5rem; z-index:2; font-weight:300; color:inherit; font-size: 2rem; opacity:1; filter:alpha(opacity=100); text-shadow:none; transition:color 0.2s ease;}
.modal .close:hover, .modal .close:focus{color:#C94337; outline:0;}
.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;}
.breadcrumbs-section:after{content: ''; display: block; position: absolute; height:1px; width:calc(1170px + 170px); left:calc((100vw - 1170px)/2 - 185px); bottom:0; background-color:rgba(48, 48, 48, 0.5); }
.breadcrumbs-section:before{content: ''; display: block; position: absolute; width:1px; top:0; bottom:-1.5rem; left:calc((100vw - 1170px)/2 + 15px); background-color:rgba(48, 48, 48, 0.5);}
.breadcrumbs-section ol{padding:0; list-style-type: none; display: flex; flex-wrap:wrap; margin-left:1.37rem;}
.breadcrumbs-section ol li+li:before{content: '\f105'; font-family: FontAwesome; margin:0 1rem; line-height: 1;}
.breadcrumbs-section a{padding-left:2px; padding-right:2px;}
.breadcrumbs-section a:hover, .breadcrumbs-section A:focus{background-color:#C94337; }

/* responsive table */
.textbox table{font-size: inherit; width: 100%; max-width:100%; margin-bottom:0; border-bottom:1px solid #383E94;}
.textbox table td, .textbox table th{padding:1rem 1rem;}
.textbox table thead th{ vertical-align:bottom; background-color: #383E94; color:#fff; }
.textbox table td{ vertical-align:top;}
.textbox table tr:nth-child(even){background-color: #f7f7f8;}
.textbox table tr:hover{background-color:rgba(56, 62, 148, 0.1); } 

/* decor elements */
.decor-line{background: rgba(48, 48, 48, 0.5); position: absolute; z-index: 2;}
.color-white .decor-line{background:rgba(255, 255, 255, 0.5);}
.decor-line.vertical{width:1px; height:8rem;}
.decor-line.vertical.short{height:2.5rem;}
.decor-line.top-right{top:0; left:calc(50vw + 1170px/2 - 15px);}
.decor-line.top-left{top:0; left:calc((100vw - 1170px)/2 + 15px);}
.decor-line.bottom-right{bottom:0; left:calc(50vw + 1170px/2 - 15px);}
.decor-line.bottom-left{bottom:0; left:calc((100vw - 1170px)/2 + 15px);}

/* ************************* */
/* HEADER					 */
/* ************************* */	

#header{height:0;}

/* navbar */
.navbar{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, background 0.2s ease; }
.navbar.affix{box-shadow:0 5px 30px rgba(0,0,0,0.5); background-color: #5F67CE;}
.navbar > .container{ display:flex; align-items: flex-end;}
.navbar .decor-line{height:auto; bottom:0;}

.navbar-header{float:none; padding:1rem 0 1rem 1.5rem;}
.navbar-header:after{content: ''; display: block; position: absolute; bottom:0; right:0; height:1px; background:rgba(255, 255, 255, 0.5); left:-200px;}
.navbar-brand {width:14rem; float:left; height:auto; padding:0; margin:0; font-size: inherit; line-height: inherit; background: transparent!important;}
.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:#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 .fa:before{ content:'\f00d';}
.navbar-toggle:hover, [aria-expanded='true'].navbar-toggle{ background-color:#C94337; color:#fff;}
.navbar-toggle:focus{ background-color:transparent; color:#fff;}
[aria-expanded='true'].navbar-toggle:focus{ background-color:#C94337; color:#fff;}

/*navigation */
#navigation{padding:0; margin-left:auto;}
#navigation > .inner-wrap{ display: flex; flex-direction:column-reverse; align-items: flex-end;}
#main-nav{ border:0; font-size:1.12rem; font-weight: 700; text-transform: uppercase; margin-top:1.31rem; }
#main-nav:after{content: ''; display: block; position: absolute; height:1px; background: rgba(255, 255, 255, 0.5); left:0; bottom:0; right:0;}
#main-nav .placeholder-item {cursor: default;}
#main-nav > li + li{margin-left:5rem;}
#main-nav > li > a{padding:0 0 1.31rem 0; line-height:1.2; text-decoration: none; z-index: 3;}
#main-nav > li.dropdown_split > .dropdown-toggle{ display:none; position:absolute; top:0; right:0; margin-right:0; width:2rem; padding-left:0.6rem; padding-right:0.6rem; line-height:1.2; }
#main-nav > li > .dropdown-toggle[aria-expanded="true"] .fa{ transform:rotate(-180deg);}

#main-nav .fa{ transition:transform 0.7s ease; }

#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 > .active > a{color:#fff; background-color:transparent;}
#main-nav > .active > a:hover, #main-nav > .active > a:focus{color:#fff; background-color:transparent;}

#main-nav > li:after{content: ''; z-index: 2; display: block; position: absolute; bottom:0; left:0; width:0; height:4px; background-color: #fff; transition:width 0.2s ease;}
#main-nav > li:hover:after, #main-nav > .active:after{width:100%;}


	/* nav dropdown */
	#main-nav .dropdown-menu{ min-width:100%; padding:0.5rem 0; margin:0; border:0; border-radius:0; background-color:#fff; font-size:1rem; font-weight:700; text-transform:none; box-shadow:0px 4px 4px rgba(0, 0, 0, 0.25);}
	#main-nav .dropdown-menu > li > a{padding:0.45rem 3rem 0.45rem 1rem; line-height:1.2; font-weight:inherit; text-decoration: none; }
	#main-nav .dropdown-menu > li > .dropdown-toggle .fa{ transform:rotate(-90deg);}
	#main-nav .dropdown-menu > li > .dropdown-toggle[aria-expanded="true"] .fa{ transform:rotate(90deg);}
	#main-nav .dropdown-menu > li.dropdown_split > .dropdown-toggle{position:absolute; top:0; right:0; margin-right:0; padding-left:1rem; padding-right:1rem; line-height:1.2;} 

	#main-nav .dropdown-menu > li > a{color:#303030; background-color:transparent;}
	#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus, #main-nav .dropdown-menu > .open > a{color:#C94337; background-color:transparent;}

	#main-nav .dropdown-menu > .active > a{color:#383E94; background-color:transparent;}
	#main-nav .dropdown-menu > .active > a:hover, #main-nav .dropdown-menu > .active > a:focus{color:#C94337; background-color:transparent;}

	#main-nav .dropdown-menu.open-left {left:auto; right:0;}

	/* third level */
	#main-nav .dropdown-menu .dropdown-menu{top:-0.5rem; left:100%;}
	#main-nav .dropdown-menu .dropdown-menu.open-left{left:auto; right:100%;}

	/* top-nav*/
	#top-nav{font-size: 1rem; font-weight: 400; margin-top:1rem;}
	#top-nav:after{content: ''; display: block; position: absolute; height:1px; background: rgba(255, 255, 255, 0.5); left:0; bottom:0; right:0;}
	#top-nav > li + li{margin-left:3.5rem;}
	#top-nav > li > a{padding:0 0 1rem 0; line-height:1.2; text-decoration: none; z-index: 3;}

	#top-nav > li > a{color:#fff; background-color:transparent;}
	#top-nav > li > a:hover, #top-nav > li > a:focus, #top-nav > .open > a{color:#fff; 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;}

	#top-nav > li:after{content: ''; z-index: 2; display: block; position: absolute; bottom:0; left:0; width:0; height:4px; background-color: #fff; transition:width 0.2s ease;}
	#top-nav > li:hover:after, #main-nav > .active:after{width:100%;}

/* ************************* */
/* HOME						 */
/* ************************* */	
/* homepage-header */
.homepage-header-section .decor-line.top-left{height:auto; bottom:5rem;}
.homepage-header-section .decorated-header .header-lines{display: block;}
.homepage-header-section .decorated-header .header-lines:before{display: none;}
.homepage-header-section .decorated-header .header-lines:after{bottom:-1.5rem;}
.homepage-header-section .decorated-header{margin-bottom:3rem;}

/* main-slider */
#main-slider{background-color:#383E94; }
#main-slider .item{padding-top:12.25rem; padding-bottom:5rem;}

#main-slider .slick-track, #main-slider .slick-list{height:100%;}
#main-slider .slick-slide:focus{outline:0;}
#main-slider .slick-track{ display:flex; align-items:stretch;}
#main-slider {-webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text;}

#main-slider .item{display:flex; align-items:center; height:auto;}

#main-slider .slick-dots{position:absolute; padding:0; height:0; margin:0; left:0; right:2rem; bottom:3rem; display:flex; justify-content:flex-end; list-style-type: none;}
#main-slider .slick-dots li{ line-height:0;}
#main-slider .slick-dots li button{border:0; background:rgba(255,255,255,0.3); color:transparent; overflow:hidden; width:0.66rem; height:0.66rem; border-radius: 50%; padding:0; line-height:1rem; margin:0 0.25rem; transition:background 0.2s ease;}
#main-slider .slick-dots li button:hover{ background:#fff;}
#main-slider .slick-dots li button:focus{outline:0;}
#main-slider .slick-dots .slick-active button, #main-slider .slick-dots .slick-active button:hover{background:#fff; cursor:default;}

#main-slider .slick-arrow{opacity:0.5; font-size: 2rem; z-index:2; position:absolute; width:3rem; height:3rem; bottom:3rem; background:none; overflow:hidden; border:0; padding:0; transition:opacity 0.2s ease; }
#main-slider .slick-arrow:hover{ opacity:1;}
#main-slider .slick-arrow:focus{outline:0;}
#main-slider .slick-arrow.slick-disabled{ opacity:0.2; cursor:default;}
#main-slider .slick-prev{left:calc(50vw + 1170px/2 - 8rem);}
#main-slider .slick-next{left:calc(50vw + 1170px/2 - 5rem);}
#main-slider .slick-cloned {background-position-x:center; background-position-y:center; background-size:cover;}

.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%);}


/**/
.big-image-right .image-wrap{flex-grow:1; margin-right:calc((1170px - 100vw)/2 - 15px);}
.big-image-left .image-wrap{flex-grow:1; margin-left:calc((1170px - 100vw)/2 - 15px);}
.big-image-left .decorated-text{right:1.37rem;}

.big-image-right .underlined-header:after{right:-32px;}
.big-image-left .underlined-header:after{left:-32px;}

/* logos */
.logos-section{border-bottom:1px solid rgba(48, 48, 48, 0.5); padding:3.5rem 0; }
.logos-wrap{display:flex; align-items: center; margin:0 -1rem;}
.logos-wrap div{margin-left:1rem; margin-right:1rem; flex-grow:1; text-align: center;}
.logos-wrap div img{max-width: 100%; }
.logos-wrap a:hover, .logos-wrap a:focus{background-color: transparent;}

/* cta-section */
.text-block-wrap{display: flex; align-items: flex-start;}
.text-block-wrap .textbox:first-child{margin-bottom:0; flex-grow:1;}
.text-block-wrap .textbox + .textbox{flex:none; margin-left:5rem;}

/* services */
.cards-list > .inner-wrap{display: flex; align-items: flex-start; flex-wrap:wrap; margin:0 -0.94rem -2rem -0.94rem;}
.cards-list .item{padding:0 0.53rem; width:calc(25% - 1.88rem); margin:0 0.94rem 2rem 0.94rem;}
.cards-list .item .card img{width:100%; max-width: 100%;}

/* testimonials */
.textbox blockquote.standalone{padding-left:7.87rem; padding-top:6.6rem;}
.textbox blockquote.standalone::before{width:6rem; height:6.75rem; bottom:auto; background-image: url("../img/i-quote.png"); background-position:0.5rem 0.25rem;}
.textbox blockquote.standalone::after{content: ''; display: block; position: absolute; top:4.44rem; left:0; right:0; height:1px; background-color: rgba(48, 48, 48, 0.5); }

.big-image-right .textbox blockquote.standalone::after{right:-32px;}

/* ************************* */
/* FOOTER					 */
/* ************************* */	
#footer{ background-color:#303030; flex:0 0 auto; margin-top:auto;}
#footer .mb:not(:last-child){margin-bottom:1.7rem;}
#footer a:not(.btn){padding-left:2px; padding-right:2px; text-decoration: none;}
#footer a:not(.btn):hover, #footer A:not(.btn):focus{background-color: #C94337;}

.footer-top{padding-top:5rem; padding-bottom: 5rem;}

.footer-header{ text-transform: uppercase; border-bottom:1px solid rgba(255, 255, 255, 0.5); padding-bottom:0.4rem;}

.contact-listing ul{padding:0; list-style-type: none; line-height: 1.2;}
.contact-listing li+li{margin-top:1.3rem;}
.contact-listing li{display: flex; align-items: flex-start;}
.contact-listing .icon{display: inline-block;  text-align: center; margin-right:0.5rem; color:#5F67CE; margin-top:-0.2rem;}
.contact-listing .icon img{width:20px; height:20px;}
.contact-listing address{display: inline-block;}

.footer-nav ul{padding:0; list-style-type: none; line-height: 1.2;}
.footer-nav ul li+li{margin-top:1.3rem;}

.footer-bottom{display: flex; align-items: flex-start; padding:1rem 0; border-top:1px solid rgba(255, 255, 255, 0.5);}
.footer-bottom > div{width:50%;}
.footer-bottom > div+div:before{content: '|'; margin:0 2rem;}
.footer-bottom .copyright{text-align: right;}


/* ************************* */
/* INTERNAL					 */
/* ************************* */
/* page-header */
.page-header-section{padding-top:12.25rem; padding-bottom:5rem;}
.page-header-section .decor-line.top-left{height:auto; bottom:5rem;}
.page-header-section .decorated-header .header-lines{display: block;}
.page-header-section .decorated-header .header-lines:before{display: none;}
.page-header-section .decorated-header .header-lines:after{bottom:-1.5rem;}
.page-header-section .decorated-header{margin-bottom:3rem;}

/* side-nav-new */
.side-nav-wrap{background-color: #f7f7f8;}
.side-nav-wrap .sublevel{padding-left:2rem;}
.side-nav-wrap a{display:block; padding:0.75rem 2rem 0.75rem 1.5rem; text-decoration: none; line-height: 1.2; font-weight: 700;}
.side-nav-wrap .sublevel-toggle{position: absolute; top:0; right:0; bottom:0; padding-right:0.6rem; }
.side-nav-wrap .sublevel-toggle:focus{outline: 0;}
.side-nav-wrap .sublevel-toggle .fa{transition: transform 0.4s ease; }
.side-nav-wrap .sublevel-toggle[aria-expanded='true'] .fa{transform:rotate(180deg);}

.side-nav-wrap a{color:inherit;}
.side-nav-wrap .active a{color:#383E94;}
.side-nav-wrap a:hover, .side-nav-wrap a:focus{color:#C94337; background-color: transparent;}

/* cta-box */
.cta-box{padding:5rem 2rem; transition:box-shadow 0.2s ease;}
.cta-box .cta-link{ z-index:3;}
.cta-box .area-link{border:3px solid transparent; transition:border 0.2s ease;}
.cta-box:hover .area-link{border-color:#C94337;}

