@import url("owl.carousel.min.css");
@import url("owl.theme.default.css");
@import url("microtip-master/microtip.css");
@import url("fonts/stylesheet.css");
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
  max-width: 20%;
  padding: 0 2%;
}
@media all and (min-width: 992px) {
  .container.widerContainer {
    max-width: 1100px;
  }
}
@media all and (min-width: 1200px) {
  .container.widerContainer {
    max-width: 1300px;
  }
}
@media all and (max-width: 575px) {
  .owl-carousel-fours .owl-nav {
    display: none;
  }
}
/* General Stuff */
body {
  margin: 0;
  background: #fff;
  font-family: 'segoe_uiregular';
  font-size: 18px;
  line-height: 1.6;
}
a,
a:link,
a:visited {
  color: #00599C;
  text-decoration: none;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
.myBtn,
.myBtnWrap > a {
  font-family: 'segoe_uiregular';
  font-weight: normal;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #00599C;
  padding: 10px 24px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 1.3em;
  letter-spacing: 1px;
}
.myBtn.smaller,
.myBtnWrap > a.smaller {
  padding: 4px 12px;
  font-size: 16px;
}
.myBtnWrap.logobtn {
  text-align: center;
}
.myBtnWrap.logobtn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  font-size: 1.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 20px;
  border-radius: 50px;
  text-transform: none;
}
.myBtnWrap.logobtn > a::before {
  content: '\f0d9';
  font-weight: 600;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.3em;
}
.myBtnWrap.logobtn > a::after {
  content: '';
  background-image: url('/wp-content/uploads/2024/10/bio-Icon-white.svg');
  background-repeat: no-repeat;
  background-size: 42px 50px;
  width: 42px;
  height: 50px;
  display: block;
}
.myBtnWrap.logobtn > a:hover {
  background: #337ab0;
}
.myBtnWrap.logobtnblog {
  text-align: center;
}
.myBtnWrap.logobtnblog > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  font-size: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 5px 5px 20px;
  border-radius: 50px;
  text-transform: none;
}
.myBtnWrap.logobtnblog > a::after {
  content: '';
  background-image: url('/wp-content/uploads/2024/10/bio-Icon-white.svg');
  background-repeat: no-repeat;
  background-size: 24px 29px;
  width: 24px;
  height: 29px;
  display: block;
}
.myBtnWrap.logobtnblog > a:hover {
  background: #337ab0;
}
.myBtn:hover {
  background: #337ab0;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}
.well {
  padding: 60px 0;
}
.well.lessPadding {
  padding: 30px 0;
}
.well p:last-of-type {
  margin-bottom: 0;
}
.centerItText {
  text-align: center;
}
.rightItText {
  text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #00599C;
  margin-top: 0;
  line-height: 1.25;
  font-family: 'segoe_uiregular';
}
h1 {
  font-size: clamp(30px, 3.5vw, 40px);
  margin-bottom: 14px;
  line-height: 1.2;
}
h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
h3 {
  margin-bottom: 10px;
}
h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #A14E9C;
}
.generalPage h3 {
  font-family: 'segoe_uibold';
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 30px;
}
.generalPage h4 {
  color: #000;
  margin-bottom: 6px;
  font-size: 18px;
  font-family: 'segoe_uibold';
}
#mySearch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 0 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#mySearch input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 150px;
  background: #fff;
  padding: 1px 0 1px 20px;
  border-radius: 10px 0 0 10px;
  border-color: #A14E9C;
  font-size: 10px;
  border-width: 1px 0 1px 1px;
  margin-right: 0;
}
#mySearch button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  background: #00599C;
  color: white;
  border-radius: 0 10px 10px 0;
  border: 0 none;
  font-weight: bold;
  font-size: 14px;
  margin-left: 0;
}
.logoSection {
  padding: 30px 20px;
}
.logoSection img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.contactInfo {
  font-size: 0.8em;
  padding-left: 20px;
}
.grow {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.growSmall {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.growSmall:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.circle {
  width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.balanced {
  text-wrap: balance;
}
.pretty {
  text-wrap: pretty;
}
/* All delay classes will take half the time to start */
:root {
  --animate-delay: 0.5s;
}
/* Responsive iFrame */
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* the padding bottom determines the height of the calendar/frame. For google calendars, I find it works good on the narrow layout to bump it up. Like so:

.responsive-iframe-container {
	padding-bottom: 100%;
}

*/
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imageHundred {
  display: block;
  width: 100%;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menuBurger * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
}
.menuBurger a,
.menuBurger a:visited,
.menuBurger a:hover,
.menuBurger a:active {
  color: inherit;
  text-decoration: none;
}
.outer-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menuBurger {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menuBurger > div {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.75s;
       -o-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menuBurger > div > div {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  background: rgba(0, 89, 156, 0.75);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menuBurger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .menuBurger > div {
  width: 200vw;
  height: 200vw;
  color: #fff;
  background: rgba(71, 126, 191, 0.97);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outer-menu .menuBurger > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.outer-menu .menuBurger > div > div ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menuBurger > div > div ul > li {
  padding: 0;
  margin: 0.5em;
  font-size: 20px;
  display: block;
}
.outer-menu .menuBurger > div > div ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.outer-menu .menuBurger > div > div ul > li > a:hover {
  color: #e6e6e6;
}
.outer-menu .menuBurger > div > div ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menuBurger > div > div ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e6e6e6;
  -webkit-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
/*
.mobileLogo {
	position: sticky;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 10;
	padding: 10px;
	height: 60px;
	background: @primary;
} */
.mobileLogo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  padding: 10px 18px;
  height: 60px;
  background: #00599C;
}
.mobileLogo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-height: 40px;
}
.mobileLogo > :nth-child(2) {
  -ms-grid-column-align: center;
      justify-self: center;
}
.mobileLogo > :nth-child(2) .mainLogo {
  display: block;
  max-width: 100%;
  height: auto;
}
.mobileLogo > :nth-child(3) {
  -ms-grid-column-align: end;
      justify-self: end;
}
.mobileLogo > :nth-child(3) a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobileLogo > :nth-child(3) a i {
  font-size: 1.2em;
}
.mobileLogo a,
.mobileLogo a:link,
.mobileLogo a:visited {
  color: #fff;
}
.mobileLogo a:hover {
  color: #fff;
}
#mySearch,
.mySearch {
  display: inline-block;
  margin: 0 0 0 0px;
}
.search {
  display: inline-block;
}
.search * {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.search {
  display: block;
}
.search__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input.search__field {
  width: 20px;
  height: 20px;
  color: transparent;
  font-family: 'segoe_uiregular';
  font-size: 1em;
  border: 1px solid transparent;
  color: #000;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  /*position: relative;
	top: -3px;
	*/
}
input.search__field:focus {
  border-bottom-color: #ccc;
  width: 200px;
  margin-left: 30px;
  color: #000;
  cursor: default;
  -webkit-transform: translate(-30px, 0px);
      -ms-transform: translate(-30px, 0px);
          transform: translate(-30px, 0px);
  font-size: 0.9em;
  margin-right: 0px;
  background-color: #fff;
}
input.search__field:focus ~ .search__icon {
  cursor: pointer;
  pointer-events: auto;
  color: #00599C;
  border: 1px solid transparent;
}
.search__icon {
  position: absolute;
  top: 0px;
  right: 0;
  background-color: #fff;
  width: 20px;
  height: 20px;
  font-size: 0.6em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.fa-magnifying-glass {
  color: #000;
  font-weight: bold;
}
.fa-magnifying-glass:before,
.fa-search:before {
  position: relative;
  top: 6px;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -moz-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -moz-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  -ms-transition-property: top, color;
  transition-property: top, color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #b3b3b3;
  font-size: 0.65em;
  font-weight: normal;
  top: -8px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #b3b3b3;
  font-size: 0.65em;
  font-weight: normal;
  top: -8px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #b3b3b3;
  font-size: 0.65em;
  font-weight: normal;
  top: -8px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #b3b3b3;
  font-size: 0.65em;
  font-weight: normal;
  top: -8px;
  opacity: 1;
  visibility: visible !important;
}
body:before {
  display: block;
  color: #fff;
  background-color: rebeccapurple;
  background-color: green;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 33px;
  width: 100%;
  content: 'All (Smallest Up)';
  z-index: 111111111111;
  display: none;
}
#wpadminbar:before {
  content: 'All (Smallest Up)';
  padding-left: 70px;
  float: left;
}
#wpadminbar .menupop .ab-sub-wrapper {
  top: auto;
  bottom: 32px;
}
#wpadminbar {
  bottom: 0;
  top: auto;
}
html[lang] {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.logo {
  width: 100%;
  display: block;
  max-width: 200px;
}
.productSection {
  display: none;
}
.productSection.activeSection {
  display: block;
}
.sectionButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.sectionButtons a,
.sectionButtons a:link,
.sectionButtons a:visited {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #00599C;
  color: #00599C;
  text-align: center;
  padding: 20px 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionButtons a:hover,
.sectionButtons a.uber {
  background-color: #00599C;
  color: #fff;
}
.searchWrap {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.searchWrap > a {
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
}
.centerIt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.justifyRight {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#mainNav {
  background-color: #000;
  color: #fff;
}
.menu-primary-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  text-align: center;
  text-transform: uppercase;
}
.menu-primary-container ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.menu-primary-container ul li a,
.menu-primary-container ul li a:link,
.menu-primary-container ul li a:visited {
  font-size: 22px;
  display: block;
  padding: 5px 20px;
  color: #fff;
  font-family: 'segoe_uiregular';
  font-weight: 700;
  letter-spacing: 1px;
}
.menu-primary-container ul li a:hover {
  text-decoration: none;
  color: #477EBF;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.slate {
  background-color: #000;
  color: #fff;
}
.homeSections h2 {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.9;
  color: #fff;
  font-size: clamp(50px, 4vw, 70px);
}
.homeSections h2 span {
  display: block;
  text-transform: none;
  font-weight: bold;
}
.homeSections .sectionCopy {
  margin-bottom: 20px;
  font-size: 0.9em;
}
.homeSections.notSlate h2 {
  color: #00599C;
}
footer.site-footer {
  background-color: #221e20;
  color: #fff;
  padding: 20px 0;
  font-size: 0.8em;
  margin-top: 60px;
}
footer.site-footer a,
footer.site-footer a:link,
footer.site-footer a:visited {
  color: #fff;
}
footer.site-footer a:hover {
  color: #EF4A3C;
}
.dividerPhoto {
  width: 100%;
  height: 150px;
  background-image: url('/wp-content/uploads/2022/02/Theatre-Interior.jpg');
  background-position: center;
  background-size: cover;
}
.showGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (25%)[4];
  grid-template-columns: repeat(4, 25%);
  grid-gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.showGrid.count-4 {
  -ms-grid-columns: (25%)[4];
  grid-template-columns: repeat(4, 25%);
}
.showGrid.count-3 {
  -ms-grid-columns: (25%)[3];
  grid-template-columns: repeat(3, 25%);
}
.showGrid.count-2 {
  -ms-grid-columns: (25%)[2];
  grid-template-columns: repeat(2, 25%);
}
.showGrid.count-1 {
  -ms-grid-columns: (25%)[1];
  grid-template-columns: repeat(1, 25%);
}
.oneItem {
  margin-bottom: 30px;
}
.oneItem a,
.oneItem a:link,
.oneItem a:visited {
  color: #000;
}
.oneItem h4 {
  color: #000;
  font-family: 'segoe_uiregular';
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0;
}
.footerButtons a {
  display: inline-block;
  margin-right: 10px;
}
.footerButtons a:last-child {
  margin-right: 0;
}
.footerSn {
  margin-top: 20px;
  text-align: right;
}
.footerSn a,
.footerSn a:link,
.footerSn a:visited {
  font-size: 30px;
  display: inline-block;
  margin: 5px 5px;
}
.footerSn a.mail,
.footerSn a:link.mail,
.footerSn a:visited.mail {
  display: none;
}
/**
* WordPress Number Pagination CSS Styles
*/
.customPagination {
  margin-bottom: 40px;
  text-align: center;
}
.customPagination .page-navi.meta {
  color: #00599C;
  font-size: 20px;
  font-weight: normal;
  border: solid 1px #00599C;
  padding: 10px 20px;
  padding-left: 0;
  border-radius: 3px;
}
.customPagination .page-numbers {
  border-right: solid 1px #00599C;
  border-top: solid 1px #00599C;
  border-bottom: solid 1px #00599C;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
  margin-left: -6px;
}
.customPagination .page-numbers:first-child {
  border-left: solid 1px #00599C;
}
.customPagination .page-numbers.current {
  padding: 10px 20px;
  background: #00599C;
  color: #ffffff;
  font-weight: 600;
}
.customPagination .page-navi .prev {
  float: left;
  margin-right: 0;
  margin-top: -10px;
  border-right: solid 1px #eee;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: normal;
}
.customPagination .page-navi .next {
  float: right;
  margin-top: -10px;
  border-left: solid 1px #ddd;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
}
#primary {
  padding-top: 0px;
}
.productSection {
  display: none;
}
.productSection.activeSection {
  display: block;
}
.productSection ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.productSection ul li {
  margin: 0 0 5px 20px;
  padding-left: 0px;
  list-style-type: square;
}
.productSection ul li::marker {
  color: #00599C;
}
#presentationWrap ul {
  margin: 0 0 30px 0;
  padding: 0;
}
#presentationWrap ul li {
  margin: 0 0 10px 20px;
  padding-left: 0px;
  list-style-type: square;
  line-height: 1.3;
}
#presentationWrap ul li::marker {
  color: #00599C;
}
.sectionButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.sectionButtons a,
.sectionButtons a:link,
.sectionButtons a:visited {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #00599C;
  color: #00599C;
  text-align: center;
  padding: 20px 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionButtons a:hover,
.sectionButtons a.uber {
  background-color: #00599C;
  color: #fff;
}
.productTop {
  margin-bottom: 40px;
}
.productTop .productLogo {
  display: block;
  max-width: 400px;
}
p.taglineMain {
  color: #221e20;
  text-align: center;
  font-size: 1.6em;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: 10px;
  line-height: 1.3;
}
.infoBox {
  border: 1px solid;
  padding: 5px;
  text-align: center;
  font-size: 19px;
  border-radius: 10px;
  margin: 0 auto 30px auto;
}
.infoBox p {
  margin-bottom: 0;
}
.infoBox p.title {
  font-size: 22px;
}
.infoBox p.tagline {
  font-size: 14px;
  font-style: italic;
  color: #00599C;
}
.infoBox p.activeIngredients {
  font-style: italic;
}
.homeSlider > div {
  width: 100%;
}
.homeSlider > div img {
  display: block;
  width: 100%;
}
.fullBg {
  height: 100%;
  height: 100vh;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullBg.inner {
  margin-bottom: 40px;
}
.bx-wrapper {
  border: none;
  height: 100%;
  height: 100vh;
  margin-bottom: 0;
}
.bx-wrapper .bx-pager {
  bottom: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ccc;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  font-size: 2em;
  color: rgba(255, 255, 255, 0.8);
}
.bx-wrapper .bx-prev {
  left: 15px;
  background: none;
}
.bx-wrapper .bx-next {
  right: 15px;
  background: none;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
}
.eyes {
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer;
  font-size: 0.9em;
  z-index: 101;
}
.hideMe {
  display: none;
}
.breadcrumb {
  padding: 20px 20px;
  margin-bottom: 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  color: #00599C;
  font-size: 1.1em;
  font-family: 'segoe_uibold';
  background-color: #fff;
}
.breadcrumb .flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb i.fa-sharp {
  color: #000;
  font-size: 0.7em;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb + #primary.generalPage {
  margin-top: 0;
  padding-top: 0;
}
h2.techHeaders {
  color: #EF4A3C;
  margin-bottom: 14px;
  border-bottom: 1px dotted #ccc;
  margin-top: 60px;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 28px;
}
h2.techHeaders:first-child {
  margin-top: 20px;
}
.bioGrid {
  display: -ms-grid;
  display: grid;
  max-width: 800px;
  font-size: 0.9em;
  margin-bottom: 30px;
}
.bioGrid > div {
  padding: 6px;
}
.bioGrid > div.gridHeader {
  font-weight: bold;
}
.threeGrid {
  -ms-grid-columns: 3fr 1fr 1fr;
  grid-template-columns: 3fr 1fr 1fr;
}
.threeGrid > div.gridListing:nth-child(6n + 1),
.threeGrid > div.gridListing:nth-child(6n + 2),
.threeGrid > div.gridListing:nth-child(6n + 3) {
  background-color: #eee;
}
.twoGridSpecs {
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
.twoGridSpecs > div.gridListing:nth-child(4n + 3),
.twoGridSpecs > div.gridListing:nth-child(4n + 4) {
  background-color: #eee;
}
.references {
  font-size: 0.8em;
}
.references p {
  margin-bottom: 3px;
}
.references ol {
  margin-left: 20px;
  padding: 0;
}
.references ol li {
  margin-bottom: 3px;
}
.oneFormulation {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 3px dotted #ccc;
}
.oneFormulation h4 {
  color: #EF4A3C;
  margin-bottom: 3px;
}
.oneFormulation .formulationDecs {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.oneFormulation .formulationDecs ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.formulationGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 2fr 2fr 1fr 1.5fr;
  grid-template-columns: 0.5fr 2fr 2fr 1fr 1.5fr;
  border-bottom: 2px #00599C solid;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.9em;
  max-width: 900px;
}
.formulationGrid > div {
  padding: 6px 4px;
}
.formulationGrid > div.percentage {
  text-align: right;
  padding-right: 50px;
}
.formulationGrid > div.phase.biocogentProduct {
  font-weight: normal;
  color: #000;
}
.formulationGrid > div.inci {
  font-size: 0.8em;
  color: #000;
  font-weight: normal;
}
.formulationGrid .gridHeader {
  border-top: 2px #00599C solid;
  font-weight: bold;
  background-color: #ccdeeb;
}
.formulationGrid .newPhase {
  border-top: #00599C 1px dotted;
}
.formulationGrid .biocogentProduct {
  font-weight: bold;
  color: #00599C;
}
.formulationGrid .ingredientLink {
  display: inline-block;
  margin-left: 10px;
}
.formulationGrid .ingredientLink .fa-link {
  color: #EF4A3C;
}
.finePrint {
  font-size: 0.6em;
}
.cats {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cats > div {
  position: relative;
  top: 0;
  left: 0;
}
.cats > div a,
.cats > div a:link,
.cats > div a:visited {
  border: 1px dotted #00599C;
  padding: 20px 30px;
  display: block;
  margin-bottom: 30px;
}
.cats > div a .rollover,
.cats > div a:link .rollover,
.cats > div a:visited .rollover {
  position: absolute;
  background-color: rgba(0, 89, 156, 0.95);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 15px;
  top: 0;
  display: none;
}
.cats > div a .rollover span.rolloverFlex,
.cats > div a:link .rollover span.rolloverFlex,
.cats > div a:visited .rollover span.rolloverFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  lex-direction: column;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
.cats > div a .rollover span.rolloverFlex p,
.cats > div a:link .rollover span.rolloverFlex p,
.cats > div a:visited .rollover span.rolloverFlex p {
  margin: 0;
}
.cats > div a:hover {
  background-color: #e6eef5;
}
.cats > div a:hover .rollover {
  display: block;
}
.cats > div img {
  display: block;
  max-height: 86px;
  width: auto;
}
#myBackToTop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 99;
  font-size: 60px;
  border: none;
  outline: none;
  color: #00599C;
  cursor: pointer;
  background: none;
  padding: 10px 0 0 0;
  margin: 0;
}
.oneImageSection {
  margin-bottom: 40px;
}
.oneImageSection h4 {
  margin-bottom: 5px;
}
.oneImageSection img {
  display: block;
  width: 100%;
}
.oneImageSection .caption {
  font-size: 0.9em;
}
.printOnly {
  display: none;
}
ul.anchorMenu {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  width: 100%;
  list-style-type: none;
  text-align: center;
  background-color: #fff;
  margin: 0;
  padding: 16px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dotted #ccc;
  -webkit-transform: translateY(-16px);
      -ms-transform: translateY(-16px);
          transform: translateY(-16px);
}
ul.anchorMenu li {
  list-style-type: none;
  padding: 0;
  margin: 5px;
  font-size: 0;
}
ul.anchorMenu li a,
ul.anchorMenu li a:link,
ul.anchorMenu li a:visited {
  display: block;
  background-color: #00599C;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
}
ul.anchorMenu li a:hover {
  background-color: #EF4A3C;
}
#showPresentationMode {
  float: right;
}
#showPresentationMode.nudgeOver {
  margin-right: 34px;
}
.anchor {
  display: block;
  height: 156px;
  /*same height as header*/
  margin-top: -182px;
  /*move it back the height of itself, plus the margin at the bottom of the <p> tag it is wrapped in */
  visibility: hidden;
}
#primary.generalPage {
  padding-top: 40px;
}
#primary.generalPage ul,
#primary.generalPage ol {
  margin-left: 0;
  padding-left: 20px;
}
#primary.generalPage ul li::marker,
#primary.generalPage ol li::marker {
  color: #00599C;
}
.hexGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
  font-size: 1.5em;
  margin-top: 30px;
}
.hexGrid .item a {
  display: block;
  text-decoration: none;
}
.hexGrid .item p {
  margin: 0px;
  text-align: center;
}
.hexagon,
.noHexagon {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.hexagon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensures the image covers the entire area */
  -webkit-clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
          clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
}
.noHexagon img {
  width: 100%;
  height: 100%;
  -webkit-clip-path: none;
          clip-path: none;
}
.innerTopImage.innerPage .heroImage {
  aspect-ratio: 4.16666667;
  display: none;
}
.innerTopImage.innerPage .heroOverlay {
  aspect-ratio: 4.16666667;
  position: static;
  color: #fff;
  z-index: 100;
  width: 100%;
  margin: 0px;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  border-bottom: solid 8px;
}
.innerTopImage.innerPage .heroOverlay #topNavItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.innerTopImage.innerPage .heroOverlay #logoItem {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.innerTopImage.innerPage .heroOverlay #captionItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.innerTopImage.innerPage .heroOverlay #captionItem h1 {
  margin-bottom: 0;
}
.innerTopImage.frontPage {
  aspect-ratio: 2.08333333;
  overflow: hidden;
  position: relative;
}
.innerTopImage.frontPage .heroOverlay {
  height: calc(100% - 40px);
}
.innerTopImage .heroOverlay {
  position: absolute;
  color: #fff;
  z-index: 100;
  width: calc(100% - 80px);
  margin: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.innerTopImage .heroOverlay > img {
  display: block;
  width: 100%;
  border-bottom: solid 8px;
}
.innerTopImage .heroOverlay a,
.innerTopImage .heroOverlay a:link,
.innerTopImage .heroOverlay a:visited {
  color: #fff;
  text-decoration: none;
}
.innerTopImage .heroOverlay a:hover {
  color: #8dd6f7;
}
.innerTopImage .heroOverlay .mainLogo {
  width: 30%;
}
.innerTopImage .heroOverlay #topNavItem {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.innerTopImage .heroOverlay #topNavItem .navSearchFlexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.innerTopImage .heroOverlay #topNavItem ul {
  list-style-type: none;
  letter-spacing: 1px;
  margin: 0;
}
.innerTopImage .heroOverlay #topNavItem #utility-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: lowercase;
  font-size: 0.9em;
  gap: 20px;
}
.innerTopImage .heroOverlay #topNavItem #utility-menu a,
.innerTopImage .heroOverlay #topNavItem #utility-menu a:link,
.innerTopImage .heroOverlay #topNavItem #utility-menu a:visited {
  color: #e5e7e9;
}
.innerTopImage .heroOverlay #topNavItem #utility-menu a:hover {
  color: #8dd6f7;
}
.innerTopImage .heroOverlay #topNavItem #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
  font-family: 'segoe_uibold';
  gap: 10px;
}
.innerTopImage .heroOverlay #topNavItem #primary-menu a {
  display: block;
  line-height: 1;
}
.innerTopImage .heroOverlay #topNavItem #primary-menu li:not(:last-child) {
  border-right: 1px solid #8dd6f7;
  padding-right: 10px;
}
.video-slide,
.aspectSetter {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 2.08333333;
  /*
	img.littleIcon {
		position: absolute;
		top: 40px;
		right: 40px;
		width: 100px !important;
		z-index: 12;
	}

	.video {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: translate(-50%, -50%);
	}
	*/
}
#headerTitle {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  font-size: clamp(16px, 4.5vw, 50px);
  font-family: 'segoe_uiregular';
  letter-spacing: 1px;
}
#headerTitle.slide3 {
  color: #8dd6f7;
}
.singleProduct img.singleProductImage {
  border-bottom: 8px solid;
}
.singleProduct #headerTitle img {
  display: block;
  height: 100px;
  margin: 0 auto;
}
.intro {
  text-align: center;
}
.bigger {
  font-size: 1.2em;
}
.circleHTML {
  position: absolute;
  right: -148px;
  bottom: 10%;
  border-radius: 50%;
  background-color: #8dd6f7;
  text-align: center;
  width: 200px;
  height: 200px;
  line-height: 1.3;
  padding: 20px;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg);
}
.circleHTML strong {
  font-family: 'segoe_uibold';
  display: block;
}
@media (max-width: 608px) {
  .circleHTML {
    display: none;
  }
}
.hexGridWrap {
  position: relative;
  top: 0;
  left: 0;
  max-width: 300px;
  margin: 0 auto;
  width: 90%;
}
.footer_menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.footer_menu li {
  border-right: none;
  text-align: center;
}
.footer_menu li a {
  display: block;
  line-height: 1;
}
.footer_menu li:last-child {
  padding-right: 0px;
  border-right: none;
}
p.phoneLine {
  margin-bottom: 1px;
  font-size: 1.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
p.phoneLine .fa-solid {
  color: #8dd6f7;
  font-weight: 300;
}
p.addyLine {
  margin-bottom: 0px;
  font-size: 1.3em;
}
.footerLogo {
  max-width: 200px;
}
.veryBottom {
  margin-top: 20px;
}
/*
<div class="hexAboutGrid">
  <div class="col1Img"></div>
  <div class="col2Text"></div>
  <div class="col3Img"></div>
  <div class="col4Text"></div>
  <div class="col2Img"></div>
  <div class="col4Img"></div>
  <div class="col1Text"></div>
  <div class="col3Text"></div>
</div>
*/
.hexAboutGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: (auto)[3];
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  margin: 50px auto;
  max-width: 1000px;
  font-size: 1.1em;
  /*
	.col1Img { grid-area: ~"1 / 1 / 3 / 2"; }
	.col2Text { grid-area: ~"1 / 2 / 2 / 3"; }
	.col3Img { grid-area: ~"1 / 3 / 3 / 4"; }
	.col4Text { grid-area: ~"1 / 4 / 2 / 5"; }
	.col2Img { grid-area: ~"2 / 2 / 4 / 3"; }
	.col4Img { grid-area: ~"2 / 4 / 4 / 5"; }
	.col1Text { grid-area: ~"3 / 1 / 4 / 2"; }
	.col3Text { grid-area: ~"3 / 3 / 4 / 4"; }
	*/
}
.hexAboutGrid > div {
  text-align: center;
}
.hexAboutGrid > div a {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.hexAboutGrid > div .hexagon {
  aspect-ratio: 1.16666667;
}
.hexAboutGrid > div .hexagon img {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.hexAboutGrid .col1Text,
.hexAboutGrid .col2Text,
.hexAboutGrid .col3Text,
.hexAboutGrid .col4Text {
  margin-bottom: 30px;
}
.entry-content.forPage > h2:first-child {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 0;
}
.wpcf7-form[aria-label="Contact form"] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.wpcf7-form[aria-label="Contact form"] .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form[aria-label="Contact form"] input[type="text"],
.wpcf7-form[aria-label="Contact form"] input[type="email"],
.wpcf7-form[aria-label="Contact form"] input[type="tel"],
.wpcf7-form[aria-label="Contact form"] input[type="file"],
.wpcf7-form[aria-label="Contact form"] input[type="submit"],
.wpcf7-form[aria-label="Contact form"] textarea {
  background-color: #f4f4f4;
  border: none;
  border-radius: 9999px;
  display: block;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7-form[aria-label="Contact form"] input[type="text"]:focus,
.wpcf7-form[aria-label="Contact form"] input[type="email"]:focus,
.wpcf7-form[aria-label="Contact form"] input[type="tel"]:focus,
.wpcf7-form[aria-label="Contact form"] input[type="file"]:focus,
.wpcf7-form[aria-label="Contact form"] input[type="submit"]:focus,
.wpcf7-form[aria-label="Contact form"] textarea:focus {
  background-color: #eff7fc;
  outline: none;
}
.wpcf7-form[aria-label="Contact form"] textarea {
  border-radius: 26px;
}
.wpcf7-form[aria-label="Contact form"] ::-webkit-file-upload-button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.9em;
}
.wpcf7-form[aria-label="Contact form"] ::-moz-file-upload-button {
  background-color: none;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.9em;
}
.wpcf7-form[aria-label="Contact form"] input.has-content {
  background-color: #eff7fc;
}
.wpcf7-form[aria-label="Contact form"] input[type="submit"] {
  background-color: #00599C;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
}
.bioContact .wpcf7-form[aria-label="Contact form"] .theMessage,
.bioContact .wpcf7-form[aria-label="Contact form"] .theSubmit {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.hideIt {
  visibility: hidden;
}
.filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filters input[type="text"],
.filters select {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  color: #333;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: block;
}
.filters input[type="text"]:focus,
.filters select:focus {
  border-color: #0073e6;
  -webkit-box-shadow: 0 4px 8px rgba(0, 115, 230, 0.3);
          box-shadow: 0 4px 8px rgba(0, 115, 230, 0.3);
  outline: none;
}
.filters input[type="text"] {
  min-width: 200px;
}
.filters input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}
.filters input[type="text"]::-moz-placeholder {
  color: #aaa;
}
.filters input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}
.filters input[type="text"]::-ms-input-placeholder {
  color: #aaa;
}
.filters input[type="text"]::placeholder {
  color: #aaa;
}
.filters select {
  padding-right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjN0I3QjdCIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyLjAwNiAxNi41M0w1Ljk1NiA5LjUwMyA4LjA5NyA3LjM2N2wzLjg4NiAzLjc5NiAzLjg4NS0zLjc5NiAyLjE0IDIgLTYuMDUyIDcuMDI3eiIvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.filters select option {
  padding: 10px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
}
.filters select option:hover {
  background-color: #f1f1f1;
}
.newsSubcatFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 10px auto;
  gap: 30px;
}
.newsSubcatFlex.gapSmaller {
  gap: 10px;
}
.newsSubcatFlex.four-hexagons,
.newsSubcatFlex.four-bigger-first {
  max-width: none;
}
.newsSubcatFlex.four-bigger-first {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsSubcatFlex.four-bigger-first .item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.newsSubcatFlex.four-bigger-first .item:first-child {
  -webkit-box-flex: 1.35;
      -ms-flex-positive: 1.35;
          flex-grow: 1.35;
}
.moreBottomMargin {
  margin-bottom: 30px;
}
.leadIn.single {
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  font-family: 'segoe_uiregular';
  letter-spacing: 1px;
  font-size: 1em;
  color: #EF4A3C;
}
.threeGridBlog {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
  line-height: 1.3;
}
.threeGridBlog article {
  text-align: center;
}
.threeGridBlog article img {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
}
.threeGridBlog article .theTitle {
  margin-bottom: 5px;
  font-family: 'segoe_uibold';
}
.threeGridBlog article .theTitle .leadIn {
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  font-family: 'segoe_uiregular';
  letter-spacing: 1px;
  font-size: 0.8em;
  color: #00599C;
}
.threeGridBlog article .theTitle:before {
  width: 70px;
  height: 1px;
  background-color: #ccc;
  margin: 0 auto;
  content: '';
  display: block;
  margin-bottom: 12px;
}
.threeGridBlog article .posted {
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 8px;
}
h2.blogSections {
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 1px #ccc dotted;
  padding-bottom: 10px;
  margin-top: 40px;
  text-align: center;
}
#btt {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #00599C;
  color: white;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  font-size: 18px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 2em;
}
#btt:hover {
  background-color: #EF4A3C;
}
.blogSingle {
  padding-bottom: 40px;
  margin-top: 30px;
}
.thumbWrap {
  width: 40%;
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
.taxes {
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ccc;
}
.taxes a,
.taxes a:link,
.taxes a:visited {
  text-decoration: none;
}
.taxes a:hover {
  color: #EF4A3C;
}
.taxes .fa-solid,
.taxes .fa-regular {
  color: #EF4A3C;
  font-size: 1em;
  margin-right: 5px;
}
.hexGridGeneral {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 1fr;
}
.hexGridGeneral .item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.hexGridGeneral .item.morePad {
  padding: 0 20px;
}
.hexGridFive {
  -ms-grid-columns: 30fr 20fr 20fr 30fr;
  grid-template-columns: 30fr 20fr 20fr 30fr;
}
.hexGridFive .item:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.hexGridFive .item:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.hexGridFive .item:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.hexGridFive .item:nth-child(4) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.hexGridFive .item:nth-child(5) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.hexGridSix {
  -ms-grid-columns: 28fr 18fr 18fr 18fr 18fr;
  grid-template-columns: 28fr 18fr 18fr 18fr 18fr;
}
.hexGridSix .item:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.hexGridSix .item:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.hexGridSix .item:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
.hexGridSix .item:nth-child(4) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.hexGridSix .item:nth-child(5) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}
.hexGridSix .item:nth-child(6) {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.hexGridSix .item:nth-child(7) {
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}
#spinnerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mySpinner {
  --fa-primary-color: #00599C;
  --fa-secondary-color: #477EBF;
}
[class*="width"] {
  min-width: 300px;
  max-width: 100%;
  display: block;
  margin: 0 auto 20px auto;
}
.width10 {
  width: 10%;
}
.width20 {
  width: 20%;
}
.width30 {
  width: 30%;
}
.width40 {
  width: 40%;
}
.width50 {
  width: 50%;
}
.width60 {
  width: 60%;
}
.width70 {
  width: 70%;
}
.width80 {
  width: 80%;
}
.width90 {
  width: 90%;
}
.mainProductGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
.badgeFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin: 0 auto 30px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.badgeFlex .item svg {
  width: 100%;
  max-width: 110px;
}
.promo-graphic-item {
  margin-bottom: 30px;
}
.site-main ul,
.site-main ol {
  margin-left: 20px;
  padding-left: 0;
}
.site-main ul.anchorMenu {
  margin-left: 0;
}
.elevatedMenuGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #fff;
}
.elevatedMenuGrid .top {
  display: none;
  background-color: #fff;
  z-index: 1;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}
