/* Custom styles for Zembles*/
/*General*/
/*:root {
  >--zem-blue: #3060ad;
  >--zem-blue-light: #2a7cca;
  >--zem-link: #3060ad;
  >--zem-link-hover: #2a7cca;
  >--zem-link-active: #000;
  >--zem-button-bknd-default: #3060ad;
  >--zem-button-bknd-hover: #2a7cca;
  >--zem-button-bknd-pressed: #000;
  --zem-button-text: #fff;
  --zem-text-button-bknd-default: #fff;
  >--zem-text-button-bknd-hover: #2a7cca;
  >--zem-text-button-bknd-pressed: #3060ad;
  >--zem-text-button-text: #3060ad;
  >--zem-text-button-text-hover: #fff;
  >--zem-text-button-text-pressed: #fff;
}*/

html,
body {
  height: 100%;
}

/* Bootstrap Pro Edit */
body {
  font-family: 'DM Sans', sans-serif !important;
}

a {
  color: #3060ad;
}
a:hover {
  color: #2a7cca;
}
a:active {
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
h2 {
  margin: 0;
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.5rem;
  }
}
/* Bootstrap Pro Edit */
strong {
  font-weight: 700;
}

.container {
  padding-bottom: 5rem;
}

.text-blue {
  color: #3060ad;
}

.strong {
  font-weight: bold;
}

/*Header*/
.nav-logo {
	min-width: 250px;
}
/* Bootstrap Pro Edit */
.navbar {
  box-shadow: none !important;
}

.navbar-light .navbar-toggler {
  border: none;
}
.navbar-light .navbar-toggler:hover {
  background-color: #2a7cca;
}

/* Bootstrap Pro Edit */
.navbar-light .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url(../img/icon-menu-white.svg);
}

/* Bootstrap Pro Edit */
.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/icon-menu.svg);
}

.navbar-light .logo {
  height: 1.875rem;
}

.navbar-collapse {
  background-color: #fff;
  border: 1px solid #2a7cca;
  border-radius: .625rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  left: 1.75rem;
  padding: 0;
  position: absolute;
  top: 3.5rem;
  width: 12rem;
  z-index: 1;
}
@media (max-width: 576px) {
  .navbar-collapse {
    width: 85%;
  }
}
.navbar-collapse ul.navbar-nav {
  margin: 0;
  padding: 0 0 .625rem;
}
.navbar-collapse ul.navbar-nav li {
  color: #000;
  margin: 0;
  padding: 0;
}
.navbar-collapse ul.navbar-nav li.nav-item-user {
  border-bottom: 1px solid #2a7cca;
}
.navbar-collapse ul.navbar-nav li.nav-item-user .name {
  font-size: 1rem;
  margin: 0;
  overflow: hidden;
  padding: .625rem .626rem 0;
  text-overflow: ellipsis;
}
.navbar-collapse ul.navbar-nav li.nav-item-user .email {
  color: #999;
  font-size: .7rem;
  margin: 0;
  overflow: hidden;
  padding: 0 .626rem .626rem;
  text-overflow: ellipsis;
}

/* Bootstrap Pro Edit */
.navbar-collapse ul.navbar-nav li a.nav-link {
  background-color: transparent !important;
  display: block;
  font-size: .8rem;
  padding: .8rem;
}

/* Bootstrap Pro Edit */
.navbar-collapse ul.navbar-nav li a.nav-link:hover {
  background-color: #eee !important;
  color: #2a7cca !important;
}

/*Buttons overrides*/

/* Bootstrap Pro Edit */
.btn {
  border-radius: .25rem;
  font-size: 1rem;
  margin: 0;
  padding: .375rem .75rem !important;
  text-transform: none;
}

.btn.btn-block {
  margin: 0;
}

/* Bootstrap Pro Edit */
.btn-primary {
  background-color: #3060ad !important;
  border-color: #3060ad;
  border-radius: .25rem !important;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5) !important;
  font-size: 1rem !important;
  font-weight: 700;
}
.btn-primary img {
  height: 1.25rem;
  margin-top: -.25rem;
  width: auto;
}

.btn-primary:hover {
  background-color: #2a7cca !important;
  border-color: #2a7cca !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-link {
  color: #3060ad !important;
}
.btn-link:hover {
  background-color: #2a7cca !important;
  color: #fff !important;
  text-decoration: none;
}
.btn-link:not(:disabled):not(.disabled):active {
  background-color: #3060ad !important;
  color: #fff !important;
  text-decoration: none;
}

/* Bootstrap Pro Edit */
.btn-zem-warning {
  background-image: url(../img/icon-warning.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem auto;
  border: none;
  height: 1.25rem;
  margin-left: .25rem;
  position: absolute;
  top: -.25rem;
  width: 1.4rem;
  background-color: transparent;
}
.btn-zem-warning:hover {
  opacity: 0.5;
}

/* Forms*/
/*Centering forms*/
.zem-center-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: -3.375rem;
  width: 100%;
}

.form-signin {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  height: 21.875rem;
  justify-content: space-between;
  margin: auto;
  max-width: 24rem;
  padding: 3rem 4.625rem;
  width: 100%;
  color: #aeaeae;
}
@media (max-width: 576px) {
  .form-signin {
    padding: 3rem 3rem;
    max-width: 80%;
  }
}
.form-signin .form-control {
  color: #aeaeae;
  font-size: .8rem;
  height: calc(2em + .75rem + 2px);
}
.form-signin .form-control:focus {
  box-shadow: 0 0 0 0.2rem #69a8ff;
  outline-color: #2a7cca;
  outline-width: .4rem;
  color: #000;
}
.form-signin .form-control::placeholder {
  color: #999;
}
.form-signin .btn-link {
  color: #3060ad;
  font-size: .875rem;
}
.form-signin h2 {
  color: #212529;
  font-size: 1.625rem;
  font-weight: bold;
}
.form-signin p {
  color: #212529;
  font-size: 1rem;
}
.form-signin a {
  color: #3060ad;
  font-size: .8rem;
}
.form-signin a:hover {
  color: #2a7cca;
}

