/* new header set */
.top-header {
	text-align: center;
}
.logo-new 
{
	position: relative;
	z-index: 99;
	display: inline-block;
	width: 9.8%;
	vertical-align: middle;
}
.logo-new,header .logo 
{
	height: 55px;
}
.logo-new > a
{
	padding-top: 15px;
	display: block;
}
.logo-new:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 100%;
	background-color: #1e537d;
}
header .logo {
	position: relative;
	z-index: 99;
	display: inline-block;
	vertical-align: middle;
	width: 9.8%;
	padding-left: 0px;
	padding-right: 10px;
	margin-right: 0px;
	margin-left: -3px;
}
header .logo:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 100%;
	background-color: #416f93;
}
.logo a {
	margin-right: 0px;
}
.account-dtl ul.dash-submenu {
	width: 172px;
	padding: 20px 15px 30px 23px;
}
.account-dtl .dash-submenu:before {
	left: 142px;
}
.account-dtl ul.dash-submenu > li {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 14px;
}
.account-dtl ul.dash-submenu > li:first-of-type {
	margin-top: 0px;
}
.account-dtl ul.dash-submenu > li:last-of-type {
	padding-left: 0px;
	margin-bottom: 0px;
}
.account-dtl ul.dash-submenu > li > a {
	font-size: 16px;
	line-height: 1;
}
.account-dtl ul.dash-submenu > hr {
	margin: 0px;
	height: 1px;
	border: 0px;
	background-color: #d9d9d9;
}
.solution .menu-icon {
	position: absolute;
	top: 11px;
	left: 0px;
}
.solution a.nav-link {
	color: #fff;
}
.solution:hover a.nav-link {
	color: #f6b220;
}
.visible-mobile
{
	display: none !important;
}
header nav {
	width: 80.1%;
	position: relative;
	display: inline-block;
	height: 55px;
	z-index: 9999;
	vertical-align: middle;
}
.solution a.nav-link:hover {
	color: #f6b220;
}
.solution:hover {
	color: #f6b220;
}
header .hidden-logo {
	display: none !important;
}
.hidden-menu {
	float: right;
	height: 40px;
	overflow: hidden;
	display: none;
	margin-top: 4px;
}
.solution {
	font-size: 12px;
	color: #fff;
	float: left;
	width: 100%;
	background: url(../images/menu-icon.png) no-repeat left top;
	margin-top: 0px;
	min-height: 33px; /* cursor: pointer; */
	position: relative;
	background-image: none;
	position: relative;
}

