/* CSS Document */
/* 	font-face for AvenirLTPro
************************************/
@font-face {}
/* @import url("https://fast.fonts.net/lt/1.css?apiType=css&c=79c111ff-9af9-40eb-9113-0d8f181fee3f&fontids=roman,medium,heavy,black"); */
@font-face{
	font-family:"Avenir LT W01_55 Roman1475520";
	src:url("fonts/roman/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2") format("woff2"),url("fonts/roman/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff");
}
@font-face{
	font-family:"Avenir LT W01_65 Medium1475532";
	src:url("fonts/medium/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"),url("fonts/medium/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff");
}
@font-face{
	font-family:"Avenir LT W01_85 Heavy1475544";
	src:url("fonts/heavy/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),url("fonts/heavy/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff");
}
@font-face{
	font-family:"Avenir LT W01_95 Black1475556";
	src:url("fonts/black/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"),url("fonts/black/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff");
}
/*
* {
  font-family: 'AvenirLTPro-Medium';
   transition: 0.1s; 
}*/
a:focus, a:hover {
  color: #2063B8;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.fAvRoman {
  font-family:"Avenir LT W01_55 Roman1475520";
  font-weight: 100;
}
.fAvMedium {
  font-family:"Avenir LT W01_65 Medium1475532";
}
.fAvHeavy {
  font-family:"Avenir LT W01_85 Heavy1475544";
}
.fAvBlack {
  font-family:"Avenir LT W01_95 Black1475556";
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px !important;
}
.f38 {
  font-size: 30px;
  line-height: 38px;
}
.f24 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.f26 {
  font-size: 26px;
  line-height: 32px;
}
.ml80 {
  margin-left: 80px;
}
.mr80 {
  margin-right: 80px;
}
.m-0 {
	margin:0 !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.navigation { 
	top:0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
body {
    margin-top:70px;
}
@media (min-width: 1024px) {
	.deskData {
  display: block;
}
.mobData {
  display: none;
}
}
@media (max-width: 1023px) and (min-width: 1023px) {
		.deskData {
			display: none !important;
		}
		.mobData {
			display: block !important;
		  }
		  .mobSearchLocationListDiv {
			  display:none;
		  }
		  .mob-dropdown-content, .mob-dropdown-content ul {
			  padding-top:15px !important;
		  } 
		  .mob-dropdown-content .mobFunctionDiv ul {
			  top:0px !important;
		  }
	}
@media (max-width: 1023px) {
	.deskData {
    display: none !important;
  }
  .tabData {
    display: none;
  }
  .mobData {
    display: block;
  }
	body {
    margin-top:70px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
  /*.deskData {
    display: none !important;
  }
  .tabData {
    display: none;
  }
  .mobData {
    display: block;
  }*/
  .mobSearchLocationListDiv {
	  display:none;
  }
}
@media (max-width: 767px) {
  .deskData {
    display: none;
  }
  .tabData, .searchB {
    display: none !important;
  }
  .mobData {
    display: block;
  }
}
.ham.hamRotate.ham8 {
  width: 46px;
  margin: 24px 10px 10px 10px;
  padding: 0;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active, .cd-dropdown-trigger.dropdown-is-active .hamRotate, .mob-dropdown-trigger.mobDropdown-is-active .hamRotate {
  transform: rotate(45deg);
}
.hamRotate180.active, .cd-dropdown-trigger.dropdown-is-active .hamRotate180, .mob-dropdown-trigger.mobDropdown-is-active .hamRotate180 {
  transform: rotate(180deg);
}
.ham8 .top {
  stroke-dasharray: 40 160;
}
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top, .cd-dropdown-trigger.dropdown-is-active .ham8 .top, .mob-dropdown-trigger.mobDropdown-is-active .ham8 .top {
  stroke-dashoffset: -64px;
}
.ham8.active .middle, .cd-dropdown-trigger.dropdown-is-active .middle, .mob-dropdown-trigger.mobDropdown-is-active .middle  {
  /* stroke-dashoffset: -20px; */
  transform: rotate(90deg);
}
.ham8.active .bottom, .cd-dropdown-trigger.dropdown-is-active .ham8 .bottom, .mob-dropdown-trigger.mobDropdown-is-active .ham8 .bottom {
  stroke-dashoffset: -64px;
}
.line {
  fill: none;
  stroke: #838182;
  stroke-width: 6;
  transition: stroke-dasharray 450ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
.megaNev > .megaNev-list > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.megaNev > .megaNev-list > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.megaNev > .megaNev-list > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.megaNev > .megaNev-list > li > .wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}
.megaNev > .megaNev-list > li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  border: 0;
  border-top: 4px solid #2063B8;
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
/* New Burger menu added 
***********************/
#hamburger-icon {
    width: 20px;
    height: 14px;
    margin: 28px 20px 29px 26px;
    display: inline-block;
    position: relative;
}
#hamburger-icon .line {
    display: block;
    background: #838182;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon.active .line-1 {
  transform: translateY(8px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -moz-transform: translateY(8px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
}
#nonMemberIn .line {
    background: #ffffff;
}
#hamburger-icon.dropdown-is-active .line-1 {
  transform: translateY(8px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -moz-transform: translateY(8px) translateX(0) rotate(45deg);
}
#hamburger-icon.dropdown-is-active .line-2 {
  opacity: 0;
}
#hamburger-icon.dropdown-is-active .line-3 {
  transform: translateY(-6px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
}
#nonMemberIn .line {
    background: #ffffff;
}
/* New Burger menu added 
***********************/
/* ================== Desktop Base CSS  ================== */
.megaNev .cl {
  clear: both;
}
.megaNev img, object, embed, video {
  border: 0 none;
  max-width: 100%;
}
.megaNev a:focus {
  outline: none;
  color: #fff;
}
.megaNev:before, .megaNev:after {
  content: "";
  display: table;
}
.megaNev:after {
  clear: both;
}
/* ================== Desktop Main Menu CSS ================== */
.megaNevcontainer {
  overflow: hidden;
}
.wsmainfull {
  width: 100%;
  height: 70px;
}
.wsmainwp {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}
.desktoplogo {
  padding: 16px 0px 0px 0px;
  margin: 0;
  float: left;
  width: 133px;
}
.desktoplogo img {
  width: 100%
}
.megaNev {
  color: #fff;
  font-size: 14px;
  padding: 0px 0px;
  display: block;
  box-shadow: 0px 0px 8px 2px #0000002e;
  position: relative;
  background: #fff;
  height: 70px;
}
.megaNev > .megaNev-list {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: block;
  padding: 0;
}
.megaNev > .megaNev-list > li {
  display: block;
  padding: 0;
	margin: 0;
  float: left;
	line-height: 0px;
}
.megaNev > .megaNev-list > li > a {
  display: block;
  padding: 29px 17px 21px 17px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  color: #3F3D3E;
  font-family:"Avenir LT W01_85 Heavy1475544";
}
.megaNev > .megaNev-list > li.b1320Px > a {
    padding: 35px 17px 35px 17px !important;
}
.megaNev > .megaNev-list > li:last-child > a {
  border-right: 0px;
}
.megaNev > .megaNev-list > li a.menuhomeicon {
  padding-left: 0;
  padding-right: 0px;
  padding-top: 0px;
  width: 289px;
  padding:0px;
}
.megaNev > .megaNev-list > li > a i {
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  margin-right: 12px;
  vertical-align: top;
}
.megaNev > .megaNev-list > li > a.menuhomeicon i {
  margin-right: 0px;
  font-size: 15px;
}
.megaNev > .megaNev-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 21px;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 40px;
  width: 0;
  display: none;
}

@media (max-width:1400px) {
	.megaNev > .megaNev-list > li > a {
		font-size:14px;
	}
	.megaNev > .megaNev-list > li.b1320Px > a {padding:35px 10px 28px 10px !important;}
}

/* Desktop Search Bar */
.megaNev > .megaNev-list > li.rightmenu {
  float: right;
}
.megaNev > .megaNev-list > li.rightmenu a {
      padding: 0px 8px 0px 8px;
    border-right: none;
    color: #777777;
}
.megaNev > .megaNev-list > li.rightmenu a i {
  font-size: 15px;
}
.megaNev > .megaNev-list > li.rightmenu {
  float: right;
}
.megaNev > .megaNev-list > li.rightmenu:before, .megaNev-list > li.rightmenu:after {
  content: "";
  display: table;
}
.megaNev > .megaNev-list > li.rightmenu:after {
  clear: both;
}
.megaNev > .megaNev-list > li.rightmenu > .topmenusearch {
  float: right;
  width: 190px;
  height: 39px;
  position: relative;
  margin: 21px 0px 0px 0px;
}
.megaNev > .megaNev-list > li.rightmenu > .topmenusearch .searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.megaNev > .megaNev-list > li.rightmenu > .topmenusearch input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 39px;
  z-index: 2;
  outline: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.megaNev > .megaNev-list > li.rightmenu > .topmenusearch input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.megaNev > .megaNev-list > li.rightmenu > .topmenusearch input:focus {
  color: #fff;
  width: 220px;
}
.megaNev > .megaNev-list > li.rightmenu > .topmenusearch input:focus ~ .btnstyle i {
  color: #fff;
  opacity: 1;
}
.megaNev > .megaNev-list > li.rightmenu > .topmenusearch input:focus ~ .searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}
.megaNev > .megaNev-list > li.rightmenu > .topmenusearch .btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  opacity: 0.3;
  color: #fff;
  z-index: 1000;
  background-color: transparent;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.megaNev > .megaNev-list > li.rightmenu > .topmenusearch .btnstyle i {
  line-height: 37px;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0.5;
}
.megaNev > .megaNev-list > li.rightmenu > .topmenusearch .btnstyle:hover i {
  opacity: 1;
}
.megaNev > .megaNev-list > li.rightmenu {
  zoom: 1;
}
/* ================== Desktop Drop Down Menu CSS ================== */
.megaNev > .megaNev-list > li > ul.sub-menu {
  position: absolute;
  top: 81px;
  z-index: 1000;
  margin: 0px;
  padding: 0px;
  min-width: 190px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
  text-decoration: none;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > a > i {
  margin-right: 9px;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: solid 1px #eeeeee;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
  text-decoration: none;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  margin-right: 9px;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  min-width: 220px;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0px;
  list-style: none;
  padding: 0px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: block;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
  text-decoration: none;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  text-decoration: none;
}
.megaNev > .megaNev-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a > i {
  margin-right: 9px;
}
/* ================== Desktop Mega Menus CSS  ================== */
.megaNev > .megaNev-list > li > .wsmegamenu {
  width: 100%;
	left: 5%;
  position: absolute;
  top: 70px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding:40px 20px 40px 20px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
  z-index:99999;
}
.megaNev > .megaNev-list > li > .wsmegamenu .carousel {
  margin-top: 21px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #21416B;
  margin-bottom: 30px;
	  font-family:"Avenir LT W01_55 Roman1475520";
}
.megaNev > .megaNev-list > li > .wsmegamenu .carousel-control-next {
  opacity: 0.8;
}
.megaNev > .megaNev-list > li > .wsmegamenu .carousel-control-prev {
  opacity: 0.8;
}
.megaNev > .megaNev-list > li > .wsmegamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}
.megaNev > .megaNev-list > li > .wsmegamenu .carousel-caption h3 {
  color: #fff;
}
.megaNev > .megaNev-list > li > .wsmegamenu .wsmwnutxt {
  width: 100%;
  font-size: 14px;
  /* text-align: justify; */
  line-height: 22px;
  color: #21416B;
  margin-top: 10px;
  padding: 0px;
  padding-right: 5px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}
