#contact .header-section p {
  padding-right: 70px;
}
#contact-form textarea {
  width: 600px;
  height: 130px;
}
@media only screen and (max-width: 767px) {
  #contact-form textarea {
    width: 100%;
  }
}
#contact-form ul {
  margin-top: 0;
}
#contact-form .field-wrapper {
  width: 360px;
}
@media only screen and (max-width: 767px) {
  #contact-form .field-wrapper {
    width: 100%;
  }
}
#contact-form .field-wrapper input[type='password']:focus,
#contact-form .field-wrapper input[type='text']:focus,
#contact-form .field-wrapper textarea:focus {
  background: #f6f5f3;
}
#contact-form .field-wrapper .help-text,
#contact-form .field-wrapper .optional-text {
  color: #bbb7b2;
}
#contact-form .form-wrapper {
  margin: 0;
}
#contact-form .id_topic {
  clear: left;
  width: 460px;
}
@media only screen and (max-width: 767px) {
  #contact-form .id_topic {
    width: 100%;
  }
}
#contact-form .id_topic .options,
#contact-form .id_topic .options li,
#contact-form .id_topic .select-wrapper,
#contact-form .id_topic .select.active,
#contact-form .id_topic .select:focus {
  background-color: #f6f5f3;
}
#contact-form .id_topic .options li:hover {
  background-color: #11ada0;
}
#contact-form .id_subject {
  width: 460px;
  clear: left;
}
@media only screen and (max-width: 767px) {
  #contact-form .id_subject {
    width: 100%;
  }
}
#contact-form .id_comments {
  width: 600px;
  clear: left;
}
@media only screen and (max-width: 767px) {
  #contact-form .id_comments {
    width: 100%;
  }
}
#contact-form .id_email {
  clear: left;
}
#contact-form .id_contact_me {
  width: 500px;
}
@media only screen and (max-width: 767px) {
  #contact-form .id_contact_me {
    width: 100%;
  }
}
#contact-form .id_contact_me label {
  padding: 12px 0 0 50px;
}
.breadcrumb {
  font-size: 12px;
  margin: -10px 0 0 20px;
  padding: 8px 0 6px;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 14px;
  }
}
.breadcrumb > li + li:before {
  content: '>';
  color: #373737;
}
.browser-ie8 .breadcrumb > li {
  display: inline;
}
.browser-ie8 .breadcrumb > li + li:before {
  display: inline-block;
}
.tabs-navigation {
  margin-top: 20px;
  padding: 0;
  padding-bottom: 0 !important;
  background-color: #fefefe;
}
.tabs-navigation .nav-tabs {
  margin-top: 5px;
  border: 0;
}
.tabs-navigation .nav-tabs li > a {
  font-size: 16px;
  line-height: 1.35em;
  margin-top: 7px;
  margin-left: 5px;
  margin-right: 5px;
  border-top: 3px solid #f6f5f3;
  border-bottom: 0;
  padding: 8px 30px 6px;
  color: #828080;
  background-color: #f6f5f3;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .tabs-navigation .nav-tabs li > a {
    font-size: 12px;
    padding: 3px 7px 2px;
    border-top: 2px solid #f6f5f3;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tabs-navigation .nav-tabs li > a {
    font-size: 14px;
    padding: 4px 20px 2px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-navigation .nav-tabs {
    margin-top: 8px;
  }
}
.tabs-navigation .nav-tabs li > a:hover {
  color: #373737;
  border-bottom-color: transparent;
}
.tabs-navigation .nav-tabs li.active > a {
  z-index: 1;
  color: #373737;
  border-top: 3px solid #11ada0;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .tabs-navigation .nav-tabs li.active > a {
    border-top: 2px solid #11ada0;
  }
}
.tabs-navigation .nav-tabs li.active > a,
.tabs-navigation .nav-tabs li.active > a:focus,
.tabs-navigation .nav-tabs li.active > a:hover {
  background-color: #fff;
}
.tabs-content {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tabs-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.tabs-content .hide-cover-sheet-label {
  display: none;
}
.list-downloads {
  margin-bottom: 14px;
  margin-left: -24px;
}
.list-downloads > li {
  display: inline-block;
  margin-left: 24px;
}
.list-downloads > li > a {
  display: block;
}
.list-downloads > li > a:before {
  margin-right: 10px;
  font-size: 1.125em;
  line-height: 1em;
  vertical-align: top;
  text-decoration: none !important;
}
@media only screen and (min-width: 992px) {
  .list-downloads {
    margin-bottom: 20px;
    margin-left: -48px;
  }
  .list-downloads > li {
    margin-left: 48px;
  }
}
.header-section.multiline h1 {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .header-section.multiline {
    padding: 30px 0 20px;
  }
  .header-section.multiline h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .header-section.multiline {
    padding: 30px 0 20px;
  }
  .header-section.multiline h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
.category-tabs:after,
.category-tabs:before {
  content: '';
  display: table;
}
.category-tabs:after {
  clear: both;
}
.category-tabs[data-genes-count='0'] {
  display: none;
}
.category-tabs .nav-box {
  padding: 18px 32px 0 22px;
  background: #fff;
  z-index: 1;
}
.category-tabs .nav-tabs {
  border: 0;
}
.category-tabs .nav-tabs > li {
  margin-bottom: 0;
}
.category-tabs .nav-tabs > li + li {
  padding-left: 55px;
  margin-left: 25px;
  border-left: 1px solid #d6d4d0;
}
.category-tabs .nav-tabs > li > a {
  position: relative;
  line-height: 25px;
  font-size: 22px;
  color: #494949;
  margin-right: 0;
  padding: 2px 0 0;
  border: 0;
  border-bottom: 2px solid transparent;
}
.category-tabs .nav-tabs > li > a:hover {
  background: #fff;
}
.category-tabs .nav-tabs > li > a > .icon {
  position: absolute;
  top: 1px;
  left: -30px;
}
.category-tabs .nav-tabs > li.active > a {
  border: 0;
  border-bottom: 2px solid #11ada0;
  color: #000;
}
[data-genes-count='0'] + .tabs-content {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.commercial-tests-table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.commercial-tests-table .table-headers,
.commercial-tests-table .table-row {
  display: table-row;
}
.commercial-tests-table .table-row + .table-row {
  border-top: 1px solid #e8e6e2;
}
.commercial-tests-table .table-headers {
  color: #76716b;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  background-color: #efedea;
}
.commercial-tests-table .td,
.commercial-tests-table .th {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
}
.commercial-tests-table .td:first-child,
.commercial-tests-table .th:first-child {
  padding-left: 15px;
}
.commercial-tests-table .th {
  padding-top: 13px;
  padding-bottom: 8px;
}
.commercial-tests-table .th.black {
  color: #373737;
}
.commercial-tests-table .td {
  padding-top: 21px;
  padding-bottom: 15px;
  font-size: 14px;
}
.commercial-tests-table .th-letter {
  width: 10%;
}
.commercial-tests-table .td-letter {
  width: 10%;
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 44px;
  line-height: 50px;
  color: #828080;
  text-align: center;
}
.commercial-tests-table .th-gene {
  width: 20%;
}
.commercial-tests-table .td-gene {
  width: 20%;
  color: #373737;
  font-size: 17px;
  font-weight: 700;
}
.commercial-tests-table .td-test,
.commercial-tests-table .th-test {
  padding-right: 35px;
}
.commercial-tests-table .td-test p,
.commercial-tests-table .th-test p {
  word-break: break-word;
}
@media only screen and (max-width: 991px) {
  .commercial-tests-table {
    display: block;
  }
  .commercial-tests-table .table-headers,
  .commercial-tests-table .table-row {
    display: block;
    padding-left: 15px;
  }
  .commercial-tests-table .table-headers:after,
  .commercial-tests-table .table-headers:before,
  .commercial-tests-table .table-row:after,
  .commercial-tests-table .table-row:before {
    content: '';
    display: table;
  }
  .commercial-tests-table .table-headers:after,
  .commercial-tests-table .table-row:after {
    clear: both;
  }
  .commercial-tests-table .table-row + .table-row {
    border-top-color: #d6d4d0;
  }
  .commercial-tests-table .td,
  .commercial-tests-table .th {
    display: block;
    float: left;
  }
  .commercial-tests-table .td:first-child,
  .commercial-tests-table .th:first-child {
    padding-left: 0;
  }
  .commercial-tests-table .td {
    padding-bottom: 0;
  }
  .commercial-tests-table .td-letter {
    float: none;
  }
  .commercial-tests-table .td-gene,
  .commercial-tests-table .th-gene {
    width: 30%;
  }
  .commercial-tests-table .td-test,
  .commercial-tests-table .th-test {
    width: 70%;
    padding-right: 30px;
  }
  .commercial-tests-table .sm-hide {
    display: none;
  }
}
.disabled-order-group-gene.not-in-cart,
.disabled-order-group-gene.not-in-cart:active,
.disabled-order-group-gene.not-in-cart:focus,
.disabled-order-group-gene.not-in-cart:hover {
  opacity: 0.5;
  background-color: #e8e6e2;
  border-bottom-color: #dddad4;
  color: #333;
}
.disabled-order-group-gene.not-in-cart .icon,
.disabled-order-group-gene.not-in-cart:active .icon,
.disabled-order-group-gene.not-in-cart:focus .icon,
.disabled-order-group-gene.not-in-cart:hover .icon {
  border-right-color: #dddad4;
}
.upgrade-available {
  color: #9b948e;
  font-size: 0.9em;
  padding: 0 5px 10px 0;
  margin-top: 4px;
  cursor: default;
}
.upgrade-available .icon {
  font-size: 1.3em;
  margin-right: 5px;
  vertical-align: -2px;
  background-color: #9b948e;
  color: #fff;
  padding: 4px 10px 0;
}
.upgrade-color {
  color: #9b948e;
}
.upgrade-color:hover {
  color: #828080;
}
.catalog-group h4.upgrade-color,
.commercial-tests-table a.upgrade-color {
  color: #9b948e !important;
}
.catalog-group h4.upgrade-color:hover,
.commercial-tests-table a.upgrade-color:hover {
  color: #828080 !important;
}
#order-wrapper #search-results-container,
#panels-wrapper #search-results-container,
#summary-order-wrapper #search-results-container {
  padding: 10px 0 20px;
  clear: both;
}
#order-wrapper h4.results-summary,
#panels-wrapper h4.results-summary,
#summary-order-wrapper h4.results-summary {
  font-weight: 700;
  color: #373737;
}
#order-wrapper h4.results-summary a,
#panels-wrapper h4.results-summary a,
#summary-order-wrapper h4.results-summary a {
  display: block;
  text-decoration: underline;
}
#order-wrapper .order-table,
#order-wrapper .panels-table,
#order-wrapper .summary-table,
#panels-wrapper .order-table,
#panels-wrapper .panels-table,
#panels-wrapper .summary-table,
#summary-order-wrapper .order-table,
#summary-order-wrapper .panels-table,
#summary-order-wrapper .summary-table {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #d6d4d0;
}
#order-wrapper .order-table tbody tr,
#order-wrapper .panels-table tbody tr,
#order-wrapper .summary-table tbody tr,
#panels-wrapper .order-table tbody tr,
#panels-wrapper .panels-table tbody tr,
#panels-wrapper .summary-table tbody tr,
#summary-order-wrapper .order-table tbody tr,
#summary-order-wrapper .panels-table tbody tr,
#summary-order-wrapper .summary-table tbody tr {
  width: 100%;
}
#order-wrapper .order-table tbody tr th,
#order-wrapper .panels-table tbody tr th,
#order-wrapper .summary-table tbody tr th,
#panels-wrapper .order-table tbody tr th,
#panels-wrapper .panels-table tbody tr th,
#panels-wrapper .summary-table tbody tr th,
#summary-order-wrapper .order-table tbody tr th,
#summary-order-wrapper .panels-table tbody tr th,
#summary-order-wrapper .summary-table tbody tr th {
  color: #76716b;
  font-size: 14px;
  padding: 13px 0 8px 15px;
  text-align: left;
  text-transform: uppercase;
  background-color: #efedea;
}
#order-wrapper .order-table tbody tr th:first-child,
#order-wrapper .panels-table tbody tr th:first-child,
#order-wrapper .summary-table tbody tr th:first-child,
#panels-wrapper .order-table tbody tr th:first-child,
#panels-wrapper .panels-table tbody tr th:first-child,
#panels-wrapper .summary-table tbody tr th:first-child,
#summary-order-wrapper .order-table tbody tr th:first-child,
#summary-order-wrapper .panels-table tbody tr th:first-child,
#summary-order-wrapper .summary-table tbody tr th:first-child {
  padding: 13px 0 8px 15px;
  color: #373737;
}
#order-wrapper .order-table tbody tr td,
#order-wrapper .panels-table tbody tr td,
#order-wrapper .summary-table tbody tr td,
#panels-wrapper .order-table tbody tr td,
#panels-wrapper .panels-table tbody tr td,
#panels-wrapper .summary-table tbody tr td,
#summary-order-wrapper .order-table tbody tr td,
#summary-order-wrapper .panels-table tbody tr td,
#summary-order-wrapper .summary-table tbody tr td {
  border-top: 1px solid #d6d4d0;
  padding: 20px 0 16px 15px;
  vertical-align: top;
  color: #373737;
  font-size: 14px;
  line-height: 18px;
}
#order-wrapper .order-table tbody tr td:first-child,
#order-wrapper .panels-table tbody tr td:first-child,
#order-wrapper .summary-table tbody tr td:first-child,
#panels-wrapper .order-table tbody tr td:first-child,
#panels-wrapper .panels-table tbody tr td:first-child,
#panels-wrapper .summary-table tbody tr td:first-child,
#summary-order-wrapper .order-table tbody tr td:first-child,
#summary-order-wrapper .panels-table tbody tr td:first-child,
#summary-order-wrapper .summary-table tbody tr td:first-child {
  padding: 18px 20px 12px 15px;
}
#order-wrapper .order-table tbody tr td:last-child,
#order-wrapper .panels-table tbody tr td:last-child,
#order-wrapper .summary-table tbody tr td:last-child,
#panels-wrapper .order-table tbody tr td:last-child,
#panels-wrapper .panels-table tbody tr td:last-child,
#panels-wrapper .summary-table tbody tr td:last-child,
#summary-order-wrapper .order-table tbody tr td:last-child,
#summary-order-wrapper .panels-table tbody tr td:last-child,
#summary-order-wrapper .summary-table tbody tr td:last-child {
  padding: 18px 10px 12px 15px;
}
#order-wrapper .order-table tbody tr:nth-child(2) td,
#order-wrapper .panels-table tbody tr:nth-child(2) td,
#order-wrapper .summary-table tbody tr:nth-child(2) td,
#panels-wrapper .order-table tbody tr:nth-child(2) td,
#panels-wrapper .panels-table tbody tr:nth-child(2) td,
#panels-wrapper .summary-table tbody tr:nth-child(2) td,
#summary-order-wrapper .order-table tbody tr:nth-child(2) td,
#summary-order-wrapper .panels-table tbody tr:nth-child(2) td,
#summary-order-wrapper .summary-table tbody tr:nth-child(2) td {
  border-top: 0;
}
#order-wrapper .order-table h5,
#order-wrapper .panels-table h5,
#order-wrapper .summary-table h5,
#panels-wrapper .order-table h5,
#panels-wrapper .panels-table h5,
#panels-wrapper .summary-table h5,
#summary-order-wrapper .order-table h5,
#summary-order-wrapper .panels-table h5,
#summary-order-wrapper .summary-table h5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
}
#order-wrapper hr,
#panels-wrapper hr,
#summary-order-wrapper hr {
  border: none;
  border-top: 1px dotted #ccc;
  color: #fff;
  background-color: #fff;
  height: 1px;
}
#catalog-search-form .search-form {
  z-index: 10;
  margin-bottom: 10px;
}
#catalog-search-form .search-form .input-group {
  position: relative;
}
#catalog-search-form .search-form input {
  border-color: #bbb7b2;
  border-radius: 5px;
  padding: 7px 7px 5px 35px;
  display: block;
  height: auto;
}
#catalog-search-form .search-form button {
  border: 0;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #bbb7b2;
  z-index: 2;
  padding: 8px;
  height: 100%;
}
#catalog-search-form .search-form input:focus {
  box-shadow: none;
  outline: none;
  border-color: #828080;
}
#catalog-search-form .search-form input:focus + button {
  color: #828080;
}
#panels-content h2 {
  color: #0888b2;
}
#panels-content #id_name {
  padding-left: 80px;
}
#panels-content #panels-wrapper {
  clear: both;
  margin-top: 20px;
  padding: 5px 0 20px;
}
#panels-content #panels-wrapper .panels-table {
  margin-bottom: 25px;
}
#panels-content #panels-wrapper .panels-table th {
  padding: 13px 0 8px 20px;
}
#panels-content #panels-wrapper .panels-table th .panel-name h4 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: -6px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#panels-content #panels-wrapper .panels-table th .panel-name button {
  margin: -5px 0 5px 10px;
}
#panels-content #panels-wrapper .panels-table tr:last-child td {
  padding-bottom: 20px;
}
#panels-content #panels-wrapper .panels-table tr.in-cart {
  background-color: transparent;
}
#panels-content #panels-wrapper .panels-table td {
  padding: 20px 10px 16px 20px;
}
#panels-content #panels-wrapper .panels-table td:first-child {
  padding: 20px 0 16px 20px;
}
#panels-content #panels-wrapper .panels-table td:last-child {
  padding: 20px 10px 16px 20px;
}
#panels-content #panels-wrapper .panel-name-table {
  margin-top: 8px;
  margin-bottom: 8px;
}
#panels-content #panels-wrapper .panel-name-table th {
  text-transform: none;
  background-color: transparent;
}
#panels-content #panels-wrapper .custom-order {
  padding-bottom: 25px;
  padding-top: 5px;
  border-top: 1px solid #bbb7b2;
}
#panels-content #panels-wrapper .custom-order .panels-table,
#panels-content #panels-wrapper .custom-order .panels-table:first-child th {
  border: none;
}
#search-page .genes-table .col-genes {
  width: 320px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #search-page .genes-table .col-genes {
    width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #search-page .genes-table .col-genes {
    width: 220px;
  }
}
#search-page .genes-table .col-disorders {
  width: auto;
}
#custom-order-page .order-table .col-panels,
#custom-order-page .panels-table .col-panels,
#custom-order-page .summary-table .col-panels,
#summary-page .order-table .col-panels,
#summary-page .panels-table .col-panels,
#summary-page .summary-table .col-panels {
  width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #custom-order-page .order-table .col-panels,
  #custom-order-page .panels-table .col-panels,
  #custom-order-page .summary-table .col-panels,
  #summary-page .order-table .col-panels,
  #summary-page .panels-table .col-panels,
  #summary-page .summary-table .col-panels {
    width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #custom-order-page .order-table .col-panels,
  #custom-order-page .panels-table .col-panels,
  #custom-order-page .summary-table .col-panels,
  #summary-page .order-table .col-panels,
  #summary-page .panels-table .col-panels,
  #summary-page .summary-table .col-panels {
    width: 220px;
  }
}
#custom-order-page .order-table .col-disorders,
#custom-order-page .panels-table .col-disorders,
#custom-order-page .summary-table .col-disorders,
#summary-page .order-table .col-disorders,
#summary-page .panels-table .col-disorders,
#summary-page .summary-table .col-disorders {
  width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #custom-order-page .order-table .col-disorders,
  #custom-order-page .panels-table .col-disorders,
  #custom-order-page .summary-table .col-disorders,
  #summary-page .order-table .col-disorders,
  #summary-page .panels-table .col-disorders,
  #summary-page .summary-table .col-disorders {
    width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #custom-order-page .order-table .col-disorders,
  #custom-order-page .panels-table .col-disorders,
  #custom-order-page .summary-table .col-disorders,
  #summary-page .order-table .col-disorders,
  #summary-page .panels-table .col-disorders,
  #summary-page .summary-table .col-disorders {
    width: 220px;
  }
}
#custom-order-page .order-table .col-genes,
#custom-order-page .panels-table .col-genes,
#custom-order-page .summary-table .col-genes,
#summary-page .order-table .col-genes,
#summary-page .panels-table .col-genes,
#summary-page .summary-table .col-genes {
  width: auto;
}
#custom-order-page .order-table .col-button,
#custom-order-page .panels-table .col-button,
#custom-order-page .summary-table .col-button,
#summary-page .order-table .col-button,
#summary-page .panels-table .col-button,
#summary-page .summary-table .col-button {
  width: 225px;
}
@media only screen and (max-width: 767px) {
  #custom-order-page .order-table .col-button,
  #custom-order-page .panels-table .col-button,
  #custom-order-page .summary-table .col-button,
  #summary-page .order-table .col-button,
  #summary-page .panels-table .col-button,
  #summary-page .summary-table .col-button {
    padding: 0 0 0 5px;
    width: auto;
  }
  #custom-order-page .order-table .col-button button,
  #custom-order-page .panels-table .col-button button,
  #custom-order-page .summary-table .col-button button,
  #summary-page .order-table .col-button button,
  #summary-page .panels-table .col-button button,
  #summary-page .summary-table .col-button button {
    min-width: 0;
  }
  #custom-order-page .order-table .col-button button .icon,
  #custom-order-page .panels-table .col-button button .icon,
  #custom-order-page .summary-table .col-button button .icon,
  #summary-page .order-table .col-button button .icon,
  #summary-page .panels-table .col-button button .icon,
  #summary-page .summary-table .col-button button .icon {
    margin: 0;
    padding-right: 0;
    border-right: 0;
  }
  #custom-order-page .order-table .col-button button .remove-text,
  #custom-order-page .panels-table .col-button button .remove-text,
  #custom-order-page .summary-table .col-button button .remove-text,
  #summary-page .order-table .col-button button .remove-text,
  #summary-page .panels-table .col-button button .remove-text,
  #summary-page .summary-table .col-button button .remove-text {
    display: none;
  }
}
#custom-order-page .genes-table .col-genes,
#summary-page .genes-table .col-genes {
  width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #custom-order-page .genes-table .col-genes,
  #summary-page .genes-table .col-genes {
    width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #custom-order-page .genes-table .col-genes,
  #summary-page .genes-table .col-genes {
    width: 220px;
  }
}
#custom-order-page .genes-table .col-disorders,
#summary-page .genes-table .col-disorders {
  width: auto;
}
.letter-index {
  position: relative;
}
.letter-index:after,
.letter-index:before {
  content: '';
  display: table;
}
.letter-index:after {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .letter-index {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .letter-index {
    padding-left: 0;
  }
}
.letter-index li {
  display: block;
  float: left;
  width: 3.84%;
  min-width: 16px;
  padding: 0 3px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .letter-index li {
    padding: 0 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .letter-index li {
    padding: 0 2px;
  }
}
.letter-index li.active a,
.letter-index li.active a:focus,
.letter-index li.active a:hover {
  color: #1971ab;
}
.letter-index li a {
  font-size: 28px;
  color: #2a979c;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .letter-index li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .letter-index li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .letter-index li a {
    font-size: 22px;
  }
}
.letter-index li a:hover {
  color: #11ada0;
}
.letter-index.fixed {
  background-color: #fff;
  margin-left: 0;
  position: fixed;
  top: 88px;
  left: auto;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .letter-index.fixed {
    margin-left: 15px;
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .letter-index.fixed {
    margin-left: 15px;
    position: static;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .letter-index.fixed {
    width: 651px;
  }
}
@media only screen and (min-width: 1200px) {
  .letter-index.fixed {
    width: 801px;
  }
}
.catalog-content {
  position: relative;
}
.catalog-content h4 {
  text-transform: uppercase;
}
.catalog-content h4 .icon.font-color-inherit {
  margin-right: 10px;
  font-size: 1.4em;
  vertical-align: -3px;
}
.catalog-content p.indent {
  margin-left: 42px;
}
@media only screen and (max-width: 767px) {
  .catalog-content p.indent {
    margin-left: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .catalog-content p.indent {
    margin-left: 0;
  }
}
.catalog-content .expandable-item > h4 {
  overflow: hidden;
  color: inherit;
  font-size: 18px;
  line-height: inherit;
  text-transform: none;
}
.catalog-content .gene-count {
  float: right;
  margin-left: 10px;
  font-size: 16px;
  color: #727272;
}
.catalog-content .category-header {
  padding: 18px 30px 15px 55px;
}
@media only screen and (min-width: 992px) {
  .catalog-content .gene-count {
    margin-left: 20px;
    font-size: 18px;
  }
}
.catalog-sidebar {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.catalog-sidebar.absolute {
  position: absolute;
  bottom: 0;
}
.catalog-sidebar.fixed {
  position: fixed;
  top: 115px;
}
.catalog-sidebar h5 {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: inherit;
  text-transform: capitalize;
}
.catalog-sidebar p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.catalog-sidebar p + p {
  margin-top: 12px;
}
.catalog-sidebar .catalog-sidebar-header {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 10px 15px 7px;
  background-color: #11ada0;
}
.catalog-sidebar .catalog-sidebar-header + .catalog-sidebar-content {
  border-top: 0;
}
.catalog-sidebar .catalog-sidebar-content {
  border-top: 1px solid #d6d4d0;
  padding: 15px;
}
.catalog-sidebar .catalog-sidebar-content a {
  text-decoration: underline;
}
.catalog-sidebar .catalog-sidebar-content a:hover {
  text-decoration: none;
}
.catalog-sidebar .references .block {
  padding: 25px 15px;
}
.catalog-sidebar .references .block + .block {
  border-top: 1px solid #d7d7d7;
}
.catalog-sidebar .media-link {
  position: relative;
  padding: 0 0 0 30px;
}
.catalog-sidebar .media-link .icon {
  position: absolute;
  top: -2px;
  left: 0;
  margin: 0;
}
.catalog-sidebar-points li + li {
  margin-top: 15px;
}
.catalog-sidebar-points a {
  color: #11ada0;
  font-weight: 700;
}
.catalog-sidebar-points-header {
  font-weight: 700;
  text-transform: uppercase;
}
.gene {
  display: inline-block;
  border: 1px solid #373737;
  padding-top: 3px;
  margin: 5px 5px 0 0;
  min-width: 85px;
  text-align: center;
  line-height: 1.15em;
  font-size: 0.9em;
}
.gene.highlight {
  color: #fff;
  background-color: #0888b2;
  border-color: #0888b2;
}
.gene.highlight.upgrade-color {
  background-color: #9b948e;
  border-color: #9b948e;
}
.order-group-name {
  margin-bottom: 0.5em;
}
.order-group-name,
.order-groups-list {
  text-transform: uppercase;
}
.order-groups-list li {
  cursor: pointer;
  margin-bottom: 2px;
  position: relative;
}
.order-groups-list .icon {
  color: #2a979c;
  font-size: 22px;
  margin-right: 2px;
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
}
.order-group-label {
  display: inline-block;
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .catalog-content .catalog-sidebar-content .btn-lg {
    width: 100%;
  }
}
#contact-info-page .tabs-content .form-wrapper {
  margin: 0;
}
#physician_mailing_list_form label {
  padding: 7px 10px 0 28px;
}
#delegate-list h3,
#patient-list h3 {
  border: 0;
  padding-left: 34px;
}
#delegate-list li,
#patient-list li {
  color: #2a979c;
  cursor: pointer;
  min-height: 30px;
  padding: 3px 0 14px 30px;
  float: left;
  clear: left;
  display: inline-block;
}
#delegate-list li span.icon-user,
#patient-list li span.icon-user {
  color: #d6d4d0;
  float: left;
  font-size: 30px;
  margin-right: 16px;
  position: relative;
  top: -4px;
}
#delegate-list li span.icon-cross,
#patient-list li span.icon-cross {
  display: none;
  float: right;
  margin-left: 20px;
}
#delegate-list li span.email-address,
#patient-list li span.email-address {
  color: #76716b;
  font-size: 0.9em;
}
#delegate-list li div,
#patient-list li div {
  display: inline-block;
}
#delegate-list li:hover,
#patient-list li:hover {
  color: #11ada0;
}
#delegate-list li:hover span.icon-cross,
#patient-list li:hover span.icon-cross {
  display: inline-block;
}
#delegate-list li:before,
#patient-list li:before {
  margin-right: 10px;
}
#delegate-list li.inactive,
#delegate-list li.inactive span,
#patient-list li.inactive,
#patient-list li.inactive span {
  color: #d6d4d0;
}
#delegate-list li.inactive div,
#patient-list li.inactive div {
  text-decoration: line-through;
}
#delegate-list li.inactive:hover,
#delegate-list li.inactive:hover span,
#patient-list li.inactive:hover,
#patient-list li.inactive:hover span {
  color: #ccc;
}
#delegate-list ul {
  width: 400px;
}
#delegate-list span.remove-delegate {
  float: right;
  padding-right: 20px;
}
.browser-ie8 .field-wrapper.id_assisted_saliva_kit label,
.browser-ie8 .field-wrapper.id_primary_holder_is_medicare label,
.browser-ie8 .field-wrapper.id_schedule_blood_draw label,
.browser-ie8 .field-wrapper.id_secondary_holder_is_medicare label,
.browser-ie8 .field-wrapper.id_send_patient_kit label,
.browser-ie8 .field-wrapper.id_send_saliva_kit label {
  background: none !important;
}
.styled-upload input {
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
.browser-ie .styled-upload input {
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#order-confirmation-content {
  padding-top: 0;
}
#order-confirmation-content h2 {
  color: #2a979c;
}
#order-confirmation-content #download {
  display: block;
  height: 75px;
  background-color: #e8e6e2;
  padding-top: 13px;
  padding-left: 10px;
  width: 100%;
}
#order-confirmation-content #download span.call-to-action {
  position: relative;
  display: block;
  font-size: 24px;
  margin-left: 270px;
  margin-top: 12px;
}
#order-confirmation-content #release-results {
  display: block;
  height: 75px;
  background-color: #e8e6e2;
  padding-top: 2px;
  padding-left: 10px;
  width: 100%;
}
#order-confirmation-content #release-results span.call-to-action {
  position: relative;
  display: block;
  font-size: 24px;
  margin-left: 270px;
  margin-top: 12px;
}
.badge-unread {
  color: #fff;
  background-color: #66bf7e;
  padding: 4px 6px 2px 7px;
  margin: -2px 6px 0 -2px;
  vertical-align: 1px;
  border-radius: 15px;
}
.header-sub-text {
  margin-top: -20px;
  padding-left: 20px;
  font-size: 13px;
  text-transform: uppercase;
  position: static;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-sub-text {
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) {
  .header-sub-text {
    position: absolute;
  }
}
.order-summary-details {
  margin-top: -15px;
  color: #373737;
}
@media only screen and (max-width: 767px) {
  .order-summary-details {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-summary-details {
    margin-bottom: 10px;
  }
}
.order-summary-details div {
  padding-bottom: 6px;
}
.order-summary-details label {
  text-transform: uppercase;
  color: #0888b2;
  font-size: 12px;
}
.order-summary-details span {
  display: block;
}
.order-summary-details a {
  color: #0888b2;
  text-decoration: underline;
}
.order-summary-details .print-a-copy {
  color: #fff;
  text-decoration: none;
}
.offset-panel {
  padding: 0 10px 0 80px;
}
@media only screen and (max-width: 767px) {
  .offset-panel {
    padding-left: 0;
  }
}
.offset-panel h3 {
  margin-left: -80px;
  font-size: 1.8em;
  font-weight: 400;
  color: #0888b2;
  line-height: 55px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .offset-panel h3 {
    margin-left: 0;
    line-height: inherit;
    font-size: 1.5em;
  }
}
.offset-panel h3 span.icon {
  margin-right: 25px;
  display: block;
  float: left;
  line-height: 20px;
  width: 51px;
  height: 51px;
  padding: 9px 0 0 11px;
  border: 1px solid #0888b2;
  background-color: #fff;
  border-radius: 26px;
}
@media only screen and (max-width: 767px) {
  .offset-panel h3 span.icon {
    font-size: 0.7em;
    margin-right: 15px;
    line-height: 10px;
    width: 28px;
    height: 28px;
    padding: 5px 0 0 6px;
  }
}
.endnote-panel {
  background-color: #f6f5f3;
  padding: 20px 30px;
  margin: 25px 25px 0 -15px;
}
.endnote-panel .btn {
  display: none;
}
.endnote-panel p {
  font-size: 0.9em;
  margin-bottom: 0;
}
.endnote-panel.after-90-days {
  background: none;
  padding: 0;
  margin: 0;
}
.endnote-panel.after-90-days .btn {
  display: inline-block;
  margin-top: 20px;
}
.info-message {
  display: inline-block;
  padding: 20px 30px 18px 55px;
  margin: 10px 0 25px;
  color: #0888b2;
  border: 1px solid #0888b2;
  border-radius: 10px;
}
.info-message span.icon {
  margin: -5px 15px 0 -40px;
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  padding: 4px 0 0 5px;
  border: 1px solid #0888b2;
  border-radius: 15px;
}
.info-message.error-message {
  color: #dd4343;
  border: 1px solid #dd4343;
}
.info-message.error-message span.icon {
  border: 1px solid #dd4343;
}
.note {
  color: #76716b;
  font-size: 0.95em;
}
.side-bar-border {
  border-right: 1px solid #efedea;
}
.side-bar-panel p {
  margin-bottom: 10px;
}
#data-table_wrapper,
.dataTables_wrapper {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
#data-table_info,
.dataTables_info {
  width: 50%;
  float: left;
  min-height: 50px;
  padding: 2px 0 0 2px;
}
#data-table_filter,
.dataTables_filter {
  width: 40%;
  float: right;
  min-height: 50px;
  text-align: right;
  padding-right: 5px;
}
#data-table_filter input,
.dataTables_filter input {
  height: 28px;
  margin-left: 8px;
  padding: 3px 4px 1px;
  color: #0888b2;
  border: 1px solid #d6d4d0;
}
#data-table_length,
.dataTables_length {
  width: 40%;
  float: left;
  padding-left: 10px;
  margin-top: 10px;
}
#data-table_length select,
.dataTables_length select {
  width: auto;
  margin: 0 5px;
}
#data-table_paginate .dataTables_paginate {
  float: right;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
}
#data-table_paginate .dataTables_paginate a {
  text-decoration: none;
}
#data-table,
.table.data-table {
  clear: both;
  margin-top: 50px;
  border-top: 1px solid #e8e6e2;
  border-bottom: 1px solid #efedea;
}
#data-table thead th,
.table.data-table thead th {
  padding: 13px 14px 9px;
  color: #76716b;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #e8e6e2;
  background-color: #efedea;
}
#data-table thead th:hover,
.table.data-table thead th:hover {
  color: #373737;
}
#data-table tbody tr td,
.table.data-table tbody tr td {
  padding: 15px 14px 7px;
  border: 0;
  font-size: 15px;
}
#data-table tbody tr td.dataTables_empty,
.table.data-table tbody tr td.dataTables_empty {
  text-align: center;
}
#data-table tbody tr.odd td,
.table.data-table tbody tr.odd td {
  background-color: #fff;
}
#data-table tbody tr.even td,
.table.data-table tbody tr.even td {
  background-color: #fcfcfc;
}
#data-table .sorting_asc,
.table.data-table .sorting_asc {
  padding-right: 20px;
  background: #efedea url(/static/img/common/sort_asc.png) 90% 75% no-repeat;
  background-size: 19px 19px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #data-table .sorting_asc,
  .table.data-table .sorting_asc {
    background-image: url(/static/img/common/sort_asc.png);
    background-size: 19px 19px;
  }
}
#data-table .sorting_desc,
.table.data-table .sorting_desc {
  padding-right: 20px;
  background: #efedea url(/static/img/common/sort_desc.png) 90% 30% no-repeat;
  background-size: 19px 19px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #data-table .sorting_desc,
  .table.data-table .sorting_desc {
    background-image: url(/static/img/common/sort_desc.png);
    background-size: 19px 19px;
  }
}
.paging_full_numbers a.paginate_active,
.paging_full_numbers a.paginate_button {
  border-radius: 2px;
  padding: 4px 7px 1px;
  margin: 0 3px;
  cursor: pointer;
  color: #0888b2;
  border: 1px solid #fff;
}
.paging_full_numbers a.paginate_button {
  background-color: #fff;
}
.paging_full_numbers span a.current,
.paging_full_numbers span a.paginate_active,
.paging_full_numbers span a.paginate_button:hover {
  text-decoration: none;
  color: #0888b2;
  background-color: #fff;
  border: 1px solid #2d9abd;
}
#order-status-page h2 {
  color: #0888b2;
}
#order-status-page h3 {
  font-size: 1.8em;
  font-weight: 400;
  color: #0888b2;
  margin-bottom: 10px;
}
#order-status-page h6 {
  text-align: center;
  margin-top: 1.7em;
  margin-bottom: 0;
}
#order-status-page .status-container {
  position: relative;
  margin-top: 80px;
}
#order-status-page .status-container.faded .event,
#order-status-page .status-container.faded .status-progress {
  opacity: 0.3;
}
#order-status-page .status-container.faded .event.preload,
#order-status-page .status-container.faded .status-progress.preload {
  opacity: 1 !important;
}
@media only screen and (max-width: 767px) {
  #order-status-page .status-container {
    margin-top: 0;
  }
}
#order-status-page .preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
#order-status-page .event {
  box-sizing: border-box;
  border-left: 2px solid #fff;
  background: #efedea;
  position: relative;
  padding: 0;
  height: 160px;
  -webkit-transition: opacity 0.5s ease 1s, background 0.5s;
  transition: opacity 0.5s ease 1s, background 0.5s;
}
@media (max-width: 767px) {
  #order-status-page .event {
    border: none;
  }
}
#order-status-page .event .icon {
  font-size: 2.5em;
  padding: 20px;
}
#order-status-page .event .icon,
#order-status-page .event h4 {
  position: absolute;
  -webkit-transition: color 1s;
  transition: color 1s;
  color: #9b948e;
}
#order-status-page .event h4 {
  font-weight: 400;
  bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}
