:root {
  --white: #fff;
  --black: #000;
  --brand1: #416c73;
  --brand1d1: #010101;
  --brand1d2: #284347;
  --brand1l1: #8bb6bd;
  --brand1l2: #bfd7db;
  --brand2: #2e4f53;
  --brand3: #323232;
  --brand3d2: #424242;
  --brand4: #ecf0f1;
  --brand5: #f1f4e0;
  --brand6: #5b9ba5;
  --brand6l1: #6ba5af;
  --brand6l2: #7bb0b8;
  --brand6l3: #8bbac1;
  --brand6l4: #cee2e6;
  --logo1: #436f8a;
  --logo2: #438a5e;
  --logo3: #bac964;
  --grey: #c6c6c6;
  --greydark: #969696;
  --greylight: #f5f5f5;
  --menu-delay--show: 450ms;
}
@supports (display: grid) {
  #authenticationPopup {
    order: 3;
    grid-column-start: -1;
    grid-column-end: 1;
  }
  .page-layout-2columns-left .columns .column.main {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .page-layout-2columns-left .columns .sidebar {
    grid-column-start: 1;
    grid-column-end: 1;
  }
  .page-layout-2columns-right .columns .column.main {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .page-layout-2columns-right .columns .sidebar {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}
.page-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .page-main {
    width: calc(1200px - 10px);
  }
}
@media (min-width: 1800px) {
  .page-main {
    width: 1720px;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .page-main {
    width: calc(1200px - 10px);
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .page-main {
    width: 85vw;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .page-main {
    width: calc(900px - 10px);
  }
}
@media (max-width: 599px) {
  .page-main {
    width: calc(100vw - 20px);
  }
}
label {
  cursor: pointer;
}
.sidebar {
  padding-bottom: 35px;
  background: var(--brand5);
}
.sidebar ul {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar ul li {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar ul li:last-of-type {
  margin-bottom: 0;
}
.sidebar ul li a {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d1);
}
.sidebar > .widget,
.sidebar > .block {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid var(--white);
}
.sidebar > .widget:last-of-type,
.sidebar > .block:last-of-type {
  border-bottom: none;
}
.sidebar > .widget .block-title,
.sidebar > .block .block-title {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d1);
  margin-bottom: 10px;
}
.sidebar > .widget .block-title strong,
.sidebar > .block .block-title strong {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d1);
}
.sidebar > .widget .block-content,
.sidebar > .block .block-content {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d1);
}
.sidebar > .widget .block-content .item,
.sidebar > .block .block-content .item {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d1);
  margin-bottom: 10px;
}
.sidebar > .widget .block-content .item a,
.sidebar > .block .block-content .item a {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d1);
}
.breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-height: 18px;
}
@media (min-width: 1200px) {
  .breadcrumbs {
    width: calc(1200px - 10px);
  }
}
@media (min-width: 1800px) {
  .breadcrumbs {
    width: 1720px;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .breadcrumbs {
    width: calc(1200px - 10px);
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .breadcrumbs {
    width: 85vw;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .breadcrumbs {
    width: calc(900px - 10px);
  }
}
@media (max-width: 599px) {
  .breadcrumbs {
    width: calc(100vw - 20px);
  }
}
[data-role="collapsible"][aria-expanded="false"] {
  opacity: .7;
}
@font-face {
  font-family: 'northwell';
  src: url('../fonts/northwell/northwell-webfont.woff2') format('woff2'), url('../fonts/northwell/northwell-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.page-footer {
  background: var(--brand1);
}
.page-footer .footer.content {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand4);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column > h1,
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column h2,
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column h3,
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column h4,
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column h5,
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column h6 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand4);
  margin-top: 0;
  margin-bottom: 30px;
}
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column a {
  font-size: 1.3rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand4);
  display: inline-block;
}
.page-footer .footer.content [data-content-type="column-line"] .pagebuilder-column p {
  margin-bottom: 20px;
}
header.page-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid var(--greydark);
  margin-bottom: 30px;
}
header.page-header .header.content {
  position: relative;
}
header.page-header .header.content:before,
header.page-header .header.content:after {
  display: none;
}
header.page-header .header.content .navigation > ul:not(.ui-menu) {
  display: none;
}
header.page-header .header.content .customer-tools {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
header.page-header .header.content .customer-tools .customer-status {
  margin-bottom: 0;
}
header.page-header .header.content .customer-tools .customer-status a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .customer-tools .customer-status a:hover,
header.page-header .header.content .customer-tools .customer-status a:focus,
header.page-header .header.content .customer-tools .customer-status a:active {
  text-decoration: none;
}
header.page-header .header.content .minicart-wrapper > .block-minicart {
  padding: 0;
}
.page-title-wrapper .page-title {
  font-size: 2.8rem;
  line-height: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.page-title-wrapper .page-title:after {
  content: "";
  display: inline-block;
  background-image: url(../media/three-dots.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 7px;
  background-size: contain;
}
.page-main img:not(.corners) {
  border-radius: 12px;
}
header.page-header .header.content .cms-nav li.active > .level-top {
  font-weight: 700;
}
header.page-header .header.content .cms-nav > ul:not(.ui-menu) {
  gap: 0;
  justify-content: space-evenly;
}
header.page-header .header.content .cms-nav > ul:not(.ui-menu) > li {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav > ul:not(.ui-menu) > li a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav > ul:not(.ui-menu) ul {
  display: none;
}
header.page-header .header.content .cms-nav > ul > li {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav > ul > li .level-top {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav > ul li {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav > ul li .nolink {
  cursor: pointer;
}
header.page-header .header.content .cms-nav > ul li > a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav > ul li a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav .ui-menu.manual li.level0 ul.level1 {
  transition: visibility 0s 0s;
}
header.page-header .header.content .cms-nav .ui-menu.level0.open li > ul {
  transition: visibility 0s 0s;
}
header.page-header .header.content .cms-nav .ui-menu ul.level1.parent > li {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav .ui-menu ul.level1.parent > li > a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav .ui-menu label.level-top {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav .ui-menu label.level-top.nolink {
  cursor: default;
}
header.page-header .header.content .cms-nav .ui-menu li > ul {
  background: var(--white);
}
header.page-header .header.content .cms-nav .ui-menu li.active > .level-top {
  font-weight: 700;
}
header.page-header .header.content .cms-nav .ui-menu li.level0 > label.level-top {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav .ui-menu li.level0.active .level-top {
  border-color: var(--brand3d2);
}
header.page-header .header.content .cms-nav .ui-menu li.level1 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav .ui-menu li.level1 > a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav .ui-menu li.level2 {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
header.page-header .header.content .cms-nav .ui-menu li.level2 > a {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
.minicart-wrapper {
  position: relative;
}
.minicart-wrapper.active .ui-dialog {
  display: block;
  position: absolute;
}
.minicart-wrapper .action.showcart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: relative;
}
.minicart-wrapper .action.showcart:hover,
.minicart-wrapper .action.showcart:focus,
.minicart-wrapper .action.showcart:active {
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.minicart-wrapper .action.showcart.active:before {
  display: none;
}
.minicart-wrapper .action.showcart + .block-minicart {
  display: none;
}
.minicart-wrapper .action.showcart .text {
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
}
.minicart-wrapper .action.showcart .counter.qty {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: var(--brand3d2);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 19px;
  width: 24px;
  z-index: 1;
  text-align: center;
}
.minicart-wrapper .action.showcart .counter.qty.empty + svg {
  fill: var(--white);
}
.minicart-wrapper .action.showcart .counter.qty + svg {
  fill: var(--brand1l2);
}
.minicart-wrapper .action.showcart svg {
  stroke: var(--brand3d2);
  stroke-width: 1px;
  order: -1;
}
.minicart-wrapper .ui-dialog {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: var(--white);
  z-index: 100;
}
.minicart-wrapper .ui-dialog .block-minicart .items-total {
  padding-left: 20px;
}
.minicart-wrapper .ui-dialog .block-minicart .subtotal {
  padding-right: 20px;
}
.minicart-wrapper .ui-dialog .block-minicart .minicart-items-wrapper {
  padding: 10px 5px;
}
.minicart-wrapper .ui-dialog .block-minicart .minicart-items-wrapper .minicart-items .product-item {
  padding: 10px 0 5px;
}
.minicart-wrapper .ui-dialog .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .details-qty .item-qty {
  height: fit-content;
}
