/*
Theme Name:     wp-bootstrap-starter
Author:         Dave Schafer
Template:       wp-bootstrap-starter
*/
.section.search-results {
  margin: 0 0 6px;
  -webkit-box-shadow: inset 0px -11px 8px -10px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0px -11px 8px -10px rgba(0, 0, 0, 0.16); }

#locatoraid-form-container .hclc_search_form_class {
  display: none; }

.hc-loader-shader {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.map-container {
  margin: -20px auto 40px;
  background-color: #ebf3ff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 27px;
  max-width: 860px;
  padding: 18px 20px 40px; }
  @media (min-width: 768px) {
    .map-container {
      margin: -30px auto 40px;
      padding: 18px 30px 40px; } }
  .map-container .hc-mxn2 > div {
    width: 100%; }
  .map-container .hclc_map_class {
    max-height: 308px;
    margin-bottom: 55px;
    overflow: initial !important; }
    .map-container .hclc_map_class:after {
      content: "Search Results";
      width: 100%;
      height: 36px;
      font-size: 19px;
      font-weight: 500;
      text-align: center;
      color: #004cac;
      position: absolute;
      bottom: -45px;
      left: 50%;
      -webkit-transform: translate(-50%);
              transform: translate(-50%); }
    .map-container .hclc_map_class > div {
      overflow: hidden; }
  .map-container .hclc_list_class {
    position: relative;
    overflow: auto; }
    .map-container .hclc_list_class > div:first-of-type {
      margin-top: 30px; }
    .map-container .hclc_list_class a {
      color: #004cac; }
  .map-container .hc-mxn2 .hc-col-4 .hclc_list_class {
    padding: 30px 12px 0 !important;
    padding: 0 !important;
    counter-reset: section; }
    .map-container .hc-mxn2 .hc-col-4 .hclc_list_class > div {
      position: relative;
      margin: 0 1% !important; }
      @media (min-width: 768px) {
        .map-container .hc-mxn2 .hc-col-4 .hclc_list_class > div {
          float: left;
          width: 31.3%; } }
      .map-container .hc-mxn2 .hc-col-4 .hclc_list_class > div:nth-child(3n+4) {
        clear: both; }
      .map-container .hc-mxn2 .hc-col-4 .hclc_list_class > div button.premiere_listing_button {
        position: absolute;
        bottom: 20px;
        width: 100%; }
  .map-container .hc-mxn2 .hc-col-4 .hc-p2 > div {
    font-size: 15px;
    margin-left: 30px; }
  .map-container .hc-mxn2 .hc-col-4 .hc-p2 .lpr-location-name {
    color: #004cac;
    font-weight: 500;
    margin: 5px 0 0 30px; }
    .map-container .hc-mxn2 .hc-col-4 .hc-p2 .lpr-location-name:before {
      width: 35px;
      counter-increment: section;
      content: counter(section) ". ";
      text-align: right;
      position: absolute;
      left: 0; }
  .map-container .no-results-container {
    border: none !important;
    width: 100% !important;
    text-align: center; }
  .map-container .no-results-container .hc-p2 {
    border: none !important; }

.blueBtn {
  border: 3px solid #004CAC;
  background-color: rgba(0, 76, 172, 0.12);
  border-radius: 8px;
  padding: 5px 20px;
  color: #004CAC;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase; }
  .blueBtn:hover {
    background-color: #004CAC;
    color: #fff;
    text-decoration: none; }

.btn.btnBlue {
  color: #fff;
  background-color: #004CAC;
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
  text-transform: uppercase; }
  .btn.btnBlue:hover {
    background-color: #EBF3FF;
    color: #004CAC;
    text-decoration: none; }

.btnWhite {
  background-color: rgba(255, 255, 255, 0.25);
  border: 3px solid #fff;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 5px 20px;
  display: inline-block;
  text-transform: uppercase; }
  .btnWhite:hover {
    background-color: #fff;
    color: #004CAC;
    text-decoration: none; }

/* new styles */
.btn.btn-primary {
  border: 2px solid #004CAC;
  background-color: rgba(0, 76, 172, 0.15);
  background-image: none;
  border-radius: 6px;
  padding: 11px 21px;
  font-weight: 700;
  color: #004CAC;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1; }
  .btn.btn-primary:hover {
    border: 2px solid #004CAC;
    background-color: #004CAC;
    background-image: none; }

body {
  overflow-x: hidden; }

#masthead {
  background-color: rgba(255, 255, 255, 0.8) !important;
  min-height: 45px; }
  #masthead .container {
    max-width: 1100px !important; }
    #masthead .container .navbar {
      padding: 0.25rem 1rem; }
      @media (min-width: 992px) {
        #masthead .container .navbar {
          padding: 0; } }
    #masthead .container .navbar-brand img {
      margin: 0;
      max-width: 100px; }
    @media (min-width: 992px) {
      #masthead .container .navbar-brand img {
        margin: 5px 0;
        max-width: initial;
        max-height: 25px;
        width: 150px; } }
  #masthead .navbar-nav li a {
    font-weight: 500 !important;
    color: #004cac;
    text-transform: none !important;
    font-size: 14px;
    padding: 23px 30px 0 !important;
    text-shadow: none; }
    #masthead .navbar-nav li a:hover {
      color: #707070; }
  #masthead .navbar-nav li:last-of-type a {
    padding: 23px 30px 23px !important; }