#order-status-page .event .date {
  opacity: 0;
  margin-top: -75px;
}
#order-status-page .event#transit {
  -webkit-transition: opacity 0.5s ease 1s, background 0.5s ease 0.4s;
  transition: opacity 0.5s ease 1s, background 0.5s ease 0.4s;
}
#order-status-page .event#transit .icon,
#order-status-page .event#transit h4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#order-status-page .event#processing {
  -webkit-transition: opacity 0.5s ease 1s, background 0.5s ease 0.8s;
  transition: opacity 0.5s ease 1s, background 0.5s ease 0.8s;
}
#order-status-page .event#processing .icon,
#order-status-page .event#processing h4 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#order-status-page .event#analysis {
  -webkit-transition: opacity 0.5s ease 1s, background 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1s, background 0.5s ease 1.2s;
}
#order-status-page .event#analysis .icon,
#order-status-page .event#analysis h4 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#order-status-page .event#report {
  border-right: none;
  -webkit-transition: opacity 0.5s ease 1s, background 0.5s ease 1.6s;
  transition: opacity 0.5s ease 1s, background 0.5s ease 1.6s;
}
#order-status-page .event#report .icon,
#order-status-page .event#report h4 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
#order-status-page .event.complete:before {
  display: none;
}
#order-status-page .event.complete .icon,
#order-status-page .event.complete h4 {
  color: #fff !important;
}
#order-status-page .event.complete .date {
  opacity: 1;
  margin-top: -90px;
}
#order-status-page .event.complete#submitted {
  background: #1971ab;
  border-left: 0;
}
#order-status-page .event.complete#transit {
  background: #0888b2;
}
#order-status-page .event.complete#transit .date {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#order-status-page .event.complete#processing {
  background: #0aaca0;
}
#order-status-page .event.complete#processing .date {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#order-status-page .event.complete#analysis {
  background: #66bf7e;
}
#order-status-page .event.complete#analysis .date {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#order-status-page .event.complete#report {
  background: #a3cf71;
}
@media only screen and (max-width: 767px) {
  #order-status-page .event.complete .date {
    margin-top: 0;
  }
  #order-status-page .event.complete .date:after,
  #order-status-page .event.complete .date:before {
    display: none;
  }
}
#order-status-page .event.preload {
  background: #efedea !important;
}
#order-status-page .event.preload .icon,
#order-status-page .event.preload h4 {
  color: #9b948e !important;
}
#order-status-page .event.preload .date {
  opacity: 0 !important;
  margin-top: -35px !important;
}
#order-status-page .status-title {
  font-family: CrimsonText, serif;
  font-size: 36px;
  line-height: 40px;
  text-transform: lowercase;
}
#order-status-page .status-title:first-letter {
  text-transform: uppercase;
}
#order-status-page .stage-info-container {
  -webkit-transition: opacity 1s, margin-top 1s;
  transition: opacity 1s, margin-top 1s;
  position: absolute;
  padding-top: 20px;
  width: 570px;
  display: none;
}
#order-status-page .stage-info-container .stage-info-text {
  background: #efedea;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #464646;
  border-radius: 8px;
}
#order-status-page .stage-info-container .stage-info-text .icon {
  height: 100%;
  color: #11ada0;
  margin: 0 11px;
  font-size: 32px;
  padding-top: 5px;
}
#order-status-page .stage-info-container:after,
#order-status-page .stage-info-container:before {
  top: -8px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#order-status-page .stage-info-container:after {
  border-color: hsla(0, 0%, 100%, 0);
  border-bottom-color: #efedea;
  border-width: 14px;
  margin-left: -14px;
}
#order-status-page .stage-info-container:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #efedea;
  border-width: 14px;
  margin-left: -14px;
}
#order-status-page .stage-info-container.order-submitted {
  margin-left: -38px;
}
#order-status-page .stage-info-container.order-submitted:after,
#order-status-page .stage-info-container.order-submitted:before {
  left: 47px;
}
#order-status-page .stage-info-container.analysis-and-interpretation,
#order-status-page .stage-info-container.lab-processing,
#order-status-page .stage-info-container.specimen-received {
  margin-left: -286px;
}
#order-status-page .stage-info-container.analysis-and-interpretation:after,
#order-status-page .stage-info-container.analysis-and-interpretation:before,
#order-status-page .stage-info-container.lab-processing:after,
#order-status-page .stage-info-container.lab-processing:before,
#order-status-page .stage-info-container.specimen-received:after,
#order-status-page .stage-info-container.specimen-received:before {
  left: 295px;
}
#order-status-page .status-progress {
  background: #efedea;
  height: 4px;
  position: relative;
  width: 85%;
  margin: 0 auto;
  -webkit-transition: opacity 1s ease 1.5s;
  transition: opacity 1s ease 1.5s;
}
#order-status-page .status-progress .order-stages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#order-status-page .status-progress .order-stages .round {
  width: 18px;
  height: 18px;
  margin-top: -11px;
  background-color: #efedea;
  border-radius: 20px;
}
#order-status-page .status-progress .order-stages .round.complete {
  background: #0aaca0;
}
#order-status-page .status-progress .order-stages .round.cancelled {
  background: #9b948e;
}
#order-status-page .status-progress .order-stages .stage-title {
  color: #9b948e;
  text-transform: uppercase;
  position: absolute;
  width: 250px;
  margin-left: -115px;
  top: -50px;
  text-align: center;
}
#order-status-page .status-progress .order-stages .stage-title.complete {
  color: #0aaca0;
}
#order-status-page .status-progress .order-stages .stage-title.cancelled {
  color: #464646;
}
#order-status-page .status-progress .order-stages .stage-title .date-stamp {
  color: #9b948e;
  display: none;
}
#order-status-page .status-progress .status-filler {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #0aaca0;
  -webkit-transition: width 2s;
  transition: width 2s;
  width: 0;
}
#order-status-page .status-progress .status-filler.cancelled {
  background: #9b948e;
}
#order-status-page .report-download-container {
  box-shadow: 0 1px 2px 0 #9b948e;
  background-color: #f4f3f0;
  color: #0aaca0;
  padding: 10px;
  margin: 40px auto 0;
  width: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#order-status-page .report-download-container .icon {
  font-size: 24px;
  padding-right: 5px;
}
#order-status-page .report-download-container:active,
#order-status-page .report-download-container:hover {
  text-decoration: none;
  outline: none;
}
#order-status-page .cancelled-order-container {
  padding: 10px;
  margin: 20px auto 0;
  width: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
