@charset "UTF-8";
/* 
Theme Name: Bootstrap 4 Sass
Description: Bootstrap 4 with Sass
*/
/* IMPORTS */
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@font-face {
  font-family: "Honey Script";
  src: url("../fonts/HoneyScript-SemiBold.woff2") format("woff2"), url("../fonts/HoneyScript-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Honey Script";
  src: url("../fonts/HoneyScript-Light.woff2") format("woff2"), url("../fonts/HoneyScript-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HoneyScript";
  src: url("../fonts/HoneyScript-SemiBold.woff2") format("woff2"), url("../fonts/HoneyScript-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HoneyScript";
  src: url("../fonts/HoneyScript-Light.woff2") format("woff2"), url("../fonts/HoneyScript-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "honeyscript";
  src: url("../fonts/HoneyScript-SemiBold.woff2") format("woff2"), url("../fonts/HoneyScript-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "honeyscript";
  src: url("../fonts/HoneyScript-Light.woff2") format("woff2"), url("../fonts/HoneyScript-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Classes to allow first and last columns to be flush against edges of the row */
.first-col-nopad-all {
  padding-left: 0;
}

.last-col-nopad-all {
  padding-right: 0;
}

.min-pad {
  padding-left: 8px;
  padding-right: 8px;
}

.no-pad-right {
  padding-right: 0;
}

.no-pad-left {
  padding-left: 0;
}

@media only screen and (min-width: 768px) {
  .sm-no-pad-left {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sm-no-pad-right {
    padding-right: 0;
  }
}

.no-pad {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) {
  .sm-no-pad {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  .mobonly {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .deskonly {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deskonly {
    display: none !important;
  }
}

.pbot-5 {
  padding-bottom: 5px;
}

.pbot-10 {
  padding-bottom: 10px;
}

.pbot-15 {
  padding-bottom: 15px;
}

.pbot-20 {
  padding-bottom: 20px;
}

.pbot-30 {
  padding-bottom: 30px;
}

.pbot-40 {
  padding-bottom: 40px;
}

.pbot-50 {
  padding-bottom: 50px;
}

.pbot-60 {
  padding-bottom: 60px;
}

.mtop-5 {
  margin-top: 5px;
}

.mtop-10 {
  margin-top: 10px;
}

.mtop-15 {
  margin-top: 15px;
}

.mtop-20 {
  margin-top: 20px;
}

.mtop-30 {
  margin-top: 30px;
}

.mtop-40 {
  margin-top: 40px;
}

.mtop-50 {
  margin-top: 50px;
}

.mtop-60 {
  margin-top: 60px;
}

.mtop-5neg {
  margin-top: -5px;
}

.mtop-10neg {
  margin-top: -10px;
}

.mtop-15neg {
  margin-top: -15px;
}

.mtop-20neg {
  margin-top: -20px;
}

.mbot-5 {
  margin-bottom: 5px;
}

.mbot-10 {
  margin-bottom: 10px;
}

.mbot-15 {
  margin-bottom: 15px;
}

.mbot-20 {
  margin-bottom: 20px;
}

.mbot-30 {
  margin-bottom: 30px;
}

.mbot-40 {
  margin-bottom: 40px;
}

.mbot-50 {
  margin-bottom: 50px;
}

.mbot-60 {
  margin-bottom: 60px;
}

.mbot-5neg {
  margin-bottom: -5px;
}

.mbot-10neg {
  margin-bottom: -10px;
}

.mbot-15neg {
  margin-bottom: -15px;
}

.mbot-20neg {
  margin-bottom: -20px;
}

.mleft-5 {
  margin-left: 5px;
}

.mleft-10 {
  margin-left: 10px;
}

.mleft-15 {
  margin-left: 15px;
}

.mleft-20 {
  margin-left: 20px;
}

.mleft-5neg {
  margin-left: -5px;
}

.mleft-10neg {
  margin-left: -10px;
}

.mleft-15neg {
  margin-left: -15px;
}

.mleft-20neg {
  margin-left: -20px;
}

.mright-5 {
  margin-right: 5px;
}

.mright-10 {
  margin-right: 10px;
}

.mright-15 {
  margin-right: 15px;
}

.mright-20 {
  margin-right: 20px;
}

.mright-5neg {
  margin-right: -5px;
}

.mright-10neg {
  margin-right: -10px;
}

.mright-15neg {
  margin-right: -15px;
}

.mright-20neg {
  margin-right: -20px;
}

.img-mtop-5 img {
  margin-top: 5px;
}

.img-mtop-10 img {
  margin-top: 10px;
}

.img-mtop-15 img {
  margin-top: 15px;
}

.img-mtop-20 img {
  margin-top: 20px;
}

.img-mtop-5neg img {
  margin-top: -5px;
}

.img-mtop-10neg img {
  margin-top: -10px;
}

.img-mtop-15neg img {
  margin-top: -15px;
}

.img-mtop-20neg img {
  margin-top: -20px;
}

.img-mbot-5 img {
  margin-bottom: 5px;
}

.img-mbot-10 img {
  margin-bottom: 10px;
}

.img-mbot-15 img {
  margin-bottom: 15px;
}

.img-mbot-20 img {
  margin-bottom: 20px;
}

.img-mbot-5neg img {
  margin-bottom: -5px;
}

.img-mbot-10neg img {
  margin-bottom: -10px;
}

.img-mbot-15neg img {
  margin-bottom: -15px;
}

.img-mbot-20neg img {
  margin-bottom: -20px;
}

.img-mleft-5 img {
  margin-left: 5px;
}

.img-mleft-10 img {
  margin-left: 10px;
}

.img-mleft-15 img {
  margin-left: 15px;
}

.img-mleft-20 img {
  margin-left: 20px;
}

.img-mleft-5neg img {
  margin-left: -5px;
}

.img-mleft-10neg img {
  margin-left: -10px;
}

.img-mleft-15neg img {
  margin-left: -15px;
}

.img-mleft-20neg img {
  margin-left: -20px;
}

.img-mright-5 img {
  margin-right: 5px;
}

.img-mright-10 img {
  margin-right: 10px;
}

.img-mright-15 img {
  margin-right: 15px;
}

.img-mright-20 img {
  margin-right: 20px;
}

.img-mright-5neg img {
  margin-right: -5px;
}

.img-mright-10neg img {
  margin-right: -10px;
}

.img-mright-15neg img {
  margin-right: -15px;
}

.img-mright-20neg img {
  margin-right: -20px;
}

@media only screen and (min-width: 768px) {
  .mpercent-left-25 {
    margin-left: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .mpercent-right-25 {
    margin-right: 25%;
  }
}

.alert-warning {
  color: #000 !important;
  background-color: #e06804 !important;
  border-color: #522501 !important;
}
.alert-warning a {
  color: #000 !important;
  text-decoration: underline !important;
}

.alert-danger {
  color: #000 !important;
  background-color: #da4343 !important;
  border-color: #cc0000 !important;
}
.alert-danger a {
  color: #000 !important;
  text-decoration: underline !important;
}

.alert-success {
  color: #fff !important;
  background-color: #00857f !important;
  border-color: #00857f !important;
}
.alert-success a {
  color: #000 !important;
  text-decoration: underline !important;
}

body.path-frontpage .section .care-card h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
body.path-frontpage .section .care-intro h2 {
  font-weight: 500;
}
body.path-frontpage .section #block-pedialliance-content {
  padding: 0 2rem;
}
body.path-frontpage .section .care-grid {
  margin-top: 2rem;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 800px) {
  body.path-frontpage .section .care-grid {
    flex-direction: column;
  }
}
body.path-frontpage .section .flex {
  display: flex;
  gap: 2em;
}
body.path-frontpage .section .flex > div:first-of-type {
  flex: 1 1 50%;
}
body.path-frontpage .section .flex p {
  font-weight: bold;
}
@media (max-width: 800px) {
  body.path-frontpage .section .flex {
    flex-direction: column;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
@media (min-width: 601px) {
  .videoWrapper {
    min-width: 200px;
  }
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-wrapper {
  max-width: 1800px;
  margin: auto;
}

body, .node__content {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #2F2E2F;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #981D97;
}

h1 {
  font-size: 30px;
  font-weight: 800;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 55px;
  }
}

h2 {
  font-size: 21px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 13px;
  font-weight: bold;
}

h6 {
  font-size: 11px;
  font-weight: bold;
}

a {
  color: #981D97;
}

.field__item a {
  font-weight: bold;
}

strong {
  font-weight: bold !important;
}

.btn {
  font-weight: normal;
  color: #2F2E2F;
  padding: 8px 50px;
  font-size: 18px;
  border-radius: 34px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 2px solid #981D97;
  background: #fff;
}

.btn:hover {
  position: relative;
  top: 1px;
}

.btn-primary {
  color: #fff;
  background-color: #BC27BB;
  border-color: #BC27BB;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #BC27BB;
  background-color: transparent;
  border-color: #BC27BB;
}

.webform-submission-form input, .webform-submission-form select, .webform-submission-form textarea {
  border-color: #47a991;
}

.navbar {
  display: block;
  position: relative;
  padding: 0;
}
.navbar .navbar-brand {
  left: 0;
  width: 200px;
  height: auto;
  position: absolute;
  background: #fff;
  top: 0;
  padding: 10px 10px 0 10px;
  z-index: 1;
}
@media (max-width: 800px) {
  .navbar .navbar-brand {
    width: auto !important;
    height: auto !important;
    position: relative;
  }
  .navbar .navbar-brand img {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .navbar .navbar-brand img {
    max-height: 80px;
  }
}
.navbar .navbar-brand span {
  display: none !important;
}
.navbar #block-secondarynavigation {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 50;
  left: 0;
  right: 0;
}
@media (max-width: 800px) {
  .navbar #block-secondarynavigation {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .navbar #block-secondarynavigation {
    position: static;
    z-index: 1;
  }
}
.navbar #block-secondarynavigation .nav {
  background: #B9E1D9;
  background: linear-gradient(270deg, #b9e1d9 0%, white 100%);
  justify-content: flex-end;
  font-size: 2.1vw;
  flex-wrap: nowrap;
  padding-right: 0;
}
@media (max-width: 800px) {
  .navbar #block-secondarynavigation .nav {
    background: #fff;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .navbar #block-secondarynavigation .nav {
    padding-right: 80px;
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar #block-secondarynavigation .nav {
    font-size: 12px;
  }
}
.navbar #block-secondarynavigation .nav li {
  border-left: 1px solid #fff;
  border-left: 1px solid #fff;
  margin: 0;
  height: 80px;
}
@media (max-width: 800px) {
  .navbar #block-secondarynavigation .nav li {
    min-width: 200px;
  }
}
.navbar #block-secondarynavigation .nav li.menu-item--active-trail {
  background: #D4F0EA;
}
.navbar #block-secondarynavigation .nav li a {
  color: #981D97;
  background: #fff;
  padding: 0;
  width: auto;
  text-align: center;
  font-weight: 600;
  line-height: 3;
  height: 100%;
  transition: all 0.5s;
}
.navbar #block-secondarynavigation .nav li a:hover, .navbar #block-secondarynavigation .nav li a:active, .navbar #block-secondarynavigation .nav li a:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .navbar #block-secondarynavigation .nav li a {
    background: #B9E1D9;
    width: auto;
    padding: 0 2vw;
  }
}
@media only screen and (min-width: 992px) {
  .navbar #block-secondarynavigation .nav li a {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar #block-secondarynavigation .nav li a {
    min-width: 175px;
    padding: 5px 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .navbar #block-secondarynavigation .nav li a {
    display: block;
    min-width: 175px;
  }
}
.navbar #block-secondarynavigation .nav li a::before {
  display: block;
  height: 33px;
  width: 29px;
  content: "";
  position: relative;
  top: 6px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .navbar #block-secondarynavigation .nav li a::before {
    height: 25px;
  }
}
.navbar #block-secondarynavigation .nav li a.records::before {
  background: url(../images/clip.png) 0 0 transparent no-repeat;
}
.navbar #block-secondarynavigation .nav li a.news::before {
  background: url(../images/news.png) 0 0 transparent no-repeat;
}
.navbar #block-secondarynavigation .nav li a.tele::before {
  background: url(../images/tele.png) 0 0 transparent no-repeat;
}
.navbar #block-secondarynavigation .nav li a.portal::before {
  background: url(../images/portal.png) 0 0 transparent no-repeat;
}
.navbar #block-secondarynavigation .nav li a.bill::before {
  background: url(../images/bill.png) 0 0 transparent no-repeat;
}
.navbar #block-secondarynavigation .nav li a.hours::before {
  background: url(../images/hours.png) 0 0 transparent no-repeat;
}
.navbar #block-searchform {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  left: 0;
}
.navbar #block-searchform.show-search {
  opacity: 1;
  z-index: 9;
}
.navbar #block-searchform .container-inline {
  display: block;
}
.navbar #block-searchform #search-block-form {
  padding: 0;
  display: block;
  width: 100%;
  float: right;
  max-width: 960px;
  margin: 0;
  background: #fff;
}
.navbar #block-searchform #search-block-form .form-type-search {
  margin: 0 !important;
  padding: 20px 100px 20px 30px;
  width: 100%;
}
.navbar #block-searchform #search-block-form .form-type-search input {
  border-bottom: 1px solid #777777;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  font-style: italic;
  font-size: 20px;
  color: #777777;
  padding: 15px 30px;
  height: auto;
}
.navbar #block-searchform #search-block-form .form-type-search input::placeholder {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .navbar #block-searchform #search-block-form .form-type-search input::placeholder {
    font-size: 18px;
  }
}
.navbar #block-searchform #search-block-form .form-actions {
  display: none;
}
.navbar .search-block {
  margin: 0;
  position: absolute;
  right: 75px;
  top: 0;
  z-index: 10;
}
.navbar .search-block.show-search {
  right: 0;
}
.navbar .search-block.show-search .field--name-body a {
  background: url(../images/x.png) center center #fff no-repeat;
}
@media only screen and (min-width: 768px) {
  .navbar .search-block {
    right: 0;
  }
}
.navbar .search-block .field--name-body {
  margin: 0;
}
.navbar .search-block .field--name-body a {
  margin: 0;
  display: block;
  height: 75px;
  width: 75px;
  text-indent: -999em;
  overflow: hidden;
  color: #fff;
  background: url(../images/search.png) center center #981D97 no-repeat;
}
@media only screen and (min-width: 768px) {
  .navbar .search-block .field--name-body a {
    height: 80px;
    width: 80px;
  }
}
.navbar .navbar-toggler {
  float: right;
  height: 75px;
  width: 75px;
  position: relative;
  background: #BC27BB;
  border: none;
  border-radius: 0;
}
.navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus, .navbar .navbar-toggler:active {
  background: #BC27BB;
  border: none;
}
.navbar .navbar-toggler::after {
  display: block;
  position: absolute;
  content: "";
  height: 6px;
  width: 35px;
  background: #fff;
  left: 19px;
  top: 21px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background: none;
}
.navbar .navbar-toggler .navbar-toggler-icon::before {
  display: block;
  position: absolute;
  content: "";
  height: 6px;
  width: 35px;
  background: #fff;
  left: 19px;
  top: 32px;
}
.navbar .navbar-toggler .navbar-toggler-icon::after {
  display: block;
  position: absolute;
  content: "";
  height: 6px;
  width: 35px;
  background: #fff;
  left: 19px;
  top: 43px;
}
.navbar .navbar-collapse {
  margin: 0;
}
.navbar .navbar-collapse .block-menu {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.navbar .navbar-collapse .block-menu .navbar-nav {
  margin: 0;
}
.navbar .navbar-collapse .block-menu .navbar-nav .dropdown-menu {
  top: 100%;
  border-radius: 0;
  border: none;
  min-width: 15rem;
  left: 0;
  margin: 0;
  padding: 0;
}
.navbar .navbar-collapse .block-menu .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #BC27BB;
  white-space: normal;
}
.navbar .navbar-collapse .block-menu .navbar-nav .dropdown-menu li a {
  color: #fff;
  background: #981D97;
  width: 100%;
  text-align: left;
  padding: 0.5em 1em;
  font-size: 14px;
}
.navbar .navbar-collapse .block-menu .navbar-nav .dropdown-menu li a:hover, .navbar .navbar-collapse .block-menu .navbar-nav .dropdown-menu li a:focus {
  background: #BC27BB;
}
.navbar .navbar-collapse .block-menu .navbar-nav .dropdown-menu li a:after {
  display: none;
}
.navbar .navbar-collapse .block-menu .navbar-nav li {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
}
.navbar .navbar-collapse .block-menu .navbar-nav li:hover .dropdown-menu, .navbar .navbar-collapse .block-menu .navbar-nav li:focus .dropdown-menu {
  display: block;
}
.navbar .navbar-collapse .block-menu .navbar-nav li.dropdown > a::after {
  display: inline-block;
  height: 6px;
  width: 9px;
  background: url(../images/arrowdown.png) 0 0 transparent no-repeat;
  content: "";
  top: -1px;
  position: relative;
  margin-left: 6px;
  border: none;
}
.navbar .navbar-collapse .block-menu .navbar-nav li a {
  margin: 0;
  color: #2F2E2F;
  padding: 15px 20px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .navbar .navbar-collapse .block-menu .navbar-nav li a {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-collapse .block-menu .navbar-nav li a {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar .navbar-collapse .block-menu .navbar-nav li a {
    padding: 18px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .navbar .navbar-collapse .block-menu .navbar-nav li a {
    padding: 18px 30px;
  }
}
.navbar .navbar-collapse .block-menu .navbar-nav li a:hover, .navbar .navbar-collapse .block-menu .navbar-nav li a:active, .navbar .navbar-collapse .block-menu .navbar-nav li a:focus {
  text-decoration: underline;
}
.navbar .navbar-collapse .block-menu .navbar-nav li:last-of-type .dropdown-menu {
  left: -85px;
}

.search-help-link {
  display: none;
}

.node_search-results .list-group-item {
  border: 0;
}

.featured-top .featured-top__inner > .region {
  display: block;
  margin: 0;
}

.path-frontpage #main-wrapper #main {
  max-width: none;
  padding: 10px 0 0 0;
  background: #B9E1D9;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  border-radius: 0;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .path-frontpage #main-wrapper #main {
    padding: 1rem 0 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage #main-wrapper #main {
    padding: 1rem 0 70px 0;
  }
}
.path-frontpage #main-wrapper #main > .row {
  display: block;
  margin: 0;
}
.path-frontpage #main-wrapper #main > .row .main-content {
  padding: 0;
}
.path-frontpage .block-page-title-block {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  background: none;
  text-align: left;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .path-frontpage .block-page-title-block {
    max-width: 580px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .block-page-title-block {
    padding-left: 3rem;
    padding-right: 0;
    max-width: 630px;
  }
}
@media only screen and (min-width: 1200px) {
  .path-frontpage .block-page-title-block {
    max-width: 660px;
  }
}
.path-frontpage .block-page-title-block h1 {
  color: #981D97;
  position: relative;
  font-size: 32px;
  font-weight: 800;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
@media only screen and (min-width: 768px) {
  .path-frontpage .block-page-title-block h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .block-page-title-block h1 {
    font-size: 40px;
  }
}
.path-frontpage .block-page-title-block h1 span {
  position: relative;
}
.path-frontpage .block-page-title-block h1 span:after {
  content: "™";
  font-size: 18px;
  position: relative;
  top: 5px;
  font-weight: normal;
  right: -5px;
}

.test-block-wpr {
  position: relative;
  z-index: 1;
}
.test-block-wpr .view-content {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .test-block-wpr .view-content {
    max-width: 580px;
    padding: 1em;
    background: rgba(255, 255, 255, 0.75);
  }
}
.test-block-wpr .view-content .views-field-field-testimonial {
  margin-bottom: 10px;
}
.test-block-wpr .view-content .views-field-field-test-name {
  color: #981D97;
  font-size: 18px;
  font-weight: 800;
}
.test-block-wpr .view-content .views-field-field-testimonials-office {
  font-style: italic;
  color: #981D97;
}

.section-sub-one {
  height: auto;
  z-index: 10;
  position: relative;
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .section-sub-one {
    height: 0;
  }
}

.section-sub-two {
  z-index: 1;
  position: relative;
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section-sub-two {
    padding-top: 8vw;
    background-image: url(../images/parallax.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  .section-sub-two {
    padding-top: 18vw;
  }
}

.region-subcontent-first {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: -20px;
  display: block;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-first {
    display: flex;
    top: -80px;
    position: absolute;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.region-subcontent-first .front-cta {
  width: 100%;
}
.region-subcontent-first .front-cta .view-content.row {
  flex-flow: column;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-first .front-cta .view-content.row {
    flex-flow: row;
  }
}
.region-subcontent-first .front-cta .view-content.row .views-field-nothing {
  padding-left: 15px;
}
.region-subcontent-first .cta-block-wpr,
.region-subcontent-first .view-calls-to-action .views-row {
  flex-grow: 1;
  background: #981D97;
  color: #fff;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  flex-basis: 0;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-first .cta-block-wpr,
.region-subcontent-first .view-calls-to-action .views-row {
    min-height: 9vw;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
  }
}
.region-subcontent-first .cta-block-wpr.cta-first, .region-subcontent-first .cta-block-wpr:nth-of-type(1),
.region-subcontent-first .view-calls-to-action .views-row.cta-first,
.region-subcontent-first .view-calls-to-action .views-row:nth-of-type(1) {
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-first .cta-block-wpr.cta-first, .region-subcontent-first .cta-block-wpr:nth-of-type(1),
.region-subcontent-first .view-calls-to-action .views-row.cta-first,
.region-subcontent-first .view-calls-to-action .views-row:nth-of-type(1) {
    border-radius: 7px 0 0 7px;
  }
}
.region-subcontent-first .cta-block-wpr.cta-second, .region-subcontent-first .cta-block-wpr:nth-of-type(2),
.region-subcontent-first .view-calls-to-action .views-row.cta-second,
.region-subcontent-first .view-calls-to-action .views-row:nth-of-type(2) {
  background: #BC27BB;
}
.region-subcontent-first .cta-block-wpr.cta-third, .region-subcontent-first .cta-block-wpr:nth-of-type(3),
.region-subcontent-first .view-calls-to-action .views-row.cta-third,
.region-subcontent-first .view-calls-to-action .views-row:nth-of-type(3) {
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-first .cta-block-wpr.cta-third, .region-subcontent-first .cta-block-wpr:nth-of-type(3),
.region-subcontent-first .view-calls-to-action .views-row.cta-third,
.region-subcontent-first .view-calls-to-action .views-row:nth-of-type(3) {
    border-radius: 0 7px 7px 0;
  }
}
.region-subcontent-first .cta-block-wpr .cta-link,
.region-subcontent-first .view-calls-to-action .views-row .cta-link {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-first .cta-block-wpr .cta-link,
.region-subcontent-first .view-calls-to-action .views-row .cta-link {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.region-subcontent-first .cta-block-wpr .cta-link a,
.region-subcontent-first .view-calls-to-action .views-row .cta-link a {
  color: #fff;
  position: relative;
}
.region-subcontent-first .cta-block-wpr .cta-link a:after,
.region-subcontent-first .view-calls-to-action .views-row .cta-link a:after {
  background: url(../images/np_arrow_right.png) 0 0 transparent no-repeat;
  display: inline-block;
  background-size: 11px auto;
  height: 18px;
  width: 11px;
  content: "";
  top: 2px;
  position: relative;
  margin-left: 6px;
  right: -2px;
}
.region-subcontent-first .cta-block-wpr .cta-desc,
.region-subcontent-first .view-calls-to-action .views-row .cta-desc {
  display: none;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-first .cta-block-wpr .cta-desc,
.region-subcontent-first .view-calls-to-action .views-row .cta-desc {
    display: block;
  }
}

.region-subcontent-second {
  margin: 0;
  position: relative;
  padding: 0 15px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-second {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 7%;
    padding-right: 7%;
  }
}
.region-subcontent-second .block {
  flex-grow: 1;
  flex-basis: 0;
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-second .block {
    margin-bottom: 0;
  }
}
.region-subcontent-second .block h2 {
  font-size: 27px;
  color: #981D97;
  font-weight: 800;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-second .block h2 {
    font-size: 30px;
  }
}
.region-subcontent-second .welcome-block-wpr {
  padding-right: 0;
  line-height: 28px;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-second .welcome-block-wpr {
    padding-right: 70px;
  }
}
.region-subcontent-second .welcome-block-wpr a.bg {
  color: #fff;
  position: relative;
  font-size: 18px;
  display: inline-block;
  background: #BC27BB;
  padding: 12px 45px;
  border-radius: 34px;
  font-weight: 500;
}
.region-subcontent-second .welcome-block-wpr a.bg:after {
  background: url(../images/np_arrow_right.png) 0 0 transparent no-repeat;
  display: inline-block;
  background-size: 11px auto;
  height: 18px;
  width: 11px;
  content: "";
  position: relative;
  margin-left: 6px;
  right: -3px;
  top: 3px;
}
.region-subcontent-second .video-block-wpr .content {
  font-size: 14px;
  font-family: "Inter", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, sans-serif;
}
.region-subcontent-second .video-block-wpr .content .video-wpr {
  margin-bottom: 15px;
}

.region-subcontent-third {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-third {
    padding-top: 120px;
    padding-bottom: 60px;
    background: url(../images/helpbg.jpg) 0 0 transparent no-repeat;
    background-size: cover;
    padding-left: 7%;
    padding-right: 7%;
    display: flex;
  }
}
.region-subcontent-third .block h2 {
  font-size: 30px;
  color: #981D97;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: left;
  background: url(../images/helpbg.jpg) 0 0 transparent no-repeat;
  background-size: cover;
  padding: 40px 60px 40px 41vw;
}
@media only screen and (min-width: 992px) {
  .region-subcontent-third .block h2 {
    background: none;
    padding: 0;
    text-align: center;
  }
}

.view-front-page-help-links .view-content {
  margin: 0;
  display: block;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .view-front-page-help-links .view-content {
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
  }
}
.view-front-page-help-links .view-content .views-row {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .view-front-page-help-links .view-content .views-row {
    flex-grow: 1;
    width: 33.3333%;
  }
}
.view-front-page-help-links .view-content .views-row .views-field {
  padding: 0 15px;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .view-front-page-help-links .view-content .views-row .views-field {
    padding: 15px;
  }
}
.view-front-page-help-links .view-content .views-row .help-links {
  display: block;
  background: #981D97;
  color: #FFF;
  font-size: 16px;
  border-radius: 7px;
  font-weight: 500;
  height: 90px;
  line-height: 90px;
  padding: 0 20px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 992px) {
  .view-front-page-help-links .view-content .views-row .help-links {
    padding: 0 60px;
    background: #981D97;
    margin-bottom: 0;
    font-size: 18px;
  }
}
.view-front-page-help-links .view-content .views-row .help-links img {
  width: 40px;
  height: auto;
}

.region-subcontent-fourth {
  margin: 0;
  padding-left: 7%;
  padding-right: 7%;
  position: relative;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 60px;
  display: block;
}

.testimonial-slideshow-wpr {
  background: url(../images/fstar-gold.png) center 0 transparent no-repeat;
  font-size: 20px;
  text-align: center;
  padding-top: 50px;
  max-width: 800px;
  margin: auto;
}
.testimonial-slideshow-wpr .view-content {
  display: block;
  margin: 0;
}
.testimonial-slideshow-wpr h2 {
  font-size: 30px;
  color: #981D97;
  font-weight: 800;
  margin-bottom: 15px;
  text-align: center;
}
.testimonial-slideshow-wpr .views-field-field-test-name {
  font-family: "Honey Script", Georgia, "Times New Roman", Times, serif;
  font-size: 40px;
  color: #981D97;
}
.testimonial-slideshow-wpr .views-field-field-testimonials-office {
  font-family: "Inter", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, sans-serif;
  font-size: 18px;
  color: #981D97;
}

.video-wpr {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wpr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sideshow-block {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .sideshow-block {
    position: relative;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .sideshow-block {
    top: -57px;
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .sideshow-block {
    padding-right: 7%;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
  }
}
.sideshow-block .slick__arrow {
  display: none;
}
.sideshow-block .slideshow-wpr .slick--view {
  width: 100%;
}
.sideshow-block .slideshow-wpr .slick--view .slick-slide .views-field-field-image {
  text-align: right;
}
.sideshow-block .slideshow-wpr .slick--view .slick-slide .views-field-field-image img {
  max-width: 100%;
  height: auto;
  float: none;
  margin: 0;
  display: inline-block;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .sideshow-block .slideshow-wpr .slick--view .slick-slide .views-field-field-image img {
    max-width: 508px;
  }
}
@media only screen and (min-width: 992px) {
  .sideshow-block .slideshow-wpr .slick--view .slick-slide .views-field-field-image img {
    max-width: 668px;
  }
}
.sideshow-block .slideshow-wpr .slick--view .slick-slide .views-field-field-slide-type {
  position: absolute;
  background: url(../images/slide-arrow.png) 0 bottom transparent no-repeat;
  background-size: 125px auto;
  font-family: "Honey Script", Georgia, "Times New Roman", Times, serif;
  color: #981D97;
  font-size: 90px;
  right: 15vw;
  top: -30px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .sideshow-block .slideshow-wpr .slick--view .slick-slide .views-field-field-slide-type {
    font-size: 133px;
    right: 0;
    top: 70px;
  }
}
.sideshow-block .slideshow-wpr .view-content {
  margin: 0;
}

.featured-bottom .featured-bottom-inner .region {
  margin: 0;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-first {
  display: block;
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-first {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks {
  flex-grow: 1;
  padding-left: 7%;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks {
    padding-left: 7%;
    padding-right: 25px;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks h2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  margin: 0;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  font-size: 6vw;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks a {
    font-size: 30px;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks a::after {
  background: url(../images/np_arrow_right.png) 0 0 transparent no-repeat;
  display: inline-block;
  background-size: 100% auto;
  height: 4vw;
  width: 2.5vw;
  content: "";
  position: relative;
  margin-left: 6px;
  right: -3px;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks a::after {
    height: 18px;
    width: 11px;
  }
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks a::after {
    height: 18px;
    width: 11px;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks a:hover, .featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks a:focus {
  text-decoration: underline;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks > .content {
  margin: 0;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks.first-time-parents {
  background: #BC27BB;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-first .featured-blocks.transferring-patients {
  background: #981D97;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second {
  color: #981D97;
  background: #B9E1D9;
  flex-flow: nowrap;
  display: block;
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-second {
    display: flex;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block {
  flex-grow: 1;
  padding-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-second .block {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    padding-right: 7%;
    flex-direction: column;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured {
  padding-left: 7%;
  font-size: 14px;
  font-weight: 500;
  padding-right: 7%;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content {
  max-width: 720px;
  font-size: 14px;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content h2 {
  font-weight: 600;
  font-size: 27px;
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content h2 {
    font-size: 30px;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content .form-wpr {
  position: relative;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content .form-wpr .form-inner {
  padding-right: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content .form-wpr .form-inner {
    padding-right: 160px;
    margin-bottom: 0;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content .form-wpr .form-inner .form-text {
  background: #fff;
  color: #2F2E2F;
  border: none;
  font-size: 15px;
  padding-left: 0;
  height: 65px;
  line-height: 65px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content .form-wpr .form-inner .form-text {
    text-align: left;
    padding-left: 40px;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content .form-wpr .form-btn {
  position: static;
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content .form-wpr .form-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content .form-wpr .form-btn .submit {
  background: #D4F0EA;
  display: block;
  color: #981D97;
  font-size: 17px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  margin: 0;
  text-align: center;
  padding: 0;
  font-weight: 600;
  border: none;
}
@media only screen and (min-width: 992px) {
  .featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.news-letter-featured .content .form-wpr .form-btn .submit {
    width: 160px;
  }
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.featured-social-links .content {
  text-align: center;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.featured-social-links .content h2 {
  font-size: 55px;
  font-family: "Honey Script", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.featured-social-links .content a {
  height: 66px;
  width: 66px;
  display: inline-block;
  text-indent: -999em;
  overflow: hidden;
  margin: 0 7px;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.featured-social-links .content .fb {
  background: url(../images/fb.png) 0 0 transparent no-repeat;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.featured-social-links .content .ig {
  background: url(../images/ig.png) 0 0 transparent no-repeat;
}
.featured-bottom .featured-bottom-inner .region-featured-bottom-second .block.featured-social-links .content .li {
  background: url(../images/li.png) 0 0 transparent no-repeat;
}

.site-footer {
  background: #fff;
  padding: 0;
}
.site-footer .site-footer__top {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 7%;
}
.site-footer .site-footer__top .block-menu {
  margin: 0px 0 40px 0;
  font-size: 14px;
  padding: 0 20px 0 0px;
}
.site-footer .site-footer__top .block-menu > h2 {
  font-size: 21px;
  font-weight: 600;
  border: none;
  color: #2F2E2F;
  text-transform: none;
}
.site-footer .site-footer__top .block-menu .nav {
  display: block;
}
@media only screen and (min-width: 768px) {
  .site-footer .site-footer__top .block-menu .nav {
    display: block !important;
  }
}
.site-footer .site-footer__top .block-menu .nav li a {
  color: #777777;
  padding: 0;
}
.site-footer .site-footer__top .region {
  margin: 0;
  display: block;
  float: none;
  padding: 0;
}
@media only screen and (min-width: 480px) {
  .site-footer .site-footer__top .region {
    float: left;
  }
}
.site-footer .site-footer__top .footer-logo-wpr {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .site-footer .site-footer__top .footer-logo-wpr {
    text-align: left;
  }
}
.site-footer .site-footer__top a h2 {
  font-size: 1.3125rem;
  font-weight: 600;
  border: none;
  color: #2F2E2F;
  text-transform: none;
  cursor: default;
}
.site-footer .site-footer__bottom {
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .site-footer .site-footer__bottom {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.site-footer .site-footer__bottom .region {
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  display: block;
}
@media only screen and (min-width: 992px) {
  .site-footer .site-footer__bottom .region {
    display: flex;
  }
}
.site-footer .site-footer__bottom .region .block {
  flex-grow: 1;
}
.site-footer .site-footer__bottom .footer-copyright-wpr .content {
  font-size: 13px;
  font-style: italic;
  color: #2F2E2F;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .site-footer .site-footer__bottom .footer-copyright-wpr .content {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer .site-footer__bottom .footer-copyright-wpr .content {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .site-footer .site-footer__bottom .footer-copyright-wpr .content {
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  .site-footer .site-footer__bottom .footer-copyright-wpr .content {
    text-align: left;
  }
}
.site-footer .site-footer__bottom .footer-copyright-wpr .content .del {
  display: none;
}
@media only screen and (min-width: 992px) {
  .site-footer .site-footer__bottom .footer-copyright-wpr .content .del {
    display: inline;
  }
}
.site-footer .site-footer__bottom .footer-copyright-wpr .content a {
  color: #2F2E2F;
  display: block;
}
@media only screen and (min-width: 992px) {
  .site-footer .site-footer__bottom .footer-copyright-wpr .content a {
    display: inline;
    font-weight: normal;
  }
}
.site-footer .site-footer__bottom .footer-copyright-wpr .content .links {
  font-style: normal;
}
.site-footer .site-footer__bottom .footer-cert-block .ncqa {
  display: block;
  width: 85px;
  height: 77px;
  background: url(../images/ncqa.png) 0 0 transparent no-repeat;
  margin: 0 auto;
  text-indent: -999em;
  overflow: hidden;
}

div .collapsiblock {
  background: none;
}
div .collapsiblock h2:after {
  content: "-";
  padding-left: 10px;
  font-size: 24px;
  position: relative;
  top: 2px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  div .collapsiblock h2:after {
    content: "";
  }
}
div .collapsiblock a:hover, div .collapsiblock a:focus, div .collapsiblock a:focus-within, div .collapsiblock a:active {
  text-decoration: none;
}

div .collapsiblockCollapsed {
  background: none;
}
div .collapsiblockCollapsed h2:after {
  content: "+";
  padding-left: 10px;
  font-size: 24px;
  position: relative;
  top: 2px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  div .collapsiblockCollapsed h2:after {
    content: "";
  }
}

.mm-navbar > * {
  min-height: 65px;
}

.mm-menu {
  font-size: 17px;
}
.mm-menu .mm-listitem__btn, .mm-menu .mm-listitem__text {
  padding: 25px 25px;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: #fff;
}
.mm-menu a:active, .mm-menu a:hover, .mm-menu a:focus {
  background: #BC27BB;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-width: 3px;
}
.mm-menu .mm-listitem:after {
  left: 0;
  border-color: #aa22a9;
}
.mm-menu .mm-btn_next:after {
  border-color: #fff;
}
.mm-menu .mm-listitem__btn:not(.mm-listitem__text) {
  border-color: transparent;
}
.mm-menu .mm-panels > .mm-panel {
  background: #981D97;
}
.mm-menu .mm-panels > .mm-panel .mm-navbar {
  background: #981D97;
  border-color: #aa22a9;
  min-height: 65px;
}
.mm-menu .mm-panels > .mm-panel .mm-navbar .mm-navbar__title {
  background: #981D97;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.mm-menu .mm-panels > .mm-panel#mm-1 {
  font-size: 20px;
  font-weight: 600;
}
.mm-menu .mm-panels > .mm-panel#mm-1 .mm-navbar__title {
  display: none;
}

.card {
  border: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 20px;
}
.card .card-header {
  border: none;
  border-radius: 0;
  padding: 0;
}
.card .card-header h5 {
  padding: 0;
}
.card .card-header h5 button {
  padding: 0;
  font-size: 25px;
  color: #981D97;
  background: url(../images/arrow-down-dark.svg) 95% center #EEEEEE no-repeat;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 20px 30px;
  font-weight: 600;
}
.card .card-header h5 button:focus, .card .card-header h5 button.focus {
  box-shadow: none;
}
.card .card-header h5 button.collapsed {
  color: #fff;
  background: url(../images/arrow-down-white.svg) 95% center #981D97 no-repeat;
}
.card .card-body {
  background: #EEEEEE;
  padding: 20px 30px;
  color: #981D97;
}

.node--type-page .paragraph.row {
  margin-bottom: 20px;
}

.block-page-title-block {
  text-align: center;
  background: #b9e1d9;
  background: linear-gradient(174deg, #b9e1d9 0%, white 45%);
  height: auto;
  padding: 80px 0px 100px 0px;
}
@media only screen and (min-width: 768px) {
  .block-page-title-block {
    padding: 50px 0px 100px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .block-page-title-block {
    padding: 50px 0px 100px 0px;
  }
}
.block-page-title-block h1 {
  font-size: 35px;
}

#main-wrapper #main {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
  margin-top: -60px;
  background: #fff;
  border-radius: 7px;
  padding-bottom: 50px;
}
#main-wrapper #main > .row {
  margin: 0;
}

.node--type-doctor .node__content {
  margin-top: 0;
}
.node--type-doctor .node__content a {
  font-weight: normal;
}
.node--type-doctor .block-page-title-block h1 {
  color: transparent;
}
.node--type-doctor nav.tabs {
  position: relative;
  z-index: 20;
  top: -100px;
}
.node--type-doctor #main-wrapper {
  background: #F7F7F7;
}
.node--type-doctor #main-wrapper #main {
  background: none;
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.node--type-doctor #main-wrapper #main .first-layer {
  margin: -100px 0 20px 0px;
  padding: 20px 20px;
  background: #fff;
  border-radius: 7px;
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .first-layer {
    flex-flow: row;
  }
}
.node--type-doctor #main-wrapper #main .first-layer .provider-photo {
  margin: 0;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .first-layer .provider-photo {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0;
  }
}
.node--type-doctor #main-wrapper #main .first-layer .provider-photo .field--name-field-doctor-photo {
  float: none;
  margin: 0 0 15px 0px;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .first-layer .provider-photo .field--name-field-doctor-photo {
    margin: 0 20px 0px 0px;
  }
}
.node--type-doctor #main-wrapper #main .first-layer .provider-photo .field--name-field-doctor-photo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .first-layer .provider-photo .field--name-field-doctor-photo img {
    width: 100%;
  }
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .first-layer .provider-name {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner {
  margin: 0;
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner h1 {
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner h1 {
    font-size: 28px;
  }
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner .field--name-field-doctor-first-name {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #981D97;
  font-weight: 800;
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner .field--name-field-doctor-last-name {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #981D97;
  font-weight: 800;
  display: inline-block;
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner .field--name-field-doctor-titles {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #981D97;
  font-weight: 800;
  display: inline-block;
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner .field--name-field-doctor-titles a {
  color: #981D97;
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner .field--name-field-doctor-titles .field__item {
  display: inline-block;
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner .field--name-field-doctor-titles .field__item:after {
  content: ", ";
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner .field--name-field-doctor-titles .field__item:first-of-type:before {
  content: ", ";
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner .field--name-field-doctor-titles .field__item:last-of-type:after {
  content: "";
}
.node--type-doctor #main-wrapper #main .first-layer .provider-name .provider-name-inner__doctor-quote {
  font-size: 1rem;
  padding: 10px;
}
.node--type-doctor #main-wrapper #main .second-layer {
  margin: 0;
  border-radius: 7px;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .second-layer {
    display: flex;
    align-items: flex-start;
  }
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 7px;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .second-layer .second-l-column-one {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content {
  margin: 0;
  padding: 0;
  display: block;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-number-wpr {
  text-align: center;
  background: #fff;
  padding: 15px 0px;
  border-radius: 7px;
  margin-bottom: 15px;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-number-wpr .call {
  font-size: 14px;
  color: #2F2E2F;
  font-weight: 700;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-number-wpr .number {
  color: #2F2E2F;
  font-size: 24px;
  font-weight: 500;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-info-wpr {
  margin-top: 15px;
  background: #fff;
  padding: 15px 15px;
  line-height: 1.8;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-info-wpr .office-details {
  border-bottom: 1px solid #DEDBDB;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #981D97;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-info-wpr .label {
  margin: 0px 0 10px 0px;
  color: #981D97;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  color: #981D97;
  font-weight: 500;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-info-wpr .label::before {
  display: inline-block;
  height: 33px;
  width: 30px;
  content: "";
  position: relative;
  top: 9px;
  background: url(../images/location.png) 0 0 transparent no-repeat;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-info-wpr .address-wpr {
  color: #777777;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-info-wpr .address-wpr .office-title {
  margin: 0;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-info-wpr .address-wpr .office-title a {
  color: #2F2E2F;
  text-decoration: underline;
  font-weight: 500;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-info-wpr .address-wpr .address {
  margin: 0;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-one .view-provider-office-sidebar .view-content .office-info-wpr .address-wpr .city-zip {
  margin: 0;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-two {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .second-layer .second-l-column-two {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .column-two-inner {
    margin: 0 0 0 20px;
  }
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-details {
  padding: 20px 15px;
  background: #fff;
  float: left;
  width: 100%;
  border-radius: 7px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-details {
    margin: 0px 0px 15px 0px;
    padding: 20px 30px;
  }
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-details label {
  margin: 0px 0 10px 0px;
  color: #981D97;
  font-size: 16px;
  border-bottom: 3px solid #981D97;
  display: inline-block;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-details {
    display: block;
  }
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-details .field {
  margin: 0 0 15px 0px;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-details .field {
    width: 50%;
    float: left;
  }
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-details .field .field__label {
  margin: 0px 0 10px 0px;
  color: #981D97;
  font-size: 16px;
  border-bottom: 3px solid #981D97;
  display: inline-block;
  font-weight: 500;
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-about {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-about {
    float: left;
    width: 100%;
  }
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-about .provider-about-inner {
  padding: 20px 30px;
  background: #fff;
  margin: 15px 0px 0 0px;
  border-radius: 7px;
}
@media only screen and (min-width: 992px) {
  .node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-about .provider-about-inner {
    margin: 10px 0px 20px 20px;
  }
}
.node--type-doctor #main-wrapper #main .second-layer .second-l-column-two .provider-about .provider-about-inner label {
  margin-bottom: 15px;
  color: #981D97;
  font-size: 16px;
  border-bottom: 3px solid #981D97;
  display: inline-block;
  font-weight: 500;
}

.node--type-office #main-wrapper #main {
  background: transparent;
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: -90px;
}
.node--type-office #main-wrapper #main .office-row-one {
  margin: 0;
  padding: 0;
  background: none;
  border-radius: 7px;
}
@media only screen and (min-width: 992px) {
  .node--type-office #main-wrapper #main .office-row-one {
    display: flex;
    align-items: flex-start;
  }
}
.node--type-office #main-wrapper #main .office-row-one .office-column .btn {
  width: 100%;
  margin-bottom: 1rem;
}
.node--type-office #main-wrapper #main .office-row-one .office-column .btn:last-of-type {
  margin-bottom: 3rem;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info {
  background: #fff;
  border-radius: 7px;
  padding: 30px 30px;
}
@media only screen and (min-width: 992px) {
  .node--type-office #main-wrapper #main .office-row-one .office-column.info {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .appt-num-wpr {
  margin-bottom: 30px;
  text-align: center;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .appt-num-wpr h2 {
  font-size: 16px;
  color: #2F2E2F;
  font-weight: 800;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .appt-num-wpr .field--name-field-office-phone {
  font-size: 33px;
  color: #2F2E2F;
  font-weight: 500;
  line-height: 1;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .appt-num-wpr .office-intro {
  text-align: left;
  margin: 1rem 0;
  font-size: 1rem;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner {
    display: flex;
  }
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-info-column {
  color: #777777;
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-info-column {
    flex: 0 0 50%;
    padding-right: 25px;
    padding-bottom: 1rem;
  }
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-info-column h3 {
  margin: 0px 0 10px 0px;
  color: #981D97;
  font-size: 16px;
  border-bottom: 3px solid #981D97;
  display: block;
  padding-bottom: 7px;
  font-weight: 700;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-info-column .office-info-term {
  margin: 0 0 10px 0;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-info-column .office-info-term > .field {
  display: inline-block;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-info-column .icon {
  margin: 0 5px 0px 0px;
  display: inline-block;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-info-column .icon > .field {
  margin: 0;
  float: none;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-info-column .icon > .field img {
  margin: 0;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-info-column .btn {
  margin-top: 15px;
  display: block;
  font-size: 1rem;
  margin-bottom: 30px;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-info-column .btn:after {
  background: url(../images/np_arrow_right.png) 0 0 transparent no-repeat;
  display: inline-block;
  background-size: 9px auto;
  height: 15px;
  width: 11px;
  content: "";
  top: 3px;
  position: relative;
  margin-left: 6px;
  right: -2px;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-hours-column {
  position: relative;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-hours-column {
    flex: 0 0 50%;
    padding-left: 25px;
    padding-bottom: 60px;
  }
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-hours-column h3 {
  margin: 0px 0 5px 0px;
  color: #981D97;
  font-size: 16px;
  border-bottom: 3px solid #981D97;
  display: block;
  padding-bottom: 7px;
  font-weight: 700;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-hours-column .field .field__label {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-hours-column .office-spacer {
    display: block;
    min-height: 90px;
  }
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-hours-column .btn {
  margin-top: 15px;
  display: block;
  font-size: 1rem;
  margin-bottom: 30px;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-hours-column .btn:after {
  background: url(../images/np_arrow_right.png) 0 0 transparent no-repeat;
  display: inline-block;
  background-size: 9px auto;
  height: 15px;
  width: 11px;
  content: "";
  top: 3px;
  position: relative;
  margin-left: 6px;
  right: -2px;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-hours-column .hours-txt {
  font-weight: 500;
  color: #BC27BB;
  padding: 0;
  margin-top: 30px;
  line-height: 1.3;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.info .office-info-inner .office-hours-column .hours-note {
  font-style: italic;
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .node--type-office #main-wrapper #main .office-row-one .office-column.map {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
.node--type-office #main-wrapper #main .office-row-one .office-column.map .office-map-column {
  padding: 15px 15px;
  background: #fff;
  border-radius: 7px;
  margin: 15px 0px 0 0;
}
@media only screen and (min-width: 992px) {
  .node--type-office #main-wrapper #main .office-row-one .office-column.map .office-map-column {
    margin: 0px 0px 15px 15px;
  }
}
.node--type-office #main-wrapper #main .office-row-one .office-column.map .office-map-column .field__label {
  color: #981D97;
  margin-bottom: 30px;
  font-weight: 700;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.map .office-map-column .field__label::before {
  display: inline-block;
  height: 33px;
  width: 30px;
  content: "";
  position: relative;
  top: 9px;
  background: url(../images/location.png) 0 0 transparent no-repeat;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.map .office-phone,
.node--type-office #main-wrapper #main .office-row-one .office-column.map .office-fax {
  display: flex;
  gap: 7px;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.map .address {
  margin-bottom: 0;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.map .address .country {
  visibility: hidden;
  display: none;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.map .office-map-link {
  margin-bottom: 1rem;
}
.node--type-office #main-wrapper #main .office-row-one .office-column.map .map-render {
  margin-top: 1rem;
}
.node--type-office #main-wrapper #main .office-row-two {
  padding: 30px;
}
.node--type-office #main-wrapper #main .office-row-two .field--name-body {
  color: #2F2E2F;
  font-size: 16px;
}
.node--type-office #main-wrapper #main .office-row-two .field--name-body h2 {
  margin: 0px 0 30px 0px;
  color: #981D97;
  font-size: 16px;
  border-bottom: 3px solid #981D97;
  display: inline-block;
  padding-bottom: 7px;
}
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1, .node--type-office #main-wrapper #main .providers-view-block,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2, .node--type-office #main-wrapper #main .providers-view-block {
  padding: 30px;
}
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 h2, .node--type-office #main-wrapper #main .providers-view-block h2,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 h2, .node--type-office #main-wrapper #main .providers-view-block h2 {
  margin: 0px 0 30px 0px;
  color: #981D97;
  font-size: 16px;
  border-bottom: 3px solid #981D97;
  display: inline-block;
  padding-bottom: 7px;
  font-weight: 500;
}
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 .view .view-content.row, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 .view .view-content.row, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row {
  margin: 0 -15px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 .view .view-content.row, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 .view .view-content.row, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row {
    margin: 0 -15px;
    display: flex;
    align-items: flex-start;
  }
}
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 .view .view-content.row .views-row, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 .view .view-content.row .views-row, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 .view .view-content.row .views-row, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 .view .view-content.row .views-row, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 .view .view-content.row .views-row .views-field-title, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-title,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 .view .view-content.row .views-row .views-field-title, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 .view .view-content.row .views-row .views-field-title a, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-title a,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 .view .view-content.row .views-row .views-field-title a, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-title a {
  color: #981D97;
  text-decoration: underline;
  font-weight: 500;
}
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 .view .view-content.row .views-row .views-field-title a:hover, .node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 .view .view-content.row .views-row .views-field-title a:focus, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-title a:hover, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-title a:focus,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 .view .view-content.row .views-row .views-field-title a:hover,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 .view .view-content.row .views-row .views-field-title a:focus, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-title a:hover, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-title a:focus {
  text-decoration: none;
}
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 .view .view-content.row .views-row .views-field-field-doctor-titles, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-field-doctor-titles,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 .view .view-content.row .views-row .views-field-field-doctor-titles, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-field-doctor-titles {
  font-weight: 500;
}
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-1 .view .view-content.row .views-row .views-field-field-doctor-photo img, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-field-doctor-photo img,
.node--type-office #main-wrapper #main .block-views-blockoffice-providers-block-2 .view .view-content.row .views-row .views-field-field-doctor-photo img, .node--type-office #main-wrapper #main .providers-view-block .view .view-content.row .views-row .views-field-field-doctor-photo img {
  max-width: 100%;
  height: auto;
}
.node--type-office .region-subcontent-fourth {
  padding-top: 0;
}

.view-page-doctors {
  padding: 0;
}
.view-page-doctors .views-exposed-form .row {
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .view-page-doctors .views-exposed-form .row #edit-actions {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  .view-page-doctors .views-exposed-form .row #edit-actions {
    margin-top: 2em !important;
  }
}
.view-page-doctors .view-content {
  padding: 25px 15px;
}
.view-page-doctors .view-content .views-row {
  padding: 0px 15px 30px 10px;
}
.view-page-doctors .view-content .views-row .views-field-field-doctor-photo {
  margin: 0 0 10px 0px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .view-page-doctors .view-content .views-row .views-field-field-doctor-photo img {
    width: 100%;
    height: auto;
    max-width: 230px;
  }
}
.view-page-doctors .view-content .views-row .views-field-title {
  margin: 0;
  font-weight: 700;
}
.view-page-doctors .view-content .views-row .views-field-field-doctor-titles {
  margin: 0;
}
.view-page-doctors .view-content .views-row .views-field-field-office-phone {
  margin: 0;
  font-weight: 500;
}

.views-exposed-form .row {
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .views-exposed-form .row #edit-actions {
    margin-bottom: 0 !important;
  }
}
.views-exposed-form .form-row {
  display: block;
}
@media only screen and (min-width: 992px) {
  .views-exposed-form .form-row {
    flex-wrap: wrap;
    display: flex;
    padding-left: 10px;
  }
}
.views-exposed-form .form-row > fieldset {
  max-width: 100%;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .views-exposed-form .form-row > fieldset {
    flex: 0 0 33%;
    max-width: 33%;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 0;
  }
}
.views-exposed-form .form-row > fieldset label {
  display: block;
  font-weight: 600;
}
.views-exposed-form .form-row > fieldset select, .views-exposed-form .form-row > fieldset input {
  width: 100%;
}

.view-locations {
  margin: 0;
}
.view-locations .attachment {
  margin-bottom: 40px;
}
.view-locations .attachment .view-content .gm-style-iw-d {
  font-size: 18px;
}
.view-locations .attachment .view-content .gm-style-iw-d > div > a {
  margin-bottom: 10px;
  display: block;
}
.view-locations .attachment .view-content .gm-style-iw a {
  font-weight: bold;
}
.view-locations .attachment .view-content .views-label {
  display: inline;
}
.view-locations .attachment .view-content .country {
  display: none;
}
.view-locations .attachment .view-content .directions a {
  margin-top: 15px;
  display: block;
  font-weight: normal;
}
.view-locations .view-content {
  margin-top: 50px;
}
.view-locations .view-content,
.view-locations .blazy ul {
  margin: 0;
  display: flex;
}
.view-locations .view-content li,
.view-locations .view-content .views-row,
.view-locations .blazy ul li,
.view-locations .blazy ul .views-row {
  margin: 0 0 40px 0;
  border: none;
  width: 100%;
  display: flex;
  flex-flow: column;
}
@media only screen and (min-width: 768px) {
  .view-locations .view-content li,
.view-locations .view-content .views-row,
.view-locations .blazy ul li,
.view-locations .blazy ul .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .view-locations .view-content li,
.view-locations .view-content .views-row,
.view-locations .blazy ul li,
.view-locations .blazy ul .views-row {
    width: 33.3333%;
  }
}
.view-locations .view-content li .views-field-title,
.view-locations .view-content .views-row .views-field-title,
.view-locations .blazy ul li .views-field-title,
.view-locations .blazy ul .views-row .views-field-title {
  font-size: 18px;
  font-weight: 600;
}
.view-locations .view-content li .views-field-field-office-address,
.view-locations .view-content .views-row .views-field-field-office-address,
.view-locations .blazy ul li .views-field-field-office-address,
.view-locations .blazy ul .views-row .views-field-field-office-address {
  margin: 10px 0 0 0;
}
.view-locations .view-content li .views-field-field-office-phone,
.view-locations .view-content .views-row .views-field-field-office-phone,
.view-locations .blazy ul li .views-field-field-office-phone,
.view-locations .blazy ul .views-row .views-field-field-office-phone {
  font-size: 14px;
}
.view-locations .view-content li .views-field-field-office-phone .views-label,
.view-locations .view-content .views-row .views-field-field-office-phone .views-label,
.view-locations .blazy ul li .views-field-field-office-phone .views-label,
.view-locations .blazy ul .views-row .views-field-field-office-phone .views-label {
  display: inline-block;
}
.view-locations .view-content li .views-field-field-office-phone .field-content,
.view-locations .view-content .views-row .views-field-field-office-phone .field-content,
.view-locations .blazy ul li .views-field-field-office-phone .field-content,
.view-locations .blazy ul .views-row .views-field-field-office-phone .field-content {
  display: inline-block;
}
.view-locations .view-content li .views-field-field-office-fax,
.view-locations .view-content .views-row .views-field-field-office-fax,
.view-locations .blazy ul li .views-field-field-office-fax,
.view-locations .blazy ul .views-row .views-field-field-office-fax {
  margin-bottom: 20px;
  font-size: 14px;
}
.view-locations .view-content li .views-field-field-office-fax .views-label,
.view-locations .view-content .views-row .views-field-field-office-fax .views-label,
.view-locations .blazy ul li .views-field-field-office-fax .views-label,
.view-locations .blazy ul .views-row .views-field-field-office-fax .views-label {
  display: inline-block;
}
.view-locations .view-content li .views-field-field-office-fax .field-content,
.view-locations .view-content .views-row .views-field-field-office-fax .field-content,
.view-locations .blazy ul li .views-field-field-office-fax .field-content,
.view-locations .blazy ul .views-row .views-field-field-office-fax .field-content {
  display: inline-block;
}
.view-locations .view-content li div[class$=hours],
.view-locations .view-content .views-row div[class$=hours],
.view-locations .blazy ul li div[class$=hours],
.view-locations .blazy ul .views-row div[class$=hours] {
  margin-bottom: 20px;
  font-size: 14px;
  display: flex;
  flex-flow: column;
}
.view-locations .view-content li div[class$=hours] .views-label,
.view-locations .view-content .views-row div[class$=hours] .views-label,
.view-locations .blazy ul li div[class$=hours] .views-label,
.view-locations .blazy ul .views-row div[class$=hours] .views-label {
  display: inline-block;
  text-decoration: underline;
}
.view-locations .view-content li div[class$=hours] .field-content,
.view-locations .view-content .views-row div[class$=hours] .field-content,
.view-locations .blazy ul li div[class$=hours] .field-content,
.view-locations .blazy ul .views-row div[class$=hours] .field-content {
  display: inline-block;
}
.view-locations .view-content li .views-field-view-node,
.view-locations .view-content .views-row .views-field-view-node,
.view-locations .blazy ul li .views-field-view-node,
.view-locations .blazy ul .views-row .views-field-view-node {
  margin-top: auto;
}
.view-locations .view-content li .views-field-view-node .field-content a,
.view-locations .view-content .views-row .views-field-view-node .field-content a,
.view-locations .blazy ul li .views-field-view-node .field-content a,
.view-locations .blazy ul .views-row .views-field-view-node .field-content a {
  font-weight: normal;
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 34px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  color: #fff;
  background-color: #BC27BB;
  border: 3px solid #BC27BB;
  margin-top: 15px;
}
.view-locations .view-content li .views-field-view-node .field-content a:hover, .view-locations .view-content li .views-field-view-node .field-content a:focus, .view-locations .view-content li .views-field-view-node .field-content a:active,
.view-locations .view-content .views-row .views-field-view-node .field-content a:hover,
.view-locations .view-content .views-row .views-field-view-node .field-content a:focus,
.view-locations .view-content .views-row .views-field-view-node .field-content a:active,
.view-locations .blazy ul li .views-field-view-node .field-content a:hover,
.view-locations .blazy ul li .views-field-view-node .field-content a:focus,
.view-locations .blazy ul li .views-field-view-node .field-content a:active,
.view-locations .blazy ul .views-row .views-field-view-node .field-content a:hover,
.view-locations .blazy ul .views-row .views-field-view-node .field-content a:focus,
.view-locations .blazy ul .views-row .views-field-view-node .field-content a:active {
  color: #BC27BB;
  background-color: transparent;
  border-color: #BC27BB;
  border: 3px solid #BC27BB;
}
.view-locations.view-display-id-page_1 .view-content .views-row {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .view-locations.view-display-id-page_1 .view-content .views-row {
    width: 31.3333%;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 992px) {
  .view-locations.view-display-id-page_1 .view-content .views-row {
    width: 23%;
    margin-right: 2%;
  }
}

@media only screen and (min-width: 768px) {
  .view-forms .views-exposed-form .row #edit-actions {
    margin-top: 2em;
  }
}

.view-forms h3 {
  margin-block: 20px;
  font-weight: bold;
  width: 100%;
}

.view-forms .view-content .views-row {
  margin-inline-start: 20px;
  margin-block-end: 20px;
  padding-block-end: 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.view-forms .view-content .views-row a {
  font-weight: bold;
}

.view-forms .view-content .views-row:last-of-type {
  border-bottom: 0;
}

.webform-submission-form {
  padding: 20px;
  border-radius: 10px;
  background-color: #B9E1D9;
}
.webform-submission-form .fieldset-legend {
  font-size: 30px;
  font-weight: bold;
  color: #981D97;
}
.webform-submission-form .webform-element-description {
  color: #222122;
}
.webform-submission-form .js-form-item {
  margin-bottom: 1em;
}
.webform-submission-form .form-type-select label {
  width: 100%;
}
.webform-submission-form .js-form-managed-file label,
.webform-submission-form .js-form-managed-file .btn-primary {
  font-weight: normal;
  color: #fff;
  background-color: #00a798;
  border-color: #008d81;
  padding: 5px 25px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 34px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-top-width: 3px;
  border-right-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 3px;
}
.webform-submission-form .js-form-managed-file label.form-submit,
.webform-submission-form .js-form-managed-file .btn-primary.form-submit {
  background-color: #981D97;
  border-color: #981D97;
}

.node--type-specialty-care-services .scs-providers .field__label,
.node--type-specialty-care-services .scs-resources .field__label {
  margin-bottom: 15px;
  color: #981D97;
  font-size: 16px;
  border-bottom: 3px solid #981D97;
  display: inline-block;
  font-weight: 500;
}
.node--type-specialty-care-services .scs-resources {
  margin-bottom: 2em;
}
.node--type-specialty-care-services .scs-phone {
  margin-bottom: 60px;
  text-align: center;
}
.node--type-specialty-care-services .scs-phone h2 {
  font-size: 16px;
  color: #2F2E2F;
  font-weight: 800;
}
.node--type-specialty-care-services .scs-phone .scs-phone-number {
  font-size: 33px;
  color: #2F2E2F;
  font-weight: 500;
  line-height: 1;
}
.node--type-specialty-care-services .scs-providers .field__items {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.node--type-specialty-care-services .scs-providers .field__items > .field__item {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 1.25rem;
}
.node--type-specialty-care-services .scs-providers .field__items .field--type-image {
  float: none;
}
.node--type-specialty-care-services .scs-providers .field__items .provider-name > div {
  display: inline;
}
.node--type-specialty-care-services .scs-providers .field__items .provider-name .field--name-field-doctor-titles {
  display: flex;
  gap: 0;
}
.node--type-specialty-care-services .scs-providers .field__items .provider-name .field--name-field-doctor-titles .field__item {
  margin-right: 7px;
  max-width: none;
}
.node--type-specialty-care-services .scs-providers .field__items .provider-name .field--name-field-doctor-titles .field__item:after {
  content: ", ";
}
.node--type-specialty-care-services .scs-providers .field__items .provider-name .field--name-field-doctor-titles .field__item:last-child:after {
  content: "";
}

.form-select,
select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-actions .btn {
  padding: 5px 25px;
  font-size: 14px;
}

.paragraph--type--call-to-actions {
  margin-bottom: 20px;
}
.paragraph--type--call-to-actions .cta-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.paragraph--type--call-to-actions .cta-img {
  margin-bottom: 15px;
}
.paragraph--type--call-to-actions .cta-img .field--type-image {
  float: none;
}
.paragraph--type--call-to-actions .cta-img .field--type-image img {
  float: none;
  width: 100%;
  height: auto;
}
.paragraph--type--call-to-actions .cta-body {
  margin-bottom: 15px;
}
.paragraph--type--call-to-actions .cta-link {
  margin-bottom: 15px;
}

.featured-bottom .ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: transparent !important;
  padding: 0 !important;
  position: relative;
}
.featured-bottom .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
  color: #981D97 !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  font-size: 27px !important;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 992px) {
  .featured-bottom .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
    font-size: 30px !important;
  }
}
.featured-bottom div.ctct-form-custom {
  position: relative;
}
.featured-bottom div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
  color: #981D97 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding-right: 7% !important;
  max-width: 720px !important;
  font-size: 14px !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}
.featured-bottom div.ctct-form-embed #gdpr_text,
.featured-bottom .ctct-form-footer {
  display: none !important;
}
.featured-bottom div.ctct-form-embed .ctct-form-field label {
  display: none !important;
  margin-bottom: 0;
}
.featured-bottom div.ctct-form-embed .ctct-form-field #email_address_0 {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='50px' width='120px'><text x='0' y='15' fill='gray' font-size='16'>Enter Email</text></svg>");
  background-repeat: no-repeat;
  background-position: 40px 22px;
  color: #2F2E2F;
  border: none;
  font-size: 15px;
  padding-left: 0;
  height: 65px;
  line-height: 65px;
  width: 100%;
  text-align: center;
  display: inline;
}
@media only screen and (min-width: 992px) {
  .featured-bottom div.ctct-form-embed .ctct-form-field #email_address_0 {
    text-align: left;
    padding-left: 40px;
  }
}
.featured-bottom div.ctct-form-embed .ctct-form-field #email_address_0:focus, .featured-bottom div.ctct-form-embed .ctct-form-field #email_address_0:active, .featured-bottom div.ctct-form-embed .ctct-form-field #email_address_0.is-error {
  background-image: none !important;
}
.featured-bottom div.ctct-form-embed .ctct-form-button {
  display: block;
  font-size: 1.0625rem !important;
  width: 100%;
  height: 65px !important;
  line-height: 4.0625rem !important;
  margin: 0 !important;
  text-align: center !important;
  padding: 0 !important;
  font-weight: 600 !important;
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  border: none !important;
  bottom: 0;
  right: 0;
  text-transform: uppercase !important;
}
@media only screen and (min-width: 992px) {
  .featured-bottom div.ctct-form-embed .ctct-form-button {
    position: absolute;
    width: 160px !important;
  }
}
.featured-bottom div.grecaptcha-badge {
  display: none !important;
}

#block-views-block-meet-administrators-block-1,
#block-views-block-meet-administrators-block-2,
#block-views-block-meet-administrators-block-3 {
  margin-block-end: 40px;
}

.view-header {
  margin-bottom: 4.5rem;
}

.view-meet-administrators .view-header {
  margin-block-end: 20px;
}
.view-meet-administrators.view-display-id-block_1 .views-row {
  padding-bottom: 20px;
}
.view-meet-administrators.view-display-id-block_1 .views-field-title {
  font-weight: bold;
  margin-top: 10px;
}
.view-meet-administrators.view-display-id-block_2 .views-row, .view-meet-administrators.view-meet-administrators .views-row {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  width: 100%;
  float: left;
}
@media (min-width: 800px) {
  .view-meet-administrators.view-display-id-block_2 .views-row .views-field-field-staff-photo, .view-meet-administrators.view-meet-administrators .views-row .views-field-field-staff-photo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.view-meet-administrators.view-display-id-block_2 .views-row .views-field-title, .view-meet-administrators.view-meet-administrators .views-row .views-field-title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.view-meet-administrators.view-display-id-block_2 .views-row:last-of-type, .view-meet-administrators.view-meet-administrators .views-row:last-of-type {
  border-bottom: 0;
}
.view-meet-administrators.view-display-id-block_3 .views-field-title {
  font-weight: bold;
  margin-top: 10px;
}

body.toolbar-fixed.gin--vertical-toolbar, body.toolbar-fixed.gin--horizontal-toolbar, body.toolbar-fixed.gin--classic-toolbar {
  padding-top: 0 !important;
}

.slick-arrow::before,
.slick-arrow::after {
  color: #ddd;
}

.slick-prev {
  margin-left: -1rem;
}

.slick-next {
  margin-right: -1rem;
}

blockquote {
  border: 10px solid #BC27BB;
  margin: 3rem auto;
  padding: 1rem;
}
@media (min-width: 1001px) {
  blockquote {
    max-width: 1200px;
    width: 90%;
  }
}

.view-news .view-content > div {
  width: 100%;
}

.site-footer .site-footer__top button {
  background: none;
}

.site-footer .site-footer__top h2 {
  font-size: 1.3125rem;
  font-weight: 600;
  border: none;
  color: #2F2E2F;
  text-transform: none;
  cursor: default;
  padding-right: 1rem;
}

.slick-arrow::before, .slick-arrow::after {
  color: #ddd !important;
}

a.green-button {
  background-color: #00b398;
  border-radius: 5px;
  height: 50px;
  min-width: 200px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  margin-right: 1.5rem;
  padding: 0 1rem;
  line-height: 50px;
}

a.green-button:hover {
  text-decoration: none;
  position: relative;
  top: 1px;
}

.align-right {
  margin-bottom: 1.5rem;
}

@media (max-width: 800px) {
  body.node--type-article .field--name-field-article-image {
    float: none !important;
  }
}
@media (min-width: 801px) {
  body.node--type-article .field--name-field-article-image {
    float: right !important;
    margin: 0 0 1.5rem 1.5rem;
  }
}
body.node--type-article .field--name-field-categories {
  margin-top: 3rem;
}
body.node--type-article .field--name-field-categories .field__item {
  color: #981D97;
  font-weight: bold;
}
body.node--type-article .node__meta {
  color: #981D97;
  text-align: right;
}

.view-articles .view-content .views-row {
  display: flex;
  margin: 1em 0;
}
@media (max-width: 800px) {
  .view-articles .view-content .views-row {
    flex-direction: column-reverse;
  }
  .view-articles .view-content .views-row .views-field-views-conditional-field-2 {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media (min-width: 801px) {
  .view-articles .view-content .views-row .views-field-field-article-image .field-content {
    padding-left: 3rem;
  }
}
.view-articles .view-content .views-row:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3rem;
  margin-bottom: 1.5rem;
}

body.node--type-doctor .field--name-field-repugen-code {
  float: right;
  margin: 0 0 1rem 1rem;
}
@media (max-width: 800px) {
  body.node--type-doctor .field--name-field-repugen-code {
    float: none;
  }
}

body.path-node .node--type-article .field--name-field-article-section .btn {
  color: #fff;
  position: relative;
  font-size: 18px;
  display: inline-block;
  background: #BC27BB;
  padding: 12px 45px;
  border-radius: 34px;
  font-weight: 500;
}
body.path-node .node--type-article .field--name-field-article-section .field__item .field--name-field-section-title {
  clear: both;
  font-size: 1.25rem;
  color: #981D97;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  margin-top: 3rem;
}
@media (min-width: 801px) {
  body.path-node .node--type-article .field--name-field-article-section .field__item .field--name-field-section-image {
    float: right;
    margin: 0 0 1rem 1rem;
  }
}

.region-float {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
}

@media (min-width: 801px) {
  .region-float {
    display: none;
  }
}
.block-content-complimentary_prenatal_meeting .heading {
  color: #981D97;
  font-size: 1.25rem;
  margin-top: 3rem;
}
.block-content-complimentary_prenatal_meeting .content {
  padding: 1rem;
}
.block-content-complimentary_prenatal_meeting .btn {
  background: #981D97;
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 14px;
  display: block;
}
.block-content-complimentary_prenatal_meeting .btn:hover {
  position: relative;
  top: 1px;
}
.block-content-complimentary_prenatal_meeting .field--name-body {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 7px;
}

#block-pedialliance-welcometophcapopup {
  display: none;
}
#block-pedialliance-welcometophcapopup .field--name-body {
  padding: 1rem;
}

.spb_close {
  background: #981D97;
  color: #fff;
  border-radius: 3px;
}

.spb-popup-main-wrapper {
  border-color: #981D97;
  border-radius: 5px;
}

.spb_center {
  top: 150px;
}

.block-views-blockmeet-administrators-block-1 .view-meet-administrators .view-content {
  gap: 1em;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 600px) {
  .block-views-blockmeet-administrators-block-1 .view-meet-administrators .view-content {
    flex-direction: column;
  }
}
.block-views-blockmeet-administrators-block-1 .view-meet-administrators .view-content .views-row {
  flex: 1;
}
@media (max-width: 800px) {
  .block-views-blockmeet-administrators-block-1 .view-meet-administrators .view-content .views-row {
    width: 46%;
  }
}

.block-views-blockmeet-administrators-office-managers .view-content {
  margin: 0;
}
.block-views-blockmeet-administrators-office-managers .view-content .views-row .views-field-title {
  font-weight: bold;
}

.view-id-meet_administrators.view-display-id-block_2 .view-content {
  display: block !important;
}

#block-pedialliance-views-block-meet-administrators-office-managers {
  margin: 3rem 0;
}

.view-id-meet_administrators.view-display-id-block_3 .view-content {
  justify-content: left;
}
.view-id-meet_administrators.view-display-id-block_3 .views-row {
  min-width: 250px;
}

body.page-node-1336 h2 {
  font-weight: bold;
}

.site-bulletin-container {
  background: #B9E1D9;
  border-bottom: 1px solid #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.node--type-bulletin.node--promoted.node--view-mode-teaser {
  border: none;
  margin: 0;
  padding: 1rem;
}
@media (max-width: 800px) {
  .node--type-bulletin.node--promoted.node--view-mode-teaser {
    padding: 1rem 2rem;
  }
}
.node--type-bulletin.node--promoted.node--view-mode-teaser .node__content {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 800px) {
  .node--type-bulletin.node--promoted.node--view-mode-teaser .node__content {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.node--type-bulletin.node--promoted.node--view-mode-teaser .node__content .node-readmore {
  line-height: 1.1;
}
.node--type-bulletin.node--promoted.node--view-mode-teaser .node__content .field--name-body {
  font-weight: bold;
}
.node--type-bulletin.node--promoted.node--view-mode-teaser .node__content i, .node--type-bulletin.node--promoted.node--view-mode-teaser .node__content div {
  display: inline-block;
}
.node--type-bulletin.node--promoted.node--view-mode-teaser .node__content i {
  margin-right: 1em;
}
.node--type-bulletin.node--promoted.node--view-mode-teaser .node__content a {
  color: #fff;
  position: relative;
  font-size: 18px;
  display: block;
  width: max-content;
  background: #BC27BB;
  padding: 6px 25px;
  border-radius: 34px;
  font-weight: 500;
}
.node--type-bulletin.node--promoted.node--view-mode-teaser .node__content a:hover {
  text-decoration: none;
  position: relative;
  top: 1px;
}

.site-bulletin-container:has(article.type-notice) {
  background: #f5f5b3;
}

.site-bulletin-container:has(article.type-important) {
  background: #f23859;
}
.site-bulletin-container:has(article.type-important) a {
  border: 2px solid #fff;
}

body.gin--horizontal-toolbar .site-bulletin-container {
  padding-top: 50px;
}

body.gin--horizontal-toolbar {
  padding-top: 0 !important;
}
body.gin--horizontal-toolbar .navbar #block-secondarynavigation {
  margin-top: 50px;
}

body.gin--horizontal-toolbar #page:has(.site-bulletin-container) .navbar #block-secondarynavigation {
  margin-top: 0;
}

.front-flex {
  display: flex;
  margin: 3rem 3rem 0 3rem;
  gap: 3rem;
  text-align: center;
  position: relative;
  z-index: 1000;
}

#block-pedialliance-frontpagecopyforhero {
  margin: 3rem;
  position: relative;
  z-index: 1000;
}

#block-pedialliance-views-block-front-page-news-block-block-1 {
  margin-left: 6rem;
}
#block-pedialliance-views-block-front-page-news-block-block-1 h2 {
  margin-left: -2rem;
}

.region-footer-first ul,
.region-footer-second ul,
.region-footer-third ul,
.region-footer-fourth ul {
  padding-left: 3rem;
}

.site-footer__bottom {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: #CEEAE4;
  background: radial-gradient(circle, #ceeae4 0%, #d3ceea 100%);
}

.region-bulletin {
  font-size: 1.25rem;
}
.region-bulletin p {
  margin-top: 1rem;
}
.region-bulletin .fas {
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 800px) {
  .region-bulletin .fas {
    display: none !important;
  }
}

@media (max-width: 1500px) {
  .main-content.col {
    /*padding-top:450px !important;*/
  }

  .sideshow-block {
    top: 5%;
  }
  .sideshow-block img {
    width: 525px;
    height: auto;
  }
}
@media (max-width: 1300px) {
  .sideshow-block {
    top: 5%;
  }
  .sideshow-block img {
    width: 450px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .sideshow-block {
    top: 5%;
  }
  .sideshow-block img {
    width: 350px;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .block-page-title-block {
    padding-top: 0 !important;
  }

  #block-pedialliance-frontpagecopyforhero {
    margin-top: 0;
  }

  .sideshow-block {
    top: 5%;
  }
  .sideshow-block img {
    width: 100%;
    height: auto;
  }

  .front-tests {
    flex-direction: column;
  }
}
#block-pedialliance-views-block-meet-administrators-office-managers {
  clear: both;
}

.staff.flex {
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 1000px) {
  .staff.flex {
    flex-direction: column;
  }
}
.view-meet-administrators .view-header {
  border-bottom: 2px solid #B9E1D9;
}

#block-views-block-meet-administrators-block-1 .views-row,
#block-views-block-meet-administrators-block-3 .views-row {
  border: none;
}

body.page-node-1336 #content h2 {
  padding-top: 3rem;
}

@media (max-width: 800px) {
  .row.region.region-footer-fifth {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.site-footer__top ul.nav {
  display: block !important;
}

@media (max-width: 800px) {
  .region-subcontent-first .cta-block-wpr .cta-link, .region-subcontent-first .view-calls-to-action .views-row .cta-link {
    font-size: 1rem;
  }

  .site-bulletin-container .row,
.region-subcontent-second .block {
    margin: 0;
  }

  #block-pedialliance-frontpagecopyforhero {
    margin: 1.5rem;
  }

  #block-views-block-testimonials-front-page-block-1 .slick-list.draggable {
    display: none !important;
  }

  #block-pedialliance-views-block-front-page-news-block-block-1 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  #block-views-block-calls-to-action-block-1 {
    overflow: clip;
  }
  #block-views-block-calls-to-action-block-1 .view-content.row {
    padding-left: 0;
    padding-right: 0;
  }

  .front-flex {
    margin: 0;
    flex-direction: column;
  }

  .section-sub-two {
    padding-top: 0;
  }

  .block-views-block-calls-to-action-block-1 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.badges {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.badges > div {
  flex: 1;
}

.field--name-field-repugen-code a {
  text-transform: capitalize;
}

.webform-submission-complimentary-prenatal-meeting-form #edit-how-did-you-hear-about-us---wrapper.form-control {
  height: 100%;
  background: transparent;
}
.webform-submission-complimentary-prenatal-meeting-form #edit-how-did-you-hear-about-us---wrapper.form-control .form-check-input {
  margin-left: 2.5rem;
}
.webform-submission-complimentary-prenatal-meeting-form #edit-how-did-you-hear-about-us---wrapper--description {
  margin-left: 1rem;
  color: red;
}
@media (min-width: 800px) {
  .webform-submission-complimentary-prenatal-meeting-form .form-item-newsletter-permission {
    margin-top: 2.5rem;
  }
}

@media (max-width: 800px) {
  .webform-options-display-two-columns {
    column-count: 1 !important;
  }
}
/* GENERAL STYLES
-------------------------------------------------*/
body {
  background: #fff;
}

/* COLORS 
--------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