.megaNev > .megaNev-list > li > .wsmegamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #666666;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #424242;
  text-decoration: none;
}
.megaNev > .megaNev-list > li > .wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}
.megaNev > .megaNev-list > li > .wsmegamenu li a:hover {
  background: transparent;
  text-decoration: underline;
}
.megaNev > .megaNev-list > li > .wsmegamenu .link-list li i {
  font-size: 11px;
}
.megaNev > .megaNev-list > li > .wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .mrgtop {
  margin-top: 15px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}
/*= Desktop Half Menu CSS =*/
.megaNev > .megaNev-list > li > .wsmegamenu.halfmenu {
  width: 40%;
  right: auto;
  left: auto;
}
.megaNev > .megaNev-list > li > .wsmegamenu.halfdiv {
  width: 35%;
  right: auto;
  left: auto;
}
/*= Desktop HTML Form Menu CSS =*/
.megaNev > .megaNev-list > li > .wsmegamenu .menu_form {
  width: 100%;
  display: block;
}
.megaNev > .megaNev-list > li > .wsmegamenu .menu_form input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .menu_form input[type="submit"] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  margin-right: 15px;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .menu_form input[type="button"] {
  width: 25%;
  display: block;
  height: 32px;
  float: right;
  border: none;
  cursor: pointer;
  background-color: #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .carousel-inner .item img {
  width: 100%;
}
.megaNev > .megaNev-list > li > .wsmegamenu .carousel-caption {
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  height: 31px;
  left: 0;
  padding: 7px 0;
  right: 0;
  width: 100%;
}
.megaNev > .megaNev-list > li > .wsmegamenu .carousel-caption a {
  text-decoration: none;
}
.megaNev > .megaNev-list > li > .wsmegamenu .carousel-caption a:hover {
  text-decoration: underline;
  color: #fff;
}
.megaNev > .megaNev-list > li > .wsmegamenu .typography-text {
  padding: 0px 0px;
  font-size: 14px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .typography-text ul {
  padding: 0px 0px;
  margin: 0px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .typography-text p {
  text-align: justify;
  line-height: 24px;
  color: #656565;
}
.megaNev > .megaNev-list > li > .wsmegamenu .typography-text ul li {
  display: block;
  padding: 2px 0px;
  line-height: 22px;
}
.megaNev > .megaNev-list > li > .wsmegamenu .typography-text ul li a {
  color: #656565;
}
/* ================== Desktop Extra CSS ================== */
.wsmobileheader {
  display: none;
}
.overlapblackbg {
  opacity: 0;
  visibility: hidden;
}
.megaNev .megaNev-click {
  display: none;
}
.megaNev .megaNev-click02 {
  display: none;
}
.hometext {
  display: none;
}
.wsmegamenu .col-xl-6.col-lg-6 {
	padding: 0 20px;
} 
/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1200px) {
  .desktoplogo {
    margin-left: 12px;
  }
  .wsmwnutxt:nth-child(2) {
    display: none;
  }
  .megaNev > .megaNev-list > li > a > .wsarrow {
    display: none;
  }
  .megaNev > .megaNev-list > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .megaNev > .megaNev-list > li a.menuhomeicon {
    padding-left: 22px;
    padding-right: 22px;
	padding:0px !important;
  }
}
.wsmegamenu ul li:last-child a {
    margin:0;
	padding:0 !important
}
@media (max-width: 321px) {
	.megaNev > .megaNev-list > li a.menuhomeicon {
		padding-top: 15px;
	}
}
/* Search Box
***************************/
.main {
  width: 50%;
  margin: 50px auto;
}
.has-search .form-control {
  padding-left: 2.375rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.wsmegamenu ul {
  margin: 0;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 20px;
  list-style: none;
}
.wsmegamenu ul.l2 li {
  padding: 0;
	margin-bottom: 0;
	list-style-image: none;
}
.wsmegamenu ul.l2 li a {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 32px;
  color: #3F3D3E;
    font-family:"Avenir LT W01_85 Heavy1475544";
	display: block;
}
.brdR {
  border-right: 1px solid #E5E5E5;
}
.brdL {
  border-left: 1px solid #E5E5E5;
}
.searchB {

}
.searchB .input-group .form-control {
  border-radius: 25px 0 0 25px;
}
.searchB .btn.btn-default {
border-radius: 0 25px 25px 0;
    padding: 0;
    border-left: 0;
    border-color: #ccc;
    height: 32px;
    width: 32px;
}
.searchB .form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.searchB .btn-default:hover {
  background: transparent;
  border-left: none;
}
.locationB {
  padding: 0 25px !important;
  display: flex !important;
  align-items: center;
}
.locationB .form-select {
  background-color: transparent;
  width: 77px;
  border: 0;
  color: #000;
  font-size: 14px;
  line-height: 32px;
}
.locationB .form-select:focus-visible {
  outline: none;
}
.signB button, .signB a {
  height: 42px;
  font-size: 15px !important;
  line-height: 43px;
  padding: 0 16px 0 16px !important;
  margin-top: 22px;
  margin-right: 25px;
  border: none;
  color: #fff !important;
}
.bArrowUp {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #2063b8 transparent;
  position: absolute;
  top: 60px;
  left: 40%;
  display: none;
}
.b1320Px:hover .bArrowUp {
  display: block;
}
.b1320Px a {
  padding-bottom: 25px !important;
  color: #3F3D3E;
  text-decoration: none;
}
.b1320Px a:hover {
  text-decoration: underline;
}
/* event block
*************************************/
.eventsb .wsmegamenu, .membershipb .wsmegamenu {
    width: 92% !important;
    margin: 0px 4% !important;
}
.aboutUsb .wsmegamenu {
  width: 50% !important;
  margin: 0px 9% !important;
}
/* below 1320px
********************/
@media screen and (max-width: 1200px) {
  .b1320Px {
    display: none !important;
  }
}
/***************************************************************/
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  border-radius: 3px;
  z-index: 999999;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }
  .cd-dropdown-trigger.dropdown-is-active {}
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {}
 .cd-dropdown-trigger.dropdown-is-active::before, 
.cd-dropdown-trigger.dropdown-is-active::after ,  
.mob-dropdown-trigger.mobDropdown-is-active::before, 
.mob-dropdown-trigger.mobDropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .mob-dropdown-trigger.mobDropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after, .mob-dropdown-trigger.mobDropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}
.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a, .cd-dropdown-content .cd-divider {
  padding: 0 20px;
}
.cd-dropdown {
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  display: none;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #092242;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translatex(-30px);
    -moz-transform: translatex(-30px);
    -ms-transform: translatex(-30px);
    -o-transform: translatex(-30px);
    transform: translatex(-30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    top: 70px;
	z-index: 99999;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    top: 70px;
  }
}
.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  /*  min-height: 250px; */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #242643;
  border-style: solid;
  font-size: 18px !important;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
/*.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {

  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}*/
.cd-dropdown li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #1C3F76;
}
.cd-dropdown li li {
  border: 0;
  list-style: none;
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
  overflow: inherit;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    border: none;
	background:#092242;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
}
.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-decoration-line: underline;
  color: #21416B;
  text-align: left;
  text-decoration: none;
  padding-left: 30px;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform:none;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3:hover, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3:hover {
  text-decoration: underline;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    position: static;
    height: auto;
    width: 305px !important;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}
