


/* -----------------------
   Simple header
------------------------ */
.idc-main-header.simple .heading {
	background-color: #004b85;
}

.idc-main-header.simple nav {
	position: relative;
}

.idc-main-header.simple nav > .menu {
	position: absolute;
	top: -50px;
	left: -webkit-calc(50% - 408px);
	left: calc(50% - 408px);
}

.idc-main-header.simple .heading .search-wrap .search__actions {
	display: none;
}

.idc-main-header.simple .heading .info-wrap {
	-ms-flex-preferred-size: auto;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}


.idc-main-header.simple .heading .info-wrap .user .login-arrow .userName {
	color: #fff;
	font-size: 12px;
	padding-left: 7px;
}

.idc-main-header.simple .heading .info-wrap .user {
	margin-left: 10px;
}
.idc-main-header.simple .heading .info-wrap .user a{
	color: #fff;
}
.idc-main-header.simple .heading .info-wrap .user a:hover{
	color: #dadada;
}

.idc-main-header.simple .heading .info-wrap .user strong:before {
	background-color: #fff;
}

.idc-main-header.simple .heading .info-wrap .user .login-arrow .userName:after {
	border-top-color: #fff;
}



.idc-main-header.simple nav > .menu > li:not(:last-child) > a {
	text-transform: uppercase;
}
.idc-main-header.simple nav > .menu > li:not(:hover) > a[data-nav="myIDC"],
.idc-main-header.simple nav > .menu > li:not(.is-active):not(:hover)  > a[data-nav="myIDC"],
.idc-main-header.simple nav > .menu > li:not(:hover)  > a[data-nav="myIDC"]{
	background-color: transparent;
	border-top: 1px solid #004b85;
}

.idc-main-header.simple .heading .info-wrap .info__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.idc-main-header.simple .heading .info-wrap .info__actions a.help{
	margin-left: 15px;
}


.idc-main-header.simple .heading .info-wrap .info__actions .icom:before {
	color: #fff;
}
.idc-main-header.simple .heading .info-wrap .info__actions a:hover .icom:before {
	color: #dadada;
}

.idc-main-header.simple nav > .menu > li:not(.is-active) > a.current-nav {
	background: none;
	color: #fff;
	border-top-color: transparent;
}
.idc-main-header.simple nav > .menu > li.is-active > a.current-nav {
	border-top-color: transparent;
}



@media screen and (min-width: 64em) {


	.idc-main-header.simple .heading .search-wrap{
		margin: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		-webkit-flex-grow: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: auto;
		-webkit-flex-basis: auto;
		flex-basis: auto;
	}

	.idc-main-header.simple .heading .search-wrap .searchbar input {
		position: absolute;
		z-index: 1;
		width: 40px;
		top: 0;
		right: 0;
		border: none;
		color: transparent;
		background-color: transparent;
		padding: 0 40px 0 0px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		height: 100%;
	}
	.idc-main-header.simple .heading .search-wrap.active .searchbar input {
		padding-left: 6px;
	}

	.idc-main-header.simple .heading .search-wrap:not(.active) .searchbar input {
		cursor: pointer;
	}

	.idc-main-header.simple .heading .search-wrap:not(.active) .searchbar input:hover ~ .search-btn .icom:before{
		color: #dadada;
	}

	.idc-main-header.simple .heading .search-wrap .searchbar .search-btn {
		pointer-events: none;
		border: none;
		width: 40px;
		font-size: 22px;
		color: #fff;
		background-color: transparent;
	}

	.idc-main-header.simple .heading .search-wrap .searchbar {
		height: 34px;
		width: 50px;
	}

	.idc-main-header.simple .heading .search-wrap.active .searchbar input {
		width: -webkit-calc(100vw - 474px);
		width: calc(100vw - 474px);
		background-color: #fff;
		color: #696969;
	}

	.idc-main-header.simple .heading .search-wrap.active .searchbar input::-webkit-input-placeholder {
		color: #8D8D8D;
	}

	.idc-main-header.simple .heading .search-wrap.active .searchbar input:-moz-placeholder {
		color: #8D8D8D;
	}

	.idc-main-header.simple .heading .search-wrap.active .searchbar input::-moz-placeholder {
		color: #8D8D8D;
	}

	.idc-main-header.simple .heading .search-wrap.active .searchbar input:-ms-input-placeholder {
		color: #8D8D8D;
	}

	.idc-main-header.simple .heading .search-wrap.active .searchbar input ~ .search-btn {
		pointer-events: auto;
		background-color: #2279bc;
	}

	.idc-main-header.simple .heading .search-wrap.active .searchbar input ~ .search-btn:hover {
		background-color: #4196D2;
	}

}

.idc-main-header.simple .heading .search-wrap:not(.active) + .search-adv {
	opacity: 0;
	pointer-events: none;
}
.idc-main-header.simple .heading .search-adv {
	position: absolute;
	top: 0;
	right: 0;
	background: #004b85;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	width: 195px;
}
.idc-main-header.simple .heading .search-adv a {
	color: #fff;
	font-size: 14px;
}
.idc-main-header.simple .heading .search-adv .icom-plus {
	position: absolute;
	top: 5px;
	right: 6px;
	cursor: pointer;
}
.idc-main-header.simple .heading .search-adv .icom-plus:before {
	color: #ddd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
}
.idc-main-header.simple .heading.search-adv .icom-plus:hover:before {
	color: #fff;
}