#order-status-page .cancelled-order-container .icon {
  font-size: 28px;
  padding-right: 5px;
  color: #0aaca0;
}
#order-status-page .status-details {
  position: relative;
  width: 95%;
  margin-top: -10px;
  margin-bottom: 35px;
}
#order-status-page .status-details div {
  font-size: 1em;
  display: none;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.8);
  position: absolute;
}
#order-status-page .status-details div a {
  text-decoration: underline;
  color: #0888b2;
}
#order-status-page .status-details.preload {
  opacity: 0;
}
#order-details-page h2,
#order-rerequisition-page h2 {
  color: #0888b2;
}
#order-details-page .added-to-order,
#order-rerequisition-page .added-to-order {
  color: #991f57;
  font-weight: 400;
}
#order-rerequisition-page .new-order,
#order-rerequisition-page .rereq,
#order-rerequisition-page .upgrade {
  padding: 0;
}
#order-rerequisition-page .new-order > .bg,
#order-rerequisition-page .rereq > .bg,
#order-rerequisition-page .upgrade > .bg {
  margin: 0 15px;
}
#order-rerequisition-page .new-order div,
#order-rerequisition-page .rereq div,
#order-rerequisition-page .upgrade div {
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 15px 0;
}
#order-rerequisition-page .new-order .indication,
#order-rerequisition-page .new-order .sample,
#order-rerequisition-page .rereq .indication,
#order-rerequisition-page .rereq .sample,
#order-rerequisition-page .upgrade .indication,
#order-rerequisition-page .upgrade .sample {
  font-size: 24px;
}
#order-rerequisition-page .new-order .cost,
#order-rerequisition-page .new-order .turn-around,
#order-rerequisition-page .rereq .cost,
#order-rerequisition-page .rereq .turn-around,
#order-rerequisition-page .upgrade .cost,
#order-rerequisition-page .upgrade .turn-around {
  font-size: 21px;
}
#order-rerequisition-page .new-order .information,
#order-rerequisition-page .rereq .information,
#order-rerequisition-page .upgrade .information {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  padding: 0 15px;
  margin-top: 32px;
  min-height: 200px;
}
#order-rerequisition-page .new-order .information p,
#order-rerequisition-page .rereq .information p,
#order-rerequisition-page .upgrade .information p {
  margin-bottom: 12px;
}
#order-rerequisition-page .rereq > .bg {
  background-color: #59ce7f;
}
#order-rerequisition-page .rereq .icon,
#order-rerequisition-page .rereq .type {
  color: #59ce7f;
}
#order-rerequisition-page .upgrade > .bg {
  background-color: #0888b2;
}
#order-rerequisition-page .upgrade .icon,
#order-rerequisition-page .upgrade .type {
  color: #0888b2;
}
#order-rerequisition-page .new-order {
  padding-left: 60px;
}
#order-rerequisition-page .new-order .type {
  margin-left: -48px;
}
#order-rerequisition-page .new-order .icon,
#order-rerequisition-page .new-order .type {
  color: #11ada0;
}
#order-rerequisition-page .new-order .type,
#order-rerequisition-page .rereq .type,
#order-rerequisition-page .upgrade .type {
  font-size: 24px;
  padding: 0;
}
#order-rerequisition-page .new-order .icon,
#order-rerequisition-page .rereq .icon,
#order-rerequisition-page .upgrade .icon {
  font-size: 40px;
}
#order-rerequisition-page .continue a {
  width: 100%;
  margin-top: 24px;
}
#order-rerequisition-page hr.separator {
  margin: 0 12px;
}
#order-rerequisition-page hr.divider {
  margin-right: 15px;
}
#order-rerequisition-page .criteria div {
  font-size: 21px;
  color: #0888b2;
}
#order-rerequisition-page .criteria .type {
  height: 55px;
}
#order-rerequisition-page .criteria .cost,
#order-rerequisition-page .criteria .indication,
#order-rerequisition-page .criteria .information,
#order-rerequisition-page .criteria .sample,
#order-rerequisition-page .criteria .turn-around {
  margin-top: 35px;
}
#order-rerequisition-page .btn-sm {
  padding: 9px 18px 5px;
}
#order-sharing-page h2 {
  color: #0888b2;
}
@media only screen and (max-width: 767px) {
  #order-sharing-page .shared-results-colleague {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #order-sharing-page .shared-results-colleague {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #order-sharing-page .shared-results-colleague {
    padding-right: 20px;
    border-right: 1px solid #ccc;
  }
}
@media only screen and (min-width: 1200px) {
  #order-sharing-page .shared-results-colleague {
    padding-right: 20px;
    border-right: 1px solid #ccc;
  }
}
#order-sharing-page .shared-results-colleague .bootstrap-select.unstyled-select {
  width: 100%;
}
#order-sharing-page .shared-results-colleague .bootstrap-select button.selectpicker {
  clear: both;
  border: thin solid #e0e0e0;
  background: none;
  box-shadow: none;
}
#order-sharing-page .shared-results-colleague .bootstrap-select button.selectpicker:active,
#order-sharing-page .shared-results-colleague .bootstrap-select button.selectpicker:hover {
  background: none;
  box-shadow: none;
}
#order-sharing-page .shared-results-colleague .bootstrap-select button.selectpicker span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  padding-top: 3px;
}
#order-sharing-page .shared-results-colleague .shared-results-form {
  margin-top: 15px;
}
#order-sharing-page .shared-results-colleague .shared-results-form button {
  float: left;
  clear: left;
}
#order-sharing-page .shared-results-colleague .id_req_id {
  display: none;
}
@media only screen and (max-width: 767px) {
  #order-sharing-page .shared-results-patient {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #order-sharing-page .shared-results-patient {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #order-sharing-page .shared-results-patient {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #order-sharing-page .shared-results-patient {
    margin-left: 30px;
  }
}
#order-sharing-page #release-results,
#order-sharing-page #revoke-results {
  display: block;
  padding-top: 10px;
}
#order-sharing-page #release-results span.call-to-action,
#order-sharing-page #revoke-results span.call-to-action {
  clear: both;
  position: relative;
  display: block;
  font-size: 18px;
  margin-top: 15px;
  line-height: 40px;
}
#order-sharing-page #release-results {
  margin-bottom: 25px;
}
#order-sharing-page #emailModal .modal-footer {
  text-align: left;
  clear: both;
  padding-top: 5px;
}
#order-messages-page .message-download {
  overflow: hidden;
  max-width: 176px;
  margin: 0;
  padding: 0;
  color: #0888b2;
  font-size: 15px;
  text-overflow: ellipsis;
}
#order-messages-page .message-download .icon {
  margin: 0 3px 0 0;
  color: #0888b2;
}
#order-messages-page .download-col {
  display: none;
}
@media only screen and (min-width: 992px) {
  #order-messages-page .message-col p {
    margin-bottom: 0;
  }
  #order-messages-page .message-col .message-download {
    display: none;
  }
  #order-messages-page .download-col {
    display: table-cell;
  }
}
#order-messages-page .messages-table tbody tr td.author-col {
  font-weight: 700;
  white-space: nowrap;
}
#order-messages-page .messages-table tbody tr td.date-col {
  max-width: 120px;
}
@media only screen and (min-width: 992px) {
  #order-messages-page .messages-table tbody tr td.date-col {
    white-space: nowrap;
    max-width: 170px;
  }
}
#order-messages-page h2 {
  color: #0888b2;
}
#order-messages-page .new-message {
  clear: both;
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
#order-messages-page .new-message h4 {
  font-weight: 700;
}
#order-messages-page .new-message #messages-compose .field-wrapper {
  width: 70%;
}
#order-messages-page .new-message #messages-compose #messages-attachment,
#order-messages-page .new-message #messages-compose #messages-category {
  width: 55%;
}
#order-messages-page .new-message .messages-button {
  margin-top: 20px;
}
#patient-email-link-content .form-wrapper #id_confirm_password,
#patient-email-link-content .form-wrapper #id_confirm_pwd {
  padding-left: 170px;
}
#professional-info-content-email .form-wrapper {
  margin: 0;
}
#professional-info-content-email .form-wrapper .field-wrapper:nth-child(odd) {
  clear: none;
}
#professional-info-content-email .id_email,
#professional-info-content-email .id_first_name,
#professional-info-content-email .id_last_name,
#professional-info-content-email .id_practice_id {
  display: none;
}
#professional-info-content-email .id_practice_name .locked-section .icon-cross,
#professional-info-content-email .id_pwd .locked-section .icon-cross {
  position: absolute;
  top: 17px;
  margin-left: 100%;
  right: 15px;
  cursor: pointer;
}
#professional-info-content-email .id_practice_name input,
#professional-info-content-email .id_practice_name label,
#professional-info-content-email .id_pwd input,
#professional-info-content-email .id_pwd label {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#professional-info-content-email .id_no_npi span.optional-text,
#professional-info-content-email .id_npi span.optional-text {
  display: none;
}
#professional-info-content-email .id_no_npi label {
  padding: 6px 0 0 20px;
}
#professional-info-content-email .id_pwd,
#professional-info-content-email .id_specialty {
  clear: left;
}
#signin-page #account-nav {
  display: none;
}
#signin-content .form-wrapper .id_password {
  clear: left;
}
#signin-content .signup-box {
  min-height: 275px;
  border-left: 1px solid #9b948e;
  padding: 20px 0 0 60px;
}
@media only screen and (max-width: 767px) {
  #signin-content .signup-box {
    min-height: 0;
    border-left: 0;
    padding: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #signin-content .signup-box {
    min-height: 0;
    border-left: 0;
    padding: 20px 0 0;
  }
}
#signin-content .field-wrapper {
  float: none;
  width: 270px;
}
#signin-content .field-wrapper label:after {
  color: red;
}
.browser-ie8 #signin-content .field-wrapper label,
.browser-ie9 #signin-content .field-wrapper label {
  background-color: transparent;
}
#password-content .form-wrapper {
  max-width: 375px;
  width: 100%;
  margin: 0;
}
#new-password-content .id_confirm_pwd {
  clear: none;
}
#new-password-content .invalid {
  min-height: 300px;
  padding-left: 0;
}
#new-password-content .invalid p {
  font-size: 28px;
  padding-top: 20px;
}
#new-password-content .invalid p.p2 {
  font-size: 20px;
}
#settings-page .account-settings-form {
  margin: 0;
}
#settings-page .id_specialization {
  clear: left;
}
#settings-page .id_specialization label {
  position: relative;
  padding: 0;
}
#settings-content .form-wrapper .id_first_name,
#settings-content .form-wrapper .id_npi {
  clear: left;
}
.preferences-subsection {
  position: relative;
  float: left;
}
.preferences-subsection .field-wrapper {
  clear: both;
}
#contact-preferences-page .form-wrapper .preferences-container {
  position: relative;
}
#contact-preferences-page .form-wrapper .form-wrapper {
  margin: 0;
}
#contact-preferences-page .form-wrapper .field-wrapper {
  margin-left: 15px;
}
#contact-preferences-page .form-wrapper .field-wrapper label {
  font-size: 14px;
  color: #373737;
  text-transform: uppercase;
}
#contact-preferences-page .form-wrapper .field-wrapper input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
}
#contact-preferences-page .form-wrapper .field-wrapper .help-text {
  font-size: 14px;
  text-transform: none;
  padding-left: 30px;
}
#contact-content .form-wrapper .id_comments,
#contact-content .form-wrapper .id_email,
#contact-content .form-wrapper .id_subject {
  clear: left;
}
#contact-content .form-wrapper .id_subject,
#contact-content .form-wrapper .id_topic {
  width: 460px;
}
#contact-content .form-wrapper .id_comments,
#contact-content .form-wrapper .id_comments textarea {
  width: 600px;
}
#contact-content .form-wrapper .id_contact_me {
  width: 500px;
}
@media only screen and (max-width: 767px) {
  #contact-content .form-wrapper .id_contact_me {
    width: 100%;
  }
}
#contact-content .form-wrapper .id_contact_me label {
  padding-top: 12px;
}
#contact-content .form-wrapper p {
  padding-top: 20px;
}
#recover-content #new-password-content .col-md-6 {
  margin-bottom: 25px;
}
body.fht-theme .wrapper {
  padding-top: 0;
}
body.fht-theme .wrapper header.navbar {
  display: none !important;
}
body.fht-theme .wrapper footer section {
  padding-top: 20px !important;
}
body.fht-theme #footer-notices {
  display: none;
}
body.fht-theme h1 {
  color: #2a979c;
}
body.fht-theme h4 {
  color: #9b948e;
}
body.fht-theme .field-wrapper label {
  color: #2a979c;
}
body.fht-theme .field-wrapper input[type='password'],
body.fht-theme .field-wrapper input[type='text'],
body.fht-theme .field-wrapper textarea {
  border-bottom: 1px solid #2a979c;
}
body.fht-theme .id_gender ul li label {
  color: #2a979c !important;
  border: 1px solid #2a979c;
}
body.fht-theme .id_gender ul li label.active,
body.fht-theme .id_gender ul li label:focus,
body.fht-theme .id_gender ul li label:hover {
  border: 1px solid #2a979c;
  background-color: #2a979c;
}
body.fht-theme .id_specialty li {
  float: left;
}
body.fht-theme .id_specialty label {
  position: static;
}
#fht-signup .form-wrapper .id_country,
#fht-signup .form-wrapper .id_email,
#fht-signup .form-wrapper .id_first_name,
#fht-signup .form-wrapper .id_occupation,
#fht-signup .form-wrapper .id_password,
#fht-signup .form-wrapper .id_specialty {
  clear: left;
}
#fht-signup .form-wrapper .id_specialty label {
  position: static;
}
#fht-signup .form-wrapper .id_specialty li {
  float: left;
  width: 100%;
}
#fht-signup .form-wrapper .styled-select {
  border-bottom: 1px solid #2a979c;
}
#fht-signup .form-wrapper #id_email {
  padding-left: 80px;
}
#fht-signup .form-wrapper #id_confirm_password {
  padding-left: 170px;
}
#fht-signup .footer-notices {
  display: none;
}
#fht-signup .footer-links {
  margin-top: 20px;
}
#fht-confirmation .footer-notices {
  display: none;
}
#fht-confirmation .footer-links {
  margin-top: 20px;
}
#fht-recover .form-wrapper .id_email {
  clear: left;
}
#fht-recover .form-wrapper #id_email {
  padding-left: 80px;
}
#fht-recover .footer-notices {
  display: none;
}
#fht-recover .footer-links {
  margin-top: 20px;
}
#search-box p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
#search-box p + p {
  margin-top: 10px;
}
#search-box .title {
  font-size: 1.2em;
}
#search-box .results-summary {
  margin-bottom: 10px;
  font-weight: 700;
  color: #373737;
}
#search-box .results-summary a {
  display: inline;
  font-size: inherit;
}
#search-box .search-result-item {
  padding: 20px 0;
}
#search-box .search-result-item + .search-result-item {
  border-top: 1px solid #d6d4d0;
}
#search-paginator {
  margin: 20px 0 0;
  text-align: center;
}
#search-paginator ul.pagination {
  margin: 0;
  cursor: pointer;
}
#search-paginator ul.pagination > li.page-control,
#search-paginator ul.pagination > li.page-num {
  color: #11ada0;
  border-radius: 0;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#search-paginator ul.pagination > li.page-control.active,
