body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #01355a;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background-color: #01355a;
  font-weight: 400;
}

.button.account-profile-page {
  margin-top: 30px;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
  font-size: 14px;
}

.navigation-menu {
  display: block;
  margin-top: 16px;
  font-size: 14px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #01355a;
}

.section.coverage-list-section {
  padding: 40px 10px 0px 10px;
  /*border-right: 1px solid #747272;
  border-left: 1px solid #747272;*//*MP MOD*/
}
.section.coverage-list-section .coverage-div>p {
  text-align: left;
}

.section.services-pages-section {
  padding: 40px 10px 0px 10px;
  /*border-right: 1px solid #747272;
  border-left: 1px solid #747272;*//*MP MOD*/
}

.section.client-portal-header {
  padding: 80px 10px 8px;/*MP MOD*/
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {/*MP MOD*/
  padding-top: 195px;
  padding-bottom: 145px;
  border-bottom: 4px solid #01355a;
  background-image: url('/images/chainbridge/bk2_extended.jpg');
  background-image: url('/images/chainbridge/bk2_extended.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: 100%, auto, cover;
  background-color: #6b6b6b;
  text-align: center;
  background-repeat: no-repeat;
}

.hero-heading {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 60px;
  margin-bottom: 30px;
  text-shadow: 0 5px 16px #000;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #000;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  background-color: transparent;
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
}

.section-subheading.center.off-white {
  margin-top: 40px;
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.center.what-we-do-paragraph {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: hsla(0, 0%, 95%, .31);
}

.footer.center {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #dbdbdb;
  background-color: #01355a;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #c4c0c0;
  font-size: 15px;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px none #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  display: block;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spc {
  padding-left: 0px;
}

.headshot-image {
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 8px;
  float: left;
}

.headshot-description {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  clear: none;
  text-align: left;
}

.services-pages-paragraph, .services-pages-paragraph>* {/*MP MOD*/
  float: none;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  text-align: justify;
}

.client-portal-links-container {/*MP MOD - removed width*/
  margin-right: auto;
  margin-left: auto;
}

.client-portal-links {/*MP MOD - removed width*/
  margin-right: auto;
  margin-left: auto;
  border: 0px none #8e8e9c;
}

.client-portal-link-text {
  margin-right: 14px;
  margin-left: 14px;
  color: #000;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.client-portal-link-text.current-page {
  font-weight: 700;
}

.client-portal-search-and-filter-container {
  /*margin-top: 45px;*//*MP MOD*/
}

.client-portal-search-and-filter-container.company-index {
  margin-bottom: 39px;
}

.client-portal-search-wrapper {/*MP MOD*/
  width: 40%;
  float:left;
}

.client-portal-field-label {
  font-weight: 400;
  text-align: left;
}

.client-portal-search-button {
  float: left;
  clear: none;
  background-color: #01355a;
  font-size: 14px;
  text-align: center;
  margin-left: -8px;
  margin-top: 25px;
}

.client-portal-download-button {
  float: left;
  clear: none;
  background-color: #01355a;
  font-size: 14px;
  text-align: center;
  margin-left: 85px;
}


.client-portal-sector-drop-down-wrapper {/*MP MOD*/
  width: 25%;
  margin-bottom: 0px;
  margin-left: 5%;
  float: left;
}

.client-portal-report_type-drop-down-wrapper {/*MP MOD*/
  width: 25%;
  margin-bottom: 0px;
  margin-left: 5%;
  float: right;
}

.client-portal-company-index-sector-drop-down-wrapper {/*MP MOD*/
  width: 35%;
  margin-bottom: 0px;
  margin-left: 5%;
  float: right;
}

.client-portal-company-index-search-wrapper {/*MP MOD*/
  width: 60%;
  float:left;
}

.h3-client-portal {
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 400;
}

.h3-client-portal-search {
  margin-top: 45px;
  margin-bottom: 20px;
  font-weight: 400;
}


.h3-client-portal.account-profile {
  margin-top: 59px;
  margin-bottom: 0px;
  padding-top: 15px;
  float: none;
  border-top: 7px solid #ededf0;
  text-align: left;
}

.client-portal-report-listing {
  width: 75%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.client-portal-column-headings {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 600;
}

.client-portal-heading-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #747272;
  border-right-width: 1px;
  border-right-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #747272;
  background-color: #f5f8fd;
  color: #52728d;
  line-height: 19px;
  text-align: left;
}

.client-portal-report-list-text {
  font-size: 14px;
  text-align: left;
/*  height: 20px;
  line-height: 30px;
*/
}

.client-portal-report-list-text.report-link, .client-portal-report-list-text.report-link a:link, .client-portal-report-list-text.report-link a:visited {/*MP ADD*/
  text-decoration: underline;
  text-align:center;
  color: #6a859c;
}

.client-portal-report-list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 5%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #747272;
}

.client-portal-list-item {
  height: auto;
}

.button-view-older {
  border: 1px solid #000;
  background-color: #fff;
  color: #01355a;
  font-size: 14px;
  margin: 10px;/*MP MOD*/
}

.white-button {
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  background-color: #fff;
  color: #01355a;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.company-index-listing {
  line-height: 25px;
}

.account-profile-check-box-field {
  width: 225px;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: left;
  font-style: normal;
  text-align: left;
}

.account-profile-check-box-field.sector-listings {
  display: block;
  margin: 0px 10px 21px 0px;
  float: left;
}

.account-profile-check-box {
  display: inline-block;
  margin-top: 0px;
  margin-right: 11px;
  margin-left: 0px;
  float: none;
  font-size: 16px;
}

.search-type-check-box {
  display: inline;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
  margin-bottom: 0px;
  float: none;
  font-size: 16px;
}

.search-type-main-label {
  display: inline;
  font-weight: normal;
}

.client-portal-search-type-container {
  margin-left: -23px;
}

.client-portal-search-and-filter-container-a {
  width: 750px;
  margin-left: 150px;
}

.account-profile-text {
  margin-top: 6px;
  float: none;
  font-size: 15px;
  text-align: left;
}

.account-profile-text.report-titles {
  margin-top: 57px;
  padding-left: 0px;
  background-color: transparent;
  color: #00538f;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.account-profile-checkbox-form {
  margin-top: 6px;
  font-size: 15px;
}

.account-profile-checkbox-form.sectors {
  display: block;
  margin-top: 0px;
  padding-top: 17px;
  font-size: 15px;
  line-height: 12px;
}

.account-profile-field-label {
  font-size: 15px;
  line-height: 15px;
}

.form-field-label {
  margin-top: 17px;
  padding-left: 11px;
  float: left;
  font-size: 14px;
  text-indent: 0px;
}

.form-field-label.login-page {
  margin-top: 0px;
}

.login-form {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.client-login-text-forgot {
  margin-bottom: 18px;
  padding-top: 60px;
  font-size: 14px;
  text-align: left;
}

.phone-footer-text {
  padding-left: 35px;
}

.nav-link {
  margin-left: 19px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 13px;
  font-weight: 400;
}

.nav-link.w--current {
  margin-left: 20px;
  font-size: 13px;
}

.careers-lead-paragraph {
  text-align: left;
}

.nav-link-client-portal {
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 25px;
  color: #01355a;
  font-size: 15px;
  text-decoration: none;
}

.nav-link-client-portal.w--current {
  padding: 5px 7px;
  border: 1px dotted #bebbbb;
  font-weight: 400;
  text-decoration: none;
}

.disclaimer_container {
  margin-top: 100px;
}

.disclaimer-text {
  width: 60%;
  margin: 0px auto;
  padding-top: 65px;
  padding-bottom: 65px;
  float: none;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  text-align: left;
}

.disclaimer-section {
  position: static;
  display: block;
  margin-top: 0px;
  float: none;
  clear: none;
  background-color: #ebf7ff;
}

.contact-us-homepage-section {
  margin-bottom: 0px;
  padding-top: 35px;
  background-color: #ebf7ff;
  text-align: center;
}

.services-homepage-columns {
  margin-top: 40px;
}

.body {
  background-color: #fff;
}

.sample-reports-section {
  padding-bottom: 45px;
  background-color: #fff;
}

.h3-sample-research {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}

.pcs-footer-link {
  color: #4b4b64;
  text-decoration: none;
}

.address-footer {
  padding-left: 35px;
}

.disclaimer-section-not-homepage {
  background-color: #fff;
}

.igr-announcement-text {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 3px none #fff;
  color: #fff;
}

.container-for-igr-text-box {
  margin-top: 40px;
  border: 1px none #fffcfc;
  background-color: #01355a;
}

.exclamation-mark-icon {
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 0px;
  float: left;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    display: block;
    width: 95%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    font-size: 15px;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
    background-size: cover, auto, cover;
  }
  .footer-link {
    padding-right: 10px;
  }
  .spc {
    padding-right: 10px;
    padding-left: 10px;
  }
  .headshot-description {
    padding-left: 219px;
    float: none;
  }
  .client-portal-links-container {
    width: 100%;
    line-height: 0px;
  }
  .client-portal-links {
    width: 100%;
    line-height: 51px;
  }
  .client-portal-report-listing {
    width: 100%;
  }
  .client-portal-column-headings {
    font-size: 12px;
    font-weight: 600;
  }
  .client-portal-report-list-text {
    font-size: 12px;
  }
  .client-portal-report-list-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .disclaimer-text {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .section.services-pages-section,.section.coverage-list-section {
    padding-top: 25px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-link {
    padding-left: 20px;
    text-align: left;
  }
  .spc {
    margin-bottom: 30px;
    padding-left: 30px;
  }
  .headshot-description {
    margin-bottom: 25px;
  }
  .client-portal-links {
    display: block;
    width: 100%;
    float: none;
    clear: none;
    font-size: 15px;
  }
  .client-portal-link-text {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    clear: none;
    line-height: 45px;
  }
  .client-portal-link-text.current-page.w--current {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    clear: none;
  }
  .client-portal-search-and-filter-container {/*end MP MOD*/
    display: block;
  }
  .client-portal-search-and-filter-container.company-index {
    position: static;
    display: block;
    overflow: visible;
    text-align: center;
  }
  .client-portal-search-wrapper {
    width: 100%;
  }
  .client-portal-field-label {
    display: inline;
    float: left;
    clear: none;
    font-size: 14px;
  }

  .client-portal-sector-drop-down-wrapper, .client-portal-report_type-drop-down-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .client-portal-company-index-sector-drop-down-wrapper {/*MP MOD*/
    width: 100%;
    margin-left: 0;
  }
  .client-portal-company-index-search-wrapper {/*MP MOD*/
    width: 100%;
  }/*end MP MOD*/
  .client-portal-column-headings {
    display: block;
    float: none;
  }
  .client-portal-heading-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .phone-footer-text {
    padding-left: 0px;
  }
  .disclaimer-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .address-footer {
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .button.full-width {
    width: 85%;
  }
  .hamburger-button {
    display: block;
    color: #000;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .white-box.transparent {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(39, 74, 187, .77);
    background-color: transparent;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-heading {
    font-size: 42px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .section-subheading.center.off-white {
    font-size: 14px;
    line-height: 24px;
  }
  .section-subheading.center.what-we-do-paragraph {
    font-size: 14px;
    line-height: 25px;
  }
  .form-field.text-area {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-text {
    width: 275px;
    margin-right: auto;
    margin-left: auto;
  }
  .headshot-image {
    margin-top: 35px;
    float: none;
  }
  .headshot-description {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 15px;
    padding-left: 0px;
    float: left;
    border-bottom: 1px solid hsla(240, 7%, 58%, .5);
  }
  .client-portal-links {
    width: 64%;
    float: none;
    line-height: 20px;
    text-align: left;
  }
  .client-portal-search-and-filter-container {
    display: block;
  }
  .client-portal-search-and-filter-container.company-index {
    position: static;
    display: block;
    overflow: visible;
    text-align: center;
  }
  .client-portal-search-wrapper {
    width: 100%;
  }
  .client-portal-field-label {
    display: inline;
    float: left;
    clear: none;
    font-size: 14px;
  }

  .client-portal-sector-drop-down-wrapper, .client-portal-report_type-drop-down-wrapper {
    width: 100%;
  }
  .h3-client-portal {
    font-size: 18px;
  }
  .client-portal-report-list-text {
    text-align: center;
    text-decoration: none;
  }
  .client-portal-report-list-text.report-title {
    font-weight: 700;
    text-decoration: underline;
  }
  .client-portal-report-list-row {
    display: inline-block;
  }
  .white-button {
    display: inline-block;
  }
  .login-form {
    width: 100%;
  }
  .phone-footer-text {
    font-size: 16px;
  }
  .phone-column-2 {
    display: inline;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .company-index-form-for-phone {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    float: left;
    clear: none;
  }
  .nav-link-client-portal {
    display: inline-block;
  }
  .nav-link-client-portal.w--current {
    padding: 0px;
    font-weight: 600;
    text-decoration: underline;
  }
  .disclaimer-text {
    padding-left: 10px;
  }
  .contact-us-homepage-paragraph {
    padding-left: 5px;
  }
  .names-our-team {
    display: block;
    margin-right: auto;
    margin-bottom: -30px;
    margin-left: auto;
    text-align: center;
  }
}


/* MP ADDITIONS - MP MOD inline above */

.client-portal-search-wrapper.company-index {
  width: 60%; /*MP MOD*/
}

.client-portal-sector-dropdown-wrapper.company-index {
  width: 35%; /*MP MOD*/
}


.client-portal-search-button-wrapper {
    padding-top: 20px;
    text-align: center;
}

/* ----------------- ADMIN ---------------- */
#adminHeader {
  background-color: #01355a;
  border-bottom: 3px solid #D2D2D2;
  text-align: center;
}

#adminHeader #adminIndicator {
  color:#FFFFFF;
  font-size:24px;
}

#adminHeader li {
  padding: 5px 30px;
  line-height: 30px;
}

#adminHeader li.admin_link a {
  color:#FFFFFF;
  font-size:20px;
}

#adminHeader li.admin_link a:hover,#adminHeader li.admin_link a:focus,#adminHeader li.admin_link a.current{
  border-bottom: 2.5px solid #FFFFFF;
}

#adminHeader a{color:#000;outline:none;text-decoration:none;}
#adminHeader a:hover,a:focus,a.current{color:#000;text-decoration:none;}

#adminHeader .cols>*{display:inline-block;vertical-align:top;}

/* just a page hack so ul/li doesn't have bullets/margin/padding */
.no_bullets{list-style-type:none;margin:0;padding:0;}
.no_bullets li{margin:0;padding:0;}


a.no_style {
  color:inherit;
  text-decoration: none;
}
a.no_style:hover,a.no_style:focus {
  text-decoration:underline;
}

.almost_hidden {
  border: 0 none !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -99999em !important;
  visibility: hidden !important;
  width: 0 !important;
}

/* -- messages -- */

.message_container {
  margin: 30px auto 0;
  width: 60%;
}

.message_container .status {
  font-weight: bold;
  display: none;
}

.message_container ul {
  margin:0;
}

.system_message.success, .recovery_status.success, .recovery.success {
  color: #499644;
}

.system_message.error, .recovery_status.error {
  color: #ff1d00;
}

.system_message.message {
  color: #00078d;
}

/* -- autocomplete --*/
.autocomplete-suggestions {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #999999;
    font-size: 0.7em;
    overflow: auto;
    text-align: left;
}
.autocomplete-suggestion {
    overflow: hidden;
    padding: 2px 5px;
    white-space: nowrap;
}
.autocomplete-selected {
    background: #f0f0f0 none repeat scroll 0 0;
}
.autocomplete-suggestions strong {
    color: #3399ff;
    font-weight: normal;
}