.cd-dropdown-content > li:last-of-type a {
  border: none;
}
.no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
  border-bottom: none;
  padding-right: 40px;
  margin: 0;
  border: 0;
  background: #1C3F76;
  color: #fff;
}
.cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  left: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
}
.cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
  clear: both;
  content: "";
  display: table;
}
.open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
  /* use the .open-to-left class if you want to open the dropdown on the left */
  left: auto;
  right: 100%;
}
.cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
  /* reset mobile style */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
  /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
  -webkit-animation: cd-fade-in 0.2s;
  -moz-animation: cd-fade-in 0.2s;
  animation: cd-fade-in 0.2s;
}
.cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
  /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
  -webkit-animation: cd-fade-out 0.2s;
  -moz-animation: cd-fade-out 0.2s;
  animation: cd-fade-out 0.2s;
}
.cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
  display: none;
}
.cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
  position: absolute;
  bottom: 20px;
  height: 45px;
  text-align: center;
}
.cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
  margin: 0;
  height: 100%;
  line-height: 45px;
  background: #ebebeb;
  pointer-events: auto;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -moz-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
  color: #fff;
  background: #2063b8;
}
.cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
  border: none;
}
.cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
  padding: 0;
}
.cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
  width: calc(100% - 60px);
}
.cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
  width: 50%;
  float: left;
}
.cd-dropdown-content .cd-secondary-dropdown {
  overflow: hidden;
  width: 550px;
  padding-bottom: 65px;
}
.cd-dropdown-content .cd-secondary-dropdown::before {
  /* this is the separation line in the middle of the .cd-secondary-dropdown element */
  position: absolute;
  content: '';
  top: 290px;
  left: 15px;
  height: 1px;
  width: 520px;
  background-color: #ebebeb;
}
.cd-dropdown-content .cd-secondary-dropdown > li > a {
  color: #3f8654;
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 30px;
  height: 30px;
  pointer-events: none;
}
.cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
  /* hide the arrow */
  display: none;
}
.cd-dropdown-content .cd-secondary-dropdown > li {
  margin: 20px 0;
  border-right-width: 1px;
  border-color: #ebebeb;
  border-style: solid;
  padding: 0 30px;
  height: 250px;
}
.cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
  border-right-width: 0;
}
.cd-dropdown-content .cd-secondary-dropdown > li > ul {
  /* reset mobile style */
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  position: relative;
  height: auto;
}
.cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
  display: none;
}
.cd-dropdown-content .cd-secondary-dropdown a {
  line-height: 25px;
  height: 25px;
  font-size: 1.3rem;
  padding-left: 0;
}
.no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
  color: #3f8654;
}
.cd-dropdown-content .cd-secondary-dropdown ul {
  padding-bottom: 25px;
  overflow: hidden;
  height: auto;
}
.cd-dropdown-content .cd-secondary-dropdown .go-back a {
  padding-left: 20px;
  color: transparent;
}
.no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
  color: transparent;
}
.cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
  left: 0;
}
.cd-dropdown-content .cd-secondary-dropdown .see-all {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cd-dropdown-content .cd-dropdown-gallery {
  width: 305px !important;
  padding-bottom: 20px;
  margin-top: 0;
}
.cd-dropdown-content .cd-dropdown-gallery > li {
  width: 100%;
  float: left;
  margin-right: 0%;
  list-style: none;
}
.cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
  margin-right: 0;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding: 0;
  height: auto;
  line-height: normal;
  color: #3f8654;
  margin-bottom: 2em;
}
.cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a, .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
  margin-bottom: 0;
  background: #fff;
  color: #3F3D3E;
  font-size: 16px !important;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: static;
  height: auto;
  width: 100%;
  margin: 0 0 0.6em;
}
.cd-dropdown-content .cd-dropdown-icons {
  width: 600px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  height: 80px;
  line-height: 1.2;
  padding: 24px 0 0 85px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
  background: #ebebeb;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  color: #3f8654;
  font-weight: bold;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  display: block;
  font-size: 1.2rem;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  left: 25px;
}
.cd-dropdown-content > .has-children > ul {
  visibility: hidden;
  padding: 0;
  margin: 0;
}
.mob-dropdown-content li ul li:last-child, .mob-dropdown-content li ul li ul li:last-child {
	box-shadow: 0px 8px 10px -2px #0000002e !important;
}
.cd-dropdown-content > .has-children > ul.is-active {
  /* when hover over .cd-dropdown-content items - show subnavigation */
  visibility: visible;
  background: transparent;
  box-shadow:none;
}
.cd-dropdown-content > .has-children > ul.is-active li:last-child {
	box-shadow:0px 0px 8px 2px #0000002e !important;
}
.cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
  /* if .cd-secondary-dropdown is visible - show also subnavigation */
  visibility: visible;
}

.cd-dropdown-content > .has-children > a.is-active {
  /* hover effect for .cd-dropdown-content items with subnavigation */
  box-shadow: none;
  color: #fff !important;
  background: #2886FF !important;
}
.cd-dropdown-content > li > a.is-active {
    box-shadow: none;
    color: #fff !important;
    background: #2886FF !important;
}
.cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
  background: #fff;
}
.open-to-left .cd-dropdown-content > .has-children > a.is-active {
  box-shadow: inset -2px 0 0 #3f8654;
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #777777;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.activeBack::before, a.activeBack::after {
  background: #FFFFFF;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}
.has-children > a {
  padding-right: 40px;
  margin: 0;
  border: 0;
  background: #092242;
  color: #fff;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}
@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}
.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}
/*****************************/
@media (max-width: 767px) {
  .desksignBtn {
    display: none !important;
  }
  .mobsignBtn {
    display: block !important;
  }
}
.megaPlink {
  font-size: 14px;
  text-decoration: underline;
  font-family:"Avenir LT W01_55 Roman1475520";
  font-weight: 100;
  color: #2063b8 !important;
	line-height: 22px;
}
.has-noChildren {
  border-bottom: none;
  padding-right: 40px;
  margin: 0;
  border: 0;
  background: #092242;
  color: #fff;
}
/* Tab only
*************************/
@media (min-width: 768px) and (max-width: 1023px) {
  .megaNev > .megaNev-list > li a.menuhomeicon {
    width: 289px !important;
    margin: 0 !important;
    padding: 0px !important;
    padding-top: 0px !important;
  }
  /*.megaNev-list .ham.hamRotate.ham8 {
    margin: 15px 5px 5px 5px;
  }*/
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding: 0;
    top: 75px;
    margin-top: 0;
    margin: 0;
  }
  .cd-dropdown li {
    margin-bottom: 0;
    padding: 0;
    width: 305px;
  }
  .cd-dropdown h2 {
    display: none;
  }
  /*.deskData {
    display: block;
  }*/
  .cd-dropdown {
    background-color: transparent;
  }
  .cd-dropdown-content .cd-dropdown-content.is-hidden ul {
    padding: 0;
    top: 0px;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    left: 305px;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    top: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery ul {
    width: 305px !important;
    padding-bottom: 20px;
    margin-top: 0;
    top: 0px !important;
    padding: 0;
    margin: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 305px !important;
  }
}
@media (max-width: 844px) {
	/*.megaNev > .megaNev-list > li a.menuhomeicon {
		padding-top: 5px !important;
	}*/
}
@media (max-width: 640px) {
	.megaNev > .megaNev-list > li a.menuhomeicon {
		padding-top: 12px !important;
	}
}
/* login Popup
***************************/

#loginPopup.modal {
  z-index: 99999;
}
#loginPopup .modal-content {
width: 665px;
    height: 415px;
    border: none;
    border-radius: 0;
    overflow: hidden;
}
#loginPopup .modal-content .modal-body {
  z-index: 999999;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 35px;
  padding-bottom: 35px;
}
#loginPopup .modal-content .modal-body .close {
  position: absolute;
  top: 25px;
  right: 25px;
  opacity: 1;
}
#loginPopup p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #21416B;
}
.logoBlueTcb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1C3F76;
  margin: 0 auto;
  margin-bottom: 25px;
  /* padding: 5.7% 0% 5% 0%; */
}
.ellipseL01 {
  position: absolute;
  width: 553px;
  height: 553px;
  left: 290px;
  top: -140px;
  border-radius: 50%;
  background: #2886FF;
  opacity: 0.08;
}
.ellipseL02 {
  position: absolute;
  width: 201px;
  height: 201px;
  left: 275px;
  top: 180px;
  border-radius: 50%;
  background: #2886FF;
  opacity: 0.16;
}
#loginPopup form label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #3F3D3E;
  margin-bottom: 0;
}
#loginPopup form input {
  border: 1px solid #3F3D3E;
  border-radius: 0;
}
#loginPopup .memberCheck a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #21416B !important;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
#loginPopup .caFp a {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #1C3F76 !important;
  margin-bottom: 20px;
  display: block;
  font-family:"Avenir LT W01_85 Heavy1475544";
  text-decoration: none;
}
#loginPopup .checkbox.keepSigin {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #3F3D3E;
}
#loginPopup .sigInB {
  width: 187px;
  height: 45px;
  left: 444px;
  top: 585px;
  background: #2063B8;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 0;
  margin-bottom: 10px;
}
#loginPopup .pr-60 {
  padding-right: 60px
}
@media (max-width: 768px) {
  #loginPopup .modal-content {
    width: 100%;
    height: auto;
  }
  #loginPopup.modal {
    position: fixed;
    top: 2vh;
  }
}
ul.cd-dropdown-content {
  /* border: 1px solid #ff11ff; */
  box-shadow: 0px 0px 8px 2px #0000002e;
}