#search-paginator ul.pagination > li.page-num.active {
  background: #efedea;
  color: #373737;
  border: 1px solid #ddd;
}
.browser-ie8 #search-paginator ul.pagination > li {
  float: none;
}
.request-condition {
  line-height: 1.5em;
  padding: 20px 0;
}
.request-condition h4 {
  margin-bottom: 10px;
}
.request-condition a {
  text-decoration: underline;
}
#verification-user-content {
  padding: 80px 0;
}
#verification-user-content .verify-form {
  text-align: center;
}
.patient-registry-content .row {
  min-height: 7.5em;
}
.patient-registry-content .row:first-of-type {
  min-height: 11.125em;
}
.patient-registry-content .image-holder {
  text-align: center;
}
.patient-registry-content .image-holder .registry-logo {
  max-height: 5em;
}
.patient-registry-content .registry span:before {
  margin-right: 0.5em;
}
.patient-registry-content .registry h4 {
  color: #2a979c;
  cursor: pointer;
}
.patient-registry-content .registry p {
  margin: auto auto 1.5em 1.75em !important;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .patient-registry-content .image-holder {
    text-align: left;
    margin-bottom: 1.5em;
  }
  .patient-registry-content .registry p {
    margin: auto auto 1.5em 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .patient-registry-content {
    padding: 0;
  }
  .patient-registry-content .row {
    height: auto;
    min-height: 0;
  }
  .patient-registry-content .image-holder {
    display: none;
  }
}
#exome-options-container {
  margin-bottom: 40px;
}
#exome-options-container .exome-option-icon {
  background: #1971ab;
  background: -webkit-gradient(linear, left top, left bottom, from(#1971ab), to(#11ada0));
  background: -webkit-linear-gradient(top, #1971ab, #11ada0);
  background: linear-gradient(180deg, #1971ab, #11ada0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#1971ab",GradientType=0);
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  margin: 25px 0;
}
#exome-options-container .icon {
  font-size: 82px;
  display: inline-block;
  line-height: 0;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
}
#exome-options-container .exome-option-name {
  font-weight: 700;
  font-size: 16px;
}
#exome-options-details {
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
#exome-options-details table {
  table-layout: fixed;
  width: 100%;
}
#exome-options-details td {
  padding: 10px 20px;
  vertical-align: top;
  background: #f6f5f3;
  border: 2px solid #fff;
}
#exome-options-details td:first-child {
  width: 30%;
}
#exome-options-details td:last-child {
  width: 70%;
}
#exome-options-details .icon {
  color: #11ada0;
  font-size: 25px;
  vertical-align: middle;
  display: inline-block;
  line-height: 0;
  padding-right: 5px;
}
#exome-gcst-container {
  margin-bottom: 40px;
  position: relative;
}
#exome-gcst-container h6 {
  font-size: 34px;
  text-transform: capitalize;
  font-family: CrimsonText, sans-serif;
}
#exome-gcst-container .exome-section-description {
  display: none;
}
#exome-gcst-container .gcst-search-input {
  background: #f6f5f3;
  border: 0;
  height: 38px;
}
#exome-gcst-container .icon-search {
  height: 100%;
}
#exome-gcst-container .gcst-search-pending {
  height: 25px;
  background-size: contain;
  top: 6px;
}
.exome-faq-main-panel {
  margin: 15px 0;
}
.exome-faq-panel {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0;
}
.exome-faq-panel > a {
  display: block;
  padding: 20px;
  background: #ececec;
  color: #464646;
}
.exome-faq-panel > a,
.exome-faq-panel > a:hover {
  text-decoration: none;
}
.exome-faq-main-panel > a {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
  color: #fff;
}
.exome-faq-panel-header {
  margin-left: 30px;
}
.exome-faq-panel-name {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: none !important;
}
.exome-faq-short-description {
  padding-left: 18px;
  margin-top: 10px;
  display: none;
}
.exome-faq-short-description li {
  list-style: disc;
}
.exome-faq-panel .icon-chevron-bracket-right {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 50% 50%;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}
.exome-faq-panel > .collapsed .icon-chevron-bracket-right {
  -webkit-transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: rotate(0deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform: rotate(0deg);
  -ms-transform-origin: 50% 50%;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
.exome-faq-panel > .collapsed .exome-faq-short-description {
  display: block;
}
.exome-faq-content {
  background: #ececec;
}
.exome-faq-content .exome-faq-content {
  padding: 0 20px 20px 50px;
}
.exome-faq-content .gene-table-wrapper {
  background: #fff;
}
.exome-faq-content li,
.exome-faq-content ul {
  list-style: disc;
  margin: initial;
  padding: initial;
}
.exome-faq-content li {
  margin-left: 1em;
}
.exome-faq-main-panel .print-references {
  padding: 20px 20px 20px 50px;
}
.exome-faq-main-panel .print-references ol li {
  list-style: decimal;
}
.exome-option-individuals {
  padding-bottom: 0.5em;
  color: #828080;
  font-size: 0.95em;
}
@media only screen and (min-width: 1200px) {
  .exome-option:first-child .exome-option-individuals,
  .exome-option:last-child .exome-option-individuals {
    width: 85%;
    margin: auto;
  }
}
[data-faq-toggle] {
  cursor: pointer;
}
[data-faq-toggle]:hover {
  text-decoration: underline;
}
.test-catalog-page .page-main-container {
  border-top: 3px solid #11ada0;
}
.category-description {
  margin-bottom: 30px;
}
.category-description h1 {
  font-size: 36px;
  line-height: 42px;
}
@media only screen and (min-width: 768px) {
  .category-description h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
.category-description .breadcrumb {
  margin: 0 0 20px;
  padding: 0;
  font-size: inherit;
}
.category-description .breadcrumb > li {
  margin-left: 0;
  padding: 0;
}
.header-section + .category-description {
  margin-top: 20px;
  padding: 0 15px;
}
.test-catalog-content {
  margin: 20px 0;
}
#reproductive-health .forms-section .bg-color-cotton {
  padding: 0 15px 30px;
}
#reproductive-health .forms-section .btn {
  white-space: normal;
  padding-left: 50px;
}
#reproductive-health .forms-section .btn .icon {
  margin-left: -37px;
}
#reproductive-health .search-section {
  padding-top: 20px;
}
#reproductive-health .search-section h3 {
  text-align: center;
}
.reproductive-health__img {
  max-width: 400px;
  margin: 20px 0;
}
.reproductive-health__logo {
  margin-bottom: 24px;
  max-width: 214px;
}
.reproductive-health__row + .reproductive-health__row {
  margin-top: 24px;
}
.reproductive-health__joined-row .reproductive-health__cell {
  border-top-width: 0;
}
.reproductive-health__cell {
  margin-bottom: 10px;
}
.reproductive-health__cell:first-child {
  font-size: 1.1em;
  font-weight: 700;
}
.reproductive-health__cell .btn {
  min-width: 165px;
}
@media only screen and (min-width: 768px) {
  .reproductive-health__table {
    margin-bottom: 24px;
    display: table;
  }
  .reproductive-health__row {
    display: table-row;
  }
  .reproductive-health__cell {
    display: table-cell;
    background: #efedea;
    padding: 20px 30px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 0 0 2px;
    min-width: 250px;
  }
  .reproductive-health__cell:last-child {
    text-align: center;
    min-width: 200px;
    vertical-align: middle;
    border-left: none;
  }
  .reproductive-health__cell:first-child {
    font-size: 1em;
    font-weight: 400;
  }
}
#commercial-tests-detail-page .print-footer,
#commercial-tests-detail-page .print-logo,
#commercial-tests-detail-page .print-references {
  display: none;
  visibility: hidden;
}
.commercial-genes-content,
.commercial-tests-content {
  margin-top: 20px;
}
.commercial-genes-content .content-col h1,
.commercial-tests-content .content-col h1 {
  font-size: 36px;
  line-height: 42px;
}
@media only screen and (min-width: 768px) {
  .commercial-genes-content .content-col h1,
  .commercial-tests-content .content-col h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
.commercial-genes-content .content-col h2,
.commercial-tests-content .content-col h2 {
  font-size: 1.8em;
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  margin: 30px 0 20px;
}
.commercial-genes-content .content-col h2.print-header,
.commercial-tests-content .content-col h2.print-header {
  display: none;
}
.commercial-genes-content .content-col h2:first-child,
.commercial-tests-content .content-col h2:first-child {
  margin-top: 0;
}
.commercial-genes-content .content-col h3,
.commercial-tests-content .content-col h3 {
  color: #373737;
  font-size: 1.6em;
  line-height: 24px;
  text-transform: uppercase;
  margin: 30px 0 15px;
}
.commercial-genes-content .content-col sup,
.commercial-tests-content .content-col sup {
  position: relative;
  top: -0.5em;
  font-size: 70%;
}
.commercial-genes-content .content-col ul,
.commercial-tests-content .content-col ul {
  margin-top: 10px;
}
.commercial-genes-content .content-col ul li,
.commercial-tests-content .content-col ul li {
  list-style-type: square;
  margin-left: 30px;
  padding: 2px 0 3px;
}
.commercial-genes-content .content-col ul li h3,
.commercial-tests-content .content-col ul li h3 {
  margin: 0;
}
.commercial-genes-content .content-col ol,
.commercial-tests-content .content-col ol {
  margin-top: 10px;
}
.commercial-genes-content .content-col ol li,
.commercial-tests-content .content-col ol li {
  list-style-type: decimal;
  margin-left: 30px;
  padding: 3px 0;
}
.commercial-genes-content .content-col hr,
.commercial-tests-content .content-col hr {
  border: none;
  border-top: 1px dotted #ccc;
  color: #fff;
  background-color: #fff;
  height: 1px;
}
.commercial-genes-content .content-col .breadcrumb,
.commercial-tests-content .content-col .breadcrumb {
  margin: 0 0 20px;
  padding: 0 130px 0 0;
  font-size: inherit;
}
.commercial-genes-content .content-col .breadcrumb > li,
.commercial-tests-content .content-col .breadcrumb > li {
  margin-left: 0;
  padding: 0;
}
.commercial-genes-content div.print-button,
.commercial-tests-content div.print-button {
  position: absolute;
  top: 0;
  right: 15px;
}
.commercial-genes-content .info-panel-wrapper,
.commercial-tests-content .info-panel-wrapper {
  margin-top: 35px;
}
.commercial-genes-content .section-panel + .section-panel,
.commercial-tests-content .section-panel + .section-panel {
  margin-top: 30px;
}
.commercial-genes-content .group-panel,
.commercial-tests-content .group-panel {
  padding: 20px 170px 5px 15px;
  border-bottom: 1px solid #d6d4d0;
  position: relative;
}
.commercial-genes-content .group-panel .gene-count-label,
.commercial-tests-content .group-panel .gene-count-label {
  position: absolute;
  right: 2px;
  top: 20px;
  color: gray;
}
.commercial-genes-content .group-panel h4,
.commercial-tests-content .group-panel h4 {
  margin-bottom: 10px;
}
.commercial-genes-content .group-panel .btn,
.commercial-tests-content .group-panel .btn {
  margin-right: -170px;
}
.commercial-genes-content .special-note,
.commercial-tests-content .special-note {
  margin: 8px 0 0 17px;
  font-size: 12px;
}
.commercial-genes-content .test-selection,
.commercial-tests-content .test-selection {
  margin-bottom: 20px;
}
.commercial-genes-content .test-selection h5,
.commercial-tests-content .test-selection h5 {
  padding-left: 40px;
  margin: 0;
  color: #373737;
}
.commercial-genes-content .test-selection h5:focus,
.commercial-tests-content .test-selection h5:focus {
  color: #373737;
  font-weight: 400;
}
.commercial-genes-content .test-selection h5:hover,
.commercial-tests-content .test-selection h5:hover {
  color: #0888b2;
  font-weight: 700;
}
.commercial-genes-content .test-selection h5 .icon,
.commercial-tests-content .test-selection h5 .icon {
  margin: 0 14px 0 -40px;
  font-size: 1.6em;
  color: #0888b2;
  vertical-align: -4px;
  cursor: pointer;
}
.commercial-genes-content .test-selection h5.upgrade-color:hover,
.commercial-genes-content .test-selection h5.upgrade-color:hover .icon,
.commercial-tests-content .test-selection h5.upgrade-color:hover,
.commercial-tests-content .test-selection h5.upgrade-color:hover .icon {
  color: #9b948e;
}
.commercial-genes-content .test-selection .test-selection-content,
.commercial-tests-content .test-selection .test-selection-content {
  padding: 20px 0 0 44px;
}
.commercial-genes-content .test-selection .test-selection-content label.required,
.commercial-tests-content .test-selection .test-selection-content label.required {
  position: absolute;
  margin: -10px 20px;
  font-size: 16px;
  color: #373737;
  background: #fff;
  padding: 0 7px;
  text-transform: uppercase;
}
.commercial-genes-content .test-selection .test-selection-content label.required span.icon,
.commercial-tests-content .test-selection .test-selection-content label.required span.icon {
  font-size: 18px;
  color: #76716b;
}
.commercial-genes-content .test-selection .test-selection-content .locked,
.commercial-tests-content .test-selection .test-selection-content .locked {
  display: inline-block;
  padding: 30px 10px 30px 15px;
  border: 1px solid #9b948e;
}
.commercial-genes-content .test-selection .gene,
.commercial-tests-content .test-selection .gene {
  color: #9b948e;
  background-color: #fff;
  border-color: #9b948e;
}
.commercial-genes-content .test-selection.selected h5.checked,
.commercial-tests-content .test-selection.selected h5.checked {
  color: #0888b2;
  font-weight: 700;
}
.commercial-genes-content .test-selection.selected h5.checked.upgrade-color,
.commercial-genes-content .test-selection.selected h5.checked.upgrade-color .icon,
.commercial-tests-content .test-selection.selected h5.checked.upgrade-color,
.commercial-tests-content .test-selection.selected h5.checked.upgrade-color .icon {
  color: #9b948e;
}
.commercial-genes-content .test-selection.selected .gene,
.commercial-tests-content .test-selection.selected .gene {
  color: #fff;
  background-color: #0888b2;
  border-color: #0888b2;
}
.commercial-genes-content .test-selection.selected .gene.upgrade-color,
.commercial-tests-content .test-selection.selected .gene.upgrade-color {
  background-color: #9b948e;
  border-color: #9b948e;
}
.commercial-genes-content .test-selection.selected .gene.excluded,
.commercial-tests-content .test-selection.selected .gene.excluded {
  color: #9b948e;
  background-color: #fff;
  border-color: #9b948e;
}
.commercial-genes-content .info-panel,
.commercial-tests-content .info-panel {
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
}
.commercial-genes-content .info-panel .info-header,
.commercial-tests-content .info-panel .info-header {
  display: block;
  padding: 20px 10px 15px 20px;
  color: inherit;
  background-color: #efedea;
  text-decoration: none;
}
.commercial-genes-content .info-panel .info-header:hover,
.commercial-tests-content .info-panel .info-header:hover {
  color: #0888b2;
  cursor: pointer;
  background-color: #e8e6e2;
}
.commercial-genes-content .info-panel .info-header h2,
.commercial-tests-content .info-panel .info-header h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.1em;
  font-family: inherit;
}
.commercial-genes-content .info-panel .info-header .icon,
.commercial-tests-content .info-panel .info-header .icon {
  font-size: 0.8em;
  display: inline-block;
  margin: 0 10px 0 -5px;
  vertical-align: 1px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 50% 50%;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
.commercial-genes-content .info-panel .info-header.collapsed .icon,
.commercial-tests-content .info-panel .info-header.collapsed .icon {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -webkit-transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: rotate(0deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform: rotate(0deg);
  -ms-transform-origin: 50% 50%;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
.commercial-genes-content .info-panel .info-content,
.commercial-tests-content .info-panel .info-content {
  padding: 0 38px;
  border-left: 1px solid #efedea;
  border-right: 1px solid #efedea;
  border-bottom: 1px solid #efedea;
}
.commercial-genes-content .info-panel .info-inside,
.commercial-tests-content .info-panel .info-inside {
  padding: 24px 0 20px;
}
.commercial-genes-content .alternative-tests,
.commercial-tests-content .alternative-tests {
  clear: both;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.commercial-genes-content .test-options-header,
.commercial-tests-content .test-options-header {
  display: none;
}
.commercial-genes-content .test-options-header p,
.commercial-tests-content .test-options-header p {
  margin-bottom: 20px;
}
.commercial-genes-content .toggle-custom,
.commercial-genes-content .toggle-default,
.commercial-tests-content .toggle-custom,
.commercial-tests-content .toggle-default {
  cursor: pointer;
}
.commercial-genes-content .print-tests,
.commercial-tests-content .print-tests {
  display: none;
  visibility: hidden;
}
.commercial-genes-content .references .block + .block,
.commercial-tests-content .references .block + .block {
  margin-top: 20px;
}
.commercial-tests-content #add-to-order {
  margin: 25px 0 0;
}
[data-product-type='Diagnostic'].commercial-tests-content .test-options-header {
  display: block;
}
[data-product-type='Carrier'].commercial-tests-content .test-selection .gene:hover,
[data-product-type='Diagnostic'].commercial-tests-content .test-selection .gene:hover {
  opacity: 0.6;
  cursor: pointer;
}
[data-product-type='Carrier'].commercial-tests-content .test-selection .non-removable.gene:hover {
  opacity: 1;
  cursor: default;
}
.tabs-navigation .nav-tabs li > .order-tab {
  background-color: #11ada0;
  border-top-color: #11ada0;
  color: #fff;
}
.tabs-navigation .nav-tabs li > .order-tab:hover {
  color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tabs-navigation .nav-tabs li > .order-tab:before {
  margin-left: -5px;
  margin-right: 4px;
}
.tabs-navigation .nav-tabs li.active > .order-tab:hover {
  color: #000;
  border-left-color: #ddd;
  border-right-color: #ddd;
}
.media-link {
  color: #373737;
  padding: 0 0 10px 30px;
  display: block;
}
.media-link:hover {
  color: #11ada0;
  text-decoration: none;
}
.media-link .icon {
  margin: -2px 0 0 -30px;
  color: #11ada0;
  font-size: 1.2em;
  position: absolute;
}
.opt-description {
  margin-bottom: 20px;
  font-size: 0.9em;
  line-height: 17px;
}
.gene-table-wrapper .gene-table {
  margin: 10px 0 20px;
  font-size: 14px;
  color: #373737;
  border-top: 1px solid #e8e6e2;
  border-left: 1px solid #e8e6e2;
}
.gene-table-wrapper .gene-table caption {
  display: none;
}
.gene-table-wrapper .gene-table thead td,
.gene-table-wrapper .gene-table thead th {
  vertical-align: top;
  padding: 12px 10px 10px 12px;
  font-weight: 700;
  border-right: 1px solid #e8e6e2;
  border-bottom: 1px solid #e8e6e2;
  background-color: #0888b2;
  color: #fff;
  text-transform: uppercase;
}
.gene-table-wrapper .gene-table tbody td,
.gene-table-wrapper .gene-table tbody th {
  padding: 6px 10px 3px 12px;
  border-right: 1px solid #e8e6e2;
  border-bottom: 1px solid #e8e6e2;
}
.gene-table-wrapper .gene-table tbody td {
  padding-top: 8px;
}
.gene-table-wrapper .gene-table tbody th:first-child {
  font-weight: 700;
  color: #828080;
}
.gene-table-wrapper .gene-table.table-alt-rows-color tbody tr:nth-child(odd) td {
  background-color: #e7f5fb;
}
p.assay-note {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #76716b;
}
span.assay-note-asterisk {
  font-size: 14px;
  font-weight: 400;
  color: #76716b;
}
.assay-notes-link {
  margin-bottom: 20px;
}
.category-panel {
  border: none;
}
.category-header {
  display: block;
  padding: 22px 30px 18px 55px;
  cursor: pointer;
}
.category-header > span,
.category-header label {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 1.1em;
  cursor: pointer;
}
.category-header .icon {
  margin: 0 15px 0 -30px;
  padding-left: 1px;
  font-size: 17px;
  line-height: 0;
  text-align: center;
  display: inline-block;
}
.category-header .icon:first-child {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 50% 50%;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.category-header .icon.postfix-icon {
  margin: 0 0 0 5px;
  vertical-align: top;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.category-header.collapsed .icon:first-child {
  -webkit-transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: rotate(0deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform: rotate(0deg);
  -ms-transform-origin: 50% 50%;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
.category-content {
  padding: 0 15px;
  border-width: 1px;
  border-style: solid;
}
.btn-color-outline,
.ghost-button,
.responsive-button {
  background-color: transparent;
  color: #373737;
  border-bottom: 3px solid transparent;
  color: #efedea;
  color: #fff;
  border: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, 0.15);
}
.btn-color-outline .icon,
.ghost-button .icon,
.responsive-button .icon {
  border-right: 1px solid transparent;
}
.btn-color-outline:active,
.btn-color-outline:focus,
.btn-color-outline:hover,
.ghost-button:active,
.ghost-button:focus,
.ghost-button:hover,
.responsive-button:active,
.responsive-button:focus,
.responsive-button:hover {
  background-color: transparent;
  color: #efedea;
}
.btn-color-outline .icon,
.ghost-button .icon,
.responsive-button .icon {
  color: #fff;
  border-right: 1px solid #fff;
}
.btn-color-outline:active,
.btn-color-outline:focus,
.btn-color-outline:hover,
.ghost-button:active,
.ghost-button:focus,
.ghost-button:hover,
.responsive-button:active,
.responsive-button:focus,
.responsive-button:hover {
  color: #fff !important;
  background-color: hsla(0, 0%, 100%, 0.3);
}
.btn-color-outline:active .icon,
.btn-color-outline:focus .icon,
.btn-color-outline:hover .icon,
.ghost-button:active .icon,
.ghost-button:focus .icon,
.ghost-button:hover .icon,
.responsive-button:active .icon,
.responsive-button:focus .icon,
.responsive-button:hover .icon {
  color: #fff;
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.cms-section p {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
}
.cms-section p a {
  border-bottom: 1px solid #2a979c;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cms-section p a:active,
.cms-section p a:focus,
.cms-section p a:hover {
  text-decoration: none;
  border-bottom-color: #1f7074;
  color: #1f7074;
}
.cms-section h1 {
  font-size: 64px;
  line-height: 68px;
  margin-bottom: 0;
}
.cms-section h2 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 10px;
}
.cms-section h2 + h3 {
  margin-top: -10px;
}
.cms-section h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.cms-section h4 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.cms-section sub,
.cms-section sup {
  font-size: 50%;
}
.jcarousel {
  padding: 70px 0 40px;
  text-align: center;
}
.jcarousel ul {
  white-space: nowrap;
}
.jcarousel-wrapper {
  position: relative;
  background: #fff;
}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  float: left;
  border: 1px solid #fff;
}
.jcarousel-pagination {
  display: none;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  line-height: 10px;
  background: #fff;
  color: #4e443c;
  border-radius: 50%;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  border: 1px solid #b2b0b0;
}
.jcarousel-pagination a.active {
  background: #b2b0b0;
}
.carousel-slide {
  margin: 0;
}
.carousel-slide a {
  line-height: 156px;
}
.carousel-slide img {
  display: inline-block;
  max-width: 100%;
  max-height: 156px;
  vertical-align: middle;
}
.carousel-col {
  padding: 0 30px;
}
.bullet-list li.carousel-slide {
  list-style: none;
  margin: 0;
}
#carousel-community {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .jcarousel-pagination {
    display: block;
  }
}
.landing-category {
  margin-top: 2px;
  padding: 27px 20px 25px 80px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.landing-category:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.landing-category.open .landing-category-links {
  display: block;
}
.landing-category .icon {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 36px;
}
.landing-category-name {
  display: block;
  font-size: 16px;
  line-height: 18px;
}
.landing-category-links {
  display: none;
  padding-top: 30px;
}
.landing-category-links .btn {
  padding: 6px 14px 4px;
  font-size: 16px;
  line-height: 20px;
}
.landing-category-links .btn + .btn {
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .landing-category {
    height: 200px;
    padding: 122px 15px 0;
    text-align: center;
  }
  .landing-category:hover .landing-category-links {
    display: block;
  }
  .landing-category + .landing-category {
    border-left: 2px solid #fff;
  }
  .landing-category .icon {
    top: 32px;
    font-size: 68px;
    left: 0;
    width: 100%;
  }
  .landing-category-name {
    font-size: 15px;
    line-height: 20px;
  }
  .landing-category-links {
    padding-top: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
  }
  .landing-category-links .btn {
    min-width: 140px;
  }
  .landing-category-links .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-category {
    display: block;
    height: 240px;
    padding: 146px 15px 0;
  }
  .landing-category:before {
    display: none;
  }
  .landing-category .icon {
    top: 36px;
    font-size: 90px;
    line-height: 1em;
  }
  .landing-category-name {
    font-size: 18px;
    line-height: 24px;
  }
  .landing-category-links {
    padding-top: 80px;
  }
  .landing-category-links .btn {
    min-width: 140px;
  }
}
.landing-categories {
  position: relative;
}
.landing-categories .product-box {
  display: block;
  border-bottom: 2px solid #fff;
  height: 240px;
  padding: 146px 15px 0;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.landing-categories .product-box:before {
  display: none;
}
.landing-categories .product-box.open + .text-box {
  display: block;
}
.landing-categories .product-box .text {
  font-size: 18px;
  line-height: 24px;
}
.landing-categories .product-box .icon {
  top: 36px;
  bottom: auto;
  font-size: 90px;
  line-height: 1em;
}
.landing-categories .text-box {
  display: none;
  position: absolute;
  top: 240px;
  left: 0;
  width: 100%;
  padding: 40px 50px;
  color: #fff;
  z-index: 1;
}
.landing-categories .text-box .landing-text {
  padding-right: 2em;
}
.landing-categories .text-box .landing-big-text {
  font-size: 1.6em;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .landing-categories .product-box {
    height: 200px;
    padding-top: 122px;
  }
  .landing-categories .product-box .text {
    font-size: 15px;
    line-height: 20px;
  }
  .landing-categories .product-box .icon {
    top: 32px;
    font-size: 68px;
  }
  .landing-categories .text-box {
    top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .landing-categories h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .landing-categories .product-box {
    margin-top: 2px;
    padding: 27px 20px 25px 80px;
    height: auto;
    border-left: 0;
    border-bottom: 0;
    text-align: left;
  }
  .landing-categories .product-box:first-child {
    margin-top: 0;
  }
  .landing-categories .product-box .text {
    position: static;
    display: block;
    font-size: 16px;
    line-height: 18px;
  }
  .landing-categories .product-box .icon {
    top: 18px;
    left: 20px;
    width: auto;
    font-size: 36px;
  }
  .landing-categories .text-box {
    position: relative;
    top: auto;
    padding: 20px 30px;
  }
  .landing-categories .text-box .landing-text {
    display: block;
  }
  .landing-categories .text-box .btn {
    margin-top: 20px;
    padding: 6px 14px 4px;
    font-size: 16px;
    line-height: 20px;
  }
}
.panel.community-category-panel {
  border: 0;
}
.community-category-panel {
  margin: 0 -30px;
}
.community-category-panel:last-child {
  margin-bottom: 20px;
}
.community-category-panel + .community-category-panel {
  margin-top: 2px;
}
.community-category-panel .category-content {
  text-align: center;
  padding: 20px 50px;
}
.community-category-panel .category-content .row {
  margin-left: -20px;
  margin-right: -20px;
}
.community-category-panel.cardiology-category-panel .category-header {
  color: #fff;
  background: #273b88;
}
.community-category-panel.cardiology-category-panel .category-content {
  border-color: #273b88;
}
.community-category-panel.cancer-category-panel .category-header {
  color: #fff;
  background: #1971ab;
}
.community-category-panel.cancer-category-panel .category-content {
  border-color: #1971ab;
}
.community-category-panel.neurology-category-panel .category-header {
  color: #fff;
  background: #0888b2;
}
.community-category-panel.neurology-category-panel .category-content {
  border-color: #0888b2;
}
.community-category-panel.pediatric-genetics-category-panel .category-header {
  color: #fff;
  background: #11ada0;
}
.community-category-panel.pediatric-genetics-category-panel .category-content {
  border-color: #11ada0;
}
.community-category-panel.rare-diseases-category-panel .category-header {
  color: #fff;
  background: #66bf7e;
}
.community-category-panel.rare-diseases-category-panel .category-content {
  border-color: #66bf7e;
}
.community-member {
  padding: 30px 25px;
  height: 200px;
  overflow: hidden;
}
.community-member a {
  display: inline-block;
  line-height: 125px;
  height: 125px;
  max-width: 100%;
}
.community-member img {
  max-width: 100%;
  max-height: 125px;
  vertical-align: middle;
}
.charge-community-member img {
  height: 170px;
  max-height: 170px;
  margin-top: -30px;
}
.global-genes-community-member img {
  height: 150px;
  max-height: 150px;
}
@media only screen and (min-width: 992px) {
  .community-category-panel {
    margin: 0;
  }
}
.ghost-button,
.responsive-button {
  border-width: 2px;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .responsive-button {
    background-color: #11ada0;
    color: #373737;
    border-bottom: 3px solid #0f968b;
    color: #efedea;
    border-width: 0 0 3px;
  }
  .responsive-button .icon {
    border-right: 1px solid #0f968b;
  }
  .responsive-button:active,
  .responsive-button:focus,
  .responsive-button:hover {
    background-color: #10a497;
    color: #efedea;
  }
}
.btn.thin-ghost-button {
  border: 1px solid #fff;
}
.consumer-button {
  display: block;
  position: relative;
  padding: 11px 40px 9px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  z-index: 2;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.consumer-button.primary,
.consumer-button.primary-teal {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #0aaca0;
  color: #fff;
  border: 0;
}
.consumer-button.primary-teal:active,
.consumer-button.primary-teal:focus,
.consumer-button.primary-teal:hover,
.consumer-button.primary:active,
.consumer-button.primary:focus,
.consumer-button.primary:hover {
  outline: none;
  background-color: #09948a;
}
.consumer-button.secondary,
.consumer-button.secondary-teal {
  padding: 10px 40px 8px;
  text-decoration: none;
  text-transform: uppercase;
  color: #0aaca0;
  border: 1px solid #0aaca0;
  background-color: #fff;
}
.consumer-button.secondary-teal:active,
.consumer-button.secondary-teal:focus,
.consumer-button.secondary-teal:hover,
.consumer-button.secondary:active,
.consumer-button.secondary:focus,
.consumer-button.secondary:hover {
  outline: none;
  border-color: #09948a;
  color: #09948a;
}
.consumer-button.primary-blue {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #2c6baa;
  color: #fff;
  border: 0;
}
.consumer-button.primary-blue:active,
.consumer-button.primary-blue:focus,
.consumer-button.primary-blue:hover {
  outline: none;
  background-color: #275e96;
}
.consumer-button.secondary-blue {
  padding: 10px 40px 8px;
  text-decoration: none;
  text-transform: uppercase;
  color: #2c6baa;
  border: 1px solid #2c6baa;
  background-color: #fff;
}
.consumer-button.secondary-blue:active,
.consumer-button.secondary-blue:focus,
.consumer-button.secondary-blue:hover {
  outline: none;
  border-color: #275e96;
  color: #275e96;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .consumer-button,
  .consumer-button.secondary,
  .consumer-button.secondary-blue,
  .consumer-button.secondary-teal {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.landing-page-bullets-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.landing-page-bullets,
.landing-page-section .bullet-list,
.landing-page-section .numbered-list {
  margin-bottom: 1em;
}
.landing-page-bullets li,
.landing-page-section .bullet-list li,
.landing-page-section .numbered-list li {
  line-height: 1.36;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
  margin-left: 30px;
}
.landing-page-bullets .ghost-button,
.landing-page-section .bullet-list .ghost-button,
.landing-page-section .numbered-list .ghost-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.landing-page-bullets li {
  position: relative;
  list-style: none;
}
.landing-page-bullets li:before {
  content: '';
  position: absolute;
  top: 0.46em;
  left: -20px;
  width: 0.318em;
  height: 0.318em;
  background: #000;
}
.landing-page-bullets.color-white li:before {
  background: #fff;
}
.landing-page-bullets {
  font-size: 18px;
}
ul.simple-bullet-list {
  margin-left: 15px;
  color: #828080;
  margin-bottom: 2em;
  font-size: 20px;
}
ul.simple-bullet-list li {
  list-style: disc;
  margin: 1em 0;
  text-indent: 0;
}
ul.simple-bullet-list li:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .landing-page-bullets,
  .landing-page-bullets-header {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page-bullets li .ghost-button,
  .landing-page-section .bullets-list li .ghost-button {
    margin-top: -10px;
    margin-bottom: 0;
  }
}
.landing-video-text .bullet-list li {
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .landing-video-text .bullet-list li {
    margin-left: 30px;
  }
}
.landing-page-section .jcarousel .bullet-list li:before {
  display: none;
}
.landing-page-section {
  padding: 30px;
  position: relative;
}
.landing-page-section br {
  display: block;
}
.landing-page-section.no-padding-section {
  padding-left: 0;
  padding-right: 0;
}
.landing-page-section .landing-section-subhead {
  font-size: 22px;
  line-height: 1.16;
}
.landing-page-section .landing-text {
  font-size: 22px;
  line-height: 28px;
}
.landing-page-section .landing-big-text {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.1;
  font-family: ScalaSansWeb, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.landing-page-section .btn.responsive-button {
  border: 2px solid #fff;
}
.landing-page-section .main-section-container {
  padding: 0;
}
body.page-container-disabled .container.main-section-container {
  width: 100%;
}
.landing-scrollspy-link.nav-scrollspy-link {
  display: none;
  border-color: #fff;
  background-color: transparent;
}
.landing-scrollspy-link.nav-scrollspy-link a {
  color: #fff;
}
.landing-scrollspy-link.nav-scrollspy-link:hover {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.65);
}
.landing-section-offset {
  padding-top: 50px;
}
.landing-section-content {
  padding: 30px;
}
.color-white {
  color: #fff;
}
.full-width-content {
  margin-left: -30px;
  margin-right: -30px;
}
.background-white-to-gray {
  background: #efedea;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #efedea), to(#efedea));
  background: -webkit-linear-gradient(top, #fff, #efedea 60%, #efedea);
  background: linear-gradient(180deg, #fff, #efedea 60%, #efedea);
}
.background-gray-to-white {
  background: #efedea;
  background: -webkit-gradient(linear, left top, left bottom, from(#efedea), color-stop(60%, #efedea), to(#fff));
  background: -webkit-linear-gradient(top, #efedea, #efedea 60%, #fff);
  background: linear-gradient(180deg, #efedea, #efedea 60%, #fff);
}
.background-shaded {
  background: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#efedea),
    color-stop(40%, #fff),
    color-stop(40%, #fff),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(top, #efedea, #fff 40%, #fff 0, #fff);
  background-image: linear-gradient(180deg, #efedea, #fff 40%, #fff 0, #fff);
}
.background-striped-bondi {
  background: #0888b2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0888b2),
    color-stop(15%, #0888b2),
    color-stop(15%, #2f9aa3),
    color-stop(30%, #2f9aa3),
    color-stop(30%, #19a5a1),
    color-stop(55%, #19a5a1),
    color-stop(55%, #078e9a),
    color-stop(70%, #078e9a),
    color-stop(70%, #09a1a5),
    color-stop(90%, #09a1a5),
    color-stop(90%, rgba(8, 136, 178, 0.7)),
    to(rgba(8, 136, 178, 0.7))
  );
  background: -webkit-linear-gradient(
    left,
    #0888b2,
    #0888b2 15%,
    #2f9aa3 0,
    #2f9aa3 30%,
    #19a5a1 0,
    #19a5a1 55%,
    #078e9a 0,
    #078e9a 70%,
    #09a1a5 0,
    #09a1a5 90%,
    rgba(8, 136, 178, 0.7) 0,
    rgba(8, 136, 178, 0.7)
  );
  background: linear-gradient(
    90deg,
    #0888b2,
    #0888b2 15%,
    #2f9aa3 0,
    #2f9aa3 30%,
    #19a5a1 0,
    #19a5a1 55%,
    #078e9a 0,
    #078e9a 70%,
    #09a1a5 0,
    #09a1a5 90%,
    rgba(8, 136, 178, 0.7) 0,
    rgba(8, 136, 178, 0.7)
  );
}
.background-striped-chateau {
  background: #2999a3;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0087b4),
    color-stop(16%, #0087b4),
    color-stop(16%, #2999a3),
    color-stop(32%, #2999a3),
    color-stop(32%, #4cb08c),
    color-stop(58%, #4cb08c),
    color-stop(58%, #3ba993),
    color-stop(91%, #3ba993),
    color-stop(91%, #0087b4),
    to(#0087b4)
  );
  background: -webkit-linear-gradient(
    left,
    #0087b4,
    #0087b4 16%,
    #2999a3 0,
    #2999a3 32%,
    #4cb08c 0,
    #4cb08c 58%,
    #3ba993 0,
    #3ba993 91%,
    #0087b4 0,
    #0087b4
  );
  background: linear-gradient(
    90deg,
    #0087b4,
    #0087b4 16%,
    #2999a3 0,
    #2999a3 32%,
    #4cb08c 0,
    #4cb08c 58%,
    #3ba993 0,
    #3ba993 91%,
    #0087b4 0,
    #0087b4
  );
}
.section-overlay {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
}
.landing-section-icon {
  font-size: 120px;
  padding-top: 0.1em;
  line-height: 1;
}
.lc-quote {
  color: #fff;
  font-size: 22px;
}
.lc-quote p {
  font-size: 24px;
  line-height: 28px;
  text-indent: -8px;
}
.lc-quote br {
  display: none;
}
.landing-link {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.content-offset {
  height: 20px;
}
.section-offset-bottom {
  margin-bottom: 20px;
}
.section-offset-top {
  margin-top: 20px;
}
.asset-top {
  margin-top: 50px;
}
.landing-section-image {
  width: 100%;
}
.padded-image {
  padding: 15px;
  max-width: 400px;
  margin: auto;
}
.landing-section-image-container {
  overflow: hidden;
}
.landing-round-image {
  border-radius: 50%;
}
.gradient-icon:before {
  background: -webkit-linear-gradient(#1971ab, #1d99b1);
}
.gradient-icon-reverse:before {
  background: -webkit-linear-gradient(#11ada0, #1971ab);
}
.gradient-icon,
.gradient-icon-reverse {
  display: inline-block;
  line-height: 1;
}
.gradient-icon-reverse:before,
.gradient-icon:before {
  color: #1971ab;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 2px;
}
.landing-page-section.patient-landing-section {
  padding: 50px 10px;
}
@media only screen and (min-width: 768px) {
  .landing-section-icon {
    font-size: 140px;
  }
  .landing-page-section.patient-landing-section {
    padding: 70px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page-section .landing-big-text {
    font-size: 24px;
  }
  .landing-scrollspy-link.nav-scrollspy-link {
    display: block;
  }
  .landing-section-icon {
    font-size: 170px;
  }
  .lc-quote br {
    display: inline;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-page-section {
    padding: 40px 50px;
  }
  .landing-section-offset {
    padding-top: 60px;
  }
  .landing-section-content {
    padding: 40px 50px;
  }
  .full-width-content {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.landing-four-columns .icon,
.landing-text-image-thic .icon,
.landing-text-image .icon,
.landing-three-columns .icon,
.landing-two-columns .icon {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.landing-four-columns .icon:before,
.landing-text-image-thic .icon:before,
.landing-text-image .icon:before,
.landing-three-columns .icon:before,
.landing-two-columns .icon:before {
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .landing-text-image-thick .icon,
  .landing-text-image-thick .img-responsive,
  .landing-text-image .icon,
  .landing-text-image .img-responsive {
    margin-top: 20px;
  }
}
.landing-page-video-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.8);
}
.static-video-thumbnail {
  display: block;
  width: 100%;
}
.landing-video-icon .icon-play-circle {
  font-size: 80px;
  line-height: 1;
  cursor: pointer;
  color: inherit;
}
.landing-video-icon .icon-play-circle:hover {
  color: #0aaca0 !important;
}
.landing-video-icon .icon-play-circle:active {
  color: #2a979c !important;
}
.landing-video-icon .icon-play-circle:active,
.landing-video-icon .icon-play-circle:hover,
.landing-video-icon .icon-play-circle:link,
.landing-video-icon .icon-play-circle:visited {
  text-decoration: none;
}
.landing-page-video {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.landing-video-caption {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.landing-video-icon,
.landing-video-text {
  text-align: center;
}
.video-plain-link {
  display: none;
}
.landing-video-text {
  font-size: 18px;
}
.cms-section.landing-video-section .video-wrapper.dna-thumbnail {
  background: #f6f5f3 url(/hcx-order/static/portal_compiled/img/patients-home-dna.e0e165ac7636831eaf8f318f14fdf39c.svg) no-repeat -50%;
  background-size: auto 150%;
}
.cms-section.landing-video-section .video-wrapper.dna-thumbnail .landing-page-video,
.cms-section.landing-video-section .video-wrapper.dna-thumbnail .landing-page-video-overlay {
  background-color: transparent;
}
.page-container-disabled .landing-video-section .video-wrapper {
  background-color: #fff;
}
.page-container-disabled .landing-video-section .landing-page-video,
.page-container-disabled .landing-video-section .landing-section-content {
  width: auto;
  margin: 0 auto;
}
.page-container-disabled .landing-video-section .video-wrapper.dna-thumbnail {
  background-position-x: 14%;
}
@media only screen and (min-width: 768px) {
  .page-container-disabled .landing-video-section .landing-page-video,
  .page-container-disabled .landing-video-section .landing-section-content {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .page-container-disabled .landing-video-section .landing-page-video,
  .page-container-disabled .landing-video-section .landing-section-content {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-container-disabled .landing-video-section .landing-page-video,
  .page-container-disabled .landing-video-section .landing-section-content {
    width: 1170px;
  }
}
@media only screen and (max-width: 991px) {
  .landing-video-text h2 {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 992px) {
  .landing-video-caption .icon-play-circle {
    font-size: 152px;
  }
  .landing-video-text {
    text-align: left;
    font-size: 22px;
  }
  .landing-video-icon {
    text-align: right;
  }
}
.landing-tool {
  padding: 42px 55px 0;
  text-align: center;
}
.landing-tool .icon {
  font-size: 105px;
  line-height: 1;
  margin-bottom: 15px;
}
.landing-tool .img-responsive {
  margin-bottom: 15px;
}
.landing-tool .icon-pedigree {
  color: #5bbd71;
}
.landing-tool .icon-messages {
  color: #2a979c;
}
.landing-tool .icon-multiuser {
  color: #1356a0;
}
.landing-tool h3 {
  font-family: ScalaSansWeb, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
.landing-tool-text,
.landing-tool h3,
.landing-tool p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  #lc-header {
    height: 546px;
    background-position: 67% 24%;
    background-size: 128% auto;
  }
  .landing-tool {
    padding-top: 55px;
  }
}
.text-color-black {
  color: #000;
}
.text-color-black .bullet-list li:before {
  background-color: #000;
}
.text-color-purple {
  color: #2b2e73;
}
.text-color-purple .bullet-list li:before {
  background-color: #2b2e73;
}
.text-color-dark-purple {
  color: #263b87;
}
.text-color-dark-purple .bullet-list li:before {
  background-color: #263b87;
}
.text-color-ocean {
  color: #1a70ab;
}
.text-color-ocean .bullet-list li:before {
  background-color: #1a70ab;
}
.text-color-turquoise {
  color: #0888b2;
}
.text-color-turquoise .bullet-list li:before {
  background-color: #0888b2;
}
.text-color-teal {
  color: #0aaca0;
}
.text-color-teal .bullet-list li:before {
  background-color: #0aaca0;
}
.text-color-emerald {
  color: #66bf7e;
}
.text-color-emerald .bullet-list li:before {
  background-color: #66bf7e;
}
.text-color-willow {
  color: #a3cf71;
}
.text-color-willow .bullet-list li:before {
  background-color: #a3cf71;
}
.text-color-niagara-matisse *,
.text-color-niagara-matisse .icon:before,
.text-color-niagara-matisse:before {
  background: -webkit-linear-gradient(#0aaca0, #1971ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pillars-panel {
  margin-bottom: 2px;
  color: #fff;
  border-radius: 0;
}
.pillar-header {
  font-size: 20px;
  padding: 25px 15px 21px 20px;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.pillar-header .icon {
  position: absolute;
  font-size: 36px;
  left: 15px;
  top: 15px;
}
.pillar-header .pillar-name {
  display: block;
  margin-left: 40px;
}
.pillar-header .pillar-name:after {
  content: '\2013';
  font-size: 30px;
  line-height: 26px;
  font-weight: 700;
  float: right;
  margin-top: -3px;
  width: 30px;
  text-align: center;
}
.pillar-header.collapsed .pillar-name:after {
  content: '+';
}
.pillar-content {
  padding: 15px;
}
#pillar-quality,
#pillar-quality .pillar-content,
#pillar-quality .pillar-header.collapsed {
  background: #66bf7f;
}
#pillar-quality .pillar-header,
#pillar-quality .pillar-header.collapsed:hover {
  background: #6ac780;
}
#pillar-content,
#pillar-content .pillar-content,
#pillar-content .pillar-header.collapsed {
  background: #00aca0;
}
#pillar-content .pillar-header,
#pillar-content .pillar-header.collapsed:hover {
  background: #00b5a2;
}
#pillar-responsibility,
#pillar-responsibility .pillar-content,
#pillar-responsibility .pillar-header.collapsed {
  background: #1f72aa;
}
#pillar-responsibility .pillar-header,
#pillar-responsibility .pillar-header.collapsed:hover {
  background: #217fb5;
}
#pillar-price,
#pillar-price .pillar-content,
#pillar-price .pillar-header.collapsed {
  background: #0b87b2;
}
#pillar-price .pillar-header,
#pillar-price .pillar-header.collapsed:hover {
  background: #0c90bb;
}
@media only screen and (min-width: 768px) {
  .pillar-content {
    padding: 20px 30px;
  }
  .pillar-header {
    padding: 25px 30px 21px;
  }
  .pillar-header .icon {
    left: 30px;
    top: 15px;
  }
  .pillar-header .pillar-name {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .pillar-content {
    padding: 30px 50px;
  }
  .pillar-header {
    padding: 35px 50px 31px;
  }
  .pillar-header .icon {
    font-size: 48px;
    left: 50px;
    top: 20px;
  }
  .pillar-header .pillar-name {
    margin-left: 80px;
  }
}
.landing-form-text .field-wrapper {
  float: none;
  width: 100%;
  margin-right: 0;
}
.landing-form-text .field-wrapper.required label:after {
  content: ' *';
  color: red;
  font-weight: 700;
}
.landing-form-text .field-wrapper label {
  position: static;
  padding: 0;
  text-transform: none;
  font-size: 16px;
  color: #666;
  z-index: 1;
}
.landing-form-text .field-wrapper label:before {
  display: none;
}
.landing-form-text .field-wrapper input[type='email'],
.landing-form-text .field-wrapper input[type='number'],
.landing-form-text .field-wrapper input[type='password'],
.landing-form-text .field-wrapper input[type='text'],
.landing-form-text .field-wrapper select,
.landing-form-text .field-wrapper textarea {
  height: 40px;
  padding: 8px 15px;
  font-size: 16px;
}
.landing-form-text .field-wrapper textarea {
  height: 130px;
}
.landing-form-text .field-wrapper .error-text {
  position: absolute;
  top: 100%;
  padding-top: 4px;
}
.landing-form-text .styled-select {
  height: 40px;
  font-size: inherit;
}
.landing-form-text .styled-select:after {
  top: 1px;
  margin-top: 0;
  padding: 14px 5px 13px;
}
.landing-form-text .icon {
  line-height: 1em;
}
.landing-form-text .icon:before {
  vertical-align: top;
}
.landing-form-text .icon + .text {
  margin-top: 20px;
}
.landing-form-text .text-block {
  padding-top: 20px;
}
.landing-form-text .styled-select__select {
  padding: 9px 15px 8px;
}
@media only screen and (max-width: 991px) {
  .landing-form-text .text-block {
    padding-top: 0;
  }
  .landing-form-text .form-wrapper {
    margin-top: 30px;
  }
}
.landing-hero-header {
  position: relative;
  color: #333;
  font-size: 22px;
  line-height: 1.16;
  overflow: hidden;
}
.landing-hero-header .background-image {
  display: none;
}
.landing-hero-header .landing-page-section {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.landing-hero-header.landing-section-offset .landing-page-section {
  padding-top: 30px;
}
.landing-hero-header .color-white {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.landing-hero-header .color-white .btn {
  text-shadow: none;
}
.landing-hero-header .color-white .bullet-list li:before {
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.landing-hero-header .section-overlay {
  height: 0;
}
.landing-hero-header .responsive-button {
  background-color: #11ada0;
}
@media only screen and (min-width: 768px) {
  .landing-hero-header .landing-page-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .landing-hero-header .background-image {
    display: block;
    width: 100%;
  }
  .landing-hero-header .section-overlay {
    background: #078e9a;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#0888b2),
      color-stop(15%, #0888b2),
      color-stop(15%, #2f9aa3),
      color-stop(30%, #2f9aa3),
      color-stop(30%, #19a5a1),
      color-stop(55%, #19a5a1),
      color-stop(55%, #078e9a),
      color-stop(70%, #078e9a),
      color-stop(70%, #09a1a5),
      color-stop(90%, #09a1a5),
      color-stop(90%, rgba(8, 136, 178, 0.7)),
      to(rgba(8, 136, 178, 0.7))
    );
    background: -webkit-linear-gradient(
      left,
      #0888b2,
      #0888b2 15%,
      #2f9aa3 0,
      #2f9aa3 30%,
      #19a5a1 0,
      #19a5a1 55%,
      #078e9a 0,
      #078e9a 70%,
      #09a1a5 0,
      #09a1a5 90%,
      rgba(8, 136, 178, 0.7) 0,
      rgba(8, 136, 178, 0.7)
    );
    background: linear-gradient(
      90deg,
      #0888b2,
      #0888b2 15%,
      #2f9aa3 0,
      #2f9aa3 30%,
      #19a5a1 0,
      #19a5a1 55%,
      #078e9a 0,
      #078e9a 70%,
      #09a1a5 0,
      #09a1a5 90%,
      rgba(8, 136, 178, 0.7) 0,
      rgba(8, 136, 178, 0.7)
    );
    height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-hero-header {
    font-size: 24px;
  }
}
.landing-text-hero-image {
  color: #333;
}
.landing-text-hero-image .main-section-container {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .landing-text-hero-image .main-section-container {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.landing-text-hero-image .color-white {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.landing-text-hero-image .color-white .btn {
  text-shadow: none;
}
.landing-text-hero-image .color-white .bullet-list li:before {
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.landing-text-image > .container {
  margin: 0 -15px;
}
.landing-text-image img + .btn {
  margin-top: 10px;
}
.page-container-disabled .landing-text-image .table-row {
  margin: 0 auto;
  width: auto;
}
.page-container-disabled .landing-text-image .table-row h2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .landing-text-image .table-row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .landing-text-image .col {
    display: table-cell;
    position: relative;
    float: none;
    vertical-align: middle;
  }
  .page-container-disabled .landing-text-image .table-row {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .page-container-disabled .landing-text-image .table-row {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-container-disabled .landing-text-image .table-row {
    width: 1170px;
  }
}
.landing-text-image-thick {
  padding: 0;
}
.landing-text-image-thick .landing-section-header {
  margin-bottom: 0;
  padding: 30px;
}
.landing-text-image-thick .landing-section-offset {
  padding: 60px 0 0;
}
.landing-text-image-thick .bg-color-cotton {
  background-color: #efedea;
}
.landing-text-image-thick .bg-color-midnight {
  background: #2b2e73;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2b2e73),
    color-stop(16%, #2b2e73),
    color-stop(16%, #212459),
    color-stop(42%, #212459),
    color-stop(42%, #131433),
    color-stop(87%, #131433),
    color-stop(87%, #2b2e73),
    to(#2b2e73)
  );
  background: -webkit-linear-gradient(
    left,
    #2b2e73,
    #2b2e73 16%,
    #212459 0,
    #212459 42%,
    #131433 0,
    #131433 87%,
    #2b2e73 0,
    #2b2e73
  );
  background: linear-gradient(
    90deg,
    #2b2e73,
    #2b2e73 16%,
    #212459 0,
    #212459 42%,
    #131433 0,
    #131433 87%,
    #2b2e73 0,
    #2b2e73
  );
}
.landing-text-image-thick .bg-color-cobalt {
  background: #263b87;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#263b87),
    color-stop(16%, #263b87),
    color-stop(16%, #1f306d),
    color-stop(42%, #1f306d),
    color-stop(42%, #141f47),
    color-stop(87%, #141f47),
    color-stop(87%, #263b87),
    to(#263b87)
  );
  background: -webkit-linear-gradient(
    left,
    #263b87,
    #263b87 16%,
    #1f306d 0,
    #1f306d 42%,
    #141f47 0,
    #141f47 87%,
    #263b87 0,
    #263b87
  );
  background: linear-gradient(
    90deg,
    #263b87,
    #263b87 16%,
    #1f306d 0,
    #1f306d 42%,
    #141f47 0,
    #141f47 87%,
    #263b87 0,
    #263b87
  );
}
.landing-text-image-thick .bg-color-saphire {
  background: #1a70ab;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1a70ab),
    color-stop(16%, #1a70ab),
    color-stop(16%, #165f91),
    color-stop(42%, #165f91),
    color-stop(42%, #10466b),
    color-stop(87%, #10466b),
    color-stop(87%, #1a70ab),
    to(#1a70ab)
  );
  background: -webkit-linear-gradient(
    left,
    #1a70ab,
    #1a70ab 16%,
    #165f91 0,
    #165f91 42%,
    #10466b 0,
    #10466b 87%,
    #1a70ab 0,
    #1a70ab
  );
  background: linear-gradient(
    90deg,
    #1a70ab,
    #1a70ab 16%,
    #165f91 0,
    #165f91 42%,
    #10466b 0,
    #10466b 87%,
    #1a70ab 0,
    #1a70ab
  );
}
.landing-text-image-thick .bg-color-ocean {
  background: #0888b2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0888b2),
    color-stop(16%, #0888b2),
    color-stop(16%, #077598),
    color-stop(42%, #077598),
    color-stop(42%, #055772),
    color-stop(87%, #055772),
    color-stop(87%, #0888b2),
    to(#0888b2)
  );
  background: -webkit-linear-gradient(
    left,
    #0888b2,
    #0888b2 16%,
    #077598 0,
    #077598 42%,
    #055772 0,
    #055772 87%,
    #0888b2 0,
    #0888b2
  );
  background: linear-gradient(
    90deg,
    #0888b2,
    #0888b2 16%,
    #077598 0,
    #077598 42%,
    #055772 0,
    #055772 87%,
    #0888b2 0,
    #0888b2
  );
}
.landing-text-image-thick .bg-color-teal {
  background: #0aaca0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0aaca0),
    color-stop(16%, #0aaca0),
    color-stop(16%, #099288),
    color-stop(42%, #099288),
    color-stop(42%, #066c65),
    color-stop(87%, #066c65),
    color-stop(87%, #0aaca0),
    to(#0aaca0)
  );
  background: -webkit-linear-gradient(
    left,
    #0aaca0,
    #0aaca0 16%,
    #099288 0,
    #099288 42%,
    #066c65 0,
    #066c65 87%,
    #0aaca0 0,
    #0aaca0
  );
  background: linear-gradient(
    90deg,
    #0aaca0,
    #0aaca0 16%,
    #099288 0,
    #099288 42%,
    #066c65 0,
    #066c65 87%,
    #0aaca0 0,
    #0aaca0
  );
}
.landing-text-image-thick .bg-color-emerald {
  background: #66c07f;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#66c07f),
    color-stop(16%, #66c07f),
    color-stop(16%, #58a56d),
    color-stop(42%, #58a56d),
    color-stop(42%, #447f54),
    color-stop(87%, #447f54),
    color-stop(87%, #66c07f),
    to(#66c07f)
  );
  background: -webkit-linear-gradient(
    left,
    #66c07f,
    #66c07f 16%,
    #58a56d 0,
    #58a56d 42%,
    #447f54 0,
    #447f54 87%,
    #66c07f 0,
    #66c07f
  );
  background: linear-gradient(
    90deg,
    #66c07f,
    #66c07f 16%,
    #58a56d 0,
    #58a56d 42%,
    #447f54 0,
    #447f54 87%,
    #66c07f 0,
    #66c07f
  );
}
.landing-text-image-thick .bg-color-spring {
  background: #a4d171;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#a4d171),
    color-stop(16%, #a4d171),
    color-stop(16%, #8fb563),
    color-stop(42%, #8fb563),
    color-stop(42%, #718f4e),
    color-stop(87%, #718f4e),
    color-stop(87%, #a4d171),
    to(#a4d171)
  );
  background: -webkit-linear-gradient(
    left,
    #a4d171,
    #a4d171 16%,
    #8fb563 0,
    #8fb563 42%,
    #718f4e 0,
    #718f4e 87%,
    #a4d171 0,
    #a4d171
  );
  background: linear-gradient(
    90deg,
    #a4d171,
    #a4d171 16%,
    #8fb563 0,
    #8fb563 42%,
    #718f4e 0,
    #718f4e 87%,
    #a4d171 0,
    #a4d171
  );
}
@media only screen and (min-width: 1200px) {
  .landing-text-image-thick .landing-section-header {
    padding: 40px 50px;
  }
  .landing-text-image-thick .landing-section-offset {
    padding-top: 80px;
  }
}
.landing-text-media {
  padding: 45px 0;
}
.landing-text-media .img-responsive {
  width: 100%;
  border-radius: 4px;
}
.landing-text-media h2 {
  text-align: left;
}
.landing-text-media .media {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .landing-text-media .media {
    margin-bottom: 0;
  }
}
.landing-text-media .media .wistia_embed {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.landing-text-media .content {
  margin-bottom: 30px;
}
.landing-text-media .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 600px) {
  .landing-text-media .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.landing-text-media .buttons a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.landing-text-media .buttons a:first-child {
  margin-bottom: 18px;
}
@media (min-width: 600px) {
  .landing-text-media .buttons a {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .landing-text-media .buttons a:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .landing-text-media .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .landing-text-media .row.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .landing-text-media .row.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .landing-text-media .col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.landing-four-columns .text-content,
.landing-three-columns .text-content,
.landing-two-columns .text-content {
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.landing-four-columns .text-content h1,
.landing-four-columns .text-content h2,
.landing-four-columns .text-content h3,
.landing-four-columns .text-content h4,
.landing-four-columns .text-content h5,
.landing-four-columns .text-content h6,
.landing-three-columns .text-content h1,
.landing-three-columns .text-content h2,
.landing-three-columns .text-content h3,
.landing-three-columns .text-content h4,
.landing-three-columns .text-content h5,
.landing-three-columns .text-content h6,
.landing-two-columns .text-content h1,
.landing-two-columns .text-content h2,
.landing-two-columns .text-content h3,
.landing-two-columns .text-content h4,
.landing-two-columns .text-content h5,
.landing-two-columns .text-content h6 {
  margin-bottom: 0;
}
.landing-four-columns .landing-tool,
.landing-three-columns .landing-tool,
.landing-two-columns .landing-tool {
  padding-top: 0;
}
.landing-four-columns .landing-tool .bullet-list li,
.landing-three-columns .landing-tool .bullet-list li,
.landing-two-columns .landing-tool .bullet-list li {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .landing-four-columns .landing-tool + .landing-tool,
  .landing-three-columns .landing-tool + .landing-tool,
  .landing-two-columns .landing-tool + .landing-tool {
    margin-top: 30px;
  }
}
.landing-four-columns .landing-tool {
  padding: 0 22px;
}
.page-container-disabled .landing-four-columns .full-width-content,
.page-container-disabled .landing-three-columns .full-width-content,
.page-container-disabled .landing-two-columns .full-width-content {
  margin: 0 auto;
  width: auto;
  padding: 0 15px;
}
.page-container-disabled .landing-four-columns .text-content h2,
.page-container-disabled .landing-three-columns .text-content h2,
.page-container-disabled .landing-two-columns .text-content h2 {
  text-align: center;
}
.page-container-disabled .landing-four-columns .landing-tool-text,
.page-container-disabled .landing-three-columns .landing-tool-text,
.page-container-disabled .landing-two-columns .landing-tool-text {
  font-family: ScalaSansWeb, sans-serif;
}
.page-container-disabled .landing-four-columns .landing-tool-text h3,
.page-container-disabled .landing-three-columns .landing-tool-text h3,
.page-container-disabled .landing-two-columns .landing-tool-text h3 {
  font-weight: 700;
  font-size: 29px;
  color: #000;
}
.page-container-disabled .landing-four-columns .landing-tool-text p,
.page-container-disabled .landing-three-columns .landing-tool-text p,
.page-container-disabled .landing-two-columns .landing-tool-text p {
  font-size: 18px;
  margin: auto auto 20px;
  color: #828080;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .page-container-disabled .landing-four-columns .full-width-content,
  .page-container-disabled .landing-three-columns .full-width-content,
  .page-container-disabled .landing-two-columns .full-width-content {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .page-container-disabled .landing-four-columns .full-width-content,
  .page-container-disabled .landing-three-columns .full-width-content,
  .page-container-disabled .landing-two-columns .full-width-content {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-container-disabled .landing-four-columns .full-width-content,
  .page-container-disabled .landing-three-columns .full-width-content,
  .page-container-disabled .landing-two-columns .full-width-content {
    width: 1170px;
  }
}
.gated-content-header {
  font-family: ScalaSansWeb, sans-serif;
  font-size: 1.6em;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 0.3em;
}
.gated-content-subheader {
  color: #828080;
  text-align: center;
}
.required-field-hint {
  float: right;
}
#gated-content-modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
#gated-content-modal .landing-simple-button {
  width: 100%;
  margin-top: 1em;
}
.gated-content-form select {
  display: block;
  height: 40px;
  padding: 9px 12px;
  width: 100%;
  background-color: #efedea;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #efedea;
  color: #373737;
  box-shadow: none;
}
.gated-content-form select:focus,
.gated-content-form select:hover {
  background-color: #f6f5f3;
}
.landing-page-section.full-width-text-image .col {
  vertical-align: top;
}
.landing-page-section.full-width-text-image ul {
  margin-left: 15px;
  color: #828080;
  margin-bottom: 2em;
  font-size: 20px;
}
.landing-page-section.full-width-text-image ul li {
  list-style: disc;
  margin: 1em 0;
  text-indent: 0;
}
.landing-page-section.full-width-text-image ul li span {
  color: #828080 !important;
}
.landing-page-section.full-width-text-image ul li:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .landing-page-section.full-width-text-image .col {
    vertical-align: top;
  }
}
.column-consumer {
  padding: 45px 0;
}
.column-consumer .title + .row {
  margin-top: 30px;
}
.column-consumer .content .bullet-list {
  margin-bottom: 0;
}
.column-consumer .media {
  margin: 0 0 30px;
}
.column-consumer .media .img-responsive {
  width: 100%;
  border-radius: 4px;
}
.column-consumer .media .wistia_embed {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.column-consumer .buttons .button {
  margin-top: 20px;
}
@media (min-width: 600px) {
  .column-consumer .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-consumer .buttons .button {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .column-consumer .buttons .button:first-child {
    margin-right: 20px;
  }
}
.column-consumer .row {
  margin-bottom: -50px;
}
@media (min-width: 768px) {
  .column-consumer .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
.column-consumer__column {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .column-consumer__column {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.column-consumer__column .column-consumer__content_wrapper {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hero-image-consumer {
  position: relative;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 0 -15px 45px;
  overflow: hidden;
}
.hero-image-consumer h1 {
  font-size: 34px;
  line-height: 34px;
}
.hero-image-consumer h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}
.hero-image-consumer .landing-page-section {
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.hero-image-consumer .landing-page-section .container {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}
.hero-image-consumer.color-white .landing-page-section {
  background: rgba(40, 41, 44, 0.7);
}
.hero-image-consumer.color-black .landing-page-section {
  background: hsla(0, 0%, 100%, 0.65);
}
@media only screen and (min-width: 600px) {
  .hero-image-consumer h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .hero-image-consumer h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-image-consumer {
    width: 100vw;
    margin: 0 0 45px -50vw;
    left: 50%;
  }
  .hero-image-consumer h1 {
    font-size: 64px;
    line-height: 68px;
  }
  .hero-image-consumer h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-image-consumer .landing-page-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 0;
    top: auto;
  }
  .hero-image-consumer .landing-page-section .container {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
  }
  .hero-image-consumer.text-top .landing-page-section {
    top: 0;
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .hero-image-consumer.text-top.color-black .landing-page-section {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
  }
  .hero-image-consumer.text-top.color-white .landing-page-section {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 41, 44, 0.7)), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(top, rgba(40, 41, 44, 0.7), hsla(0, 0%, 100%, 0));
    background: linear-gradient(180deg, rgba(40, 41, 44, 0.7), hsla(0, 0%, 100%, 0));
  }
  .hero-image-consumer.text-bottom .landing-page-section {
    bottom: 0;
    padding-bottom: 30px;
    padding-top: 100px;
  }
  .hero-image-consumer.text-bottom.color-black .landing-page-section {
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0));
  }
  .hero-image-consumer.text-bottom.color-white .landing-page-section {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 41, 44, 0.7)), to(hsla(0, 0%, 100%, 0)));
    background: -webkit-linear-gradient(bottom, rgba(40, 41, 44, 0.7), hsla(0, 0%, 100%, 0));
    background: linear-gradient(0deg, rgba(40, 41, 44, 0.7), hsla(0, 0%, 100%, 0));
  }
}
.hero-image-consumer__background-image {
  display: none;
  max-width: 100%;
}
.hero-image-consumer__background-image.mobile {
  display: block;
}
@media only screen and (min-width: 992px) {
  .hero-image-consumer__background-image {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    min-height: 0;
    width: 100%;
  }
  .hero-image-consumer__background-image.mobile {
    display: none;
  }
}
#home-page .hero-image-consumer .landing-page-section .container {
  top: 50%;
  -webkit-transform: translateY(-webkit-calc(-50% - 37px));
  -ms-transform: translateY(calc(-50% - 37px));
  transform: translateY(calc(-50% - 37px));
}
@media only screen and (min-width: 992px) {
  #home-page .hero-image-consumer .landing-page-section .container {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
#home-page .hero-image-consumer .hero-image-consumer__background-image.mobile {
  height: 320px;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  #home-page .hero-image-consumer .hero-image-consumer__background-image.mobile {
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  #home-page .hero-image-consumer .hero-image-consumer__background-image.mobile {
    object-fit: fill;
  }
}
.landing-text-over-images {
  position: relative;
  margin: 30px 0;
}
.landing-text-over-images .content {
  position: relative;
}
.landing-text-over-images .background-image {
  border-radius: 5px;
  display: none;
  width: 100%;
}
.landing-text-over-images .background-image.mobile {
  display: block;
}
.landing-text-over-images .mobile-text {
  padding-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.landing-text-over-images .text {
  display: none;
  color: inherit;
}
.landing-text-over-images .button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.landing-text-over-images .button {
  font-size: 16px;
  line-height: 19px;
  color: #19ac9f;
}
.landing-text-over-images .button.mobile {
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.landing-text-over-images .button.mobile:active,
.landing-text-over-images .button.mobile:focus,
.landing-text-over-images .button.mobile:hover {
  outline: none;
}
.landing-text-over-images .button.desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .landing-text-over-images .mobile-text {
    display: none;
  }
  .landing-text-over-images .background-image {
    display: block;
  }
  .landing-text-over-images .background-image.mobile {
    display: none;
  }
  .landing-text-over-images .text {
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    max-width: 368px;
    padding: 35px 25px 20px;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(40, 41, 44, 0.08);
    top: 30px;
    left: 30px;
  }
  .landing-text-over-images .text:active,
  .landing-text-over-images .text:focus,
  .landing-text-over-images .text:hover {
    outline: none;
  }
  .landing-text-over-images .text.top-right {
    left: unset;
    right: 30px;
  }
  .landing-text-over-images .text.bottom-left {
    bottom: 30px;
    top: unset;
  }
  .landing-text-over-images .text.bottom-right {
    top: unset;
    left: unset;
    right: 30px;
    bottom: 30px;
  }
  .landing-text-over-images .button.desktop {
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
  }
  .landing-text-over-images .button-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .landing-text-over-images .text {
    max-width: 439px;
  }
}
.page-container-disabled .cms-section.banner:not(.full-width) {
  padding-left: 15px;
  padding-right: 15px;
}
.page-container-disabled .cms-section.banner:not(.full-width) .container {
  background: transparent;
  padding: 0 15px;
}
.cms-section.banner {
  padding: 45px 15px;
}
.cms-section.banner p {
  margin: 0;
}
.cms-section.banner.full-width {
  position: relative;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 0 -15px;
  padding-left: 0;
  padding-right: 0;
}
.cms-section.banner.full-width > .container {
  width: 100%;
}
.cms-section.banner:not(.full-width) .banner-container,
.cms-section.banner:not(.full-width) .container {
  border-radius: 5px;
}
.cms-section.banner .container {
  padding: 0;
}
.cms-section.banner .banner-container {
  color: #fff;
  text-align: center;
  padding: 30px 15px 25px;
}
.cms-section.banner .banner-button,
.cms-section.banner .banner-text {
  margin: 10px;
}
.cms-section.banner .banner-text {
  text-align: left;
}
.cms-section.banner .banner-button {
  background-color: #fff;
  display: inline-block;
}
.cms-section.banner .banner-button > span {
  background-color: hsla(0, 0%, 100%, 0);
}
.cms-section.banner .banner-button > span.bg-color-light-blue,
.cms-section.banner .banner-button > span.bg-color-teal-light-blue {
  color: #2c6baa;
}
.cms-section.banner .banner-button > span.bg-color-teal {
  color: #19ac9f;
}
.cms-section.banner .banner-button > span.bg-color-light-grey {
  color: #f1f1f7;
}
@media only screen and (min-width: 768px) {
  .cms-section.banner.full-width {
    width: 100vw;
    margin: 0 0 0 -50vw;
    left: 50%;
  }
  .cms-section.banner .banner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 10px 40px;
  }
  .cms-section.banner .banner-container.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .cms-section.banner.full-width .banner-container {
    padding: 55px 10px 50px;
  }
  .cms-section.banner .banner-button,
  .cms-section.banner .banner-text {
    margin: 10px 20px;
  }
  .cms-section.banner:not(.full-width) .banner-container:not(.reverse) .banner-text {
    margin-left: 45px;
  }
  .cms-section.banner:not(.full-width) .banner-container:not(.reverse) .banner-button {
    margin-right: 45px;
  }
  .cms-section.banner:not(.full-width) .banner-container.reverse .banner-button {
    margin-left: 45px;
  }
  .cms-section.banner:not(.full-width) .banner-container.reverse .banner-text {
    margin-right: 45px;
  }
  .cms-section.banner.full-width .banner-container:not(.reverse) .banner-text {
    margin-left: 15px;
  }
  .cms-section.banner.full-width .banner-container:not(.reverse) .banner-button {
    margin-right: 15px;
  }
  .cms-section.banner.full-width .banner-container.reverse .banner-button {
    margin-left: 15px;
  }
  .cms-section.banner.full-width .banner-container.reverse .banner-text {
    margin-right: 15px;
  }
}
.landing-tiles {
  padding: 45px 0;
}
.landing-tiles h2,
.landing-tiles h3 {
  margin-bottom: 12px;
}
.landing-tiles .img-responsive {
  width: 100%;
}
.landing-tiles .icon {
  margin-bottom: 24px;
  font-size: 80px;
  line-height: 1;
  color: #2c6baa;
  text-align: center;
}
.landing-tiles .icon:before {
  vertical-align: top;
}
@media (min-width: 768px) {
  .landing-tiles .icon {
    font-size: 80px;
  }
}
.landing-tiles .media {
  margin-bottom: 15px;
}
.landing-tiles__items {
  margin-top: 22px;
}
.landing-tiles__items:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .landing-tiles__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.landing-tiles__items.row:after,
.landing-tiles__items.row:before {
  content: normal;
}
.landing-tiles__items.row {
  margin-bottom: -30px;
}
.landing-tiles__items--2 h3 {
  margin-bottom: 8px;
}
.landing-tiles__items--2 .icon,
.landing-tiles__items--3 .icon {
  font-size: 120px;
}
.landing-tiles__items--4 .icon {
  font-size: 80px;
}
.landing-tiles__item-wrapper {
  padding-bottom: 30px;
}
.landing-tiles__item {
  position: relative;
  height: 100%;
  padding: 30px;
  border: 1px solid #e7e8ef;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(40, 41, 44, 0.08);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media only screen and (min-width: 768px) {
  .landing-tiles__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.landing-tiles__item:focus,
.landing-tiles__item:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.landing-tiles__item:focus .button.primary,
.landing-tiles__item:hover .button.primary {
  background-color: #09948a;
}
.landing-tiles__item:focus .button.secondary,
.landing-tiles__item:hover .button.secondary {
  text-decoration: none;
  text-transform: uppercase;
  color: #09948a;
  border: 1px solid #09948a;
  background-color: #fff;
}
.landing-tiles__item:focus .button.secondary:active,
.landing-tiles__item:focus .button.secondary:focus,
.landing-tiles__item:focus .button.secondary:hover,
.landing-tiles__item:hover .button.secondary:active,
.landing-tiles__item:hover .button.secondary:focus,
.landing-tiles__item:hover .button.secondary:hover {
  outline: none;
  border-color: #077c73;
  color: #077c73;
}
.landing-tiles__item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.landing-tiles__buttons .button {
  display: block;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .landing-tiles__items--2 .landing-tiles__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .landing-tiles__items--2 .landing-tiles__button-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 10px;
  }
}
.landing-tiles__jcarousel {
  margin-top: 22px;
  font-size: 14px;
}
.landing-tiles__jcarousel:first-child {
  margin-top: 0;
}
.landing-tiles__jcarousel .landing-tiles__buttons {
  display: none;
}
.landing-tiles__jcarousel .jcarousel {
  padding: 0;
  overflow: visible;
  text-align: left;
}
.landing-tiles__jcarousel .jcarousel-list-wrapper {
  overflow: hidden;
  margin: 0 -10px;
}
.landing-tiles__jcarousel ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.landing-tiles__jcarousel li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  padding: 0 10px;
}
.landing-tiles__jcarousel .jcarousel-control-next,
.landing-tiles__jcarousel .jcarousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  color: #11ada0;
  font-size: 46px;
  line-height: 1em;
}
.landing-tiles__jcarousel .jcarousel-control-next > span,
.landing-tiles__jcarousel .jcarousel-control-prev > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-23px);
  -ms-transform: translateY(-23px);
  transform: translateY(-23px);
}
.landing-tiles__jcarousel .jcarousel-control-next > span:before,
.landing-tiles__jcarousel .jcarousel-control-prev > span:before {
  vertical-align: top;
}
.landing-tiles__jcarousel .jcarousel-control-prev {
  left: -25px;
  background: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
  background: linear-gradient(right, hsla(0, 0%, 100%, 0), #fff);
}
.landing-tiles__jcarousel .jcarousel-control-prev > span {
  left: 0;
}
.landing-tiles__jcarousel .jcarousel-control-next {
  right: -25px;
  background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
  background: linear-gradient(left, hsla(0, 0%, 100%, 0), #fff);
}
.landing-tiles__jcarousel .jcarousel-control-next > span {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .page-container-disabled .landing-tiles__jcarousel .jcarousel-control-next,
  .page-container-disabled .landing-tiles__jcarousel .jcarousel-control-prev {
    width: 80px;
  }
  .page-container-disabled .landing-tiles__jcarousel .jcarousel-control-prev {
    left: -60px;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(40%, #fff));
    background: -webkit-linear-gradient(right, transparent, #fff 40%);
    background: linear-gradient(right, transparent, #fff 40%);
  }
  .page-container-disabled .landing-tiles__jcarousel .jcarousel-control-next {
    right: -60px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(40%, #fff));
    background: -webkit-linear-gradient(left, transparent, #fff 40%);
    background: linear-gradient(left, transparent, #fff 40%);
  }
}
#home-page .hero-image-consumer + .landing-tiles {
  margin-top: -156px;
  z-index: 10;
  position: relative;
}
#home-page .hero-image-consumer + .landing-tiles .landing-tiles__item {
  background: #fff;
}
.cms-section.text-icons {
  padding: 45px 0;
}
.cms-section.text-icons .content-wrapper.row:after,
.cms-section.text-icons .content-wrapper.row:before {
  content: normal;
}
.cms-section.text-icons .item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cms-section.text-icons .item-content .bogus-image .icon,
.cms-section.text-icons .item-content .bogus-image .img-responsive {
  height: 0;
  visibility: hidden;
}
.cms-section.text-icons .row {
  margin-bottom: -25px;
}
.cms-section.text-icons .item-wrapper {
  margin: 25px 0 40px;
}
.cms-section.text-icons .text-wrapper {
  font-size: 14px;
}
.cms-section.text-icons .img-responsive {
  margin-bottom: 25px;
  height: 70px;
}
.cms-section.text-icons .icon {
  font-size: 70px;
  line-height: 0;
  color: #2c6baa;
}
.cms-section.text-icons .icon.align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.cms-section.text-icons .icon.align-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.cms-section.text-icons .icon,
.cms-section.text-icons .img-responsive {
  margin-right: 20px;
}
.cms-section.text-icons .item-wrapper a {
  margin-top: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cms-section.text-icons .item-wrapper a.noborder {
  border-width: 0;
  padding: 0 0 9px;
}
@media only screen and (min-width: 600px) {
  .cms-section.text-icons .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cms-section.text-icons .item-wrapper {
    margin: 25px 0;
  }
  .cms-section.text-icons .text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cms-section.text-icons .col-md-4 .icon {
    font-size: 80px;
  }
  .cms-section.text-icons .col-md-4 .img-responsive {
    height: 80px;
  }
  .cms-section.text-icons .col-md-6 .icon {
    font-size: 110px;
  }
  .cms-section.text-icons .col-md-6 .img-responsive {
    height: 110px;
  }
  .cms-section.text-icons .col-md-12 .icon {
    font-size: 110px;
  }
  .cms-section.text-icons .col-md-12 .img-responsive {
    height: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .cms-section.text-icons .col-md-12 .icon {
    font-size: 135px;
  }
  .cms-section.text-icons .col-md-12 .img-responsive {
    height: 135px;
  }
}
#lc-evidence .icon-ribbon {
  font-size: 155px;
  line-height: 1;
  color: #1971ab;
  margin-left: 30px;
}
#lc-header {
  position: relative;
  background: url(/static/img/landings/cancer/bg-cancer-1-1x.jpg) 30% 22% no-repeat;
  background-size: 220% auto;
  height: 370px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #lc-header {
    background-image: url(/static/img/landings/cancer/bg-cancer-1-2x.jpg);
    background-size: 220% auto;
  }
}
#lc-header .section-overlay {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #lc-header {
    background-position: 82% 12%;
    background-size: 128% auto;
  }
  #lc-header .landing-section-header,
  #lc-header .landing-section-subhead {
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }
  #lc-header .section-overlay {
    height: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #lc-header {
    height: 470px;
  }
}
@media only screen and (min-width: 1200px) {
  #lc-header {
    height: 546px;
    background-position: 67% 24%;
    background-size: 128% auto;
  }
}
#lc-video-section {
  padding-top: 20px;
}
#lc-video-section .landing-page-video {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #lc-video-section .landing-video-text {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #lc-video-section .landing-video-text {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  #lc-video-section .landing-video-text {
    padding-top: 20px;
  }
}
.catalog-links .landing-tool h3 {
  font-size: 1em;
  line-height: 1em;
}
.catalog-links .landing-tool h3 > a {
  color: #000;
}
.catalog-links .landing-tool p {
  font-size: 17px;
  line-height: 24px;
  color: #828080;
}
.catalog-links .landing-tool .icon {
  position: relative;
  font-size: 90px;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0aaca0), to(#1971ab));
  background: -webkit-linear-gradient(top, #0aaca0, #1971ab);
  background: linear-gradient(180deg, #0aaca0, #1971ab);
  border-radius: 200px;
}
.catalog-links .landing-tool .icon:before {
  position: relative;
  padding: 26px;
  background: transparent;
  color: #0aaca0;
  background: -webkit-linear-gradient(#0aaca0, #1971ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  border-radius: 200px;
}
.catalog-links .landing-tool .icon:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 142px;
  height: 142px;
  background-color: #fff;
  border-radius: 200px;
}
.catalog-links .landing-link {
  font-size: 17px;
  line-height: 21px;
}
#cardio-cardiac-care .icon-heart-solid {
  font-size: 155px;
  line-height: 1;
  color: #273b88;
  margin-left: 30px;
}
#cardiology-header {
  background: url(/static/img/landings/cardio/bg-cardio-1-1x.jpg) 85% 43% no-repeat;
  background-size: auto 127%;
  height: 350px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #cardiology-header {
    background-image: url(/static/img/landings/cardio/bg-cardio-1-2x.jpg);
    background-size: auto 127%;
  }
}
#cardiology-header .section-overlay {
  background: rgba(17, 173, 160, 0.9);
  height: 100%;
}
#cardiology-header .landing-section-subhead {
  width: 310px;
}
#cardiology-header .landing-section-header,
#cardiology-header .landing-section-subhead {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #cardiology-header {
    height: 450px;
    background-position: top;
    background-size: cover;
  }
  #cardiology-header .section-overlay {
    background: #11ada0;
    background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
    background: -webkit-linear-gradient(left, #11ada0, #0888b2);
    background: linear-gradient(90deg, #11ada0, #0888b2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
    height: 20px;
  }
  #cardiology-header .landing-section-header,
  #cardiology-header .landing-section-subhead {
    color: #373737;
  }
}
@media only screen and (min-width: 1200px) {
  #cardiology-header {
    height: 597px;
    background-position: 61% 64%;
    background-size: 132% auto;
  }
}
#cardio-testing {
  margin-top: 20px;
  padding: 0;
}
#cardio-testing .background {
  background: url(/static/img/landings/cardio/bg-cardio-2-1x.jpg) 50% top no-repeat;
  background-size: auto 140%;
  height: 300px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #cardio-testing .background {
    background-image: url(/static/img/landings/cardio/bg-cardio-2-2x.jpg);
    background-size: auto 140%;
  }
}
#cardio-testing .landing-section-content {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
@media only screen and (min-width: 768px) {
  #cardio-testing .background {
    background-position: 100% 0;
    background-size: cover;
    height: 563px;
  }
  #cardio-testing .landing-section-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 55%;
    background: #0888b2;
  }
}
@media only screen and (min-width: 1200px) {
  #cardio-testing .background {
    background-position: 37% 38%;
    background-size: 144% auto;
  }
}
#cardio-video-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
#community-section {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
#community-header {
  padding-bottom: 0;
  background: #00949c;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00ada0),
    color-stop(16%, #00ada0),
    color-stop(16%, #009994),
    color-stop(33%, #009994),
    color-stop(33%, #00949c),
    color-stop(68%, #00949c),
    color-stop(68%, #00a3a5),
    color-stop(87%, #00a3a5),
    color-stop(87%, #00ada0),
    to(#00ada0)
  );
  background: -webkit-linear-gradient(
    left,
    #00ada0,
    #00ada0 16%,
    #009994 0,
    #009994 33%,
    #00949c 0,
    #00949c 68%,
    #00a3a5 0,
    #00a3a5 87%,
    #00ada0 0,
    #00ada0
  );
  background: linear-gradient(
    90deg,
    #00ada0,
    #00ada0 16%,
    #009994 0,
    #009994 33%,
    #00949c 0,
    #00949c 68%,
    #00a3a5 0,
    #00a3a5 87%,
    #00ada0 0,
    #00ada0
  );
}
#community-header h2 {
  color: #636363;
  line-height: 18px;
  letter-spacing: 0.04em;
  font-size: 16px;
}
#community-header .landing-section-content {
  margin-top: 30px;
  background: #fff;
}
#community-header .community-advocacy {
  margin-bottom: 50px;
}
#community-header .community-groups {
  margin-top: 15px;
  margin-bottom: 50px;
}
#community-header .community-group {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#community-header .community-group .icon {
  font-size: 70px;
  line-height: 1;
  color: #1971ab;
}
#community-header .community-group .group-name {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 22px;
  font-weight: 700;
}
#community-header .community-group .landing-link {
  font-size: 16px;
}
.community-disclaimer {
  margin-top: 1em;
}
@media only screen and (min-width: 992px) {
  #community-header .landing-section-content {
    margin-top: 40px;
  }
}
#genetics-providers-catalog {
  margin-top: 20px;
  color: #fff;
  padding: 0;
}
#genetics-providers-catalog .background {
  background: url(/static/img/landings/gc/bg-gc-2-1x.jpg) 100% 0 no-repeat;
  background-size: cover;
  height: 300px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #genetics-providers-catalog .background {
    background-image: url(/static/img/landings/gc/bg-gc-2-2x.jpg);
    background-size: cover;
  }
}
#genetics-providers-catalog .landing-section-content {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
@media only screen and (min-width: 768px) {
  #genetics-providers-catalog .background {
    background-size: cover;
    background-position: 70% -35px;
    height: 400px;
  }
  #genetics-providers-catalog .landing-section-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 55%;
    right: 0;
    background: #0888b2;
  }
}
@media only screen and (min-width: 992px) {
  #genetics-providers-catalog .background {
    height: 538px;
    background-size: 90%;
    background-position: -127px 15%;
  }
}
#genetics-providers-header {
  background: url(/static/img/landings/gc/bg-gc-1-1x.jpg) 68% top no-repeat;
  background-size: auto 135%;
  height: 350px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #genetics-providers-header {
    background-image: url(/static/img/landings/gc/bg-gc-1-2x.jpg);
    background-size: auto 135%;
  }
}
#genetics-providers-header .landing-section-header {
  width: auto;
}
#genetics-providers-header .section-overlay {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
  height: 100%;
}
#genetics-providers-header .landing-section-subhead {
  width: 250px;
}
#genetics-providers-header .landing-section-header,
#genetics-providers-header .landing-section-subhead {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #genetics-providers-header {
    height: 400px;
    background-position: top;
  }
  #genetics-providers-header .section-overlay {
    height: 20px;
  }
  #genetics-providers-header .landing-section-header {
    width: 340px;
  }
  #genetics-providers-header .landing-section-header,
  #genetics-providers-header .landing-section-subhead {
    color: #373737;
  }
}
@media only screen and (min-width: 992px) {
  #genetics-providers-header {
    background-size: cover;
  }
  #genetics-providers-header .landing-section-subhead {
    width: 310px;
  }
}
@media only screen and (min-width: 1200px) {
  #genetics-providers-header {
    height: 572px;
    background-size: 131% auto;
    background-position: 48% 26%;
  }
}
#genetics-providers-notes {
  color: #fff;
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
#genetics-providers-notes .landing-section-content {
  background: #fff;
}
.landing-note {
  color: #373737;
  text-align: center;
  padding: 10px;
}
.landing-note .freethedata-note {
  background: url(/static/img/public/freethedata-logo-small.png) bottom no-repeat;
}
.landing-note .clinvitae-note {
  background: url(/static/img/public/clinvitae-logo-small.png) bottom no-repeat;
}
.landing-note .pubmed-note {
  background: url(/static/img/public/pubmed-logo-small.png) bottom no-repeat;
}
.landing-note .note-logo {
  height: 70px;
  width: 250px;
  margin: 0 auto 20px;
  background-size: contain;
}
.landing-note p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .landing-note .note-logo {
    width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-note .note-logo {
    width: 250px;
  }
}
#genetics-video-section {
  padding-top: 20px;
}
.header-section.bg-color-niagara-matisse {
  padding: 50px 0 25px;
}
#hp-categories {
  padding-bottom: 0;
}
#hp-categories .container {
  padding-top: 26px;
}
#hp-categories .landing-big-text {
  margin-bottom: 12px;
  color: #636363;
}
@media only screen and (min-width: 992px) {
  #hp-categories .landing-big-text {
    font-size: 20px;
  }
}
#hp-header {
  padding-top: 0;
  height: 370px;
  background: url(/static/img/landings/home/bg-home-1-1x.jpg) 70% top no-repeat;
  background-size: cover;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #hp-header {
    background-image: url(/static/img/landings/home/bg-home-1-2x.jpg);
    background-size: cover;
  }
}
#hp-header .section-overlay {
  background: rgba(17, 173, 160, 0.9);
  height: 100%;
}
#hp-header .landing-section-header,
#hp-header .landing-section-subhead {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #hp-header .btn {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) {
  #hp-header {
    height: 450px;
    padding-top: 10px;
    background-position: top;
  }
  #hp-header .section-overlay {
    height: 10px;
    background: #5ec28d;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#40c1b8),
      color-stop(16%, #40c1b8),
      color-stop(16%, #58c5a7),
      color-stop(32%, #58c5a7),
      color-stop(32%, #5ec28d),
      color-stop(58%, #5ec28d),
      color-stop(58%, #4bb98c),
      color-stop(72%, #4bb98c),
      color-stop(72%, #81cfa6),
      color-stop(90%, #81cfa6),
      color-stop(90%, #b2e6e2),
      to(#b2e6e2)
    );
    background: -webkit-linear-gradient(
      left,
      #40c1b8,
      #40c1b8 16%,
      #58c5a7 0,
      #58c5a7 32%,
      #5ec28d 0,
      #5ec28d 58%,
      #4bb98c 0,
      #4bb98c 72%,
      #81cfa6 0,
      #81cfa6 90%,
      #b2e6e2 0,
      #b2e6e2
    );
    background: linear-gradient(
      90deg,
      #40c1b8,
      #40c1b8 16%,
      #58c5a7 0,
      #58c5a7 32%,
      #5ec28d 0,
      #5ec28d 58%,
      #4bb98c 0,
      #4bb98c 72%,
      #81cfa6 0,
      #81cfa6 90%,
      #b2e6e2 0,
      #b2e6e2
    );
  }
  #hp-header .landing-section-header,
  #hp-header .landing-section-subhead {
    color: #373737;
  }
}
@media only screen and (min-width: 992px) {
  #hp-header .landing-section-header {
    width: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  #hp-header {
    background-size: cover;
    height: 484px;
  }
}
#hp-promo {
  position: relative;
  display: none;
  margin-bottom: 2px;
}
#hp-promo .container {
  background-color: #1356a0;
}
#ticker {
  height: 44px;
  margin: 0;
  overflow: hidden;
  padding: 12px 20px 0;
  font-size: 15px;
}
#ticker li {
  height: 100%;
  margin-left: 0;
  list-style: none;
  line-height: 1.4em;
  text-align: left;
}
#ticker li a {
  color: #fff;
  text-decoration: none;
}
#ticker li a:hover {
  color: #d6d4d0;
}
#ticker li .highlight {
  padding-left: 3px;
  font-weight: 700;
}
#ticker-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-decoration: none;
}
#ticker-close:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
@media only screen and (min-width: 768px) {
  #hp-promo {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #ticker li {
    text-align: center;
  }
}
#hp-test-options {
  position: relative;
  color: #fff;
  margin-top: 20px;
  padding: 0;
}
#hp-test-options .background {
  background: url(/static/img/landings/home/bg-home-2-1x.jpg) 100% 0 no-repeat;
  background-size: cover;
  height: 300px;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #hp-test-options .background {
    background-image: url(/static/img/landings/home/bg-home-2-2x.jpg);
    background-size: cover;
  }
}
#hp-test-options .landing-section-content {
  background-color: #0888b2;
}
@media only screen and (min-width: 768px) {
  #hp-test-options .background {
    background-position: 196px 17%;
    height: 545px;
  }
  #hp-test-options .landing-section-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 58%;
  }
}
#hp-video {
  padding-top: 0;
  margin-top: 20px;
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
#hp-video .landing-page-video {
  margin-bottom: 40px;
}
#managed-care-header {
  background: url(/static/img/landings/managed-care/BBP-0227-mobile-1x.jpg) no-repeat;
  background-size: cover;
  height: 350px;
}
#managed-care-header.landing-section-offset {
  padding-top: 30px;
}
#managed-care-header .section-overlay {
  height: 0;
}
#managed-care-header .landing-section-subhead {
  max-width: 350px;
}
#managed-care-header .landing-section-header,
#managed-care-header .landing-section-subhead {
  color: #fff;
}
#managed-care-header .btn {
  margin-bottom: 15px;
}
#managed-care-header .btn .icon {
  display: none;
}
@media only screen and (min-width: 768px) {
  #managed-care-header {
    height: 380px;
    background: url(/static/img/landings/managed-care/BBP-0227-1x.jpg) no-repeat;
    background-size: cover;
  }
  #managed-care-header .section-overlay {
    background: #11ada0;
    background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
    background: -webkit-linear-gradient(left, #11ada0, #0888b2);
    background: linear-gradient(90deg, #11ada0, #0888b2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
    height: 20px;
  }
  #managed-care-header .landing-section-header,
  #managed-care-header .landing-section-subhead {
    color: #373737;
  }
  #managed-care-header .btn .icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  #managed-care-header {
    height: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  #managed-care-header {
    height: 545px;
  }
}
#managed-care-pillars {
  padding-bottom: 0;
}
#managed-care-pillars h1 {
  font-size: 49px;
}
#managed-care-video-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #managed-care-video-section .landing-section-header {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  #managed-care-video-section .landing-section-header {
    padding-top: 15px;
  }
}
#managed-care-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
#managed-care-footer .btn {
  margin: 10px 25px 0 0;
}
#neurology-header {
  height: 370px;
  background: url(/static/img/landings/neurology/bg-neurology-1-1x.jpg) 70% top no-repeat;
  background-size: auto 150%;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #neurology-header {
    background-image: url(/static/img/landings/neurology/bg-neurology-1-2x.jpg);
    background-size: 70% top;
  }
}
#neurology-header .section-overlay {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
  height: 100%;
}
#neurology-header .landing-section-header,
#neurology-header .landing-section-subhead {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #neurology-header {
    height: 450px;
    background-size: 120% auto;
    background-position: 25% top;
  }
  #neurology-header .section-overlay {
    height: 20px;
  }
  #neurology-header .landing-section-header,
  #neurology-header .landing-section-subhead {
    color: #373737;
  }
  #neurology-header .landing-section-header {
    width: 330px;
  }
  #neurology-header .landing-section-subhead {
    width: 380px;
  }
}
@media only screen and (min-width: 992px) {
  #neurology-header {
    height: 500px;
    background-size: 115% auto;
    background-position: 25% 25%;
  }
  #neurology-header .landing-section-header {
    width: 470px;
  }
  #neurology-header .landing-section-subhead {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #neurology-header {
    height: 570px;
    background-size: 120% auto;
    background-position: 40% 25%;
  }
  #neurology-header .landing-section-header {
    width: 520px;
  }
}
#neurology-testing {
  margin-top: 20px;
  padding: 0;
}
#neurology-testing .background {
  height: 300px;
  background: url(/static/img/landings/neurology/bg-neurology-2-1x.jpg) 80% 35% no-repeat;
  background-size: 200% auto;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #neurology-testing .background {
    background-image: url(/static/img/landings/neurology/bg-neurology-2-2x.jpg);
    background-size: 200% auto;
  }
}
#neurology-testing .landing-section-content {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
@media only screen and (min-width: 768px) {
  #neurology-testing .background {
    height: 400px;
    background-size: 150% auto;
    background-position: 50% 40%;
  }
  #neurology-testing .landing-section-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 45%;
    background: #0888b2;
  }
}
@media only screen and (min-width: 992px) {
  #neurology-testing .background {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  #neurology-testing .background {
    background-size: 120% auto;
  }
}
#neurology-tests .landing-section-icon {
  color: #0888b2;
}
#neurology-video-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
#patients-section {
  margin-top: 20px;
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
#patients-section .full-width-content {
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}
#patients-section .img-responsive {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  #patients-section .img-responsive {
    margin-top: 0;
  }
}
#pg-header {
  position: relative;
  height: 370px;
  background: url(/static/img/landings/pediatric/bg-pediatric-1-1x.jpg) 25% top no-repeat;
  background-size: 200% auto;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #pg-header {
    background-image: url(/static/img/landings/pediatric/bg-pediatric-1-2x.jpg);
    background-size: 200% auto;
  }
}
#pg-header .section-overlay {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #pg-header {
    height: 400px;
    background-size: 140% auto;
    background-position: 80% 40%;
  }
  #pg-header .landing-section-header,
  #pg-header .landing-section-subhead {
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }
  #pg-header .section-overlay {
    height: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #pg-header {
    height: 500px;
    background-size: 120% auto;
  }
}
@media only screen and (min-width: 1200px) {
  #pg-header {
    height: 550px;
  }
}
#pg-testing {
  margin-top: 20px;
  padding: 0;
}
#pg-testing .background {
  height: 300px;
  background: url(/static/img/landings/pediatric/bg-pediatric-2-1x.jpg) 30% 35% no-repeat;
  background-size: 170% auto;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #pg-testing .background {
    background-image: url(/static/img/landings/pediatric/bg-pediatric-2-2x.jpg);
    background-size: 170% auto;
  }
}
#pg-testing .landing-section-content {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
@media only screen and (min-width: 768px) {
  #pg-testing .background {
    height: 400px;
    background-size: 140% auto;
    background-position: 175px 40%;
  }
  #pg-testing .landing-section-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 55%;
    background: #0888b2;
  }
  .browser-ie8 #pg-testing {
    height: 500px !important;
    position: relative;
  }
  .browser-ie8 #pg-testing .background {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(/static/img/landings/pediatric/bg-pediatric-2-ie.jpg) 100% no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  #pg-testing .background {
    background-size: auto 140%;
    background-position: 265% 40%;
  }
  .browser-ie8 #pg-testing .background {
    background-size: auto;
    background-position: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  #pg-testing .background {
    background-size: auto 150%;
    height: 450px;
  }
  .browser-ie8 #pg-testing {
    height: 500px;
  }
  .browser-ie8 #pg-testing .background {
    background-size: auto;
    background-position: 100%;
  }
}
#pg-tests .landing-section-icon {
  color: #11ada0;
}
#rd-formula {
  margin-top: 20px;
  color: #fff;
  padding: 0;
}
#rd-formula .background {
  height: 300px;
  background: url(/static/img/landings/rare/gc-rare-disease-2-1x.jpg) 65% 35% no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #rd-formula .background {
    background-image: url(/static/img/landings/rare/gc-rare-disease-2-2x.jpg);
    background-size: 220% auto;
  }
}
#rd-formula .landing-section-content {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
@media only screen and (min-width: 768px) {
  #rd-formula .background {
    height: 400px;
    background-size: 150% auto;
    background-position: 120% 20%;
  }
  #rd-formula .landing-section-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    right: 0;
    background: #0888b2;
  }
}
@media only screen and (min-width: 992px) {
  #rd-formula .background {
    height: 450px;
    background-size: 135% auto;
    background-position: 155% 30%;
  }
}
#rd-header {
  height: 370px;
  background: url(/static/img/landings/rare/gc-rare-disease-1-1x.jpg) 58% 35% no-repeat;
  background-size: auto 140%;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #rd-header {
    background-image: url(/static/img/landings/rare/gc-rare-disease-1-2x.jpg);
    background-size: auto 140%;
  }
}
#rd-header .section-overlay {
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
  height: 100%;
}
#rd-header .landing-section-header,
#rd-header .landing-section-subhead {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #rd-header {
    height: 400px;
    background-size: 120% auto;
    background-position: -10% 45%;
  }
  #rd-header .section-overlay {
    height: 20px;
  }
  #rd-header .landing-section-header,
  #rd-header .landing-section-subhead {
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }
  #rd-header .landing-section-header {
    width: 330px;
  }
  #rd-header .landing-section-subhead {
    width: 270px;
  }
  #rd-header .responsive-button {
    border: 2px solid #fff;
  }
}
@media only screen and (min-width: 992px) {
  #rd-header {
    height: 500px;
    background-size: 135% auto;
    background-position: 20% 55%;
  }
  #rd-header .landing-section-header {
    width: 430px;
  }
}
#rd-simplicity .landing-section-icon {
  color: #59ce7f;
}
#rd-video-section {
  padding-top: 20px;
  background: #11ada0;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
