@font-face {
  font-family: "proximanova";
  src: url("font/proxima_nova_regular-webfont.woff2") format("woff2"), url("font/proxima_nova_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-bold";
  src: url("font/proxima_nova_bold-webfont.woff2") format("woff2"), url("font/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* GENERAL */
body {
  width: 100%;
  height: 100%;
  font-family: "proximanova", arial, sans-serif;
  font-size: 16px;
  color: #111111;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  font-family: "proximanova", arial, sans-serif;
  font-weight: 400;
  color: #582c83;
  line-height: 1.2;
}

h1 {
  margin: 10px 0 20px 0;
  font-size: 42px;
}

h2 {
  margin: 10px 0 16px 0;
  font-size: 34px;
}

h3 {
  margin: 10px 0 14px 0;
  font-size: 28px;
}

h4 {
  margin: 10px 0 10px 0;
  font-size: 22px;
}

.main-content h1 {
  margin: 25px 0;
}

.main-content-header h1 {
  margin: 10px 0;
}

.main-content h3 {
  margin: 20px 0 8px;
}

.main-content img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 10px 0 20px 0;
  font-size: 18px;
  line-height: 145%;
}

a {
  color: rgb(88, 44, 131);
  text-decoration: underline;
}

a,
a:visited,
a:hover,
a:focus {
  outline: 0;
}

a:hover,
a:focus {
  color: rgb(0, 94, 184);
  text-decoration: none;
}

.editor-styles-wrapper {
  max-width: 100%;
}

.editor-styles-wrapper .wp-block {
  width: 100%;
}

html .editor-styles-wrapper :where(.wp-block) {
  margin-bottom: 0;
  margin-top: 0;
  max-width: none;
}

.editor-styles-wrapper p {
  margin: 10px 0 20px;
  font-size: 18px;
  line-height: 1.45;
}

/* HEADER SEARCH STYLES */
.header-items {
  margin: 0;
  padding: 0;
}

/* BANNER */
.banner-image img {
  max-width: 100%;
  height: auto;
  border-radius: 1em;
  margin: 1.5em 0;
}

/* HEADERS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #582c83;
  line-height: 1.2;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4 {
  color: #582c83;
}

/* BREADCRUMBS */
.breadcrumbs {
  background: #f7f7f7;
  box-shadow: inset 0 -1px 0 rgba(89, 89, 89, 0.1);
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5em 0;
}

@media (min-width: 1180px) {
  .breadcrumbs {
    box-shadow: 0 -1px 0 rgba(89, 89, 89, 0.1), inset 0 -1px 0 rgba(89, 89, 89, 0.1);
    font-size: 0.875rem;
    padding: 0.85em 0;
  }
}
.breadcrumb {
  padding-left: 10px;
  padding-right: 0;
  font-size: 14px;
  margin-bottom: 0;
  padding: 2px;
}

.breadcrumb a {
  text-decoration: none;
  color: #582c83 !important;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumbs .delimiter {
  background: url(../images/icon-breadcrumb-arrow.svg) 50% 50%/contain no-repeat;
  content: "";
  display: inline-block;
  height: 0.714em;
  pointer-events: none;
  position: relative;
  top: 4px;
  width: 0.429em;
  margin: 3px 5px;
}

.breadcrumb .delimiter:first-child {
  display: none;
}

.home .breadcrumbs {
  display: none;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header-left {
  width: 200px;
}

.site-header-right {
  width: 240px;
  text-align: right;
  font-weight: 700;
  font-size: 28px;
  color: #582c83;
}

.navigationbar {
  margin-top: 8px;
}

.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

img.aligncenter {
  display: block;
  float: none;
  margin: 5px auto 5px auto;
}

.logo img {
  margin: 20px 0;
  max-height: 40px;
}

.showmobile {
  display: none;
}

.breadcrumb {
  font-size: 13px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
}

.breadcrumb .delimiter:first-child {
  display: none;
}

.banner-image img {
  max-width: 100%;
  height: auto;
}

.main-content p {
  font-size: 16px;
}

.main-content ul li {
  margin-bottom: 12px;
}

.grey {
  background-color: #f2f2f2;
  margin-bottom: 15px;
}
.grey a.self-pay-link {
  color: rgb(21, 26, 101);
  font-weight: bold;
  display: block;
  padding: 12px 0;
  text-decoration: none;
}
.grey a.self-pay-link:hover {
  color: rgb(237, 0, 140);
}

.grey-breadcrumb {
  margin-bottom: 0;
}

/* BUTTONS & LINKS */
.link {
  background-color: rgb(21, 26, 101);
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
  border: 2px solid transparent;
  background-clip: padding-box;
  text-decoration: none;
  border-radius: 20px;
}

.link:hover,
.link:focus {
  background-color: #fff;
  color: rgb(21, 26, 101);
  font-weight: normal;
  text-decoration: none;
  border: 2px solid rgb(21, 26, 101);
}

.wp-block-group {
  padding-top: 50px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem !important;
  width: 100%;
}

/* HOME */
.home-content {
  margin-bottom: 20px;
}

/* 404 */
.page-not-found {
  margin-top: 0;
  border-top: 1px solid #eee;
}
.page-not-found h1 {
  margin-top: 30px;
}
.page-not-found li {
  margin-top: 8px;
}
.page-not-found img {
  margin-top: 15px;
  max-width: 100%;
  height: auto;
}

/* CONTACT PAGE MAP */
.acf-map {
  width: 100%;
  height: 300px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

@media (max-width: 991px) {
  #cp-question {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .showmobile {
    display: block;
  }
}
@media (max-width: 480px) {
  h1 {
    margin: 20px 0 20px 0;
    font-size: 30px;
  }
  .main-content p {
    font-size: 15px;
  }
}
/* IMPORT SASS */
/* NAV */
.navigationbar {
  margin-top: 0;
}

.navigation {
  background-color: #fff;
  font-family: "proximanova", arial, sans-serif;
  font-weight: 400;
  padding: 0;
  color: #333;
}

.navigation ul {
  display: block;
  min-height: 41px;
  margin: 0;
  padding: 0;
  position: relative;
}

@media (min-width: 1200px) {
  .navigation ul {
    min-height: 45px;
  }
}
.navigation ul li {
  float: left;
  font-size: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.navigation ul li a {
  color: #222;
  display: block;
  margin: 0 13px;
  text-align: center;
  text-decoration: none;
  border-bottom: 3px solid #e7e7e7;
  padding: 0 0 8px 0;
}

.navigation ul li a:hover,
.navigation ul li.current_page_ancestor a:hover,
.navigation ul li.current_page_item a:hover,
.navigation ul li a:focus {
  color: #582c83;
  background: #fff;
  font-weight: normal;
}

.navigation ul li.current_page_ancestor a,
.navigation ul li.current_page_item a {
  color: #222;
  background: #fff;
  border-bottom: 3px solid #582c83;
}

.navigation ul li.desktop-search,
.navigation ul li.desktop-search a {
  border: 0;
  padding-top: 2px;
}

.navigation ul li ul {
  background-color: #fff;
  border: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  font-family: "proximanova", arial, sans-serif;
  height: auto;
  left: -999em;
  margin: 0;
  padding: 10px;
  position: absolute;
  width: 290px;
  z-index: 1000;
  border-radius: 12px;
}

.navigation ul li:hover > ul {
  display: block;
  left: 0;
}

.navigation ul li ul li {
  float: none;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.navigation li ul li a {
  border: 0 none;
  color: #222;
  display: block;
  padding: 6px 10px;
  text-align: left;
  margin: 0;
}

.navigation li:hover ul li a {
  border: 0 none;
  color: #222;
  display: block;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.navigation li ul li a:hover,
.navigation li ul li a:focus,
.navigation li ul li.current_page_item a {
  background-color: #f8f3f8;
  color: #222;
  border: medium none;
  padding: 6px 10px;
}

.navigation li ul li a:hover,
.navigation li ul li a:focus,
.navigation li ul li.current_page_item a,
.navigation ul li.current_page_ancestor ul li a:hover,
.navigation ul li.current_page_item ul li a:hover {
  background-color: #f8f3f8;
  color: #222;
  border: medium none;
  padding: 6px 10px;
}

@media (max-width: 1200px) {
  .navigation ul li {
    font-size: 13px !important;
  }
  .navigation ul li a {
    padding: 11px 9px;
  }
}
@media (min-width: 1199px) {
  .navigation ul li {
    font-weight: bold;
    color: #333;
  }
  .navigation ul li.current_page_ancestor a:hover,
  .navigation ul li.current_page_item a:hover {
    font-weight: bold;
  }
  .navigation ul li a:hover {
    font-weight: bold;
  }
}
.navigation ul li a:hover {
  border-bottom: 3px solid #925aa0;
}

/* FOOTER - REDESIGN */
footer {
  background-color: #f7f7f7;
  padding-top: 2.5rem;
  position: relative;
  margin-top: 80px;
}

footer img.footer-logo {
  max-width: 260px;
  height: auto;
  margin: 15px 0 25px 0;
}

.home footer {
  margin-top: 100px;
}

footer p,
footer a {
  color: #222 !important;
}

footer h4 {
  color: #582c83 !important;
}

footer:before {
  background: url(../images/curve-footer.svg) bottom/100% auto no-repeat;
  content: "";
  height: 3.75rem;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% + 1px));
  width: 100%;
}

.footer-first {
  background-color: transparent;
  padding-bottom: 25px;
  padding-top: 25px;
}

.footer-second {
  background-color: transparent;
  padding-bottom: 15px;
  padding-top: 15px;
}

.footer-second ul {
  border-top: 1px solid #bbb;
  padding: 10px 0;
}

.footer-second ul li {
  color: #222;
  text-decoration: none;
  font-size: 13px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.footer-second ul li a {
  color: #222;
  text-decoration: none;
  font-size: 14px;
}

.footer-second {
  padding-bottom: 15px;
  padding-top: 15px;
}
.footer-second p {
  margin: 25px 0;
}
.footer-second a i {
  color: rgb(0, 94, 184);
}
.footer-second a:hover i {
  color: #906;
}

.footer-navigation {
  margin: 10px 0;
  padding: 0;
}
.footer-navigation ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  overflow: hidden;
}
.footer-navigation ul li {
  float: left;
  font-size: 15px;
  margin-right: 15px;
}

@media (max-width: 990px) {
  .footer-phone {
    display: block;
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .footer-sep {
    display: none;
  }
  .footer-navigation {
    margin: 10px 0;
    padding: 0;
  }
  .footer-navigation ul li {
    float: none;
    margin: 6px 0 12px 0;
  }
}
/* ALERT BLOCK */
#alert-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(52, 183, 143);
  color: #fff;
  padding: 0;
  display: none;
}

#alert-block a {
  color: #fff;
  text-decoration: underline;
}

#alert-block-close {
  float: right;
  cursor: pointer;
}

.alert-header {
  background-color: rgb(46.3574468085, 163.1425531915, 127.4829787234);
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.alert-body {
  color: #fff;
  padding: 16px 0;
}

/* COOKIE */
#cp-overlay {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99999;
}

#cp-inner {
  text-align: center;
  background-color: rgb(88, 44, 131);
  color: white;
  margin: auto;
  width: 100%;
  padding: 20px;
  opacity: 1;
}

#cp-question,
#cp-question a,
#cp-question a:hover,
#cp-question a:focus {
  color: #fff;
}