/* Bootstrap Pro Edit */
.zem-search input.form-control {
  background-image: url(../img/icon-search-light.svg);
  background-position: .5rem 50%;
  background-repeat: no-repeat;
  background-size: 1.625rem auto;
  border: 3px solid #3060ad;
  font-size: 1.125rem;
  padding-left: 2.5rem;
  height: calc(2em + .75rem + 2px);
}

/* Bootstrap Pro Edit */
.zem-search .btn-primary {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: none !important;
}
.zem-search .btn-primary img {
  height: 1.625rem;
  width: auto;
}
.zem-search .text-muted {
  color: #a5a5a5 !important;
  font-style: italic;
}

.zem-search-results .row.header {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: .875rem;
}
#myList .row.data,
.zem-search-results .row.data {
  border-bottom: 1px solid #ccc;
}
.zem-search-results .row.data .company {
  color: #3060ad;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 576px) {
  .zem-search-results .row.data .company {
    font-size: 1rem;
  }
}
.zem-search-results .row.data .icon img {
  height: 2rem;
  opacity: .5;
  width: auto;
}
@media (max-width: 576px) {
  .zem-search-results .row.data .icon img {
    height: 1.5rem;
  }
}
.zem-search-results .row.data .location {
  font-size: 1rem;
}
@media (max-width: 576px) {
  .zem-search-results .row.data .location {
    font-size: .875rem;
  }
}

.zem-search-details h2 .company {
  color: #3060ad;
  font-weight: bold;
}
.zem-search-details h2 .company i.far {
  font-size: 20px;
}
.zem-search-details .zem-section-blue {
  background-color: #fff;
  border: 1px solid #3060ad;
  border-radius: .625rem;
  box-shadow: 0 0.25rem 0.5rem 0.125rem rgba(0, 0, 0, 0.25);
  font-size: .875rem;
}
.zem-search-details .zem-section-blue h4 {
  background-color: #3060ad;
  border-radius: .5rem .5rem 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: .5rem;
}
.zem-search-details .zem-section-blue h4 img {
  height: 1rem;
  margin: -.25rem .5rem 0 0;
  opacity: .5;
  width: auto;
}
.zem-search-details .zem-section-blue h5 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.zem-search-details .zem-section-blue p {
  margin: 0;
}

/* Bootstrap Pro Edit */
.zem-search-details .zem-section-blue ul {
  list-style: none;
  margin: 0;
  padding: .5rem;
}

.zem-search-details .zem-section-blue ul li span {
  font-weight: bold;
}
.zem-search-details .zem-section-blue ul.underlined {
  padding: 0 .5rem;
}

/* Bootstrap Pro Edit */
.zem-search-details .zem-section-blue ul.underlined li {
  border-bottom: 1px solid #ccc;
  clear: both;
  padding: .5rem 0;
}

