.open_new i{
	color: #d1d4ef !important;
}
.open_new:hover i{
	cursor: pointer;
	color: #007bff !important;
}
.profile_dropdown{
    right: 10px; display: inline-block; position: absolute; top: 3px;
}
span.memu_external {
	background-color: #ffffff;
    position: absolute;
    right: 0;
    padding: 14px;
    color: #8a8989;
    z-index: 9;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #eaeaea;
    font-size: 14px;
}
span.memu_external_small {
    background-color: #ffffff;
    position: absolute;
    right: 3px;
    padding: 9px;
    color: #8a8989;
    z-index: 9;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #eaeaea;
    font-size: 14px;
    top: 3px;
}
span.memu_external:hover,span.memu_external_small:hover {
    background-color: #0066ff;
    color: white;
}
.card-new{
	position: absolute;
    width: 77px;
    top: -15px;
    left: -9px;
}
.menu_grid {
    position: fixed;
    background: white;
    left: 10px;
    display: none;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    border: 1px solid #38bfff;
    box-shadow: 4px 3px 17px -6px #939393;
    z-index: 9999;
    padding-top: 60px;
}
.mobile_close{
	position: fixed;
    z-index: 9;
    top: 15px;
    left: 8px;
}
i.list-submenu {
	font-weight: 700;
    color: #ffffff40;
    right: 10px;
    position: absolute;
    padding-top: 23px;
    top: 0;
}
.submenu_title{
	color: #343d44;
	font-size: 1em;
}
.menu-scrollable::-webkit-scrollbar{
    width: 10px;
    background-color: #c3e2f1;
}
.menu-scrollable::-webkit-scrollbar-thumb{
    background-color: #38bfff;
}
.navbarlogo {
	max-width: 320px;
	overflow: hidden;
}
a.navbarlogo:hover {
    background: #0275d8 !important;
}
.gn-menu .icon-menu{
	width: 55px;
    text-align: center;
}
.gn-menu-main > li:hover {
    background-color: white;
    color: #0275d8;
}
.gn-menu-main,
.gn-menu-main ul {
		margin: 0;
		padding: 0;
		background: #0275d8;
		color: #ffffff;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		line-height: 60px;
}
.gn-menu-main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		z-index: 1040;
		font-size: 1.2rem;
}

.gn-menu-main a {
		display: block;
		height: 100%;
		color: #ffffff;
		text-decoration: none;
		cursor: pointer;
}

a.dropdown-item-new {
    color: black;
    padding: 5px 30px 5px 25px;
    line-height: 40px;
    padding-left: .8rem;
}
a.dropdown-item-new:hover{
	color: white;
	background: #4d13fa
}
.dropdown-menu-new{
	padding-bottom: 0 !important
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
		background: white;
		color: #0275d8 !important;
		width: 100%;
}

.gn-menu-main > li {
		display: block;
		float: left;
		height: 100%;
		border-right: 1px solid #c6d0da;
		text-align: center;
}


.gn-menu-main li.gn-trigger {
		position: relative;
		width: 60px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.gn-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
	position: fixed;
	top: 60px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 60px;
	border-top: 1px solid #c6d0da;
	background: white;
	-webkit-transform: translateX(-60px);
	-moz-transform: translateX(-60px);
	transform: translateX(-60px);
	-webkit-transition: -webkit-transform 0.3s, width 0.3s;
	-moz-transition: -moz-transform 0.3s, width 0.3s;
	transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
	position: absolute;
	overflow-y: auto;
	width: 341px;
	height: 100%;
	background: #00d0ff;
}

.gn-menu {
	border-bottom: 1px solid #c6d0da;
	text-align: left;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #c6d0da
}

.gn-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.gn-submenu li a {
		color: #c1c9d1
}


input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 60px;
		outline: none;
		border: none;
		background: transparent;
		color: white;
		font-weight: 600;
		cursor: pointer;
		text-transform: uppercase;
}

li.search-field:hover {
    background-color: rgb(128, 211, 243);
    height: 60px;
}

.search-field input {
    padding-left: 13px;
    width: 225px;
    font-weight: 300;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}


.gn-search::-webkit-input-placeholder {
		color: white !important
}

.gn-search:-moz-placeholder {
		color: white !important
}

.gn-search::-moz-placeholder {
		color: white !important
}

.gn-search:-ms-input-placeholder {
		color: white !important
}

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
		color: #0275d8
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.gn-icon::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'FontAwesome';
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}
.gn-icon span {
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
}

.gn-icon-menu::before {
		margin-left: -15px;
		vertical-align: -2px;
		width: 30px;
		height: 2px;
		background: #ffffff;
		box-shadow: 0 0px white, 0 -6px #ffffff, 0 -12px white, 0 -12px #ffffff;
		content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px white, 0 -6px white, 0 -9px white, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
    background: #0275d8;
    box-shadow: 0 3px white, 0 -6px #0275d8, 0 -9px white, 0 -12px #0275d8;
}

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
		width: 340px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 60px
}

.gn-menu li:hover {
    background-color: white;
    color: #0275d8;
}

.gn-menu li:hover a{
    color: #0275d8 !important;
}
a.gn-icon:hover {
    text-decoration: none;
    color: #0275d8;
}
.notification-bell{
    display: inline-block;
    position: absolute;
    right: 54px;
    padding: 0 15px;
}
a:focus, a:hover {
    color: inherit;
    text-decoration: inherit;
}

.container > header,
.codrops-top {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

.container > header {
	margin: 0 auto;
	padding: 12em 2em;
	padding-left: 370px;
	background: rgba(0,0,0,0.05);
}

.container > header a {
	color: #566473;
	text-decoration: none;
	outline: none;
}

.container > header a:hover {
	color: #4f7bab;
}

.container > header h1 {
	font-size: 3.2em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 55%;
	color: #74818e;
	padding: 0 0 0.6em 0.1em;
}

@media(min-width: 768px) {
	.notification-bell{
        right: 73px;
    }
    .profile_dropdown{
        right: 25px; 
    }
	.menu_grid {	
	    left: 354px;
	    background: #f8f8f8ab;
	    top: 70px;
	    max-height: calc(100vh - 100px);
	    padding-top: 0;
	}
} 
@media(max-width: 767px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 100%;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}
@media(min-width: 1025px) {
	.submenu_title{
		font-size: 1.2em
	}
} 

@media(max-width: 1025px) {
	.container > header {
		margin: 0 auto;
		padding: 120px 50px;
		font-size: 70%;
		text-align: right;
	}
}