﻿.lex-pagination {
  text-align: center;
}
.lex-pagination > a,
.lex-pagination > span {
  text-decoration: none !important;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  height: 36px;
  padding: 9px 15px;
  font-size: 15px;
  display: inline-block;
}
.lex-pagination > a {
  color: #266671;
  font-weight: bold;
}
.lex-pagination > a:hover {
  background-color: #E3EBED;
}
.lex-pagination > span {
  color: #6B6B6B;
}
.lex-pagination > span.disabled {
  border: 1px solid #E3EBED;
  color: #E3EBED;
}
.lex-gutter-right {
  padding-right: 30px !important;
}
.lex-gutter-left {
  padding-left: 30px !important;
}
section.small-content {
  padding: 30px 20%;
  background-color: #EAF4F4;
  text-align: center;
}
section.small-content h2 {
  color: #393939;
  font-size: 17px;
  font-weight: bold;
  margin-top: 0;
}
section.small-content p {
  font-weight: 300;
  font-size: 19px;
  margin-bottom: 30px;
}
section.small-content .lex-primary-btn {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
.pageNavButton {
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 7px 15px;
  color: #6B6B6B;
  font-size: 18px;
  font-weight: bolder;
  line-height: 18px;
  cursor: pointer;
}
.polygonBox {
  background: url("../../../images/redesign_2018/Polygons-left.png") left bottom no-repeat, url("../../../images/redesign_2018/Polygons-right.png") right top no-repeat;
  background-color: #EAF4F4;
}
.polygon-rightOnly {
  background: url("../../../images/redesign_2018/Polygones-blog.png") right top no-repeat;
  background-color: #F6F6F6;
}
.polygonBoxTestimonial {
  background: url("../../../images/redesign_2018/Polygones-testim-left.png") left top no-repeat, url("../../../images/redesign_2018/Polygones-testim-right.png") right top no-repeat;
  background-color: #EAF4F4;
}
.headline {
  color: #393939;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.input-box {
  width: 70%;
  display: inline-block;
  background-color: #F8FAFA !important;
  height: 40px;
  vertical-align: middle;
  margin-top: 12px;
  box-shadow: inset 0px 2px 2px #E5E5E5;
}
.ctrl button {
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.ctrl .prev,
.ctrl .previous,
.ctrl .next {
  color: #2C717F;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: baseline;
}
.ctrl .previous {
  color: #D2D2D2;
}
.ctrl .carousel-dots {
  padding: 0;
  display: inline-flex;
}
.ctrl .carousel-dots li {
  margin: 0 5px;
  list-style: none;
}
.ctrl .carousel-dots li button {
  width: 13px;
  height: 13px;
  background-color: #99C8C8;
  border-radius: 50%;
  border: none;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  line-height: 0;
  outline: none;
  vertical-align: middle;
}
.ctrl .carousel-dots li .active {
  background-color: #D2D2D2;
}
.ctrl .count-summary {
  color: #737373;
  font-family: Roboto;
  font-size: 13px;
  font-style: italic;
  line-height: 15px;
  width: 150px;
  margin-left: -150px;
  float: right;
}
.colorbar {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  top: 1px;
}
.pre-text-chevron {
  float: left;
  color: #AFC7C6;
  font-size: 9px;
}
.letterModule .letter-row .letter {
  display: inline-block;
  cursor: pointer;
  color: #2B7878;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  padding: 2px 6px;
}
.letterModule .letter-row .letter.active,
.letterModule .letter-row .letter:hover {
  border: 1px solid #2B7878;
  background-color: #2B7878;
  color: #ffffff;
}
.letterModule-popout .letter-row .letter {
  display: inline-block;
  cursor: pointer;
  color: #2B7878;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  padding: 10px 0;
  width: 35px;
  background-color: #ffffff;
  margin: 1px;
}
.letterModule-popout .letter-row .letter.active,
.letterModule-popout .letter-row .letter:hover {
  border: 1px solid #2B7878;
  background-color: #2B7878;
  color: #ffffff;
}
/*color variables*/
/*product colors*/
.divider-dark {
  border-right: 1px solid #666666;
  color: rgba(0, 0, 0, 0.3);
}
.divider {
  border-right: 1px solid #ccc;
}
.border {
  border: 1px solid #ccc;
}
.border-bottom {
  border-bottom: 1px solid #ccc;
}
.border-top {
  border-top: 1px solid #ccc;
}
.border-light {
  border: 1px solid #ccc;
}
.border-bottom-light {
  border-bottom: 1px solid #dfdfdf;
}
.border-top-light {
  border-top: 1px solid #dfdfdf;
}
.box-shadow {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.14);
}
.no-border {
  border: 0!important;
}
hr {
  margin: 12px 0;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
}
.hidden-text {
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
#saveDialog .modal-body #filterName {
  width: 99%;
}
#saveDialog .modal-footer #modal-save {
  border: none;
  background: #39A3BB;
  border-radius: 6px;
  padding: 7px 10px;
  color: #fff;
  font-size: 15px;
  width: 100px;
  margin-right: 10px;
}
#saveDialog .modal-footer #modal-close {
  border: none;
  background: #ccc;
  border-radius: 6px;
  padding: 7px 10px;
  color: #000;
  font-size: 15px;
  width: 100px;
  margin-right: 10px;
}
.visible-lg-block-lex,
.visible-md-block-lex,
.visible-sm-block-lex,
.visible-xs-block-lex {
  display: none;
}
@media screen (min-width: 1200px) {
  .hidden-lg-lex {
    display: none;
  }
  .visible-lg-block-lex {
    display: inline;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md-lex {
    display: none;
  }
  .visible-md-block-lex {
    display: inline;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm-lex {
    display: none;
  }
  .visible-sm-block-lex {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .hidden-xs-lex {
    display: none;
  }
  .visible-xs-block-lex {
    display: inline;
  }
}
.lex-primary-btn {
  border-radius: 6px;
  font-family: Roboto, Arial;
  border: 1px solid #AEAEAE;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  cursor: pointer;
  background-color: #CE4746;
  color: #FFF;
}
.lex-primary-btn:hover {
  background-color: #8F221D;
}
.lex-primary-btn:hover,
.lex-primary-btn:focus,
.lex-primary-btn:active {
  color: #DDBDBB;
  text-decoration: none !important;
}
.lex-primary-btn.disabled,
.lex-primary-btn[disabled] {
  cursor: default;
  background-color: #D2D2D2;
  color: #FFF;
}
.lex-secondary-btn {
  border-radius: 6px;
  font-family: Roboto, Arial;
  border: 1px solid #AEAEAE;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  cursor: pointer;
  background-color: #ffffff;
  color: #CE4746;
}
.lex-secondary-btn.no-bg {
  background-color: transparent;
}
.lex-secondary-btn:hover,
.lex-secondary-btn:focus,
.lex-secondary-btn:active {
  color: #8F221D;
  text-decoration: none !important;
}
.lex-secondary-btn.disabled,
.lex-secondary-btn[disabled] {
  cursor: default;
  background-color: #D2D2D2;
  color: #FFF;
}
.common-bar {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  top: 1px;
  height: 4px;
}
.common-bar.red {
  background-color: #EF4644;
}
.common-bar.purple {
  background-color: #643A96;
}
.common-bar.aqua {
  background-color: #266671;
}
.common-bar.orange {
  background-color: #F66C24;
}
.common-baselink {
  background-color: #CE4746;
  color: #ffffff !important;
  display: block;
  border-radius: 6px;
  padding: 9px;
  text-decoration: none;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #AEAEAE;
  line-height: 16px;
}
.common-invertedBaseLink {
  background-color: #ffffff;
  color: #CB2B2A;
  display: block;
  border-radius: 6px;
  padding: 9px;
  text-decoration: none;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #CB2B2A;
  line-height: 16px;
}
.common-baselink:hover {
  filter: brightness(85%);
}
.transparentBaseLink {
  color: #CB2B2A;
  display: block;
  border-radius: 6px;
  padding: 9px;
  text-decoration: none;
  border: 1px solid #CB2B2A;
  font-family: Roboto;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
.common-nickel-widget {
  background-color: #EAF4F4;
  text-align: center;
  padding: 50px 40px;
  margin: 0px 10px;
}
.common-nickel-widget h1 {
  color: #000000;
  font-family: Roboto;
  font-size: 26px;
  line-height: 10px;
  font-weight: 300;
  white-space: nowrap;
}
.common-nickel-widget h2 {
  color: #2B717C;
  font-family: Roboto;
  font-size: 26px;
  line-height: 29px;
  padding-bottom: 40px;
}
.common-nickel-widget p {
  color: #000000;
  font-family: Roboto;
  font-size: 15px;
  line-height: 18px;
  padding-top: 20px;
}
.common-nickel-widget a {
  width: 50%;
  margin: auto;
}
.common-tab-header {
  padding-top: 30px;
  white-space: nowrap;
  top: 11px;
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 0;
}
.common-tab-header ul .active {
  background-color: #ffffff !important;
}
.common-tab-header ul .active a {
  color: #266671 !important;
}
.common-tab-header ul li {
  display: inline-block;
  border: 1px solid #D2D2D2;
  background-color: #266671;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
  border-radius: 15px 15px 0 0;
  border-bottom: 0px;
  margin-right: 7px;
}
.common-tab-header ul li a {
  color: #FFFFFF !important;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  padding: 15px 70px;
}
.common-tab-header ul {
  padding-left: 0;
  padding-right: 0;
}
.common-tab-header ul li {
  background-color: #EAF4F4;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: 10px;
  border-bottom: 1px solid #D2D2D2;
}
.common-tab-header ul li a {
  color: #266671 !important;
  width: 24%;
  text-align: center;
  white-space: nowrap;
  line-height: 50px;
}
.common-tab-header ul li a .count {
  color: #9B9B9B;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.common-tab-header ul .active {
  border-bottom: 1px solid #fff;
}
.common-tab-header ul li:last-child {
  margin-left: 5px;
  margin-right: 0;
}
@media screen and (max-width: 1093px) {
  .common-tab-header ul li {
    width: 23%;
  }
  ::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .common-nickel-widget {
    padding: 30px 20px;
  }
  .common-tab-header ul li {
    width: 23%;
    text-align: center;
  }
  .common-tab-header ul li a {
    padding: 15px 0px;
  }
}
@media screen and (max-width: 768px) {
  .common-tab-header ul li {
    width: 22%;
  }
  .common-tab-header ul li a {
    font-size: 12px;
    padding: 15px 10px;
  }
  .common-tab-header ul li a .count {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .common-tab-header {
    white-space: nowrap;
  }
  .common-tab-header ul {
    overflow-x: scroll;
    overflow-x: -moz-hidden-unscrollable;
    -ms-overflow-style: none;
  }
  .common-tab-header ul li {
    margin-left: 3px;
    margin-right: 3px;
    width: 40%;
  }
  .common-tab-header ul li a {
    font-size: 11px;
    padding: 15px 8px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('/content/navigator-icon/fonts/icomoon.eot?mwx2qs');
  src: url('/content/navigator-icon/fonts/icomoon.eot?mwx2qs#iefix') format('embedded-opentype'), url('/content/navigator-icon/fonts/icomoon.ttf?mwx2qs') format('truetype'), url('/content/navigator-icon/fonts/icomoon.woff?mwx2qs') format('woff'), url('/content/navigator-icon/fonts/icomoon.svg?mwx2qs#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
header.navbar {
  background: #323232;
  width: 100%;
  border: none;
  margin: 0;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0;
  /*Header links*/
  text-decoration: none;
}
header.navbar .container,
header.navbar .container-fluid {
  padding-top: 15px;
}
header.navbar .nav-top {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  /*Header search*/
  /*Header buttons*/
}
@media (max-width: 768px) {
  header.navbar .nav-top {
    padding-bottom: 0;
  }
}
header.navbar .nav-top a.lex-head-logo {
  background: url("../../images/redesign_2015/lexology-logo.png") left top no-repeat;
  background-size: 156px;
  width: 156px;
  height: 24px;
  float: left;
  margin-top: 5px;
}
@media (max-width: 345px) {
  header.navbar .nav-top a.lex-head-logo {
    width: 100px;
    background-size: 100px;
    margin-top: 9px;
  }
}
header.navbar .nav-top a.lex-head-logo:focus {
  background-image: url("../../images/redesign_2015/lexology-logo-green.png");
}
header.navbar .nav-top a.lex-china {
  background: url("../../images/redesign_2015/Lexology_Chinese_Negative_Greyscale.png") left top no-repeat;
  background-size: 156px;
  width: 156px;
  height: 67px;
  float: left;
  position: relative;
  top: -5px;
}
header.navbar .nav-top a.lex-china:focus {
  background-image: url("../../images/redesign_2015/Lexology_Chinese_Negative_Green.png");
}
header.navbar .nav-top a.lex-head-logo.powered-by-lex {
  background: url("../../images/redesign_2015/powered_by_lexology_logo.png") left top no-repeat;
  background-size: 107px;
  width: 107px;
  height: 37px;
  float: left;
  position: relative;
  top: -9px;
}
header.navbar .nav-top a.lex-head-logo.powered-by-lex:focus {
  background-image: url("../../images/redesign_2015/powered_by_lexology_logo-green.png");
}
header.navbar .nav-top span.product {
  display: none;
  float: left;
  font-size: 20px;
  color: #fff;
  font-family: roboto;
  font-weight: bold;
  top: 3px;
  position: relative;
  padding-left: 20px;
  line-height: 140%;
}
header.navbar .nav-top span.product i {
  display: inline;
  margin-right: 10px;
  color: #fff;
}
@media (max-width: 550px) {
  header.navbar .nav-top span.product i {
    font-size: 28px;
  }
}
header.navbar .nav-top span.product i.newsfeed {
  color: #9A9503;
}
header.navbar .nav-top span.product i.navigator {
  color: #FF5C26;
}
header.navbar .nav-top span.product i.hubs {
  color: #FAADCF;
}
header.navbar .nav-top span.product i.analytics {
  color: #39A3BB;
}
header.navbar .nav-top span.product i.track {
  color: #DA3535;
}
header.navbar .nav-top span.product i.discover {
  color: #6B85FE;
}
header.navbar .nav-top span.product i.webinars {
  color: #C391FE;
}
@media (max-width: 992px) {
  header.navbar .nav-top span.product {
    display: block;
  }
}
@media (max-width: 550px) {
  header.navbar .nav-top span.product {
    top: 1px;
  }
}
@media (max-width: 450px) {
  header.navbar .nav-top span.product {
    display: none;
  }
}
@media (max-width: 550px) {
  header.navbar .nav-top span.product span.text {
    display: none;
  }
}
header.navbar .nav-top .navbar-right {
  position: relative;
  float: left !important;
}
header.navbar .nav-top .navbar-right ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #E2E2E2;
}
header.navbar .nav-top .navbar-right ::-moz-placeholder {
  /* Firefox 19+ */
  color: #E2E2E2;
}
header.navbar .nav-top .navbar-right :-ms-input-placeholder {
  /* IE 10+ */
  color: #E2E2E2;
}
header.navbar .nav-top .navbar-right :-moz-placeholder {
  /* Firefox 18- */
  color: #E2E2E2;
}
header.navbar .nav-top .navbar-right input[type="text"] {
  background-color: #646464 !important;
  border: 0;
  color: #E2E2E2;
  font-size: 15px;
  font-weight: 300;
  width: 196px;
  height: 32px;
  margin: 0;
}
header.navbar .nav-top .navbar-right input[type="submit"] {
  background: url(../../images/redesign_2015/icons/search.png) center center no-repeat;
  background-size: 15px;
  background-color: none;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
  height: 30px;
}
header.navbar .nav-top .navbar-right form#SearchForm input[type="text"] {
  border-radius: 6px;
  width: 196px;
  box-sizing: border-box;
  padding: 2px 5px 2px 10px;
  border: none !important;
}
header.navbar .nav-top .navbar-right form#SearchForm input[type="submit"] {
  border: none;
}
header.navbar .nav-top .mobile-nav {
  display: none;
}
header.navbar .nav-top .topButtons ul.list-inline {
  margin-left: 3px;
  margin-bottom: 0;
}
header.navbar .nav-top .topButtons ul.list-inline li {
  padding: 0 0 0 6px;
}
@media (max-width: 595px) {
  header.navbar .nav-top .topButtons ul.list-inline li:nth-child(2) {
    display: none;
  }
}
header.navbar .nav-top .topButtons ul.list-inline li #list-inline .button {
  float: left;
}
header.navbar .nav-top .topButtons ul.list-inline li #list-inline .button:hover,
header.navbar .nav-top .topButtons ul.list-inline li #list-inline .button:focus {
  background: #726e02;
  transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  /*Replace @type with: color / background-color / opacity / border-color etc.*/
}
header.navbar .nav-top .topButtons ul.list-inline li .basketBtn {
  width: 40px;
}
header.navbar .nav-top .topButtons ul.list-inline li .basketBtn #basket-items {
  color: #ffffff;
  padding-left: 5px;
}
header.navbar .nav-top .topButtons ul.list-inline li a.twitterBtn {
  background: #00ACED;
}
header.navbar .nav-top .topButtons ul.list-inline li a.twitterBtn:hover,
header.navbar .nav-top .topButtons ul.list-inline li a.twitterBtn:focus {
  background: #0087ba;
}
@media (max-width: 625px) {
  header.navbar .nav-top .topButtons ul.list-inline li a.twitterBtn {
    display: none;
  }
}
header.navbar .nav-top .topButtons ul.list-inline li a.userSaved {
  color: #ffffff;
}
header.navbar .nav-top .topButtons ul.list-inline li a.userBtn {
  box-sizing: border-box;
  color: #ffffff;
}
@media (max-width: 768px) {
  header.navbar .nav-top .topButtons ul.list-inline li a.userBtn i span {
    display: none;
  }
}
header.navbar .nav-top .login {
  float: left;
}
header.navbar .nav-top .login p {
  color: #fff;
  margin: 10px 0 0 20px;
}
header.navbar .nav-top .navbar-toggle {
  background: #646464;
  margin-right: 0;
  top: 0px;
  margin-top: 0;
  padding: 9px 5px;
}
header.navbar .nav-top .navbar-toggle span {
  background: #d2d2d2;
}
header.navbar .nav-top .cbp-spmenu {
  background: #646464;
}
header.navbar .nav-top .cbp-spmenu ul {
  padding: 0;
  font-size: 18px;
  margin: 0;
  list-style-type: none;
}
header.navbar .nav-top .cbp-spmenu ul li a {
  border-bottom: 1px solid #4a4a4a;
  font-size: 18px;
  color: #fff;
  padding: 12px 15px;
  text-shadow: none;
}
header.navbar .nav-top .cbp-spmenu ul li a:hover {
  background: #555555;
  text-decoration: none;
  text-shadow: none;
}
header.navbar .nav-top .cbp-spmenu .nav-search {
  margin: 15px;
}
header.navbar .nav-top .cbp-spmenu .nav-search input[type="text"] {
  background: #323232;
  width: 210px;
}
header.navbar .nav-bottom {
  font-family: Roboto, sans-serif;
  border-top: 1px solid #777777;
}
header.navbar .nav-bottom .nav-pills {
  top: -1px;
  position: relative;
}
header.navbar .nav-bottom .nav-pills li {
  margin-left: 0;
}
header.navbar .nav-bottom .nav-pills li a {
  border-radius: 0;
  color: #ffffff;
  padding-top: 13px;
  font-size: 18px;
  padding-bottom: 13px;
  border-top: 2px solid transparent;
  font-weight: 300;
  transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  -webkit-transition: border-color 0.2s ease;
  /*Replace @type with: color / background-color / opacity / border-color etc.*/
}
header.navbar .nav-bottom .nav-pills li a:hover,
header.navbar .nav-bottom .nav-pills li a:focus {
  background: transparent;
  color: #fff;
  text-decoration: none !important;
}
header.navbar .nav-bottom .nav-pills li a:hover.newsfeed,
header.navbar .nav-bottom .nav-pills li a:focus.newsfeed {
  border-top: 2px solid #9A9503;
}
header.navbar .nav-bottom .nav-pills li a:hover.navigator,
header.navbar .nav-bottom .nav-pills li a:focus.navigator {
  border-top: 2px solid #FF5C26;
}
header.navbar .nav-bottom .nav-pills li a:hover.hubs,
header.navbar .nav-bottom .nav-pills li a:focus.hubs {
  border-top: 2px solid #FAADCF;
}
header.navbar .nav-bottom .nav-pills li a:hover.analytics,
header.navbar .nav-bottom .nav-pills li a:focus.analytics {
  border-top: 2px solid #39A3BB;
}
header.navbar .nav-bottom .nav-pills li a:hover.track,
header.navbar .nav-bottom .nav-pills li a:focus.track {
  border-top: 2px solid #DA3535;
}
header.navbar .nav-bottom .nav-pills li a:hover.webinars,
header.navbar .nav-bottom .nav-pills li a:focus.webinars {
  border-top: 2px solid #C391FE;
}
header.navbar .nav-bottom .nav-pills li a:hover.store,
header.navbar .nav-bottom .nav-pills li a:focus.store {
  border-top: 2px solid #F8E71C;
}
header.navbar .nav-bottom .nav-pills li a:hover.insights,
header.navbar .nav-bottom .nav-pills li a:focus.insights {
  border-top: 2px solid #50E3C2;
}
header.navbar .nav-bottom .nav-pills li a:hover.discover,
header.navbar .nav-bottom .nav-pills li a:focus.discover {
  border-top: 2px solid #6B85FE;
}
header.navbar .nav-bottom .nav-pills li.my-briefcase-wrapper {
  display: none;
}
header.navbar .nav-bottom .nav-pills li.disabled a {
  cursor: default;
  color: gray;
}
header.navbar .nav-bottom .nav-pills li i,
header.navbar .nav-bottom .nav-pills li span {
  margin: 0 10px;
  display: none;
  font-size: 18px;
}
header.navbar .nav-bottom .nav-pills li:first-child a {
  padding-left: 0;
}
header.navbar .nav-bottom .nav-pills li:first-child i {
  margin-left: 0;
}
header.navbar .nav-bottom .nav-pills li.active a {
  background-color: transparent;
  font-weight: bold;
  border-top: 2px solid #9a9503;
}
header.navbar .nav-bottom .nav-pills li.active a.newsfeed {
  border-top: 2px solid #9A9503;
}
header.navbar .nav-bottom .nav-pills li.active a.newsfeed i {
  color: #9A9503;
}
header.navbar .nav-bottom .nav-pills li.active a.navigator {
  border-top: 2px solid #FF5C26;
}
header.navbar .nav-bottom .nav-pills li.active a.navigator span {
  color: #FF5C26;
}
header.navbar .nav-bottom .nav-pills li.active a.hubs {
  border-top: 2px solid #FAADCF;
}
header.navbar .nav-bottom .nav-pills li.active a.hubs .image-icon {
  float: left;
  color: #FAADCF;
  background-image: url("../../images/hub/Icon-Hub.png");
  background-size: 17px 20px;
  height: 20px;
  width: 17px;
  margin-left: 0;
}
header.navbar .nav-bottom .nav-pills li.active a.analytics {
  border-top: 2px solid #39A3BB;
}
header.navbar .nav-bottom .nav-pills li.active a.analytics i {
  color: #39A3BB;
}
header.navbar .nav-bottom .nav-pills li.active a.track {
  border-top: 2px solid #DA3535;
}
header.navbar .nav-bottom .nav-pills li.active a.track i {
  color: #DA3535;
}
header.navbar .nav-bottom .nav-pills li.active a.webinars {
  border-top: 2px solid #C391FE;
}
header.navbar .nav-bottom .nav-pills li.active a.webinars i {
  color: #C391FE;
}
header.navbar .nav-bottom .nav-pills li.active a.store {
  border-top: 2px solid #F8E71C;
}
header.navbar .nav-bottom .nav-pills li.active a.store .image-icon {
  color: #F8E71C;
  background-image: url("../../images/store/icon-store.png");
}
header.navbar .nav-bottom .nav-pills li.active a.insights {
  border-top: 2px solid #50E3C2;
}
header.navbar .nav-bottom .nav-pills li.active a.insights .image-icon {
  float: left;
  color: #50E3C2;
  background-image: url("../../images/insights/icon-insight.png");
  background-size: 17px 20px;
  height: 20px;
  width: 17px;
}
header.navbar .nav-bottom .nav-pills li.active a.discover {
  border-top: 2px solid #6B85FE;
}
header.navbar .nav-bottom .nav-pills li.active a.discover i {
  color: #6B85FE;
}
header.navbar .nav-bottom .nav-pills li.active a .image-icon {
  background-size: 20px 20px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  height: 20px;
  width: 20px;
}
header.navbar .nav-bottom .nav-pills li.active i,
header.navbar .nav-bottom .nav-pills li.active span {
  display: inline;
}
header.navbar .nav-bottom .nav-pills li.disabled a {
  color: #666666;
  font-weight: 500;
}
header.navbar .nav-bottom .nav-pills li.disabled a:hover,
header.navbar .nav-bottom .nav-pills li.disabled a:focus {
  border-top: 2px solid #666666;
}
header.navbar .navLinksDesktop {
  float: left;
  margin-right: 20px;
}
@media (max-width: 992px) {
  header.navbar .navLinksDesktop {
    display: none;
  }
}
header.navbar .navLinksDesktop .navbar-nav {
  list-style-type: none;
  padding: 0;
}
header.navbar .navLinksDesktop .navbar-nav li {
  margin-top: 7px;
  padding: 0 4px;
  border-right: 1px solid #666666;
  color: rgba(0, 0, 0, 0.3);
}
header.navbar .navLinksDesktop .navbar-nav li:last-child {
  border: 0;
  padding-right: 0;
}
header.navbar .navLinksDesktop .navbar-nav li a {
  color: #B7B7B7;
  border: 0;
  height: auto;
  padding: 5px;
  text-shadow: none;
  font-size: 14px;
}
header.navbar #navLinksMobile {
  display: none !important;
}
header.navbar #navLinksMobile .hidden {
  display: none !important;
}
@media (max-width: 992px) {
  header.navbar #navLinksMobile {
    display: block !important;
  }
}
header.navbar #navLinksMobile .navbar-right {
  width: 100%;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