.enumenu_container {
	float: left;
	width: 100%;
}
.menu-icon 
{
	display: none;
	cursor: pointer;
	color: #fff;
	line-height: 15px;
	font-size: 14px;
	background: url(../images/menu-icon.png) no-repeat left 0px;
	padding-left: 29px;
	min-height: 34px;
}
.deshbord-pagename .menu-icon 
{
	display: block;
}
.deshbord-pagename .enumenu_ul
{
	/*padding: 0 0 0 30px;*/
}
.menu-icon.active, .deshbord-pagename .menu-icon.active {
	background-image: url(../images/menu-icon-active.png);
}
.menu-icon .menu-box {
	width: 50px;
	height: 38px;
	margin-right: 20px;
	padding: 5px;
	position: absolute;
	right: 0;
	display: none;
}
.menu-icon .menu-box span {
	width: 100%;
	height: 4px;
	margin-bottom: 6px;
	background: #fff;
	display: block;
	border-radius: 2px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu-icon.active span:nth-child(1) {
	transform: rotate(45deg) translateY(8px) translateX(8px);
	-webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
}
.menu-icon.active span:nth-child(2) {
	opacity: 0;
}
.menu-icon.active span:nth-child(3) {
	transform: rotate(-45deg) translateY(-7px) translateX(6px);
	-webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}
.enumenu_ul .caret {
	color: #fff;
	margin-left: 7px;
}
.enumenu_ul {
	width: 97%;
	padding: 0px;
	list-style: none;
}
.enumenu_ul > li {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 0px;
	position: relative;
	border-left: 1px solid #416f93;
	border-right: 1px solid #1e537d;
	margin-left: -3px;
	width: 1%; 
	height: 55px;
	vertical-align: middle;
}

body.menu-open .enumenu_ul > li:first-of-type {
	border-left: 0px;
}
.enumenu_ul > li:last-of-type {
	border-right: 0px;
}
.enumenu_ul li a 
{
	font-size: 16px;
	color: #fff;
	/*padding: 20px 18px;*/
    padding: 20px 15px;
}
.enumenu_ul li a.main-menu-ietm {
	background: url(../images/menu-icon.png) no-repeat left 14px;
	padding-left: 44px;
}
.enumenu_ul ul li {
	width: 100%;
	text-align: left;
	margin: 0;
	list-style: none;
	position: relative;
	min-height: inherit;
	border-bottom: 1px solid #123877;
}
.enumenu_ul ul {
	top: 100%;
	z-index: 999;
	list-style: none;
	left: 0px;
	background: #fff;
	position: absolute;
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	display: none;
}
.enumenu_ul li:last-of-type ul
{
	right: 0px;
	left: auto;
}
.enumenu_ul ul li ul {
	background: #416cb3;
}

/* .enumenu_ul .sub-level:after { background-image: url(../images/arrow-bg.png); background-repeat: no-repeat; background-position: right center; background-size: 14px; position: absolute; right: 0; top: 16px; width: 14px; height: 12px; content: ''; } */

/*sub menu styles*/
.menu.submenu-ul-level1 li a {
	background: rgba(31, 26, 107, 0.8);
	color: #fff;
	padding-left: 90px;
}
.enumenu_ul li:hover > ul {
	display: block;
	z-index: 999999;
	opacity: 1;
}
.enumenu_ul .sb-menu .sb-menu {
	left: 100%;
	top: 0;
}
.enumenu_ul ul li a {
	display: block;
	background: none;
	color: #2A4D87;
}
.enumenu_ul ul li a:hover
{
	color: #F6B220;
	text-decoration: none;
}
.enumenu_ul > li:hover > a {
	color: #F6B220;
	text-decoration: underline;
}
.enumenu_ul .arrow {
	position: absolute;
	right: 10px;
	top: 7px;
	width: 26px;
	height: 24px;
	background: url(../images/plus.png) no-repeat center center;
	cursor: pointer;
	z-index: 999;
	background-size: 11px;
	display: none;
}

/*----------------Search page styles--------*/
.form-search {
	float: left;
	width: 100%;
	background: #fff;
}
.form-search .search-container {
	float: left;
	width: 100%;
	background: #236192;
	padding: 52px 78px 40px;
	position: relative;
	z-index: 99;
}
.form-search .search-container h3 {
	color: #f0b323;
	border-bottom: 1px solid #376f9b;
	font-size: 22px;
	font-weight: 100;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.form-search .search-container label {
	color: #ffffff;
	font-size: 16px;
	font-weight: 100;
}
.form-search .search-container label.label-main {
	padding-bottom: 32px;
	float: left;
	width: auto;
}
.form-search .search-container #QuickSearch {
	float: left;
	width: 100%;
}
.form-search .search-container .row-search {
	float: left;
	width: 100%;
}
.form-search .search-container .row-search .row-search-main {
	float: left;
	width: 29%;
	margin-right: 6.5%;
}
.form-search .search-container .row-search .row-search-main:last-child {
	margin-right: 0;
}
.form-search .search-container .row-search .row-search-main .inputbox {
	float: left;
	width: 100%;
	border: 0;
	border-radius: 5px;
	color: #000000;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	padding: 8px 10px;
	margin-top: 15px;
}
.form-search .row-search-main input[type="radio"] {
	margin-right: 6px;
}
.form-search .search-container .row-search-main .row-two-column {
	float: left;
	width: 100%;
}
.form-search .search-container .row-search-main .row-two-column .row-two-column-left {
	float: left;
	width: 48%;
}
.form-search .search-container .row-search-main .row-two-column .row-two-column-right {
	float: right;
	width: 48%;
}
.form-search #tblAdvancedSearch {
	float: left;
	width: 100%;
}
.form-search #tblAdvancedSearch label.label-main {
	padding-bottom: 21px;
}
.form-search .search-container .row-search {
	padding-bottom: 44px;
}
.form-search #tblAdvancedSearch .row-search {
	padding-bottom: 24px;
}
.form-search .search-container .row-search .submit-area {
	margin-right: 0;
}
.form-search .search-container .row-search .submit-area .row-two-column {
	padding-top: 21px;
}
.form-search .search-container .row-search .submit-area .button {
	text-transform: uppercase;
	background: #f0b323;
	font-size: 15px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	cursor: pointer;
	padding: 7px 10px 6px;
	color: #fff;
}
.form-search .search-container .row-search .submit-area .button:hover, .search-container .row-search .submit-area .button:focus {
	background: #043963;
	color: #fff;
}
.form-search .search-container .checkbox-hide {
	float: left;
	width: 100%;
	margin-top: 7px;
}
.form-search .search-container .checkbox-hide label {
	font-size: 15px;
}
.dilogcentered {
	z-index: 999999 !important;
}
.logo a {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
}
.login {
	background: #284b89;
	/*padding: 20px 0 19px 0;*/
        /*padding: 15px 0 15px 0;*/
	position: relative;
	z-index: 999;
    /*height:65px;*/
}
.login h1 {
	font-size: 20px;
	font-weight: 300;
	color: #236192;
	vertical-align: top;
	margin-right: 35px;
	float: left;
	margin-top: 8px;
}
.login .login-btn {
	background: #f0b323;
	margin-top: 5px;
}
.login .login-btn:hover {
	background: #236192
}
.login .col-8 {
	padding-top: 11px;
	width: 82%;
	float: left;
}
.login .col-4 {
	margin-left: -4px;
	float: right;
	width: 16%;
	padding-top: 11px;
}
.login .col-4 .text-box {
	background: #fff;
	font-size: 15px;
	width: 180px;
	padding: 20px 8px;
	float: left;
	color: #236192;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.login .col-4 .src-btn {
	height: 60px;
	float: left;
	width: 60px;
	border: 0;
	background: #236192 url(../images/src-icon1.png) no-repeat center center;
	cursor: pointer;
}
.login .col-4 .src-btn:hover, .login .col-4 .src-btn:focus {
	background-color: #f0b323
}
.login .col-4 .sbHolder {
	float: left;
	width: 80px !important;
	background: #376f9b;
	font-size: 15px;
}
.login .col-4 .sbSelector {
	border: 0;
	width: 100%;
	padding: 18px 8px;
	background: #376f9b;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	height: 60px;
}
.login .col-4 .sbToggle {
	background: url(../images/dropdown-arrow.png) no-repeat left top;
	width: 8px;
	height: 5px;
	right: 10px;
	top: 29px;
	z-index: 9
}
.login .col-4 .sbOptions {
	width: 83px !important;
}
.login .col-4 .sbOptions a {
	padding: 13px 7px;
	background: #376f9b;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.sbOptions li:first-child a {
	padding-top: 0;
}
.login .col-4 .sbOptions a:hover {
	background: #f0b323
}
.search-header {
	padding-top: 17px;
        background: #EBEBEB;
	/*padding-bottom: 15px;*/
    /*margin-bottom: 34px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;*/        /*21082017*/
                                padding-bottom: 23px;
}
.search-header .col-6 {
	width: 50%;
	float: left;
}
.search-sec {
	text-align: right;
	/*margin-top: 8px;*/        /*21082017*/
}
.search-header h1 {
	font-size: 17px;
	font-weight: 600;
	color: #284b89;
	/*margin-top: 8px;*/        /*21082017*/
    line-height: normal;
}
.searchul > li.searchinput
{
	position: relative;
	display: none;
	
}
.searchul > li.searchinput.highlight
{
	display: inline-block;
}

