@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,600,700");
@import "https://fonts.googleapis.com/css?family=Montserrat:800&display=swap";
@import "https://fonts.googleapis.com/css?family=Montserrat+Alternates:500,700&display=swap";
*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body,
html {
  overflow-x: hidden; }

html {
  min-height: 100vh; }

body {
  margin: 0;
  font-family: "Open Sans";
  font-style: normal;
  line-height: 1.4;
  width: 100%;
  height: 100%; }
  body.hide-top-ad .top-banner-ad {
    display: none !important; }

.header-container-wrapper {
  z-index: 2;
  position: relative; }

.body-container-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.shell {
  max-width: 1170px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto; }

section {
  padding: 64px 0; }

.row-fluid-wrapper.row-depth-1.row-number-1 section {
  padding-top: 42px; }

.hs-tools-menu {
  top: 50px !important; }

.hidden,
.hide {
  display: none !important; }

.unset {
  position: unset; }

.HideIfSignedOut {
  display: none !important; }

.bloggedIn .HideIfSignedIn {
  display: none !important; }

.bloggedIn .HideIfSignedOut {
  display: block !important; }
  .bloggedIn .HideIfSignedOut.cta {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

.dash-link {
  display: none !important; }

.has-dash .dash-link {
  display: block !important; }

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 8px;
  border-top: 10px solid #F25D27;
  border-bottom: 1px dotted #1E364E;
  margin-bottom: 64px; }
  .title a {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.09px; }

.leaderboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px; }
  .leaderboard.mid-banner-ad {
    padding-bottom: 0; }
  @media (min-width: 860px) {
    .leaderboard a > img {
      min-height: 90px; } }

.close-button {
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  cursor: pointer; }
  .close-button.light {
    opacity: 0.3; }
  .close-button:hover {
    opacity: 1; }

.square-ad {
  width: 100%;
  max-width: 300px;
  height: 250px;
  margin: 0 auto; }
  @media (min-width: 1240px) {
    .square-ad a > img {
      min-height: 221.14px; } }

body:not(.nice-insight-analytics) .stats {
  max-width: 846px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin: 20px -15px 64px; }
  body:not(.nice-insight-analytics) .stats .stats-box {
    position: relative;
    margin: 15px;
    width: calc(33.333% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: #fdf1ed;
    padding: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px; }
    body:not(.nice-insight-analytics) .stats .stats-box:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    body:not(.nice-insight-analytics) .stats .stats-box.show .stat {
      opacity: 1; }
    body:not(.nice-insight-analytics) .stats .stats-box .stat {
      font-size: 40px;
      font-weight: bold;
      line-height: 32px;
      letter-spacing: -0.24px;
      color: #F58426;
      margin-bottom: 15px;
      opacity: 0; }
      @media (max-width: 800px) {
        body:not(.nice-insight-analytics) .stats .stats-box .stat {
          font-size: 30px;
          margin-bottom: 7px; } }
      @media (max-width: 640px) {
        body:not(.nice-insight-analytics) .stats .stats-box .stat {
          font-size: 20px; } }
      @media (max-width: 640px) {
        body:not(.nice-insight-analytics) .stats .stats-box .stat {
          font-size: 30px; } }
    body:not(.nice-insight-analytics) .stats .stats-box .description {
      font-weight: bold;
      padding: 0 10px; }
      @media (max-width: 640px) {
        body:not(.nice-insight-analytics) .stats .stats-box .description {
          font-size: 14px; } }
    body:not(.nice-insight-analytics) .stats .stats-box .stats-text {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (max-width: 625px) {
      body:not(.nice-insight-analytics) .stats .stats-box {
        width: calc(50% - 30px); } }
    @media (max-width: 400px) {
      body:not(.nice-insight-analytics) .stats .stats-box {
        width: calc(100% - 30px);
        margin-bottom: 0; }
        body:not(.nice-insight-analytics) .stats .stats-box:after {
          padding-bottom: 30%; } }

body:not(.nice-insight-analytics) .green .stats .stats-box {
  background: #f9fafb; }
  body:not(.nice-insight-analytics) .green .stats .stats-box .stat {
    color: #12B796; }

body:not(.nice-insight-analytics) .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  padding: 0; }
  body:not(.nice-insight-analytics) .slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #F58426;
    border-radius: 50%;
    outline: 0;
    background: transparent; }
    body:not(.nice-insight-analytics) .slick-dots li button:focus, body:not(.nice-insight-analytics) .slick-dots li button:hover {
      background: #F58426; }
      body:not(.nice-insight-analytics) .slick-dots li button:focus:before, body:not(.nice-insight-analytics) .slick-dots li button:hover:before {
        opacity: 0; }
    body:not(.nice-insight-analytics) .slick-dots li button:before {
      position: absolute;
      top: -3px;
      left: -3px;
      width: 19px;
      height: 19px;
      content: "";
      text-align: center;
      opacity: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      border: 1px solid #F58426;
      border-radius: 50%; }
  body:not(.nice-insight-analytics) .slick-dots li.slick-active button {
    background: #F58426; }
    body:not(.nice-insight-analytics) .slick-dots li.slick-active button:before {
      opacity: 1; }

.article-card {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .article-card {
      height: 400px; } }
  .article-card .article-thumb {
    height: 144px;
    background-size: cover;
    background-position: center; }
  .article-card .article-info {
    padding: 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .article-card .article-info h4 {
      color: #9B9B9B;
      font-weight: normal;
      margin-bottom: 10px;
      min-height: 23px; }
    @media (min-width: 768px) {
      .article-card .article-info h5 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        max-height: 150px; } }
    .article-card .article-info span {
      font-size: 14px;
      color: #9B9B9B; }
    .article-card .article-info > div:last-of-type {
      margin-top: 10px; }

.success-error {
  color: white;
  padding: 0;
  margin: 0 auto;
  background: #66bb6a;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: height 0.3s, padding 0.3s, margin-bottom 0.3s;
  -o-transition: height 0.3s, padding 0.3s, margin-bottom 0.3s;
  transition: height 0.3s, padding 0.3s, margin-bottom 0.3s;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .success-error.error {
    background: #f44336; }
  .success-error.show {
    height: 50px;
    padding: 10px 30px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.issue-card {
  display: block;
  position: relative;
  margin-bottom: 10px;
  text-align: center; }
  .issue-card + h6 {
    text-align: center;
    margin-bottom: 50px; }
  .issue-card:hover .issue-overlay {
    opacity: 1; }
  .issue-card .issue-overlay {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0; }
    .issue-card .issue-overlay h2 {
      color: white;
      margin-bottom: 20px; }

.featured-articles {
  border-top: 1px solid white;
  margin-top: 9px; }
  .featured-articles .featured-article {
    margin: 15px 0;
    border-bottom: 1px dotted #1E364E;
    padding-bottom: 15px; }

.topics {
  margin: 0px; }
  .topics h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .topics ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .topics li {
    padding: 0;
    position: relative;
    margin-left: 5px; }
    .topics li:first-of-type {
      margin-left: 0; }
    .topics li:last-of-type:after {
      display: none; }
    .topics li:after {
      content: "|";
      color: #1E364E;
      margin-left: 5px; }

.blog-listing .author {
  margin-bottom: 64px; }
  .blog-listing .author .author-title {
    margin-top: 5px !important;
    min-height: 25px; }

#author-listing,
#listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  min-height: 130px; }
  #author-listing .article-card,
  #author-listing .author,
  #listing .article-card,
  #listing .author {
    width: calc(25% - 30px);
    margin: 15px; }
    @media (max-width: 1024px) {
      #author-listing .article-card,
      #author-listing .author,
      #listing .article-card,
      #listing .author {
        width: calc(50% - 30px); } }
    @media (max-width: 550px) {
      #author-listing .article-card,
      #author-listing .author,
      #listing .article-card,
      #listing .author {
        width: calc(100% - 30px); } }
  #author-listing.loading:before,
  #listing.loading:before {
    content: "";
    background-size: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("https://cdn2.hubspot.net/hubfs/2236109/css/loading-circle.svg");
    background-position: center 70px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 19; }

#btn-top {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 12;
  background: #1E364E;
  color: white;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px; }
  #btn-top.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #btn-top:before {
    border-style: solid;
    border-width: 0.11em 0.11em 0 0;
    border-color: white;
    content: "";
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    top: 3px;
    position: relative; }
  #btn-top:hover:before {
    border-color: #F25D27; }

.blurb {
  max-width: 662px;
  margin-bottom: 64px; }

.authors,
.companies {
  list-style: none; }
  .authors [id^="item"],
  .companies [id^="item"] {
    margin-bottom: 20px;
    position: relative; }
    @media (min-width: 550px) {
      .authors [id^="item"] > ul,
      .companies [id^="item"] > ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; }
        .authors [id^="item"] > ul li,
        .companies [id^="item"] > ul li {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .authors [id^="item"] > ul.no-results,
    .companies [id^="item"] > ul.no-results {
      -webkit-columns: 1 !important;
      columns: 1 !important; }
    .authors [id^="item"]:after,
    .companies [id^="item"]:after {
      border-style: solid;
      border-width: 0.11em 0.11em 0 0;
      border-color: inherit;
      content: '';
      display: inline-block;
      height: 8px;
      position: absolute;
      top: 4px;
      right: 0;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      vertical-align: middle;
      width: 8px;
      top: 9px; }
    .authors [id^="item"] li,
    .companies [id^="item"] li {
      list-style: none; }
      .authors [id^="item"] li a,
      .companies [id^="item"] li a {
        font-weight: bold; }
    .authors [id^="item"].active,
    .companies [id^="item"].active {
      margin-bottom: 30px; }
      .authors [id^="item"].active:after,
      .companies [id^="item"].active:after {
        top: 8px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 12px; }
  .authors h2,
  .companies h2 {
    border-bottom: 1px dotted #1E364E;
    margin-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer; }
    .authors h2:hover,
    .companies h2:hover {
      color: #F25D27; }
  .authors .community-entry,
  .authors .company-entry,
  .companies .community-entry,
  .companies .company-entry {
    margin-bottom: 10px; }

.throttle {
  pointer-events: none; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999999; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #F25D27;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

#facebook:hover circle {
  fill: #3b5998; }

#twitter:hover circle {
  fill: #55acee; }

#linkedin:hover circle {
  fill: #0077b5; }

#mail:hover circle {
  fill: #1E364E; }

.article-filters {
  margin-top: -40px;
  margin-bottom: 30px; }
  .article-filters .span4 {
    margin-bottom: 10px; }

#by-the-numbers p {
  max-width: 764px; }

.ad-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px; }
  @media (min-width: 341px) {
    .ad-subscribe .square-ad {
      width: 300px;
      min-width: 300px; } }

.square-ad + .subscribe-cta {
  margin-left: 64px; }

.subscribe-cta {
  background: #F5A623;
  padding: 25px;
  position: relative;
  padding-right: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 250px; }
  .subscribe-cta a,
  .subscribe-cta h2,
  .subscribe-cta h3,
  .subscribe-cta h6,
  .subscribe-cta p {
    color: white; }
  .subscribe-cta h2,
  .subscribe-cta h3 {
    margin-bottom: 15px; }
  .subscribe-cta h6 {
    margin-bottom: 20px;
    font-weight: bold; }
  .subscribe-cta .cta {
    margin-top: 20px; }
  .subscribe-cta .iphone {
    position: absolute;
    bottom: 0;
    right: 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .subscribe-cta {
      padding-right: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .subscribe-cta .iphone {
        position: relative;
        bottom: -25px; } }
  .subscribe-cta input:-webkit-autofill,
  .subscribe-cta input:-webkit-autofill:focus textarea:-webkit-autofill,
  .subscribe-cta input:-webkit-autofill:hover,
  .subscribe-cta select:-webkit-autofill,
  .subscribe-cta select:-webkit-autofill:focus,
  .subscribe-cta select:-webkit-autofill:hover,
  .subscribe-cta textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 1000px #F5A623 inset; }

.subscribed-copy .cta,
.optout-copy .cta {
  margin-top: 0;
  background: white;
  color: #F5A623; }
  .subscribed-copy .cta:hover,
  .optout-copy .cta:hover {
    background: #F5A623;
    color: white; }

.newsletter-subscribed .subscribe-cta .subscribe-copy {
  display: none; }

.newsletter-subscribed .subscribe-cta .subscribed-copy {
  display: block !important; }

.newsletter-subscribed .footer-button {
  display: none; }

.newsletter-unsubscribed .subscribe-cta .subscribe-copy {
  display: none; }

.newsletter-unsubscribed .subscribe-cta .optout-copy {
  display: block !important; }

.newsletter-unsubscribed .footer-button {
  display: none; }

.cc_container {
  background: #F58426 !important;
  color: white !important;
  border: none !important;
  font-family: inherit !important; }

.cc_btn {
  background-color: transparent !important;
  border: 1px solid white;
  border-radius: 0 !important;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold; }

a.sponsor-ad {
  display: block; }

#alert {
  position: relative;
  top: 31px;
  padding: 0;
  margin-bottom: -20px; }
  @media (max-width: 1024px) {
    #alert {
      top: 0px;
      margin: 0; } }
  @media (max-width: 880px) {
    #alert .shell {
      padding: 0; }
      #alert .shell h3 {
        font-size: 16px; } }

#alert-box a {
  display: block;
  background: #12B796;
  padding: 10px;
  text-align: center; }

#alert-box h3 {
  color: white; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 2.5em;
  color: #1E364E;
  line-height: 1.075;
  letter-spacing: -1.5px;
  font-weight: 700; }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.75em; } }

h2 {
  color: #1E364E;
  font-size: 1.5625em;
  line-height: 1.2;
  letter-spacing: -0.8px;
  font-weight: 700; }