.zem-search-details .zem-section-blue ul.underlined li:last-child {
  border: none;
}
.zem-search-details .zem-section-blue ul.underlined li span {
  float: right;
  font-weight: normal;
}
.zem-search-details .zem-section-blue .map-link {
  border-left: 1px solid #ccc;
  margin: 0 0 0 .5rem;
  padding: 0 0 0 .5rem;
}
.zem-search-details .zem-section-blue .phone {
  display: block;
}
.zem-search-details .zem-section-blue .email {
  display: block;
}
.zem-search-details .zem-section-blue.news .row {
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding: .5rem 0;
}
.zem-search-details .zem-section-blue.news .row .date span {
  color: #666;
  display: block;
}
.zem-search-details .zem-section-blue.news .row .news a {
  color: #3060ad;
  font-weight: bold;
}
.zem-search-details .zem-section-blue.news .underlined {
  border-bottom: 1px solid #ccc;
  margin: 0 .5rem;
}
.zem-search-details .zem-section-blue ul.credit-rating {
  margin: 0 auto 1rem;
  max-width: 20rem;
  padding: 0;
  text-align: center;
}
.zem-search-details .zem-section-blue ul.credit-rating li {
  color: #666;
  font-size: .625rem;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.zem-search-details .zem-section-blue ul.credit-rating li span {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: .5rem 1rem;
}
.zem-search-details .zem-section-blue ul.credit-rating li b {
  display: block;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent;
  height: 0;
  margin: 0 auto;
  width: 0;
}
.zem-search-details .zem-section-blue ul.credit-rating li.v-low span {
  background-color: #138042;
}
.zem-search-details .zem-section-blue ul.credit-rating li.v-low b {
  border-color: transparent transparent #138042 transparent;
}
.zem-search-details .zem-section-blue ul.credit-rating li.low span {
  background-color: #65b14d;
}
.zem-search-details .zem-section-blue ul.credit-rating li.low b {
  border-color: transparent transparent #65b14d transparent;
}
.zem-search-details .zem-section-blue ul.credit-rating li.medium span {
  background-color: #f0c812;
}
.zem-search-details .zem-section-blue ul.credit-rating li.medium b {
  border-color: transparent transparent #f0c812 transparent;
}
.zem-search-details .zem-section-blue ul.credit-rating li.high span {
  background-color: #f76528;
}
.zem-search-details .zem-section-blue ul.credit-rating li.high b {
  border-color: transparent transparent #f76528 transparent;
}
.zem-search-details .zem-section-blue ul.credit-rating li.v-high span {
  background-color: #b91f26;
}
.zem-search-details .zem-section-blue ul.credit-rating li.v-high b {
  border-color: transparent transparent #b91f26 transparent;
}
.zem-search-details .zem-section-blue.contacts .row {
    padding: .5rem;
}

/***v5***/
.zem-card p.type.risk-very-low {
	color: #138042;
	font-weight: bold;
}
.zem-card p.type.risk-low {
	color: #65b14d;
	font-weight: bold;
}
.zem-card p.type.risk-medium {
	color: #f0c812;
	font-weight: bold;
}
.zem-card p.type.risk-high {
	color: #f76528;
	font-weight: bold;
}
.zem-card p.type.risk-very-high {
	color: #b91f26;
	font-weight: bold;
}
/***v5***/

.underlined {
    border-bottom: 1px solid #ccc;
    margin: 0 .5rem;
}
.zem-search-details .zem-section-blue.contacts h5 {
    color: #3060ad;
    font-size: .875rem;
    text-align: left;
}

.zem-search-details .zem-section-blue.contacts img {
    height: 1.5rem;
}

.zem-search-details .zem-section-blue.contacts .viewall {
    display: block;
    font-size: 1rem;
    font-weight: bold;
}

/* Bootstrap Pro Edit */
.zem-search-details .zem-section-blue.contacts-all .row {
    padding: .5rem;
}

.zem-search-details .zem-section-blue.contacts-all h5 {
    color: #777;
    font-size: .875rem;
    margin: .125rem .5rem 0 0;
    padding: 0;
    text-align: left;
	white-space: nowrap;
}

.zem-search-details .zem-section-blue.contacts-all .btn img {
    height: auto;
    width: .875rem;
}

.zem-search-details .zem-section-blue.contacts-all .form-check {
    margin: 0 .5rem .5rem 0;
    padding-left: 0;
}

@media (max-width: 576px) {
    .zem-search-details .zem-section-blue.contacts-all .form-check {
        display: flex;
    }
}

.zem-search-details .zem-section-blue.contacts-all .form-check .form-check-input {
    height: 1.2rem;
    margin-right: .125rem;
    margin-top: .2rem;
    width: 1.2rem;
}

.zem-search-details .zem-section-blue.contacts-all .form-check .form-check-label {
    font-weight: bold;
    margin: 0;
}

.zem-search-details .zem-section-blue.contacts-all section.contact {
    border: 1px solid #3060ad;
    display: inline-flex;
    margin: .5rem .125rem 0;
    text-align: left;
    width: 23.675%; 
    min-height: 75px;
}

.zem-search-details .zem-section-blue.contacts-all section.contact .name {
    font-size: .875rem;
    font-weight: bold;
}

.zem-search-details .zem-section-blue.contacts-all section.contact .title {
    font-size: .75rem;
}

.zem-search-details .zem-section-blue.contacts-all section.contact .email {
    font-size: .675rem;
    white-space: normal;
    word-break: break-all;
}

.zem-search-details .zem-section-blue.contacts-all section.contact .phone {
    font-size: .75rem;
}

.zem-search-details .zem-section-blue.contacts-all .checkbox-group {
	display: inline-block;
}
.zem-search-details .zem-section-blue.contacts-all .find-button {
	display: flex;
    align-items: center;
}

/* Bootstrap Pro Edit */
.zem-search-details .zem-section-blue.contacts-all .mdb-select.md-form {
  margin: 0;
}

/* Bootstrap Pro Edit */
.zem-search-details .zem-section-blue.contacts-all .mdb-select.md-form ul.dropdown-content li label,
.zem-search-details .zem-section-blue.contacts-all .mdb-select.md-form ul.dropdown-content li > span {
  color: #3060ad !important;
}

/* Bootstrap Pro Edit */
.zem-search-details .zem-section-blue.contacts-all .select-wrapper input.select-dropdown {
  font-weight: bold;
}

/* Bootstrap Pro Edit */
.select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
  display: none;
}


@media (max-width: 576px) {
    .zem-search-details .zem-section-blue.contacts-all section.contact {
        width: 100%;
    }

    .zem-search-details .zem-section-blue.contacts-all .form-check .form-check-label {
      margin-top: .125rem;
    }

    .zem-search-details .zem-section-blue.contacts-all section.contact .name {
        font-size: 1rem;
    }

    .zem-search-details .zem-section-blue.contacts-all section.contact .title {
        font-size: 1rem;
    }

    .zem-search-details .zem-section-blue.contacts-all section.contact .email {
        font-size: 1rem;
    }

    .zem-search-details .zem-section-blue.contacts-all section.contact .phone {
        font-size: 1rem;
        margin-top: .5rem
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .zem-search-details .zem-section-blue.contacts-all section.contact {
        width:23%;
    }

    .zem-search-details .zem-section-blue.contacts-all .form-check .form-check-label {
      margin-top: .125rem;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .zem-search-details .zem-section-blue.contacts-all section.contact {
        width:23%;
    }

    .zem-search-details .zem-section-blue.contacts-all .form-check .form-check-label {
      margin-top: .125rem;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .zem-search-details .zem-section-blue.contacts-all section.contact {
        width:23%;
    }

    .zem-search-details .zem-section-blue.contacts-all .form-check .form-check-label {
      margin-top: .125rem;
    }
}

.zem-search-details .map-us {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem 0 0 0;
}
.zem-search-details .map-us img {
  height: auto;
  width: 100%;
}

.zem-filters h2 .company {
  color: #3060ad;
  font-weight: bold;
}
.zem-filters h3 {
  color: #3060ad;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
}
@media (max-width: 576px) {
  .zem-filters h3 {
    font-size: 1.125rem;
    margin: 1rem 0;
  }
}
.zem-filters h4 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1rem 0 1rem;
}

/* Bootstrap Pro Edit */
.zem-filters .form-check {
  margin: 0 0 1rem;
  padding-left: 0;
}

@media (max-width: 576px) {
  .zem-filters .form-check {
    display: flex;
  }
}

/* Bootstrap Pro Edit */
.contacts-all .multiselect {
  width: 200px;
}

/* Bootstrap Pro Edit */
.contacts-all .selectBox {
  position: relative;
}

/* Bootstrap Pro Edit */
.contacts-all .selectBox select {
  width: 100%;
  font-weight: bold;
}

/* Bootstrap Pro Edit */
.contacts-all .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Bootstrap Pro Edit */
.contacts-all #checkboxes1,
.contacts-all #checkboxes2 {
  display: none;
  border: 1px #dadada solid;
}

/* Bootstrap Pro Edit */
.contacts-all #checkboxes1,
.contacts-all #checkboxes label {
  display: block;
}

