/* Navigation
/*------------------------------------------------------------*/
.ct-m-nav {
	border-bottom: 0;
}

.ct-nav {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 12.8px 16px;
	position: relative;
	box-shadow: none;
	transition: all .3s ease-in-out;
}

.ct-nav a,
.ct-nav a:link, 
.ct-nav a:visited {
	font-weight: 600;
    color: #1F81B9;
}

.ct-nav a:hover, 
.ct-nav a:focus,
.ct-nav a:active {
    color: #449DCF;
}

.ct-nav .static {
	top: 22px;
}

.ct-nav  .submenu {
	transition: color .3s ease-in-out;
}

.ct-nav .submenu li a:hover {
	color: #1F81B9;
	background-color: #F9FCFF;
}

.ct-nav .submenu .submenu li a:hover {
	color: #1F81B9;
	background-color: #F9FCFF;
}

.ct-nav .sub .submenu li a:hover {
	background-color: #EDF2F6;
}

.ct-nav .visible-links li {
	background-color: #fff;
}

.ct-nav .visible-links li:first-child a {
	padding: 5px 15px 5px 0;
}

.ct-nav .visible-links .submenu {
	top: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	z-index: 2000;
}

.ct-nav .visible-links .submenu li a {
	font-weight: 500;
	padding: 12px;
	background-color: #fff;
}

.ct-nav .visible-links .submenu li:first-child a {
	margin-right: 0;
	padding: 12px;
}	

.ct-nav .visible-links a.ct-home img {
	width: 154px;
	height: 48px;
}	

.ct-nav .visible-links a:not(.ct-home) {
	padding: 8px 11.2px;
}

.ct-nav .hidden-links .submenu {
	animation: none;
}

.ct-nav .hidden-links .sub .submenu a {
	padding-left: 30px;
	background-color: #fafcfd;
}

.ct-nav .hidden-links.dropdown-list {
	right: 206px;
	top: 74px;
}

.ct-nav .hidden-links.dropdown-list.guest {
	right: 253px;
}

.mobile .ct-nav .hidden-links.dropdown-list {
	right: 98px;
}

.ct-nav .more-nav {
	padding: 8px 11.2px;
	height: auto;
	line-height: 1.4;
	float: none;
} 

.ct-nav .prof-links a {
	padding-left: 9px;
}

.ct-nav .prof-links a .icon {
	position: static;
}

.ct-nav .prof-nav {
	padding: 8px 11.2px;
	line-height: 1.42857;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ct-nav .prof-nav .fas {
	margin-left: 4px;
}

@-moz-document url-prefix() { 
	.ct-nav .prof-nav .fas {
		margin-top: 2px;
	}
}

.ct-nav .prof-nav.member {
	padding: 8px 11.2px;
}

.ct-nav .prof-nav.member .prof-txt {
	width: auto;
	max-width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ct-nav .prof-nav .mem-icon {
	position: relative;
	left: 0;
}

.ct-nav .prof-nav .mem-icon i.fa, 
.ct-nav .prof-nav .mem-icon i.fas {
	margin-right: 8px;
}

.ct-nav .prof-nav.become-mem .mem-icon {
	left: 0;
}

.ct-nav .prof-nav.employer {
	padding: 8px 11.2px;
}

.ct-nav .dropdown-list {
	top: 29px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.ct-nav .dropdown-list li {
	background: #fff;
}

.ct-nav .dropdown-list li a {
	color: #1F81B9;
	font-weight: 500;
}

.ct-nav .dropdown-list li a:hover {
	color: #449DCF;
}

.ct-nav .dropdown-list a {
	font-weight: 500;
	background: #fff;
}

.ct-nav .dropdown-list a:hover {
	color: #1F81B9!important;
	background-color: #EDF2F6;
}

.ct-nav .dropdown-list a span  {
	font-weight: 500;
	background: transparent;
}

.ct-nav .dropdown-list li.log-out span {
	background: #F9FCFF;
}

.ct-nav .submenu li:first-child a, 
.ct-nav .dropdown-list li:first-child a {
	-webkit-border-top-left-radius: 0; 
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ct-nav .submenu li:last-child a, 
.ct-nav .dropdown-list li:last-child a {
	-webkit-border-bottom-right-radius: 0; 
    -webkit-border-bottom-left-radius: 0; 
    -moz-border-radius-bottomright: 0; 
    -moz-border-radius-bottomleft: 0; 
    border-bottom-right-radius: 0; 
    border-bottom-left-radius: 0; 
}

.ct-nav .dropdown-list li.log-out a {
	background-color: #F9FCFF;
}

.ct-nav .dropdown-list.show-employer-space {
	right: 156px;
}


@media only screen and (min-width: 400px) {
	.ct-nav .visible-links  .submenu li a:hover { background-color: #F9FCFF; }
	.ct-nav .visible-links .submenu li a:hover span { background-color: #F9FCFF; }
}

@media only screen and (min-width: 768px) {
	.ct-nav .hidden-links > li  > a:hover { background-color: #F9FCFF; }
	.ct-nav .hidden-links > li  > a:hover span { background-color: #F9FCFF; }
	.ct-nav .prof-links > li  > a:hover { background-color: #F9FCFF; }
	.ct-nav .prof-links > li  > a:hover span { background-color: #F9FCFF; }
}

@media only screen and (max-width: 480px) {
	.ct-nav .prof-nav .mem-icon { top: auto; }
	.ct-nav .prof-nav.guest { padding-left: 0; }
}

@media only screen and (max-width: 767px) {
	.ct-nav { display: block; padding: 0; }
	.ct-nav .dropdown-list { top: auto; box-shadow: none; }
	.ct-nav .sub-nav, .ct-nav .sub-nav .submenu { animation: none; }
	.ct-nav .sub-nav a { padding: 14px 15px 16px 15px; font-weight: 500; }
	.ct-nav .prof-links.sub-nav a { padding-left: 10px; }
	.ct-nav .visible-links { padding: 12.8px 0; }
	.ct-nav .visible-links li:first-child a { padding-left: 16px; height: auto; }
	.ct-nav .hidden-links.dropdown-list { right: auto; top: auto; }

	.mobile .ct-nav .hidden-links.dropdown-list { right: 0; }

	.ct-nav .visible-links a.ct-home img {
		width: 115px;
		height: 36px;
	}	
	.ct-nav .static {
		top: 16px;
	}
}