#cp-question {
  max-width: 880px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

#cp-options {
  margin: 10px 0 0 0;
}

#cp-options button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  margin: 5px;
  padding: 5px 15px;
  font-family: "proximanova", arial, sans-serif;
}

#cp-options button:hover {
  background-color: #fff;
  border: 2px solid transparent;
  color: rgb(88, 44, 131);
}

#cs-options {
  margin: 10px 0 0 0;
}

#cs-options button {
  background-color: transparent;
  border: 2px solid rgb(88, 44, 131);
  border-radius: 20px;
  color: rgb(88, 44, 131);
  font-weight: 700;
  margin: 5px;
  padding: 5px 15px;
  font-family: "proximanova", arial, sans-serif;
}

#cs-options button:hover,
#cs-options button.cs-active {
  background-color: rgb(88, 44, 131);
  border: 2px solid transparent;
  color: #fff;
}

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f4f4f4;
  padding: 4px 0;
  min-height: 40px;
  z-index: 99998;
  font-size: 14px;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #582c83;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: "proximanova", arial, sans-serif;
  font-weight: 700;
}

.menu-open {
  background: url("/wp-content/themes/ppg-pc/images/menu-open.png") center center no-repeat;
  background-size: 24px 24px;
  background-size: 24px 24px;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 24px;
  height: 24px;
}