/* Bootstrap Pro Edit */
.contacts-all #checkboxes1 label:hover
.contacts-all #checkboxes2 label:hover {
  background-color: #1e90ff;
}

/* Bootstrap Pro Edit */
.form-check-input[type="checkbox"]+label:before, 
.form-check-input[type="checkbox"]:not(.filled-in)+label:after, 
label.btn input[type="checkbox"]+label:before, 
label.btn input[type="checkbox"]:not(.filled-in)+label:after {
  border: 1.5px solid #3060ad;
  border-radius: 3px;
}

/* Bootstrap Pro Edit */
.form-check-input[type="checkbox"]:checked+label:before, label.btn input[type="checkbox"]:checked+label:before {
    
    border-top: 3px solid transparent;
    border-right: 3px solid #3060ad;
    border-bottom: 3px solid #3060ad;
    border-left: 3px solid transparent;
}

/* Bootstrap Pro Edit */
.custom-select {
  margin-left: .25rem;
}

.zem-filters .form-check .form-check-input {
  height: 1.2rem;
  margin-top: .2rem;
  width: 1.2rem;
}

/* Bootstrap Pro Edit */
.zem-filters .form-check .form-check-label {
  color: #999;
  font-weight: normal;
  margin-left: .375rem;
  padding-left: 1.5rem;
}
.zem-filters .form-check .form-check-label span {
  color: #000;
  font-weight: bold;
}

/* Bootstrap Pro Edit */
.zem-filters .form-check .form-check-label .blue {
  background-color: transparent !important;
  color: #3885c0;
}

/* Bootstrap Pro Edit */
.zem-filters .form-check .form-check-label .orange {
  background-color: transparent !important;
  color: #ff7e00;
}
.zem-filters .form-check .form-check-label .gray {
  color: #1d2023;
}
.zem-filters .form-check .form-check-label .v-low {
  color: #138042;
}
.zem-filters .form-check .form-check-label .low {
  color: #65b14d;
}
.zem-filters .form-check .form-check-label .medium {
  color: #f0c812;
}
.zem-filters .form-check .form-check-label .high {
  color: #f76528;
}
.zem-filters .form-check .form-check-label .v-high {
  color: #b91f26;
}
.zem-filters .form-check.risks .form-check-label {
  color: #000;
}
.zem-filters .form-check .form-control {
  margin: 0 0 0 .5rem;
}
@media (max-width: 576px) {
  .zem-filters .form-check .form-control {
    margin: -.25rem 0 0 .5rem;
    width: 4rem;
  }
}

/* BEGINNING Bootstrap Pro Edit - fix checkbox */
.checkbox-container.risk-checkboxes {
	margin-bottom: 10px;
}
.checkbox-select {
	padding: 0px 0 0 15px;
}
.zem-filters-box .checkbox-select .form-check .form-check-label
/****.checkbox-select label ***/ {
	margin-top: 9px;
}
.miles-inputs {
	padding: 0;
}
.miles-inputs .form-check {
	display: flex;
}
.zem-filters-box .miles-within .form-check .form-check-label {
	margin-left: 0;
    padding-left: 6px;
    margin-top: 5px;
}
/* END Bootstrap Pro Edit - fix checkbox */

.zem-filters section {
  font-size: .875rem;
  margin: 0 0 2rem;
}
.zem-filters section h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 .5rem;
}
.zem-filters section address {
  margin: 0;
}
.zem-filters section ol {
  margin: .5rem 0;
  padding-left: 1rem;
}
.zem-filters .zem-section-white {
  background-color: #fff;
  border: 1px solid #3060ad;
  border-radius: .625rem;
  box-shadow: 0 0.25rem 0.5rem 0.125rem rgba(0, 0, 0, 0.25);
  padding: 1rem;
}
.zem-filters .zem-section-white h4 {
  color: #3060ad;
}
.zem-filters .zem-section-white p {
  margin: 0;
}
.zem-filters .zem-section-white .map-link {
  border-left: 1px solid #ccc;
  margin: 0 0 0 .5rem;
  padding: 0 0 0 .5rem;
}
.zem-filters .zem-section-white .phone {
  display: block;
}
.zem-filters .zem-section-white .email {
  display: block;
  margin: .75rem 0 0 0;
}
.zem-filters .zem-section-yellow {
  background-color: #fefae3;
  border: 1px solid #d9a538;
  border-radius: .625rem;
  box-shadow: 0 0.25rem 0.5rem 0.125rem rgba(0, 0, 0, 0.25);
  color: #000;
  padding: 1rem;
}
.zem-filters .zem-section-yellow h4 {
  color: #d9a538;
}
.zem-filters .zem-section-yellow p {
  margin: 0;
}

.zem-card {
  background-color: #fff;
  border: 1px solid #3060ad;
  border-radius: .625rem;
  box-shadow: 0 0.25rem 0.5rem 0.125rem rgba(0, 0, 0, 0.25);
  display: inline-block;
  height: 19.75rem;
  margin: 0;
  overflow: hidden;
  padding: .75rem 1rem .5rem;
  position: relative;
}
.zem-card > .row {
  margin-right: 1rem;
}
.zem-card .section {
  /***border-bottom: 1px solid #ccc;
  padding: .75rem 0;***/
}
.zem-card .section.top {
  /***height: 130px;***/
  min-height:80px;
}

