[class*="input-group-"] {min-width: auto!important;}
.g-border-secondary {border-color: #6c757d !important;}

[data-grid~="container"], .js-mega-menu .container, main .containerx {
    max-width: calc(1600px + 10%);
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
}

[data-grid~="container"] {
	height: 75px;
}

.u-header__section, #navMenu {
	padding:0!important;
}

.u-header__logo-img--main {
	width:250px!important;
	max-width:250px!important;
    height: 75px!important;
	max-height:40%!important;
}

.navbar-toggler {
	top: 20px;
}

#pageFooter {
	background-color: #00859a!important;
	background-image: none!important;
	color: #fff!important;
}

.md-form label {color:#fff!important;}

#footerlogo {
	margin-bottom: 30px!important;
	width: 300px;
}

/* .ms-layerx, .ms-slide-layers {
	position: relative!important;
    top: 350px!important;
	color: #00a0b0!important;
} */

.ms-nav-prev, .ms-nav-next {
	position: relative!important;
    top: 60px!important;
	background: none!important;
	color: #00a0b0!important;
}

.ms-nav-prev  {
    float: left!important;
    left: 0px!important;
}

.ms-nav-next  {
    float: right!important;
    right: -30px!important;
}

.ms-nav-prev::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053";
	font-size: 36px;
}

.ms-nav-next::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-size: 36px;
}

.ms-bullets {
	bottom: -20px!important;
}

.ms-skin-black-1 .ms-bullet {
   background: #fff;
   border: solid 1px #00a0b0;
}

.ms-skin-black-1 .ms-bullet-selected {
    background-color: #00a0b0;
}

.msp-cn-163-5, .msp-cn-163-5 h2 {
	/* color: #00a0b0!important; */
	font-size: 20px!important;
}

.ms-layer-outside {
	position: relative;
	/* float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}

.ms-layer-outside h2 {
	position: absolute;
	color: #bbb!important;
	font-size: 20px!important;
	top: 65px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
}

/* .ms-view, .ms-slide-layersx {overflow:auto!important;} */

/* .file-caption-name {height:100%!important;} */
.file-input, .has-success .form-control, .has-success .custom-select,
.has-error .form-control, .has-error .custom-select {box-shadow: 0 5px 20px 0 rgb(0 0 0 / 7%)!important;border:0!important;}
.file-caption {border:0!important;padding: 1.42857rem !important;}
.form-text.text-muted {color:#000!important;font-size:100%!important;}
.btn-file {line-height:3.4rem!important;}
body {font-size:1.2rem;}

@media screen and (max-width: 762px) {
	.ms-layer-outside h2 {font-size:80%!important;}
}

@media (min-width: 1200px) {
.g-height-375--xl {
    height: 375px;
  }
  
.g-height-450--xl {
    height: 450px;
  }
  
  .g-height-500--xl {
    height: 500px;
  }
  
.g-height-550--xl {
    height: 550px;
  }
  
 .g-height-600--xl {
    height: 600px;
  }
  
  .imgcover--xl {
		object-fit: cover;
 		height: 100%;
  	background-position: top left;
  }
}