.menu-close {
  background: url("/wp-content/themes/ppg-pc/images/menu-close.png") center center no-repeat;
  background-size: 24px 24px;
  background-size: 24px 24px;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 24px;
  height: 24px;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #582c83;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-top: 45px;
}

.mean-container .mmhome {
  float: left;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999999;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 0.9em 3.5%;
  margin: 0;
  text-align: left;
  color: #111;
  border-top: 1px solid #f4f4f4;
  text-decoration: none;
}

.mean-container .mean-nav ul li li a {
  width: 100%;
  padding: 0.9em 7%;
  border-top: 1px solid #f4f4f4;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 0.9em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 0.9em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 0.9em 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 4px;
  width: 15px;
  height: 10px;
  padding: 12px !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  text-indent: -9000px;
  background: url("/wp-content/themes/ppg-pc/images/chevron-down.png") center center no-repeat;
  background-size: 15px 10px;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  margin-top: 4px;
  width: 15px;
  height: 10px;
  padding: 12px !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  text-indent: -9000px;
  background: url("/wp-content/themes/ppg-pc/images/chevron-up.png") center center no-repeat;
  background-size: 15px 10px;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.mean-bar .mmhome {
  color: #582c83;
  display: block;
  height: 20px;
  left: 15px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: calc(100% - 60px);
  z-index: 999999;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02em;
}

.mean-bar .mmhome::before {
  content: url("/wp-content/themes/ppg-pc/images/pp-icon.png");
  position: relative;
  top: 10px;
  left: -5px;
}

a.meantrigger {
  color: #fff;
  display: block;
  height: 20px;
  right: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  top: 15px;
  width: 20px;
  z-index: 999999;
}

@media (max-width: 991px) {
  .nav-wrapper {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */