.t3-megamenu .row {
  margin-left: auto;
  margin-right: auto;
}
.t3-megamenu .row + .row {
  padding-top: 12px;
  border-top: 1px solid #e6eaf0;
}
.t3-megamenu .mega.open > .dropdown-toggle::after {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  position: absolute;
  bottom: -13px;
  left: 24px;
  z-index: 1001;
}
.t3-megamenu .mega > .mega-dropdown-menu {
  margin-top: 12px;
}
.t3-megamenu .mega .mega-dropdown-inner > .row {
  margin-right: -12px;
  margin-left: -12px;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  background: transparent;
  border-bottom: 1px solid #e6eaf0;
  color: #23263d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  padding-bottom: 12px;
  line-height: normal;
  position: relative;
}
.t3-megamenu .dropdown-header::after,
.t3-megamenu .mega-nav .mega-group > .dropdown-header::after,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header::after,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #3f6cb2;
  width: 50px;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: #3f6cb2;
}
.t3-megamenu .mega-group-ct .row {
  margin-left: -12px;
  margin-right: -12px;
}
.t3-megamenu .mega-nav > li.active > a,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a {
  color: #3f6cb2;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  font-weight: 700;
  padding: 6px 0px;
  font-size: 14px;
  line-height: 1.7143;
  border-radius: 3px;
  -webkit-transition: padding 350ms;
  -o-transition: padding 350ms;
  transition: padding 350ms;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus,
.t3-megamenu .mega-nav > li a:active,
.t3-megamenu .dropdown-menu .mega-nav > li a:active {
  background-color: #f2f4f8;
  padding-right: 12px;
  padding-left: 12px;
}
.t3-megamenu .mega-nav > li + li,
.t3-megamenu .dropdown-menu .mega-nav > li + li {
  margin-top: 0;
  border-top: 1px solid #f2f4f8;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active > a {
  background: transparent;
  color: #3f6cb2;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active > a::after {
  border-left-color: #3f6cb2;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
  border-left-color: #bbbbbb;
  border-width: 3px 0 3px 3px;
}
.t3-megamenu .t3-module .module-title {
  background: transparent;
  border-bottom: 1px solid #e6eaf0;
  color: #23263d;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  padding-bottom: 12px;
  line-height: normal;
  position: relative;
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #3f6cb2;
  width: 50px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: #3f6cb2;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}
.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
  background: none;
  color: inherit;
  font: inherit;
}
.t3-megamenu .mega-caption {
  color: #999999;
  font-size: 12px;
  margin-top: 3px;
  font-weight: normal;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}