.navbar.center {
	padding-bottom: 7px !important;
}
.navbar.center:before {
	position: absolute;
	background: #003764;
	background: -moz-linear-gradient(left, #003764 0%, #003764 33%, #fec24d 33%, #fec24d 100%);
	background: -webkit-linear-gradient(left, #003764 0%,#003764 33%,#fec24d 33%,#fec24d 100%);
	background: linear-gradient(to right, #003764 0%,#003764 33%,#fec24d 33%,#fec24d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003764', endColorstr='#fec24d',GradientType=1 );
	height: 5px;
	content: '';
	bottom: 0;
	right: 0;
	left: 0;
	width:100%;
}
/* -- breadcrumb trail fix based on site-position --*/
nav.standard.breadcrumbs li.item:nth-child(2),
nav.standard.breadcrumbs li.separator:nth-child(2),
nav.standard.breadcrumbs li.item:nth-child(3),
nav.standard.breadcrumbs li.separator:nth-child(3),
nav.standard.breadcrumbs li.item:nth-child(4),
nav.standard.breadcrumbs li.separator:nth-child(4),
nav.standard.breadcrumbs li.separator:nth-child(5) {
	display:none;
}

.embedFullscreen-inner {
    height: calc(100% - 115)!important;
    height: -moz-calc(100% - (115))!important;
    height: -webkit-calc(100% - (115px))!important;
}

@media only screen and (min-width: 768px) {
.embedFullscreen-inner {
    height: calc(100% - 145)!important;
    height: -moz-calc(100% - (145))!important;
    height: -webkit-calc(100% - (145px))!important;
    }
}





