@font-face {
  font-family: "icon-font";
  src: url("../fonts/icon-font.eot");
  src: url("../fonts/icon-font.eot?#iefix") format("eot"),
    url("../fonts/icon-font.woff") format("woff"),
    url("../fonts/icon-font.ttf") format("truetype"),
    url("../fonts/icon-font.svg#icon-font") format("svg");
}
.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
  font-family: "icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
}
.icon-desktop:before {
  content: "\E001";
}
.icon-menu-close:before {
  content: "\E002";
}
.icon-menu:before {
  content: "\E003";
}
.icon-mobile:before {
  content: "\E004";
}
.icon-submenu-down:before {
  content: "\E005";
}
.icon-submenu-right:before {
  content: "\E006";
}
.icon-world:before {
  content: "\E007";
}
.nav-button,
.nav-close {
  position: fixed;
  top: -12px;
  width: 3rem;
  height: 4.5rem;
  overflow: hidden;
  z-index: 902;
  cursor: pointer;
  text-decoration: none;
  line-height: 4.4rem;
  color: #333;
}
.nav-button:before,
.nav-close:before {
  display: block;
  text-align: center;
}
.nav-button {
  display: block;
  right: 0.4rem;
  font-size: 1.5rem;
  top: -5px;
}
.nav-button:before {
  content: "\E003";
}
.nav-close {
  display: none;
  right: 4rem;
  font-size: 1.9rem;
}
.nav-close:before {
  content: "\E002";
}
.nav {
  background: #fff;
  color: #333;
  font-size: 1em;
}
.nav-mytabs {
  background-color: #fff !important;
}
.nav ul {
  border-radius: 0;
  background: #f8f8f9;
}
.nav > ul > li > ul {
  margin-top: 10px !important;
}
.nav > ul > li > ul > li > ul {
  margin-left: 10px !important;
}
.nav ul ul {
  background: #f8f8f9;
  box-shadow: 1px 4px 4px #888;
}
.nav ul ul ul {
  background: #f8f8f9;
}
.nav ul ul ul ul {
  background: #f8f8f9;
}
.nav ul ul ul ul ul {
  background: #f8f8f9;
}
.nav li {
  cursor: pointer;
  line-height: 40px;
}
.nav li:hover > a,
.nav li.nav-active > a {
  color: #333;
}
.nav .nav-submenu > ul {
  margin-left: 10px;
}
.nav .nav-submenu > a {
  padding-right: 30px;
}
.nav .nav-submenu ul li > a:hover {
  text-decoration: underline;
}
.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
  border-radius: 0;
  padding: 0 15px 1px;
  color: #333;
  text-decoration: none;
  font-weight: 400;
}
.nav .nav-submenu > a:after {
  position: absolute;
  display: block;
  right: 10px;
  top: 1px;
  content: "\E005";
  font-size: 10px;
  color: #c4272f;
}
.nav .nav-submenu > span.arrow a:after {
  font-family: "icon-font";
  position: absolute;
  display: block;
  right: 10px;
  top: 1px;
  content: "\E006";
  font-size: 10px;
  color: #c4272f;
}
@media only screen and (max-width: 1300px) and (min-width: 1201px) {
  .li_menu_right a {
    padding: 0 7px;
    line-height: 24px;
  }
  .li_menu_right a.custom_rpost_btn {
    line-height: 28px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 961px) {
  .nav a,
  .nav a:hover,
  .nav a:active,
  .nav a:visited {
    border-radius: 0;
    padding: 0 10px 1px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 0.9em;
  }
  .li_menu_right a {
    padding: 0 5px !important;
    line-height: 24px;
    font-size: 13px;
  }
  .li_menu_right a:hover {
    font-size: 13px;
  }
  .li_menu_right a.custom_rpost_btn {
    line-height: 28px;
    padding: 3px 10px !important;
  }
  .border_spacer {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media only screen and (min-width: 1023px) {
  body {
    padding: 0 !important;
  }
  header {
    position: relative;
  }
  .li_menu_right {
    float: right;
    margin-top: 3px;
  }
  .border-right-1 {
    border-right: #ccc solid 1px;
    height: 18px;
    line-height: 18px;
  }
  .border-right-null {
    border-right: #ccc solid 0px;
    height: 18px;
    line-height: 18px;
  }
  header h1:before {
    content: "\E001";
  }
  .nav-button {
    display: none;
  }
  .nav {
    padding: 0 !important;
  }
  .nav > ul > li {
    border-top: none;
  }
  .nav ul ul ul {
    border-radius: 0;
  }
  .nav ul ul ul li:first-child {
    border-top: none;
  }
  .nav .nav-submenu li {
    min-width: 200px;
  }
  .nav .nav-submenu > ul {
    margin: 0;
  }
  .nav > ul > .nav-submenu > a:after {
    content: "\E005";
  }
  .nav .nav-submenu > a:after {
    content: "\E006";
  }
}
.nav-lock-scroll {
  overflow: hidden;
}
.nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav ul {
  display: block;
  position: relative;
  zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
  display: block;
  position: relative;
}
.mobile_link_active {
  display: none !important;
}
.mobile_link_inactive {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .nav {
    display: block;
    position: relative;
    bottom: auto;
    overflow: visible;
  }
  .nav li {
    position: relative;
    white-space: nowrap;
  }
  .nav > ul > li {
    display: inline-block;
  }
  .nav ul {
    display: block;
  }
  .nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
  }
  .nav ul ul ul {
    top: 5px;
    left: 95%;
    z-index: 902;
  }
  .nav ul ul ul ul {
    z-index: 903;
  }
  .nav ul ul ul ul ul {
    z-index: 904;
  }
  .nav ul ul li.nav-left > ul {
    left: auto;
    right: 95%;
  }
  .nav-no-js .nav li:hover > ul {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-no-js .nav-button:hover + .nav,
  .nav-no-js .nav:hover,
  .nav-no-js .nav-button:hover + .nav + .nav-close,
  .nav-no-js .nav:hover + .nav-close {
    display: block;
  }
  .nav {
    top: 70px;
    bottom: 0;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    right: 0;
    text-align: center;
  }
  .border_spacer {
    display: none;
  }
  a.custom_rpost_btn {
    border: 0 solid #c4272f !important;
    font-size: 14px;
    line-height: 26px;
    font-weight: none !important;
    margin-top: 0;
    margin-right: 0;
  }
  a.custom_rpost_btn:hover {
    border: 0 solid #c4272f !important;
    background: #fff !important;
    font-size: 14px;
    color: #333 !important;
    line-height: 26px;
    text-decoration: underline;
  }
  .nav ul ul {
    box-shadow: 1px 4px 4px #333;
  }
  .scroll-top {
    position: fixed;
    border-radius: 2px;
    height: 0;
    width: 0;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    right: 55px;
    opacity: 0;
    bottom: 55px;
    z-index: 1030;
  }
  a.solutions_menu {
    width: 100%;
  }
  .mobile_link_active {
    display: block !important;
  }
  .mobile_link_inactive {
    display: none !important;
  }
  .custum-top-links a {
    color: #898989;
    font-size: 14px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 920px) {
  .custum-top-links a {
    color: #898989;
    font-size: 13px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .custum-top-links a {
    color: #898989;
    font-size: 12px;
    margin-left: 5px;
  }
  .header-top-right {
    margin-right: 40px;
  }
}
.menu_special nav ul li.li_menu_right {
  padding-top: 5px;
}
.menu_special {
  height: 50px;
}
@media only screen and (max-width: 1300px) and (min-width: 1201px) {
  .border-right-null:hover {
    padding: 0 7px !important;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1201px) {
  .custom-flicker:hover {
    padding: 0 15px 1px !important;
  }
}
.ext-industry-upcomeWebinar {
  position: relative !important;
}
@media (max-width: 1024.5px) and (min-width: 992px) {
  .border-right-1 {
    font-size: 12px !important;
  }
  .border-right-null{
    font-size: 12px !important;
  }
}