@media screen and (max-width: 1329px){
	.idc-main-header.simple .heading {
		padding: 13px 10px;
	}
}
@media screen and (min-width: 64em) and (max-width: 1329px){
	.idc-main-header.simple .heading .search-wrap.active .searchbar input{
		width: -webkit-calc(100vw - 420px);
		width: calc(100vw - 420px);
	}
	.idc-main-header.simple .heading .search-adv{
		width: 170px;
	}
}
@media screen and (min-width:1280px){
	.idc-main-header.simple .heading .info-wrap .user {
		width: 150px;
	}
}

@media screen and (max-width: 1279px){

	.idc-main-header.simple .heading .info-wrap .user {
		width: 120px;
	}
	.idc-main-header.simple nav > .dropdown.menu > .is-dropdown-submenu-parent.is-down-arrow > a,
	.idc-main-header.simple nav > .menu .is-dropdown-submenu a,
	.idc-main-header.simple nav > .menu > li > a {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.idc-main-header.simple nav > .menu {
		left: -webkit-calc(50% - 338px);
		left: calc(50% - 338px);
	}
}
@media screen and (min-width: 64em) and (max-width: 1279px){

	.idc-main-header.simple .heading .search-wrap.active .searchbar input{
		width: -webkit-calc(100vw - 320px);
		width: calc(100vw - 320px);
	}
	.idc-main-header.simple .heading .search-adv{
		width: 140px;
	}
}
@media screen and (min-width: 64em) and (max-width: 1084px){
	.idc-main-header.simple .heading .search-wrap.active .searchbar input {
		width: -webkit-calc(100vw - 295px);
		width: calc(100vw - 295px);
	}
}
@media screen and (min-width: 64em) and (max-width: 1124px){
	.idc-main-header.simple .logo-wrap img {
		width: 105px;
	}
	.idc-main-header.simple nav > .menu {
		left: -webkit-calc(50% - 384px);
		left: calc(50% - 384px);
	}
	.idc-main-header.simple .heading .search-wrap.active .searchbar input {
		width: -webkit-calc(100vw - 284px);
		width: calc(100vw - 284px);
	}
}
@media screen and (max-width: 63.9375em){
	.idc-main-header.simple nav,
	.idc-main-header.simple .heading .searchbar input {
		background-color: #1b325f;
	}

	.idc-main-header.simple .heading .info-wrap .info__actions{
		display: none;
	}

	.idc-main-header.simple .heading .search-adv {
		top: 100%;
		height: 40px;
		z-index: 992;
		right: auto;
		left: 250px;
		width: -webkit-calc(100% - 255px);
		width: calc(100% - 255px);
		padding-right: 26px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		background: #1b325f;
	}
}
@media screen and (max-width: 430px){
	.idc-main-header .heading .search-wrap.active .searchbar input {
		width: 150px;
	}
	.idc-main-header.simple .heading .search-adv {
		left: 194px;
		width: -webkit-calc(100% - 194px);
		width: calc(100% - 194px);
		text-align: center;
	}
	.idc-main-header.simple .heading .search-adv a{
		font-size: 12px;
	}
}


/* User Info - accounts
------------------------ */
.menu-notification-dot {
	background: orange;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 8px;
	top: 5px;
}
.idc-main-header .heading .userName > .menu-notification-dot{
	left: -10px;
}
.idc-main-header.simple .heading .userName > .menu-notification-dot{
	left: 0px;
}
.idc-main-header .heading .loginInfo #subSubMenu1 {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 100%;
	top: -1px;
	width: 210px;
	background: #fff;
	border: 1px solid #d0d0d0;
	max-height: 250px;
	overflow: auto !important; /* important for mobile to counter the old js's overflow hidden until hover over */
}
.idc-main-header .heading .loginInfo #subSubMenu1:not(.visible){
	opacity: 0;
	pointer-events: none;
}

.idc-main-header .heading .loginInfo #subSubMenu1 a {
	word-break: break-word;
	position: relative;
	white-space: normal !important;
}

@media screen and (max-width: 420px){
	.idc-main-header .heading .loginInfo #subSubMenu1{
		width: -webkit-calc(100vw - 190px);
		width: calc(100vw - 190px);
	}
}



/* -----------------------
   SIMPLE FOOTER
------------------------ */
.idc-simple-footer{
	padding: 30px 20px;
	background: #dbdbdb;
	width: 100%;
}
.idc-simple-footer .idc-main-share {
	margin-top: 15px;
}
.idc-simple-footer .idc-main-share .icom:before {
	color: #6f6f6f;
	font-size: 22px;
}
.idc-simple-footer .idc-main-share a + a {
	margin-left: 12px;
}
.idc-simple-footer .idc-main-share a:hover .icom:before {
	color: #a2a2a2;
}