.elevatedMenuGrid .bottom {
  display: none;
  background-color: #fff;
  z-index: 1;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}
.elevatedMenuGrid .item .flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.elevatedMenuGrid .item .flexer .hexagon {
  position: relative;
}
.elevatedMenuGrid .item .flexer .hexagon .label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
  z-index: 1;
}
.elevatedMenuGrid .item .flexer .hexagon::before {
  -webkit-clip-path: polygon(24% 5%, 76% 5%, 101% 50%, 76% 95%, 24% 95%, -1% 50%);
          clip-path: polygon(24% 5%, 76% 5%, 101% 50%, 76% 95%, 24% 95%, -1% 50%);
  position: absolute;
  width: 135px;
  height: 100%;
  margin: 0 auto;
  background-color: #000;
  content: '';
  top: 0;
  left: 0;
}
.elevatedMenuGrid .item .flexer .hexagon:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.elevatedMenuGrid .item .flexer .hexagon:hover .label {
  color: #fff;
}
.elevatedMenuGrid .item .flexer .hexagon.uber::after {
  -webkit-clip-path: polygon(24% 5%, 76% 5%, 101% 50%, 76% 95%, 24% 95%, -1% 50%);
          clip-path: polygon(24% 5%, 76% 5%, 101% 50%, 76% 95%, 24% 95%, -1% 50%);
  position: absolute;
  width: 135px;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0, 89, 156, 0.55);
  z-index: 1;
  content: '';
  top: 0;
  left: 0;
}
.elevatedMenuGrid .item .flexer .hexagon.uber .label {
  color: #fff;
  z-index: 2;
}
.elevatedMenuGrid .item .flexer img {
  display: block;
  width: 135px;
  height: 100%;
  margin: 0 auto;
}
.elevatedMenuGrid .item .flexer h2 {
  margin: 0;
  color: #fff;
}
.elevatedMenuGrid .item .flexer.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 20px;
}
.elevatedMenuGrid .item .flexer.right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-right: 20px;
}
.elevatedMenuGrid .item .flexer.right img {
  width: 94%;
  height: auto;
  max-width: 280px;
  margin: 14px 0;
}
.elevatedMenuGrid .item.item2,
.elevatedMenuGrid .item.item3,
.elevatedMenuGrid .item.item4,
.elevatedMenuGrid .item.item5 {
  z-index: 2;
}
.elevatedMenuGrid .item.item1 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  margin-bottom: 10px;
}
.elevatedMenuGrid .item.item6 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  margin-bottom: 10px;
}
.elevatedMenuGrid .item.item2,
.elevatedMenuGrid .item.item3 {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  z-index: 1;
}
.elevatedMenuGrid .item.item4,
.elevatedMenuGrid .item.item5 {
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  z-index: 1;
}
.elevatedMenuGrid .item.item2 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}
.elevatedMenuGrid .item.item3 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}
.elevatedMenuGrid .item.item4 {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}
.elevatedMenuGrid .item.item5 {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}
.elevatedSummaries {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.elevatedSummaries > :first-child {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.elevatedSummaries > :nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.elevatedSummaries.oneCol {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.elevatedSummaries.oneCol > :first-child,
.elevatedSummaries.oneCol > :nth-child(2) {
  max-width: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 0;
}
.elevatedSummaries .thumbSide a {
  border: 1px solid #000;
  display: block;
}
.elevatedSummaries .thumbSide a img {
  width: 100%;
  display: block;
}
h2.elevatedheader {
  margin-bottom: 0;
}
.tmFineprint {
  font-size: 0.85em;
  line-height: 1.4;
  margin-top: 10px;
}
.contentSide h2.clearVgl,
.clearVgl {
  clear: both;
}
figcaption.wp-element-caption {
  font-size: 0.85em;
  padding: 5px;
  line-height: 1.4;
  font-style: italic;
}
a.myPencil {
  color: red;
  font-size: 0.7em;
}
.badgesFlexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.badgesFlexer .item.badge {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.badgesFlexer .item.badge img {
  display: block;
  width: 100%;
}
.whiteLogoSection {
  text-align: center;
}
.sustainColumns > .wp-block-column > .wp-block-image img {
  border-bottom: solid 4px #fff;
}
.padIt {
  padding: 18px 12px 12px 12px;
}
html:has(#eligibilityPopover:popover-open),
body:has(#eligibilityPopover:popover-open) {
  overflow: hidden;
}
#eligibilityPopover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 32px;
  border-radius: 12px;
  background: #ccdeeb;
  color: #000;
  -webkit-box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  /* Clears the default browser popover margin */
  height: 80vh;
  max-width: 900px;
  max-height: 80vh;
  width: 90%;
  overflow: hidden;
}
#eligibilityPopover .popoverScroll {
  height: 100%;
  overflow: auto;
}
#eligibilityPopover .eligibilityTitle {
  font-size: 1.4rem;
  margin: 0 0 12px 0;
  text-align: center;
}
#eligibilityPopover .eligibilityText {
  margin: 0 0 12px 0;
  line-height: 1.4;
  font-size: 1rem;
}
#eligibilityPopover .btnCloseEligibility {
  display: inline-block;
  padding: 8px 14px;
  border: 0;
  border-radius: 8px;
  background: #333;
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
#eligibilityPopover::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
#eligibilityPopover::backdrop {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.btnEligibility {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #00599C;
  text-decoration: underline;
  font: inherit;
  cursor: pointer;
}
.innerTopImage .heroOverlay .loginSection {
  font-size: 0.9em;
  border-left: 1px dotted #fff;
  padding-left: 20px;
  margin-left: 10px;
}
.innerTopImage .heroOverlay .loginSection a,
.innerTopImage .heroOverlay .loginSection a:link,
.innerTopImage .heroOverlay .loginSection a:visited {
  background-color: #fff;
  border-radius: 5px;
  color: #00599C;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 6px;
  letter-spacing: 1px;
}
.innerTopImage .heroOverlay .loginSection a:hover {
  background-color: #477EBF;
  color: #fff;
}
#elevatedMessage {
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  color: #EF4A3C;
}
#elevatedMessage .fa-solid {
  margin-right: 10px;
  color: #00599C;
}
.iconPair {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blogGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}
.blogGrid .item.contentSide h1.entry-title {
  margin-bottom: 2px;
}
.blogGrid .item.contentSide h2 {
  font-size: 24px;
  margin-bottom: 8px;
  clear: none;
  margin-top: 30px;
}
.blogGrid .item.contentSide .thumbWrap + h2 {
  margin-top: 0px;
}
.blogGrid .item.contentSide .wp-block-buttons .wp-block-button__link {
  color: #fff;
}
.blogGrid .item.sidebarSide {
  padding-left: 30px;
  border-top: 4px solid #477EBF;
}
.blogGrid .item.sidebarSide h4 {
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'segoe_uibold';
  margin-bottom: 4px;
  margin-bottom: 8px;
}
.blogGrid .item.sidebarSide ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blogGrid .item.sidebarSide ul li {
  position: relative;
  margin-bottom: 14px;
  padding: 0 0 0 24px;
  line-height: 1.4;
}
.blogGrid .item.sidebarSide ul li:before {
  content: "\f15c";
  color: #999999;
  padding: 0 8px 0 0;
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 0;
  left: 0;
}
.blogGrid .item.sidebarSide ul li a,
.blogGrid .item.sidebarSide ul li a:link,
.blogGrid .item.sidebarSide ul li a:visited {
  text-decoration: none;
  color: #00599C;
}
.blogGrid .item.sidebarSide ul li a:hover {
  text-decoration: underline;
}
.blogGrid .item.sidebarSide ul.caseStudies li {
  margin-bottom: 5px;
}
.wp-block-button.smaller .wp-block-button__link {
  padding: 4px 12px;
  font-size: 16px;
}
.sustainabilityGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1110px;
  margin: 30px auto;
}
.sustainabilityGrid > .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 3px auto;
  grid-template-rows: auto 3px auto;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sustainabilityGrid > .item.tile1,