h3 {
  font-size: 1.25em;
  color: #1E364E;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1.2; }

h4 {
  font-size: 0.875em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.64285714286;
  color: #F25D27; }

h5 {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 1.3125em;
  letter-spacing: -0.25px;
  line-height: 1.19047619048; }

h6 {
  font-size: 1em;
  letter-spacing: -0.4px;
  line-height: 1.25;
  font-weight: 700; }

.small {
  font-size: 0.9375em;
  font-weight: 400;
  letter-spacing: -0.09px;
  line-height: 1.6;
  color: #4c4c4c; }

.tiny {
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 1.5; }

p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 2;
  margin-top: 20px; }
  p:first-of-type {
    margin-top: 0; }

h1 + p,
h2 + p,
h3 + p,
h5 + p,
h6 + p {
  margin-top: 20px !important; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }
  a:hover {
    color: #F58426; }

hr {
  margin: 20px 0; }
  hr + p {
    margin-top: 0 !important; }

.cta {
  border: 1px solid white;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05px;
  text-transform: uppercase;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  margin-top: 40px;
  text-align: center;
  cursor: pointer; }
  .cta.full {
    width: 100%; }

.dark {
  color: white; }
  .dark a,
  .dark h1,
  .dark h2,
  .dark p {
    color: white; }
  .dark a:hover {
    color: #F25D27; }
  .dark .cta {
    color: white; }
    .dark .cta:hover {
      color: white; }
  .dark h3,
  .dark h4,
  .dark h5 {
    color: #F25D27; }
  .dark.navy .cta:hover {
    background: white;
    color: #1E364E; }
  .dark.gray .cta:hover {
    background: white;
    color: #80919B; }

header {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  background: white; }
  header.stick nav ul.dropdown.mega {
    top: 120px !important; }
  header .navs-container {
    width: 100%; }
  header nav a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3px;
    padding: 0 10px;
    color: black;
    text-transform: uppercase; }
  header nav > ul > li {
    margin-left: 10px; }
  header .nav-banner {
    background: #1E364E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    header .nav-banner > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 1;
      background: rgba(30, 54, 78, 0.8); }
    header .nav-banner a {
      padding: 0 10px;
      height: 40px;
      color: white;
      font-size: 13px;
      letter-spacing: 0.3px;
      font-weight: bold;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      white-space: nowrap; }
      header .nav-banner a:hover {
        color: #F58426; }
    header .nav-banner #account-menu {
      position: absolute;
      top: 42px;
      right: 0;
      background: #1E364E;
      list-style: none;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px;
      box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px;
      display: none;
      min-width: 200px;
      color: white;
      z-index: 10;
      text-transform: none;
      font-weight: normal; }
      header .nav-banner #account-menu #your-name {
        font-size: 16px;
        padding: 10px 12.5px 0; }
      header .nav-banner #account-menu #your-email {
        padding: 0 12.5px 10px;
        font-size: 13px;
        opacity: 0.7; }
      header .nav-banner #account-menu ul {
        list-style: none; }
        header .nav-banner #account-menu ul li {
          padding: 0;
          text-transform: uppercase;
          font-weight: bold;
          border-top: 1px solid white; }
          header .nav-banner #account-menu ul li a {
            padding: 10px;
            border: none; }
      header .nav-banner #account-menu:after {
        top: 0;
        right: 14px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #ffffff;
        border-width: 8px;
        margin-left: -8px; }
    header .nav-banner .account {
      width: 45.5px;
      position: relative; }
      header .nav-banner .account > a {
        cursor: default;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding: 0 !important; }
      header .nav-banner .account.active #account-menu {
        display: block; }
      header .nav-banner .account.active:after {
        top: calc(100% - 1px);
        right: 14px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #1E364E;
        border-width: 8px;
        margin-left: -8px;
        z-index: 10; }
    header .nav-banner .account-icon {
      height: 40px;
      min-width: 45.5px;
      width: 45.5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      header .nav-banner .account-icon svg {
        width: 24px; }
        header .nav-banner .account-icon svg path {
          fill: white; }
      header .nav-banner .account-icon:hover svg path {
        fill: #F58426; }
    header .nav-banner .search .close-search {
      display: none; }
    header .nav-banner .search > a {
      padding: 0 !important;
      cursor: default; }
    header .nav-banner .search.active .search-input {
      width: 40vw; }
    header .nav-banner .search.active .search-icon-svg {
      display: none; }
    header .nav-banner .search.active .close-search {
      display: block; }
    header .nav-banner .search.loading .spinner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    header .nav-banner .search.loading .svg {
      display: none; }
    header .nav-banner .search .spinner {
      display: none;
      width: 19px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      header .nav-banner .search .spinner svg circle {
        stroke: white !important; }
    header .nav-banner .search .search-input {
      max-width: 400px;
      width: 0;
      left: 12.5px;
      position: relative;
      -webkit-transition: width 0.2s ease-in-out;
      -o-transition: width 0.2s ease-in-out;
      transition: width 0.2s ease-in-out; }
      header .nav-banner .search .search-input input {
        background: transparent;
        border: 0;
        font-size: 14px;
        padding: 0;
        color: white; }
    header .nav-banner .search .search-icon {
      z-index: 1;
      min-width: 45.5px;
      width: 45.5px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      header .nav-banner .search .search-icon:hover svg g {
        stroke: #F58426; }
    header .nav-banner .search ::-webkit-input-placeholder {
      color: white;
      opacity: 1;
      font-weight: lighter; }
    header .nav-banner .search :-ms-input-placeholder {
      color: white;
      opacity: 1;
      font-weight: lighter; }
    header .nav-banner .search ::-ms-input-placeholder {
      color: white;
      opacity: 1;
      font-weight: lighter; }
    header .nav-banner .search ::placeholder {
      color: white;
      opacity: 1;
      font-weight: lighter; }
    header .nav-banner .search :-ms-input-placeholder {
      color: white;
      font-weight: lighter; }
    header .nav-banner .search ::-ms-input-placeholder {
      color: white;
      font-weight: lighter; }
    header .nav-banner .search {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media (min-width: 742px) {
        header .nav-banner .search {
          position: relative; } }
      header .nav-banner .search #results-for {
        display: none; }
      header .nav-banner .search .modal-results {
        background: #1E364E;
        color: white;
        max-width: calc(100% - 2px);
        margin: 2px auto 0 2px;
        overflow-y: auto;
        position: absolute;
        z-index: 2;
        max-height: inherit;
        width: 100vw;
        display: none;
        font-size: 13px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px;
        box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px; }
        header .nav-banner .search .modal-results a {
          min-height: 40px;
          height: auto;
          display: block;
          padding: 10px;
          border: 0;
          text-decoration: none;
          white-space: normal;
          height: auto;
          padding: 10px 12.5px !important;
          font-weight: normal;
          border-left: none !important;
          text-transform: none;
          white-space: normal; }
          header .nav-banner .search .modal-results a:hover {
            background: transparent;
            color: #F58426; }
        header .nav-banner .search .modal-results.loading:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.8);
          top: 0;
          left: 0; }
        header .nav-banner .search .modal-results:before {
          content: 'Recommended';
          margin: 0;
          padding: 10px;
          background: #80919B;
          font-weight: bold;
          letter-spacing: 0.3px;
          border-left: none !important;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          text-transform: uppercase;
          display: none; }
        header .nav-banner .search .modal-results .modal-result,
        header .nav-banner .search .modal-results li {
          border-bottom: 1px solid white; }
          header .nav-banner .search .modal-results .modal-result:last-of-type, header .nav-banner .search .modal-results .modal-result:nth-last-child(2),
          header .nav-banner .search .modal-results li:last-of-type,
          header .nav-banner .search .modal-results li:nth-last-child(2) {
            border: none; }
        header .nav-banner .search .modal-results .view-all a {
          background: #80919B;
          font-weight: bold;
          letter-spacing: 0.3px;
          color: white;
          text-transform: uppercase;
          position: relative;
          cursor: pointer; }
          header .nav-banner .search .modal-results .view-all a:focus, header .nav-banner .search .modal-results .view-all a:hover {
            color: #1E364E; }
          header .nav-banner .search .modal-results .view-all a:after {
            border-style: solid;
            border-width: 0.12em 0.12em 0 0;
            border-color: inherit;
            content: '';
            display: inline-block;
            height: 8px;
            position: absolute;
            top: 15px;
            -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            transform: rotate(45deg);
            vertical-align: middle;
            width: 8px;
            right: 13px; }
      header .nav-banner .search.hs-search-field--open .modal-results {
        display: block; }
        header .nav-banner .search.hs-search-field--open .modal-results:before {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
    header .nav-banner .modal-results p {
      padding: 10px 12.5px; }
    header .nav-banner .left img {
      margin-right: 5px; }
    header .nav-banner .right a {
      border-left: 1.5px solid white; }
      header .nav-banner .right a:last-of-type {
        padding: 0 12.5px; }
  @media (max-width: 1140px) {
    header .nav-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 98;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; } }
  header .navs-container .close-button {
    display: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-top: -12px; }
    @media (max-width: 1140px) {
      header .navs-container .close-button {
        display: block; } }
  header .top-nav-container {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px; }
    header .top-nav-container .shell {
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    header .top-nav-container .navs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    header .top-nav-container .site-logo {
      display: block;
      width: 100%;
      min-width: 157px;
      max-width: 242px; }
    header .top-nav-container li.current a {
      color: #F58426 !important; }
    header .top-nav-container li.current:hover a {
      color: black !important; }
    header .top-nav-container li.research li.current a {
      color: black !important; }
    header .top-nav-container #primary-nav {
      padding-left: 9px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 1141px) {
        header .top-nav-container #primary-nav li.has-dropdown.active ul {
          display: block !important; }
        header .top-nav-container #primary-nav > ul {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          header .top-nav-container #primary-nav > ul > li.has-dropdown > a {
            padding-right: 14px;
            position: relative;
            margin-right: 7px; }
            header .top-nav-container #primary-nav > ul > li.has-dropdown > a:after {
              border-style: solid;
              border-width: 0.11em 0.11em 0 0;
              border-color: inherit;
              content: '';
              display: inline-block;
              height: 8px;
              position: absolute;
              top: 4px;
              right: 0;
              -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
              transform: rotate(135deg);
              vertical-align: middle;
              width: 8px; }
          header .top-nav-container #primary-nav > ul > li.has-dropdown.active > a:after {
            top: 8px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); } }

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  nav ul li {
    position: relative; }

nav a {
  white-space: nowrap;
  cursor: pointer; }
  nav a strong {
    color: #F58426; }
  nav a:hover strong {
    color: #F25D27; }

nav ul.dropdown {
  position: absolute;
  top: 51px;
  left: 0;
  background: white;
  list-style: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 200px;
  z-index: 1; }
  nav ul.dropdown li {
    border-bottom: 1px solid #9B9B9B; }
    nav ul.dropdown li:hover {
      background: #F5A623; }
    nav ul.dropdown li:first-of-type {
      border-top: 1px solid transparent; }
    nav ul.dropdown li:last-of-type {
      border-bottom-color: transparent; }
  nav ul.dropdown a {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: black; }
  nav ul.dropdown.mega {
    left: 50%;
    top: 120px;
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px; }
    nav ul.dropdown.mega h6 {
      color: black;
      border-bottom: 1px solid black;
      padding-bottom: 5px;
      margin-bottom: 5px;
      font-style: normal;
      letter-spacing: -0.1px;
      font-size: 15px; }
    nav ul.dropdown.mega ul {
      display: block; }
      nav ul.dropdown.mega ul.two-col {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        position: relative; }
        nav ul.dropdown.mega ul.two-col:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 1px;
          width: 100%;
          background: white;
          z-index: 1; }
        nav ul.dropdown.mega ul.two-col:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 1px;
          width: 100%;
          background: white;
          z-index: 1; }
      nav ul.dropdown.mega ul li a {
        padding: 5px;
        letter-spacing: -0.5px; }

nav li.active > a {
  color: #F58426; }

nav li.active ul.dropdown {
  display: block; }

nav li:last-of-type .dropdown {
  left: auto;
  right: 0; }

.mobile-toggle {
  display: none; }
  .mobile-toggle svg {
    cursor: pointer; }

.pa-tv-btn span {
  display: none; }
  .pa-tv-btn span:first-of-type {
    display: inline-block; }

.all-results {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  text-decoration: none;
  border: none;
  padding: 0 12.5px;
  margin: 0;
  letter-spacing: 0.3px;
  background: #80919B;
  border-left: none !important;
  position: relative; }
  .all-results:hover {
    color: #1E364E !important; }
    .all-results:hover:after {
      border-left-color: #1E364E; }
  .all-results:after {
    left: 131px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: white;
    border-width: 5px;
    margin-top: -4px; }

.rec-title {
  margin: 0;
  padding: 10px 12.5px;
  background: #80919B;
  font-weight: bold;
  letter-spacing: 0.3px;
  border-left: none !important; }

.rec-companies + p {
  border-top: 1px solid white;
  padding: 10px 12.5px; }

#maintenance {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  #maintenance svg {
    width: 22px; }
    #maintenance svg path {
      fill: #F44336; }
  #maintenance .tooltip {
    display: none;
    position: absolute;
    top: 50%;
    position: absolute;
    padding: 5px 10px;
    background: #F44336;
    color: white;
    font-size: 12px;
    left: auto;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    text-align: center;
    white-space: nowrap; }
    @media (max-width: 1250px) {
      #maintenance .tooltip {
        top: 43px;
        left: 50%;
        right: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 170px;
        white-space: normal; } }
  #maintenance:hover .tooltip {
    display: block; }

#secondary-nav li:last-of-type a {
  padding-right: 0; }

footer {
  background: #EFEFEF;
  padding-top: 70px; }
  footer p {
    font-weight: normal; }
  footer .site-logo {
    display: block;
    width: 100%;
    max-width: 242px;
    margin-bottom: 40px; }
  footer .row-fluid {
    position: relative; }
  footer .bloggedIn {
    display: none; }
  footer .HideIfSignedIn {
    display: block; }

.footer-column {
  margin-bottom: 30px; }

.footer-column-header {
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0; }

.footer-column a {
  display: block;
  width: 100%;
  font-family: 'Open Sans';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  padding: 10px 0;
  border-bottom: 1px solid black; }

.footer-column p {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  padding: 10px 0; }
  .footer-column p.footer-text {
    font-size: 12px; }
  .footer-column p:first-of-type {
    padding: 15px 0 10px; }

.footer-button {
  font-family: 'Open Sans' !important;
  margin-top: 25px;
  margin-bottom: 30px;
  position: absolute;
  left: 0;
  bottom: 0; }
  .footer-button .newsletter-form {
    border: 1px solid #F58426; }
    .footer-button .newsletter-form input[type=text], .footer-button .newsletter-form input[type=email] {
      color: black;
      background: white; }
    .footer-button .newsletter-form input[type=submit] {
      background: #F58426;
      color: white;
      width: 100%; }
      .footer-button .newsletter-form input[type=submit]:hover {
        background: white;
        color: #F58426; }
    .footer-button .newsletter-form ::-webkit-input-placeholder {
      color: black; }
    .footer-button .newsletter-form :-ms-input-placeholder {
      color: black; }
    .footer-button .newsletter-form ::-ms-input-placeholder {
      color: black; }
    .footer-button .newsletter-form ::placeholder {
      color: black; }
    .footer-button .newsletter-form :-ms-input-placeholder {
      color: black; }
    .footer-button .newsletter-form ::-ms-input-placeholder {
      color: black; }

.footer-bottom-bar {
  background: #1E364E;
  color: white;
  height: 40px;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.28px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-bottom-bar > .shell {
    width: 100%; }
  .footer-bottom-bar a {
    margin-left: 10px; }

input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #F5F5F5 inset; }

#buy-form,
.forgot-form,
.hbspt-form,
.hs-custom-form,
.login-form,
.registration-form,
.manage-form,
.submitted-message {
  max-width: 580px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto; }

.form-title {
  max-width: 600px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 20px;
  text-align: center; }
  @media (max-width: 640px) {
    .form-title br {
      display: none; } }

.forgot-form,
.hbspt-form,
.hs-custom-form,
.login-form,
.registration-form,
.hs-search-field__bar,
.manage-form, .article-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .forgot-form .select2-container,
  .hbspt-form .select2-container,
  .hs-custom-form .select2-container,
  .login-form .select2-container,
  .registration-form .select2-container,
  .hs-search-field__bar .select2-container,
  .manage-form .select2-container, .article-filters .select2-container {
    width: 100% !important; }
  .forgot-form h2,
  .hbspt-form h2,
  .hs-custom-form h2,
  .login-form h2,
  .registration-form h2,
  .hs-search-field__bar h2,
  .manage-form h2, .article-filters h2 {
    text-align: center;
    margin-bottom: 5px; }
    @media (max-width: 360px) {
      .forgot-form h2,
      .hbspt-form h2,
      .hs-custom-form h2,
      .login-form h2,
      .registration-form h2,
      .hs-search-field__bar h2,
      .manage-form h2, .article-filters h2 {
        margin-bottom: 20px; } }
  .forgot-form h3,
  .hbspt-form h3,
  .hs-custom-form h3,
  .login-form h3,
  .registration-form h3,
  .hs-search-field__bar h3,
  .manage-form h3, .article-filters h3 {
    text-align: center;
    margin: 80px 0 40px; }
  .forgot-form strong,
  .hbspt-form strong,
  .hs-custom-form strong,
  .login-form strong,
  .registration-form strong,
  .hs-search-field__bar strong,
  .manage-form strong, .article-filters strong {
    color: #F58426; }
  .forgot-form .login-link,
  .hbspt-form .login-link,
  .hs-custom-form .login-link,
  .login-form .login-link,
  .registration-form .login-link,
  .hs-search-field__bar .login-link,
  .manage-form .login-link, .article-filters .login-link {
    margin-bottom: 50px;
    text-align: center; }
    .forgot-form .login-link a,
    .hbspt-form .login-link a,
    .hs-custom-form .login-link a,
    .login-form .login-link a,
    .registration-form .login-link a,
    .hs-search-field__bar .login-link a,
    .manage-form .login-link a, .article-filters .login-link a {
      white-space: nowrap; }
      .forgot-form .login-link a strong:hover,
      .hbspt-form .login-link a strong:hover,
      .hs-custom-form .login-link a strong:hover,
      .login-form .login-link a strong:hover,
      .registration-form .login-link a strong:hover,
      .hs-search-field__bar .login-link a strong:hover,
      .manage-form .login-link a strong:hover, .article-filters .login-link a strong:hover {
        color: #F25D27; }
  .forgot-form .error,
  .forgot-form .invalid,
  .hbspt-form .error,
  .hbspt-form .invalid,
  .hs-custom-form .error,
  .hs-custom-form .invalid,
  .login-form .error,
  .login-form .invalid,
  .registration-form .error,
  .registration-form .invalid,
  .hs-search-field__bar .error,
  .hs-search-field__bar .invalid,
  .manage-form .error,
  .manage-form .invalid, .article-filters .error,
  .article-filters .invalid {
    border-bottom: 1px solid #F44336 !important; }
    .forgot-form .error + .select2,
    .forgot-form .invalid + .select2,
    .hbspt-form .error + .select2,
    .hbspt-form .invalid + .select2,
    .hs-custom-form .error + .select2,
    .hs-custom-form .invalid + .select2,
    .login-form .error + .select2,
    .login-form .invalid + .select2,
    .registration-form .error + .select2,
    .registration-form .invalid + .select2,
    .hs-search-field__bar .error + .select2,
    .hs-search-field__bar .invalid + .select2,
    .manage-form .error + .select2,
    .manage-form .invalid + .select2, .article-filters .error + .select2,
    .article-filters .invalid + .select2 {
      border-bottom: 1px solid #F44336 !important; }
  .forgot-form label,
  .hbspt-form label,
  .hs-custom-form label,
  .login-form label,
  .registration-form label,
  .hs-search-field__bar label,
  .manage-form label, .article-filters label {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 43.2px;
    position: relative;
    top: 6px; }
    .forgot-form label span,
    .hbspt-form label span,
    .hs-custom-form label span,
    .login-form label span,
    .registration-form label span,
    .hs-search-field__bar label span,
    .manage-form label span, .article-filters label span {
      color: #F58426;
      font-weight: 100; }
  .forgot-form input[type='button'], .forgot-form input[type='submit'],
  .hbspt-form input[type='button'],
  .hbspt-form input[type='submit'],
  .hs-custom-form input[type='button'],
  .hs-custom-form input[type='submit'],
  .login-form input[type='button'],
  .login-form input[type='submit'],
  .registration-form input[type='button'],
  .registration-form input[type='submit'],
  .hs-search-field__bar input[type='button'],
  .hs-search-field__bar input[type='submit'],
  .manage-form input[type='button'],
  .manage-form input[type='submit'], .article-filters input[type='button'], .article-filters input[type='submit'] {
    background: #F58426;
    color: #FFFFFF;
    text-align: center;
    min-width: 265px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.64px;
    font-weight: bold;
    border: 1px solid #F58426;
    padding: 13px;
    font-family: 'Open Sans'; }
    .forgot-form input[type='button']:hover, .forgot-form input[type='submit']:hover,
    .hbspt-form input[type='button']:hover,
    .hbspt-form input[type='submit']:hover,
    .hs-custom-form input[type='button']:hover,
    .hs-custom-form input[type='submit']:hover,
    .login-form input[type='button']:hover,
    .login-form input[type='submit']:hover,
    .registration-form input[type='button']:hover,
    .registration-form input[type='submit']:hover,
    .hs-search-field__bar input[type='button']:hover,
    .hs-search-field__bar input[type='submit']:hover,
    .manage-form input[type='button']:hover,
    .manage-form input[type='submit']:hover, .article-filters input[type='button']:hover, .article-filters input[type='submit']:hover {
      background: transparent;
      color: #F58426; }
  .forgot-form input[type='email'],
  .forgot-form input[type='password'],
  .forgot-form input[type='tel'],
  .forgot-form input[type='text'],
  .forgot-form select,
  .forgot-form textarea,
  .hbspt-form input[type='email'],
  .hbspt-form input[type='password'],
  .hbspt-form input[type='tel'],
  .hbspt-form input[type='text'],
  .hbspt-form select,
  .hbspt-form textarea,
  .hs-custom-form input[type='email'],
  .hs-custom-form input[type='password'],
  .hs-custom-form input[type='tel'],
  .hs-custom-form input[type='text'],
  .hs-custom-form select,
  .hs-custom-form textarea,
  .login-form input[type='email'],
  .login-form input[type='password'],
  .login-form input[type='tel'],
  .login-form input[type='text'],
  .login-form select,
  .login-form textarea,
  .registration-form input[type='email'],
  .registration-form input[type='password'],
  .registration-form input[type='tel'],
  .registration-form input[type='text'],
  .registration-form select,
  .registration-form textarea,
  .hs-search-field__bar input[type='email'],
  .hs-search-field__bar input[type='password'],
  .hs-search-field__bar input[type='tel'],
  .hs-search-field__bar input[type='text'],
  .hs-search-field__bar select,
  .hs-search-field__bar textarea,
  .manage-form input[type='email'],
  .manage-form input[type='password'],
  .manage-form input[type='tel'],
  .manage-form input[type='text'],
  .manage-form select,
  .manage-form textarea, .article-filters input[type='email'],
  .article-filters input[type='password'],
  .article-filters input[type='tel'],
  .article-filters input[type='text'],
  .article-filters select,
  .article-filters textarea {
    min-height: 50px;
    border: none;
    background-color: #F5F5F5;
    padding: 0 15px !important;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 43.2px;
    border-radius: 0;
    width: 100%; }
    .forgot-form input[type='email'].hs-input,
    .forgot-form input[type='password'].hs-input,
    .forgot-form input[type='tel'].hs-input,
    .forgot-form input[type='text'].hs-input,
    .forgot-form select.hs-input,
    .forgot-form textarea.hs-input,
    .hbspt-form input[type='email'].hs-input,
    .hbspt-form input[type='password'].hs-input,
    .hbspt-form input[type='tel'].hs-input,
    .hbspt-form input[type='text'].hs-input,
    .hbspt-form select.hs-input,
    .hbspt-form textarea.hs-input,
    .hs-custom-form input[type='email'].hs-input,
    .hs-custom-form input[type='password'].hs-input,
    .hs-custom-form input[type='tel'].hs-input,
    .hs-custom-form input[type='text'].hs-input,
    .hs-custom-form select.hs-input,
    .hs-custom-form textarea.hs-input,
    .login-form input[type='email'].hs-input,
    .login-form input[type='password'].hs-input,
    .login-form input[type='tel'].hs-input,
    .login-form input[type='text'].hs-input,
    .login-form select.hs-input,
    .login-form textarea.hs-input,
    .registration-form input[type='email'].hs-input,
    .registration-form input[type='password'].hs-input,
    .registration-form input[type='tel'].hs-input,
    .registration-form input[type='text'].hs-input,
    .registration-form select.hs-input,
    .registration-form textarea.hs-input,
    .hs-search-field__bar input[type='email'].hs-input,
    .hs-search-field__bar input[type='password'].hs-input,
    .hs-search-field__bar input[type='tel'].hs-input,
    .hs-search-field__bar input[type='text'].hs-input,
    .hs-search-field__bar select.hs-input,
    .hs-search-field__bar textarea.hs-input,
    .manage-form input[type='email'].hs-input,
    .manage-form input[type='password'].hs-input,
    .manage-form input[type='tel'].hs-input,
    .manage-form input[type='text'].hs-input,
    .manage-form select.hs-input,
    .manage-form textarea.hs-input, .article-filters input[type='email'].hs-input,
    .article-filters input[type='password'].hs-input,
    .article-filters input[type='tel'].hs-input,
    .article-filters input[type='text'].hs-input,
    .article-filters select.hs-input,
    .article-filters textarea.hs-input {
      width: 100% !important; }
  .forgot-form select,
  .hbspt-form select,
  .hs-custom-form select,
  .login-form select,
  .registration-form select,
  .hs-search-field__bar select,
  .manage-form select, .article-filters select {
    height: 50px;
    padding: 0 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .forgot-form select:disabled:before,
    .hbspt-form select:disabled:before,
    .hs-custom-form select:disabled:before,
    .login-form select:disabled:before,
    .registration-form select:disabled:before,
    .hs-search-field__bar select:disabled:before,
    .manage-form select:disabled:before, .article-filters select:disabled:before {
      content: ''; }
  .forgot-form .hs-fieldtype-select .input,
  .forgot-form .select-wrapper,
  .hbspt-form .hs-fieldtype-select .input,
  .hbspt-form .select-wrapper,
  .hs-custom-form .hs-fieldtype-select .input,
  .hs-custom-form .select-wrapper,
  .login-form .hs-fieldtype-select .input,
  .login-form .select-wrapper,
  .registration-form .hs-fieldtype-select .input,
  .registration-form .select-wrapper,
  .hs-search-field__bar .hs-fieldtype-select .input,
  .hs-search-field__bar .select-wrapper,
  .manage-form .hs-fieldtype-select .input,
  .manage-form .select-wrapper, .article-filters .hs-fieldtype-select .input,
  .article-filters .select-wrapper {
    position: relative; }
    .forgot-form .hs-fieldtype-select .input:before,
    .forgot-form .select-wrapper:before,
    .hbspt-form .hs-fieldtype-select .input:before,
    .hbspt-form .select-wrapper:before,
    .hs-custom-form .hs-fieldtype-select .input:before,
    .hs-custom-form .select-wrapper:before,
    .login-form .hs-fieldtype-select .input:before,
    .login-form .select-wrapper:before,
    .registration-form .hs-fieldtype-select .input:before,
    .registration-form .select-wrapper:before,
    .hs-search-field__bar .hs-fieldtype-select .input:before,
    .hs-search-field__bar .select-wrapper:before,
    .manage-form .hs-fieldtype-select .input:before,
    .manage-form .select-wrapper:before, .article-filters .hs-fieldtype-select .input:before,
    .article-filters .select-wrapper:before {
      border-style: solid;
      border-width: 0.11em 0.11em 0 0;
      border-color: inherit;
      content: '';
      display: inline-block;
      height: 8px;
      position: absolute;
      top: 19px;
      right: 20px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      vertical-align: middle;
      width: 8px; }
  .forgot-form input,
  .forgot-form select,
  .hbspt-form input,
  .hbspt-form select,
  .hs-custom-form input,
  .hs-custom-form select,
  .login-form input,
  .login-form select,
  .registration-form input,
  .registration-form select,
  .hs-search-field__bar input,
  .hs-search-field__bar select,
  .manage-form input,
  .manage-form select, .article-filters input,
  .article-filters select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .forgot-form select,
  .hbspt-form select,
  .hs-custom-form select,
  .login-form select,
  .registration-form select,
  .hs-search-field__bar select,
  .manage-form select, .article-filters select {
    border-radius: 0;
    cursor: pointer; }
  .forgot-form .checkboxes,
  .hbspt-form .checkboxes,
  .hs-custom-form .checkboxes,
  .login-form .checkboxes,
  .registration-form .checkboxes,
  .hs-search-field__bar .checkboxes,
  .manage-form .checkboxes, .article-filters .checkboxes {
    margin-top: 25px; }
  .forgot-form span,
  .hbspt-form span,
  .hs-custom-form span,
  .login-form span,
  .registration-form span,
  .hs-search-field__bar span,
  .manage-form span, .article-filters span {
    color: #F58426;
    font-weight: 100; }
  .forgot-form .newsletter-label,
  .forgot-form .rememberme-label,
  .forgot-form .required-label,
  .forgot-form .toc-label,
  .hbspt-form .newsletter-label,
  .hbspt-form .rememberme-label,
  .hbspt-form .required-label,
  .hbspt-form .toc-label,
  .hs-custom-form .newsletter-label,
  .hs-custom-form .rememberme-label,
  .hs-custom-form .required-label,
  .hs-custom-form .toc-label,
  .login-form .newsletter-label,
  .login-form .rememberme-label,
  .login-form .required-label,
  .login-form .toc-label,
  .registration-form .newsletter-label,
  .registration-form .rememberme-label,
  .registration-form .required-label,
  .registration-form .toc-label,
  .hs-search-field__bar .newsletter-label,
  .hs-search-field__bar .rememberme-label,
  .hs-search-field__bar .required-label,
  .hs-search-field__bar .toc-label,
  .manage-form .newsletter-label,
  .manage-form .rememberme-label,
  .manage-form .required-label,
  .manage-form .toc-label, .article-filters .newsletter-label,
  .article-filters .rememberme-label,
  .article-filters .required-label,
  .article-filters .toc-label {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 19.2px; }
  .forgot-form .required-label,
  .hbspt-form .required-label,
  .hs-custom-form .required-label,
  .login-form .required-label,
  .registration-form .required-label,
  .hs-search-field__bar .required-label,
  .manage-form .required-label, .article-filters .required-label {
    text-align: right; }
  .forgot-form .actions,
  .forgot-form .submit-button, .forgot-form .next-button,
  .hbspt-form .actions,
  .hbspt-form .submit-button,
  .hbspt-form .next-button,
  .hs-custom-form .actions,
  .hs-custom-form .submit-button,
  .hs-custom-form .next-button,
  .login-form .actions,
  .login-form .submit-button,
  .login-form .next-button,
  .registration-form .actions,
  .registration-form .submit-button,
  .registration-form .next-button,
  .hs-search-field__bar .actions,
  .hs-search-field__bar .submit-button,
  .hs-search-field__bar .next-button,
  .manage-form .actions,
  .manage-form .submit-button,
  .manage-form .next-button, .article-filters .actions,
  .article-filters .submit-button, .article-filters .next-button {
    text-align: right;
    margin-top: 25px; }

.hbspt-form label span,
.hs-custom-form label span {
  color: black;
  font-weight: bold; }

.hbspt-form .inputs-list,
.hs-custom-form .inputs-list {
  list-style: none;
  padding-bottom: 10px; }
  .hbspt-form .inputs-list li,
  .hs-custom-form .inputs-list li {
    height: 30px; }
  @media (min-width: 400px) {
    .hbspt-form .inputs-list,
    .hs-custom-form .inputs-list {
      -webkit-columns: 2;
      columns: 2; }
      .hbspt-form .inputs-list li,
      .hs-custom-form .inputs-list li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column; } }
  @media (min-width: 610px) {
    .hbspt-form .inputs-list,
    .hs-custom-form .inputs-list {
      -webkit-columns: 3;
      columns: 3; } }

.hbspt-form .hs-form-required,
.hs-custom-form .hs-form-required {
  color: #F58426 !important; }

.hbspt-form fieldset,
.hs-custom-form fieldset {
  max-width: 100% !important; }
  .hbspt-form fieldset.form-columns-1 .input,
  .hs-custom-form fieldset.form-columns-1 .input {
    margin: 0 !important; }
  .hbspt-form fieldset.form-columns-2 .input,
  .hs-custom-form fieldset.form-columns-2 .input {
    margin: 0 !important; }
  @media (min-width: 415px) {
    .hbspt-form fieldset.form-columns-2 > div:first-of-type .input,
    .hs-custom-form fieldset.form-columns-2 > div:first-of-type .input {
      margin-right: 7px !important; }
    .hbspt-form fieldset.form-columns-2 > div:last-of-type label,
    .hs-custom-form fieldset.form-columns-2 > div:last-of-type label {
      left: 7px; }
    .hbspt-form fieldset.form-columns-2 > div:last-of-type .input,
    .hs-custom-form fieldset.form-columns-2 > div:last-of-type .input {
      margin-left: 7px !important; } }

.hbspt-form .hs-error-msgs,
.hs-custom-form .hs-error-msgs {
  display: none !important; }

.hbspt-form .error,
.hbspt-form .invalid,
.hs-custom-form .error,
.hs-custom-form .invalid {
  border-bottom: 1px solid #F44336 !important; }

.hbspt-form .hs-fieldtype-select label,
.hbspt-form .hs-fieldtype-textarea label,
.hs-custom-form .hs-fieldtype-select label,
.hs-custom-form .hs-fieldtype-textarea label {
  visibility: hidden; }

.hbspt-form .hs-fieldtype-select legend,
.hbspt-form .hs-fieldtype-textarea legend,
.hs-custom-form .hs-fieldtype-select legend,
.hs-custom-form .hs-fieldtype-textarea legend {
  font-size: 14px;
  font-weight: bold;
  margin-top: -26px;
  margin-bottom: 6px; }

.hbspt-form .hs-form-checkbox-display,
.hs-custom-form .hs-form-checkbox-display {
  cursor: pointer; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

.select2-selection.select2-selection--multiple,
.select2-selection.select2-selection--single {
  min-height: 50px;
  border: none;
  background: whitesmoke;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .select2-selection.select2-selection--multiple .select2-selection__rendered,
  .select2-selection.select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px !important; }
  .select2-selection.select2-selection--multiple:before,
  .select2-selection.select2-selection--single:before {
    border-style: solid;
    border-width: 0.11em 0.11em 0 0;
    border-color: black;
    content: '';
    display: inline-block;
    height: 8px;
    position: absolute;
    top: 19px;
    right: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
    width: 8px; }

@media (min-width: 1024px) {
  .select2-container {
    width: 100% !important; } }

.select2-selection__arrow {
  display: none !important; }

.select2-dropdown {
  background-color: #1E364E;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px; }

.select2-search--dropdown {
  background: white;
  padding: 7px;
  margin-bottom: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  background: whitesmoke;
  padding: 8px;
  font-size: 14px; }

.select2-results {
  font-size: 14px;
  background: white; }

.select2-results__options li[aria-disabled="true"] {
  display: none; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  outline: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 0;
  cursor: default;
  float: left;
  margin: 3px;
  padding: 5px;
  font-size: 11px;
  color: black !important; }

.select2-search.select2-search--dropdown {
  background: #1E364E; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F5A623;
  color: black; }

.select2-results__option {
  padding: 10px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #9B9B9B; }
  .select2-results__option:last-of-type {
    border-bottom: none; }

input[type='checkbox'], input[type='radio'] {
  position: relative;
  margin-right: 10px;
  cursor: pointer; }
  input[type='checkbox']:before, input[type='radio']:before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 1px;
    left: -1px;
    border: 2px solid #F58426;
    background-color: white;
    margin-top: -3px; }
  input[type='checkbox']:checked:after, input[type='radio']:checked:after {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px; }
  input[type='checkbox'] + label, input[type='radio'] + label {
    font-weight: normal;
    cursor: pointer;
    line-height: 0.7;
    top: 1px;
    position: relative; }
    input[type='checkbox'] + label + span, input[type='radio'] + label + span {
      position: relative;
      top: 1px; }
  @media (max-width: 415px) {
    input[type='checkbox']:before, input[type='radio']:before {
      top: 3px; }
    input[type='checkbox']:checked:after, input[type='radio']:checked:after {
      top: 2px; } }

#account ul {
  list-style: none; }

#account .details h3 {
  margin-top: 0; }

#account h3 {
  margin-bottom: 20px; }

#account .failed-msg.admin-msg {
  display: none; }

.article-filters form {
  width: 100%; }

.article-filters .select2-container {
  width: 100% !important; }

.nav-select + .select2-container {
  border: 2px solid whitesmoke; }
  .nav-select + .select2-container + .clear-filter {
    width: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F58426;
    color: white;
    cursor: pointer;
    float: right;
    height: 54px;
    font-size: 24px; }
    .nav-select + .select2-container + .clear-filter:hover {
      background: #F25D27; }

.nav-select.active + .select2-container {
  border-color: #F58426;
  border-right: none;
  max-width: calc(100% - 30px) !important; }
  .nav-select.active + .select2-container + .clear-filter {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }

.try-search {
  padding: 15px; }
  .try-search a {
    color: #F58426; }
    .try-search a:hover {
      color: #F25D27; }

.homepage.has-ads:not(.no-top-ad) nav ul.dropdown.mega {
  top: 250px; }

.homepage.hide-top-ad nav ul.dropdown.mega {
  top: 120px !important; }

.homepage #alert-box {
  display: none !important; }

.homepage #hero {
  padding-bottom: 0px !important;
  padding-top: 15px !important; }
  @media (max-width: 1024px) {
    .homepage #hero {
      padding-top: 0; } }
  .homepage #hero .span3.widget-span.widget-type-cell {
    margin-top: -19px; }
  .homepage #hero > div > div > div > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .homepage #hero > div > div > div > .row-fluid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .homepage #hero > div > div > div > .row-fluid .span3,
        .homepage #hero > div > div > div > .row-fluid .span9 {
          width: 100% !important; }
        .homepage #hero > div > div > div > .row-fluid .span3 {
          margin-left: 0 !important;
          margin-top: 40px !important; } }
    .homepage #hero > div > div > div > .row-fluid .span3 {
      min-width: 300px; }
    .homepage #hero > div > div > div > .row-fluid .span3,
    .homepage #hero > div > div > div > .row-fluid .span9 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .homepage #hero > div > div > div > .row-fluid .span3 > div,
      .homepage #hero > div > div > div > .row-fluid .span9 > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
  .homepage #hero #featured-article {
    display: none; }
    .homepage #hero #featured-article:first-of-type {
      display: block; }
  .homepage #hero .featured-image {
    max-height: 424px;
    height: 50vw;
    min-height: 165px;
    border-left: 10px solid #F25D27;
    background-size: cover;
    background-position: center; }
  .homepage #hero .featured-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px; }
  .homepage #hero .article-info {
    padding-top: 40px;
    padding-right: 40px; }
    .homepage #hero .article-info .author {
      font-size: 13px; }
    .homepage #hero .article-info h2 {
      padding-right: 60px;
      font-size: 35px; }
    .homepage #hero .article-info h4 {
      font-style: normal; }
    .homepage #hero .article-info p {
      margin: 10px 0 !important; }
    .homepage #hero .article-info:hover h2,
    .homepage #hero .article-info:hover p {
      color: #F58426; }
  .homepage #hero .related-articles-container {
    background: white;
    width: 100%;
    padding: 20px 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
    margin-top: -47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .homepage #hero .related-articles-container {
        max-width: 295px; } }
    @media (min-width: 767px) and (max-width: 768px) {
      .homepage #hero .related-articles-container {
        width: 295px;
        min-width: 295px; } }
    .homepage #hero .related-articles-container p {
      font-weight: bold;
      line-height: 20px;
      letter-spacing: -0.4px; }
    .homepage #hero .related-articles-container .related-article {
      margin: 15px 0;
      border-bottom: 1px dotted #1E364E;
      padding-bottom: 15px; }
      .homepage #hero .related-articles-container .related-article:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }

.homepage #trending-topics {
  display: none !important;
  margin-top: 40px; }
  @media (min-width: 801px) {
    .homepage #trending-topics {
      margin-right: 30px; } }

.homepage #current-issue {
  background: #1E364E;
  border-bottom: 10px solid #F25D27;
  padding-bottom: 40px; }
  @media (max-width: 850px) {
    .homepage #current-issue > div > div > div.row-fluid-wrapper.row-depth-1.row-number-4 > div > div.span9.widget-span.widget-type-custom_widget {
      width: 100% !important; }
    .homepage #current-issue .current-issue-image {
      width: 100% !important;
      margin: 20px 0 !important; } }
  @media (min-width: 768px) and (max-width: 850px) {
    .homepage #current-issue > div > div > div.row-fluid-wrapper.row-depth-1.row-number-4 > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .homepage #current-issue h1 {
    margin-top: 9px;
    margin-bottom: 18px; }
  .homepage #current-issue .current-issue-image img {
    width: 100% !important; }
  .homepage #current-issue .current-issue-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .homepage #current-issue .current-issue-container .current-issue {
      padding-right: 40px; }
  .homepage #current-issue .featured-articles-container h5 {
    font-style: normal; }
  .homepage #current-issue .featured-articles-container .featured-articles .featured-article {
    border-bottom: 1px dotted white; }
  .homepage #current-issue .current-issue-slider-container h3 {
    border-bottom: 1px dotted white;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 10px; }
  .homepage #current-issue .current-issue-slider-container h4 {
    margin-bottom: 10px; }
  .homepage #current-issue .current-issue-slider-container .slick-slide a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .homepage #current-issue .current-issue-slider-container .slick-track {
    margin: 0 -20px; }
  .homepage #current-issue .current-issue-slider-container .current-article {
    margin: 0 20px; }
  @media (max-width: 1280px) {
    .homepage #current-issue .current-issue-slider-container {
      max-width: calc(100% - 110px);
      margin: 0 auto 40px; } }
  .homepage #current-issue .current-issue-slider-container .slick-dots {
    bottom: -55px; }
  .homepage #current-issue .current-issue-slider-container .slick-dots li button {
    border: 1px solid rgba(255, 255, 255, 0.6); }
    .homepage #current-issue .current-issue-slider-container .slick-dots li button:focus, .homepage #current-issue .current-issue-slider-container .slick-dots li button:hover {
      background: rgba(255, 255, 255, 0.6); }
    .homepage #current-issue .current-issue-slider-container .slick-dots li button:before {
      display: none; }
  .homepage #current-issue .current-issue-slider-container .slick-dots li.slick-active button {
    background: #12B796;
    border: none; }