.searchul > li.searchinput.highlight input
{
	height: 35px;
	padding: 10px 16px;
}
.searchul > li.searchinput.show
{
	display: block;
}
.searchul > li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #284b89;
	font-weight: 600;
	display: inline-block;
	margin-left: 11px;
	vertical-align: middle;
}
.searchul > li > a {
	color: #284b89;
	display: block;
}
.searchul > li > a.hidden
{
	display: none;
}
.searchul > li > a:hover {
	color: #f5b135;
	text-decoration: underline;
}
.searchul > li:nth-child(3n+2) {
	text-transform: uppercase;
}
.searchul > li> a> .fa {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	color: #015071;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.searchinput {
	margin-right: 10px;
}
.searchinput input {
	position: absolute;
	top: -8px;
	right: -9px;
	padding: 10px 16px;
	display: inline-block;
	border-radius: 10px;
	min-width: 355px;
	-webkit-transition: all .40s ease-in;
	   -moz-transition: all .40s ease-in;
	    -ms-transition: all .40s ease-in;
	     -o-transition: all .40s ease-in;
	        transition: all .40s ease-in;
	box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.searchinput .fa {
	margin-left: -21px;
	color: #c1c1c1;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.searchinput input::-webkit-input-placeholder {
	font-size: 13px;
}
.searchinput input:-moz-placeholder {
	font-size: 13px;
}
.searchinput input::-moz-placeholder {
	font-size: 13px;
}
.searchinput input:-ms-input-placeholder {
	font-size: 13px;
}

/* deshbord menu */
.menu-icon {
	font-size: 0px;
}
/* .deshbord-pagename .solution .menu-icon {
	display: block;
} */
.deshbord-menu {
	margin: 0px;
	padding: 0px;
}
.deshbord-menu > li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	position: relative;
}
.deshbord-menu > li:last-of-type {
	margin-left: 20px;
}
.deshbord-menu > li > a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	padding: 20px 0 19px 0;
	position: relative;
}
.deshbord-menu > li.submenu-parent > a:after
{
	content: '';
	position: absolute;
	top: 100%;
	right: 0px;
	width: 0;
	opacity: 0;
	height: 0;
	margin-top: -12px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #fff;
}
.deshbord-menu > li.submenu-parent:hover > a:after
{	
	opacity: 1;
}

