/**
 * Adjusting existing menu height (legacy)
 */
.meapp-main_nav {
  height: 44px;
}
.meapp-nav-slider {
  height: 44px;
}
.meapp-nav-slider > div {
    height: 44px;
}

/**
 * New menu design, including Slick CSS
 */

.meapp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 44px;
  background: #D7D2D2 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  overflow: hidden;
  z-index: 100;
}

.meapp-nav {
    width: 100%;
    height: 44px;
    font-size: 16px;
    line-height: 28px; /* no access to slick container... */
    background: #D7D2D2 0% 0% no-repeat padding-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	text-align: center;
}

.meapp-logo {
    /*
    width: 120px;
    */
    width: 40px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4E6D8D;
	color: #fff;
}

.meapp-logo a {
	color: #fff;
	text-decoration: none;
}

.meapp-login-logo {
    width: auto;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4E6D8D;
    color: #fff;
	font-size: 48px;
	margin: 0 0 40px 0;
}

.meapp-login-logo a {
	color: #fff;
}

.meapp-login-button {
    margin: 0.5rem 0 0 0 !important;
}

.meapp-login-box .meapp-form-group .meapp-control-label {
    top: 0.4rem; 
}

.meapp-login-box .meapp-form-group {
    margin-top: 2.25rem;
}

.meapp-login-box img {
    width: 125px;
}

.meapp-tint {
  position:absolute;
  background-color: rgba(78, 109, 141, 0.75);
  width:100vw; height:100vh;
}

.meapp-lw-logo {
    background-color: #3d557c;
    padding: 5px;
    width: fit-content;
    text-align: center;
	color: #fff;
    /*
    float: right;
    */
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.meapp-lw-logo img {
    width: 50px;
	margin-top: 5px;
	margin: 10px 10px 5px 5px;
}

.meapp-main_nav {
	width: calc(100% - 80px);
	text-align: start;
}

/**
 * The container for the main slick slider
 */
.meapp-nav-slider {
	color: #fff;
    width: calc(100% - 80px);
    margin: 0 40px;
    padding-left: 0px; /* override ul */
}

.slick-slide {
    padding: 10px 10px 2px 10px;
}

.slick-prev, .slick-next {
    top: 55% !important;
}

.slick-prev:before, .slick-next:before {
    color: #4E6D8D !important;
}

.slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.meapp-nav-slider a {
	color: #333;
}

.meapp-header {
	font-size: 18px;
}

.meapp-header-pipe {
	color: #999;
}

.meapp-header div.meapp-nav-tab a {
	color: #0D0C0C;
	text-decoration: none;
	padding: 0 10px;
}

.meapp-header div.meapp-nav-tab a:hover {
    color: #fff;
    background-color: #4E6D8D;
    padding: 20px 10px;
}

.meapp-header-active {
    color: #4E6D8D;
    border-bottom: 4px solid #4E6D8D;
    font-weight: bold;
}

.meapp-header-active a {
    font-weight: bold;
	color: #4E6D8D;
}

.meapp-header-active a:hover {
    font-weight: bold;
    background-color: transparent !important;
    color: #0D0C0C !important;
}

.meapp-account {
	width: 40px;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #595959;
	color: white;
}

.meapp-account a {
	color: white;
}