/*meganav css*/
	.searchB {
		width:auto !important;
	}
	.searchB button {
		border:0px !important;
		background:none !important;
		outline:0 !important;
		box-shadow: none !important;
	}
	.menutextMargin {
		/* margin-top:30px !important; */
	}
	.img-width {
		width:100% !important;
	}
	.paddingZero {
		padding:0px;
	}
	.menuListDiv p, .menuListDivv p a, .menuListDivv p {
		color:#21416B !important;
		font-size:14px;
		line-height:22px;
		margin-bottom: 25px;
	}
	.menuListDivv p {
		margin-bottom:25px;
	}
	.menuListDiv .p-head {
		font-size:18px;
		line-height:20px;
		margin-bottom:5px;
	}
	.menuListDivv .p-head {
		margin-bottom:5px;
	}
	.menuListDiv .p-head a {
		color: #3f3d3e !important;
		font-size: 15px;
		font-weight: 700;
		font-family:"Avenir LT W01_85 Heavy1475544";
	}
	.menuListDivv .p-head a {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 5px;
		font-weight: 700;
		color: #3f3d3e !important;
		font-family:"Avenir LT W01_85 Heavy1475544";
	}
	.wsmegamenu ul li a.megaPlink {
		color: #1C3F76 !important;
	}
	.locationB select {
		width:20px !important;
	}
	.imgSearchDivStyle {
		width: 32px;
		height: 32px;
	}
	.cd-dropdown-content > .has-children > a.is-active {
		font-size:20px;
	}
	.cust_Div {
		padding-right:30px !important;
		padding-left:30px!important;
	}
	.desksignBtn {
		width: 125px;
		margin-right: 15px !important;
	}
	.desksignBtn.itemCenter {
		display:block !important;
	}
	.signB.desksignBtn a {
		border-radius:25px;
		height:auto !important;
		font-size: 12px !important;
		line-height: 16px !important;
		padding: 0px !important;
		margin-top: 0px !important;
		background: none !important;
		display: flex !important;
		align-items: center;
		height: 100% !important;
	}
	.mob-dropdown li.go-back, .activeBack {
		background: #1C3F76 !important;
	}
	.mob-dropdown-content .go-back a {
		font-size:20px !important;
	}
	.cd-dropdown-content > .has-children > a.is-active {
		background: #2886FF !important;
	}
	.searchMainDiv {
		width: 100%;
		display: flex;
		justify-content: center;
		position: absolute;
		top: 70px;
		left: 0;
	}
	#searchToggleDiv {
		display:none;
	}
	.searchInnerDiv {
		background: #fff;
		box-shadow: inset 0px 1px 5px rgb(0 0 0 / 25%);
		padding: 20px 40px;
		width: 80%;
		/* display: flex; */
		justify-content: center;
		margin: 0 auto;
	}
	.searchInnerDiv .searchSubDiv {
		display: flex;
		align-items: flex-start;
		width: 100%;
		margin-right: 20px;
		justify-content: center;
	}
	.searchInnerDiv .searchSubDiv input {
		width: 100%;
		font-size: 16px;
		color:#3F3D3E;
		background:transparent !important;
		border-color:#F4F4F4 !important;
		padding: 10px 15px 10px 15px !important;
		padding-bottom: 6px;
		border: none;
		/*padding-left: 45px !important;*/
		height: 50px !important;
	}
	
	/*#nonMemberIn .searchInnerDiv .searchSubDiv input {
		padding:15px 15px 15px 15px !important;
		padding-left: 55px !important;
	}
	@media screen and (max-width:768px) {
		#nonMemberIn .searchInnerDiv .searchSubDiv input {
			padding: 7px 15px 5px 15px !important;
			padding-left: 40px !important;
		}
	}*/
	.searchInnerDiv .searchSubDiv input:focus,.searchInnerDiv .searchSubDiv input:hover {
		border:0px;
	}
	.searchInnerDiv .searchSubDiv table.gsc-search-box {
		position:relative;
	}
	/*.searchInnerDiv .searchSubDiv .gsc-search-button.gsc-search-button-v2 {
		position: absolute;
		top: 6px;
		left: 0;
	}*/
	.searchInnerDiv .searchSubDiv .searchSvgDiv {
		/*width: 8%;*/
		width: 22px;
		height: 22px;
		display: flex;
		justify-content: center;
		position: absolute;
		top: -30px;
		right: -50px;
		background: #FFF;
		border-radius: 50%;
	}
	.searchInnerDiv .searchSubDiv .searchSvgDiv svg {
		cursor:pointer;
		width: 22px;
		height: 22px;
		/*margin-top: -5px;*/
	}
	.searchSubDiv ul {
		padding: 15px;
		background: #f4f4f4;
		box-shadow: 0px 12px 15px rgb(0 0 0 / 32%);
		color: #3F3D3E;
		list-style: none;
	}
	.searchSubDiv ul li {
		font-size:16px;
		padding: 5px 15px;
		margin-bottom: 0 !important;
	}
	.searchInputDiv {
		width: 100%;
		margin-right: 0;
		display: flex;
		align-items: center;
		position:relative;
	}
	.searchB .searchInputDiv #___gcse_0 {
		width:100%;
	}
	.innerInputDiv {
		width:100%;
		margin-bottom: 25px;
	}
	.max-widthOne {
		max-width:1320px;
	}
	.max-widthTwo {
		max-width:900px;
	}
	#customSelectBox {
		cursor:pointer;
		/*background:#F0F5FC;*/
		padding:8px 15px;
		display: flex;
		align-items: center;
	}
	#customSelectMenu {
		display:none;
	}
	.custmenuDiv {
		cursor:pointer;
		position: absolute;
		background:#F0F5FC;
		margin-left: -15px;
		z-index: 999999;
		top:70%;
	}
	.custmenuDiv ul {
		padding:0px;
		margin:0px;
	}
	.custmenuDiv ul li {
		padding:0px;
		margin-bottom:0px;
		list-style-type:none;
		list-style-image:none;
		padding:0px;
	}
	.custmenuDiv ul li a {
		display:block;
		padding: 10px !important;
		font-weight:700;
		font-size:14px;
		line-height: 14px;
		color:#777777;
	}
	.custmenuDiv ul li:hover, .custmenuDiv ul li:focus, .custmenuDiv ul li.active, .custmenuDiv ul li:hover a, .custmenuDiv ul li.active a {
		background:#2063B8;
		color:#fff !important;
	}
	.desksignBtn p, .mobsignBtn p {
		font-size:10px;
		font-weight:700;
		line-height:16px;
		text-align:center;
		margin-left: 0px;
		margin-bottom: 0;
		margin-top: 0px;
		
	}
	/* .cd-dropdown li {
		position: relative;
	}*/
	.wsmegamenu,.searchMainDiv {
		z-index:999999;
	}
	.wsmegamenu ul li, .wsmegamenu ul.l2 li a {
		line-height:18px !important;
	}
	
	.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3:hover {
		color:#2886FF !important;
		background: #FFF !important;
	}
	.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
		padding-right: 0px !important;
	}
	.megaNev > .megaNev-list > li > .wsmegamenu .aboutWidth {
		padding-right: 60px;
	}
	#loginPopup .modal-content .modal-body {
		    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 40px !important;
    padding-bottom: 25px !important;
	}
	#loginPopup .modal-content .modal-body .close {
		z-index:9999;
	}
	.bgClickDiv {
		background:#F0F5FC;
	}
	.bgClickDiv svg {
		transform:rotate(180deg);
	}
	.hiddenCssDiv {
		overflow:hidden;
	}
	
	.itemCenter	{
	height: 70px;
    display: flex !important;
    align-items: center;
	}
	.blankList {
		height: 50px;
		line-height: 50px;
		border: none;
		background: #092242;
	}
	.custDeskWidthOne {
		padding-right:0px;
	}
	.custMargin {
		margin-bottom:10px !important;
	}
	.custBtnn {
		background-color:#2063B8 !important;
		border-radius:0px;
	}
	.custBtnn a {
		color: #fff !important;
	}
	.featuredDeskMargin {
		margin-top: 2px;
		margin-bottom: 25px;
	}
	.marginCustDivv {
		margin-top:50px;
		    padding-left: 20px;
	}
	.setHeightDiv {
    padding-right: 25px;
	}
	.paddingLeftZero {
		padding-left:0px;
	}
	.programPaddingDiv {
		padding-right:8px;
	}
	.mob-dropdown-content .mobFunctionDiv ul {
		top:53px !important;
	}
	.mob-dropdown-content .mobFunctionDiv ul li ul {
		top:0px !important;
	}
	.svgTransformDiv {
		transform:rotate(180deg);
	}
	.custMarginnDivv ul div:last-child p:last-child {
		margin-bottom:20px;
	}
	
	
	@media (min-width: 768px) and (max-width: 1023px) {
	  .deskData {
		  display:none !important;
	  }
	  .mobData {
		display: block;
	  }
	  .mob-dropdown-content, .mob-dropdown-content ul {
		  padding-top:0px !important;
	  }
	  .mob-dropdown-content .mobFunctionDiv ul {
		  top:0px !important;
	  }
	}
	@media (max-width:1024px) {
		.mobModalRowDiv {
			display:flex;
			flex-direction: column-reverse;
		}
		#loginPopup .modal-content {
			height: auto;
		}
		#loginPopup .modal-content .modal-body {
			padding-right: 0px !important;
            padding-left: 0px !important;
		}
		#loginPopup .ellipseL01 {
			width: 1000px;
			left: 0;
			border-radius: 0;
		}
		#loginPopup .ellipseL02 {
			left: -70px;
			top: 95px;
		}
		#loginPopup .colTwoMobDiv p {
			margin-bottom:20px;
		}
		#loginPopup .colOneMobDiv {
			background:#fff;
			padding-right: 40px !important;
            padding-left: 40px !important;
			width:100% !important;
		}
		#loginPopup .colTwoMobDiv {
			padding-right: 40px !important;
            padding-left: 40px !important;
			width:100% !important;
		}
		#loginPopup form {
			margin-top:20px;
		}
		#loginPopup .sigInB {
			margin: 0 auto;
			display: inherit;
			margin-bottom: 10px;
		}
	}
	
	
	
	@media (max-width: 844px) {
		.itemCenter {
			height: 70px;
		}
		.mobData #hamburger-icon.mob-dropdown-trigger {
			height: 80px;
			display: flex;
			align-items: center;

			width: 20px;
			height: 14px;
			margin:28px 10px 17px 15px;
			display: inline-block;
			position: relative;

		}
	}
	@media (max-width:768px) and (min-width:768px) {
		.mob-dropdown-content, .mob-dropdown-content ul {
			padding-top: 0px !important;
		}
		.mobSearchLocationListDiv {
			display:none !important;
		}
		.searchMainDiv {
			top:70px !important;
		}
		.searchInnerDiv {
			background:#fff !important;
			box-shadow:0px 4px 4px rgb(0 0 0 / 25%) !important;
		}
	}
	@media (max-width:768px) {
		.itemCenter {
			height: 70px;
		}
		.mobData .mob-dropdown-trigger {
			height: auto;
		}
		.mobSearchLocationListDiv {
			display: block;
		}
		.mobsignBtn {
			width:auto !important;
		}
		.signB.mobsignBtn a {
		    border-radius: 25px;
			height: auto !important;
			font-size: 8px !important;
			line-height: 12px !important;
			padding: 10px 0px 0px 0px !important;
			margin-right: 15px !important;
			background:none;
		}
		.megaNev > .megaNev-list > li a.menuhomeicon {
			padding-left: 0;
			padding-right: 0;
			padding-top: 18px;
			width: 150px;
			margin-left: -10px;
			padding-bottom: 8px;
		}
		
		.mobsignBtn {
			width:22%;
		}
		.mobsignBtn p {
			font-size:8px;
			font-weight:700;
			line-height8px;
			text-align:left;
			margin-left: 10px;
			margin-bottom: 0;
		}
		.mob-dropdown {
			top: 55px;
			z-index: 99999;
		}
		.mobSearchLocationListDiv {
			width: 100%;
			background: #2063B8;
			line-height: 30px;
			padding: 10px !important;
			border-bottom: 1px solid #2063B8 !important;
		}
		.buttonDivs {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.mobSearchLocationListDiv .btn-default {
			background: none !important;
			border: none !important;
			outline:none !important;
			display: flex;
			align-items: center;
			z-index: 9999;
			padding: 6px 12px;
		}
		.mobSearbBarListDiv {
			margin-right: -15px;
			margin-top: 10px;
			position: absolute;
			width: 100%;
			margin-left: -10px;
			height: 90%;
			background: #1C3F76;
			z-index: 9999;
		}
		.mobSearchbBarListDiv {
			height:100% !important;
			top:0px;
			margin-top:0px !important;
		}
		.searchInnerDiv {
			width:100%;
			padding:20px 30px;
			background:#2063B8;
			box-shadow:none;
		}
		.mob-dropdown-content {
			top:15px;
		}
		.searchInnerDiv .searchSubDiv .searchSvgDiv {
			width: 50px;
			height: 50px;
			align-items: center;
			position: relative;
			top: auto;
			right: auto;
			background: transparent;
			border-radius: none;
		}
		.searchInputDiv {
			width: 100%;
			margin-right: 0px;
			margin-top: -5px;
		}
		.searchInputDiv input {
			padding: 0px 5px;
		}
		.searchInnerDiv .searchSubDiv input {
			font-size: 18px;
			padding:6px 15px 3px 15px;
		}
		.searchInnerDiv .searchSubDiv {
			align-items: center;
		}
		.searchInnerDiv .searchSubDiv .searchSvgDiv svg {
			width: 100%;
			height:30px;
			margin-top: -5px;
		}
		.locationUlListingDiv ul li {
			background: #F0F5FC !important;
			padding: 15px 20px !important;
			font-size: 18px;
			line-height: 16px;
			padding: 0 !important;
		}
		.locationUlListingDiv ul li:hover, .locationUlListingDiv ul li:hover a, .locationUlListingDiv ul li.active, .locationUlListingDiv ul li.active a {
			background: #1C3F76 !important;
			color: #fff !important;
		}
		#searchToggleDivOne, #locationToggleDivOne {display:none;}
		.cd-secondary-dropdown.is-active {
			top:58px;
		}
		.mob-dropdown-content, .mob-dropdown-content ul {
			overflow-y:hidden !important;
		}
		 .deskData {
			display: none !important;
		  }
		  .tabData {
			display: none;
		  }
		  .mobData {
			display: block;
		  }
		.mobData #hamburger-icon.mob-dropdown-trigger {
    margin: 29px 10px 17px 15px;
}
	  
	}
	@media (max-width:767px) {
		.desksignBtn {
			display:none;
		}
		.mob-dropdown-content .go-back a {
			padding-top:1px;
		}
		.rightmenu.searchB, #customSelectBox {
			background:none;
			display:none !important;
		}
		.mob-searchLocationUl {
			position: relative !important;
			height: auto !important;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		.mob-searchLocationUl li {
			background:none !Important;
		}
		.desksignBtn.itemCenter {
			display:none !Important;
		}
	} 
	/* nonMemberLogin
***************************/
	.nonMemberLogin .loginBtn {display: flex;align-items: center;height: 70px; }
	.nonMemberLogin .divF {display: flex;align-items: center;}
	.nonMemberLogin .uName, .myTcbLoginD .uName {font-weight: 700;    font-size: 11px;line-height: 12px;text-align: right;color: #092242;margin-right: 3px;display: inline-block;font-family: 'AvenirLTPro-Heavy';}
	.nonMemberLogin .divE, .myTcbLoginD .divE  {    margin-right: 12px;}
	.nonMemberLogin .dropdown-menu {right: 0;z-index: 999999;
    left: initial;
    width: 280px;
    margin: 0;
    border-radius: 0;
    border: 2px solid #0073b6 !important;}
	.nonMemberLogin .topUserName {
    font-size: 14px;
    line-height: 12px;
    text-align: right;
    color: #092242;
    margin-right: 3px;
    display: inline-block;
    font-family:"Avenir LT W01_85 Heavy1475544";
    margin-bottom: 10px;}
	.nonMemberLogin .list-inline {margin: 0; padding: 0;}
	.nonMemberLogin .divC {padding: 10px 0px;margin: 0;}
    .nonMemberLogin .btn-default {border: 1px solid #757575 !important;padding: 8px 10px !important;}
@media (max-width: 767px) { .nonMemberLogin .divF { display:none; }
.nonMemberLogin .dropdown-menu {
    top: 80px;
}
}
#myCalendarB {width: 300px !important;
    padding-left: 20px;
    padding-right: 30px;
	left: 15%;}
.minHmyCtbCouncilsB { min-height:213px;}
#myCtbCouncilsB {
	width: 630px !important;
    padding-left: 20px;
    padding-right: 30px;
    left: 25%;
}
#myTcbCenters {     
	padding: 40px 20px 40px 10px;
}
.minHdatamyTcb {
	min-height: 299px;
}
#myTcbData {
	width: 630px !important;
    padding-left: 20px;
    padding-right: 25px;
    left: 15%;
}
#myTcbprogram {
	width: 630px !important;
    padding-left: 20px;
    padding-right: 50px;
    left: 15%;
}
.myTcbHprogram {
	min-height: 324px;
}
#myTcbInsights {
	width: 630px !important;
    padding-left: 20px;
    padding-right: 40px;
    left: 10%;
}
.minHMyTcbIn {
	min-height: 281px;
} 