footer {
  background: transparent linear-gradient(261deg, #004cac 0%, #5d98e2 100%) 0% 0% no-repeat;
  padding: 26px 0; }
  footer .footer-links {
    text-align: center; }
    footer .footer-links .footer-link {
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      display: block;
      margin-bottom: 15px; }
      footer .footer-links .footer-link:hover {
        color: #ebf3ff; }
      @media (min-width: 992px) {
        footer .footer-links .footer-link {
          padding: 0 15px;
          display: inline;
          margin-bottom: 0; } }
  footer .footer-logos {
    text-align: center;
    margin: 40px 0 50px; }
    @media (min-width: 992px) {
      footer .footer-logos {
        margin: 21px 0; } }
    footer .footer-logos > .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 992px) {
        footer .footer-logos > .col {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-pack: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly; } }
      @media (max-width: 992px) {
        footer .footer-logos > .col > a img {
          padding-top: 20px; } }
    footer .footer-logos .footer-logo-epix {
      max-width: 140px;
      margin-bottom: 25px; }
      @media (min-width: 992px) {
        footer .footer-logos .footer-logo-epix {
          margin-right: 75px;
          margin-bottom: 0; } }
    footer .footer-logos .footer-logo-mimedx {
      max-width: 175px; }
  footer .footer-credits {
    text-align: center;
    max-width: 1020px;
    margin: 0 auto; }
    footer .footer-credits p {
      font-size: 12px;
      color: #fff;
      margin-bottom: 0; }

.section > .container {
  max-width: 1040px;
  padding-left: 18px;
  padding-right: 18px; }

.section h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  color: #004cac; }

.section h3 {
  font-size: 24px;
  font-weight: 600;
  color: #004cac; }

.section p, .section blockquote, .section .callout-text {
  font-size: 17px;
  line-height: 1.4; }

.find-a-doctor {
  margin: 0 auto; }
  .find-a-doctor h2 {
    color: #004cac;
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 14px;
    text-align: center; }
    @media (min-width: 576px) {
      .find-a-doctor h2 br {
        display: none; } }
  .find-a-doctor .search-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 415px;
    margin: 0 auto; }
    @media (min-width: 576px) {
      .find-a-doctor .search-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .find-a-doctor .search-wrapper input {
      margin-bottom: 0;
      min-height: 40px;
      max-width: 196px;
      text-align: center;
      border: 1px solid #ced4da; }
      @media (min-width: 576px) {
        .find-a-doctor .search-wrapper input {
          max-width: 160px; } }
    .find-a-doctor .search-wrapper .btn-wrapper {
      margin-top: 12px;
      width: 100%;
      max-width: 196px; }
      @media (min-width: 576px) {
        .find-a-doctor .search-wrapper .btn-wrapper {
          margin-top: 0; } }
      .find-a-doctor .search-wrapper .btn-wrapper .btn {
        width: 100%; }

.section.hero {
  background: url("/wp-content/themes/wp-bootstrap-starter/img/home-hero-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 65px 0 0; }
  @media (min-width: 992px) {
    .section.hero {
      padding: 122px 0 0; } }
  .section.hero > .container {
    max-width: 1140px; }
  .section.hero .preheader {
    font-size: 15px;
    font-style: italic;
    color: #fff;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.26);
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .section.hero .preheader {
        font-size: 23px; } }
  .section.hero h1 {
    margin: 0 0 13px; }
    .section.hero h1 img {
      width: 100%;
      max-width: 580px; }
  .section.hero .subhead {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-shadow: 3px 4px 8px rgba(0, 0, 0, 0.62);
    margin-bottom: 40px;
    text-align: center; }
    @media (min-width: 992px) {
      .section.hero .subhead {
        font-size: 35px;
        margin-bottom: 31px;
        text-align: left; } }
    @media (min-width: 992px) {
      .section.hero .subhead br {
        display: none; } }
  .section.hero .cta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 255, 255, 0.65);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 4px solid #fff;
    border-radius: 15px;
    padding: 12px 18px;
    max-width: 576px;
    margin-bottom: 48px; }
    @media (min-width: 576px) {
      .section.hero .cta-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 5px 18px;
        margin-bottom: 92px; } }
    @media (min-width: 2200px) {
      .section.hero .cta-wrapper {
        margin-bottom: 184px; } }
    .section.hero .cta-wrapper p {
      margin-bottom: 6px;
      font-size: 21px;
      font-weight: 500;
      line-height: 1; }
      @media (min-width: 576px) {
        .section.hero .cta-wrapper p {
          margin-right: 50px;
          margin-bottom: 0; } }
    .section.hero .cta-wrapper .btn {
      min-width: 180px; }
  .section.hero .bg-container {
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    -webkit-box-shadow: inset 0px 11px 8px -10px #ccc, inset 0px -11px 8px -10px #ccc;
            box-shadow: inset 0px 11px 8px -10px #ccc, inset 0px -11px 8px -10px #ccc;
    padding: 10px 12px 16px; }

.section.stories {
  position: relative;
  padding: 50px 0;
  background-color: #ebf3ff;
  overflow: hidden; }
  .section.stories > .container {
    max-width: 920px; }
  .section.stories:before {
    position: absolute;
    content: '';
    top: -250px;
    left: -466px;
    width: 713px;
    height: 942px;
    display: none; }
    @media (min-width: 1380px) {
      .section.stories:before {
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-stories-top.png) no-repeat center top;
        background-size: 100%;
        display: block; } }
  .section.stories:after {
    position: absolute;
    content: '';
    bottom: -319px;
    right: -421px;
    width: 791px;
    height: 1047px;
    display: none; }
    @media (min-width: 1380px) {
      .section.stories:after {
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-stories-bot.png) no-repeat center top;
        background-size: 100%;
        display: block; } }
  .section.stories h2 {
    text-align: center; }
  .section.stories .testimonial {
    max-width: 910px;
    margin: 0 auto;
    padding: 24px 0;
    margin-bottom: 18px;
    position: relative;
    z-index: 1; }
    @media (min-width: 576px) {
      .section.stories .testimonial {
        background-color: #fff;
        padding: 24px 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 15px;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4); } }
    @media (min-width: 576px) {
      .section.stories .testimonial:nth-of-type(2) .video-container {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .section.stories .testimonial:nth-of-type(2) .video-text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (max-width: 576px) {
      .section.stories .testimonial:nth-of-type(3) {
        margin-bottom: 0;
        padding-bottom: 0; } }
  .section.stories .video-container {
    width: 100%;
    margin-bottom: 16px; }
    @media (min-width: 576px) {
      .section.stories .video-container {
        margin-bottom: 0;
        max-width: 410px; } }
    .section.stories .video-container .video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      border-radius: 15px; }
      .section.stories .video-container .video-wrapper iframe, .section.stories .video-container .video-wrapper object, .section.stories .video-container .video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .section.stories .video-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 444px; }
    @media (min-width: 576px) {
      .section.stories .video-text-wrapper .video-text {
        max-width: 70%; } }
    .section.stories .video-text-wrapper .video-text h3 {
      text-transform: uppercase; }
    .section.stories .video-text-wrapper .video-text blockquote {
      margin-bottom: 0; }