.homepage #bio-report {
  background: #EFEFEF; }
  .homepage #bio-report .bio-report-container h3 {
    color: #1E364E; }
  .homepage #bio-report .bio-report-container h4 {
    font-style: normal;
    font-weight: bold; }
  .homepage #bio-report .bio-report-container h1 {
    color: #F25D27;
    padding-bottom: 10px; }
  .homepage #bio-report .bio-report-container p {
    color: black;
    font-weight: bold; }
  .homepage #bio-report .bio-report-container .cta {
    background: #F58426;
    color: white;
    margin-top: 20px;
    margin-bottom: 30px; }
    .homepage #bio-report .bio-report-container .cta:hover {
      background: #1E364E; }
  .homepage #bio-report .bio-report-container .nice-insight-analytics-content .row-fluid:first-of-type .span6 {
    border-bottom: 0; }
  .homepage #bio-report .bio-report-container .nice-insight-analytics-content .row-fluid:nth-of-type(2) .span6:first-of-type {
    border-bottom: 0; }
  @media (max-width: 1070px) {
    .homepage #bio-report .bio-report-container .nice-insight-analytics-content .row-fluid:nth-of-type(2) .span6 {
      border-bottom: 0; } }
  .homepage #bio-report .bio-report-container .nice-insight-analytics-content .span6 {
    padding: 20px 0;
    border-top: 1px dotted black;
    border-bottom: 1px dotted black; }
    @media (max-width: 1070px) {
      .homepage #bio-report .bio-report-container .nice-insight-analytics-content .span6 {
        width: 100%;
        margin: 0; } }

.homepage #bio-report-ad {
  padding: 64px 0 !important !important; }
  .homepage #bio-report-ad .bio-report-ad {
    font-family: "Montserrat Alternates", sans-serif;
    min-height: 583px; }
    .homepage #bio-report-ad .bio-report-ad .bg-linear {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(77%, #1E364E), color-stop(77%, #FF6633));
      background: -webkit-linear-gradient(top, #1E364E 77%, #FF6633 77% 100%);
      background: -o-linear-gradient(top, #1E364E 77%, #FF6633 77% 100%);
      background: linear-gradient(to bottom, #1E364E 77%, #FF6633 77% 100%); }
    .homepage #bio-report-ad .bio-report-ad > .row-fluid {
      background-color: #1e364e;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(77%, #1E364E), color-stop(77%, #FF6633));
      background: -o-linear-gradient(top, #1E364E 77%, #FF6633 77% 100%);
      background: -webkit-linear-gradient(top, #1E364E 77%, #FF6633 77% 100%);
      background: linear-gradient(to bottom, #1E364E 77%, #FF6633 77% 100%); }
      .homepage #bio-report-ad .bio-report-ad > .row-fluid > .span-6 {
        padding-left: 20px;
        padding-right: 20px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(77%, #1E364E), color-stop(77%, #FF6633));
        background: -webkit-linear-gradient(top, #1E364E 77%, #FF6633 77% 100%);
        background: -o-linear-gradient(top, #1E364E 77%, #FF6633 77% 100%);
        background: linear-gradient(to bottom, #1E364E 77%, #FF6633 77% 100%); }
    .homepage #bio-report-ad .bio-report-ad h1 {
      color: white;
      font-weight: 800;
      font-family: "Montserrat", sans-serif;
      font-size: 30px !important; }
    .homepage #bio-report-ad .bio-report-ad h4 {
      font-style: normal;
      font-size: 15px; }
    .homepage #bio-report-ad .bio-report-ad h2 {
      letter-spacing: 0.5px; }
    .homepage #bio-report-ad .bio-report-ad p {
      letter-spacing: 0.5px;
      text-transform: uppercase; }
    .homepage #bio-report-ad .bio-report-ad > .span6:last-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: 15px;
      padding-right: 15px; }
    .homepage #bio-report-ad .bio-report-ad .learn-more {
      width: 212PX;
      height: 50px;
      border-radius: 4px;
      background-color: white;
      color: #1E364E;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      font-weight: 700;
      margin-top: 40px;
      font-family: "Montserrat", sans-serif; }
      .homepage #bio-report-ad .bio-report-ad .learn-more:hover {
        color: white;
        background-color: #FF6633; }
    .homepage #bio-report-ad .bio-report-ad ul {
      padding-top: 5px;
      list-style-type: square;
      padding-left: 20px;
      font-size: 15px;
      line-height: 1.6;
      color: white !important;
      font-weight: 700; }
  .homepage #bio-report-ad .bio-report-book {
    height: 95%;
    max-height: 570px;
    background-image: url("https://www.pharmasalmanac.com/hubfs/2019/CDMO_report_book.png");
    background-position: 75% bottom;
    background-repeat: no-repeat;
    background-size: 60% 90%; }
  .homepage #bio-report-ad .bio-report-ad-text {
    margin-top: 71px;
    max-width: 500px;
    background-color: #1e364e; }
  .homepage #bio-report-ad .bio-report-ad-footer {
    background-color: #FF6633;
    max-width: 500px;
    height: 23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .homepage #bio-report-ad .bio-report-ad-footer h2 {
      color: white; }
      .homepage #bio-report-ad .bio-report-ad-footer h2 a {
        color: #1E364E; }
        .homepage #bio-report-ad .bio-report-ad-footer h2 a:hover {
          color: white; }
  @media (max-width: 1040px) {
    .homepage #bio-report-ad .bio-report-ad > .row-fluid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .homepage #bio-report-ad .bio-report-ad h1 {
      line-height: 1.3; }
    .homepage #bio-report-ad .bio-report-ad .span6 {
      width: 100% !important; }
    .homepage #bio-report-ad .bio-report-ad .row-fluid [class*="span"]:last-child {
      margin-left: 0;
      padding: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .homepage #bio-report-ad .bg-linear {
      background: #1E364E !important;
      padding-top: 40px; }
    .homepage #bio-report-ad .bio-report-book {
      min-height: 470px;
      background-position: center !important;
      background-size: contain !important; }
    .homepage #bio-report-ad .bio-report-ad-footer {
      width: 100%;
      min-height: 131px;
      background-color: #FF6633; }
      .homepage #bio-report-ad .bio-report-ad-footer h2 {
        max-width: 500px; }
    .homepage #bio-report-ad .bio-report-ad-text {
      margin-top: 40px;
      margin-bottom: 25px; } }
  @media (max-width: 900px) {
    .homepage #bio-report-ad .bio-report-book {
      background-position: center !important;
      background-size: 32vw 48vw; } }
  @media (min-width: 768px) {
    .homepage #bio-report-ad .bio-report-ad h1 {
      font-size: 2.6em; } }
  @media (max-width: 650px) {
    .homepage #bio-report-ad .bio-report-book {
      background-position: center !important;
      background-size: 42vw 63vw; } }
  @media (max-width: 768px) {
    .homepage #bio-report-ad .bio-report-book {
      background-position: center !important;
      background-size: 36vw 54vw; } }
  @media (max-width: 575px) {
    .homepage #bio-report-ad .bio-report-ad-text {
      padding: 0 30px 30px 30px !important; }
    .homepage #bio-report-ad .bio-report-ad-footer {
      padding: 30px !important; } }
  @media (max-width: 550px) {
    .homepage #bio-report-ad .bio-report-book {
      background-position: center !important;
      background-size: 58vw 87vw; }
    .homepage #bio-report-ad .px500 {
      background: #1E364E !important; }
    .homepage #bio-report-ad .bio-report-ad-footer {
      max-width: unset !important; } }
  @media (max-width: 400px) {
    .homepage #bio-report-ad .bio-report-ad h1 {
      font-size: 22px; } }

.homepage #quick-links-section {
  margin-top: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .homepage #quick-links-section #quick-links {
    margin-bottom: 64px; }

.homepage #industry-news .article-columns-container {
  border-top: 10px solid #1E364E; }
  @media (max-width: 767px) {
    .homepage #industry-news .article-columns-container {
      margin-top: 64px !important; } }
  .homepage #industry-news .article-columns-container h1 {
    padding: 15px 0;
    border-bottom: 1px dotted #1E364E; }
  .homepage #industry-news .article-columns-container h3 {
    letter-spacing: -1px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 6px;
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 1170px) {
      .homepage #industry-news .article-columns-container h3 {
        margin-top: 40px; } }
  .homepage #industry-news .article-columns-container .article {
    display: block;
    margin-bottom: 20px; }
    .homepage #industry-news .article-columns-container .article:hover .article-info h6 {
      color: #F58426 !important; }
    .homepage #industry-news .article-columns-container .article:hover .article-info h4:last-of-type {
      color: #F58426 !important; }
  .homepage #industry-news .article-columns-container .article-column {
    margin: 0 10px; }
    .homepage #industry-news .article-columns-container .article-column .article-info h4:last-of-type {
      color: #1E364E; }
  .homepage #industry-news .article-columns-container .slick-list {
    margin: 0 -10px; }
  .homepage #industry-news .article-columns-container .article-image {
    padding-bottom: 58%;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px; }
  .homepage #industry-news .article-columns-container h6 {
    margin-bottom: 9px;
    color: #1E364E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .homepage #industry-news .article-columns-container span {
    font-size: 14px;
    color: #1E364E; }
  .homepage #industry-news .article-columns-container .slick-prev {
    top: 24px;
    left: auto;
    right: auto;
    z-index: 1;
    background: white; }
  .homepage #industry-news .article-columns-container .slick-next {
    top: 24px;
    right: 0;
    z-index: 1;
    background: white; }

.homepage #press-releases {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.homepage #featured-contributors {
  background: #EFEFEF; }
  .homepage #featured-contributors h1 {
    margin-bottom: 17px; }
  .homepage #featured-contributors p {
    max-width: 634px;
    margin-bottom: 20px;
    color: #80919C;
    text-align: center;
    font-size: 18px;
    font-weight: 600; }
  .homepage #featured-contributors .featured-contributors-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .homepage #featured-contributors .featured-contributors-container .client-logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .homepage #featured-contributors .featured-contributors-container .client-logos .client-logo {
        margin: 20px;
        width: calc(20% - 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: 0.5; }
        .homepage #featured-contributors .featured-contributors-container .client-logos .client-logo img {
          max-width: 150px;
          max-height: 60px; }
        .homepage #featured-contributors .featured-contributors-container .client-logos .client-logo:hover {
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          opacity: 1; }
  .homepage #featured-contributors .cta {
    border-color: #80919C;
    color: #80919C; }
    .homepage #featured-contributors .cta:hover {
      color: #EFEFEF;
      background: #80919C; }

.homepage #nice-insight-analytics {
  background: #80919B;
  margin-top: 64px !important; }

.homepage #subscribe-section {
  padding-bottom: 0px !important; }

.homepage #roundtable {
  background: #1E364E;
  padding: 0; }
  .homepage #roundtable a:hover {
    color: white !important; }
  .homepage #roundtable .title {
    margin-bottom: 50px;
    border: 0;
    padding: 0; }
  .homepage #roundtable h2 {
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 5px; }
  .homepage #roundtable .roundtable-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .homepage #roundtable .answer-container,
  .homepage #roundtable .question-container {
    padding: 64px 0; }
  .homepage #roundtable .question-container {
    padding-right: 30px;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .homepage #roundtable .question-container .question-topic {
      font-size: 14px;
      font-style: italic;
      font-weight: normal;
      color: #12B796;
      margin-bottom: 7px; }
    .homepage #roundtable .question-container .questions {
      position: relative;
      padding-left: 51px;
      margin-bottom: 64px; }
      .homepage #roundtable .question-container .questions:before {
        content: 'Q:';
        position: absolute;
        font-size: 40px;
        left: 0;
        top: 16px; }
    .homepage #roundtable .question-container .question {
      display: none; }
      .homepage #roundtable .question-container .question.active {
        display: block; }
    .homepage #roundtable .question-container .question h5 {
      color: white; }
  .homepage #roundtable .answer-container {
    padding-left: 100px;
    background: #12B796;
    width: 60%;
    position: relative; }
    .homepage #roundtable .answer-container:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 200%;
      height: 100%;
      background: #12B796; }
    .homepage #roundtable .answer-container .answer {
      display: none; }
      .homepage #roundtable .answer-container .answer.active {
        display: block; }
  .homepage #roundtable .questions-roundtable-topics-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .homepage #roundtable .roundtable-topics {
    margin-bottom: 20px; }
    .homepage #roundtable .roundtable-topics .roundtable-topic {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: -0.17px;
      padding: 6px;
      border-bottom: 1px dotted white;
      cursor: pointer; }
      .homepage #roundtable .roundtable-topics .roundtable-topic:hover {
        background: rgba(18, 183, 150, 0.5); }
      .homepage #roundtable .roundtable-topics .roundtable-topic.active {
        background: #12B796; }
  .homepage #roundtable .roundtable-topics-container {
    width: 295px;
    min-width: 295px;
    -ms-flex-item-align: end;
    align-self: flex-end; }
    .homepage #roundtable .roundtable-topics-container a {
      text-align: right;
      display: block;
      font-weight: bold;
      color: #12B796;
      font-size: 14px; }
  .homepage #roundtable .headshots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    position: -webkit-sticky;
    position: sticky; }
    .homepage #roundtable .headshots .headshot {
      width: 163px;
      min-width: 163px;
      margin-left: -13%;
      -webkit-filter: brightness(0.8);
      filter: brightness(0.8);
      cursor: pointer; }
      .homepage #roundtable .headshots .headshot img {
        width: 100%; }
      .homepage #roundtable .headshots .headshot.active {
        width: 204px;
        min-width: 204px;
        -webkit-filter: brightness(1);
        filter: brightness(1);
        z-index: 10;
        pointer-events: none; }
      .homepage #roundtable .headshots .headshot:first-of-type {
        margin-left: 0; }
      .homepage #roundtable .headshots .headshot:hover {
        -webkit-filter: brightness(0.9);
        filter: brightness(0.9); }
  .homepage #roundtable .answers-info {
    text-align: center;
    margin-left: -44px; }
    .homepage #roundtable .answers-info .count {
      font-size: 20px;
      font-weight: lighter; }
    .homepage #roundtable .answers-info .cta:hover {
      color: #12B796 !important; }
    .homepage #roundtable .answers-info .slick-dots {
      position: relative;
      bottom: 0; }
      .homepage #roundtable .answers-info .slick-dots li button {
        border: 1px solid white; }
        .homepage #roundtable .answers-info .slick-dots li button:focus, .homepage #roundtable .answers-info .slick-dots li button:hover {
          background: white; }
        .homepage #roundtable .answers-info .slick-dots li button:before {
          border: 1px solid white; }
      .homepage #roundtable .answers-info .slick-dots li.slick-active button {
        background: white; }
  .homepage #roundtable .quotes {
    position: relative;
    margin-bottom: 25px; }
    .homepage #roundtable .quotes:before {
      content: 'A:';
      position: absolute;
      font-size: 40px;
      left: -48px;
      top: -9px; }
    @media (min-width: 1071px) {
      .homepage #roundtable .quotes .quote-container {
        min-height: 222px; } }
    .homepage #roundtable .quotes .quote-container .quote {
      font-size: 21px;
      font-weight: bold;
      letter-spacing: -0.3px;
      margin-bottom: 10px;
      position: relative; }
    .homepage #roundtable .quotes .quote-container .source {
      font-size: 14px;
      font-weight: bold; }

.homepage .headshot:nth-child(1) {
  z-index: 4; }

.homepage .headshot:nth-child(2) {
  z-index: 3; }

.homepage .headshot:nth-child(3) {
  z-index: 2; }

.homepage .headshot:nth-child(4) {
  z-index: 1; }

.homepage .headshot:nth-child(5) {
  z-index: 0; }

.view-by-topic p {
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.4px; }

.view-by-topic .news-article,
.view-by-topic .pr-article,
.view-by-topic .recent-article {
  margin: 15px 0;
  border-bottom: 1px dotted #1E364E;
  padding-bottom: 15px; }

.view-by-topic .title {
  border-top: 10px solid #F58426;
  margin-bottom: 0; }

.view-by-topic.news-articles-container .news-articles {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 3.6%;
  column-gap: 3.6%;
  padding-top: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column; }
  .view-by-topic.news-articles-container .news-articles .news-article {
    margin-top: 0;
    min-height: 125px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column; }
    .view-by-topic.news-articles-container .news-articles .news-article h4 {
      margin-bottom: 10px; }
    @media (min-width: 768px) {
      .view-by-topic.news-articles-container .news-articles .news-article p {
        min-height: 78px; } }
    .view-by-topic.news-articles-container .news-articles .news-article a {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }

.view-by-topic.pr-articles-container .pr-articles {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .view-by-topic.pr-articles-container .pr-articles .pr-article {
    margin-top: 0;
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px; }
    .view-by-topic.pr-articles-container .pr-articles .pr-article h4 {
      margin-bottom: 10px; }
    @media (min-width: 768px) {
      .view-by-topic.pr-articles-container .pr-articles .pr-article p {
        min-height: 57px; } }

.view-by-topic.related-articles-container .recent-article:first-of-type {
  display: none; }

.view-by-topic .slick-list {
  margin: 0 -10px; }

.view-by-topic .slick-slide.span4 {
  float: left !important;
  margin: 10px !important; }

.pen-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #F58426;
  min-height: 45px; }
  .pen-banner .title {
    background: #F58426;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-size: 25px;
    letter-spacing: -0.75px;
    font-weight: bold;
    border: 0;
    margin: 0; }
  .pen-banner .topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
    font-size: 14px; }
    .pen-banner .topics a {
      display: inline-block;
      margin: 10px 5px; }
      @media (max-width: 768px) and (min-width: 767px) {
        .pen-banner .topics a {
          width: calc(33.333% - 10px);
          text-align: center; } }

body:not(.nice-insight-analytics) .slick-next,
body:not(.nice-insight-analytics) .slick-prev {
  border: 1px solid #F25D27;
  width: 33px;
  height: 33px; }
  body:not(.nice-insight-analytics) .slick-next:before,
  body:not(.nice-insight-analytics) .slick-prev:before {
    border-style: solid;
    border-width: 0.11em 0.11em 0 0;
    border-color: #F25D27;
    content: '';
    display: inline-block;
    height: 0.6em;
    position: relative;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.6em;
    opacity: 1; }
  body:not(.nice-insight-analytics) .slick-next:hover,
  body:not(.nice-insight-analytics) .slick-prev:hover {
    background: #F25D27 !important; }
    body:not(.nice-insight-analytics) .slick-next:hover:before,
    body:not(.nice-insight-analytics) .slick-prev:hover:before {
      border-color: white; }

body:not(.nice-insight-analytics) .slick-next {
  right: -55px; }
  body:not(.nice-insight-analytics) .slick-next:before {
    right: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

body:not(.nice-insight-analytics) .slick-prev {
  left: -55px; }
  body:not(.nice-insight-analytics) .slick-prev:before {
    left: 3px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid white; }
  .newsletter-form input[type=email],
  .newsletter-form input[type=text] {
    padding: 14px;
    font-size: 14px;
    background: transparent;
    border: none;
    color: white;
    font-family: 'Open Sans'; }
  .newsletter-form input[type=submit] {
    cursor: pointer;
    background: white;
    color: #F5A623;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.64px;
    font-weight: bold;
    border: none;
    border-left: 1px solid;
    border-color: inherit;
    padding: 14px 14px 14px 13px;
    font-family: 'Open Sans'; }
    .newsletter-form input[type=submit]:hover {
      background: #F5A623;
      color: white; }
  .newsletter-form ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */ }
  .newsletter-form :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */ }
  .newsletter-form ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */ }
  .newsletter-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */ }
  .newsletter-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  .newsletter-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white; }

.topics-container .title {
  margin-bottom: 30px; }

.topics-container .article-card {
  margin-bottom: 0; }

.topics-container .article-item {
  display: none; }
  .topics-container .article-item.active {
    display: block; }

@media (max-width: 768px) {
  .topics-container .article-item {
    opacity: 0;
    height: 0;
    pointer-events: none;
    margin-bottom: 0;
    display: block; }
    .topics-container .article-item.active {
      opacity: 1;
      height: auto;
      pointer-events: all;
      margin-bottom: inherit; } }

.topics-list-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .topics-list-container {
      height: 400px; } }
  .topics-list-container .topic-read-more {
    padding: 5px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.17px;
    color: black;
    margin-top: 20px; }
    .topics-list-container .topic-read-more:hover {
      background: #f9cd85; }

.topics-list .topic-item {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.17px;
  padding: 6px;
  border-bottom: 1px dotted black;
  cursor: pointer; }
  .topics-list .topic-item:hover {
    background: #f9cd85; }
  .topics-list .topic-item.active {
    background: #F5A623; }

.nice-insight-analytics-container {
  color: white; }
  .nice-insight-analytics-container h1 {
    color: white;
    padding-bottom: 45px; }
  .nice-insight-analytics-container h3 {
    color: white; }
  .nice-insight-analytics-container p {
    margin-top: 10px !important;
    line-height: 1.5; }
  .nice-insight-analytics-container .analytics-image {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .nice-insight-analytics-container .analytics-image-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative; }
    .nice-insight-analytics-container .analytics-image {
      position: absolute;
      width: 495px;
      right: 0;
      top: 0; } }

.nice-insight-analytics-content .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1070px) {
    .nice-insight-analytics-content .row-fluid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.nice-insight-analytics-content strong {
  font-size: 20px;
  display: block;
  margin-bottom: 9px;
  font-weight: 600; }

.nice-insight-analytics-content .span4 {
  padding: 20px 0;
  border-top: 1px dotted white;
  border-bottom: 1px dotted white; }
  @media (max-width: 1070px) {
    .nice-insight-analytics-content .span4 {
      width: 100% !important;
      margin: 0 !important;
      border-bottom: none; }
      .nice-insight-analytics-content .span4:last-of-type {
        border-bottom: 1px dotted white; } }

.issue-page .current-issue {
  margin-bottom: 64px; }
  .issue-page .current-issue h1 {
    margin-top: 10px;
    margin-bottom: 20px; }
  .issue-page .current-issue h3 {
    color: #F25D27; }
  .issue-page .current-issue .cta {
    background: #F58426;
    color: white;
    margin-top: 20px; }
    .issue-page .current-issue .cta:hover {
      background: white;
      color: #F58426;
      border-color: #F58426; }

@media (max-width: 767px) {
  .issue-page .issue-image {
    margin: 30px 0; } }

.issue-page .also-in {
  margin-bottom: 64px; }
  .issue-page .also-in .span4 {
    position: relative; }
    @media (min-width: 768px) {
      .issue-page .also-in .span4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-top: 30px; }
        .issue-page .also-in .span4 .square-ad {
          margin-right: 0 !important; } }
    @media (max-width: 767px) {
      .issue-page .also-in .span4 {
        text-align: center; } }
  .issue-page .also-in .also-in-title {
    color: #F58426;
    border-bottom: 1px dotted #1E364E;
    padding-bottom: 7px; }
  .issue-page .also-in .also-in-articles .also-in-article {
    min-height: 209px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #1E364E; }
    @media (max-width: 767px) {
      .issue-page .also-in .also-in-articles .also-in-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .issue-page .also-in .also-in-articles .also-in-article .article-image {
          margin-bottom: 20px; } }
    .issue-page .also-in .also-in-articles .also-in-article h4 {
      margin-bottom: 10px; }
    .issue-page .also-in .also-in-articles .also-in-article h3 {
      margin-bottom: 10px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .issue-page .also-in .also-in-articles .also-in-article p {
      margin-top: 10px !important; }
    .issue-page .also-in .also-in-articles .also-in-article .article-image {
      background-size: cover;
      background-position: center;
      min-height: 175px; }
    .issue-page .also-in .also-in-articles .also-in-article:hover h3,
    .issue-page .also-in .also-in-articles .also-in-article:hover p {
      color: #F58426; }

@media (min-width: 768px) {
  .issue-page .ad-subscribe {
    margin-bottom: 0; } }

.forgot-pw,
.log-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  .forgot-pw .body-container-wrapper,
  .log-in .body-container-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

.forgot-link {
  cursor: pointer;
  font-weight: 600; }

.inputIconRht {
  position: relative; }

.editEmailCls, .saveEmailCls {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
  opacity: 0.7; }
  .editEmailCls:hover, .saveEmailCls:hover {
    opacity: 1; }

#regCompany ~ .select2-container .select2-selection:before, #userCompany ~ .select2-container .select2-selection:before {
  display: none !important; }

#company-info {
  position: relative; }
  #company-info.loading:before {
    content: '';
    background-size: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("https://cdn2.hubspot.net/hubfs/2236109/css/loading-circle.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 19; }

#company-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #company-info-container #company-address p {
    line-height: calc(20/16); }
  #company-info-container .span3 {
    min-width: 300px; }
  @media (max-width: 767px) {
    #company-info-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  #company-info-container .checkbox-list {
    list-style: none;
    margin-top: 10px; }
    #company-info-container .checkbox-list .company-industry {
      font-size: 14px; }
    #company-info-container .checkbox-list > li {
      margin-bottom: 10px;
      position: relative; }
      #company-info-container .checkbox-list > li.active > span:after {
        top: 8px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #company-info-container .checkbox-list > li.active .sector-checkbox-list {
        display: block; }
      #company-info-container .checkbox-list > li .sector-checkbox-list {
        display: none;
        list-style: none;
        margin-bottom: 30px; }
        #company-info-container .checkbox-list > li .sector-checkbox-list > li {
          position: relative;
          margin-bottom: 10px; }
          #company-info-container .checkbox-list > li .sector-checkbox-list > li:before {
            content: "+";
            margin-right: 5px;
            position: absolute;
            top: 0;
            font-weight: bold; }
          #company-info-container .checkbox-list > li .sector-checkbox-list > li > span {
            margin-bottom: 2px;
            padding-left: 16px;
            font-weight: bold; }
            #company-info-container .checkbox-list > li .sector-checkbox-list > li > span .company-industry {
              padding-left: 16px; }
        #company-info-container .checkbox-list > li .sector-checkbox-list ul {
          padding-left: 27px;
          list-style: none; }
          #company-info-container .checkbox-list > li .sector-checkbox-list ul li {
            position: relative; }
            #company-info-container .checkbox-list > li .sector-checkbox-list ul li:before {
              content: "•";
              position: absolute;
              top: 0;
              left: -12px;
              font-weight: 100; }
        #company-info-container .checkbox-list > li .sector-checkbox-list .sector-checkbox-list {
          margin-bottom: 0; }
          #company-info-container .checkbox-list > li .sector-checkbox-list .sector-checkbox-list > li {
            margin-bottom: 0; }
            #company-info-container .checkbox-list > li .sector-checkbox-list .sector-checkbox-list > li > span {
              font-weight: normal;
              padding-left: 0; }
            #company-info-container .checkbox-list > li .sector-checkbox-list .sector-checkbox-list > li ul {
              padding-left: 10px;
              margin-bottom: 10px; }
            #company-info-container .checkbox-list > li .sector-checkbox-list .sector-checkbox-list > li li:before {
              content: '-';
              left: -8px; }
      #company-info-container .checkbox-list > li > span {
        border-bottom: 1px dotted #1E364E;
        margin-bottom: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        display: block;
        color: #1E364E;
        font-weight: bold; }
        #company-info-container .checkbox-list > li > span:after {
          border-style: solid;
          border-width: 0.11em 0.11em 0 0;
          border-color: inherit;
          content: '';
          display: inline-block;
          height: 8px;
          position: absolute;
          top: 4px;
          right: 0;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          vertical-align: middle;
          width: 8px; }
        #company-info-container .checkbox-list > li > span:hover {
          color: #F25D27; }