.wsmegamenu .title.titleDeskNav a {
	font-size: inherit !important;
    line-height: inherit !important;
    padding-bottom: 0px !important;
    color: inherit !important;
    font-weight: inherit !important;
    text-decoration: none !important;
}

/*	Non-Member 
****************************************/
#nonMemberIn .megaNev {
    background: #1C3F76;
}
#nonMemberIn .megaNev img, #nonMemberIn .megaNev svg {
    filter: brightness(0) invert(1);
}
#nonMemberIn .megaNev > .megaNev-list > li > a {
    color: #ffffff;
}
#nonMemberIn .line {
    stroke: #ffffff;
}
#nonMemberIn .bgClickDiv img {
    filter: none;
}
#nonMemberIn .nonMemberLogin .uName {
    color: #ffffff;
}
#nonMemberIn .has-children > a, #nonMemberIn .cd-dropdown-content a, #nonMemberIn .cd-dropdown-content ul a {
    background: #D4E7FF;
    color: #2063B8;
}
#nonMemberIn .has-children > a::before, #nonMemberIn .has-children > a::after, #nonMemberIn .go-back a::before, #nonMemberIn .go-back a::after {
    background: #2063B8;
}
#nonMemberIn .cd-dropdown li {
    border-bottom: 1px solid #2063B8;
}
#nonMemberIn .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a, #nonMemberIn .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
    background: #fff;
    color: #3F3D3E;
    font-size: 16px !important;
}
#nonMemberIn .cd-dropdown-content > .has-children > a.is-active::before, #nonMemberIn .cd-dropdown-content > .has-children > a.is-active::after {
    background: #fff;
}
#nonMemberIn .has-children > a.activeBack::before, #nonMemberIn .has-children > a.activeBack::after, #nonMemberIn .go-back a.activeBack::before, #nonMemberIn .go-back a.activeBack::after {
    background: #ffffff;
}
#nonMemberIn .cd-dropdown li li {
    border: 0;
}
#nonMemberIn .mob-dropdown-content .mainBlue {
    border-bottom: 1px solid #2063B8 !important;
    background: #D4E7FF;
    color: #2063B8 !important;
}
#nonMemberIn .hasM-children > a::before, #nonMemberIn .hasM-children > a::after, #nonMemberIn .go-back a::before, .go-back a::after {
    background: #2063B8;
}
#nonMemberIn p {
    margin: 0 0 20px 0;
}
.relPosition {
    position: relative;
}
#nonMemberIn ul.l2New li a.cd-dropdown-item:hover {
    background: #fff !important;
}
#nonMemberIn .megaNev .searchSvgDiv svg {
    filter: initial;
}
#nonMemberIn .megaNev .searchSvgDivClose svg {
    filter: initial;
  width: 100%;
    margin: 5px 0px 0px 0px;
}
#nonMemberIn .cd-dropdown {
    background-color: #D4E7FF;
}
/* 	 Non-Member - OVER
*************************/
/* myTCB login right menu
*************************/
.myTcbLoginD .wsmegamenu {
    right: 0 !important;
    left: inherit !important;
}
.megaNev > .megaNev-list > li.myTcbLoginD a {
    padding-left: 0px !important;
	font-weight: 700;
    font-size: 15px;
    line-height: 32px;
    color: #3F3D3E;
    font-family:"Avenir LT W01_85 Heavy1475544";
}
.myTcbLoginD .uName {
    color: #FFFFFF;
}
.myTcbLoginD .divF {
    display: flex;
    align-items: center;
}
/* myTCB login right menu - OVER
*************************/
/* Footer CSS */
.footer h6 a, .footer h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #312E2E;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer li {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.footer li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #312E2E;
}
.footer .contactUs li {
  line-height: inherit;
  margin-bottom: 25px;
  font-size: 14px;
}
.fPadding {
  padding: 0 90px;
}
.footB1 {
  background: #020C26;
}
.footer .cLinks {
  color: #312E2E;
}
.invertImg {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.pt-40 {
  padding-top: 40px;
}
ul.socIcons {
  display: flex;
}
ul.socIcons li {
  margin-right: 20px;
}
.footSignUpBtn {
  background: #FDAE02;
  border: 1px solid #FDAE02;
  display: inline-block;
  font-weight: 750;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
    font-family:"Avenir LT W01_95 Black1475556";
  padding: 15px 15px;
  width: 190px;
}
.footEmailB {
  width: 294px;
  height: 42px;
  display: block;
  background: #FFFFFF;
  border: 1px solid #9C9C9C;
  margin: 0 auto;
  padding: 10px 15px;
}
.footEmailB:focus-visible, .footEmailB:focus {
  outline: none;
  border: none;
}
.footLogo {
  filter: brightness(0) invert(1);
  padding: 33px 0;
}
.footSignText {
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
    font-family:"Avenir LT W01_55 Roman1475520";
}
.footCopyR {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #312E2E;
}
.mr-30 {
  margin-right: 30px;
}
.signBlock {
  display: flex;
  align-items: center;
  padding: 26px 0;
}
.footcopyBl {
  display: flex;
  margin-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 640px) {
  .fPadding {
    padding: 0 15px;
    text-align: center;
  }
  ul.socIcons {
    justify-content: center;
  }
  .fPadding .fPadding {
    float: none;
  }
  .signBlock {
    display: inherit;
    align-items: center;
    padding: 7px 0 40px 0;
  }
  .mr-30 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pull-right.signBlock {
    float: none !important;
    display: inline-block;
  }
  .footcopyBl {
    display: inherit;
    margin-top: 40px;
  }
  .footCopyR {
    text-align: justify;
    padding: 5px;
  }
  .footer h6 a {
    display: block;
    margin-top: 40px;
  }
  .footer h6 a.imgLogoSm {
    margin: 0 !important;
  }
}
.socIcons li.youtubeStyleDiv a img {
	padding-top:3px;
}
@media (max-width:992px) and (min-width:768px) {
	.tabCssFooter {
		display: flex !important;
		align-items:center !important;
	}	
}
@media (max-width:767px) {
	.centerCareerStyle {
		justify-content:center;
	}
}
/* Footer CSS over */
/* component over
****************************/
@media (max-width: 844px) {
  .locationB .form-select {
    width: 18px;
  }
  .ham.hamRotate.ham8 {
    width: 46px;
    margin: 14px 5px 0px 0px;
    padding: 0;
  }
  .megaNev > .megaNev-list > li a.menuhomeicon {
    width: 289px;
	padding:0px;
  }
  #tabMenu {
    list-style: none;
    position: relative;
    background: #e0e0e0;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .signB button, .signB a {
    height: 22px;
    font-size: 11px !important;
    line-height: 21px;
    padding: 0 6px 0 6px !important;
    margin-top: 16px;
    margin-right: 15px;
    border: none;
    background: #2063B8;
    color: #fff !important;
    font-weight: 500;
  }
  .megaNev > .megaNev-list > li > a {
    display: block;
    padding: 29px 17px 21px 17px;
    text-decoration: none;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    color: #3F3D3E;
  }
  .locationB {
    padding: 0 10px !important;
  }
  .megaNev > .megaNev-list > li a.menuhomeicon {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    width: 210px;
	  margin-left: 43px;
	      padding-bottom: 10px;
  }
}
a.activeBack {
  background: #2063b8 !important;
  color: #fff !important;
}
a.activeBack::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(225deg);
}
a.activeBack::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(125deg);
}
@media (max-width: 321px) {
.megaNev > .megaNev-list > li a.menuhomeicon {
    padding-left: 0;
    padding-right: 0;
    padding-top: 28px;
    width: 152px;
}
}
/* component over
****************************/
/* Mob nav
************************/
.mob-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 0px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mob-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0;
  line-height: 0;
  background-color: transparent;
  color: transparent;
  border-radius: 0;
}
.no-touch .mob-dropdown-trigger:hover {
  background-color: transparent;
}
.mob-dropdown-trigger::before, .mob-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  display: none;
}
.mob-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mob-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .mob-dropdown-trigger {
    font-size: 1.5rem;
  }
  .mob-dropdown-trigger.mobDropdown-is-active {
    background-color: #3f8654;
  }
  .no-touch .mob-dropdown-trigger.mobDropdown-is-active:hover {
    background-color: #47975f;
  }
  .mob-dropdown-trigger.mobDropdown-is-active::before, .mob-dropdown-trigger.mobDropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .mob-dropdown-trigger.mobDropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .mob-dropdown-trigger.mobDropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.mob-dropdown h2, .mob-dropdown-content a, .mob-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .mob-dropdown h2, .mob-dropdown-content a, .mob-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .mob-dropdown h2, .mob-dropdown-content a, .mob-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}