#rd-video-section .landing-page-video {
  margin-bottom: 40px;
}
#tools-and-support {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
#tools-and-support .background {
  height: 300px;
  background: url(/static/img/landings/cancer/bg-cancer-2-1x.jpg) 29% no-repeat;
  background-size: cover;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #tools-and-support .background {
    background-image: url(/static/img/landings/cancer/bg-cancer-2-2x.jpg);
    background-size: 29% top;
  }
}
@media only screen and (min-width: 768px) {
  #tools-and-support .background {
    height: 500px;
    background-position: top;
  }
}
@media only screen and (min-width: 1200px) {
  #tools-and-support .background {
    height: 586px;
    background-position: 18% 38%;
    background-size: 114% auto;
  }
}
.hero-landing-section {
  position: relative;
  padding: 0;
}
.hero-landing-section .landing-section-header,
.hero-landing-section .landing-section-subhead {
  color: #373737;
}
.hero-landing-section .landing-section-content {
  background: #f4f3f0;
}
@media only screen and (max-width: 767px) {
  .hero-landing-section .landing-section-content {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-landing-section .landing-section-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  #how-it-works-header .section-background {
    padding-bottom: 55.15695067%;
    background: url(/hcx-order/static/portal_compiled/src/img/how-it-works-hero-xs.f26405d79746ccfa5f9d110c76ae8b0f.jpg) no-repeat
      50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #how-it-works-header .section-background {
    padding-bottom: 29.5%;
    background: url(/hcx-order/static/portal_compiled/src/img/how-it-works-hero.dfb45364f691edbc837bae3630fbaa7e.jpg) no-repeat
      50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  #how-it-works-header .section-background {
    padding-bottom: 29.5%;
    background: url(/hcx-order/static/portal_compiled/src/img/how-it-works-hero.dfb45364f691edbc837bae3630fbaa7e.jpg) no-repeat
      50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  #how-it-works-header .section-background {
    padding-bottom: 29.5%;
    background: url(/hcx-order/static/portal_compiled/src/img/how-it-works-hero.dfb45364f691edbc837bae3630fbaa7e.jpg) no-repeat
      50%;
    background-size: cover;
  }
}
#how-it-works-section h2 {
  margin-bottom: 1.3em;
}
.how-it-works-step {
  margin-bottom: 2em;
  min-height: 300px;
}
.how-it-works-step .icon {
  font-size: 105px;
}
.how-it-works-step h3 {
  font-family: inherit;
  font-weight: 700;
  margin: 0.3em auto 0.5em;
  line-height: 1.2;
}
.how-it-works-step p {
  color: #828080;
  margin: auto;
}
.how-it-works-step .landing-text {
  font-size: 1em;
  max-width: 185px;
}
#how-billing-section {
  background: #11ada0;
  color: #fff;
}
#how-billing-section h2 {
  margin-bottom: 1.1em;
}
.how-billing-download-brochure .ghost-button {
  border: 1px solid #fff;
}
.how-billing-download-brochure hr {
  margin: 50px auto;
  width: 87%;
}
.how-billing-description {
  margin-bottom: 2em;
}
.how-billing-description .icon {
  font-size: 105px;
  line-height: 1;
}
.how-billing-description h3 {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 0;
}
.how-billing-description a:focus,
.how-billing-description a:hover {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.how-billing-description-price {
  font-size: 2em;
}
#how-billing-modal {
  color: #373737;
  text-align: left;
}
#how-billing-modal h3 {
  font-family: inherit;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.2em;
}
#how-billing-modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.how-billing-estimator {
  text-align: center;
}
.how-billing-estimator p {
  width: 160px;
  margin: 10px auto;
}
.how-billing-estimator-button {
  color: #11ada0;
  font-weight: 700;
  background: #fff;
}
.how-billing-estimator-button:focus,
.how-billing-estimator-button:hover {
  color: #11ada0;
}
#how-results-section h2 {
  margin-bottom: 1.3em;
}
@media only screen and (min-width: 768px) {
  #how-results-section .landing-page-bullets {
    font-size: 18px;
  }
}
.how-it-works-navbar-container {
  margin-top: 2px;
  position: relative;
}
#how-it-works-navbar.navbar-default {
  border-radius: 0;
  border: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  margin-bottom: 0;
  background: #0888b2;
}
#how-it-works-navbar.navbar-default.navbar-fixed-top {
  position: absolute;
  top: 0;
}
#how-it-works-navbar.navbar-default .navbar-collapse {
  background: #464646;
  border: 0;
}
#how-it-works-navbar.navbar-default .navbar-nav {
  float: none;
}
#how-it-works-navbar.navbar-default .navbar-nav > li {
  float: none;
  display: block;
  min-width: 150px;
}
#how-it-works-navbar.navbar-default .navbar-nav > li > a {
  color: #fff;
}
#how-it-works-navbar.navbar-default .navbar-nav > .active > a,
#how-it-works-navbar.navbar-default .navbar-nav > .active > a:focus,
#how-it-works-navbar.navbar-default .navbar-nav > .active > a:hover,
#how-it-works-navbar.navbar-default .navbar-toggle {
  color: #fff;
  font-weight: 700;
  background: none;
}
#how-it-works-navbar.navbar-default .navbar-toggle {
  float: none;
  margin-right: 0;
  color: #fff;
  border: 0;
}
@media only screen and (min-width: 768px) {
  #how-it-works-navbar.navbar-default .navbar-collapse {
    background: #0888b2;
  }
  #how-it-works-navbar.navbar-default .navbar-nav > li {
    display: inline-block;
  }
  #how-it-works-navbar.navbar-default.navbar-fixed-top {
    position: fixed;
    top: 88px;
  }
}
#community-section.how-it-works-community {
  background: #11ada0;
}
#health-risks-header .landing-section-subhead {
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #health-risks-header .section-background {
    padding-bottom: 57.41758242%;
    background: url(/hcx-order/static/portal_compiled/src/img/health-risks-hero-xs.a0f3b780580fc09ad70ea08c048e5794.jpg) no-repeat
      50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #health-risks-header .section-background {
    padding-bottom: 38.07829181%;
    background: url(/hcx-order/static/portal_compiled/src/img/health-risks-hero-sm.777deed3c6fbdb9e7c29f7c6d3f7fd9b.jpg) no-repeat
      50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  #health-risks-header .section-background {
    padding-bottom: 38.07829181%;
    background: url(/hcx-order/static/portal_compiled/src/img/health-risks-hero-sm.777deed3c6fbdb9e7c29f7c6d3f7fd9b.jpg) no-repeat
      50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  #health-risks-header .section-background {
    padding-bottom: 29.5%;
    background: url(/hcx-order/static/portal_compiled/src/img/health-risks-hero.32ef09ecccc024340288bc5c116b8aad.jpg) no-repeat
      50%;
    background-size: cover;
  }
}
@media only screen and (max-width: 991px) {
  #health-risks-header h1 {
    font-size: 37px;
  }
}
@media only screen and (min-width: 768px) {
  #health-risks-header .landing-section-header,
  #health-risks-header .landing-section-subhead {
    color: #fff;
  }
}
#health-risks-questions {
  padding: 60px 0 50px;
}
#health-risks-questions h3 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  #health-risks-questions {
    padding: 50px 0 40px;
  }
  #health-risks-questions h3 {
    margin-bottom: 25px;
  }
}
#health-risks-main-info {
  padding: 60px 0 50px;
  color: #828080;
}
#health-risks-main-info h2 {
  font-size: 50px;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