.company-sidebar {
  background: #1E364E;
  color: white;
  padding: 24px; }
  .company-sidebar hr {
    margin: 20px 0;
    border-style: dotted;
    border-width: 0.5px;
    color: #EFEFEF; }
  .company-sidebar a {
    color: #F25D27;
    font-weight: bold; }
    .company-sidebar a:hover {
      color: #F58426; }
  .company-sidebar p,
  .company-sidebar span {
    font-weight: bold;
    display: block; }
  .company-sidebar h5 {
    margin-bottom: 7px; }
  .company-sidebar .contact-entry {
    margin-bottom: 20px; }
    .company-sidebar .contact-entry .contact-title {
      font-weight: 200;
      font-style: italic; }
    .company-sidebar .contact-entry:last-of-type {
      margin-bottom: 0; }

@media (min-width: 768px) {
  .company-main {
    max-width: 662px;
    margin-left: 40px; } }

.company-main h2 {
  font-size: 30px;
  margin-bottom: 5px; }

.company-main .company-industry {
  font-size: 16px; }

.company-main h3 {
  color: #F58426; }

.company-main > div {
  margin-bottom: 20px; }

.company-main #company-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }
  .company-main #company-header #company-logo {
    min-width: 150px;
    max-width: 200px;
    border: 1px solid #ccc;
    margin-left: 40px;
    text-align: center; }

.company-industry {
  font-size: 14px;
  font-style: italic;
  color: #9B9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: normal; }
  .company-industry > div {
    position: relative; }
    .company-industry > div:after {
      content: '/';
      margin: 0 5px; }
    .company-industry > div:last-of-type:after {
      display: none; }

#co-articles,
#co-authors {
  margin-top: 64px; }
  #co-articles h3,
  #co-authors h3 {
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #1E364E; }

.author-image,
.team-member-image {
  width: 214px;
  height: 214px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  text-align: center; }
  .author-image img,
  .team-member-image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }

.author-name {
  font-weight: bold; }

.author-title {
  margin-top: 0;
  line-height: 1.6; }

.author-bio {
  margin-bottom: 20px; }

.author-social {
  text-align: right; }

#author-listing .author {
  text-align: center;
  margin-bottom: 40px; }

#sort-by {
  margin-top: -40px;
  margin-bottom: 40px; }
  #sort-by h2 {
    margin-bottom: 10px; }
  #sort-by ul {
    list-style: none;
    -webkit-columns: 5;
    columns: 5; }
    @media (max-width: 880px) {
      #sort-by ul {
        -webkit-columns: 2;
        columns: 2; } }
    @media (max-width: 440px) {
      #sort-by ul {
        -webkit-columns: 1;
        columns: 1; } }
    #sort-by ul li {
      margin: 10px 0;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid-column;
      font-size: 14px; }
      #sort-by ul li label, #sort-by ul li span {
        top: -1px; }
      #sort-by ul li:first-of-type {
        margin-top: 0; }
  #sort-by label {
    cursor: pointer; }

ul[class*="show-industry-"] li[class*="industry-"] {
  display: none; }

ul.show-industry-0 li[class*="industry-"] {
  display: block; }

ul.show-industry-1 li.industry-1 {
  display: block; }

ul.show-industry-2 li.industry-2 {
  display: block; }

ul.show-industry-3 li.industry-3 {
  display: block; }

ul.show-industry-4 li.industry-4 {
  display: block; }

ul.show-industry-5 li.industry-5 {
  display: block; }

ul.show-industry-6 li.industry-6 {
  display: block; }

ul.show-industry-7 li.industry-7 {
  display: block; }

ul.show-industry-8 li.industry-8 {
  display: block; }

ul.show-industry-9 li.industry-9 {
  display: block; }

ul.show-industry-10 li.industry-10 {
  display: block; }

ul.show-industry-11 li.industry-11 {
  display: block; }

ul.show-industry-12 li.industry-12 {
  display: block; }

ul.show-industry-13 li.industry-13 {
  display: block; }

ul.show-industry-14 li.industry-14 {
  display: block; }

#visit-website {
  position: relative; }
  #visit-website a {
    padding-right: 20px; }
  #visit-website:after {
    border-style: solid;
    border-width: 0.12em 0.12em 0 0;
    border-color: #F25D27;
    content: '';
    display: inline-block;
    height: 8px;
    position: relative;
    top: -1px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 8px;
    right: 20px;
    pointer-events: none; }

.company-pages .contact-us h3,
.internal-pages .contact-us h3 {
  color: #F25D27; }
  @media (max-width: 767px) {
    .company-pages .contact-us h3 br,
    .internal-pages .contact-us h3 br {
      display: none; } }

.company-pages .contact-us .navy,
.internal-pages .contact-us .navy {
  color: #1E364E !important; }

.company-pages .contact-us hr,
.internal-pages .contact-us hr {
  border-bottom: 1px dotted #000000;
  border-top: none;
  margin-top: 10px; }

.company-pages .contact-us a,
.internal-pages .contact-us a {
  color: #F58426; }
  .company-pages .contact-us a:hover,
  .internal-pages .contact-us a:hover {
    color: #1E364E;
    text-decoration: underline; }

.company-pages .contact-us .contact,
.internal-pages .contact-us .contact {
  margin-top: 15px; }
  .company-pages .contact-us .contact p,
  .internal-pages .contact-us .contact p {
    line-height: 1.6; }

.company-pages .contact-us .span3,
.company-pages .contact-us .span4,
.internal-pages .contact-us .span3,
.internal-pages .contact-us .span4 {
  margin-bottom: 40px; }

.company-pages .inquiries,
.internal-pages .inquiries {
  margin-top: 100px; }

.company-pages .team-members,
.internal-pages .team-members {
  text-align: center; }
  .company-pages .team-members > .row-fluid > .span3:nth-child(4n+1),
  .internal-pages .team-members > .row-fluid > .span3:nth-child(4n+1) {
    margin-left: 0 !important; }
  .company-pages .team-members h3,
  .internal-pages .team-members h3 {
    text-align: left; }
  .company-pages .team-members hr,
  .internal-pages .team-members hr {
    border-bottom: 1px dotted #000000;
    border-top: none;
    margin-top: 10px; }

.company-pages .team-member-description,
.internal-pages .team-member-description {
  margin-top: 15px;
  margin-bottom: 95px; }

.company-pages .team-member-email,
.internal-pages .team-member-email {
  margin-top: 15px; }
  .company-pages .team-member-email a:hover,
  .internal-pages .team-member-email a:hover {
    text-decoration: underline; }

#terms h3 {
  color: #F58426; }

#bio-report {
  /* Styling Utilities*/
  /* end styling utilities */ }
  @media (max-width: 900px) {
    #bio-report {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #bio-report .left,
      #bio-report .right {
        width: 100%;
        max-width: 100%;
        margin: 0; } }
  @media (max-width: 600px) {
    #bio-report .two-column-list {
      -webkit-column-count: 1 !important;
      column-count: 1 !important; } }
  #bio-report .textdark {
    color: #4a4a4a; }
  #bio-report .text-grey {
    color: grey; }
  #bio-report .textnavy {
    color: #1e364e; }
  #bio-report .text-white {
    color: white; }
  #bio-report .text-orange {
    color: #F58426; }
  #bio-report .bold {
    font-weight: bold; }
  #bio-report .bolder {
    font-weight: bolder !important; }
  #bio-report .font-light {
    font-weight: 400; }
  #bio-report .font-light-200 {
    font-weight: 200; }
  #bio-report .font-open {
    font-family: 'Open Sans', Roboto, san-serif; }
  #bio-report .font-14 {
    font-size: 14px; }
  #bio-report .pre-header-small-text {
    font-size: 14px;
    font-weight: 600;
    color: grey; }
  #bio-report h3 {
    font-style: none !important; }
  #bio-report .bg-light-orange {
    background-color: #FDF1ED !important; }
  #bio-report .bg-dark-orange {
    background-color: #f58426; }
  #bio-report .bg-navy {
    background-color: #1e364e; }
  #bio-report .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  #bio-report ul {
    list-style: none; }
    #bio-report ul hr {
      background-color: #F58426; }
    #bio-report ul li ul {
      margin-left: 25px; }
  #bio-report .psr-breakdown {
    background: #FDF1ED !important;
    background-color: #FDF1ED !important;
    color: white; }
    #bio-report .psr-breakdown li {
      list-style: none;
      padding-top: 7px !important;
      padding-bottom: 7px !important;
      font-size: 14px; }
  #bio-report .psr-plus-list li {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px; }
    #bio-report .psr-plus-list li:before {
      content: "+";
      position: absolute;
      top: 5px;
      font-weight: bold;
      left: -15px; }
  #bio-report .two-column-list {
    -webkit-column-count: 2;
    column-count: 2; }
    #bio-report .two-column-list li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
  #bio-report .bb-dotted {
    border-bottom: 1px dotted #4a4a4a; }
  #bio-report .psr-breakdown {
    background-color: #FDF1ED !important; }
  #bio-report .col-md-7 .row {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 25px; }
  #bio-report .col-md-4 .row {
    margin-top: 50px;
    margin-bottom: 50px; }
  #bio-report footer a {
    color: unset !important; }
  #bio-report #pricingStudyBreakdown h3 {
    color: #F58426;
    font-family: 'Open Sans', Roboto, sans-serif;
    font-weight: bold; }
  #bio-report #pricingStudyBreakdown ul {
    -webkit-column-count: 2;
    column-count: 2;
    list-style: none; }
    #bio-report #pricingStudyBreakdown ul li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      position: relative;
      padding-top: 7px;
      padding-bottom: 7px;
      font-size: 14px; }
      #bio-report #pricingStudyBreakdown ul li:before {
        content: "+";
        position: absolute;
        top: 5px;
        font-weight: bold;
        left: -15px; }
  #bio-report #marketReportBreakdown h3 {
    color: #F58426;
    font-weight: bold;
    font-family: 'Open Sans', Roboto, sans-serif; }
  #bio-report #marketReportBreakdown ul {
    -webkit-column-count: 2;
    column-count: 2;
    list-style: none; }
    #bio-report #marketReportBreakdown ul li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      position: relative;
      padding-top: 7px;
      padding-bottom: 7px;
      font-size: 14px; }
      #bio-report #marketReportBreakdown ul li:before {
        content: "+";
        position: absolute;
        top: 5px;
        font-weight: bold;
        left: -15px; }
      #bio-report #marketReportBreakdown ul li ul {
        margin-left: 25px;
        -webkit-column-count: 1;
        column-count: 1;
        list-style: none; }
        #bio-report #marketReportBreakdown ul li ul li {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid;
          position: relative;
          padding-top: 7px;
          padding-bottom: 7px;
          font-size: 14px; }
          #bio-report #marketReportBreakdown ul li ul li:before {
            content: "+";
            position: absolute;
            top: 5px;
            font-weight: bold;
            left: -15px; }
  #bio-report #cta {
    color: white; }
    #bio-report #cta .cta {
      background: #F58426;
      color: white;
      margin-top: 20px;
      width: 100%; }
    #bio-report #cta a {
      color: white !important; }
      #bio-report #cta a:hover {
        color: white !important; }
    #bio-report #cta ol {
      padding-top: 10px;
      list-style-position: outside;
      padding-left: 19px; }
      #bio-report #cta ol li {
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 16px; }
    #bio-report #cta hr {
      background-color: white !important; }

#label-pricing_report_interest-7b7d0c6a-86cb-46c3-98df-1970536d7236_269 {
  line-height: 0; }

.hs-content-id-11721259553 .hs_pricing_report_interest {
  margin-top: 20px !important; }

.hs-content-id-11721259553 ul.inputs-list.multi-container {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  list-style-position: outside; }
  .hs-content-id-11721259553 ul.inputs-list.multi-container li.hs-form-checkbox {
    font-weight: 400 !important;
    min-height: 40px;
    height: unset !important;
    line-height: 30px;
    margin-left: 20px;
    display: block; }
    .hs-content-id-11721259553 ul.inputs-list.multi-container li.hs-form-checkbox label.hs-form-checkbox-display {
      margin-left: -20px; }

@media (max-width: 575px) {
  .hs-content-id-11721259553 .hs_submit.hs-submit .actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; } }

.blog-page .article-meta {
  margin-bottom: 40px; }
  .blog-page .article-meta #pa-id,
  .blog-page .article-meta #publish-date {
    font-size: 14px;
    opacity: 0.4;
    font-weight: bold; }

.blog-page .topics {
  display: none;
  margin: 10px -5px; }
  .blog-page .topics li:first-of-type {
    font-weight: bold;
    color: #1E364E;
    font-style: normal;
    margin-left: 5px; }
    .blog-page .topics li:first-of-type:after {
      display: none; }

.blog-page #featured-image {
  height: 50vw;
  max-height: 471px;
  min-height: 150px;
  background-size: cover;
  background-position: center; }

.blog-page #video {
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  .blog-page #video .player-container {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1168px;
    margin: 0 auto; }
    .blog-page #video .player-container:before {
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      width: 2000%;
      height: 100%;
      left: -100%;
      top: 0;
      z-index: -1; }
  .blog-page #video .player {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    padding-bottom: 56.25%;
    background: black;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 200px 160px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 200px 160px rgba(0, 0, 0, 0.5); }
  .blog-page #video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .blog-page #video + #blog-content #article-body + .topics {
    display: none; }

@media (max-width: 767px) {
  .blog-page #blog-content .span3 {
    width: 100% !important;
    margin-left: 0 !important; }
    .blog-page #blog-content .span3 #authors {
      margin-top: 40px; } }

.blog-page #article-title {
  margin-bottom: 40px; }

.blog-page #article-body a {
  color: #F25D27; }
  .blog-page #article-body a:hover {
    color: #F58426; }

.blog-page #article-body h1,
.blog-page #article-body h2,
.blog-page #article-body h3,
.blog-page #article-body h4,
.blog-page #article-body h5,
.blog-page #article-body h6 {
  margin-top: 40px; }
  .blog-page #article-body h1 + ol,
  .blog-page #article-body h1 + p,
  .blog-page #article-body h1 + ul,
  .blog-page #article-body h2 + ol,
  .blog-page #article-body h2 + p,
  .blog-page #article-body h2 + ul,
  .blog-page #article-body h3 + ol,
  .blog-page #article-body h3 + p,
  .blog-page #article-body h3 + ul,
  .blog-page #article-body h4 + ol,
  .blog-page #article-body h4 + p,
  .blog-page #article-body h4 + ul,
  .blog-page #article-body h5 + ol,
  .blog-page #article-body h5 + p,
  .blog-page #article-body h5 + ul,
  .blog-page #article-body h6 + ol,
  .blog-page #article-body h6 + p,
  .blog-page #article-body h6 + ul {
    margin-top: 10px; }

.blog-page #article-body h3 {
  font-family: 'Roboto Slab';
  font-weight: normal;
  font-size: 1.3125em;
  line-height: 1.6; }

.blog-page #article-body h4 {
  font-family: 'Roboto Slab';
  font-weight: 400;
  font-size: 1.25em;
  letter-spacing: -0.25px;
  line-height: 1.19047619048;
  color: black;
  font-style: normal; }

.blog-page #article-body ol,
.blog-page #article-body ul {
  margin-left: 20px;
  line-height: 1.6; }
  .blog-page #article-body ol + p,
  .blog-page #article-body ul + p {
    margin-top: 20px !important; }

.blog-page #article-body p span {
  color: black !important; }

.blog-page #article-body p + table {
  margin-top: 20px; }

.blog-page #article-body + .topics {
  margin-top: 40px; }

.blog-page #article-body .Apple-tab-span {
  display: none !important; }

.blog-page #article-body .callout {
  border-top: 2px dotted black;
  border-bottom: 2px dotted black;
  padding: 20px 0;
  margin-top: 50px;
  margin-bottom: 50px; }
  .blog-page #article-body .callout .callout-title {
    margin: 0;
    font-family: 'Roboto Slab';
    font-weight: normal;
    font-size: 1.3125em;
    line-height: 1.6; }

@media (max-width: 600px) {
  .blog-page #article-body img {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    height: auto; } }

.blog-page .refs {
  border-top: 1px solid;
  padding-top: 20px; }
  .blog-page .refs ~ ol {
    font-size: 14px;
    overflow-wrap: break-word; }

.blog-page h4.refs {
  margin-bottom: 0.675em; }
  .blog-page h4.refs span {
    border: none;
    font-size: inherit !important; }

#related-articles {
  margin-top: 100px; }

#authors .author-name {
  font-weight: bold;
  line-height: 1.4; }

#authors .author-bio {
  margin-top: 10px; }

#authors.multiple {
  text-align: center; }
  #authors.multiple .author-bio,
  #authors.multiple .author-social {
    display: none; }

#authors .author {
  margin-bottom: 40px; }

#authors.is-company .author:first-of-type {
  display: none; }

#authors.is-company .author .author-image {
  height: auto; }

@media (min-width: 768px) {
  .sticky-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 767px) {
  #share-links {
    margin-bottom: 20px;
    position: relative !important;
    top: auto !important;
    width: auto !important; }
    #share-links + div {
      display: none !important; } }

.table-of-contents {
  list-style: none;
  text-align: left;
  margin-bottom: 40px; }
  .table-of-contents a {
    color: #F58426;
    text-decoration: none; }
    .table-of-contents a:hover {
      color: #F25D27; }
  .table-of-contents strong {
    font-weight: normal;
    font-family: 'Roboto Slab';
    font-size: 20px; }
  .table-of-contents li {
    margin-bottom: 8px; }

section.section {
  position: relative; }

.membership-levels-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: auto;
  padding-top: 22px; }
  .membership-levels-table .title {
    height: 60px;
    min-height: 60px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 0; }
    .membership-levels-table .title:before {
      display: none; }
  .membership-levels-table .price {
    height: 135px;
    min-height: 135px;
    font-weight: bold;
    text-align: center; }
    .membership-levels-table .price span {
      display: block; }
      .membership-levels-table .price span:first-of-type {
        font-family: 'Roboto Slab';
        font-size: 25px;
        font-weight: 400; }
      .membership-levels-table .price span:nth-child(2) {
        margin: 5px 0;
        font-size: 12px;
        /*min-height: 32px;*/
        padding: 0 10px; }
  .membership-levels-table > div {
    position: relative; }
    .membership-levels-table > div > div:nth-child(odd):before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #F9FAFB;
      z-index: -1;
      pointer-events: none; }
    .membership-levels-table > div.current:before {
      content: 'CURRENT PLAN';
      position: absolute;
      top: -22px;
      font-size: 13px;
      text-align: center;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 3px; }
    .membership-levels-table > div > div {
      position: relative;
      padding: 10px;
      width: 121px; }
    .membership-levels-table > div:first-of-type {
      width: 303px;
      min-width: 303px; }
    .membership-levels-table > div:not(:first-of-type) .box > div {
      display: none; }
    .membership-levels-table > div > div {
      min-height: 110px;
      border-left: 1px solid white;
      border-top: 1px solid white; }
    .membership-levels-table > div:last-of-type > div {
      border-right: 1px solid white; }