.mob-dropdown h2, .mob-dropdown-content a, .mob-dropdown-content ul a, .mob-dropdown-content .cd-divider {
  padding: 0 20px;
}
.mob-dropdown {
  position: fixed;
  z-index: 99999;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translatex(-100%);
  -moz-transform: translatex(-100%);
  -ms-transform:translatex(-100%);
  -o-transform: translatex(-100%);
  transform: translatex(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.mob-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.mob-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.mob-dropdown .cd-close::after, .mob-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.mob-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.mob-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.mob-dropdown.mobDropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .mob-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .mob-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .mob-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .mob-dropdown h2, .mob-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .mob-dropdown.mobDropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}
.mob-dropdown-content, .mob-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mob-dropdown-content, .mob-dropdown-content ul li {
  padding: 0;
  margin: 0;
}
.mob-dropdown-content a, .mob-dropdown-content ul a {
  display: block;
  ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
}
.mob-dropdown-content li:first-of-type > a, .mob-dropdown-content ul li:first-of-type > a {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
}
.mob-dropdown-content li:last-of-type > a, .mob-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.mob-dropdown-content .cd-divider, .mob-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.mob-dropdown-content .cd-divider + li > a, .mob-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.mob-dropdown-content a, .mob-dropdown-content .cd-search, .mob-dropdown-content .cd-divider, .mob-dropdown-content ul a, .mob-dropdown-content ul .cd-search, .mob-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.mob-dropdown-content.is-hidden, .mob-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.mob-dropdown-content.is-hidden > li > a, .mob-dropdown-content.is-hidden > li > .cd-search, .mob-dropdown-content.is-hidden > .cd-divider, .mob-dropdown-content.move-out > li > a, .mob-dropdown-content.move-out > li > .cd-search, .mob-dropdown-content.move-out > .cd-divider, .mob-dropdown-content ul.is-hidden > li > a, .mob-dropdown-content ul.is-hidden > li > .cd-search, .mob-dropdown-content ul.is-hidden > .cd-divider, .mob-dropdown-content ul.move-out > li > a, .mob-dropdown-content ul.move-out > li > .cd-search, .mob-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.mob-dropdown-content.move-out > li > a, .mob-dropdown-content.move-out > li > .cd-search, .mob-dropdown-content.move-out > .cd-divider, .mob-dropdown-content ul.move-out > li > a, .mob-dropdown-content ul.move-out > li > .cd-search, .mob-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mobDropdown-is-active .mob-dropdown-content, .mobDropdown-is-active .mob-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .mob-dropdown-content, .mob-dropdown-content ul {
    padding-top: 60px;
  }
  .mob-dropdown-content a, .mob-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .mob-dropdown-content, .mob-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .mob-dropdown-content a, .mob-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    border-color: #ebebeb;
  }
  .mob-dropdown-content .cd-divider, .mob-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .mob-dropdown-content .cd-divider + li > a, .mob-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .mob-dropdown-content.is-hidden > li > a, .mob-dropdown-content.is-hidden > li > .cd-search, .mob-dropdown-content.is-hidden > .cd-divider, .mob-dropdown-content.move-out > li > a, .mob-dropdown-content.move-out > li > .cd-search, .mob-dropdown-content.move-out > .cd-divider, .mob-dropdown-content ul.is-hidden > li > a, .mob-dropdown-content ul.is-hidden > li > .cd-search, .mob-dropdown-content ul.is-hidden > .cd-divider, .mob-dropdown-content ul.move-out > li > a, .mob-dropdown-content ul.move-out > li > .cd-search, .mob-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}