.section.about {
  position: relative;
  background-color: #fff;
  padding: 52px 0;
  overflow: hidden; }
  @media (min-width: 576px) {
    .section.about {
      background-color: #fff;
      padding: 70px 0; } }
  .section.about > .container {
    max-width: 580px; }
    @media (min-width: 1200px) {
      .section.about > .container {
        max-width: 680px; } }
  .section.about:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 399px;
    height: 354px;
    display: none; }
    @media (min-width: 1490px) {
      .section.about:before {
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-about-top.png) no-repeat center top;
        background-size: 100%;
        display: block; } }
  .section.about:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 435px;
    height: 414px;
    display: none; }
    @media (min-width: 1490px) {
      .section.about:after {
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-about-bot.png) no-repeat center top;
        background-size: 100%;
        display: block; } }
  @media (min-width: 576px) {
    .section.about h2 {
      margin-bottom: 12px; } }
  .section.about p {
    margin-bottom: 24px; }
  .section.about .btn {
    width: 100%;
    max-width: 178px; }

.section.understandingDFUS {
  background: transparent linear-gradient(242deg, #004cac 0%, #5d98e2 100%) 0% 0% no-repeat;
  padding: 52px 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 576px) {
    .section.understandingDFUS {
      padding: 70px 0; } }
  .section.understandingDFUS > .container {
    max-width: 925px; }
  .section.understandingDFUS:before {
    position: absolute;
    content: '';
    top: -166px;
    left: -437px;
    width: 673px;
    height: 744px;
    display: none; }
    @media (min-width: 1380px) {
      .section.understandingDFUS:before {
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-understanding-top.png) no-repeat center top;
        background-size: 100%;
        display: block; } }
  .section.understandingDFUS:after {
    position: absolute;
    content: '';
    bottom: -207px;
    right: -433px;
    width: 798px;
    height: 720px;
    display: none; }
    @media (min-width: 1380px) {
      .section.understandingDFUS:after {
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-understanding-bot.png) no-repeat center top;
        background-size: 100%;
        display: block; } }
  .section.understandingDFUS h2 {
    color: #fff;
    margin-bottom: 6px; }
  .section.understandingDFUS h3 {
    color: #fff;
    margin-top: 28px;
    margin-bottom: 4px; }
  .section.understandingDFUS p {
    color: #fff; }
  @media (min-width: 576px) {
    .section.understandingDFUS .process {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .section.understandingDFUS .process .steps {
    margin-bottom: 32px;
    text-align: center; }
    @media (min-width: 576px) {
      .section.understandingDFUS .process .steps {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left;
        padding-right: 30px; } }
    .section.understandingDFUS .process .steps img {
      max-width: 95px;
      margin-bottom: 18px; }
      @media (min-width: 576px) {
        .section.understandingDFUS .process .steps img {
          margin-right: 30px;
          margin-bottom: initial; } }
    .section.understandingDFUS .process .steps p {
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .section.understandingDFUS .process .steps p {
          max-width: 250px; } }
  .section.understandingDFUS .callout {
    background-color: #ebf3ff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    border-radius: 15px;
    padding: 24px 18px;
    position: relative;
    z-index: 1; }
    @media (min-width: 576px) {
      .section.understandingDFUS .callout {
        padding: 27px 65px; } }
    .section.understandingDFUS .callout h4 {
      font-size: 21px;
      font-weight: 600;
      color: #004cac;
      margin-bottom: 20px;
      text-align: center; }
    @media (min-width: 576px) {
      .section.understandingDFUS .callout .callout-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .section.understandingDFUS .callout .callout-image {
      text-align: center; }
      .section.understandingDFUS .callout .callout-image img {
        max-width: 95px;
        margin-bottom: 16px; }
        @media (min-width: 576px) {
          .section.understandingDFUS .callout .callout-image img {
            margin-right: 28px;
            margin-bottom: initial; } }
    .section.understandingDFUS .callout .callout-text {
      color: #707070;
      padding: 0;
      max-width: 590px; }
    .section.understandingDFUS .callout .btn-wrapper {
      margin-top: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.section.learnMoreExpand {
  padding: 28px 0;
  margin: 5px 0;
  -webkit-box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.16), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.16), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.16);
  text-align: center; }
  .section.learnMoreExpand > .container {
    max-width: 1040px; }
  .section.learnMoreExpand .hdr-learn.expanded {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .section.learnMoreExpand .hdr-learn.expanded {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 0; } }
  .section.learnMoreExpand h2 {
    display: inline-block;
    margin-bottom: 14px; }
    @media (min-width: 992px) {
      .section.learnMoreExpand h2 {
        padding-right: 28px;
        margin-bottom: 0; } }
  .section.learnMoreExpand .btn-expand {
    background-color: #004cac;
    color: #fff;
    font-weight: 700;
    padding: 8px 21px; }
    .section.learnMoreExpand .btn-expand:hover {
      background-color: #ebf3ff;
      color: #004cac;
      border-color: #ebf3ff; }
    @media (min-width: 992px) {
      .section.learnMoreExpand .btn-expand {
        margin-top: -3px; } }
    .section.learnMoreExpand .btn-expand[aria-expanded=false] .text-expanded {
      display: none; }
    .section.learnMoreExpand .btn-expand[aria-expanded=true] .text-collapsed {
      display: none; }
    .section.learnMoreExpand .btn-expand:after {
      content: "\f055";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-left: 8px;
      font-size: 20px; }
    .section.learnMoreExpand .btn-expand.active:after {
      content: "\f056"; }
  .section.learnMoreExpand .card {
    border: none;
    text-align: left;
    padding: 0;
    background: none; }
    .section.learnMoreExpand .card p {
      margin-bottom: 22px;
      max-width: 750px; }
    .section.learnMoreExpand .card h3 {
      margin-top: 10px;
      margin-bottom: 16px;
      font-size: 22px;
      line-height: 1.4;
      color: #004cac;
      max-width: 750px; }
    .section.learnMoreExpand .card .form-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 740px; }
      .section.learnMoreExpand .card .form-container .form-cols {
        width: 50%; }
        .section.learnMoreExpand .card .form-container .form-cols .round {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 13px; }
          .section.learnMoreExpand .card .form-container .form-cols .round p {
            display: inline-block;
            margin-left: 42px;
            margin-bottom: 0; }
          .section.learnMoreExpand .card .form-container .form-cols .round label {
            background-color: rgba(0, 76, 172, 0.15);
            border: 1px solid #004cac;
            border-radius: 50%;
            cursor: pointer;
            height: 22px;
            left: 0;
            position: absolute;
            width: 22px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
            .section.learnMoreExpand .card .form-container .form-cols .round label:after {
              border: 2px solid #fff;
              border-top: none;
              border-right: none;
              content: "";
              height: 6px;
              left: 4px;
              opacity: 0;
              position: absolute;
              top: 6px;
              -webkit-transform: rotate(-52deg);
                      transform: rotate(-52deg);
              width: 12px; }
          .section.learnMoreExpand .card .form-container .form-cols .round input[type="checkbox"] {
            visibility: hidden; }
          .section.learnMoreExpand .card .form-container .form-cols .round input[type="checkbox"]:checked + label {
            background-color: #004cac;
            border-color: #004cac; }
          .section.learnMoreExpand .card .form-container .form-cols .round input[type="checkbox"]:checked + label:after {
            opacity: 1; }
      .section.learnMoreExpand .card .form-container .btn-wrapper {
        margin-top: 4px;
        margin-bottom: 16px; }
        .section.learnMoreExpand .card .form-container .btn-wrapper .btn {
          min-width: 160px;
          padding: 6px 21px;
          background-color: #004cac;
          color: #fff; }
          .section.learnMoreExpand .card .form-container .btn-wrapper .btn:hover {
            background-color: #ebf3ff;
            color: #004cac;
            border-color: #ebf3ff; }
    .section.learnMoreExpand .card .callout {
      display: none;
      background-color: rgba(0, 76, 172, 0.1);
      padding: 15px 20px;
      border: 2px solid #004cac;
      border-radius: 15px;
      margin-top: 10px;
      margin-bottom: 10px;
      max-width: 794px; }
      @media (min-width: 992px) {
        .section.learnMoreExpand .card .callout {
          margin-top: -3px;
          padding: 15px 39px; } }
      .section.learnMoreExpand .card .callout.show-callout {
        display: block;
        text-align: center; }
        @media (min-width: 992px) {
          .section.learnMoreExpand .card .callout.show-callout {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: left; } }
      .section.learnMoreExpand .card .callout p {
        font-size: 14px;
        margin-bottom: 22px;
        max-width: initial; }
        @media (min-width: 992px) {
          .section.learnMoreExpand .card .callout p {
            margin-bottom: 0;
            padding-right: 40px; } }
      .section.learnMoreExpand .card .callout .btn {
        background-color: #004cac;
        color: #fff; }
        .section.learnMoreExpand .card .callout .btn:hover {
          background-color: #fff;
          color: #004cac;
          border-color: #fff; }
    .section.learnMoreExpand .card .footnote p {
      font-size: 12px;
      padding-left: 6px;
      text-indent: -6px;
      margin-bottom: 0; }

.section.doctor-discussion {
  padding: 30px 0 40px;
  background-color: #EBF3FF;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .section.doctor-discussion {
      padding: 70px 0; } }
  .section.doctor-discussion:before {
    position: absolute;
    content: '';
    top: -132px;
    left: -420px;
    width: 581px;
    height: 648px;
    display: none; }
    @media (min-width: 1380px) {
      .section.doctor-discussion:before {
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-dr-disussion-top.png) no-repeat center top;
        background-size: 100%;
        display: block; } }
    @media (min-width: 1800px) {
      .section.doctor-discussion:before {
        left: -267px; } }
  .section.doctor-discussion:after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: -120px;
    width: 621px;
    width: 665px;
    height: 585px;
    height: 100%;
    display: none; }
    @media (min-width: 1800px) {
      .section.doctor-discussion:after {
        right: 0px; } }
    @media (min-width: 1380px) {
      .section.doctor-discussion:after {
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-dr-disussion-bot.png) no-repeat center top;
        background-size: 100%;
        background-size: cover;
        display: block; } }
  @media (min-width: 576px) {
    .section.doctor-discussion h2 span.break {
      display: block; } }
  .section.doctor-discussion h3 {
    margin-bottom: 4px; }
  .section.doctor-discussion h4 {
    font-size: 17px;
    font-weight: 600;
    color: #004cac;
    margin-top: 37px;
    margin-bottom: 19px;
    line-height: 1.5; }
    @media (min-width: 576px) {
      .section.doctor-discussion h4 {
        max-width: 660px; } }
  .section.doctor-discussion p {
    margin-bottom: 26px; }
    @media (min-width: 576px) {
      .section.doctor-discussion p {
        max-width: 660px; } }
  .section.doctor-discussion .btn.btn-primary {
    min-width: 192px; }
  .section.doctor-discussion .callout {
    background: transparent linear-gradient(258deg, #004CAC 0%, #5D98E2 100%) 0% 0% no-repeat;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
    border-radius: 27px;
    padding: 27px 18px; }
    @media (min-width: 576px) {
      .section.doctor-discussion .callout {
        padding: 36px 18px;
        max-width: 660px; } }
    .section.doctor-discussion .callout h5 {
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      margin-bottom: 17px;
      text-align: center; }
    .section.doctor-discussion .callout .search-wrapper .btn-wrapper {
      margin-top: 12px; }
      @media (min-width: 576px) {
        .section.doctor-discussion .callout .search-wrapper .btn-wrapper {
          margin-top: 0; } }
      .section.doctor-discussion .callout .search-wrapper .btn-wrapper .btn {
        border: 2px solid #fff;
        color: #fff;
        background: rgba(255, 255, 255, 0.15) 0% 0% no-repeat; }
        .section.doctor-discussion .callout .search-wrapper .btn-wrapper .btn:hover {
          background-color: #fff;
          color: #004cac; }

.section.usage {
  padding: 30px 0;
  margin: 6px 0;
  -webkit-box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.16), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.16), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.16); }
  @media (min-width: 992px) {
    .section.usage {
      padding: 60px 0; } }
  .section.usage h2 {
    margin-bottom: 0; }
  .section.usage p:last-of-type {
    margin-bottom: 0; }

.section.references {
  padding: 14px 0;
  background-color: #ebf3ff; }
  .section.references .btn-refs {
    font-size: 17px;
    font-weight: 600;
    color: #004cac; }
    .section.references .btn-refs:hover {
      text-decoration: none; }
    .section.references .btn-refs:after {
      content: "\f056";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-left: 18px;
      font-size: 18px;
      border-radius: 10px;
      background-color: #fff;
      margin-top: 3px;
      position: absolute;
      line-height: 1; }
    .section.references .btn-refs.collapsed:after {
      content: "\f055"; }
  .section.references #collapseReferences {
    margin: 11px 0 0; }
    .section.references #collapseReferences ol {
      padding-left: 12px;
      margin-bottom: 0px; }
      .section.references #collapseReferences ol li {
        font-size: 14px;
        margin-bottom: 1px; }

.section.process {
  padding: 96px 0 56px;
  background-color: #ebf3ff;
  position: relative;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 576px) {
    .section.process {
      padding: 113px 0 56px; } }
  .section.process > .container {
    max-width: 610px; }
  .section.process:before {
    position: absolute;
    content: '';
    top: -119px;
    left: -310px;
    width: 676px;
    height: 667px;
    display: none; }
    @media (min-width: 1380px) {
      .section.process:before {
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-process-top.png) no-repeat center top;
        background-size: 100%;
        display: block; } }
  .section.process:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 369px;
    height: 337px;
    display: none; }
    @media (min-width: 1380px) {
      .section.process:after {
        background: url(/wp-content/themes/wp-bootstrap-starter/img/bg-process-bot.png) no-repeat center bottom;
        background-size: 100%;
        display: block; } }
  .section.process h1 {
    font-size: 23px;
    font-weight: 600;
    color: #004cac;
    line-height: 1.4;
    margin-bottom: 24px; }
  .section.process p {
    font-size: 14.5px; }
  .section.process .search-wrapper {
    margin-top: 26px; }

.section.conversation {
  background: transparent linear-gradient(82deg, #004CAC 0%, #5D98E2 100%) 0% 0% no-repeat;
  padding: 46px 0 64px;
  text-align: center; }
  @media (min-width: 768px) {
    .section.conversation {
      padding: 33px 0 62px; } }
  .section.conversation > .container {
    max-width: 760px; }
  .section.conversation h2 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px; }
  .section.conversation p {
    font-size: 14.5px;
    color: #fff; }
    @media (min-width: 768px) {
      .section.conversation p {
        margin-bottom: 10px; } }
  .section.conversation .btn-wrapper {
    margin: 12px auto 0;
    width: 100%;
    max-width: 250px; }
    @media (min-width: 576px) {
      .section.conversation .btn-wrapper {
        margin-top: 0;
        width: initial;
        max-width: initial; } }
    .section.conversation .btn-wrapper .btn {
      width: 100%;
      border: 2px solid #fff;
      color: #fff;
      background: rgba(255, 255, 255, 0.15) 0% 0% no-repeat; }
      @media (min-width: 576px) {
        .section.conversation .btn-wrapper .btn {
          width: initial; } }
      .section.conversation .btn-wrapper .btn:hover {
        background-color: #fff;
        color: #004cac; }