.descriptions .box {
  width: 100%;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.box i {
  font-size: 15px;
  color: #f79327;
  cursor: pointer;
  position: relative; }

.membership-tt {
  position: absolute;
  background: #333;
  top: 6px;
  left: 16px;
  padding: 10px;
  z-index: 2;
  color: white;
  font-family: 'Open Sans';
  width: auto;
  font-size: 13px;
  line-height: 1.6;
  font-style: normal;
  cursor: default;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  pointer-events: none; }
  .membership-tt.show {
    opacity: 0.9;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    pointer-events: all; }
  .membership-tt ul {
    list-style-type: square !important;
    padding-left: 18px;
    line-height: 1.3;
    white-space: nowrap; }

.descriptions .box {
  border-color: white !important; }

.descriptions .box span {
  margin-right: 8px; }

.descriptions > div:first-child, .descriptions > div:nth-child(2) {
  opacity: 0; }

.box {
  position: relative;
  border-left: 1px solid #D8D8D8 !important; }
  .box:last-of-type {
    border-bottom: 1px solid white; }
  .box.yes {
    border-color: white !important; }
  .box.yes:after {
    content: 'Yes';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: bold; }

.price {
  position: relative; }
  .price .button {
    position: absolute;
    bottom: 10px;
    width: 98px;
    left: 10px;
    border: 0;
    font-size: 12px;
    padding: 8px 0;
    font-weight: bold;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.5);
    color: #F58426; }

.current .button {
  display: none !important; }

.price .button:hover {
  background: white; }

.enterprise-access .title {
  background: #f49ac1; }

.enterprise-access .price,
.enterprise-access .yes {
  background: #edd3de; }

.sponsor-access .title {
  background: #a186be; }

.sponsor-access .price,
.sponsor-access .yes {
  background: #c8bbd7; }

.premium-access .title {
  background: #7da7d9; }

.premium-access .price,
.premium-access .yes {
  background: #b6cbe4; }

.corporate-access .title {
  background: #6dcff6; }

.corporate-access .price,
.corporate-access .yes {
  background: #aedff3; }

.basic-access .title {
  background: #82ca9c; }

.basic-access .price,
.basic-access .yes {
  background: #b9ddc6; }

.entry-level-access .title {
  background: #7accc8; }

.entry-level-access .price,
.entry-level-access .yes {
  background: #b5dedc; }

.open-access .title {
  background: #c4df9b; }

.open-access .price,
.open-access .yes {
  background: #dae7c5; }

i.fa.fa-info-circle {
  background: url("https://www.pharmasalmanac.com/hubfs/2019/svg/icon-info.svg");
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: cover;
  margin-right: -11px;
  position: relative;
  top: 4px;
  left: -5px; }

#buy-form {
  position: fixed;
  bottom: 0;
  right: 60px;
  background: #1E364E;
  color: white;
  z-index: 100;
  padding: 30px 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px; }
  #buy-form h2 {
    margin: 0 17px 7px; }
  #buy-form h5 {
    margin: 0 17px 10px; }
  #buy-form h4 {
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-size: 1.3125em;
    letter-spacing: -0.25px;
    line-height: 1.19047619048;
    color: white;
    font-style: normal; }
  #buy-form .hbspt-form label span, #buy-form .hs-form label span {
    color: white; }
  @media (max-width: 767px) {
    #buy-form {
      position: relative;
      margin-top: 40px;
      right: 0; } }

@media (max-width: 1200px) {
  .descriptions {
    display: none; }
  .membership-tt {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0; }
  .box {
    border-left: none;
    display: none; }
    .box.yes {
      background: white !important;
      border-bottom: 1px dotted black !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 10px; }
      .box.yes > div {
        display: block !important; }
      .box.yes:after {
        display: none; }
  .membership-levels-table {
    margin-top: -60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .membership-levels-table .title {
      width: 100%;
      min-height: auto;
      height: auto;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .membership-levels-table .title:after {
        border-style: solid;
        border-width: 0.11em 0.11em 0 0;
        border-color: inherit;
        content: '';
        display: inline-block;
        height: 8px;
        position: absolute;
        top: 4px;
        right: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        vertical-align: middle;
        width: 8px;
        border-color: black;
        top: 14px;
        right: 19px; }
    .membership-levels-table > div > div {
      width: 100%;
      min-height: auto;
      border-left: none; }
    .membership-levels-table > div.current:before {
      top: 1px;
      width: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 1;
      font-size: 11px;
      height: 41px; }
    .membership-levels-table .price {
      min-height: auto;
      height: auto; }
      .membership-levels-table .price .button {
        left: 0;
        right: 0;
        margin: 20px auto;
        bottom: 0;
        position: relative;
        display: block; }
    .membership-levels-table .box.yes,
    .membership-levels-table .price {
      display: none; }
    .membership-levels-table .active .box.yes,
    .membership-levels-table .active .price {
      display: block; }
    .membership-levels-table .active .title:after {
      top: 8px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 19px; }
    .membership-levels-table .active.current .price {
      padding-bottom: 30px; }
    .membership-levels-table > div:last-of-type > div {
      border-right: 0; }
  i.fa.fa-info-circle {
    left: 0; } }

#analytics {
  line-height: 1.35;
  position: relative;
  /*.live-dashboard .heading {*/
  /*    padding-bottom: 40px;*/
  /*}*/
  /*#newsletter .contacts.no-data.loading:after {*/
  /*    content: 'LOADING...';*/
  /*    padding: 20px;*/
  /*    position: relative;*/
  /*    display: block;*/
  /*    text-align: center;*/
  /*}*/
  /*.upgrade-required .tab-content-row, .upgrade-required .min-max {*/
  /*    display: none !important;*/
  /*}*/
  /*.ad-preview:hover img {*/
  /*    opacity: 1;*/
  /*}*/ }
  #analytics.loading:before {
    content: '';
    background-size: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("https://cdn2.hubspot.net/hubfs/2236109/css/loading-circle.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 19; }
  #analytics .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #analytics [class*="span"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 767px) {
      #analytics [class*="span"] {
        width: 100%; } }
  #analytics .span4 .data-box {
    height: auto; }
  #analytics .span4 .data-number-circle {
    margin: 30px auto; }
  #analytics input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #333 inset !important;
    -webkit-text-fill-color: white !important; }
  #analytics h4.light {
    opacity: 0.4; }
  #analytics .dash {
    display: none; }
    #analytics .dash.active {
      display: block; }
  #analytics .top-performance {
    padding: 20px;
    border: 2px solid #e2e2e2; }
    #analytics .top-performance .heading {
      padding-top: 10px !important; }
  #analytics .admin-company-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
  #analytics .not-found + .company-statistics-title {
    display: none !important; }
  #analytics .performance-btn {
    color: #333333;
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer; }
    #analytics .performance-btn:hover {
      color: #04dca2; }
  #analytics .select-industry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px; }
    #analytics .select-industry.lock {
      pointer-events: none;
      opacity: 0.5; }
    #analytics .select-industry span {
      width: 150px; }
  #analytics .text-search-box {
    position: relative;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%; }
  #analytics input#txtSearchName {
    border: 1px solid #04dca2;
    height: 60px;
    padding: 10px;
    width: 100% !important; }
  #analytics input#btnSearch {
    position: relative;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    background: transparent;
    color: black !important;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans';
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background: #04dca2;
    padding: 20px 30px;
    height: 60px; }
    #analytics input#btnSearch:hover {
      background: #6edcbe; }
  #analytics .live-btn {
    text-decoration: none;
    background: #333;
    border: 1px solid #333;
    padding: 10px 18px;
    cursor: pointer; }
    #analytics .live-btn:hover {
      background: #04dca2;
      color: #333; }
  #analytics .email-notification {
    color: white;
    font-size: 14px !important;
    text-align: right;
    display: block;
    position: absolute;
    bottom: -26px;
    width: 100%; }
  #analytics .box-description {
    padding: 0 20px 20px;
    display: block;
    font-size: 12px;
    color: #979797;
    min-height: 100px; }
  #analytics .button-description {
    margin-top: 10px;
    margin-bottom: 25px;
    display: block;
    font-size: 12px;
    color: #979797;
    text-align: center; }
  #analytics .main-dashboard .tab-content-row:before {
    content: 'Note: Data as of October 5, 2017';
    font-style: italic;
    padding-bottom: 20px;
    font-size: 12px;
    color: #979797; }
  #analytics .card-header .stats {
    background: #e7e7eb;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    padding: 20px 55px 20px 20px;
    text-align: right;
    position: relative; }
    #analytics .card-header .stats:after {
      content: "›";
      position: absolute;
      top: 0;
      right: 30px;
      font-family: "Roboto Slab";
      font-size: 45px;
      font-weight: 100;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      color: #04dca2; }
  #analytics .down .card-header .stats:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #ff3300;
    top: 2px;
    right: 23px; }
  #analytics .card-number {
    font-size: 48px;
    background: #04dca2;
    color: #333;
    font-weight: normal;
    padding: 0;
    left: 0;
    top: 0;
    position: absolute;
    font-family: 'Roboto Condensed';
    height: 100%;
    line-height: 1;
    text-align: center;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 100; }
  #analytics .top-companies .row-fluid.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #analytics span.range {
    margin-right: 10px; }
  #analytics .post-name {
    margin-bottom: 20px;
    display: block;
    min-height: 72px;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none; }
    #analytics .post-name a {
      text-decoration: none; }
  #analytics .post-topics {
    min-height: 72px;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none; }
  #analytics .data-text {
    font-size: 18px; }
  #analytics .data-company-name a {
    font-size: 25px;
    margin-bottom: 20px;
    display: block;
    min-height: 66px;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none; }
    @media (min-width: 768px) and (max-width: 900px) {
      #analytics .data-company-name a {
        font-size: 20px; } }
  #analytics .data-industry {
    height: 48px;
    display: -webkit-box;
    line-height: 1.4;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  @media (min-width: 768px) {
    #analytics .card-header + .data-box {
      padding-top: 20px;
      padding-bottom: 0; } }
  #analytics .data-box [class*="span"] {
    margin-top: 0; }
  #analytics span.segment-total {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #04dca2;
    padding-bottom: 9px;
    margin-bottom: 10px;
    margin-left: -18px; }
  #analytics .top-articles .data-box,
  #analytics .top-topics .data-box {
    margin-bottom: 51px; }
  @media (max-width: 767px) {
    #analytics .top-articles {
      margin-bottom: 28px; } }
  #analytics .industry-20 {
    margin-bottom: 28px; }
    #analytics .industry-20 a {
      text-decoration: none; }
    #analytics .industry-20:nth-child(n+3) li:nth-child(n+11) {
      display: none !important; }
    #analytics .industry-20 .article-name span {
      color: #05dca2;
      font-weight: bold; }
  #analytics .top-10 li:nth-child(n+11) {
    display: none !important; }
  #analytics .label-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 15px;
    padding: 0 30px; }
  #analytics .industry-20 .data-box,
  #analytics .top-articles .data-box {
    padding-top: 50px; }
  #analytics .top-topics .data-box {
    padding-top: 54px; }
  #analytics .top-posts {
    margin-bottom: 80px; }
  #analytics .top-companies {
    margin-bottom: 51px; }
    #analytics .top-companies .row-fluid {
      margin-bottom: 0; }
    #analytics .top-companies + .subtitle {
      max-width: 87%;
      padding: 30px 0; }
  #analytics .top-companies.slider .slick-dots,
  #analytics .top-posts.slider .slick-dots {
    position: absolute;
    bottom: -52px;
    left: 0;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 47px;
    height: 51px;
    width: 100%;
    border: 1px solid #d7d7d7; }
  #analytics .top-posts.slider .slick-next,
  #analytics .top-posts.slider .slick-prev {
    bottom: -40px; }
  #analytics .top-companies.slider .slick-next,
  #analytics .top-companies.slider .slick-prev {
    bottom: -40px; }
  #analytics .top-companies.slider .slick-prev,
  #analytics .top-posts.slider .slick-prev {
    left: 20px; }
  #analytics .top-companies.slider .slick-next,
  #analytics .top-posts.slider .slick-next {
    right: 17px; }
  #analytics #newsletter .tab-content-row:before {
    display: none; }
  #analytics .bar-outer {
    background: #e6e7e8 !important; }
  #analytics .bar-inner {
    background: #04dca2 !important; }
  #analytics .stat-description {
    font-size: 15px; }
    #analytics .stat-description span:last-of-type {
      font-size: 20px;
      color: #04dca2;
      font-weight: normal;
      letter-spacing: 1px; }
  #analytics .data-content a:hover {
    color: #999; }
  #analytics .account-info {
    background: #333;
    position: relative;
    padding: 10px 0;
    font-family: 'Roboto Condensed'; }
    #analytics .account-info:after, #analytics .account-info:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #333;
      top: 0; }
    #analytics .account-info:before {
      left: -100%; }
    #analytics .account-info:after {
      right: -100%; }
    #analytics .account-info h3 {
      color: white;
      font-family: 'Roboto Condensed';
      margin-bottom: 10px;
      text-transform: uppercase; }
    #analytics .account-info h5 {
      color: #04dca2;
      text-transform: uppercase; }
    #analytics .account-info .row-fluid {
      margin-bottom: 0;
      padding: 15px 0; }
    #analytics .account-info li span {
      font-size: 16px; }
    #analytics .account-info li .label {
      color: white;
      white-space: nowrap;
      display: inline-block;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      width: 90px;
      min-width: 90px; }
    #analytics .account-info strong {
      color: #04dca2; }
    #analytics .account-info#account ul li {
      height: 40px;
      border-bottom: 1px solid #04dca2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #analytics .account-info#account .txt {
      height: 100%;
      background: transparent;
      color: white;
      border-bottom: 0 solid #04dca2;
      font-size: 16px;
      padding-left: 0; }
    #analytics .account-info#account ul li.focused {
      border-color: white; }
    #analytics .account-info input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #999999; }
    #analytics .account-info input::-moz-placeholder {
      /* Firefox 19+ */
      color: #999999; }
    #analytics .account-info input:-ms-input-placeholder {
      /* IE 10+ */
      color: #999999; }
    #analytics .account-info input:-moz-placeholder {
      /* Firefox 18- */
      color: #999999; }
    #analytics .account-info#account .log-button {
      background: none;
      width: 125px;
      border: 1px solid #04dca2;
      float: right;
      padding: 8px;
      background-position: 90px 7px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 20px;
      color: white;
      font-family: 'Open Sans';
      font-weight: bold;
      letter-spacing: 1.3px;
      font-size: 14px; }
      #analytics .account-info#account .log-button:hover {
        background: #04dca2 !important; }
  #analytics #toggle-account {
    background: #333;
    color: white;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: -23px;
    font-size: 13px;
    padding: 3px 10px 3px 27px;
    cursor: pointer;
    z-index: 1; }
    #analytics #toggle-account:after {
      content: "›";
      position: absolute;
      top: -9px;
      left: 7px;
      font-family: "Roboto Slab";
      font-size: 30px;
      font-weight: 100;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  #analytics .account-info .row-fluid.collapsed + div + #toggle-account:after {
    content: "›";
    position: absolute;
    top: -8px;
    left: 13px;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 100;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  #analytics .company-statistics-title {
    font-size: 40px;
    font-weight: 300;
    background: #c3f6e3;
    padding: 10px 0;
    margin-top: 40px;
    position: relative; }
    #analytics .company-statistics-title:after, #analytics .company-statistics-title:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #c3f6e3;
      top: 0; }
    #analytics .company-statistics-title:before {
      left: -100%; }
    #analytics .company-statistics-title:after {
      right: -100%; }
  #analytics .dashboard-banner {
    background: #04dca2;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 0;
    position: relative;
    margin-bottom: 40px; }
    #analytics .dashboard-banner:after, #analytics .dashboard-banner:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: #04dca2;
      top: 0; }
    #analytics .dashboard-banner:before {
      left: -100%; }
    #analytics .dashboard-banner:after {
      right: -100%; }
    #analytics .dashboard-banner * {
      font-family: 'Open Sans';
      color: white;
      font-weight: 300; }
    #analytics .dashboard-banner h1 {
      margin-bottom: 0; }
    #analytics .dashboard-banner h3 {
      font-size: 28px;
      font-family: 'Roboto Condensed'; }
    #analytics .dashboard-banner h4 {
      font-family: 'Roboto Condensed'; }
  #analytics .contact-support {
    max-width: 200px;
    text-align: right; }
  #analytics .heading {
    text-align: center;
    padding-top: 40px !important;
    padding-bottom: 10px !important; }
  #analytics .row-fluid {
    margin-bottom: 10px; }
  #analytics .data-content {
    font-size: 15px;
    margin-bottom: 40px; }
  #analytics .tab-content h4,
  #analytics .top-performance h4 {
    padding-left: 20px;
    font: 400 20px 'Open Sans', serif;
    color: #333;
    margin-bottom: 0.675em; }
  #analytics .tab-content-row > .slick-dots {
    position: absolute;
    top: -64px;
    bottom: auto;
    list-style: none; }
    #analytics .tab-content-row > .slick-dots li {
      display: inline-block;
      position: relative; }
      #analytics .tab-content-row > .slick-dots li button {
        position: relative;
        font-size: 0;
        position: relative;
        border: none;
        /*border-bottom: 3px solid white;*/
        background: white;
        /*margin-right: 40px;*/
        padding-bottom: 10px;
        color: #cccccc;
        width: 140px;
        cursor: pointer; }
      #analytics .tab-content-row > .slick-dots li:hover button {
        color: #979797; }
      #analytics .tab-content-row > .slick-dots li.slick-active button {
        color: #04dca2;
        border-bottom: 3px solid #04dca2; }
      #analytics .tab-content-row > .slick-dots li button:before {
        display: none; }
      #analytics .tab-content-row > .slick-dots li button:after {
        font-size: 15px;
        font-family: 'Roboto Condensed';
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        /*transition: color 0.1s;*/ }
      #analytics .tab-content-row > .slick-dots li:first-of-type button:after {
        content: 'ALL TIME'; }
      #analytics .tab-content-row > .slick-dots li:last-of-type button:after {
        content: 'LAST 30 DAYS'; }
  #analytics .live-dashboard .tab-content-row > .slick-dots li:first-of-type button:after {
    content: 'ALL TIME'; }
  #analytics .live-dashboard .tab-content-row > .slick-dots li:nth-of-type(2) button:after {
    content: 'LAST 30 DAYS'; }
  #analytics .live-dashboard .tab-content-row > .slick-dots li:last-of-type button:after {
    content: 'LAST 7 DAYS'; }
  #analytics .subtitle {
    font-family: 'Open Sans';
    text-align: center;
    max-width: 520px;
    margin: 0 auto !important;
    padding-bottom: 50px; }
  #analytics span.min-max {
    position: relative;
    background: #04dca2;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    left: 20px;
    font-family: Roboto;
    cursor: pointer;
    font-size: 21px;
    font-weight: 400;
    top: -3px;
    overflow: hidden; }
  #analytics .min-max:after {
    content: '-';
    position: absolute;
    width: 30px;
    height: 30px;
    top: -6px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 57px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    font-family: 'Open Sans';
    color: white; }
  #analytics .minimized .min-max:after {
    content: '+';
    top: -1px;
    left: 0;
    font-size: 29px;
    font-weight: 400; }
  #analytics .date-range {
    position: absolute;
    right: 0;
    font-weight: 400;
    font-style: italic;
    color: #333;
    top: 0;
    display: none; }
  #analytics .tabs {
    font-family: 'Roboto Condensed';
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #cccccc;
    position: relative;
    border-bottom: 1px solid #04dca2;
    margin-bottom: 30px; }
    #analytics .tabs:after, #analytics .tabs:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 1px;
      border-bottom: 1px solid #04dca2; }
    #analytics .tabs:before {
      left: -100%; }
    #analytics .tabs:after {
      right: -100%; }
  #analytics .tab {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
    height: auto !important;
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
    letter-spacing: 1px;
    border-bottom: 3px solid;
    border-color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    pointer-events: none; }
    #analytics .tab:hover {
      color: #979797; }
    #analytics .tab.active {
      color: #04dca2;
      border-color: #04dca2; }
  #analytics .data-box {
    border: 1px solid #d7d7d7;
    padding: 30px;
    font-family: 'Roboto Condensed';
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    #analytics .data-box.loading:after {
      content: '' !important;
      position: absolute !important;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 50px;
      background: url("https://cdn2.hubspot.net/hubfs/2236109/css/loading-circle.svg?t=1507073043226") no-repeat;
      width: 100%;
      height: 100%;
      position: absolute;
      top: calc(50% - 25px);
      left: calc(50% - 25px);
      z-index: 3;
      -webkit-filter: grayscale(100%);
      pointer-events: none; }
    #analytics .data-box.timed-out:after {
      content: 'Request timed out. Please try again later.' !important;
      background: none;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  #analytics .data-card {
    margin-bottom: 28px; }
  #analytics #nice-insight-statistics.loading:after,
  #analytics .contacts.loading.no-data:after {
    content: '' !important;
    position: absolute !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    background: url("https://cdn2.hubspot.net/hubfs/2236109/css/loading-circle.svg?t=1507073043226") no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 3;
    -webkit-filter: grayscale(100%);
    pointer-events: none; }
  #analytics #nice-insight-statistics.loading:before,
  #analytics .contacts.loading.no-data:before,
  #analytics .data-box.loading:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*pointer-events:none;*/ }
  #analytics .data-box.has-nav {
    margin-bottom: 51px; }
  #analytics #nice-insight-statistics.loading {
    overflow: hidden; }
  #analytics #content-searches .data-box {
    min-height: 435px;
    /*margin-bottom: 51px;*/ }
    #analytics #content-searches .data-box.no-data {
      min-height: auto;
      /*margin-bottom: 0;*/ }
  #analytics .data-label {
    font-size: 15px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #04dca2;
    display: block;
    margin-bottom: 5px; }
  #analytics .data-number-circle .data-number {
    font-size: 60px;
    line-height: 1; }
  #analytics .data-description {
    font-size: 15px; }
  #analytics .data-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0; }
  #analytics .data-number-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 142px;
    width: 142px;
    height: 142px;
    min-height: 142px;
    border-radius: 50%;
    border: 2px solid #04dca2;
    /*padding: 24px;*/
    margin: 30px; }
  #analytics .data-number.small {
    font-size: 40px !important;
    letter-spacing: -2px; }
  #analytics .data-description.small {
    font-size: 13px; }
  #analytics .live-dashboard .data-number.small, #analytics .live-dashboard .data-number.total-impressions, #analytics .live-dashboard .data-number.total-industry, #analytics .live-dashboard .data-number.total-service, #analytics .live-dashboard .data-number.total-views {
    font-size: 60px !important;
    font-weight: 100; }
    @media (min-width: 768px) and (max-width: 900px) {
      #analytics .live-dashboard .data-number.small, #analytics .live-dashboard .data-number.total-impressions, #analytics .live-dashboard .data-number.total-industry, #analytics .live-dashboard .data-number.total-service, #analytics .live-dashboard .data-number.total-views {
        font-size: 40px !important; } }
  #analytics .data-box.industry-segment-searches, #analytics .data-box.services-segment-searches {
    padding: 0; }
  #analytics .data-box.industry-segment-searches > .data-label {
    padding: 30px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0; }
  #analytics .industry-segment-searches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #analytics .data-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; }
  #analytics .data-1of2 {
    padding: 30px 30px 15px;
    width: 50%; }
  #analytics .data-box.services-segment-searches .data-row {
    border-bottom: 1px solid #d7d7d7; }
  #analytics .data-1of2:last-of-type {
    border-left: 1px solid #d7d7d7; }
  #analytics .performance-breakdown {
    padding: 30px; }
    #analytics .performance-breakdown .data-row {
      border-bottom: none !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 20px; }
    #analytics .performance-breakdown .legend {
      width: 50%; }
  #analytics .data-list li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #04dca2;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    font-size: 15px; }
  #analytics li.has-ad {
    position: relative; }
    #analytics li.has-ad:before {
      content: '';
      position: absolute;
      background: #e0f9f1;
      width: calc(100% + 10px);
      height: 90%;
      left: -5px;
      z-index: -1; }
  #analytics .data-pills .pill-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  #analytics .data-pill {
    height: 49px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 5px 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    #analytics .data-pill.source-topic:after {
      content: 'FROM TOPIC';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 30px;
      border: 1px solid #d7d7d7;
      font-size: 12px;
      opacity: 0;
      cursor: default; }
    #analytics .data-pill.source-search:after {
      content: 'FROM SEARCH';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 30px;
      border: 1px solid #d7d7d7;
      font-size: 12px;
      opacity: 0;
      cursor: default; }
    #analytics .data-pill.source-search:hover:after, #analytics .data-pill.source-topic:hover:after {
      opacity: 1; }
    #analytics .data-pill .topic-name {
      border-right: 1px solid;
      border: 1px solid #d7d7d7;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      padding: 15px 12px 15px 15px;
      height: 49px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      text-transform: capitalize;
      text-align: center; }
    #analytics .data-pill .data-number {
      border: 1px solid #d7d7d7;
      border-top-right-radius: 40px;
      border-bottom-right-radius: 40px;
      padding: 10px 10px 10px 17px; }
  #analytics .article-name {
    white-space: nowrap;
    max-width: 90%;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none; }
    #analytics .article-name a {
      text-decoration: none; }
  #analytics .data-list .data-number {
    color: #04dca2;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: 20px;
    white-space: nowrap; }
  #analytics .data-pill .data-number {
    color: #04dca2;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: 20px;
    white-space: nowrap;
    margin-left: -1px;
    padding: 10px 15px 10px 12px; }
  #analytics .overall-performance .data-numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #analytics .overall-performance .data-numbers .data-number-circle:nth-of-type(2) {
      margin: 0; }
  #analytics .service-segment .stat-description {
    margin-bottom: 10px; }
  #analytics .service-segment.expand-collapse:hover {
    opacity: 0.5; }
  #analytics .service-segment.expand-collapse:after {
    left: -20px;
    right: auto; }
  #analytics .service-subsegment li {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0; }
  #analytics .service-subsegment .tier-3 {
    border-bottom: 1px solid #04dca2;
    padding-bottom: 5px;
    margin-bottom: 5px !important; }
  #analytics .service-subsegment .bar-outer {
    margin-bottom: 10px; }
  #analytics .service-subsegment .data-list {
    margin-bottom: 20px;
    font-size: 15px; }
  #analytics .tier-3 {
    margin-bottom: 10px; }
    #analytics .tier-3 li {
      position: relative;
      margin-bottom: 3px; }
      #analytics .tier-3 li:before {
        content: "+";
        margin-right: 5px;
        font-family: 'Open Sans';
        position: absolute;
        top: 3px; }
    #analytics .tier-3 span {
      padding-left: 12px; }
    #analytics .tier-3 .data-number {
      color: #999; }
  #analytics .service-segment-breakdown .data-box {
    max-height: 789.5px;
    overflow: auto; }
  #analytics .slider .slick-next,
  #analytics .slider .slick-prev {
    display: inline-block;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    text-indent: 0;
    width: 11px;
    height: 25px;
    position: absolute;
    top: auto;
    bottom: -67px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 10;
    cursor: pointer; }
  #analytics .slider .slick-next:before,
  #analytics .slider .slick-prev:before {
    border-style: solid;
    border-width: 0.11em 0.11em 0 0;
    border-color: inherit;
    content: '';
    display: inline-block;
    height: 8px;
    position: absolute;
    top: 4px;
    right: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
    width: 8px;
    border-color: #333333;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 11px;
    font-size: 20px; }
  #analytics .slider .slick-prev {
    left: 0; }
  #analytics .slider .slick-next {
    right: -3px; }
    #analytics .slider .slick-next:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  #analytics .slider .slick-dots {
    position: absolute;
    bottom: -82px;
    left: -31px;
    width: calc(100% + 62px);
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d7d7d7;
    padding: 13px 47px;
    border-top: 0;
    height: 51px; }
    #analytics .slider .slick-dots li button {
      background: 0;
      border: 0;
      font-size: 0;
      color: white;
      line-height: 0;
      text-indent: 0;
      display: inline-block;
      width: 100%;
      height: 100%;
      border: 2px solid #fff;
      border-radius: 50%;
      background: #e7e7eb;
      position: absolute;
      width: 18px;
      height: 18px;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer; }
    #analytics .slider .slick-dots .slick-active button {
      background: #979797; }
    #analytics .slider .slick-dots li {
      display: inline-block;
      width: 18px;
      height: 18px;
      margin: 0 !important;
      padding: 0;
      border: none;
      position: relative; }
  #analytics #content-searches .slick-initialized .slick-slide {
    min-height: 190px; }
  #analytics .button {
    display: block;
    width: 100%;
    border: none;
    background: #04dca2;
    font-size: 20px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    text-decoration: none; }
    #analytics .button:hover {
      background: #6edcbe; }
    #analytics .button svg {
      width: 24px;
      margin-left: 10px;
      position: relative;
      top: 5px; }
    #analytics .button.no-contacts {
      pointer-events: none; }
    #analytics .button.not-available {
      pointer-events: none;
      cursor: not-allowed; }
    #analytics .button.no-contacts:after {
      content: 'No Contacts Available';
      background: #d7d7d7;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: default; }
    #analytics .button.not-available:after {
      content: 'Downloads Not Available In Demo';
      background: #d7d7d7;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: default; }
  #analytics .no-contacts + span {
    display: none !important; }
    #analytics .no-contacts + span + .no-data {
      display: none !important; }
  #analytics .account-info#account #btn-dash-update.loading {
    background-image: url("https://www.pharmasalmanac.com/hubfs/css/loading-circle.svg?t=1507157426155");
    background-position: 94% 50%;
    background-color: #04dca2;
    background-size: 20px;
    pointer-events: none;
    background-repeat: no-repeat;
    text-align: left;
    -webkit-filter: grayscale(100%); }
  #analytics .contacts {
    overflow-x: auto;
    position: relative; }
  #analytics .contacts-table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Roboto Condensed';
    width: 1148px; }
    #analytics .contacts-table td {
      padding: 10px 5px;
      border-style: solid;
      border-width: 1px;
      border-color: #d7d7d7;
      overflow: hidden;
      word-break: normal; }
    #analytics .contacts-table th {
      font-weight: normal;
      padding: 10px 5px;
      border-style: solid;
      border-width: 1px;
      border-color: #d7d7d7;
      overflow: hidden;
      word-break: normal;
      text-align: left;
      background: #e5fbf6;
      font-weight: bold; }
    #analytics .contacts-table .cell {
      vertical-align: top;
      padding: 10px 15px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      text-decoration: none; }
      #analytics .contacts-table .cell:nth-of-type(1) {
        width: 25%;
        padding-left: 30px; }
      #analytics .contacts-table .cell:nth-of-type(2) {
        width: 20%;
        max-width: 760px; }
      #analytics .contacts-table .cell:nth-of-type(3) {
        width: 20%; }
      #analytics .contacts-table .cell:nth-of-type(4) {
        width: 18%; }
      #analytics .contacts-table .cell:nth-of-type(5) {
        width: 12%; }
  #analytics .sponsorship-table .cell:nth-of-type(1) {
    width: 10%;
    padding-left: 15px;
    text-align: center; }
  #analytics .sponsorship-table .cell:nth-of-type(2) {
    width: 30%; }
  #analytics .sponsorship-table .cell:nth-of-type(3) {
    width: 40%; }
  #analytics .sponsorship-table .cell:nth-of-type(4), #analytics .sponsorship-table .cell:nth-of-type(5) {
    width: 10%;
    text-align: center; }
  #analytics #sponsorship .contacts {
    position: relative; }
  #analytics .contacts.no-banner.no-logo, #analytics .contacts.no-data {
    overflow: hidden; }
  #analytics .contacts.no-data:after, #analytics .contacts.no-logo.no-banner:after {
    content: 'No data has been recorded yet.';
    padding: 20px;
    position: relative;
    display: block;
    text-align: center; }
  #analytics #newsletter .contacts.no-data:after {
    content: 'No data has been recorded yet.';
    padding: 20px;
    position: relative;
    display: block;
    text-align: center; }
  #analytics .contacts.unavailable:after {
    content: 'Content hidden.' !important;
    padding: 20px;
    position: relative;
    display: block;
    text-align: center; }
  #analytics #newsletter .contacts {
    min-height: 159px; }
  #analytics #newsletter.upgrade-required .contacts {
    min-height: auto; }
  #analytics .basic-info {
    width: 18%; }
  #analytics .user-info {
    width: 30%; }
  #analytics .account-details {
    width: 52%; }
  #analytics .password {
    width: 30%; }
  #analytics .expand-collapse:after {
    top: -2px;
    font-family: 'Roboto Slab'; }
  #analytics .expand-collapse + div {
    margin-top: 0;
    margin-left: 0;
    display: block; }
  #analytics .expand-collapse.collapsed:after {
    top: 4px; }
  #analytics .purchased-industry-segment,
  #analytics .purchased-service-segment {
    display: block;
    text-align: center;
    font-size: 13px; }
  #analytics .purchased-industry-segment span,
  #analytics .purchased-service-segment span {
    text-transform: uppercase; }
  #analytics .upgrade {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(247, 247, 247, 0.5) url("//cdn2.hubspot.net/hubfs/2236109/images/temp/pattern.png?t=1517441156487") repeat 0 0;
    z-index: 1;
    padding: 30px 10px;
    cursor: not-allowed; }
    #analytics .upgrade a {
      text-decoration: none;
      color: white;
      background: #333;
      padding: 11px 30px;
      margin: 10px;
      display: inline-block;
      opacity: 1; }
      #analytics .upgrade a:hover {
        opacity: 0.8; }
    #analytics .upgrade span {
      display: block; }
  #analytics .upgrade-box {
    border: 5px solid #04dca2;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: white;
    cursor: default; }
  #analytics .upgrade .upgrade-title {
    text-transform: uppercase;
    color: #04dca2;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 19px;
    margin-bottom: 10px; }
  #analytics .upgrade .upgrade-description {
    max-width: 70%;
    margin: 0 auto 10px; }
  #analytics .upgrade-required .heading {
    padding-top: 270px !important; }
  #analytics .upgrade-required .subtitle {
    padding-bottom: 0 !important; }
  #analytics .ad-preview {
    color: #04dca2;
    cursor: pointer;
    position: relative; }
    #analytics .ad-preview img {
      position: fixed;
      width: auto;
      bottom: 15px;
      left: 40px;
      border: 1px solid #b7b7b7;
      cursor: default;
      pointer-events: none;
      opacity: 0;
      z-index: 10; }
  #analytics .ad-img-cell {
    padding-left: 15px !important;
    text-align: center; }
  #analytics #sponsorship .slick-list {
    overflow: visible; }
  #analytics .newsletter-table .cell:nth-of-type(1) {
    width: 15%;
    padding-left: 30px; }
  #analytics .newsletter-table .cell:nth-of-type(2) {
    width: 65%;
    max-width: 754px; }
  #analytics .newsletter-table .cell:nth-of-type(3), #analytics .newsletter-table .cell:nth-of-type(4) {
    width: 10%;
    text-align: center; }
  #analytics #select-week {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px; }
    #analytics #select-week label {
      width: 120px; }
    #analytics #select-week button {
      width: 100px;
      font-size: 15px;
      padding: 11px 5px; }
  #analytics #week {
    border: 1px solid #d7d7d7;
    width: 190px;
    padding: 10px 5px;
    cursor: pointer;
    text-align: center; }
  #analytics .legend li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 35px; }
  #analytics .legend .data-number {
    font-weight: bold; }
  #analytics .legend li:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    left: 0; }
  #analytics .legend li:nth-of-type(1):before {
    background: #ccffff; }
  #analytics .legend li:nth-of-type(2):before {
    background: #e6e6e6; }
  #analytics .legend li:nth-of-type(3):before {
    background: #04dca1; }
  #analytics .legend li:nth-of-type(4):before {
    background: #666666; }
  #analytics .legend li:nth-of-type(5):before {
    background: #b7b7b7; }
  #analytics .legend li:nth-of-type(6):before {
    background: #f8b127; }
  #analytics .canvasjs-chart-credit {
    display: none !important; }
  #analytics #community-leaders .slick-initialized .slick-slide {
    display: block;
    overflow-x: auto; }
  #analytics #community-leaders .data-box {
    padding-top: 50px;
    margin-bottom: 51px;
    width: 1148px; }
  #analytics #community-leaders .data-list > li {
    width: 100%; }
  #analytics #community-leaders li a {
    text-decoration: none; }
  #analytics #community-leaders .data-list li span:nth-of-type(1),
  #analytics #community-leaders .label-row span:nth-of-type(1) {
    width: 20%; }
  #analytics #community-leaders .data-list li span:nth-of-type(2),
  #analytics #community-leaders .label-row span:nth-of-type(2) {
    width: 30%;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    padding-right: 20px; }
  #analytics #community-leaders .data-list li span:nth-of-type(3),
  #analytics #community-leaders .label-row span:nth-of-type(3) {
    width: 20%; }
  #analytics #community-leaders .data-list li span:nth-of-type(4),
  #analytics #community-leaders .label-row span:nth-of-type(4),
  #analytics #community-leaders .label-row span:nth-of-type(5) {
    text-align: right;
    width: 15%;
    margin: 0; }
  #analytics #community-leaders .data-list li span:nth-of-type(5) {
    text-align: right;
    width: 15%;
    margin: 0; }
  #analytics #community-leaders .data-list li span:nth-of-type(4).data-number {
    color: #333 !important; }
  #analytics .ni-tool-popup {
    background: #ff9934;
    color: white;
    position: fixed;
    bottom: 0;
    left: auto;
    right: 30px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0;
    width: 450px;
    z-index: 18; }
    #analytics .ni-tool-popup h1 {
      font-family: 'Open Sans';
      color: white;
      font-weight: 300;
      font-size: 33px;
      margin-bottom: 5px; }
    #analytics .ni-tool-popup .button {
      background: #f25a23;
      padding: 10px 5px; }
    #analytics .ni-tool-popup .close {
      font-size: 26px;
      background: white;
      color: #999;
      width: 30px;
      height: 30px;
      min-width: 30px;
      min-height: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: 10px;
      cursor: pointer;
      text-align: center;
      font-weight: 100;
      font-family: 'Open Sans';
      padding-left: 0; }
  #analytics #btn-all-contacts.compiling {
    -webkit-filter: grayscale(100%);
    pointer-events: none; }
    #analytics #btn-all-contacts.compiling img {
      -webkit-filter: grayscale(100%);
      width: 30px;
      margin-left: 20px; }
  @media (max-width: 1023px) {
    #analytics .basic-info {
      text-align: center;
      width: 100%; }
    #analytics .account-details,
    #analytics .password,
    #analytics .user-info {
      width: 100%; }
    #analytics .account-info [class*="span"] {
      float: left; }
    #analytics .account-info .span3 {
      width: 100%; }
    #analytics .data-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #analytics .data-1of2 {
      width: 100%; }
      #analytics .data-1of2:last-of-type {
        border-left: none;
        border-top: 1px solid #d7d7d7; } }
  @media (max-width: 900px) {
    #analytics .span4 {
      width: 100%; } }
  @media (max-width: 767px) {
    #analytics .box-description {
      min-height: auto; } }
  @media (max-width: 640px) {
    #analytics .date-range {
      top: auto;
      left: 0;
      right: auto;
      bottom: -30px; }
    #analytics .tab-content-row > .slick-dots {
      width: 100%; }
      #analytics .tab-content-row > .slick-dots li {
        width: 33%; }
        #analytics .tab-content-row > .slick-dots li button {
          width: 100%; }
          #analytics .tab-content-row > .slick-dots li button:after {
            font-size: 12px; }
    #analytics .performance-breakdown .legend {
      width: 100%; }
    #analytics .ni-tool-popup {
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%; } }
  @media (max-width: 500px) {
    #analytics .dashboard-banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #analytics .contact-support {
      text-align: center; } }
  @media (max-width: 479px) {
    #analytics .span6 .data-numbers {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  #analytics #add-newsletter {
    border: 1px solid #04dca2;
    margin-bottom: 10px; }