.sustainabilityGrid > .item.tile2,
.sustainabilityGrid > .item.tile3,
.sustainabilityGrid > .item.tile4,
.sustainabilityGrid > .item.tile5 {
  grid-column: auto;
}
.sustainabilityGrid > .item > .subItem img {
  display: block;
  width: 100%;
}
.sustainabilityGrid > .item > .subItem.theLine {
  background-color: #fff;
  height: 100%;
  padding: 0;
}
.sustainabilityGrid > .item > .subItem.theImage {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}
.sustainabilityGrid > .item > .subItem.theCopy {
  padding: 16px;
}
.bioTooltip {
  position: relative;
  overflow: visible;
}
.oneProduct {
  position: relative;
}
.mobileToolTip {
  display: none;
  font-size: 0.8em;
  text-align: center;
  width: 100%;
  margin-top: -24px;
  margin-bottom: 40px;
}
@media (hover: hover) and (pointer: fine) {
  .bioTooltip {
    position: relative;
    display: inline-block;
  }
  .bioTooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    margin-bottom: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.92);
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    padding: 6px 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    -o-transition: opacity 0.15s ease, transform 0.15s ease;
    transition: opacity 0.15s ease, transform 0.15s ease;
    transition: opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
    z-index: 9999;
  }
  .bioTooltip::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    width: 12px;
    height: 8px;
    background: rgba(0, 0, 0, 0.92);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
    -o-transition: opacity 0.15s ease, transform 0.15s ease;
    transition: opacity 0.15s ease, transform 0.15s ease;
    transition: opacity 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
    z-index: 9999;
  }
  .bioTooltip:hover::after,
  .bioTooltip:focus::after,
  .bioTooltip:hover::before,
  .bioTooltip:focus::before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-4px);
        -ms-transform: translateX(-50%) translateY(-4px);
            transform: translateX(-50%) translateY(-4px);
  }
}
@media (hover: none), (pointer: coarse) {
  .mobileToolTip {
    display: block;
  }
}
@media all and (min-width: 440px) {
  #wpadminbar:before {
    content: 'Extra Small Up';
  }
}
@media all and (min-width: 576px) {
  #wpadminbar:before {
    content: 'Small Up';
  }
  .sustainabilityGrid > .item {
    -ms-grid-columns: 80fr 3px 105fr;
    grid-template-columns: 80fr 3px 105fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
@media all and (min-width: 768px) {
  #wpadminbar:before {
    content: 'Medium Up';
  }
  .threeGridBlog {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .hexAboutGrid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
  }
  .hexAboutGrid .col1Img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
  .hexAboutGrid .col2Text {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
  }
  .hexAboutGrid .col3Img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1 / 3 / 3 / 4;
  }
  .hexAboutGrid .col4Text {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 1 / 4 / 2 / 5;
  }
  .hexAboutGrid .col2Img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 4 / 3;
  }
  .hexAboutGrid .col4Img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 2 / 4 / 4 / 5;
  }
  .hexAboutGrid .col1Text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
  .hexAboutGrid .col3Text {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3 / 3 / 4 / 4;
  }
  .hexAboutGrid .col1Text,
  .hexAboutGrid .col2Text,
  .hexAboutGrid .col3Text,
  .hexAboutGrid .col4Text {
    margin-bottom: 0px;
  }
  .elevatedMenuGrid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .elevatedMenuGrid .top,
  .elevatedMenuGrid .bottom {
    display: none;
  }
  .elevatedMenuGrid .item .flexer .hexagon::before {
    width: 145px;
  }
  .elevatedMenuGrid .item .flexer .hexagon.uber::after {
    width: 145px;
  }
  .elevatedMenuGrid .item .flexer img {
    width: 145px;
  }
  .elevatedMenuGrid .item.item1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .elevatedMenuGrid .item.item6 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  .elevatedMenuGrid .item.item2,
  .elevatedMenuGrid .item.item3,
  .elevatedMenuGrid .item.item4,
  .elevatedMenuGrid .item.item5 {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    z-index: 1;
  }
  .elevatedMenuGrid .item.item2 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  .elevatedMenuGrid .item.item3 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
  .elevatedMenuGrid .item.item4 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
  .elevatedMenuGrid .item.item5 {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
  }
  .elevatedSummaries {
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
  }
  .elevatedSummaries > :first-child,
  .elevatedSummaries > :nth-child(2) {
    max-width: none;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0;
  }
  .sustainabilityGrid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .sustainabilityGrid > .item.tile1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .sustainabilityGrid > .item.tile2 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
  }
  .sustainabilityGrid > .item.tile3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
  .sustainabilityGrid > .item.tile4 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2;
  }
  .sustainabilityGrid > .item.tile5 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
  }
}
@media all and (min-width: 992px) {
  #wpadminbar:before {
    content: 'Large Up';
  }
  .footer_menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer_menu li {
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }
  .innerTopImage.innerPage .heroOverlay {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 40px;
  }
  .innerTopImage.frontPage .heroOverlay {
    height: calc(100% - 80px);
  }
  .innerTopImage .heroOverlay {
    margin: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hexGrid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .hexGridWrap {
    max-width: 600px;
  }
  .badgesFlexer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .whiteLogoSection {
    text-align: left;
  }
  .footerSn {
    margin-top: 0px;
  }
  .mainProductGrid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .threeGridBlog {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .blogGrid {
    -ms-grid-columns: 2.5fr 1fr;
    grid-template-columns: 2.5fr 1fr;
  }
  .blogGrid .item.sidebarSide {
    border-left: 1px dotted #EF4A3C;
  }
}
@media all and (min-width: 1240px) {
  #wpadminbar:before {
    content: 'Extra Large Up';
  }
  .elevatedMenuGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.9fr 1fr 1fr 1fr 1fr 1.5fr;
    grid-template-columns: 1.9fr 1fr 1fr 1fr 1fr 1.5fr;
    -ms-grid-rows: 20px 100px 20px;
    grid-template-rows: 20px 100px 20px;
    margin-bottom: 30px;
  }
  .elevatedMenuGrid .top {
    background-color: #fff;
    z-index: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    display: block;
  }
  .elevatedMenuGrid .bottom {
    background-color: #fff;
    z-index: 1;
    -ms-grid-row: 3;
        grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    display: block;
  }
  .elevatedMenuGrid .item .flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .elevatedMenuGrid .item .flexer .hexagon {
    position: relative;
  }
  .elevatedMenuGrid .item .flexer .hexagon .label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 1.3;
    color: #000;
    font-weight: bold;
    z-index: 1;
  }
  .elevatedMenuGrid .item .flexer .hexagon::before {
    -webkit-clip-path: polygon(24% 5%, 76% 5%, 101% 50%, 76% 95%, 24% 95%, -1% 50%);
            clip-path: polygon(24% 5%, 76% 5%, 101% 50%, 76% 95%, 24% 95%, -1% 50%);
    position: absolute;
    width: 145px;
    height: 100%;
    margin: 0 auto;
    background-color: #000;
    content: '';
    top: 0;
    left: 0;
  }
  .elevatedMenuGrid .item .flexer .hexagon:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .elevatedMenuGrid .item .flexer .hexagon:hover .label {
    color: #fff;
  }
  .elevatedMenuGrid .item .flexer .hexagon.uber::after {
    -webkit-clip-path: polygon(24% 5%, 76% 5%, 101% 50%, 76% 95%, 24% 95%, -1% 50%);
            clip-path: polygon(24% 5%, 76% 5%, 101% 50%, 76% 95%, 24% 95%, -1% 50%);
    position: absolute;
    width: 145px;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0, 89, 156, 0.55);
    z-index: 1;
    content: '';
    top: 0;
    left: 0;
  }
  .elevatedMenuGrid .item .flexer .hexagon.uber .label {
    color: #fff;
    z-index: 2;
  }
  .elevatedMenuGrid .item .flexer img {
    display: block;
    width: 145px;
    height: 100%;
    margin: 0 auto;
  }
  .elevatedMenuGrid .item .flexer h2 {
    margin: 0;
    color: #fff;
  }
  .elevatedMenuGrid .item .flexer.left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: 20px;
  }
  .elevatedMenuGrid .item .flexer.right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 20px;
  }
  .elevatedMenuGrid .item .flexer.right img {
    width: 94%;
    height: auto;
    max-width: none;
    margin: 0;
  }
  .elevatedMenuGrid .item.item2,
  .elevatedMenuGrid .item.item3,
  .elevatedMenuGrid .item.item4,
  .elevatedMenuGrid .item.item5 {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    z-index: 2;
  }
  .elevatedMenuGrid .item.item1,
  .elevatedMenuGrid .item.item6 {
    margin-bottom: 0;
  }
  .elevatedMenuGrid .top.top1,
  .elevatedMenuGrid .bottom.bottom1,
  .elevatedMenuGrid .item.item1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
  .elevatedMenuGrid .top.top2,
  .elevatedMenuGrid .bottom.bottom2,
  .elevatedMenuGrid .item.item2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }
  .elevatedMenuGrid .top.top3,
  .elevatedMenuGrid .bottom.bottom3,
  .elevatedMenuGrid .item.item3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
  }
  .elevatedMenuGrid .top.top4,
  .elevatedMenuGrid .bottom.bottom4,
  .elevatedMenuGrid .item.item4 {
    -ms-grid-column: 4;
        grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
  }
  .elevatedMenuGrid .top.top5,
  .elevatedMenuGrid .bottom.bottom5,
  .elevatedMenuGrid .item.item5 {
    -ms-grid-column: 5;
        grid-column-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
  }
  .elevatedMenuGrid .top.top6,
  .elevatedMenuGrid .bottom.bottom6,
  .elevatedMenuGrid .item.item6 {
    -ms-grid-column: 6;
        grid-column-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 7;
  }
  .elevatedMenuGrid .item.item1 {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  .elevatedMenuGrid .item.item6 {
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  /*
.sustainabilityGrid {
	grid-template-columns: repeat(6, 1fr); // overrides MedUp
	
	> .item {
		&.tile1 { grid-column: 1 / span 2; } // overrides MedUp
		&.tile2 { grid-column: 3 / span 2; } // overrides MedUp
		&.tile3 { grid-column: 5 / span 2; } // overrides MedUp

		&.tile4 { grid-column: 2 / span 2; } // overrides MedUp
		&.tile5 { grid-column: 4 / span 2; } // overrides MedUp
	}
}
*/
}
@media all and (min-width: 1500px) {
  #wpadminbar:before {
    content: 'Super Large Up';
  }
  .hexGridWrap {
    max-width: 1200px;
  }
  .hexGrid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .circleHTML {
    top: 5%;
    bottom: auto;
  }
}
@media all {
  #presentationWrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    /* Backgorund Images */
  }
  #presentationWrap .slider {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    border-top: 20px solid;
    border-bottom: 20px solid;
  }
  #presentationWrap .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  #presentationWrap .slide.current {
    opacity: 1;
  }
  #presentationWrap .slide .content {
    position: absolute;
    opacity: 0;
    /*top: 20px;
  		bottom: 20px;
  		left: 620px;
  		right: 20px;
		  width: calc(100% - 40px);
		  */
    top: 0px;
    bottom: 96px;
    left: 600px;
    right: 0px;
    width: 100%;
    background-color: #ffffff;
    color: #333;
    padding: 82px;
    font-size: clamp(16px, 1.5vw, 26px);
    overflow: scroll;
  }
  #presentationWrap .slide .content .productLogo {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px auto;
  }
  #presentationWrap .slide .content .infoBox {
    max-width: 440px;
    margin: 0 auto;
  }
  #presentationWrap .slide .content .post-thumbnail img {
    width: 84%;
    max-width: 600px;
    /* max-height: 23%; */
    display: block;
    margin: 0 auto;
  }
  #presentationWrap .slide .content h1 {
    margin-bottom: 10px;
  }
  #presentationWrap .slide.current .content {
    opacity: 1;
    -webkit-transform: translateX(-600px);
        -ms-transform: translateX(-600px);
            transform: translateX(-600px);
    -webkit-transition: all 0.7s ease-in-out 0.3s;
    -o-transition: all 0.7s ease-in-out 0.3s;
    transition: all 0.7s ease-in-out 0.3s;
  }
  #presentationWrap .buttons button#next {
    right: 10px;
  }
  #presentationWrap .buttons button#prev {
    left: 10px;
  }
  #presentationWrap .buttons button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-22px);
        -ms-transform: translateY(-22px);
            transform: translateY(-22px);
    border: 2px solid #00599C;
    background-color: transparent;
    color: #00599C;
    cursor: pointer;
    padding: 13px 15px;
    border-radius: 50%;
    outline: none;
  }
  #presentationWrap .buttons button:hover {
    background-color: #00599C;
    color: #fff;
  }
  #presentationWrap .slide {
    background: #ffffff;
  }
  .row.coverSlide {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #closePresentationMode {
    position: fixed;
    top: 24px;
    right: 20px;
    z-index: 300;
    font-size: 40px;
  }
  .productLogoFooter {
    position: fixed;
    bottom: 30px;
    left: 20px;
    display: block;
    width: 300px;
  }
  .productLogoFooter,
  .bioLogoFooter {
    position: fixed;
    bottom: 30px;
    display: block;
    height: 73px;
    width: auto;
  }
  .productLogoFooter {
    left: 20px;
  }
  .bioLogoFooter {
    right: 20px;
  }
}
@media all and (max-width: 500px) {
  #presentationWrap .slide .content {
    bottom: -300px;
    left: 0;
    width: 100%;
  }
  #presentationWrap .slide.current .content {
    -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
            transform: translateY(-300px);
  }
}
@media print {
  body {
    font-size: 11px;
    line-height: 1.6;
  }
  #topFlex,
  #eyesopen,
  #slasheyes,
  #myBackToTop,
  #theLogout,
  #overview,
  .breadcrumb,
  .sectionButtons,
  ul.anchorMenu {
    display: none !important;
  }
  #techProfile,
  #formulation,
  #overview {
    display: block;
  }
  #techProfile::before,
  #formulation::before,
  #overview::before {
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #EF4A3C;
    color: #00599C;
    font-family: 'segoe_uiregular';
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #overview,
  #techProfile,
  #formulation {
    page-break-before: always;
  }
  #media::before {
    content: "Media";
  }
  #techProfile::before {
    content: "Technical Profile";
  }
  #formulation::before {
    content: "Formulation";
  }
  #overview > div.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #overview > div.row div.textSide {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #overview > div.row div.textSide::before {
    content: "Overview";
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #EF4A3C;
    color: #00599C;
    font-family: 'segoe_uiregular';
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #overview > div.row div.thumbSide {
    display: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #overview > div.row div.thumbSide .post-thumbnail {
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
  .productTop > div.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .productTop > div.row .productLogo {
    margin: 0 auto;
  }
  .productTop > div.row .infoBox {
    margin: 20px auto;
    width: 75%;
  }
  .printOnly {
    display: block;
  }
  .printImage {
    display: block;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 9px;
  }
  .printImage .printLogo {
    width: 200px;
    margin: 20px auto;
    display: block;
  }
  .printFooter {
    position: fixed;
    bottom: 0px;
    right: 0;
    font-size: 10px;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }
  .printFooter .printFooterLogo {
    display: inline-block;
    height: 30px;
  }
  .printHeader {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 10px;
    text-align: right;
  }
  img {
    max-height: 90%;
  }
  @page {
    /*margin-top: 2cm;
	margin-right: 2cm;
	margin-left: 2cm;
	margin-bottom: 4cm;*/
    margin: 2cm;
    orphans: 4;
    widows: 2;
  }
  /*
div.col-12 {
	position: relative;
}


h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	
	position: relative;
	display: block;
	page-break-inside: avoid;
	
	break-after: avoid;

}
*/
}
/*# sourceMappingURL=biocogent.css.map */