/* Bootstrap Pro Edit */
.zem-card .icon-corner {
  background-image: url(../img/icon-corner.svg);
  background-repeat: no-repeat;
  height: 3rem;
  right: 2rem;
  position: absolute;
  top: 0;
  width: 3rem;
  z-index: 1;
}
.zem-card .icon-corner span {
  color: #3060ad !important;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  right: .5rem;
  top: 0;
}
.zem-card .blue-sliver {
  background-color: #3060ad;
  border-radius: 0 .5rem .5rem 0;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.zem-card .blue-sliver b {
  display: block;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #ffffff;
  height: 0;
  left: .625rem;
  margin: 0 auto;
  position: absolute;
  top: 44%;
  width: 0;
}
.zem-card .type {
  color: #666;
  font-size: .7rem;
  margin: 0;
  text-transform: uppercase;
}
.zem-card h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: .5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  word-break: normal;
  max-height: 48px !important;
  text-transform: uppercase;
}
.zem-card h4.section-title {
	font-size: .9rem;
}
.zem-card h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
.zem-card span {
  display: block;
  font-size: .75rem;
}
.zem-card .italic {
  font-style: italic;
}
.zem-card .location {
  font-size: .8rem;
  margin: 0;
}
.zem-card .location p {
  float: left;
}

/* Bootstrap Pro Edit */
/*** - perhaps not needed ***/
.zem-card .location-marker {
  background-image: url(../img/icon-marker.svg);
  background-repeat: no-repeat;
  margin: 0;
  width: 20px;
  float: left;
  height: 17px;
}

/*** new markers ***/
.zem-card .marker-industry {
  background-repeat: no-repeat;
  margin: 0;
  float: left;
  width: 20px;
  height: 17px; 
  background-position: center;
}
.zem-card .marker-industry.seg1 {
	background-image: url("../img/ver-seg-icon1.svg");
}
.zem-card .marker-industry.seg2 {
	background-image: url("../img/ver-seg-icon2.svg");
}
.zem-card .marker-industry.seg3 {
	background-image: url("../img/ver-seg-icon3.svg");
}
.zem-card .marker-industry.seg4 {
	background-image: url("../img/ver-seg-icon4.svg");
}
.zem-card .marker-industry.seg5 {
	background-image: url("../img/ver-seg-icon5.svg");
}
.zem-card .marker-industry.seg6 {
	background-image: url("../img/ver-seg-icon6.svg");
}
.zem-card .marker-industry.seg7 {
	background-image: url("../img/ver-seg-icon7.svg");
}
.zem-card .marker-industry.seg8 {
	background-image: url("../img/ver-seg-icon8.svg");
}
.zem-card .marker-industry.seg9 {
	background-image: url("../img/ver-seg-icon9.svg");
}
.zem-card .marker-industry.seg10 {
	background-image: url("../img/ver-seg-icon10.svg");
}
.zem-card .marker-industry.seg11 {
	background-image: url("../img/ver-seg-icon11.svg");
}
.zem-card .marker-industry.seg12 {
	background-image: url("../img/ver-seg-icon12.svg");
}
.zem-card .marker-industry.seg13 {
	background-image: url("../img/ver-seg-icon13.svg");
}
.zem-card .marker-industry.seg14 {
	background-image: url("../img/ver-seg-icon14.svg");
}
.zem-card .marker-industry.seg15 {
	background-image: url("../img/ver-seg-icon15.svg");
}
.zem-card .marker-industry.seg16 {
	background-image: url("../img/ver-seg-icon16.svg");
}
.zem-card .marker-industry.seg17 {
	background-image: url("../img/ver-seg-icon17.svg");
}
.zem-card .marker-location {
  background-image: url(../img/Location.svg);
  background-repeat: no-repeat;
  margin: 0;
  width: 20px;
  float: left;
  height: 17px;
  background-position: center;
}
.zem-card .marker-company-small {
  background-image: url(../img/CompanySmall.svg);
  background-repeat: no-repeat;
  margin: 0;
  width: 20px;
  float: left;
  height: 17px;
  background-position: center;
}
.zem-card .marker-company-medium {
  background-image: url(../img/CompanyMed.svg);
  background-repeat: no-repeat;
  margin: 0;
  width: 20px;
  float: left;
  height: 17px;
  background-position: center;
}
.zem-card .marker-company-large {
  background-image: url(../img/CompanyLg.svg);
  background-repeat: no-repeat;
  margin: 0;
  width: 20px;
  float: left;
  height: 17px;
  background-position: center;
}
.zem-card .marker-company-huge {
  background-image: url(../img/CompanyHuge.svg);
  background-repeat: no-repeat;
  margin: 0;
  width: 20px;
  float: left;
  height: 17px;
  background-position: center;
}
/*** new markers ***/

.zem-card .company-fav {
  float: right;
  display: block;
}