header.navbar #navLinksMobile .navbar-right li {
  width: 100%;
}
header.navbar #navLinksMobile .product-list {
  display: inline-block !important;
  width: 100%;
  background: #353535;
}
header.navbar #navLinksMobile .product-list li a {
  border-bottom: none !important;
}
header.navbar #navLinksMobile .product-list li a i {
  margin-right: 10px;
}
header.navbar #navLinksMobile .product-list li a span {
  margin-right: 15px;
}
header.navbar #navLinksMobile .product-list li a.newsfeed i {
  color: #9A9503;
}
header.navbar #navLinksMobile .product-list li a.navigator span {
  color: #FF5C26;
}
header.navbar #navLinksMobile .product-list li a.hubs .image-icon {
  margin-left: 3px;
  color: #FAADCF;
  background-image: url("../../images/hub/Icon-Hub.png");
  background-size: 17px 20px;
  height: 20px;
  width: 17px;
}
header.navbar #navLinksMobile .product-list li a.analytics i {
  color: #39A3BB;
}
header.navbar #navLinksMobile .product-list li a.track i {
  color: #DA3535;
}
header.navbar #navLinksMobile .product-list li a.webinars i {
  color: #C391FE;
}
header.navbar #navLinksMobile .product-list li a.store .image-icon {
  color: #F8E71C;
  background-image: url("../../images/store/icon-store.png");
}
header.navbar #navLinksMobile .product-list li a.insights .image-icon {
  margin-left: 3px;
  color: #50E3C2;
  background-image: url("../../images/insights/icon-insight.png");
  background-size: 17px 20px;
  height: 20px;
  width: 17px;
}
header.navbar #navLinksMobile .product-list li a.discover i {
  color: #6B85FE;
}
header.navbar #navLinksMobile .product-list li a.my-briefcase i {
  color: #9A9503;
}
header.navbar #navLinksMobile .product-list li a .image-icon {
  background-size: 20px 20px;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  top: 2px;
  height: 20px;
  width: 20px;
}
header.navbar #navLinksMobile .product-list li.disabled a {
  cursor: default;
  color: gray;
}
header.navbar #navLinksMobile .product-list li.disabled a:hover {
  background-color: #333;
}
header.navbar a.button {
  float: left;
  background: #9a9503;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 32px;
  width: 32px;
  text-align: center;
  vertical-align: middle;
}
header.navbar a.button i {
  font-size: 20px;
  color: #fff;
  margin-top: 6px;
}
header.navbar a.button:hover {
  transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  /*Replace @type with: color / background-color / opacity / border-color etc.*/
  background: #686502;
}
header.navbar a.button.userBtn {
  padding: 0 7px;
}
header.navbar a.button.userBtn i {
  position: relative;
  font-size: 19px;
}
header.navbar a.button.userBtn i span {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  margin: 0 0 0 5px;
}
@media (max-width: 992px) {
  header.navbar a.button {
    height: 34px;
    min-width: 34px;
  }
}
header.navbar .icon-navigator-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header.navbar .icon-navigator-icon:before {
  content: "\e900";
}
header.navbar .briefcase-popover-wrapper {
  position: relative;
}
header.navbar .briefcase-popover-wrapper .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
header.navbar .briefcase-popover-wrapper .btn-group {
  vertical-align: baseline;
}
@media (max-width: 595px) {
  header.navbar .briefcase-popover-wrapper .btn-group {
    display: none;
  }
}
header.navbar .briefcase-popover-wrapper .btn-group .btn {
  border: none;
  text-shadow: none;
  background: #9a9503;
}
header.navbar .briefcase-popover-wrapper .btn-group .btn:hover {
  background: #726e02;
}
header.navbar .briefcase-popover-wrapper .btn-group .btn.userSaved {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.navbar .briefcase-popover-wrapper .btn-group .briefcase-popover-trigger {
  width: 19px;
  padding: 6px 2px;
  font-size: 13px;
  color: #ffffff;
  height: 32px;
  border-left: solid 1px #767200;
}
@media (max-width: 992px) {
  header.navbar .briefcase-popover-wrapper .btn-group .briefcase-popover-trigger {
    height: 34px;
  }
}
header.navbar .briefcase-popover-wrapper .briefcase-popover {
  position: absolute;
  background: #ffffff;
  z-index: 9999;
  border-radius: 4px;
  display: none;
  width: 360px;
  border: solid 1px #dddddd;
  max-width: none;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .loading .image {
  display: block;
  margin: 10px auto;
  width: 40px;
  height: 40px;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover.popover {
  left: -288px;
  top: 32px;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover.popover .arrow {
  right: 5%;
  left: initial;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header {
  border-bottom: none;
  width: 356px;
  background: #DFE8EA;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .item {
  float: left;
  text-align: center;
  cursor: pointer;
  border-right: solid 1px #c6d6da;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .item:last-child {
  border-right: none;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .item .text-container {
  padding: 5px;
  display: inline-block;
  color: #333333;
  font-size: 15px;
  line-height: 1.4;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .item .text-container .bt-merge {
  color: #DA3535;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .item .text-container .bt-bar-chart {
  color: #39A3BB;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .item .text-container .bt-inbox {
  color: #9A9503;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .item .text-container .bt-microphone {
  color: #C391FE;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .item:hover,
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .item.selected {
  background: #c6d6da;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .item.selected {
  cursor: default;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .track {
  border-right: solid 1px #c0d2d6;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .analytics {
  border-left: solid 1px #fefefe;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .header .articles {
  border-left: solid 1px #fefefe;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .content {
  max-height: 300px;
  overflow-y: auto;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .content .filters .filter-wrapper {
  padding: 0 8px;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .content .filters .filter-wrapper:hover {
  background: #eeeeee;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .content .filters .filter-wrapper a.filter {
  display: block;
  color: #333333;
  width: auto;
  height: auto;
  padding: 8px 0;
  border-bottom: solid 1px #eee;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .content .filters .filter-wrapper a.filter:hover {
  color: #797600;
  text-decoration: none;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .content .filters .filter-wrapper:last-child a.filter {
  border-bottom: none;
}
header.navbar .briefcase-popover-wrapper .briefcase-popover .content .no-results {
  padding: 10px;
}
header.navbar:focus {
  text-decoration: none !important;
}
.base-button,
.rss-button,
.search-button {
  border-radius: 5px;
  color: #ffffff;
  float: none;
  font-size: 15px;
  border: none;
  padding: 7px 9px;
}
.rss-button {
  background: #F2870D;
}
.search-button {
  background: #9a9503;
}