#health-risks-main-info img {
  margin-top: 40px;
}
#health-risks-main-info .main-info-wrapper > h4 {
  line-height: 1.5;
}
#health-risks-main-info .expandable-item {
  padding: 35px 0 30px;
  margin: 0;
}
#health-risks-main-info .expandable-item:last-child {
  padding-bottom: 0;
}
#health-risks-main-info .expandable-item > h4 {
  font-size: 1.6em;
}
#health-risks-main-info .expandable-content {
  color: #828080;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
#health-risks-main-info .expandable-content ul {
  margin-bottom: 0;
}
#health-risks-main-info .color-black {
  color: #000;
}
#health-risks-main-info .bullet-list li {
  list-style-type: disc;
}
@media only screen and (max-width: 991px) {
  #health-risks-main-info {
    padding: 50px 0 40px;
  }
  #health-risks-main-info h2 {
    font-size: 34px;
  }
  #health-risks-main-info img {
    margin-top: 20px;
  }
}
#unexplained-symptoms-header .landing-section-subhead {
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #unexplained-symptoms-header .section-background {
    padding-bottom: 57.41758242%;
    background: url(/hcx-order/static/portal_compiled/src/img/unexplained-symptoms-hero-xs.6990463662b2b0ac5a1759e4b871b1a6.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #unexplained-symptoms-header .section-background {
    padding-bottom: 38.07829181%;
    background: url(/hcx-order/static/portal_compiled/src/img/unexplained-symptoms-hero-sm.e565437aa1750a84f1be9c5268fa8549.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  #unexplained-symptoms-header .section-background {
    padding-bottom: 38.07829181%;
    background: url(/hcx-order/static/portal_compiled/src/img/unexplained-symptoms-hero-sm.e565437aa1750a84f1be9c5268fa8549.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  #unexplained-symptoms-header .section-background {
    padding-bottom: 29.5%;
    background: url(/hcx-order/static/portal_compiled/src/img/unexplained-symptoms-hero.3b0a33e8bf2387deb91998112f69e0c3.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (max-width: 991px) {
  #unexplained-symptoms-header h1 {
    font-size: 37px;
  }
}
@media only screen and (min-width: 992px) {
  #unexplained-symptoms-header .landing-section-subhead {
    color: #656565;
  }
}
@media only screen and (max-width: 767px) {
  #patients-home-header .section-background {
    padding-bottom: 57.41758242%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-home-hero-xs.22de094f00c9e066c0e116a4a5544e81.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #patients-home-header .section-background {
    padding-bottom: 38.07829181%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-home-hero-sm.0790f394db104d7667f4d1cd7fcbfb58.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  #patients-home-header .section-background {
    padding-bottom: 38.07829181%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-home-hero-sm.0790f394db104d7667f4d1cd7fcbfb58.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  #patients-home-header .section-background {
    padding-bottom: 29.5%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-home-hero.f965646d2aa9e51c0b2fd0214cc2ed92.jpg) no-repeat
      50%;
    background-size: cover;
  }
}
#patients-home-features .landing-section-header {
  font-size: 3em;
  margin-bottom: 1.3em;
  line-height: 1;
}
#patients-home-features .landing-tool {
  padding: 0 2em 2em;
}
#patients-home-features .landing-tool-text > h3 {
  font-size: 1em;
}
#patients-home-features .landing-tool-text > h3 > a {
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}
#patients-home-features .landing-tool-text > p {
  font-size: 1.1em;
  color: #828080;
  line-height: 1.4;
}
#patients-home-features .landing-tool-text .icon {
  margin-bottom: 5px;
  font-size: 125px;
}
#patients-home-features .landing-tool > a {
  font-weight: 700;
  font-size: 1.1em;
}
#patients-home-what {
  padding: 0 !important;
}
#patients-home-what .landing-section-subhead {
  font-size: 20px;
  color: #828080;
  margin-bottom: 2em;
}
#patients-home-what .section-background {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(/hcx-order/static/portal_compiled/img/patients-home-dna.e0e165ac7636831eaf8f318f14fdf39c.svg) no-repeat 50%;
  background-size: auto 150%;
}
@media only screen and (min-width: 768px) {
  #patients-home-what .section-background {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 400px;
    background-position: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #patients-home-what .section-background {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  #patients-home-what .section-background {
    min-height: 600px;
  }
}
.patients-home-genetic-video .landing-video-icon,
.patients-home-genetic-video .landing-video-text h2 {
  color: #5d5d5d;
  font-family: CrimsonText, serif;
}
.patients-home-genetic-video .landing-video-text p {
  color: #828080;
  width: 100%;
  line-height: 1.1;
  font-size: 0.8em;
}
@media only screen and (min-width: 992px) {
  .patients-home-genetic-video .landing-video-text p {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .patients-home-genetic-video .landing-video-text p {
    font-size: 1em;
  }
}
#patient-home-stories .wistia_embed {
  margin-top: 2em;
}
#patient-home-stories .landing-section-subhead {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  #patient-home-stories .wistia_embed {
    margin-top: 4em;
  }
}
#patients-home-why .landing-section-header {
  margin-bottom: 1.3em;
}
#patients-home-why .patients-home-reason {
  min-height: 235px;
}
#patients-home-why .patients-home-reason .icon {
  font-size: 105px;
}
#patients-home-why .patients-home-reason .landing-text {
  font-size: 1.1em;
  margin: auto;
  max-width: 185px;
  color: #828080;
  line-height: 1.3;
}
#patients-home-contact-us {
  border-bottom: 5px solid #0aaca0;
}
#patients-home-contact-us .landing-section-header {
  margin-bottom: 1em;
}
#existing-conditions-search {
  width: 100%;
  position: relative;
  font-size: 20px;
  margin-bottom: 2em;
}
#existing-conditions-search input {
  border: 1px solid #373737;
  background-color: inherit;
  padding: 8px 50px 7px 10px;
  width: 100%;
  line-height: 1.4em;
}
#existing-conditions-search input:focus {
  border: 1px solid #11ada0;
  outline: 1px solid #11ada0;
}
#existing-conditions-search .icon-search {
  color: #828080;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  line-height: 0;
}
#existing-conditions-search .ui-autocomplete {
  border: 2px solid #11ada0;
  border-top: 0;
  padding: 10px 0;
}
#existing-conditions-search .ui-menu .ui-menu-item,
#existing-conditions-search .ui-menu .ui-state-focus {
  border: 0;
  color: #11ada0 !important;
  padding: 5px 30px;
  margin: 0;
}
#existing-conditions-search .ui-menu .ui-state-focus {
  background: #ddf4f0;
}
#existing-conditions-search .no-conditions-found {
  display: none;
  padding: 15px 30px;
  color: #828080;
  border: 2px solid #11ada0;
  border-top: 0;
  position: absolute;
  background: #fff;
  z-index: 2;
  left: 0;
  right: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