.mob-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}
.mob-dropdown-content .mob-dropdown-gallery .mob-dropdown-item, .mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.mob-dropdown-content .mob-dropdown-gallery .mob-dropdown-item h3, .mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mob-dropdown-content .mob-dropdown-gallery .mob-dropdown-item {
  padding-left: 90px;
}
.mob-dropdown-content .mob-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}
.mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .mob-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .mob-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .mob-dropdown-content > li:not(.hasM-children) a:hover {
    color: #3f8654;
  }
  .mob-dropdown-content.move-out > li > a, .mob-dropdown-content.move-out > li > .cd-search, .mob-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .mob-dropdown-content .cd-secondary-dropdown, .mob-dropdown-content .mob-dropdown-gallery, .mob-dropdown-content .mob-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .mob-dropdown-content .cd-secondary-dropdown::after, .mob-dropdown-content .mob-dropdown-gallery::after, .mob-dropdown-content .mob-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .mob-dropdown-content .cd-secondary-dropdown, .open-to-left .mob-dropdown-content .mob-dropdown-gallery, .open-to-left .mob-dropdown-content .mob-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .mob-dropdown-content .cd-secondary-dropdown.is-hidden, .mob-dropdown-content .mob-dropdown-gallery.is-hidden, .mob-dropdown-content .mob-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mob-dropdown-content .cd-secondary-dropdown.fade-in, .mob-dropdown-content .mob-dropdown-gallery.fade-in, .mob-dropdown-content .mob-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .mob-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .mob-dropdown-content .cd-secondary-dropdown.fade-out, .mob-dropdown-content .mob-dropdown-gallery.fade-out, .mob-dropdown-content .mob-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .mob-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .mob-dropdown-content .cd-secondary-dropdown > .go-back, .mob-dropdown-content .mob-dropdown-gallery > .go-back, .mob-dropdown-content .mob-dropdown-icons > .go-back {
    display: none;
  }
  .mob-dropdown-content .cd-secondary-dropdown > .see-all, .mob-dropdown-content .mob-dropdown-gallery > .see-all, .mob-dropdown-content .mob-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .mob-dropdown-content .cd-secondary-dropdown > .see-all a, .mob-dropdown-content .mob-dropdown-gallery > .see-all a, .mob-dropdown-content .mob-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .mob-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .mob-dropdown-content .mob-dropdown-gallery > .see-all a:hover, .no-touch .mob-dropdown-content .mob-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .mob-dropdown-content .cd-secondary-dropdown .mob-dropdown-item, .mob-dropdown-content .cd-secondary-dropdown a, .mob-dropdown-content .mob-dropdown-gallery .mob-dropdown-item, .mob-dropdown-content .mob-dropdown-gallery a, .mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item, .mob-dropdown-content .mob-dropdown-icons a {
    border: none;
  }
  .mob-dropdown-content .mob-dropdown-gallery, .mob-dropdown-content .mob-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .mob-dropdown-content .mob-dropdown-gallery > .see-all, .mob-dropdown-content .mob-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .mob-dropdown-content .mob-dropdown-icons > li, .mob-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .mob-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .mob-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .mob-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .mob-dropdown-content .cd-secondary-dropdown > li > a::after, .mob-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .mob-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .mob-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .mob-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .mob-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .mob-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .mob-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .mob-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .mob-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .mob-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .mob-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .mob-dropdown-content .cd-secondary-dropdown .go-back a::before, .mob-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .mob-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .mob-dropdown-content .mob-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .mob-dropdown-content .mob-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .mob-dropdown-content .mob-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .mob-dropdown-content .mob-dropdown-gallery .mob-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  .mob-dropdown-content .mob-dropdown-gallery > li:nth-last-of-type(2) a, .mob-dropdown-content .mob-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .mob-dropdown-content .mob-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .mob-dropdown-content .mob-dropdown-icons {
    width: 600px;
  }
  .mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item:hover {
    background: #ebebeb;
  }
  .mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }
  .mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .mob-dropdown-content .mob-dropdown-icons .mob-dropdown-item::before {
    left: 25px;
  }
  .mob-dropdown-content > .hasM-children > ul {
    visibility: hidden;
  }
  .mob-dropdown-content > .hasM-children > ul.is-active {
    /* when hover over .mob-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .mob-dropdown-content > .hasM-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .mob-dropdown-content > .hasM-children > a.is-active {
    /* hover effect for .mob-dropdown-content items with subnavigation */
    box-shadow: inset 0px 0 0 #3f8654;
    color: #3f8654;
    background: #000;
  }
  .mob-dropdown-content > .hasM-children > a.is-active::before, .mob-dropdown-content > .hasM-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .mob-dropdown-content > .hasM-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}
.hasM-children > a, .go-back a {
  position: relative;
}
.hasM-children > a::before, .hasM-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hasM-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hasM-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .hasM-children > a::before, .hasM-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}
.hasM-children > a {
  padding-right: 40px;
}
.hasM-children > a::before, .hasM-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}
@media only screen and (min-width: 1024px) {
  .open-to-left .mob-dropdown-content > .hasM-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .mob-dropdown-content > .hasM-children > a::before, .open-to-left .mob-dropdown-content > .hasM-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.mob-dropdown-content .go-back a {
  padding-left: 40px;
}
.mob-dropdown-content .go-back a::before, .mob-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}
.no-js .mob-dropdown-wrapper:hover .mob-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js .mob-dropdown-wrapper .cd-close {
  display: none;
}
.mob-dropdown-content li {
  padding: 0;
  margin: 0;
  border: none;
}
.mob-dropdown li {
  margin-bottom: 0;
  padding: 0;
}
.mob-dropdown li li, .mob-dropdown li li li {
  border: 0;
  background: #fff;
}
a.cd-dropdown-item h3 {
  color: #3f3d3e;
  font-weight: 100;
  font-size: 16px;
  line-height: 50px;
  text-decoration-line: underline;
    font-family:"Avenir LT W01_55 Roman1475520";
  text-align: left;
  text-transform:none;
}
/*.cd-secondary-dropdown.is-active.fade-in {
  height: auto !important;
  background: #fff;
}*/
/*.mob-dropdown-content ul li > a {
    border-bottom-width: 1px;
    background: #fff;
    color: #3F3D3E;
}
*/
.cd-dropdown ul ul ul li a.is-active {
  background: #000;
}
.mobData ul li ul li.hasM-children {
  background: #fff;
  color: #000;
}
ul.cd-secondary-dropdown.is-active li ul li.hasM-children a {
  color: #3F3D3E;
}
.mob-dropdown-content ul a::before, .mob-dropdown-content ul a::after {
  background: #3F3D3E;
}
.mob-dropdown-content ul a {
  color: #3F3D3E !important;
}
.mob-dropdown-content .go-back a {
  color: #fffFFF !important;
}
.mob-dropdown-content .go-back a::before, .mob-dropdown-content .go-back a::after {
  background: #ffffff;
}
li.go-back {
  background: #1C3F76 !important
}
.mob-dropdown-content .mainBlue {
  background: #1C3F76;
  color: #fff !important;
  border-bottom: 1px solid #2063B8 !important;
}
/* 	mob - nav over
***************************/
.tab_search {
	display:none;
}
/* desk header  - Search block
************************************/
.searchBlock {
	display: flex !important;
    align-items: center;
	position: relative;
}
.searchBlock button {
	padding:0px !important;
	background:none !important;
    box-shadow:none !important;
	border:0px !important;
	outline:0 !important;
	z-index:9999 ;
    filter: brightness(0) invert(1);
}
#nav-section button#cludo-toggle {
	color: #0076a9;
    font-size: 26px;
    top: 10px;
    border: 0;
    padding: 1px 0 0 6px;
    margin: 0;
    background: transparent;
    right: 240px;
    position: absolute;
    z-index: 999;
    outline: none;
}
#nav-section .site-search-cludo>#cludo-search-form button:after {
	background-image: none !important;
}
#nav-section #cludo-search-form button:focus {
	border: none;
	outline: none;
	box-shadow: 0 0 5px #fff;
	border: 0px solid #fff;
}
#nav-section .site-search-cludo>#cludo-search-form #cludo-search-form-input {
	padding: 1px 30px 1px 10px;
    font-size: 18px;
    min-width: 160px;
    margin-top: 0px;
    margin-left: 0px;
    box-shadow: 0 0 2px #0076a9;
    border: 1px solid #0076a9;
    border-radius: 06px;
    outline: none;
}

.searchBlock .site-search-cludo>#cludo-search-form button {
	background: TRANSPARENT;
	border: none;
	padding: 0px 0px 0px 6px;
	margin: 0;
	color: #0076a9;
	font-size: 26px;
    filter: brightness(0) invert(1);
}
#tab_search {
    position: absolute;
    right: -35px;
    top: -1px;
    width: 250px;
    z-index: 9;
}
#tab_search input {
    padding: 5px 8px !important;
    padding-right: 35px !important;
    z-index: 9999 !important;
    color: #000 !important;
}
.searchBlock button .imgSearchDivStyle {
	width: 26px !important;
    height: 26px !important;
	
}
.searchBlock .gsc-input-box {
    border: 0 !important;
    background: transparent !important;
}
.searchBlock .gsc-search-box {
	width:100% !important;
}
.mob_search_panelMytcblogin#tab_search input {
	background:#1c3f76 !important;
	background-color:#1c3f76 !important;
	border: 2px solid #fff !important;
	padding: 7px 20px !important;
    padding-right: 35px !important;
	color: #fff !important;
}
@media (max-width:767px) {
		.mobsearchPanelStyle#tab_search {
			position: relative;
			right: auto;
			top: auto;
			width: 100%;
			z-index: 9;
			margin-right: 0px;
		}
		.mobsearchPanelStyle#tab_search input {
			width: 100% !important;
			padding: 8px !important;
			padding-left: 55px !important;
		}
		.mobsearchPanelStyle .cludo {
			width: 100% !important;
			padding: 10px !important;
		}
		.mobsearchPanelStyle#tab_search .gsc-input, .mobsearchPanelStyle#tab_search #cludo-search-form {
			width:100% !important;
		}
		.searchBlock {
			display:flex !important;
		}
		.mobsearchPanelStyle#tab_search #cludo-search-form #cludo-search-form-input {
			height:auto !important;
			margin-top:0px !important;
			margin-left:0px !important;
			background-color: transparent;
			width: 100%;
		}
		.mobsearchPanelStyle#tab_search {
			display:flex !important;
			align-items: center;
		}
		.searchBlock .site-search-cludo>#cludo-search-form button {
			filter: brightness(1) invert(0) !important;
			left: 0 !important;
			top: 5px !important;
		}
	}