.deshbord-menu > li:last-of-type > a {
	padding-top: 18px;
}
.deshbord-menu > li > a > .fa {
	margin-left: 6px;
}
.deshbord-menu > li > a > .fa-shopping-cart
{
	font-size: 21px;
}
.deshbord-menu > li:hover .dash-submenu {
	display: block;
}
.dash-submenu {
	background-color: #fff;
	display: inline-block;
	width: 463px;
	padding: 20px 23px 7px 23px;
	position: absolute;
	top: 100%;
	display: none;
	/*left: 0px;*/
    left: -34%;
	text-align: left;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.22);
    z-index:999;
}
.submenu-parent > ul {
    box-sizing: unset;
}

.dash-submenu > li {
	width: 46.5%;
	display: inline-block;
	vertical-align: top;
}
.dash-submenu > li:last-of-type {
	padding-left: 21px;
}
.dash-submenu > li > ul > li > a {
	font-size: 16px;
	color: #276290;
	font-weight: 400;
	display: inline-block;
}
.dash-submenu > li > ul > li > a:hover, .account-dtl ul.dash-submenu > li > a:hover {
	color: #f5b135;
}
.dash-submenu > li > ul > li {
	margin-bottom: 10px;
	line-height: 1.2;
	min-height: 38px;
}
.dash-submenu > li > ul > li:last-of-type {
	margin-bottom: 0px;
}
.dash-submenu > li:last-of-type > ul > li:last-of-type {
	text-align: right;
}
.dash-submenu > li:last-of-type > ul > li:last-of-type > a {
	font-size: 13px;
	text-transform: uppercase;
	color: #f0b323;
	font-weight: 700;
	padding-right: 11px;
}
.dash-submenu > li:last-of-type > ul > li:last-of-type > a:hover {
	color: #284b89;
}
/*.login.login-menu {
	padding: 0px;
}*/

.button-wrapper-filter {
    float: right;
}

header .header-right {
    float: right;
    background: transparent;
    padding: 0px;
    position: relative;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.main {
	max-width: 1200px;
	margin: 0 auto;
}
.links-container {
    max-width: 1300px;
}
.content-area .main {
	max-width: 1100px;
	margin: 0 auto;
}
header {
	background: #236192;
	padding-top: 0px;
	padding-bottom: 0px;
}
header .logo {
	padding-right: 0px;
}
header .header-right {
	float: right;
	background: transparent;
	padding: 0px;
	position: relative;
}
header .header-right img {
	display: block
}
header .header-right ul {
	list-style: none;
	padding-top: 11px;
	padding-left: 15px;
	float: left;
}
header .header-right ul li {
	float: left;
	border-left: 1px solid #4a6aa5;
	padding: 6px 10px 10px;
}
header .header-right ul li a {
	color: #fff;
	font-size: 11px;
}
header .header-right ul li a:hover {
	color: #f0b323;
}
header .header-right span {
	float: left;
}
/*new menu design css 22-11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.enumenu_ul ul{top: 55px;}   
}
.enumenu_ul ul li a{font-weight: 600;color: #236192;}
.enumenu_ul ul li{border-bottom: 1px solid #ababab;}
.enumenu_ul ul li a:hover,
.enumenu_ul ul li.hover a{color: #2A4D87;background-color: #ebebeb;text-decoration: underline;}

.enumenu_ul ul.sb-menu li a{font-size: 13px;letter-spacing: 0.5px;}
.enumenu_ul ul.sb-menu li a.menubelow{background-image: url('/Themes/Images/menu-left.png');background-repeat: no-repeat;background-position: calc(100% - 6px) center;background-size: 5px;}
.enumenu_ul .sb-menu .sb-menu{left: calc(100% + 1px);top: 0;background-color: transparent;}
.enumenu_ul > li.sub-level > ul.sb-menu > li:last-of-type > a{border-radius: 0 0px 10px 10px;}
.enumenu_ul .sb-menu .sb-menu > li:first-of-type > a{border-radius: 0 10px 0 0;}
.enumenu_ul .sb-menu .sb-menu > li:last-of-type > a{border-radius: 0 0px 10px 0;}
.enumenu_ul > li > ul > li{position: relative;}
.sub-sec{position: absolute;top: 0px;left: 100%;}
.enumenu_ul ul.sub-sec > li > a{color: #2A4D87;background-color: #ebebeb;text-decoration: none;}
.enumenu_ul ul.sub-sec > li > a:hover{text-decoration: underline;}
.enumenu_ul ul li:last-of-type{border-bottom: 0px;}
.enumenu_ul > li ul{background-color: transparent;}
.enumenu_ul > li.sub-level > ul.sb-menu > li > a{background-color: #fff;}
.enumenu_ul > li.sub-level > ul.sb-menu > li > a:hover{color: #2A4D87;background-color: #ebebeb;text-decoration: underline;}
/*new menu design css*/