.data-box.loading,
.data-card.loading {
  min-height: 300px !important;
  overflow: hidden !important; }

#industry-leaders > div.data-content > div.tab-content-row > div > div > div.tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px; }
  #industry-leaders > div.data-content > div.tab-content-row > div > div > div.tab-content > .subtitle {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    color: #04dca2 !important;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    max-width: 87%;
    padding-top: 0; }
  #industry-leaders > div.data-content > div.tab-content-row > div > div > div.tab-content > .row-fluid {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  #industry-leaders > div.data-content > div.tab-content-row > div > div > div.tab-content > .top-companies {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  #industry-leaders > div.data-content > div.tab-content-row > div > div > div.tab-content > h4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.search-page .search {
  display: none; }

#search .hs-search-field__suggestions {
  display: none !important; }

#search .hs-search-field {
  margin-top: -40px;
  margin-bottom: 30px;
  position: relative; }

#search .hs-search-field__input {
  padding-right: 50px !important; }

#search .search-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #search .search-icon:hover #PA_Homepage_Desktop {
    stroke: #F25D27 !important; }

.hs-search-field__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none; }

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000; }

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0; }

.hs-search-field__suggestions #results-for {
  font-weight: bold; }

.hs-search-field__suggestions a {
  display: block; }

.hs-search-field__suggestions a:focus,
.hs-search-field__suggestions a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none; }

#hsresults .search-result .row-fluid {
  min-height: 196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #1E364E; }
  @media (max-width: 767px) {
    #hsresults .search-result .row-fluid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #hsresults .search-result .row-fluid .article-image {
        margin-bottom: 20px; } }
  #hsresults .search-result .row-fluid h4 {
    margin-bottom: 10px; }
  #hsresults .search-result .row-fluid h3 {
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  #hsresults .search-result .row-fluid p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  #hsresults .search-result .row-fluid .article-image {
    background-size: cover;
    background-position: center;
    min-height: 175px; }
  #hsresults .search-result .row-fluid:hover h3 {
    color: #F58426; }

#hsresults .hs-search-highlight {
  color: #F25D27; }

.blog-pagination,
.hs-search-results__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .blog-pagination a,
  .hs-search-results__pagination a {
    font-size: 30px;
    margin-top: -5px; }

#results-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #results-header #article-count span {
    white-space: nowrap;
    font-size: 15px;
    font-style: italic;
    font-weight: 400; }
    #results-header #article-count span a {
      color: #F58426; }
      #results-header #article-count span a:hover {
        color: #F25D27; }

.page-info {
  white-space: nowrap; }

.current-page {
  position: relative; }
  .current-page:after {
    content: ' /'; }

.hs-search-field--open .hs-search-field__suggestions {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 4px 1px;
  border: 0;
  font-size: 14px; }
  .hs-search-field--open .hs-search-field__suggestions li {
    border-bottom: 1px solid #9B9B9B; }
    .hs-search-field--open .hs-search-field__suggestions li a {
      padding: 10px; }
      .hs-search-field--open .hs-search-field__suggestions li a:hover {
        background: white; }
    .hs-search-field--open .hs-search-field__suggestions li:last-of-type {
      border-bottom: 0; }

#author-results,
#company-results,
#topic-results {
  margin-top: 29px; }
  @media (min-width: 768px) {
    #author-results,
    #company-results,
    #topic-results {
      padding: 0 20px; } }
  #author-results hr,
  #company-results hr,
  #topic-results hr {
    margin-top: 10px;
    border-style: dotted;
    border-width: 0.6px; }

#author-results .author {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 250px; }
  #author-results .author .author-image {
    width: 154px;
    height: 154px; }
  #author-results .author:hover p {
    color: #F58426; }

#company-results .company-result {
  margin-bottom: 30px; }

#company-results .btn {
  margin-top: 10px;
  color: #F25D27; }
  #company-results .btn:hover {
    color: #F58426; }

#company-results .company-logo {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  width: 145px;
  height: 85px;
  overflow: hidden; }
  #company-results .company-logo img {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#company-results div,
#company-results p {
  font-size: 14px; }

#company-results .company-overview {
  margin: 5px 0; }
  #company-results .company-overview p {
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }

a#clear-filters {
  float: right;
  margin-top: -30px;
  font-size: 12px;
  background-color: #F58426;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
  margin-right: 2px; }
  a#clear-filters:hover {
    background-color: #F25D27; }