#existing-conditions-search input:not(:focus) ~ .no-conditions-found {
  display: none !important;
}
.main-categories .focused {
  background: #ddf4f0;
}
.main-categories-item {
  margin-top: 20px;
  border: 1px solid #11ada0;
}
.main-category-name {
  padding: 10px;
  cursor: pointer;
  color: #11ada0;
  font-weight: 700;
  text-transform: uppercase;
}
.main-category-name .icon {
  padding-right: 5px;
  font-size: 25px;
  vertical-align: top;
  line-height: 0;
  display: inline-block;
}
.main-category-name .main-category-name-text {
  line-height: 20px;
  padding-top: 4px;
  display: inline-block;
}
.main-category-description {
  color: #828080;
  font-size: 14px;
  margin: 0 0 8px 44px;
}
.category-expandable-content {
  display: none;
}
.sub-categories {
  padding-bottom: 15px;
}
.sub-categories-item hr {
  display: none;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 0 44px;
}
.sub-categories-item .category-name {
  padding: 5px 5px 5px 44px;
}
.sub-categories-item .icon-caret-right {
  display: none;
  font-size: 15px;
  line-height: 0;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.sub-categories-item.expanded .icon-caret-right {
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform: rotate(90deg);
  -ms-transform-origin: 50% 50%;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}
.sub-categories-item.has-children .category-name {
  font-weight: 700;
  color: #11ada0;
  cursor: pointer;
}
.sub-categories-item.has-children .icon-caret-right {
  display: inline-block;
}
.sub-categories-item.has-children .sub-category-name-text {
  padding-left: 5px;
}
.patient-conditions .icon-patient-guide {
  padding-left: 7px;
}
.sub-categories-item + .sub-categories-item hr {
  display: block;
}
.patient-conditions-item {
  padding: 5px 5px 5px 75px;
}
#patients-header .landing-section-subhead {
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #patients-header .section-background {
    padding-bottom: 57.41758242%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-hero-xs.fa389c1a54e49a25b9f9b2a334c1a701.jpg) no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #patients-header .section-background {
    padding-bottom: 38.07829181%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-hero-sm.89c6f8ae54cce699f41f6582fb526c37.jpg) no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  #patients-header .section-background {
    padding-bottom: 38.07829181%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-hero-sm.89c6f8ae54cce699f41f6582fb526c37.jpg) no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  #patients-header .section-background {
    padding-bottom: 29.5%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-hero.718d7ee0efda1c6e0a91117536caab8f.jpg) no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (max-width: 991px) {
  #patients-header h1 {
    font-size: 37px;
  }
}
@media only screen and (min-width: 768px) {
  #patients-header .landing-section-header,
  #patients-header .landing-section-subhead {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #patients-header a.ghost-button {
    display: none;
  }
}
#patients-features .patients-feature {
  margin-bottom: 2em;
}
#patients-features .patients-feature + .patients-feature {
  margin-top: 60px;
}
#patients-features .patients-feature .icon {
  margin-bottom: 22px;
  font-size: 114px;
}
#patients-features .patients-feature .icon:before {
  vertical-align: top;
}
#patients-features .patients-feature .landing-text {
  font-size: 1.1em;
  margin: auto auto 1.2em;
  color: #828080;
  line-height: 1.6;
}
#patients-features .patients-feature .landing-text.patients-feature-guides {
  max-width: 300px;
}
#patients-features .patients-feature .landing-text.patients-feature-register {
  max-width: 240px;
}
#patients-features .patients-feature .landing-text.patients-feature-pay {
  max-width: 160px;
}
@media only screen and (min-width: 768px) {
  #patients-features .patients-feature + .patients-feature {
    margin-top: 0;
  }
}
#patients-additional-features .landing-text {
  font-size: 1.1em;
  color: #828080;
  line-height: 1;
}
#patients-additional-features hr {
  width: 100%;
  border-color: #ccc;
}
@media only screen and (min-width: 991px) {
  #patients-additional-features hr {
    width: 70%;
  }
}
@media only screen and (min-width: 1200px) {
  #patients-additional-features hr {
    width: 57%;
  }
}
#patients-additional-features .landing-simple-button {
  margin: 0.7em auto 2em;
}
#patients-additional-features h3 ~ h3 {
  margin-top: 1.3em;
}
#patients-genetic-search .landing-text {
  font-size: 1.1em;
  color: #828080;
  line-height: 1.8;
  width: 300px;
  margin: auto auto 1.2em;
}
#patients-genetic-search .registry-logo {
  max-height: 5em;
}
#patients-genetic-search .logo-container {
  margin: 55px auto 25px;
}
#patients-genetic-search .patients-genetic-logo {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #patients-genetic-search .patients-genetic-logo {
    margin-top: 55px;
  }
  #patients-genetic-search .landing-text {
    width: 350px;
  }
}
@media only screen and (min-width: 991px) {
  #patients-genetic-search .landing-text {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #patients-resources-header .section-background {
    padding-bottom: 57.41758242%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-resources-hero-xs.365bbd24b1fe5f4d3143accb1de292d5.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #patients-resources-header .section-background {
    padding-bottom: 42.31770833%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-resources-hero-sm.546f6912de004d0616a12bc8d2bbbd97.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 992px) {
  #patients-resources-header .section-background {
    padding-bottom: 38.07829181%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-resources-hero-md.878ca134c964f41d9d77183b6a0d2c44.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  #patients-resources-header .section-background {
    padding-bottom: 29.5%;
    background: url(/hcx-order/static/portal_compiled/src/img/patients-resources-hero.6864c99a5951c8a5bf4974f559577f7c.jpg)
      no-repeat 50%;
    background-size: cover;
  }
}
@media only screen and (min-width: 1200px) {
  #patients-resources-header .landing-section-header {
    font-size: 49px;
  }
  #patients-resources-header .landing-section-subhead {
    font-size: 20px;
  }
}
#patients-resources-browse .landing-page-section h2 {
  font-size: 42px;
}
#patients-resources-browse .landing-big-text {
  font-size: 20px;
}
#patients-resources-browse .landing-text {
  font-size: 18px;
  line-height: 1.3;
  color: #828080;
}
#patients-resources-browse .resources-section {
  padding: 50px 0;
  text-align: center;
  background: #f6f5f3;
  margin: 0 -25px;
}
#patients-resources-browse .resources-section .simple-bullet-list li {
  list-style: none;
}
#patients-resources-browse .resources-section:first-child {
  margin-top: 50px;
}
#patients-resources-browse .resources-section:last-child {
  margin-bottom: -50px;
}
#patients-resources-browse .resources-section + .resources-section {
  border-top: 1px solid #828080;
}
#patients-resources-browse .resources-tree {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #patients-resources-browse {
    overflow: hidden;
  }
  #patients-resources-browse .resources-background-container {
    position: relative;
  }
  #patients-resources-browse .section-background {
    background-color: #f6f5f3;
    position: absolute;
    top: -70px;
    bottom: -70px;
    left: 66.66666667%;
    width: 99999px;
  }
  #patients-resources-browse .resources-section {
    text-align: left;
    background: transparent;
    margin: 0;
    padding: 30px 20px;
  }
  #patients-resources-browse .resources-section .simple-bullet-list li {
    list-style: disc;
  }
  #patients-resources-browse .resources-section:first-child {
    padding-top: 20px;
    margin-top: 0;
  }
  #patients-resources-browse .resources-section:last-child {
    margin-bottom: 0;
  }
  #patients-resources-browse .resources-section + .resources-section {
    border-top: 0;
  }
  #patients-resources-browse .resources-tree {
    padding-right: 30px;
  }
}
#condition-header {
  margin-top: 5px;
}
#condition-header .section-background {
  padding: 20px 0 10px;
  color: #fff;
  background: #44a55a;
  background: -webkit-gradient(linear, left top, right top, from(#11ada0), to(#0888b2));
  background: -webkit-linear-gradient(left, #11ada0, #0888b2);
  background: linear-gradient(90deg, #11ada0, #0888b2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11ada0",endColorstr="#0888b2",GradientType=1);
}
#condition-header .section-background .landing-section-subhead {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-left: 10px;
}
#condition-header .section-background .icon {
  margin: -3px 0 5px 5px;
  font-size: 25px;
  vertical-align: top;
  line-height: 0;
  display: inline-block;
}
#condition-title h2 {
  font-size: 50px;
  margin-bottom: 10px;
}
#condition-breadcrumbs {
  padding: 60px 15px 15px;
}
#condition-breadcrumbs .landing-text {
  color: #76716b;
  text-transform: uppercase;
  font-size: 0.8em;
  text-decoration: none;
  font-weight: 700;
}
.condition-item {
  margin-top: 40px;
  color: #828080;
}
.condition-item h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.condition-item li {
  list-style-type: square;
  margin-left: 25px;
}
.condition-references {
  padding-top: 5px;
}
.condition-references li {
  margin-left: 15px;
  color: #373737;
}
.condition-references ol li {
  list-style-type: decimal;
}
.condition-content {
  padding: 5px 0 60px;
}
#proactive-health-header .landing-section-subhead {
  font-weight: 700;
  font-size: 18px;
}
#proactive-health-header .section-background {
  padding-bottom: 38%;
  background: transparent
    url(/hcx-order/static/portal_compiled/src/img/proactive-health-testing-hero.d1e35fab69ec34709694e65468a786a2.jpg) no-repeat
    50% / cover;
}
@media only screen and (-moz-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 2dppx),
  only screen and (min-resolution: 192dpi) {
  #proactive-health-header .section-background {
    background-image: url(/hcx-order/static/portal_compiled/src/img/proactive-health-testing-hero.1e0028d2ea7c95043f3ea22a1599e7c5.jpg);
    background-size: cover;
  }
}
@media (min-width: 768px) {
  #proactive-health-header .section-background {
    background: transparent
      url(/hcx-order/static/portal_compiled/src/img/proactive-health-testing-hero.d138f1cf43f7f3dd6411c2f914f16dd1.jpg) no-repeat
      50% / cover;
  }
}
@media (min-width: 768px) and only screen and (-moz-min-device-pixel-ratio: 2),
  (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 768px) and only screen and (min-device-pixel-ratio: 2),
  (min-width: 768px) and only screen and (min-resolution: 2dppx),
  (min-width: 768px) and only screen and (min-resolution: 192dpi) {
  #proactive-health-header .section-background {
    background-image: url(/hcx-order/static/portal_compiled/src/img/proactive-health-testing-hero.ec327b951d6b8fa0ab2727c02f19791d.jpg);
    background-size: cover;
  }
}
@media (min-width: 992px) {
  #proactive-health-header .section-background {
    background: transparent
      url(/hcx-order/static/portal_compiled/src/img/proactive-health-testing-hero.597ec6948039a713bc1816e1c005a015.jpg) no-repeat
      50% / cover;
  }
}
@media (min-width: 992px) and only screen and (-moz-min-device-pixel-ratio: 2),
  (min-width: 992px) and only screen and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 992px) and only screen and (min-device-pixel-ratio: 2),
  (min-width: 992px) and only screen and (min-resolution: 2dppx),
  (min-width: 992px) and only screen and (min-resolution: 192dpi) {
  #proactive-health-header .section-background {
    background-image: url(/hcx-order/static/portal_compiled/src/img/proactive-health-testing-hero.041f17ddf6d160282add98bc899d24e7.jpg);
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  #proactive-health-header .section-background {
    padding-bottom: 29.5%;
    background: transparent
      url(/hcx-order/static/portal_compiled/src/img/proactive-health-testing-hero.da8b0029d1aca638e61bfc41aea6fe27.jpg) no-repeat
      50% / cover;
  }
}
@media (min-width: 1200px) and only screen and (-moz-min-device-pixel-ratio: 2),
  (min-width: 1200px) and only screen and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 1200px) and only screen and (min-device-pixel-ratio: 2),
  (min-width: 1200px) and only screen and (min-resolution: 2dppx),
  (min-width: 1200px) and only screen and (min-resolution: 192dpi) {
  #proactive-health-header .section-background {
    background-image: url(/hcx-order/static/portal_compiled/src/img/proactive-health-testing-hero.041f17ddf6d160282add98bc899d24e7.jpg);
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #proactive-health-header .landing-section-header {
    color: #fff;
    margin-top: 0.7em;
  }
}
@media only screen and (min-width: 992px) {
  #proactive-health-header .landing-section-subhead {
    margin-top: 1.5em;
  }
  #proactive-health-header .landing-section-header {
    margin-top: 1.1em;
  }
}
#proactive-health-risks {
  color: #828080;
}
#proactive-health-risks h2 {
  text-align: left;
  margin-bottom: 1.3em;
  color: #000;
}
#proactive-health-risks ol > li {
  list-style-type: decimal;
}
#proactive-health-risks .landing-section-subhead {
  margin-bottom: 1.5em;
}
#proactive-health-risks .landing-section-image-container {
  vertical-align: top;
}
#proactive-health-risks .proactive-health__content {
  margin-left: 2.5em;
}
#proactive-health-risks .proactive-health__content ol {
  margin-left: 0.8em;
  font-size: 0.9em;
}
#proactive-health-risks .landing-section-subhead,
#proactive-health-risks .proactive-health__content ul {
  font-size: 1.35em;
}
#proactive-health-risks .landing-section-subhead,
#proactive-health-risks .proactive-health__content ul li {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  #proactive-health-risks .landing-section-image-container {
    padding-top: 0;
  }
}
#proactive-health-screen .landing-section-header {
  font-size: 3em;
  margin-bottom: 1em;
}
#proactive-health-screen .landing-section-subhead {
  color: #828080;
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 767px) {
  #proactive-health-screen .landing-section-subhead {
    font-size: 1.3em;
  }
}
#proactive-health-screen table {
  width: 100%;
  border-collapse: separate;
  margin: 1em 0;
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  #proactive-health-screen table {
    margin: 0;
  }
  #proactive-health-screen table thead tr {
    display: none;
  }
}
#proactive-health-screen table tbody tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
@media only screen and (max-width: 767px) {
  #proactive-health-screen table tbody tr:first-child td:last-child {
    border-top-right-radius: 6px;
  }
}
@media only screen and (max-width: 767px) {
  #proactive-health-screen table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }
}
#proactive-health-screen table th {
  padding: 0.4375em 0.9375em;
  text-align: left;
  background-color: #fff;
}
#proactive-health-screen table th > * {
  padding: 0;
}
#proactive-health-screen table th:first-child {
  border-bottom: 0;
}
#proactive-health-screen table th:not(:first-child) {
  padding: 0.3125em 1.125em;
  color: #828080;
  border: 1px solid #e8e6e2;
  border-left: 0;
  border-bottom: 0;
}
#proactive-health-screen table th:nth-child(2) {
  border-left: 1px solid #e8e6e2;
  border-top-left-radius: 6px;
}
#proactive-health-screen table th:last-child {
  border-top-right-radius: 6px;
}
#proactive-health-screen table th.with-button:not(:first-child) {
  padding: 0.3125em 0.7em;
  color: #828080;
}
#proactive-health-screen table th.no-border {
  padding: 0;
  border-style: hidden;
  background: transparent;
}
#proactive-health-screen table th h5 {
  margin: 1.2em 0 0.2em;
  text-transform: capitalize;
  font-size: 18px;
  color: #0aaca0;
  font-weight: 700;
}
#proactive-health-screen table th p:nth-of-type(2) {
  margin-bottom: 0.5em;
}
#proactive-health-screen table th .number-of-genes {
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
}
#proactive-health-screen table td {
  border: 1px solid #e8e6e2;
  padding: 0.4375em 0.9375em;
  text-align: left;
  background-color: #fff;
  border-bottom: 0;
}
#proactive-health-screen table td:not(:first-child) {
  width: 30%;
  border-left: 0;
}
@media only screen and (max-width: 600px) {
  #proactive-health-screen table td:not(:first-child) {
    width: 15%;
  }
}
#proactive-health-screen table td:first-child {
  background: #f4f5f9;
  color: #11ada0;
  text-align: right;
  border-right: 0;
  font-size: 16px;
  width: 228px;
  min-width: 228px;
}
@media only screen and (max-width: 600px) {
  #proactive-health-screen table td:first-child {
    width: auto;
    min-width: auto;
  }
}
#proactive-health-screen table td:nth-child(2) {
  border-left: 1px solid #e8e6e2;
}
@media only screen and (max-width: 767px) {
  #proactive-health-screen table td {
    padding: 0.4375em;
  }
  #proactive-health-screen table td:nth-child(2).circle:before {
    background: #1971ab;
  }
  #proactive-health-screen table td:nth-child(3).circle:before {
    background: #66bf7e;
  }
}
#proactive-health-screen table td.down-corner-cell {
  border-left: 0;
  border-bottom: 0;
  background-color: transparent;
}
#proactive-health-screen table td.no-border {
  padding: 0;
  border-style: hidden;
  background: transparent;
}
#proactive-health-screen table td.circle {
  text-align: center;
  vertical-align: middle;
}
#proactive-health-screen table td.circle:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background: #0aaca0;
}
@media only screen and (max-width: 767px) {
  #proactive-health-screen table td.circle:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
#proactive-health-screen table td.proactive-health__conditions {
  cursor: pointer;
  border-bottom-left-radius: 6px;
}
#proactive-health-screen table td.proactive-health__conditions .icon {
  margin-left: 5px;
  display: inline-block;
  height: 1.2em;
}
#proactive-health-screen table tr[aria-expanded='true'] td:first-child {
  border-bottom-left-radius: 0;
}
#proactive-health-screen table tr[aria-expanded='true'] td.circle:before {
  content: none;
}
#proactive-health-screen table tr[aria-expanded='true'] .icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#proactive-health-screen table tr[data-target='#conditions'] td {
  border-bottom: 1px solid #e8e6e2;
}
#proactive-health-screen table tr[data-target='#conditions'][aria-expanded='true'] td {
  border-bottom: 0;
}
#proactive-health-screen table tr[data-target='#conditions'][aria-expanded='true'] td:last-child {
  border-bottom-right-radius: 0;
}
@media only screen and (max-width: 767px) {
  #proactive-health-screen table tr.proactive-health__costs {
    display: none;
  }
}
#proactive-health-screen table tr.proactive-health__costs td {
  text-align: center;
  color: #373737;
  font-size: 1.6em;
  padding: 0.5em 1em;
  border-bottom: 1px solid #e8e6e2;
  border-top: 0;
}
#proactive-health-screen table tr.proactive-health__costs td:first-child {
  border-bottom: 0;
  border-top: 0;
}
#proactive-health-screen table tr.proactive-health__costs td:nth-child(2) {
  border-bottom-left-radius: 6px;
}
#proactive-health-screen table tr.proactive-health__costs td:last-child {
  border-bottom-right-radius: 6px;
}
#proactive-health-screen table tr.proactive-health__costs td .dollar-sign {
  vertical-align: top;
  font-size: 15px;
  line-height: 30px;
}
#proactive-health-screen table tr.proactive-health__costs td .btn.landing-simple-button {
  height: 40px;
  padding: 10px;
  font-size: 16px;
}
#proactive-health-screen .proactive-health__header .landing-simple-button {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 40px;
  padding: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #proactive-health-screen .proactive-health__header .landing-simple-button.increased-margin {
    margin-top: 42px;
  }
}
#proactive-health-screen .proactive-health__mobile-header {
  display: none;
}
@media only screen and (max-width: 767px) {
  #proactive-health-screen .proactive-health__mobile-header {
    display: table-row;
    background-color: #fff;
    color: #828080;
    padding: 1.07142857em;
  }
}
#proactive-health-screen .proactive-health__mobile-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.71428571em 0 0;
}
#proactive-health-screen .proactive-health__mobile-header-description {
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#proactive-health-screen .proactive-health__mobile-header-separator {
  color: #e8e6e2;
  padding: 0 3px;
}
#proactive-health-screen .proactive-health__mobile-header .bullet-list {
  margin-bottom: 10px;
}
#proactive-health-screen .proactive-health__mobile-header th {
  padding: 0;
}
#proactive-health-screen .proactive-health__mobile-header h5 {
  margin: 0;
  font-size: 17px;
}
#proactive-health-screen .proactive-health__mobile-header h5.cancer {
  color: #1971ab;
}
#proactive-health-screen .proactive-health__mobile-header h5.cardio {
  color: #66bf7e;
}
#proactive-health-screen .proactive-health__mobile-header li {
  border-top: 1px solid #e8e6e2;
  list-style-type: none;
  margin-left: 0;
  padding: 10px 0;
}
#proactive-health-screen .proactive-health__mobile-header span.circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0aaca0;
  margin-right: 0.57142857em;
}
#proactive-health-screen .proactive-health__mobile-header span.circle.cancer {
  background: #1971ab;
}
#proactive-health-screen .proactive-health__mobile-header span.circle.cardio {
  background: #66bf7e;
}
#proactive-health-screen .collapsed[aria-expanded='false'] tr td:first-child {
  border-bottom-left-radius: 6px;
}
#proactive-health-screen #conditions.collapsing {
  position: static;
}
#proactive-health-screen #conditions.collapsing[aria-expanded='false'] {
  transition: none;
  -webkit-transition: none;
  display: none;
}
#proactive-health-screen #conditions tr:first-child td {
  border-top: 0;
  border-top-left-radius: 0;
}
@media only screen and (max-width: 767px) {
  #proactive-health-screen #conditions tr:first-child td:last-child {
    border-top-right-radius: 0;
  }
}
#proactive-health-screen #conditions tr:last-child td {
  border-bottom: 1px solid #e8e6e2;
}
#proactive-health-screen #conditions tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
#proactive-health-works .container h2 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 1.2em;
}
#proactive-health-works .how-it-works-step {
  text-align: center;
  min-height: 380px;
}
#proactive-health-works .how-it-works-step .landing-text {
  text-align: left;
  color: #000;
  font-size: 1.2em;
  max-width: 250px;
  padding-left: 30px;
  position: relative;
}
#proactive-health-works .how-it-works-step .landing-text.numbered:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.1em;
}
#proactive-health-works .how-it-works-step .btn-lg {
  padding: 0.5em 1.3em;
  font-size: 1em;
}
#proactive-health-works .how-it-works-step .btn-lg,
#proactive-health-works .how-it-works-step .btn-lg > .icon {
  color: #00ada0;
}
#proactive-health-works .how-it-works-step .icon-print {
  font-size: 1.5em;
}
#proactive-health-works .how-it-works-step:first-child .landing-text.numbered::before {
  content: '1.';
}
#proactive-health-works .how-it-works-step:nth-child(2) .landing-text.numbered:before {
  content: '2.';
}
#proactive-health-works .how-it-works-step:nth-child(3) .landing-text.numbered:before {
  content: '3.';
}
#proactive-health-works .how-it-works-step:nth-child(4) .landing-text.numbered:before {
  content: '4.';
}
#proactive-health-works .proactive-health__sign {
  color: #828080;
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  #proactive-health-works .how-it-works-step {
    min-height: 1px;
  }
}
#proactive-health-results .landing-section-header {
  font-size: 3em;
  margin-bottom: 1.4em;
  line-height: 1;
}
#proactive-health-results table {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}
#proactive-health-results table td {
  border: 1px solid #ccc;
  padding: 2.5em;
}
#proactive-health-results table tr:first-child td:first-child {
  padding-top: 0;
  padding-left: 0;
}
#proactive-health-results table tr:first-child td:last-child {
  padding-top: 0;
  padding-right: 0;
}
#proactive-health-results table tr:last-child td:first-child {
  padding-bottom: 0;
  padding-left: 0;
}
#proactive-health-results table tr:last-child td:last-child {
  padding-bottom: 0;
  padding-right: 0;
}
#proactive-health-results table td:first-child {
  text-align: center;
}
#proactive-health-results table td:first-child .icon {
  font-size: 105px;
}
#proactive-health-results table td:first-child p {
  text-transform: uppercase;
  font-weight: 700;
}
#proactive-health-results table td:not(:first-child) > p {
  font-size: 1.375em;
}
#proactive-health-results .expandable-content,
#proactive-health-results .expandable-item,
#proactive-health-results ul.bullet-list,
#proactive-health-results ul.bullet-list li {
  margin-bottom: 0;
}
#proactive-health-results ul.bullet-list li {
  font-size: 1.2em;
  color: #828080;
  list-style-type: disc;
}
#proactive-health-results .expandable-item {
  margin-top: 2em;
}
#proactive-health-results .expandable-content {
  margin-left: -5px;
}
@media only screen and (max-width: 767px) {
  #proactive-health-results table,
  #proactive-health-results tbody,
  #proactive-health-results td,
  #proactive-health-results tr {
    display: block;
  }
  #proactive-health-results table td {
    border: 0;
  }
  #proactive-health-results table td:first-child {
    padding-bottom: 0;
  }
  #proactive-health-results table td:last-child {
    padding-top: 0;
  }
}
#proactive-health-resources .landing-section-header {
  font-size: 3em;
}
#proactive-health-resources ul {
  margin-left: 1em;
}
#proactive-health-footer .landing-section-header {
  font-size: 3em;
}
#proactive-health-footer .btn {
  margin-top: 0.8em;
}