.maxWidth, .maxContWidth {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.mb-40 {
    margin-bottom: 40px !important;
}
/* 	Home page auto Popup CSS
***********************/
    #myTCBpopUp .ml-66 {
        margin-left: 235px;
    text-align: right;
    margin-top: 310px;
    }

    #myTCBpopUp .modal {
        top: 250px;
    }

    #myTCBpopUp h2 {
         font-family: "Avenir LT W01_55 Roman1475520";
    font-style: normal;
    font-weight: 750;
    font-size: 56px;
    line-height: 64px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 0 !important;
    }

    #myTCBpopUp p {
        font-family: "Avenir LT W01_65 Medium1475532";
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 32px;
    text-transform: initial;
    color: #FFFFFF;
    margin: 10px 0 10px 0;
    /* max-width: fit-content; */
    text-align: right;
    }

    #myTCBpopUp p a.flyoutlink {
    font-family: "Avenir LT W01_55 Roman1475520";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: #FFFFFF;
    text-transform: initial;
    }

    #myTCBpopUp .modal-dialog {
        width: 1040px;
        height: 592px;
    }

    #myTCBpopUp .modal-content {
            background: #001532;
    border: 30px solid #87CEEB;
    border-radius: 0;
    }

    #myTCBpopUp .close {
        right: -50px;
        position: absolute;
        top: -55px;
        background: #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        color: #1D4581;
        border: 1.5px solid #1D4581;
        opacity: 1;
    }

    #myTCBpopUp .modal-body {
		padding: 0;
		margin: 0;
		background-image: url(../../../images/1443325721-AI-The-Next-Transformation-Pop-Up.jpg);
		background-size: 960px 513px;
		display: flex;
		align-items: center;
		background-position: -160px 0;
		/* background-size: cover; */
		background-repeat: no-repeat;
    }

    #myTCBpopUp .oneBlueBox {
        background: #0072b4;
        width: 100%;
        height: auto;
        margin-top: 40px;
        font-size: 20px;
        padding: 15px 35px;
        font-weight: 700;
        color: #fff;
    }

    #myTCBpopUp .oneBlueBox span {
        color: rgb(230 179 67) !important;
    }

    #myTCBpopUp .twoBox {
        width: 100%;
        height: 100px;
        width: 100%;
        height: auto;
        font-size: 14px;
        padding: 15px 35px;
        font-weight: 400;
        color: #000;
    }

    @media (max-width: 1080px) {
        #myTCBpopUp .modal-dialog {
            width: 95%;
        }
    }
 @media (min-width: 607px) and  (max-width: 1074px) {
        #myTCBpopUp h2 {
            font-size: 38px !important;
    line-height: 42px !important;
    text-align: right;
        }
        #myTCBpopUp p {
           font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
        }
        #myTCBpopUp p a.flyoutlink {
            font-size: 26px;
            line-height: 32px;
        }
        #myTCBpopUp .ml-66 {
            margin-left: 235px;
    margin-top: 190px;
    margin-right: 20px;
        }
		#myTCBpopUp .modal-body {
    align-items: center;
    background-position: -170px -40px;
    background-repeat: no-repeat;
}
    }

    @media (max-width: 606px) {
        #myTCBpopUp h2 {
            font-size: 38px !important;
    line-height: 42px !important;
    text-align: right;
        }
        #myTCBpopUp p {
           font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
        }
        #myTCBpopUp p a.flyoutlink {
            font-size: 26px;
            line-height: 32px;
        }
        #myTCBpopUp .ml-66 {
            margin-left: 0;
    margin-top: 210px;
    margin-right: 20px;
        }
		#myTCBpopUp .modal-body {
    align-items: center;
    background-position: -270px -110px;
    background-repeat: no-repeat;
}
    }
/* 	Home page auto Popup CSS - OVER
*****************************/
sup {margin-left:0px;
	padding-left: 0px;
	}
/* 	Google Search CSS
*****************************/
.gsc-control-cse {
  border: none !important
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 3px;
}
.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet, .gs-fileFormatType {
  font-size: 14px;
  line-height: 1.58
}
.gs-webResult div.gs-visibleUrl {
  font-size: 14px
}
.gs-result .gs-image, .gs-result .gs-promotion-image {
  width: 120px !important
}
.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
  max-width: 200px !Important
}
table.gsc-search-box td.gsc-input {
  font-size: 16px;
  color: #3F3D3E;
  background: #F4F4F4;
  border-color: #F4F4F4;
  border: none
}
.gsc-input-box {
background: #F4F4F4 !important;
    padding: 3px !important;
    ntp-realbox-border-radius: calc(0.5 * var(--ntp-realbox-height));
    --ntp-realbox-height: 44px;
    --ntp-realbox-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border-radius: var(--ntp-realbox-border-radius);
    /* box-shadow: var(--ntp-realbox-shadow); */
    font-size: 16px;
    /* height: var(--ntp-realbox-height);*/
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  background-image: url(https://www.conference-board.org/assets/newLayout/images/svg/search-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-color: transparent;
  border: none !important;
  margin-left: -50px
}
.gsc-search-button-v2 svg {
  fill: transparent !important
}
.gscb_a {
  display: none
}
.gssb_c {
    z-index: 999999 !important;
}
.gsc-search-button.gsc-search-button-v2{
padding: 0 !important;
    height: 52px !important;
    width: 52px !important;
    margin: 0 !important;
	background-image: url(https://www.conference-board.org/assets/newLayout/images/svg/search-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-color: transparent;
    border: none !important;
    margin-left: -50px;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0!important;
}
.gsc-input-box {
	height: auto !important; /*auto*/
    box-shadow: none !important;
	padding: 0px !important;
}
#gsc-iw-id2.gsc-input-box {
	padding:0 !important;
}
.container-fluid button.gsc-search-button.gsc-search-button-v2 {
    filter: brightness(1) invert(0);
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: transparent !important;
}
td.gssb_a {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px solid #dfe1e5 !important;
    background: #f4f4f4 !important;
    font-family:"Avenir LT W01_55 Roman1475520" !important;
    font-size: 16px !important;
    font-weight: 500;
}
.gsc-completion-container {
    font-family:"Avenir LT W01_55 Roman1475520" !important;
    font-size: 16px;
	line-height: 32px !important;
    background: white;
    border: 0px solid #ccc !important;
    border-radius: 0;
}
@media (max-width: 767px) {
	.gsc-search-button.gsc-search-button-v2 {
    filter: brightness(1) invert(0);
	position: absolute;
    top: 6px;
    left: 0;
}
}
.gsc-url-top {
	display: none !important;
}
/* 	Google Search CSS - OVER
*****************************/
@media (max-width: 767px) {
  .mobData {
    margin-bottom: 1px;
    position: absolute;
    z-index: 98;
  }
  .mobsignBtn, .nonMemberLogin {
    margin-bottom: 1px;
    position: absolute;
    z-index: 99;
    right: 0;
  }
  .logoCen {
    position: absolute;
    margin: 0 auto;
    display: flex !important;
    width: 100%;
    justify-content: center;
    z-index: 0;
  }
  .megaNev > .megaNev-list > li a.menuhomeicon {
    margin-left: 0px !important;
  }
  .nonMemberLogin .nonMus img {

	width: 18px;
    height: 20px;
    margin-right: 10px;
  }
  .nonMus {
    margin-top: 2px;
  }
}

/*.gstl_50,.gstl_51 {
	position:fixed !important;
}
@media (max-width:768px) {
	.gstl_50,.gstl_51 {
		position:inherit !important;
	}
}*/
.newAppHeaderSection {
	display:none;
}
@media(max-width:640px) {
	.newAppHeaderSection {
		background: #E4E4E4;
		height: 75px;
		padding: 0px 15px;
		padding-top: 0;
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 9999;
		display: flex;

	}
	.newAppHeaderSection .appHeaderSectionDiv {
		width:100%;
	}
	.newAppHeaderSection .flexDivCss {
		display:flex;
		align-items:center;
	}
	.newAppHeaderSection .flexJustifyCss {
		justify-content:space-between;
	}
	.newAppHeaderSection .appInnerDivCss {
		color: #fff;
		margin-left: 25px;
	}
	.newAppHeaderSection .appInnerDivCss p {
		margin-bottom: 0px;
		color: #2063B8;
		margin-left: 10px;
		font-size: 14px;
		line-height: 13px;
		font-weight: 750;
	}
	.newAppHeaderSection .appInnerDivCss p span {
		font-size: 11px;
		line-height: 13px;
		font-weight: 500;
		color: #3F3D3E;
	}
	.newAppHeaderSection .appInnerDivCss p span span {
		color: #3F3D3E;
		font-size:7px;
	}
	.newAppHeaderSection .appInnerDivCss p  b {
		font-weight:750;
	}
	.newAppHeaderSection button {
		color: #3F3D3E;
		background: transparent;
		font-size: 10px;
		line-height: 13px;
		border: 1px solid #3F3D3E;
		padding: 5px;
		padding-bottom: 3px;
	}
	/*.newAppHeaderSection svg {
		stroke: #3F3D3E;
	}*/
	/*.newAppHeaderSectionMember {
		background:#EFF1F2 !important;
	}
	.newAppHeaderSectionMember svg {
		filter: brightness(1) invert(0) !important;
	}
	.newAppHeaderSectionMember .appInnerDivCss p  b {
		color:#2063B8 !important;
	}
	.newAppHeaderSectionMember .appInnerDivCss p {
		color:#2063B8 !important
	}
	.newAppHeaderSectionMember button {
		color:#2063B8 !important;
		border:1px solid #666 !important;
	}*/
	/*body {
		margin-top:145px;
	}*/
	/*.navigation {
		top:75px;
	}*/
	/*.mob-dropdown {
		top:145px;
	}*/
	.mob-dropdown-content .mobFunctionDiv ul {
		top: 65px;
	}
}