#ni-search {
  display: block !important;
  position: relative; }
  #ni-search.loading:before {
    content: '';
    background-size: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("https://cdn2.hubspot.net/hubfs/2236109/css/loading-circle.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 19; }

.ni-search {
  /** Checkbox **/
  /** Search Results/Compare **/
  /** Compare **/
  /** Pagination **/
  /** Scrollbar **/
  /*#divCompareBar::-webkit-scrollbar-track*/
  /*{*/
  /*	-webkit-box-shadow: inset 0 0 6px $navy;*/
  /*	background-color: $navy;*/
  /*	width: 10px;*/
  /*}*/
  /*#divCompareBar::-webkit-scrollbar*/
  /*{*/
  /*	height: 5px;*/
  /*	background-color: $navy;*/
  /*}*/
  /*#divCompareBar::-webkit-scrollbar-thumb*/
  /*{*/
  /*	background-color: #666;*/
  /*}*/
  /* Company Detials */
  /* Compare Companies */
  /* Tab Layout */
  /** Company profile **/
  /*.ni-company .ni-main-content span, .ni-company .ni-main-content span * {*/
  /*    font-size: 18px !important;*/
  /*    line-height: 1.56 !important;*/
  /*    font-family: 'Open Sans' !important;*/
  /*}*/
  /** Search by Services **/
  /** Survey Respondents **/
  /** Media queries **/
  /*.all-search-options input[type="submit"], #divCompareRemove .ni-button {*/
  /*  background: $navy;*/
  /*}*/ }
  .ni-search .select2-results__option,
  .ni-search .select2-selection.select2-selection--multiple .select2-selection__rendered,
  .ni-search .select2-selection.select2-selection--single .select2-selection__rendered {
    font-size: 12px; }
  .ni-search .select2-selection__rendered {
    padding-right: 50px !important; }
  .ni-search .ni-title {
    margin-top: -50px; }
    .ni-search .ni-title h2 {
      min-height: 30px; }
  .ni-search h5 {
    margin-bottom: 20px; }
  .ni-search .cta {
    background: #F58426;
    border-color: #F58426;
    color: white; }
    .ni-search .cta:hover {
      background: white;
      color: #F58426; }
    .ni-search .cta.reverse-color {
      background: transparent;
      border-color: white; }
      .ni-search .cta.reverse-color:hover {
        background: white;
        color: #1E364E !important; }
  .ni-search ul {
    list-style: none; }
  .ni-search .ni-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 19; }
  .ni-search .checkbox-list > li > input + label,
  .ni-search .list-section > label,
  .ni-search .select-all {
    font-size: 16px;
    font-family: 'Roboto Slab'; }
  .ni-search .quick-search-form .select-all {
    color: white !important; }
  .ni-search .company-search-box {
    background: white; }
    .ni-search .company-search-box .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .ni-search .title-banner {
    color: white;
    padding: 10px;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #1E364E; }
  .ni-search #ni-search ul label {
    cursor: pointer; }
    .ni-search #ni-search ul label:hover {
      opacity: 0.7; }
  .ni-search #ni-search ul ul {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    display: block; }
    .ni-search #ni-search ul ul ul {
      margin-bottom: 0;
      margin-top: 5px; }
  .ni-search #ni-search ul li {
    font-family: 'Open Sans';
    font-size: 14px; }
  .ni-search .quick-search-form {
    color: white;
    padding: 15px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    background: #1E364E;
    min-height: 295px;
    max-width: 823px; }
    .ni-search .quick-search-form .checkbox-custom + .checkbox-custom-label:after,
    .ni-search .quick-search-form .radio-custom + .radio-custom-label:after,
    .ni-search .quick-search-form input[type="checkbox"]:checked + label:after {
      border-color: white; }
    .ni-search .quick-search-form .checkbox-list {
      margin-left: 20px; }
    .ni-search .quick-search-form > h4 {
      font-style: normal;
      color: white;
      margin-bottom: 10px; }
    .ni-search .quick-search-form .cta {
      width: 100%; }
  .ni-search a.banner-ad-square {
    margin: 0 auto;
    text-align: center;
    display: inline-block; }
  .ni-search .ni-sponsors-col {
    display: inline-block;
    margin-left: 30px;
    font-size: 13px; }
  .ni-search .ni-sponsors-title {
    font-weight: bold;
    border: 1px solid #1E364E;
    padding: 2px 10px;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 145px;
    min-height: 23px;
    position: relative;
    text-align: center; }
  .ni-search .ni-sponsors-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 40px);
    display: grid;
    grid-template-columns: repeat(auto-fill, 290px);
    grid-gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .ni-search .ni-sponsors-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ni-search .ni-sponsors-logo {
    min-width: 135px;
    width: 135px;
    height: 79px;
    background-repeat: no-repeat;
    border: 1px solid #b7b7b7;
    background-position: center;
    background-size: 100%;
    background-color: white; }
  .ni-search .ni-sponsors-info {
    margin-left: 20px; }
    .ni-search .ni-sponsors-info a {
      text-decoration: none;
      color: #f68428; }
      .ni-search .ni-sponsors-info a:hover {
        text-decoration: underline;
        color: #1E364E; }
  .ni-search .ni-sponsors-card:nth-child(n+3) {
    display: none; }
  .ni-search .sponsor-banner {
    border: 1px solid #b7b7b7; }
  .ni-search .quick-search-form .form-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ni-search input {
    font-family: 'Open Sans'; }
  .ni-search #ni-search .text-search-box input[type="text"] {
    color: black; }
  .ni-search .by-company-name {
    display: inline-block;
    width: 40%;
    margin-right: 10%; }
  .ni-search .by-region {
    display: inline-block;
    width: 18%;
    margin-right: 5%; }
  .ni-search .by-market {
    display: inline-block;
    width: 38%; }
  .ni-search .section-body ul {
    list-style: none; }
  .ni-search .section-body li {
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .ni-search .quick-search-form .ni-button {
    border-color: white; }
  .ni-search .selectize-control.single .selectize-input:after {
    display: none; }
  .ni-search form.quick-search-form > span:last-of-type {
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 25px;
    margin-bottom: 7px;
    line-height: 1.6;
    font-family: 'Roboto Slab'; }
  .ni-search .all-search-options {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px; }
    .ni-search .all-search-options .checkbox-custom:checked + .checkbox-custom-label:before,
    .ni-search .all-search-options input[type="checkbox"]:checked + label:before {
      background: #1E364E !important;
      -webkit-box-shadow: inset 0 0 0 2px white !important;
      box-shadow: inset 0 0 0 2px white !important; }
  .ni-search .list-col {
    height: 100%;
    border-left: 1px solid #1E364E;
    width: 33.33%;
    display: table-cell;
    vertical-align: top;
    padding: 0 20px; }
    .ni-search .list-col:first-of-type {
      border: none !important;
      padding-left: 0 !important; }
  .ni-search .checkbox-list,
  .ni-search .lists {
    display: table;
    width: 100%; }
  .ni-search .sector-checkbox-list {
    display: table;
    width: 100%; }
    .ni-search .sector-checkbox-list .list-col {
      padding: 0 50px; }
  .ni-search .all-search-options input[type="submit"] {
    margin-top: 0;
    float: right; }
  .ni-search .CDMO .col.cdmo,
  .ni-search .CRO .col.cro,
  .ni-search .Equipment .col.pharma-equipment,
  .ni-search .Excipients .col.excipients,
  .ni-search .Intermediates .col.pharma-intermediates,
  .ni-search .Logistics .col.supply-chain-logistics {
    display: none !important; }
  .ni-search .nice-insight,
  .ni-search .research-services {
    pointer-events: none; }
  .ni-search .sector-checkbox-list {
    margin-top: 5px;
    font-size: 15px; }
    .ni-search .sector-checkbox-list > li:last-of-type {
      padding-bottom: 15px; }
    .ni-search .sector-checkbox-list .sector-checkbox-list {
      margin-top: 0; }
      .ni-search .sector-checkbox-list .sector-checkbox-list > li:last-of-type {
        padding-bottom: 5px; }
  .ni-search .Search .sector-checkbox-list > li:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0; }
  .ni-search .Search .list-section:last-of-type {
    margin-bottom: 0 !important; }
  .ni-search .list-section {
    margin-bottom: 20px !important;
    padding-left: 20px; }
  .ni-search .text-search-box {
    position: relative;
    overflow: hidden; }
  .ni-search input#txtSearchName {
    padding-right: 25px;
    padding-left: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 50px;
    border: 0;
    font-size: 18px; }
  .ni-search input#btnSearch {
    position: absolute;
    right: -7px;
    top: -6px;
    width: 45px;
    background: transparent;
    color: #1E364E;
    font-size: 34px;
    font-weight: 400;
    font-family: 'Open Sans';
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border: 0;
    height: 50px;
    cursor: pointer; }
    .ni-search input#btnSearch:hover {
      color: #F58426; }
  .ni-search .checkbox-custom,
  .ni-search .radio-custom,
  .ni-search input[type="checkbox"] {
    opacity: 0;
    position: absolute; }
  .ni-search .checkbox-custom,
  .ni-search .checkbox-custom-label,
  .ni-search .radio-custom,
  .ni-search .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 1px;
    cursor: pointer; }
  .ni-search input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin: 1px;
    cursor: pointer; }
    .ni-search input[type="checkbox"] + label {
      display: inline-block;
      vertical-align: middle;
      margin: 1px;
      cursor: pointer; }
  .ni-search .checkbox-custom-label,
  .ni-search .radio-custom-label,
  .ni-search input[type="checkbox"] + label {
    position: relative;
    top: -3px;
    line-height: 1.4; }
  .ni-search .checkbox-custom + .checkbox-custom-label:before,
  .ni-search .radio-custom + .radio-custom-label:before,
  .ni-search input[type="checkbox"] + label:before {
    content: '';
    background: transparent;
    border: 2px solid #F58426;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 6px;
    text-align: center;
    position: absolute;
    left: -21px;
    top: 2px; }
  .ni-search .radio-custom + .radio-custom-label:before {
    top: -6px;
    border-radius: 50%; }
  .ni-search .radio-custom:checked + .radio-custom-label:before {
    background: #ccc; }
  .ni-search input:disabled + label {
    opacity: 0.6;
    cursor: not-allowed; }
    .ni-search input:disabled + label:before {
      border-color: #545454 !important;
      cursor: not-allowed; }
  .ni-search .quick-search-form input:disabled + label:before {
    border-color: #ffffff !important;
    opacity: 0.8; }
  .ni-search .scorecard,
  .ni-search .search-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ni-search .ni-sidebar {
    color: white;
    padding: 15px 20px;
    min-width: 260px;
    max-width: 280px;
    display: inline-block;
    background: white;
    position: relative; }
  .ni-search .compare-legend {
    color: white;
    background: #1E364E;
    font-family: 'Roboto Slab';
    font-size: 14px; }
    .ni-search .compare-legend h5 {
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 25px;
      font-size: 15px;
      margin-bottom: 0;
      font-family: 'Open Sans'; }
      .ni-search .compare-legend h5 + p {
        margin-top: 20px; }
    .ni-search .compare-legend h6 {
      color: white;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 5px;
      border-bottom: 1px solid;
      padding-bottom: 6px; }
      .ni-search .compare-legend h6 + p {
        margin-top: 0 !important; }
    .ni-search .compare-legend p {
      margin-bottom: 0;
      font-family: 'Open Sans'; }
    .ni-search .compare-legend span {
      display: block;
      color: #F58426; }
  .ni-search .refine-search {
    background: #1E364E; }
    .ni-search .refine-search .all-search-options {
      margin-left: 0 !important; }
    .ni-search .refine-search .sector-checkbox-list > li:last-of-type {
      padding-bottom: 0; }
    .ni-search .refine-search h5 {
      font-size: 16px; }
  .ni-search .refine-icon {
    width: 50px;
    position: absolute;
    right: 12px;
    top: 6px;
    left: auto; }
  .ni-search .refine-search .form-title {
    font-family: 'Roboto Slab';
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    letter-spacing: 0;
    display: inline-block; }
  .ni-search .refine-search > h5:first-of-type {
    font-size: 18px;
    margin-bottom: 30px; }
  .ni-search .refine-search h5 {
    color: white !important; }
  .ni-search .refine-search .by-company-name,
  .ni-search .refine-search .by-market,
  .ni-search .refine-search .by-region {
    width: 100% !important;
    margin-right: 0; }
  .ni-search .ni-main-content {
    width: 100%;
    margin-left: 30px; }
  .ni-search .compare-results-box .company-search-box {
    background: transparent;
    border: none;
    padding: 20px 0 0; }
  .ni-search .refine-search input[type="submit"] {
    margin-top: 20px;
    margin-bottom: 10px;
    width: calc(100% - 8px); }
  .ni-search .refine-search .select-all {
    color: white !important;
    font-size: 14px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: bold; }
  .ni-search .sort-by label {
    font-weight: bold;
    font-size: 14px !important; }
  .ni-search .company-profile-sort .sort-by label {
    font-size: 15px !important;
    font-family: 'Roboto Condensed'; }
  .ni-search .sort-by li {
    list-style: none; }
  .ni-search .clear-filters {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    opacity: 1;
    color: #F58426; }
    .ni-search .clear-filters:hover {
      color: #F25D27; }
  .ni-search .refine-search hr {
    margin: 10px 0;
    border-color: white;
    border-style: solid;
    opacity: 0.6; }
  .ni-search .refine-search .by-company-name {
    margin-bottom: 10px; }
  .ni-search .refine-search ul label {
    font-size: 13px; }
  .ni-search .compare-results-box .ni-sponsors-col,
  .ni-search .search-results-box .ni-sponsors-col {
    width: 100%;
    display: inline-block;
    margin-left: 30px;
    font-size: 13px; }
  .ni-search .search-results-box .ni-sponsors-col {
    margin-top: 10px; }
  .ni-search .compare-results-box .ni-sponsors-list,
  .ni-search .search-results-box .ni-sponsors-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .ni-search .quick-search-form .radio-custom:checked + .radio-custom-label:before,
  .ni-search .quick-search-form input[type="checkbox"]:checked + label:before,
  .ni-search .refine-search .radio-custom:checked + .radio-custom-label:before,
  .ni-search .refine-search input[type="checkbox"]:checked + label:before {
    background: white !important;
    -webkit-box-shadow: inset 0 0 0 2px #1E364E !important;
    box-shadow: inset 0 0 0 2px #1E364E !important; }
  .ni-search .quick-search-form .list-section > label,
  .ni-search .quick-search-form .select-all,
  .ni-search .refine-search .list-section > label,
  .ni-search .refine-search .select-all {
    color: white !important; }
  .ni-search .sort-by {
    margin-bottom: 15px; }
  .ni-search .compare-results-box .ni-sponsors-col,
  .ni-search .search-results-box .ni-sponsors-col {
    margin-left: 0; }
  .ni-search .compare-results-box .row {
    padding: 0; }
    .ni-search .compare-results-box .row.header-copy {
      margin-bottom: 20px; }
  .ni-search .ad-box {
    background: #1E364E;
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white; }
  .ni-search .number-of-results {
    padding: 20px 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px; }
  .ni-search .search-results-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 0px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .ni-search .search-results-list {
    position: relative;
    padding-bottom: 70px;
    height: calc(100% - 0px);
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 135px);
    grid-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .ni-search .search-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    width: 135px;
    min-height: 142px; }
    .ni-search .search-result.selected {
      background-color: #12B796; }
  .ni-search .search-result-logo {
    width: 135px;
    height: 79px;
    background-repeat: no-repeat;
    border: 1px solid #CCC;
    background-position: center;
    background-size: 100%;
    background-color: white; }
  .ni-search .search-result-info {
    margin-top: 12px;
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 84px; }
    .ni-search .search-result-info a {
      text-decoration: none; }
      .ni-search .search-result-info a:hover {
        color: inherit;
        opacity: 0.6; }
  .ni-search .search-result.selected {
    color: white;
    position: relative; }
    .ni-search .search-result.selected .search-result-info {
      padding: 12px 7px 7px;
      margin: 0; }
    .ni-search .search-result.selected .add-compare {
      opacity: 0;
      pointer-events: none; }
    .ni-search .search-result.selected:after {
      content: 'ADDED';
      font-size: 11px;
      position: absolute;
      bottom: 4px;
      left: 7px; }
  .ni-search .expand-collapse,
  .ni-search .see-more {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1; }
  .ni-search .expand-collapse:hover,
  .ni-search .see-more:hover {
    opacity: 0.7; }
  .ni-search .expand-collapse + div,
  .ni-search .expand-collapse + ul {
    margin-top: 10px;
    margin-left: 20px;
    display: block; }
  .ni-search .expand-collapse:after {
    content: '-';
    position: absolute;
    right: 0;
    font-size: 40px;
    line-height: 0.5; }
  .ni-search .see-more:after {
    content: '-';
    position: absolute;
    right: 0;
    font-size: 40px;
    line-height: 0.5; }
  .ni-search .expand-collapse.collapsed:after {
    content: '+';
    font-size: 24px;
    top: 6px;
    font-family: sans-serif; }
  .ni-search .see-more {
    font-style: normal;
    color: white;
    font-size: 13px !important;
    padding-left: 20px; }
    .ni-search .see-more.collapsed:after {
      content: '+';
      font-size: 24px;
      top: 6px;
      font-family: sans-serif; }
    .ni-search .see-more:after {
      right: auto;
      left: 0;
      top: -3px; }
    .ni-search .see-more.collapsed:after {
      right: auto;
      left: 0;
      top: 3px !important; }
  .ni-search .add-compare {
    cursor: pointer;
    margin-top: 5px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    border: 1px solid #F58426;
    color: #F58426;
    font-weight: bold; }
    .ni-search .add-compare:hover {
      background: #F58426;
      color: white; }
  .ni-search .compare-error {
    position: absolute;
    background: #F44336;
    width: 100%;
    left: 0;
    bottom: 210px;
    color: white;
    padding: 0 27px;
    font-weight: bold;
    font-size: 13px;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer; }
    .ni-search .compare-error i {
      margin-right: 10px; }
    .ni-search .compare-error.show {
      height: 45px; }
  .ni-search #Company1_divCompareWrapper a,
  .ni-search #CompanySearchResults1_divCompareWrapper a {
    cursor: pointer;
    width: 100%;
    display: block;
    margin-bottom: 20px !important;
    color: white;
    font-size: 13px;
    text-align: left; }
    .ni-search #Company1_divCompareWrapper a .cta,
    .ni-search #CompanySearchResults1_divCompareWrapper a .cta {
      color: inherit; }
  .ni-search div#CompanySearchResults1_divCompareWrapper.slideOut {
    -webkit-transform: translateY(166px);
    -ms-transform: translateY(166px);
    transform: translateY(166px); }
    .ni-search div#CompanySearchResults1_divCompareWrapper.slideOut .select-prompt:after {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      right: 11px; }
  .ni-search #Company1_divCompareWrapper,
  .ni-search #CompanySearchResults1_divCompareWrapper {
    min-height: 210px;
    background: #1E364E;
    position: fixed;
    /*bottom: 0;*/
    top: calc(100% - 210px);
    left: 290px;
    right: 0;
    padding: 10px 20px 60px;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #cbcbcb;*/
    border-bottom: 0;
    max-width: 860px;
    z-index: 18; }
  .ni-search #Company1_divCompareWrapper .inner,
  .ni-search #CompanySearchResults1_divCompareWrapper .inner {
    padding: 10px; }
  .ni-search .select-prompt {
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 13px;
    display: block;
    padding: 6px;
    cursor: pointer; }
    .ni-search .select-prompt:after {
      content: '›';
      position: absolute;
      top: -8px;
      right: 6px;
      font-family: 'Roboto Slab';
      font-size: 30px;
      font-weight: 100;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .ni-search span.select-prompt:hover {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
  .ni-search .compareLogo {
    padding: 0;
    line-height: 16px;
    text-align: center;
    height: 70px;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 13px;
    width: 20%;
    margin: 5px;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
    .ni-search .compareLogo span {
      display: block;
      padding: 15px; }
    .ni-search .compareLogo a {
      text-decoration: none;
      position: absolute;
      bottom: -45px; }
  .ni-search #divCompareRemove {
    display: inline-block;
    width: 15%;
    padding: 5px; }
    .ni-search #divCompareRemove a.button {
      margin: 0;
      font-size: 13px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      letter-spacing: 1px;
      white-space: nowrap;
      padding: 0;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .ni-search #divCompareRemove .cta {
      background: #F58426;
      border-color: #F58426; }
      .ni-search #divCompareRemove .cta:hover {
        background: transparent;
        color: white !important; }
    .ni-search #divCompareRemove i.ico-arrow-right-white {
      margin-left: 4px;
      margin-top: -2px; }
  .ni-search div#divCompareBar {
    width: 80%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    margin-right: 2%;
    overflow-x: auto;
    overflow-y: hidden; }
  .ni-search #compareLogo-wrapper {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 590px;
    margin-bottom: 25px; }
  .ni-search .pagination-wrap.top-pagination {
    margin-bottom: 0;
    position: relative; }
    .ni-search .pagination-wrap.top-pagination .pagination {
      margin-top: -45px;
      margin-bottom: 0;
      position: relative; }
  .ni-search .pagination {
    float: right;
    margin: 20px 0; }
  .ni-search #CompanySearchResults1_btnGoToCompare {
    position: absolute;
    right: 0;
    top: 81px; }
  .ni-search .pagination-wrap {
    width: 100%;
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    position: absolute;
    bottom: 0; }
    .ni-search .pagination-wrap:first-of-type {
      display: none;
      width: 100%; }
  .ni-search .pagination a {
    margin: 0 5px;
    color: #1E364E;
    border: 1px solid #1E364E;
    display: inline-block;
    padding: 5px 15px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    text-decoration: none; }
    .ni-search .pagination a:hover {
      opacity: 0.7; }
  .ni-search .selectedPage {
    background: #1E364E; }
  .ni-search a.selectedPage {
    color: #fff !important;
    text-decoration: none; }
  .ni-search .prevNextPagination {
    background: #D8D9DD;
    border: 0; }
  .ni-search a.prevNextPagination {
    background: white !important;
    border-color: #1E364E !important;
    color: #1E364E !important; }
    .ni-search a.prevNextPagination.disabled {
      opacity: 0.3;
      cursor: default;
      pointer-events: none; }
      .ni-search a.prevNextPagination.disabled:hover {
        opacity: 0.3;
        cursor: default;
        pointer-events: none; }
    .ni-search a.prevNextPagination:last-of-type {
      margin-right: 0;
      display: none; }
  .ni-search .company-sidebar {
    border: 5px solid #D8D9DD;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 480px; }
    .ni-search .company-sidebar h4,
    .ni-search .company-sidebar h5 {
      color: inherit;
      margin: 0;
      padding: 0; }
    .ni-search .company-sidebar strong {
      font-family: 'Gesta-Medium', Helvetica, Arial, sans-serif;
      color: inherit;
      color: #FF6601;
      margin-top: 5px;
      display: block; }
    .ni-search .company-sidebar .company-sidebar-general br {
      display: none; }
    .ni-search .company-sidebar a {
      color: #FF6601;
      text-decoration: none; }
      .ni-search .company-sidebar a:hover {
        text-decoration: underline; }
  .ni-search .company-overview.row,
  .ni-search .company-pipline-drugs.row,
  .ni-search .company-recent-happenings.row,
  .ni-search .company-services.row {
    margin-bottom: 0; }
  .ni-search .company-services ul.sector-checkbox-list ul,
  .ni-search .site-information ul.sector-checkbox-list ul {
    padding-left: 20px;
    display: block !important; }
  .ni-search .company-services ul.sector-checkbox-list ul li:before,
  .ni-search .site-information ul.sector-checkbox-list ul li:before {
    content: 'â€”';
    font-size: 12px; }
  .ni-search .company-pipline-drugs span {
    display: block;
    padding-top: 10px; }
  .ni-search .company-pipline-drugs .comtitle {
    color: #FF6601;
    font-family: 'Gesta-Medium', Helvetica, Arial, sans-serif; }
  .ni-search .company-logo {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    width: 145px;
    height: 85px;
    overflow: hidden; }
    .ni-search .company-logo img {
      width: auto;
      border: 0; }
  .ni-search .company-buttons {
    float: right; }
    .ni-search .company-buttons div {
      text-transform: uppercase;
      cursor: pointer;
      display: inline-block;
      margin-left: 20px; }
    .ni-search .company-buttons span {
      line-height: 30px;
      display: block;
      float: left;
      padding: 0 10px; }
    .ni-search .company-buttons div:hover .icon {
      border-right: 1px solid #fff; }
    .ni-search .company-buttons .back-button {
      color: #5CA1C2;
      border: 1px solid #5CA1C2; }
      .ni-search .company-buttons .back-button:hover {
        background: #5CA1C2;
        color: #fff; }
      .ni-search .company-buttons .back-button .icon {
        border-right: 1px solid #5CA1C2; }
    .ni-search .company-buttons .add-remove {
      color: #FF6601;
      width: 220px;
      border: 1px solid #FF6601; }
      .ni-search .company-buttons .add-remove span {
        width: 160px;
        text-align: center; }
      .ni-search .company-buttons .add-remove .icon {
        width: auto; }
      .ni-search .company-buttons .add-remove:hover {
        background: #FF6601;
        color: #fff; }
      .ni-search .company-buttons .add-remove .icon {
        border-right: 1px solid #FF6601; }
  .ni-search .company-info h2 {
    margin: 0;
    padding: 0; }
  .ni-search .compareBtn {
    position: relative;
    z-index: 400; }
  .ni-search .compare-tabs-wrap {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden; }
  .ni-search .compare-grid {
    margin-bottom: 40px; }
    .ni-search .compare-grid h4 {
      font-size: 20px;
      text-align: center;
      padding: 20px;
      color: #1E364E;
      opacity: 0.5;
      font-style: normal; }
  .ni-search .compare-perception .compare-grid,
  .ni-search .compare-row:last-of-type .compare-col {
    margin-bottom: 0; }
  .ni-search .compare-awareness,
  .ni-search .compare-perception {
    position: relative;
    min-height: 566px;
    min-width: 730px;
    margin-bottom: 40px; }
  .ni-search .compare-awareness.loading:before,
  .ni-search .compare-perception.loading:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-top: 38px; }
  .ni-search .compare-awareness.loading:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    background: url("https://cdn2.hubspot.net/hubfs/2236109/css/loading-circle.svg?t=1530305825198") no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 3; }
  .ni-search .compare-perception.loading:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    background: url("https://cdn2.hubspot.net/hubfs/2236109/css/loading-circle.svg?t=1530305825198") no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 3; }
  .ni-search .compare-perception .tab {
    margin-bottom: 0; }
  .ni-search .compare-awareness .selected-filter-value:after {
    content: " Customer Awareness Score"; }
  .ni-search .compare-perception .selected-filter-value:after {
    content: " Customer Perception Score"; }
  .ni-search .compare-awareness .selected-tab-title h5:before {
    content: "CA Score by "; }
  .ni-search .compare-perception .selected-tab-title h5:before {
    content: "CP Score by "; }
  .ni-search .compare-tabs-wrap div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .ni-search .compare-tabs-wrap .header-copy input {
    top: 0;
    right: 0;
    position: absolute;
    display: none; }
  .ni-search .header-copy h2 {
    font-family: 'Roboto Slab';
    font-size: 25px;
    font-weight: 400; }
  .ni-search .compare-tabs-wrap p {
    margin: 0;
    padding: 0; }
  .ni-search .tab {
    margin-bottom: 20px;
    height: auto !important; }
  .ni-search .tab-label {
    min-height: 50px !important;
    height: auto !important;
    background: #fff;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none !important;
    margin-right: 7.3px !important;
    padding: 8px; }
    .ni-search .tab-label p {
      color: white !important;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
    .ni-search .tab-label span {
      border-radius: 100px;
      height: 38px;
      width: 38px;
      margin: 10px auto 5px;
      display: block;
      background: #fff;
      display: none; }
  .ni-search .compare-perception .tab-label span {
    height: 28px;
    width: 28px;
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 15px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }
  .ni-search .tab-label {
    margin-right: 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
    height: 50px;
    float: left;
    /*width: 148px;*/
    width: 16%;
    overflow: hidden; }
    .ni-search .tab-label.tab-active span {
      background: #fff !important; }
  .ni-search .compare-col {
    margin-right: 5px;
    border: 1px solid #ccc;
    border-bottom: 0;
    height: 50px;
    float: left;
    /*width: 148px;*/
    width: 16%;
    overflow: hidden; }
  .ni-search .tab-label:last-of-type {
    margin-right: 0 !important; }
  .ni-search div#Compare1_divLogInToView1, .ni-search div#Compare1_divLogInToView2 {
    display: none; }
  .ni-search .compare-grid > .compare-row .compare-col {
    height: 80px; }
  .ni-search .compare-row,
  .ni-search .tab-label-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .ni-search .compare-col img {
    width: 148px;
    overflow: hidden;
    position: relative;
    top: -5px; }
  .ni-search .compare-col a {
    height: 100%;
    width: 100%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white; }
  .ni-search .na-logo {
    text-align: center;
    padding-top: 30px; }
  .ni-search .compare-col {
    margin-bottom: 5px;
    border: 1px solid #CCC;
    background: white; }
    .ni-search .compare-col:last-of-type {
      margin-right: 0; }
    .ni-search .compare-col.breakdown-title {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 15px;
      border: none; }
  .ni-search .compare-grid > .compare-row .compare-col:first-of-type {
    background: url("https://cdn2.hubspot.net/hubfs/2236109/css/diagonal.svg?t=1530305825198");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%, auto;
    position: relative; }
    .ni-search .compare-grid > .compare-row .compare-col:first-of-type:before {
      content: 'CA BREAKDOWN';
      width: 75px;
      height: 20px;
      position: absolute;
      text-align: left;
      bottom: 15px;
      left: 15px;
      font-size: 11px;
      color: white;
      font-weight: 600;
      letter-spacing: 0.5px; }
    .ni-search .compare-grid > .compare-row .compare-col:first-of-type:after {
      content: 'COMPANY NAME';
      width: 80px;
      height: 20px;
      position: absolute;
      text-align: right;
      top: 7px;
      right: 15px;
      font-size: 11px;
      color: white;
      font-weight: 600;
      letter-spacing: 0.5px; }
  .ni-search .compare-perception .compare-grid > .compare-row .compare-col:first-of-type:before {
    content: 'CP ATTRIBUTES'; }
  .ni-search .compare-col.breakdown-title p {
    line-height: 1.2;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    color: white; }
  .ni-search .compare-col.percentage {
    font-size: 22px;
    line-height: 1;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 0 15px; }
  .ni-search .score-against-avg.green {
    color: #12B796; }
  .ni-search .score-against-avg.red {
    color: #F44336; }
  .ni-search .selected-tab-title {
    /*width: 913px;*/
    margin: 0 0 5px; }
  .ni-search .selection {
    /*width: 913px;*/
    margin: 0 0 5px; }
    .ni-search .selection.row {
      margin: 0;
      color: white !important;
      margin-bottom: 5px;
      position: relative; }
  .ni-search .selected-tab-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 54px; }
    .ni-search .selected-tab-title h5 {
      color: #fff;
      /*padding: 15px;*/
      font-size: 15px;
      font-weight: 600;
      margin: 0; }
    .ni-search .selected-tab-title.row {
      padding: 10px 15px;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
  .ni-search .selected-filter-value {
    /*float: left;*/
    padding: 15px;
    font-size: 15px;
    font-weight: 600; }
  .ni-search .filter-wrap {
    /*float: right;*/
    /*padding: 10px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px; }
    .ni-search .filter-wrap .select2-container {
      min-width: 280px; }
    .ni-search .filter-wrap select {
      float: right;
      margin: 0 0 0 10px;
      color: black;
      /*border: 0;*/
      /*outline: 1px inset #cccccc;*/
      /*outline-offset: -1px;*/
      /*height: 27px;*/ }
    .ni-search .filter-wrap p {
      float: left;
      margin: 0 10px 0 0;
      padding-top: 0;
      white-space: nowrap;
      font-size: 11px;
      text-transform: uppercase;
      color: white;
      font-weight: 600;
      letter-spacing: 0.5px; }
  .ni-search .ni-company.section-body {
    background: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    font-weight: 300; }
  .ni-search .ni-company .ni-main-content,
  .ni-search .ni-company .ni-sidebar {
    background: white;
    color: #1E364E; }
  .ni-search .ni-company .ni-main-content span,
  .ni-search .ni-company .ni-sidebar span {
    display: block; }
  .ni-search .ni-company .ni-sidebar h5 {
    color: #1E364E;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 25px;
    font-size: 15px;
    margin-bottom: 5px;
    font-family: 'Open Sans'; }
  .ni-search .ni-company .socials {
    margin: 7px 0; }
  .ni-search .ni-company .ni-main-content h5 {
    color: #ff6600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 5px;
    font-family: 'Open Sans'; }
  .ni-search .ni-company .ni-main-content > div {
    margin-bottom: 20px; }
  .ni-search .ni-company .ni-sidebar {
    padding: 45px 30px;
    font-family: 'Roboto Slab';
    font-size: 14px; }
  .ni-search .ni-company .ni-main-content {
    padding: 56px 69px 37px 67px; }
  .ni-search .ni-company .company-logo {
    border: none;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 200px; }
  .ni-search .company-full-name h2 {
    font-family: 'Roboto Slab';
    font-size: 40px;
    font-weight: 400; }
  .ni-search .ni-company li {
    list-style: none; }
  .ni-search .ni-company .contact-entry {
    margin-bottom: 10px; }
  .ni-search .ni-main-content .checkbox-list {
    display: block; }
    .ni-search .ni-main-content .checkbox-list > li {
      border-bottom: 1px solid #1E364E;
      padding-bottom: 10px; }
      .ni-search .ni-main-content .checkbox-list > li > span {
        padding-top: 6px;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        padding-right: 30px; }
    .ni-search .ni-main-content .checkbox-list .company-industry {
      display: inline-block;
      margin-left: 10px; }
    .ni-search .ni-main-content .checkbox-list > li > span:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      background-image: url("https://cdn2.hubspot.net/hubfs/2236109/css/dropdown-arrow.svg?t=1530305825198");
      background-size: cover;
      right: 0;
      top: 3px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .ni-search .ni-main-content .checkbox-list > li > span.open:after {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      right: -3px; }
  .ni-search .ni-main-content .sector-checkbox-list {
    display: block;
    display: none; }
    .ni-search .ni-main-content .sector-checkbox-list span {
      display: inline-block; }
    .ni-search .ni-main-content .sector-checkbox-list li {
      position: relative;
      margin-bottom: 0; }
      .ni-search .ni-main-content .sector-checkbox-list li:before {
        content: "+";
        margin-right: 5px; }
  .ni-search .Company .ni-main-content .sector-checkbox-list li:before {
    position: absolute;
    top: 1px; }
  .ni-search .Company .ni-main-content .sector-checkbox-list span {
    padding-left: 16px; }
  .ni-search .ni-main-content .sector-checkbox-list > li > span {
    margin-bottom: 2px; }
  .ni-search .visit-website {
    margin-top: 25px; }
    .ni-search .visit-website a {
      text-decoration: none;
      font-size: 15px;
      margin-bottom: 5px;
      font-family: 'Open Sans';
      font-weight: bold; }
      .ni-search .visit-website a:hover {
        color: #f68428; }
    .ni-search .visit-website .ico-arrow-right-dark {
      margin-left: 5px; }
  .ni-search .ni-company + .section-actions {
    margin-bottom: 80px; }
  .ni-search .company-entry .company-industry {
    text-align: right;
    max-width: 500px; }
  .ni-search .company-industry div {
    background: #1E364E;
    display: inline-block;
    padding: 3px 10px;
    margin-right: 10px;
    font-size: 13px;
    color: white;
    font-weight: 400; }
  .ni-search .company-profile-sort {
    max-height: 540px; }
    .ni-search .company-profile-sort .expand-collapse:after {
      display: none; }
    .ni-search .company-profile-sort.is_stuck + div {
      margin-right: 75px;
      pointer-events: none; }
  .ni-search button#log-in-download {
    background: #ef8b2b;
    color: white;
    font-family: 'Open Sans';
    padding: 11px;
    width: 100%;
    margin-top: 30px; }
  .ni-search .company-profile-sort p {
    font-family: 'Roboto Condensed';
    font-size: 15px;
    line-height: 1.5; }
  .ni-search div[class*="show-industry-"] div[class*="industry-"] {
    display: none; }
  .ni-search .show-industry-0 div[class*="industry-"],
  .ni-search .show-industry-1 .industry-1,
  .ni-search .show-industry-2 .industry-2,
  .ni-search .show-industry-3 .industry-3,
  .ni-search .show-industry-4 .industry-4,
  .ni-search .show-industry-5 .industry-5,
  .ni-search .show-industry-6 .industry-6,
  .ni-search .show-industry-7 .industry-7,
  .ni-search .show-industry-8 .industry-8 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .ni-search .show-industry-0 div[class*="industry-color-"],
  .ni-search div[class*="industry-color-"] {
    display: inline-block !important; }
  .ni-search ul.group-list {
    display: block;
    width: 100%; }
  .ni-search .group-list h3 {
    font-weight: 400;
    padding-right: 25px; }
  .ni-search .Service #ni-search ul ul {
    padding-left: 0;
    margin-left: 0; }
  .ni-search .Service .ni-main-content .checkbox-list > li > span {
    display: block;
    font-size: 18px;
    padding-right: 40px; }
  .ni-search .sector-info {
    display: none;
    font-size: 18px; }
  .ni-search .sector-description {
    margin: 10px 0;
    color: #999;
    padding-right: 30px; }
  .ni-search .company-count {
    display: inline-block;
    font-weight: normal;
    color: #999; }
  .ni-search .company-list {
    -webkit-column-count: 2;
    column-count: 2;
    margin: 20px 0 !important; }
    .ni-search .company-list a {
      font-weight: bold;
      text-decoration: none;
      font-size: 18px; }
      .ni-search .company-list a:hover {
        color: #f68428; }
  .ni-search .Service .expand-collapse:after,
  .ni-search .Survey .expand-collapse:after {
    content: '-';
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 64px;
    line-height: 0.5;
    font-weight: 100; }
  .ni-search .Service .expand-collapse.collapsed:after,
  .ni-search .Survey .expand-collapse.collapsed:after {
    content: '+';
    font-size: 40px;
    top: 6px;
    font-family: 'open sans';
    font-weight: 400; }
  .ni-search .company-list.loading {
    height: 60px;
    width: 100%;
    background: url("https://cdn2.hubspot.net/hubfs/2236109/css/loading-circle.svg?t=1530305825198") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px; }
  .ni-search .Service .ni-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
    .ni-search .Service .ni-cards > div {
      margin-bottom: 20px; }
  .ni-search .Service .flip-boxes {
    padding-top: 50px;
    background: transparent; }
  .ni-search .Survey .company-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill, 135px);
    grid-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .ni-search .Survey p {
    line-height: 1.56;
    font-weight: 300; }
  .ni-search .Survey .company-logos .search-result-logo {
    margin-bottom: 15px;
    background-size: 100%; }
  .ni-search .Survey #ni-search ul li {
    font-weight: 300; }
  .ni-search .vert.execute-search {
    display: none;
    margin-top: 16px; }
  .ni-search .ni-sidebar.survey-info {
    padding: 90px 0 0; }
    .ni-search .ni-sidebar.survey-info * {
      font-family: 'Roboto Condensed';
      color: #1E364E; }
  .ni-search .survey-info h4 {
    font-weight: bold; }
  .ni-search .survey-info h5 {
    font-size: 16px; }
  .ni-search .sample-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0; }
  .ni-search .sample-person {
    width: 100px;
    height: 100px;
    background: #1E364E;
    padding: 25px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ni-search .sample-person svg {
      width: 100%; }
  .ni-search .region-map svg {
    width: 100%; }
  .ni-search .sample-person svg {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .ni-search .sample-person.animate svg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .ni-search .region-map svg .arrow-fill {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0; }
  .ni-search .region-map.animate svg .arrow-fill {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .ni-search .survey-size {
    width: 150px;
    padding: 20px; }
    .ni-search .survey-size span {
      display: block; }
    .ni-search .survey-size .n-size {
      font-size: 40px; }
    .ni-search .survey-size > span:last-of-type {
      font-size: 14px; }
  .ni-search .region-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ni-search .region-stats .stat {
      font-size: 40px;
      position: relative; }
      .ni-search .region-stats .stat:after {
        content: '%';
        font-size: 26px; }
    .ni-search .region-stats > div {
      width: 30%;
      background: #c9d0d7;
      padding: 10px;
      border-radius: 7px;
      text-align: center; }
    .ni-search .region-stats span:last-of-type {
      font-size: 13px;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 30px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .ni-search .stat-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px; }
    .ni-search .stat-description span:last-of-type {
      font-weight: bold; }
  .ni-search .survey-by-region {
    padding-bottom: 40px; }
  .ni-search .bar-outer {
    height: 10px;
    background: #c9d0d7;
    margin-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden; }
  .ni-search .bar-inner {
    position: absolute;
    left: 0;
    top: 0;
    background: #1E364E;
    width: 0;
    height: 10px;
    border-radius: 5px; }
  .ni-search .map-fill {
    fill: #414042; }
  .ni-search .arrow-fill {
    fill: #939598; }
  .ni-search .count {
    display: inline-block !important; }
  .ni-search .slider.article-list {
    max-height: 190px; }
  @media (max-width: 1124px) {
    .ni-search .quick-search-form .form-columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .ni-search .by-company-name {
      width: 100%;
      margin: 0 0 20px; }
    .ni-search .by-market,
    .ni-search .by-region {
      width: 50%;
      margin: 0; }
    .ni-search .horiz.execute-search {
      display: none; }
    .ni-search .vert.execute-search {
      display: block; } }
  @media (max-width: 1024px) {
    .ni-search .Service .ni-main-content .checkbox-list > li > span,
    .ni-search .company-list a,
    .ni-search .sector-info {
      font-size: 14px; } }
  @media (max-width: 1015px) {
    .ni-search #Company1_divCompareWrapper,
    .ni-search #CompanySearchResults1_divCompareWrapper {
      left: 0; } }
  @media (max-width: 930px) {
    .ni-search .ni-sidebar {
      max-width: 100%; }
      .ni-search .ni-sidebar.survey-info {
        padding-top: 0; }
    .ni-search .scorecard,
    .ni-search .search-results {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .ni-search .Survey .search-results,
    .ni-search .scorecard {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .ni-search .Service .ni-main-content,
    .ni-search .Survey .ni-main-content {
      margin-bottom: 30px;
      margin-top: 0; }
    .ni-search .ni-company.section-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .ni-search .ni-company .ni-main-content {
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 30px;
      padding: 45px 30px; }
    .ni-search .ni-main-content {
      margin-left: 0;
      margin-top: 30px; }
    .ni-search .Service .search-results {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .ni-search .Service .flip-boxes {
      padding-top: 0; } }
  @media (max-width: 840px) {
    .ni-search .checkbox-list,
    .ni-search .lists,
    .ni-search .sector-checkbox-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .ni-search .refine-search .checkbox-list,
    .ni-search .refine-search .sector-checkbox-list {
      display: block; }
    .ni-search .sector-checkbox-list li {
      width: 100%; }
    .ni-search .list-col {
      width: 100%;
      border: none !important;
      padding: 0 !important; }
      .ni-search .list-col ul:nth-child(1) {
        margin-bottom: 1.35em; } }
  @media (max-width: 768px) {
    .ni-search .section-body {
      margin-top: -66px; }
    .ni-search .company-search-box .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .ni-search .quick-search-form {
      width: 100%; }
    .ni-search .ni-sponsors-col {
      width: 100%;
      margin-left: 0;
      margin-top: 20px; }
    .ni-search .ni-sponsors-list {
      /*min-height: 290px;*/ }
    .ni-search .intro .intro-title {
      font-size: 40px; }
    .ni-search .scorecard .ni-sponsors-list,
    .ni-search .search-results .ni-sponsors-list {
      min-height: 182px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .ni-search .search-results .lists {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 720px) {
    .ni-search #divCompareRemove,
    .ni-search div#divCompareBar {
      width: 100%; }
    .ni-search div#CompanySearchResults1_divCompareWrapper.slideOut {
      -webkit-transform: translateY(196px);
      -ms-transform: translateY(196px);
      transform: translateY(196px); }
    .ni-search #Company1_divCompareWrapper,
    .ni-search #CompanySearchResults1_divCompareWrapper {
      top: calc(100% - 240px); } }
  @media (max-width: 640px) {
    .ni-search .company-count {
      display: block; } }
  @media (max-width: 580px) {
    .ni-search div#divCompareBar {
      width: 100%;
      display: block;
      margin-right: 0; }
    .ni-search .ni-company .ni-main-content span {
      font-size: 12px; } }
  @media (max-width: 530px) {
    .ni-search .company-search-box {
      padding: 10px; }
    .ni-search .Service .search-results-list {
      margin-top: 20px; } }
  @media (max-width: 500px) {
    .ni-search .by-market,
    .ni-search .by-region {
      width: 100%; }
    .ni-search .by-region {
      margin-bottom: 20px; }
    .ni-search .intro .intro-title {
      font-size: 30px;
      max-width: 100%; }
    .ni-search .group-list h3 {
      font-size: 20px; }
    .ni-search .Service .expand-collapse:after {
      top: -6px; }
    .ni-search .Service .expand-collapse.collapsed:after {
      top: 3px; }
    .ni-search .company-list {
      -webkit-column-count: 1;
      column-count: 1; }
    .ni-search .company-full-name h2 {
      font-size: 30px; }
    .ni-search .Company .ni-main-content .sector-checkbox-list span {
      margin-bottom: 5px; }
    .ni-search .pagination {
      margin-bottom: 10px;
      font-size: 9px; }
      .ni-search .pagination a {
        padding: 5px 10px;
        line-height: 15px;
        margin-bottom: 5px; } }
  .ni-search .list-section > label,
  .ni-search .select-all {
    color: #1E364E; }
  .ni-search .company-search-box {
    border-color: #1E364E; }
  .ni-search .title-banner {
    background: #1E364E; }
  .ni-search .quick-search-form {
    background: #1E364E; }
  .ni-search .ni-sponsors-title {
    color: #1E364E;
    border-color: #1E364E; }
  .ni-search .list-col {
    border-left: 1px solid #1E364E; }
  .ni-search .ni-button {
    background: #1E364E; }
  .ni-search .company-search-box {
    border-bottom: 15px solid #1E364E; }
  .ni-search .ni-button.reverse-color {
    color: #1E364E; }
  .ni-search .checkbox-custom:checked + .checkbox-custom-label:before,
  .ni-search input[type="checkbox"]:checked + label:before {
    background: white;
    -webkit-box-shadow: inset 0 0 0 2px #1E364E;
    box-shadow: inset 0 0 0 2px #1E364E; }
  .ni-search .all-search-options .checkbox-custom:checked + .checkbox-custom-label:before,
  .ni-search .all-search-options input[type="checkbox"]:checked + label:before {
    background: #1E364E;
    -webkit-box-shadow: inset 0 0 0 2px white;
    box-shadow: inset 0 0 0 2px white; }
  .ni-search input#btnSearch {
    color: #1E364E; }
  .ni-search a.selectedPage {
    border-color: #1E364E;
    background: #1E364E; }
  .ni-search .pagination a {
    color: #1E364E;
    border-color: #1E364E; }
  .ni-search .pagination a:hover {
    background: #1E364E !important;
    border-color: #1E364E !important;
    color: #fff !important; }
  .ni-search .industry-color {
    color: #1E364E; }
    .ni-search .industry-color + p {
      margin-top: 0 !important; }
  .ni-search .tab-label {
    background-color: rgba(18, 183, 150, 0.5);
    border-color: white; }
    .ni-search .tab-label:hover {
      background-color: rgba(18, 183, 150, 0.7); }
  .ni-search .selection.row {
    background-color: #10a083; }
  .ni-search .tab-active {
    background-color: #12B796 !important;
    border-color: #12B796; }
  .ni-search .selected-tab-title {
    background-color: #12B796;
    border-color: #12B796; }
  .ni-search .breakdown-title {
    background-color: #12B796; }
  .ni-search .group-list h3 {
    color: #12B796; }
  .ni-search .search-result.selected {
    background-color: #12B796; }
  .ni-search .quick-search-form .ni-button:hover {
    background: #12B796;
    color: white; }
  .ni-search .ni-button {
    border: 1px solid #12B796; }
  .ni-search .ni-button:hover {
    color: #12B796;
    background: white; }
  .ni-search .sample-person {
    background: #12B796; }
  .ni-search .map-fill {
    fill: #12B796; }
  .ni-search .arrow-fill {
    fill: #b7c7d2; }
  .ni-search .region-stats > div {
    background: #b7c7d2; }
  .ni-search .bar-inner {
    background: #12B796; }
  .ni-search .bar-outer {
    background: #b7c7d2; }

/****************************************/
/*            Mobile Styles             */
/****************************************/
/* Tablet
========================================================================== */
@media (min-width: 480px) and (max-width: 767px) {
  .row-fluid .span3 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
    float: left;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%; }
    .row-fluid .span3:nth-child(4) {
      margin-left: 0; } }

/* Phone
========================================================================== */
/* Homepage */
@media (max-width: 768px) {
  .homepage #hero .featured-info {
    padding-right: 10px; }
  #current-issue .row-fluid [class*="span"] {
    width: 100% !important;
    margin-left: 0; }
  #current-issue .current-issue-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #current-issue .current-issue-container .current-issue {
      padding-right: 0 !important;
      text-align: center; }
      #current-issue .current-issue-container .current-issue p {
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: -0.09px;
        text-align: center;
        line-height: 22px; }
    #current-issue .current-issue-container .cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #current-issue .current-issue-container .issue-image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin: 0 auto;
      margin-bottom: 30px;
      max-width: 450px; }
      #current-issue .current-issue-container .issue-image img {
        margin: 0 auto; }
    #current-issue .current-issue-container .current-issue {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    #current-issue .current-issue-container .featured-articles-container {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
  #current-issue .featured-articles-container {
    width: auto !important;
    min-width: auto !important;
    margin-top: 30px !important; }
  #current-issue .current-issue-slider-container {
    margin-top: 30px !important; } }

@media (max-width: 767px) {
  .ad-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .square-ad {
    margin-bottom: 20px; }
  .subscribe-cta {
    margin-left: 0 !important;
    padding: 25px 25px 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .subscribe-cta h3 {
      font-size: 25px;
      color: #FFFFFF;
      letter-spacing: -1px;
      text-align: center; }
    .subscribe-cta p {
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: -0.25px;
      text-align: center;
      line-height: 26px; }
    .subscribe-cta .subscribe-copy {
      text-align: center; }
    .subscribe-cta .newsletter-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
      .subscribe-cta .newsletter-form input[type=text] {
        border: 1px solid white !important;
        margin-bottom: 10px;
        text-align: center; }
    .subscribe-cta .iphone {
      position: unset !important;
      margin-top: 25px; }
  .homepage #hero > div > div > div > .row-fluid,
  .homepage #hero .featured-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .homepage #hero .related-articles-container {
    width: auto !important;
    min-width: auto !important;
    margin-top: 30px !important; }
  .homepage #hero .featured-image {
    margin: 0 -10px; }
  .homepage #hero .featured-info {
    padding-right: 0 !important; }
  .homepage #hero .article-info {
    padding-right: 0 !important; }
    .homepage #hero .article-info h2 {
      padding-right: 0 !important;
      font-size: 26px;
      color: #1E364E;
      letter-spacing: -0.78px;
      line-height: 29px; }
    .homepage #hero .article-info p {
      font-size: 15px;
      letter-spacing: -0.09px;
      line-height: 21px; }
  .homepage #hero .related-articles-container p {
    font-size: 15px;
    letter-spacing: -0.28px;
    line-height: 20px; }
  .homepage #trending-topics {
    margin: 40px 0 !important; }
  .homepage #industry-news .view-by-topic .news-articles {
    columns: unset !important;
    -webkit-columns: unset !important;
    -moz-columns: unset !important; }
    .homepage #industry-news .view-by-topic .news-articles .news-article p {
      font-size: 16px;
      letter-spacing: -0.19px;
      line-height: 23px; }
  .homepage #roundtable .roundtable-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  .homepage #roundtable .roundtable-topics-container {
    width: auto !important;
    max-width: unset !important;
    float: unset !important;
    -ms-flex-item-align: unset !important;
    align-self: unset !important; }
  .homepage #roundtable .roundtable-topics-container a {
    text-align: unset !important; }
  .homepage #press-releases .view-by-topic p {
    font-size: 15px;
    letter-spacing: -0.38px;
    line-height: 20px; }
  .homepage #press-releases .view-by-topic .pr-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .homepage #press-releases .view-by-topic .pr-articles .pr-article {
      width: auto !important; }
  .homepage #featured-contributors h1 {
    text-align: center; }
  .homepage #featured-contributors .featured-contributors-container .client-logos .client-logo {
    width: calc(50% - 40px) !important; }
  .homepage #topics .article-card {
    margin-top: 15px; }
  .homepage #nice-insight-analytics .nice-insight-analytics-container {
    text-align: center; }
  .homepage #nice-insight-analytics .nice-insight-analytics-content {
    text-align: left; }
    .homepage #nice-insight-analytics .nice-insight-analytics-content strong {
      font-size: 20px;
      letter-spacing: -0.16px;
      line-height: 22px; }
  footer > div > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  footer > div > div > .span2 {
    width: calc(50% - 12px) !important;
    margin-right: 12px; }
  footer .footer-button {
    margin-top: 0 !important;
    position: unset !important;
    width: 100%; }
    footer .footer-button .newsletter-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
      footer .footer-button .newsletter-form input[type=text] {
        border: 1px solid #F58426 !important;
        margin-bottom: 10px;
        text-align: center; }
  footer .footer-bottom-bar a {
    float: right;
    margin-left: 0 !important; }
  .pen-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .pen-banner .title {
      padding: 10px 0 !important; }
    .pen-banner .topics {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      margin: 10px 0; }
      .pen-banner .topics a {
        margin: unset !important;
        font-size: 14px;
        letter-spacing: -0.17px;
        text-align: center;
        line-height: 22px; }
        .pen-banner .topics a:after {
          content: '|';
          margin: 0 5px;
          color: #F58426; }
        .pen-banner .topics a:last-of-type:after {
          content: none; }
  .view-by-topic .title h1 {
    font-size: 40px;
    color: #1E364E;
    letter-spacing: -2px; } }

@media (max-width: 480px) {
  .view-by-topic .title {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; } }

@media (max-width: 356px) {
  footer .footer-bottom-bar {
    height: unset !important;
    padding-bottom: 10px !important; }
    footer .footer-bottom-bar a {
      float: left !important; } }

@media (max-width: 768px) {
  #nice-insight-analytics {
    background: #80919B;
    background-image: none; } }

/* Sign Up Page */
@media (min-width: 481px) and (max-width: 767px) {
  .login-form .checkboxes,
  .registration-form .checkboxes {
    position: relative; }
    .login-form .checkboxes .required-label,
    .registration-form .checkboxes .required-label {
      position: absolute;
      top: 0;
      right: 0; } }

@media (max-width: 480px) {
  .registration-form .checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .registration-form .required-label {
    text-align: left;
    margin-bottom: 15px; }
  .registration-form .submit-button {
    text-align: center; }
  .registration-form label {
    line-height: unset !important;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block; }
  .login-form .checkboxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .login-form .required-label {
    text-align: left;
    margin-bottom: 15px; }
  .login-form .submit-button {
    text-align: center; }
  .login-form label {
    line-height: unset !important;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block; }
  .newsletter-label,
  .rememberme-label,
  .required-label,
  .toc-label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .newsletter-label label,
    .rememberme-label label,
    .required-label label,
    .toc-label label {
      margin-top: -2px; } }

/* Misc */
@media (max-width: 1170px) {
  .homepage #roundtable .roundtable-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .homepage #roundtable .question-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0; }
    .homepage #roundtable .question-container .questions-roundtable-topics-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .homepage #roundtable .question-container .questions {
      margin-bottom: 0;
      margin-right: 40px; }
    .homepage #roundtable .question-container .roundtable-topics-container {
      -ms-flex-item-align: end;
      align-self: flex-end; }
  .homepage #roundtable .answer-container {
    width: 100%;
    margin-left: -10px;
    padding-right: 0;
    padding-left: 61px; }
  .homepage #roundtable .headshots .headshot {
    margin-left: -10%;
    width: 24%;
    min-width: 60px; }
    .homepage #roundtable .headshots .headshot.active {
      width: 32%;
      min-width: 80px; }
  .homepage #roundtable .quotes:before {
    left: -49px; }
  .homepage #roundtable .quote {
    font-size: 16px !important; }
  .homepage #roundtable .source {
    font-weight: lighter !important; } }

@media (max-width: 1140px) {
  header .top-nav-container .site-logo {
    width: 157px; }
  header .top-nav-container .shell {
    height: 57px; }
  header .top-nav-container .navs-container {
    z-index: 99;
    position: fixed;
    left: 100%;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 281px;
    height: 100%;
    top: 0;
    padding: 36px 15px 36px 45px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    header .top-nav-container .navs-container.active {
      -webkit-transform: translateX(-281px);
      -ms-transform: translateX(-281px);
      transform: translateX(-281px); }
      header .top-nav-container .navs-container.active + .nav-overlay {
        opacity: 1;
        pointer-events: all; }
  header .top-nav-container .navs {
    padding-right: 10px;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    header .top-nav-container .navs nav {
      padding: 0 !important;
      width: 100%; }
      header .top-nav-container .navs nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
        header .top-nav-container .navs nav ul li {
          margin-left: 0; }
      header .top-nav-container .navs nav a {
        display: block;
        padding-left: 0;
        padding-right: 0;
        color: black !important; }
        header .top-nav-container .navs nav a strong {
          color: black; }
          header .top-nav-container .navs nav a strong i {
            font-style: normal; }
      header .top-nav-container .navs nav > ul > li {
        border-bottom: 2px solid black;
        padding-bottom: 5px;
        margin-bottom: 5px; }
      header .top-nav-container .navs nav ul.dropdown {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        top: 0 !important;
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5px 0 0 5px;
        margin-top: 5px;
        border-top: 2px solid black; }
        header .top-nav-container .navs nav ul.dropdown a {
          padding: 5px; }
        header .top-nav-container .navs nav ul.dropdown .row-fluid > div {
          width: 100% !important;
          margin: 0 !important; }
        header .top-nav-container .navs nav ul.dropdown .row-fluid div:last-of-type h5 {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; }
        header .top-nav-container .navs nav ul.dropdown .two-col {
          columns: 1;
          -webkit-columns: 1;
          -moz-columns: 1; }
        header .top-nav-container .navs nav ul.dropdown ul {
          margin-left: 5px;
          display: none; }
          header .top-nav-container .navs nav ul.dropdown ul li a {
            padding: 5px 0; }
      header .top-nav-container .navs nav .has-dropdown,
      header .top-nav-container .navs nav h6 {
        position: relative; }
        header .top-nav-container .navs nav .has-dropdown:after,
        header .top-nav-container .navs nav h6:after {
          border-style: solid;
          border-width: 0.11em 0.11em 0 0;
          border-color: inherit;
          content: '';
          display: inline-block;
          height: 8px;
          position: absolute;
          top: 4px;
          right: 0;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          vertical-align: middle;
          width: 8px; }
        header .top-nav-container .navs nav .has-dropdown.active:after,
        header .top-nav-container .navs nav h6.active:after {
          top: 8px;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .mobile-toggle {
    display: block; } }

@media (max-width: 742px) {
  header .nav-banner .search .search-input {
    background: #1E364E;
    padding: 0 10px;
    width: 100vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    max-width: calc(100% - 45px);
    opacity: 0;
    pointer-events: none; }
  header .nav-banner .search.active .search-input {
    opacity: 1;
    pointer-events: all; }
  header .nav-banner .search .modal-results {
    left: 0;
    right: 0;
    margin-left: 0;
    max-width: 100%; }
  .leaderboard {
    display: none; } }

@media (max-width: 640px) {
  .homepage #roundtable .question-container .questions-roundtable-topics-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .homepage #roundtable .question-container .questions {
    margin-top: 40px;
    margin-right: 0;
    word-break: break-word; }
  .homepage #roundtable .roundtable-topics-container {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 480px) {
  .title h1 {
    margin-bottom: 5px; } }

@media (max-width: 450px) {
  .pa-tv-btn span {
    display: inline-block; }
    .pa-tv-btn span:first-of-type {
      display: none; }
  footer > div > div > .span2 {
    width: calc(100% - 12px) !important; } }

#roadtocphi {
  padding-bottom: 0; }

.roadtocphimilano {
  /* Device-SPecific Media Queries */
  /* iPhone 11 */
  /* iPhone X */
  /* iPhone 6,7,8 Plus */
  /* Pixel 2 XL */ }
  .roadtocphimilano #hs_cos_wrapper_module_1574794090586371 {
    text-align: center; }
    .roadtocphimilano #hs_cos_wrapper_module_1574794090586371 span {
      font-size: 1.25em;
      color: #1E364E;
      font-weight: 700;
      letter-spacing: -0.6px;
      line-height: 1.2; }
  .roadtocphimilano #hs_cos_wrapper_module_157445213773257 > a > img {
    width: 100%; }
  .roadtocphimilano .lists {
    padding-top: 30px; }
    .roadtocphimilano .lists h3 {
      color: #fe9833;
      margin-bottom: 10px; }
    .roadtocphimilano .lists li {
      font-size: 20;
      font-weight: bold;
      color: #1e364e;
      margin-bottom: 15px; }
    .roadtocphimilano .lists .bluesquarelist {
      margin-bottom: 82px; }
    .roadtocphimilano .lists .orangechecklist {
      margin-bottom: 100px; }
    @media (max-width: 1350px) {
      .roadtocphimilano .lists {
        padding-left: 100px; } }
    @media (max-width: 950px) {
      .roadtocphimilano .lists {
        padding-left: 75px; } }
  .roadtocphimilano .intro-paragraph h2 {
    font-size: 30px; }
  .roadtocphimilano .intro-paragraph p {
    margin-top: 0 !important;
    margin-bottom: 20px; }
  .roadtocphimilano .orangetext {
    color: #fe9833; }
  .roadtocphimilano .bt-dotted {
    padding-top: 10px;
    border-top: 1px dotted #1e364e; }
  .roadtocphimilano .bb-dotted {
    margin-top: 0 !important;
    padding-bottom: 10px;
    border-bottom: 1px dotted #1e364e; }
    .roadtocphimilano .bb-dotted:last-of-type {
      margin-bottom: 0; }
  .roadtocphimilano .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .roadtocphimilano .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .roadtocphimilano .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .roadtocphimilano .span-6 {
    width: 50%; }
  .roadtocphimilano ul.bluesquarelist {
    list-style: none; }
    .roadtocphimilano ul.bluesquarelist li {
      padding-left: 21px;
      position: relative; }
      .roadtocphimilano ul.bluesquarelist li:before {
        content: "";
        position: absolute;
        top: 7px;
        left: -2px;
        width: 14px;
        height: 14px;
        background-color: #337ed9; }
  .roadtocphimilano ul.orangechecklist {
    list-style: none; }
    .roadtocphimilano ul.orangechecklist li {
      padding-left: 21px;
      position: relative; }
      .roadtocphimilano ul.orangechecklist li:before {
        content: "";
        position: absolute;
        top: 7px;
        left: -2px;
        height: 14px;
        width: 14px;
        background-image: url("https://www.pharmasalmanac.com/hubfs/road%20to%20cphi%20milano/Check%20mark%20orange.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
  @media (max-width: 420px) {
    .roadtocphimilano .blog-cards-title {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
      .roadtocphimilano .blog-cards-title .viewall {
        font-size: 12px;
        margin-top: 10px; } }
  .roadtocphimilano .engagethemarket {
    padding-bottom: 0;
    background-color: #1e364e;
    color: white;
    padding-top: 20px;
    font-size: 20px;
    border-bottom: 18px #337ed9 solid; }
    .roadtocphimilano .engagethemarket .etmrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 321px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .roadtocphimilano .engagethemarket #smartphone {
      width: 325px;
      height: 321px;
      background-image: url("https://www.pharmasalmanac.com/hubfs/road%20to%20cphi%20milano/iphone_img_@2x.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .roadtocphimilano .engagethemarket ul.bluesquarelist {
      -webkit-columns: 2;
      columns: 2; }
      .roadtocphimilano .engagethemarket ul.bluesquarelist li {
        max-width: 253px;
        padding-bottom: 5px; }
    @media (min-width: 768px) {
      .roadtocphimilano .engagethemarket .etmrow {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .roadtocphimilano .engagethemarket .etmrow .flex-column {
          height: 100%; } }
    @media (max-width: 767px) {
      .roadtocphimilano .engagethemarket ul.bluesquarelist {
        margin-bottom: 20px; }
      .roadtocphimilano .engagethemarket #smartphone {
        margin: 0 auto; } }
    @media (max-width: 440px) {
      .roadtocphimilano .engagethemarket ul.bluesquarelist {
        -webkit-columns: 1;
        columns: 1; }
        .roadtocphimilano .engagethemarket ul.bluesquarelist li {
          max-width: unset; } }
  .roadtocphimilano #sponsor-levels {
    padding-top: 120px; }
    .roadtocphimilano #sponsor-levels h3 {
      margin-bottom: 12px; }
    .roadtocphimilano #sponsor-levels .left-column #sponsorshiplist {
      margin-bottom: 75px; }
    @media (max-width: 1300px) {
      .roadtocphimilano #sponsor-levels .left-column span.hotairballoon:before {
        display: none; } }
  .roadtocphimilano .sponsortable thead {
    background-color: #1e364e;
    color: white; }
  .roadtocphimilano .sponsortable tbody tr:nth-child(even) {
    background-color: orange; }
  .roadtocphimilano .sponsortable td {
    padding: 10px; }
  .roadtocphimilano #pa-tv {
    position: relative;
    background: #f0f0f0;
    margin-bottom: 60px; }
    .roadtocphimilano #pa-tv:after, .roadtocphimilano #pa-tv:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      background: inherit;
      width: 100%; }
    .roadtocphimilano #pa-tv:before {
      left: -100%; }
    .roadtocphimilano #pa-tv:after {
      right: -100%; }
    .roadtocphimilano #pa-tv .slim-vids .update .update-title {
      margin-bottom: 0 !important; }
    .roadtocphimilano #pa-tv .featuredVideo {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      height: auto;
      margin-left: 0; }
      .roadtocphimilano #pa-tv .featuredVideo iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .roadtocphimilano #pa-tv .col,
    .roadtocphimilano #pa-tv .cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .roadtocphimilano #pa-tv .update {
      width: 100%;
      min-height: 483px; }
      .roadtocphimilano #pa-tv .update .update-content {
        max-width: 100%;
        margin: 0;
        padding: 15px 16px; }
        .roadtocphimilano #pa-tv .update .update-content span.description > p {
          line-height: 1.5; }
    .roadtocphimilano #pa-tv .section-title {
      margin-bottom: 30px; }
    .roadtocphimilano #pa-tv .video-img,
    .roadtocphimilano #pa-tv iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .roadtocphimilano #pa-tv .rounded-box {
      background: rgba(23, 35, 34, 0.75);
      border-radius: 0.5em;
      border: none; }
    .roadtocphimilano #pa-tv .button-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
    .roadtocphimilano #pa-tv .play {
      border: none;
      position: absolute;
      width: 3.8em;
      height: 2.4em;
      color: #fff;
      position: relative;
      -webkit-transition: opacity 250ms ease-out, background-color 40ms, color 40ms;
      -o-transition: opacity 250ms ease-out, background-color 40ms, color 40ms;
      transition: opacity 250ms ease-out, background-color 40ms, color 40ms; }
    .roadtocphimilano #pa-tv .play svg {
      width: 1.2em;
      height: 1.2em; }
    .roadtocphimilano #pa-tv .play svg .fill {
      fill: white; }
    .roadtocphimilano #pa-tv .video-img + .button-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .roadtocphimilano #pa-tv .slim-vids .playing button {
      display: none; }
    .roadtocphimilano #pa-tv .slim-vids .update {
      background: #f0f0f0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow-y: auto !important; }
    .roadtocphimilano #pa-tv .slim-vids .featuredVideo {
      padding-bottom: inherit !important;
      width: 219px;
      min-width: 219px;
      margin: 0; }
    .roadtocphimilano #pa-tv .update-image.bgSet {
      background-size: cover;
      background-position: center; }
    .roadtocphimilano #pa-tv .slim-vid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: white;
      /*overflow: hidden;*/
      height: 24%;
      min-height: 120px;
      position: relative; }
      .roadtocphimilano #pa-tv .slim-vid p {
        line-height: 1.6; }
      .roadtocphimilano #pa-tv .slim-vid .description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .roadtocphimilano #pa-tv .vid-player .update {
      padding-top: 0;
      background: white; }
    .roadtocphimilano #pa-tv .slim-vid .update-content {
      font-size: 12px;
      width: 100%;
      margin: 0; }
    @media only screen and (min-width: 480px) {
      .roadtocphimilano #pa-tv {
        /*    .slim-vid.selected:after {*/
        /*    right: 100%;*/
        /*    top: 50%;*/
        /*    border: solid transparent;*/
        /*	content: " ";*/
        /*	height: 0;*/
        /*	width: 0;*/
        /*	position: absolute;*/
        /*	pointer-events: none;*/
        /*	border-color: rgba(0, 0, 0, 0);*/
        /*	border-right-color: #f68428;*/
        /*	border-width: 15px;*/
        /*	margin-top: -15px;*/
        /*}*/ }
        .roadtocphimilano #pa-tv .slim-vid {
          cursor: pointer;
          -webkit-transition: color 0.3s;
          -o-transition: color 0.3s;
          transition: color 0.3s;
          height: 20%;
          min-height: 109px; }
        .roadtocphimilano #pa-tv .slim-vid .update-title {
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .roadtocphimilano #pa-tv .slim-vid:hover {
          color: #f68428; }
        .roadtocphimilano #pa-tv .slim-vid:hover .update-title {
          color: #f68428; }
        .roadtocphimilano #pa-tv .update {
          width: 100%; }
        .roadtocphimilano #pa-tv .slim-vids .featuredVideo {
          width: 189px;
          min-width: 189px; }
        .roadtocphimilano #pa-tv .slim-vid.selected .featuredVideo {
          /*box-shadow: inset 0px 0px 0px 5px #f68428;*/ }
        .roadtocphimilano #pa-tv .slim-vid.selected {
          background: #f68428 !important;
          color: white !important; }
        .roadtocphimilano #pa-tv .slim-vid.selected .update-title {
          color: white !important; }
        .roadtocphimilano #pa-tv .slim-vid.playing .featuredVideo:before {
          content: "NOW PLAYING";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.7);
          text-align: center;
          color: white;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding-top: 22%;
          font-size: 13px;
          font-weight: bold; }
        .roadtocphimilano #pa-tv .slim-vid.playing .featuredVideo:after {
          content: "\25BA";
          font-family: FontAwesome;
          position: absolute;
          width: 100%;
          height: 100%;
          top: -10%;
          left: 0;
          text-align: center;
          color: white;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 30px; } }
    @media only screen and (max-width: 479px) {
      .roadtocphimilano #pa-tv .vid-player {
        display: none !important; } }
  .roadtocphimilano .sponsors-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px 60px; }
    .roadtocphimilano .sponsors-images .col {
      width: calc(20% - 20px);
      margin: 10px; }
      @media (max-width: 767px) {
        .roadtocphimilano .sponsors-images .col {
          width: calc(25% - 20px); } }
      @media (max-width: 570px) {
        .roadtocphimilano .sponsors-images .col {
          width: calc(33.33% - 20px); } }
      @media (max-width: 420px) {
        .roadtocphimilano .sponsors-images .col {
          width: calc(50% - 20px); } }
    .roadtocphimilano .sponsors-images p {
      display: none; }
  .roadtocphimilano #r2c-footer {
    background: #1e364e;
    color: white;
    padding: 80px 0;
    margin-top: 80px;
    position: relative; }
    .roadtocphimilano #r2c-footer:after, .roadtocphimilano #r2c-footer:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      background: inherit;
      width: 100%; }
    .roadtocphimilano #r2c-footer:before {
      left: -100%; }
    .roadtocphimilano #r2c-footer:after {
      right: -100%; }
    .roadtocphimilano #r2c-footer h2 {
      color: white;
      line-height: 1.4;
      margin-bottom: 20px; }
      .roadtocphimilano #r2c-footer h2 a {
        color: #fe9833; }
    .roadtocphimilano #r2c-footer ul {
      max-width: 500px;
      list-style: none;
      -webkit-columns: 2;
      columns: 2; }
      .roadtocphimilano #r2c-footer ul strong {
        color: #fe9833; }
      .roadtocphimilano #r2c-footer ul li {
        -webkit-column-break-inside: avoid !important;
        page-break-inside: avoid !important;
        break-inside: avoid !important; }
    @media (max-width: 767px) {
      .roadtocphimilano #r2c-footer img {
        padding: 30px; } }
  .roadtocphimilano #r2bWrapper {
    margin-top: 100px;
    text-align: center;
    background-color: #F5A623;
    padding-bottom: 0px;
    color: white;
    font-weight: 700;
    padding-top: 64px;
    position: relative;
    font-size: 24px; }
    .roadtocphimilano #r2bWrapper:before {
      content: '';
      position: absolute;
      top: 0;
      left: -100vw;
      width: 200vw;
      background-color: #F5A623;
      height: 588px;
      z-index: -1 !important; }
  @media (max-width: 600px) {
    .roadtocphimilano .threecolumnlist {
      -webkit-columns: 2;
      columns: 2; } }
  @media (max-width: 420px) {
    .roadtocphimilano .threecolumnlist li {
      font-size: 12px; } }
  @media (max-width: 767px) {
    .roadtocphimilano #table {
      display: none !important; } }
  @media (max-width: 767px) {
    .roadtocphimilano #tablemobile {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .roadtocphimilano .centeredheader p {
    font-weight: 700;
    font-size: 20px;
    color: #F5A623; }
  .roadtocphimilano .centeredheader h2 {
    max-width: 620px;
    margin: auto; }
  @media (min-width: 768px) {
    .roadtocphimilano .mobile-show {
      display: none !important; }
    .roadtocphimilano #r2bmobile {
      display: none; } }
  @media (max-width: 767px) {
    .roadtocphimilano #r2bmobile {
      display: block;
      margin-top: 100px;
      text-align: center;
      padding-bottom: 0px;
      color: white;
      font-weight: 700;
      padding-top: 64px;
      position: relative;
      font-size: 24px !important;
      color: white !important;
      margin-bottom: 50px; }
      .roadtocphimilano #r2bmobile:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100vw;
        width: 200vw;
        background-color: #F5A623;
        height: 70%;
        z-index: -1 !important; }
    .roadtocphimilano .desktop-show {
      display: none !important; }
    .roadtocphimilano .mobile-show {
      display: block !important; }
    .roadtocphimilano .intro-text {
      padding-top: 32px;
      padding-bottom: 0; }
      .roadtocphimilano .intro-text .intro-paragraph {
        padding-bottom: 20px; }
    .roadtocphimilano .left-column h3.orangetext {
      margin-top: 20px !important; }
    .roadtocphimilano .row-fluid-wrapper.row-depth-1.row-number-7 {
      display: none; }
    .roadtocphimilano #hs_cos_wrapper_module_1574794090586371 {
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .roadtocphimilano .sponsors-images {
      margin-top: 15px !important; }
    .roadtocphimilano #pa-tv .section-title {
      margin-bottom: 0; }
    .roadtocphimilano #pa-tv .viewall {
      margin-bottom: 15px; }
    .roadtocphimilano .becomeasponsor.mobile-show {
      margin-top: 40px !important; }
    .roadtocphimilano #sponsorshiplist {
      margin-bottom: 40px !important; }
    .roadtocphimilano #roadtocphi #tablesection {
      padding-top: 0 !important; }
    .roadtocphimilano #sponsor-levels {
      padding-top: 60px; }
      .roadtocphimilano #sponsor-levels .left-column {
        padding-top: 0; }
    .roadtocphimilano .lists {
      padding-left: 65px; }
    .roadtocphimilano #hs_cos_wrapper_module_1574452327567162_ {
      display: none; }
    .roadtocphimilano .r2bimage {
      margin-top: 75px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .roadtocphimilano #hs_cos_wrapper_module_157445213773257 > a > img {
      display: none; }
    .roadtocphimilano #mobile-header {
      display: block !important; }
      .roadtocphimilano #mobile-header .mobile-image {
        background-image: url("https://www.pharmasalmanac.com/hubfs/road%20to%20cphi%20milano/header_mobile_@2x.jpg");
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 91vh; }
    .roadtocphimilano .r2bimage {
      background-image: url("https://www.pharmasalmanac.com/hubfs/road%20to%20cphi%20milano/the%20road_to_bio_mobile_@2x.jpg");
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat;
      min-height: 117vh; }
      .roadtocphimilano .r2bimage img {
        display: none !important; } }
  @media (max-width: 450px) {
    .roadtocphimilano .r2bimage {
      margin-left: -10px;
      margin-right: -10px; } }
  @media only screen and (min-width: 375px) and (max-width: 767px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    .roadtocphimilano .roadtocphimilano #mobile-header .mobile-image {
      background-image: url("https://www.pharmasalmanac.com/hubfs/road%20to%20cphi%20milano/header_mobile_@2x.jpg");
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat;
      min-height: 79vh; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .roadtocphimilano .lists {
      padding-left: 0 !important; }
      .roadtocphimilano .lists .hotairballoon:before {
        display: none; }
    .roadtocphimilano #mobile-header .mobile-image {
      min-height: 75vh !important; }
    .roadtocphimilano .r2bimage {
      background-image: url("https://www.pharmasalmanac.com/hubfs/road%20to%20cphi%20milano/the%20road_to_bio_mobile_@2x.jpg");
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat;
      min-height: 96vh; }
      .roadtocphimilano .r2bimage img {
        display: none !important; } }
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    .roadtocphimilano #mobile-header .mobile-image {
      min-height: 91vh !important; }
    .roadtocphimilano .r2bimage {
      background-image: url("https://www.pharmasalmanac.com/hubfs/road%20to%20cphi%20milano/the%20road_to_bio_mobile_@2x.jpg");
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat;
      min-height: 117vh; }
      .roadtocphimilano .r2bimage img {
        display: none !important; } }
  @media screen and (device-width: 411px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: portrait) {
    .roadtocphimilano #mobile-header .mobile-image {
      min-height: 81vh !important; }
    .roadtocphimilano .r2bimage {
      background-image: url("https://www.pharmasalmanac.com/hubfs/road%20to%20cphi%20milano/the%20road_to_bio_mobile_@2x.jpg");
      background-position: top center;
      background-size: contain;
      background-repeat: no-repeat;
      min-height: 104vh; }
      .roadtocphimilano .r2bimage img {
        display: none !important; } }

body.hs-content-id-21811309525 ul.inputs-list {
  webkit-columns: 1 !important;
  -webkit-columns: 1 !important;
  columns: 1 !important; }

body.hs-content-id-21811309525 .hs-submit div.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