.zem-card > div:nth-child(2) {
	/***height: 90px;***/
}
.zem-card > div:nth-child(3) {
	/***height: 84px;***/
}
.zem-card img.building {
  height: 1.5rem;
  margin-left: .25rem;
  width: auto;
}
.zem-card img.size {
  height: .75rem;
  width: auto;
}
.zem-card img.chart {
  height: 1.5rem;
  width: auto;
}
.zem-card img.money {
  height: 1.75rem;
  width: auto;
}
.zem-card h5.high {
  /***color: #3885c0;***/
  color: #fff;
  background-color: #65b14d;
  font-size: .6rem;
	padding: 3px;
	border-radius: 5px;
	max-width: 50px;
}
.zem-card h5.medium {
  /***color: #ff7e00;***/
  color: #000;
  background-color: #f0c812;
  font-size: .6rem;
	padding: 3px;
	border-radius: 5px;
	max-width: 60px;
}
.zem-card h5.low {
  /***color: #1d2023;***/
  color: #fff;
  background-color: #000;
  font-size: .6rem;
	padding: 3px;
	border-radius: 5px;
	max-width: 50px;
}
.zem-card .single-chart {
  justify-content: space-around;
  margin: 0 auto;
  width: 60%;
  height: 40px;
}
.zem-card .circular-chart {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.zem-card .circle-bg {
  fill: none;
  stroke: #d7d7d7;
  stroke-width: 4px;
}
.zem-card .circle {
  fill: none;
  stroke-width: 4px;
  stroke-linecap: round;
  animation: progress .5s ease-out forwards;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.zem-card .circular-chart.v-low .circle {
  stroke: #138042;
}
.zem-card .circular-chart.low .circle {
  stroke: #65b14d;
}
.zem-card .circular-chart.medium .circle {
  stroke: #f0c812;
}
.zem-card .circular-chart.high .circle {
  stroke: #f76528;
}
.zem-card .circular-chart.v-high .circle {
  stroke: #b91f26;
}
.zem-card .percentage {
  font-size: 1rem;
  font-weight: bold;
  text-anchor: middle;
}
.zem-card .circular-chart.v-low .percentage {
  fill: #138042;
}
.zem-card .circular-chart.low .percentage {
  fill: #65b14d;
}
.zem-card .circular-chart.medium .percentage {
  fill: #f0c812;
}
.zem-card .circular-chart.high .percentage {
  fill: #f76528;
}
.zem-card .circular-chart.v-high .percentage {
  fill: #b91f26;
}
.zem-card-container {
  display: inline-block;
  margin: 0 .8rem .8rem 0;
  width: 31%;
}


/* Bootstrap Pro Edit */
/* Edits June 29,2020 */
.company-fav {
	display: inline;
}
.company-pdf a.icon-pdf {
	display: inline-block;
	text-indent: -9999px;
	background: url(../img/PDF_icon-01.svg) no-repeat center center transparent;
	width: 30px;
    height: 30px;
    margin-left: 5px;
	opacity: .5;
}
.company-pdf a.icon-pdf:hover {
	opacity: 1;
}

a.zem-card-link {
    display: inline-block;
    margin: 0 .8rem .8rem 0;
    width: 31%;
}
@media (max-width: 576px) {
  .zem-card-container {
    margin: 0 0 1rem 0;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .zem-card-container {
    margin: 0 1rem 1rem 0;
    width: 47.25%;
  }
  .zem-card-container:nth-of-type(even) {
    margin: 0 0 1rem 0;
  }
}
.zem-card-container .zem-card {
  width: 100%;
}
.zem-card-container .zem-card h4,
.zem-card-container .zem-card p,
.zem-card-container .zem-card span {
  color: #000;
}
a.zem-card-link:hover .zem-card {
    border-color: #2a7cca;
}

a.zem-card-link:hover .zem-card .blue-sliver {
    background-color: #2a7cca;
}
@media (min-width: 992px) and (max-width: 1024px) {
  .zem-card .type {
    font-size: .5rem;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .zem-card-container {
    width: 47.25%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .zem-card .type {
    font-size: .6rem;
  }
}
@media (max-width: 576px) {
  .container,
  .container-sm {
    max-width: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
    .container,
    .container-sm {
        max-width: none;
    }
}
@media (max-width: 768px) {
  .container > .row:nth-child(1) {
	flex-direction: column-reverse;
  }
  .container > .row:nth-child(1) .col-12 {
	  /*margin-bottom: 20px;*/
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .container,
  .container-sm {
    max-width: none;
  }
}

/***.zem-card-container:hover .zem-card {
  border-color: #2a7cca;
}***/
.zem-card a.blue-sliver:hover {
  background-color: #2a7cca;
}

footer {
  background-color: #fff;
  font-size: .75rem;
}
footer a {
  white-space: nowrap;
}
@media (max-width: 576px) {
  footer {
    font-size: .7rem;
  }
}

/*filters box*/
.zem-filters-box {
  border-bottom: 1px solid #111;
  margin-left: 0;
  padding-bottom: 1rem;
  width: 96%;
  margin-top: -30px;
}
@media (max-width: 768px) {
	.zem-filters-box {
	  margin-top: 0px;
	}
}
.zem-filters-box .header {
  font-size: 18px;
}

.zem-filters-box .header span {
  font-weight: 700;
  text-transform: uppercase;
}


.zem-filters-box h4 {
  color: #ccc;
  font-size: .75rem;
  font-weight: bold;
  margin: 1rem 0 .25rem;
  text-transform: uppercase;
}

/* Bootstrap Pro Edit */
.zem-filters-box .form-check {
  font-size: .75rem;
  margin: 0 0 .25rem 0;
  padding-left: 0 !important;
}
@media (max-width: 576px) {
  .zem-filters-box .form-check {
    display: flex;
  }
}

/* Bootstrap Pro Edit */
/* Checkbox Edit */
.zem-filters-box .form-check .form-check-label,
.zem-filters-box .custom-checkbox .custom-control-label {
	/*height: 1rem;*/
	margin-top: .2rem;
	/* width: 1rem; */
	color: #999;
	font-weight: normal;
	margin-left: 0;
	/*** margin-top: 0.125rem;***/
	/* padding-left: 1.5rem; */
	font-size: 12px;
	padding-top: 4px;
}
/* Checkbox Edit */
.zem-filters-box .form-check .form-check-label span,
.zem-filters-box .custom-checkbox .custom-control-label span {
  color: #000;
  font-weight: bold;
  white-space: nowrap;
}
/* Bootstrap Pro Edit */
/* Checkbox Edit */
.zem-filters-box .form-check .form-check-label .blue,
.zem-filters-box .custom-checkbox .custom-control-label .blue {
  background-color: transparent !important;
  color: #3885c0;
}

/* Bootstrap Pro Edit */
/* Checkbox Edit */
.zem-filters-box .form-check .form-check-label .orange,
.zem-filters-box .custom-checkbox .custom-control-label .orange {
  background-color: transparent !important;
  color: #ff7e00;
}

/* Bootstrap Pro Edit */
/* Checkbox Edit */
.zem-filters-box .form-check .form-check-label .gray,
.zem-filters-box .custom-checkbox .custom-control-label .gray {
  background-color: transparent !important;
  color: #1d2023;
}
.zem-filters-box .form-check .form-check-label .v-low {
  color: #138042;
}
.zem-filters-box .form-check .form-check-label .low {
  color: #65b14d;
}
.zem-filters-box .form-check .form-check-label .medium {
  color: #f0c812;
}
.zem-filters-box .form-check .form-check-label .high {
  color: #f76528;
}
.zem-filters-box .form-check .form-check-label .v-high {
  color: #b91f26;
}
.zem-filters-box .form-check.risks .form-check-label {
  color: #000;
}
.zem-filters-box .form-check .form-control {
  margin: 0 0 0 .5rem;
}
@media (max-width: 576px) {
  .zem-filters-box .form-check .form-control {
    margin: .25rem 0 0 .5rem;
    width: 4rem;
  }
}
.zem-filters-box .custom-select {
  font-size: .75rem;
  height: 1.5rem;
  line-height: 1;
  padding: .125rem .4rem;
}

.zem-filters-box .form-control-sm {
  /***font-size: .75rem;
  height: 1rem;***/
  line-height: 1;
  padding: .125rem .4rem;
  max-width: 4rem;
}

.zem-filters-box ul.credit-rating {
  margin: 0 0 1rem;
  max-width: 20rem;
  padding: 0;
}
.zem-filters-box ul.credit-rating li {
  color: #666;
  font-size: .625rem;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.zem-filters-box ul.credit-rating li.title {
  color: #111;
  font-size: .75rem;
  font-weight: 700;
  display: inline-block;
  margin: 0 .75rem 0 0;
  padding: 0;
}
.zem-filters-box ul.credit-rating li span {
  color: #fff;
  display: block;
  font-size: .875rem;
  font-weight: bold;
  padding: .325rem .75rem;
}
.zem-filters-box ul.credit-rating li b {
  display: block;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent;
  height: 0;
  margin: 0 auto;
  width: 0;
}
.zem-filters-box ul.credit-rating li.v-low span {
  background-color: #138042;
}
.zem-filters-box ul.credit-rating li.low span {
  background-color: #65b14d;
}
.zem-filters-box ul.credit-rating li.medium span {
  background-color: #f0c812;
}
.zem-filters-box ul.credit-rating li.high span {
  background-color: #f76528;
}
.zem-filters-box ul.credit-rating li.v-high span {
  background-color: #b91f26;
}
.text-sm {
  font-size: .75rem;
}

.zem-update-company h2 .company {
  color: #3060ad;
  font-weight: bold;
}

.zem-update-company .form-group label {
  font-size: .875rem;
  font-weight: 700;
}

.zem-update-company .form-group input,
.zem-update-company .form-group select {
  font-size: .875rem;
}

.zem-update-company img.lookup {
  height: auto;
  width: .75rem;
}
.modal-body ol {
    margin: 1rem;
    padding-left: inherit;
}

/* Styling Checkbox Starts */
.checkbox-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 0 1rem;
}

.checkbox-container p {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  margin: 0 .5rem 0 0;
  padding: 0;
}

.checkbox-label {
    display: inline-block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 2rem;
    width: 2rem;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2.1rem;
    width: 2.1rem;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    opacity: .25;
    /*border: 2px solid #333;*/
}

.checkbox-label .checkbox-custom-a {
  background-color: #138042;
}

.checkbox-label .checkbox-custom-b {
  background-color: #65b14d;
}

.checkbox-label .checkbox-custom-c {
  background-color: #f0c812;
}

.checkbox-label .checkbox-custom-d {
  background-color: #f76528;
}

.checkbox-label .checkbox-custom-e {
  background-color: #b91f26;
}

.checkbox-label .checkbox-custom span {
  color: #fff;
  display: block;
  font-size: .875rem;
  font-weight: bold;
  padding: .325rem .75rem;
}

.checkbox-label input:checked ~ .checkbox-custom {
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    /*border: 2px solid #FFFFFF;*/
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.3);
}

.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  /*-webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #009BFF;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;*/
}

/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    /*position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #03c;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); */ 
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

/* Bootstrap Pro Edit */
.company-fav .star {
  background-image: url(../img/favorites_star_unselected.svg);
}

/***v5 - also moved all .company-fav .checkbox styles down here***/
.company-fav .checkbox-label {
    height: 1.5rem;
    width: 1.5rem;
}
/***v5***/

.company-fav .checkbox-label .checkbox-custom-a {
    background: none;
}

/* Bootstrap Pro Edit */
/* Edits 6/29 */
.company-fav .checkbox-label input ~ .checkbox-custom {
	background: url(../img/favorites_star_unselected.svg) no-repeat center center transparent;
    position: absolute;
    top: 5px;
    left: 0px;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    opacity: 1;
	margin-top: 5px;
}

/* Bootstrap Pro Edit */
/* Edits 6/29 */
.company-fav .checkbox-label input:checked ~ .checkbox-custom {
	background: url(../img/favorites_star_selected.svg) no-repeat center center transparent;
    border-radius: none;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-top: 5px; 
}
.company-header {
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
.company-header h2 .company {
	color: #fff;
	text-shadow: 2px 2px 7px #000000;
}
h2.company-category {
	/*padding: 20px;*/
	padding: 38px 20px;
	margin-bottom: 10px;	
}
.company-header.seg1 {
	background-image: url("../img/ver-seg-1.svg");
}
.company-header.seg2 {
	background-image: url("../img/ver-seg-2.svg");
}
.company-header.seg3 {
	background-image: url("../img/ver-seg-3.svg");
}
.company-header.seg4 {
	background-image: url("../img/ver-seg-4.svg");
}
.company-header.seg5 {
	background-image: url("../img/ver-seg-5.svg");
}
.company-header.seg6 {
	background-image: url("../img/ver-seg-6.svg");
}
.company-header.seg7 {
	background-image: url("../img/ver-seg-7.svg");
}
.company-header.seg8 {
	background-image: url("../img/ver-seg-8.svg");
}
.company-header.seg9 {
	background-image: url("../img/ver-seg-9.svg");
}
.company-header.seg10 {
	background-image: url("../img/ver-seg-10.svg");
}
.company-header.seg11 {
	background-image: url("../img/ver-seg-11.svg");
}
.company-header.seg12 {
	background-image: url("../img/ver-seg-12.svg");
}
.company-header.seg13 {
	background-image: url("../img/ver-seg-13.svg");
}
.company-header.seg14 {
	background-image: url("../img/ver-seg-14.svg");
}
.company-header.seg15 {
	background-image: url("../img/ver-seg-15.svg");
}
.company-header.seg16 {
	background-image: url("../img/ver-seg-16.svg");
}
.company-header.seg17 {
	background-image: url("../img/ver-seg-17.svg");
}
.company-header.company-category-film {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e0000+0,a00000+77 */
	background: #5e0000; /* Old browsers */
	background: -moz-linear-gradient(left,  #5e0000 0%, #a00000 77%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #5e0000 0%,#a00000 77%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #5e0000 0%,#a00000 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e0000', endColorstr='#a00000',GradientType=1 ); /* IE6-9 */
}
.company-profile-buttons {

}
.company-profile-buttons button:nth-child(1) {

}
.company-profile-buttons button:nth-child(2) {

}
.company-profile-buttons .buttons-fav-print {

}

/************** CUSTOM STYLES PER FEEDBACK ********/
.success {
  color: #99d88d;
}
.error {
  color: #ce2929;
}

.center-it {
  margin: 0 auto;
}
.zem-filters-box h4 {
  color: grey;
}

a.company-fav-page {
	display: inline-block;
	text-indent: -9999px;
	background: url(../img/favorites_star_selected.svg) no-repeat center center transparent;
	width: 25px;
    height: 25px;
    margin-left: 5px;
	opacity: 1;
}

/*Header*/
.nav-logo {
	min-width: 250px;
}
.navbar-light .logo {
  /*height: 1.875rem;*/
  height: 45px;
}
.form-signin {
	height:auto;
  /*min-height: 21.875rem;
  /*min-height: 18rem;*/
  /*padding: 3rem 4.625rem;*/
  padding: 2.5rem;
}
.zem-filters h3 {
 /*margin: 3rem 0 1rem;*/
  margin: 1rem 0 1rem;
}
section .topsection {
  min-height: 120px;
}

/*** FROM GREG WEB DESIGNER REL 20.12 *********/
.buying-behavior .total-known {
	font-size:.8rem;
	text-align:center;
	line-height:.8rem;
	position: relative;
	min-height:100%;

}
@media (min-width: 768px) {
	

	.buying-behavior .center {
		position:absolute;
		top:50%;
		left:50%;
		-ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}


	
}

@media (min-width: 1200px) {
	.buying-behavior .total-known .center {
    position: absolute;
    top: 50%;
    left: 17%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-1%, -42%);
    width: 225px;
    font-size: 1.5rem;
    line-height: 1.5rem;
	}
	.buying-behavior .total-known span.total-spend {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
.buying-behavior .total-known span.past-12 {
    font-size: 1.2rem !important;
    line-height: 1.2rem !important;
}
}

@media (max-width: 781px) {

	.buying-behavior .row{
		padding: 15px 0px;
	}

	.buying-behavior .total-known {
		margin-bottom: 15px;

	}
		.buying-behavior .include-arrow {
		text-align: center !important;
		margin-bottom: 15px;
	}


}

.buying-behavior .include-arrow img {
	/*height:4rem;*/
	height:125px;
}
.buying-behavior .total-known span.past-12, .buying-behavior .circle-icon .past-12, .buying-behavior .circle-icon .one-year-growth {
	font-size:.6rem;
	line-height:.5rem;
}
.buying-behavior .total-known span.total-spend {
	font-size:1rem;
	line-height:1rem;
	font-weight:bold;
}

.buying-behavior .circle-icon {
	text-align:center;
}
.buying-behavior .circle-icon h5 {
	font-size: 1rem;
	margin:auto;
}
.buying-behavior .circle-icon img {
	height: 4rem;
	margin:auto;
}
.buying-behavior .circle-icon .money {
	font-size: 1rem;
	line-height: 1rem;
	font-weight:bold;
	color:#007bff;
	margin:auto;
}
.buying-behavior .circle-icon .percentage {
	/*color:#ff0000;*/
	font-weight:bold;
	font-size:1rem;
	line-height:1rem;
	margin:auto;
}
.buying-behavior .circle-icon .spendNeg, .spendNeg {
	color: red;
}
.buying-behavior .circle-icon .spendPos, .spendPos{
	color: green;
}
.buying-behavior .circle-icon .spendZero, .spendZero{
	color: #727272;
}
.transportation-profile img {
	float: right;
	height:1rem;
}
.transportation-profile ul.underlined {
	border-bottom:none;
	line-height:16px;
}

.transportation-profile h4 div {
	font-size:.8rem;
}
.transportation-profile {
	font-size:.8rem;
	line-height:.8rem;
}