@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --primary-color2: #fed9aa;
	--primary-color: #ebd99f;
	--secondary-color2: #3d3732;
	--secondary-color: #000;
	--tertiary-color: #EFE5D3;
	--scrollbar-track: #f1f1f1;
	--dropzone-edit-color-light: #4A6DFF;
	--dropzone-edit-color: #0537FF;
	--background-color: #FDFCFB;
}
body {
	/*font:18px/24px Oswald, Georgia, "Times New Roman", Times, serif !important;*/
	font: 18px/24px "Poppins", "Franklin Gothic", sans-serif;
	color:var(--secondary-color);
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	/*background: var(--secondary-color);*/
	/*background: ghostwhite;*/
	background: white;
}
.container-limit{
	max-width:1140px;
	margin: 0 auto;
	position:relative;
	padding: 0 20px;
}
#helpIcon {
	color:rgb(71,71,142);
	font-size:1em;
	cursor:pointer;
	background-color: transparent;
	text-decoration: none;
	padding-bottom: 20px;
}
.main{
	min-height: 90vh;
	margin: 0 auto;
	max-width: 1080px;
}
.title {
	COLOR: #575757;
	FONT: 18px arial, sans-serif;
	font-weight: bold;
	word-spacing: 3px;
}
.title2 {
	color: Maroon;
	font-size: 20px;
}
.aligncenter {
	text-align:center;
}
.alignright {
	text-align:right;
}
.flex {
	display:flex;
}
.whitebackground {
	/*background:white;*/
}
.required {
	color:#B30000;
}
.link-no-underline {
	text-decoration:none;
}
.crosshatch[readonly=""] {
    background: repeating-linear-gradient(135deg, rgba(255,255,255, .3),rgba(255,255,255, .3) 9px,rgba(150,150,150, .3) 9px,rgba(150,150,150, .3) 10px), repeating-linear-gradient(45deg, rgba(255,255,255, .3),rgba(255,255,255, .3) 9px,rgba(150,150,150, .3) 9px,rgba(150,150,150, .3) 10px);
    background-size: 14.14px 14.14px;
}
.backArrow {
	cursor:pointer;
	font-size:1.2em;
	margin-left:2px;
}
.backArrow img, .backArrow span {
	vertical-align:middle;
}
.remove_ingred, #ingred_add > span, #exclude_ingred_add > span {
	cursor:pointer;
}
p {
	margin-top:0; 
	line-height:1.5;
}
a {color:inherit;}
table.dictionary td p {
	margin: 10px;
}
table.dictionary td a {
	text-decoration: none;
	font: 24px Oswald, Georgia, "Times New Roman", Times, serif !important;
}
table.dictionary tbody tr:nth-child(odd) {
    background: #efe5d3;
}
table.dictionaries tbody tr:nth-child(odd) {
    background: #f1f1f1;
}
table.dictionaries {
    border-collapse: collapse !important;
}
li > a {
	padding:10px 0;
	margin: 1px 0;
    display: inline-block;
}
#body-container li > a {	
    display: inline-block;
	min-height:45px;
	min-width:45px;
	padding: 2px 0;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #303030;
	width: 6em;
	height: 6em;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-3em;
	margin-top:-3em;
	display:none;
  }
button a {text-decoration:none;}
input:not(.resetButton), select, textarea, optgroup, option {
    font: 15px Oswald, Georgia, "Times New Roman", Times, serif !important;
	margin-top: 3px;
}

/*  HEADER TAG STYLES */
h1,h2,h3,h4,h5,h6{line-height:1.2em;color:var(--secondary-color);word-spacing:6px;font-weight: bold !important;}
h1{font-size:32px !important;text-transform: uppercase;margin: 20px 0;}
h2{font-size:26px;}
h3{font-size:22px;}
h4{font-size:20px;}
h5{font-size:18px}
h6{font-size:16px;}

/*//////////////////////////////////////////////////////////////////////////*/
/****HEADER****/
/*//////////////////////////////////////////////////////////////////////////*/
header{padding:16px 0 0;}
header h1{float:left;margin:0px;padding:0 0 21px}
header h1 a{background:url(images/logo.png) 0 0 no-repeat;width:220px;height:61px;text-indent:-5000px;overflow:hidden;display:block;}
header nav{position:relative; z-index:999; float:right; padding:14px 0 0 0;}
.smallslider{padding:16px;max-width:1100px;height:auto;margin:auto;}
#search-bar {
    /*background: var(--background-color);*/
    text-align: right;
    /*padding: 8px 0;*/
    line-height: 10px;
    border-bottom: 1px solid var(--primary-color);
	padding-bottom: 10px;
	background: var(--secondary-color);
	color: var(--primary-color);
	padding: 3px 0;
	position:relative;
	z-index:1500;
}
#search-count {
  font-size: 16px;
  float: left;
  line-height: 45px;
}
#search-bar input {
	border: 1px solid var(--secondary-color);
	border-radius: 4px;
	padding: 3px;
	height: 16px;
	margin-top: -2px;
	vertical-align: middle;
}
button.fa-magnifying-glass {
    padding: 4px 8px;
	background: none;
	border: 1px solid var(--secondary-color);
	border-radius: 4px;
	color: var(--secondary-color);
	margin:0;
	position:relative;
}
button.fa-magnifying-glass:hover {
	background: var(--secondary-color);
	border: 2px solid var(--secondary-color);
	color: #FFF;
}
#loginButton {
  border: 1px solid var(--secondary-color);
  /*box-shadow: var(--secondary-color) 0px 1px 5px;*/
  background: var(--primary-color);
  padding: 0 10px;
}
#loginButton:hover {
  box-shadow: none;
  color: var(--primary-color);
  background: var(--secondary-color);
  border: 1px solid var(--primary-color);
  /*box-shadow: var(--primary-color) 0px 1px 5px;*/
}
.header-link {
	padding: 10px 0 10px 20px;
}
.header-link img {
	width:25px;
	vertical-align: text-bottom;
}
#logoImg {
	height:100%;
	max-height:80px;
}
#logo-bar {
	background:var(--background-color);
	padding:18px 0;
	/*border-bottom: 5px solid var(--secondary-color);*/
}
#logo-bar img {
	height:90px;
	margin: 0 50px;
}
#accountNav {
	display:inline-block;
	width:auto;
	vertical-align:middle;
	margin: 7px 10px 7px 30px;
}
#accountNav > a {
	text-decoration:none;
	color:black;
	font-size:1.2em;
}
#accountNav > ul > li > span {
	font-size:1.8em;
	margin:3px 0;
	cursor:pointer;
}
#accountNav > ul > li:hover {
	background-color:transparent;
}
#accountNav > ul > li:hover > span {
	color:var(--primary-color);
}
#welcome-user {
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px;
	font-weight:bold;
}

/*//////////////////////////////////////////////////////////////////////////*/
/****PARALLAX****/
/*//////////////////////////////////////////////////////////////////////////*/
section {
  position: relative;
  width: 100%;
}
#body-container {
  position: relative;
  z-index: 2;
}
#body-container > .parallax-content {
	max-width:1140px;
	margin: 0 auto;
	position:relative;
	padding: 0 20px;
}
.parallax-fv {
  height: 100vh;
  width: 100%;
}
.parallax-bg {
  background-image: url(https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1000&q=80);
  background-size: cover;
  background-position: center;
}
.parallax-fv-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: 0 !important;
}
.parallax-obj {
  margin-top: 7em;
  padding:0 30px;
}
.parallax-obj-container {
  padding:0 30px;
}
.parallax-first-child {
	margin-top: 40px;
}
.parallax-left-title-block, .parallax-right-title-block {
	overflow:hidden;
	position:relative;
	width:100%;
	padding: 50px;
	display:flex;
	align-items:center;
	text-align:center;
}
.parallax-left-title-block a, .parallax-right-title-block a {
	width:100%;
}
.parallax-left-title-block h2, .parallax-right-title-block h2 {
	white-space: nowrap;
	text-align:center;
	position:relative;
	z-index:1;
	background: rgba(255,255,255,.5);
	padding: 10px;
	flex-grow:2;
}
.parallax-left-title-block svg, .parallax-right-title-block svg {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.parallax-text-block {
	text-align:center;
	padding: 100px 30px;
}
.parallax-img-left {
  margin-left: 10%;
}
.parallax-img-right {
  margin-left: auto;
  margin-right: 10%;
}
.parallax-img-full {
  width: 100%;
  height: 115vh;
}
.parallax-img-size-1 {
  width: 33.3333%;
  height: 75vh;
}
.parallax-img-size-2 {
  width: 50%;
  height: 100vh;
}
.parallax-image {
	z-index: 10;
	position: relative;
	width: 90%;
	background: rgba(255,255,255,.4);
	padding: 20px 30px;
	max-width:500px;
}
.npirs-layout .parallax-left-title-block {
    flex: 0 0 30%; 
}
.npirs-layout .parallax-text-block {
    flex: 1;   
    padding-left: 40px;
}
.npirs-layout .parallax-image {
    width: 120%;     
    max-width: 250px;
	margin-top: -120px;
}
.parallax-left-title-block[data-color="npirs"] svg {
    /*height: 550px !important;*/
    width: auto !important;    
}
.parallax-obj.npirs-layout {
   height: 500px !important;      
    max-height: 500px !important;  
    overflow: hidden !important;   
    margin-top: 10 !important;     
    margin-bottom: 0 !important;    
    padding: 0 !important;           
    transform: translate3d(0,0,0) !important;
}
.npirs-layout .parallax-first-child {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.npirs-layout .parallax-text-block {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.parallax-obj + .parallax-obj {
    margin-top: 20px !important; 
}
.animation-wrapper-container {
    margin-top: -50px; 
}
.first-after-animation {
    margin-top: -50px; 
}
@media (max-width: 768px) {
    .animation-wrapper-container {
        display: none !important;
    }
    .first-after-animation {
        margin-top: 0 !important; 
    }
}
@media screen and (max-width: 800px) {
  .parallax-img-left {
    margin-left: 0;
  }
  .parallax-img-right {
    margin-right: 0;
  }
  .parallax-img-full {
    height: 100vh;
    height: 100vh;
  }
  .parallax-img-size-1 {
    width: 75%;
    height: 75vh;
  }
  .parallax-img-size-2 {
    width: 75%;
    height: 100vh;
  }
}
#body_particle_background {
	position:absolute;
	top:0;
	left:0;
}


#ink-cursor {
    pointer-events: none;
    position: fixed;
    display: block;
    border-radius: 0;
    transform-origin: center center;
    mix-blend-mode: difference;
    top: 0;
    left: 0;
    z-index: 1000;
}
#ink-cursor span {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 20px;
	background-color: white;
	/*width: 0;
	height: 0;
	border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid white;
	transform-origin: center center;
	transform: translate(-50%, -50%);*/
}
/*//////////////////////////////////////////////////////////////////////////*/
/****NAVIGATION****/
/*//////////////////////////////////////////////////////////////////////////*/
#menu-bar {
	min-height:35px;
	min-height: 35px;
	background: var(--secondary-color);
	border-top: 1px solid var(--primary-color);
	border-bottom: 1px solid var(--primary-color);
	position:sticky;
	top:-1px;
	z-index:1000;
}
#menuStickyLogo {
	display:none;
}
#menuStickyLogo img {
	height:30px;
	float: left;
	position: relative;
	top: 6px;
}
#menuStickyLogo i {
	color:white;
	font-size:1.5em;
	float:left;
	margin-top:12px;
	margin-right:10px
}
#menu-bar.is-pinned #menuStickyLogo {
	display:inline;
}
#second-menu-bar {
	background:var(--tertiary-color);
	min-height:35px;
}
nav { top: 0px; left: 0px; width: 100%; font-size:14px; position:relative}
nav::after { content: ""; display: block; clear: both;}
nav ul { list-style: none; margin:0; padding:0px;z-index:20;}
nav ul li {position:relative;}
nav ul li:hover { background-color: #000;}
nav ul li:hover  > ul { display: block;}
nav ul li a { 
	display: inline-block;
	padding:5px 15px;
	text-decoration: none;
	width:135px;
	position: relative;
	font-size:1.2em;
	line-height:1.5em;
	font-style:italic;
	color:var(--primary-color) !important;
}
nav ul li:not(.logged-in-menu-item) > a { 
	color:var(--primary-color) !important;
}
nav ul li:not(.logged-in-menu-item) > a:visited { 
	color:var(--primary-color) !important;
}
nav ul li:not(.logged-in-menu-item):hover > a { 
	color:white !important;
}
#second-menu-bar nav>ul>li>a { color:black !important;}
#second-menu-bar nav>ul>li:hover >a {color:white !important;}
nav>ul>li a:hover { background-color:#000;}
nav ul ul li a:hover { background-color:#444;}
nav ul ul{ position: absolute; background-color: #000; display:none;}
nav ul ul li{ position: relative; text-align:left;}
nav ul ul ul{ left: 100%; top: 0px;}
/*nav li.logged-in-menu-item::after {
	content: '';
	width: 100%;
	height:3px;
	display: block;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(135deg, #f6dba6, #ffebc4, #f0be79, #8f653b, #673d22, #ba7f3b, #eebc70);
}
nav > ul > li.logged-in-menu-item::after {
	width: 85%;
	right: 7%;
}
nav ul li.logged-in-menu-item > a {
  background: linear-gradient(135deg, #f6dba6, #ffebc4, #f0be79, #8f653b, #ba7f3b, #ba7f3b, #eebc70);
  color: transparent !important;
  background-clip: text;
}
nav > ul > li li.logged-in-menu-item:hover {
	background:#444;
}*/

/****top-level****/
nav > ul { float:right;}
nav > ul > li { float: left;}
nav > ul > li > a{ width: auto; padding: 10px 20px;}
nav a[aria-haspopup="true"]::after {
	content: ""; 
	width: 0px; height: 0px; 
	position: absolute; 
	top: 14px; right: 15px;
	border-top: 4px solid transparent; 
	border-bottom: 4px solid transparent; 
	border-left: 4px solid #000;
}
nav > ul> li > a[aria-haspopup="true"]::after{
	position:relative;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	left: 10px; right: auto;
	top:16px;
}
#menu-bar nav > ul {
  float: none;
  display: flex;
  justify-content: center;
  align-content: space-between;
}
#menu-bar nav > ul > li {
  margin: 0 auto;
}
#menu-bar nav > ul> li > ul a[aria-haspopup="true"]::after{
	border-left: 4px solid var(--tertiary-color);
}
#menu-bar nav > ul> li > a[aria-haspopup="true"]::after{
	border-top: 4px solid var(--tertiary-color);
}
#menu-bar nav > ul> li:hover > ul a[aria-haspopup="true"]::after{
	border-left: 4px solid #FFF;
}
#menu-bar nav > ul> li:hover > a[aria-haspopup="true"]::after{
	border-top: 4px solid #FFF;
}
#second-menu-bar nav > ul> li > a[aria-haspopup="true"]::after{
	border-top: 4px solid #000;
}
#second-menu-bar nav > ul> li:hover > a[aria-haspopup="true"]::after{
	border-top: 4px solid #FFF;
}
li h4 {font-family: 'Oswald', sans-serif !important; font-size:14px; font-weight: 400; font-style:normal;}
.Hamburger, .second-Hamburger{display:none;}
nav li.logged-in-menu-item {
	background: var(--primary-color);
}
nav li.logged-in-menu-item li {
	background: var(--primary-color);
}
nav li.logged-in-menu-item a {
	color: black !important;
}
nav li.logged-in-menu-item:hover > a {
	color: white !important;
}
nav li.logged-in-menu-item:hover li a {
	color: black !important;
}
nav li.logged-in-menu-item:hover li:hover a {
	color: white !important;
}


/*//////////////////////////////////////////////////////////////////////////*/
/****SQUIRREL HELP BOX****/
/*//////////////////////////////////////////////////////////////////////////*/
.fa-bug {
	margin-right:7px;
}
#helpBoxContainer {
	position: fixed;
	bottom: 0px;
	right: 10px;
	z-index: 1050;
}
#helpBox {
	display:none;
	background: white;
	border: 1px solid var(--secondary-color);
}
#helpBox textarea {
	width: 100%;
	height: 80px;
}
#helpBox form, #helpBox .title {
	padding: 20px;
}
#helpBox .title {
	background:var(--secondary-color);
	color:white;
	margin-bottom: 0;
	position:relative;
}
#helpBoxToggle {
	position: absolute;
	right: 0px;
	top: -30px;
	cursor:pointer;
	color: white;
	background: var(--secondary-color);
	padding: 3px 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	width: 40px;
	white-space: nowrap;
}
#helpBox button {
	font-size: 1em !important;
	padding: 2px 8px !important;
	margin-top: 20px !important;;
}
#bugHelpTextarea {
  width: 100%; /* Adjust as needed */
  resize: none; /* Prevent manual resizing */
  overflow: hidden; /* Hide scrollbar */
  min-height: 6em; /* Set a minimum height */
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

#squirrelContainer {
	position: fixed;
	bottom: -10px;
	left: -150px;
	z-index:1010;
	display:none;
}
#squirrelContainer.enter {
	display:inline-block;
	left: -150px;
	animation-name: moveAcrossScreenTo40, moveAcrossScreenTo40Plus150;
	animation-duration: 3s, .5s;
	animation-iteration-count: 1, 1;
	animation-timing-function: linear, linear;
	animation-delay:0s, 3s;
	animation-fill-mode: none, forwards;
}
#squirrelContainer.exit {
	left: calc(150px + 40vw);
	display:inline-block;
	animation-name: moveAcrossScreenTo40Plus300, moveAcrossScreenToEnd;
	animation-duration: .5s, 1s;
	animation-iteration-count: 1, 1;
	animation-timing-function: linear, linear;
	animation-delay:2.7s, 3.2s;
	animation-fill-mode: none, forwards;
}
#squirrel {
	position: relative;
}
#squirrel.idle {
	width:75px;
	height:75px;
	background: url('images/squirrel-sprite.png') 855px 730px;
	animation: idleSquirrel 3.8s steps(8) infinite;
}
#squirrel.banjoSit {
	width:90px;
	height:75px;
	background: url('images/squirrel-sprite.png') 846px 230px;
	animation: banjoSitSquirrel 1s steps(4) infinite;
}
#squirrel.banjoPlay {
	width:90px;
	height:75px;
	background: url('images/squirrel-sprite.png') 846px 130px;
	animation: banjoSquirrel 1.5s steps(6) infinite;
}
#squirrel.banjoStartAndPlay {
	width:90px;
	height:75px;
	background: url('images/squirrel-sprite.png') 846px 235px;
	animation-name: banjoSitSquirrel, banjoSquirrel;
	animation-duration: 1s, 1.5s;
	animation-iteration-count: 1, infinite;
	animation-timing-function: steps(4), steps(6);
	animation-delay:7s, 8s;
}
#squirrel.roll {
	width:100px;
	height:100px;
	background: url('images/squirrel-sprite.png') 860px 455px;
	animation: rollSquirrel .5s steps(2) infinite;
}
#squirrel.jump {
	width:150px;
	height:100px;
	background: url('images/squirrel-sprite.png') 860px 655px;
	animation: jumpSquirrel .7s steps(5) infinite;
}
#squirrel.endRollIdle { 
	width:150px;
	height:100px;
	background: url('images/squirrel-sprite.png') 860px 355px;
	animation: endRollSquirrel 1s steps(4);
}
#squirrel.jumpIntoRoll {
	width:150px;
	height:100px;
	background: url('images/squirrel-sprite.png') 860px 555px;
	animation-name: jumpRollSquirrel, rollSquirrel;
	animation-duration: .7s, .5s;
	animation-iteration-count: 1, infinite;
	animation-timing-function: steps(5), steps(2);
	animation-delay:7s, 7.7s;
}
#squirrel.runFromLeftToBanjo {
	width:150px;
	height:100px;
	background: url('images/squirrel-sprite.png') 860px 655px;
	animation-name: jumpSquirrel, idleSquirrel, banjoSitSquirrel, banjoSquirrel;
	animation-duration: .7s, 3.8s, 1s, 1.5s;
	animation-iteration-count: 5, 1, 1, infinite;
	animation-timing-function: steps(5), steps(8), steps(4), steps(6);
	animation-delay:0s, 3.5s, 7.3s, 8.3s;
}
#squirrel.rollFromLeftToBanjo {
	width:150px;
	height:100px;	
	background: url('images/squirrel-sprite.png') 860px 455px;
	animation-name: rollSquirrel, endRollSquirrel, idleSquirrel, banjoSitSquirrel, banjoSquirrel;
	animation-duration: .5s, .5s, 3.8s, 1s, 1.5s;
	animation-iteration-count: 4, 1, 1, 1, infinite;
	animation-timing-function: steps(2), steps(4), steps(8), steps(4), steps(6);
	animation-delay:0s, 2s, 2.5s, 6.3s, 7.3s;
}
#squirrel.rollOffscreen {
	width:90px;
	height:75px;
	background: url('images/squirrel-sprite.png') 846px 130px;
	animation-name: banjoSquirrel, banjoStandSquirrel, jumpRollSquirrel, rollSquirrel;
	animation-duration: 1.5s, 1s, .7s, .5s;
	animation-iteration-count: 1, 1, 1, infinite;
	animation-timing-function: steps(6), steps(4), steps(5), steps(2);
	animation-delay:0s, 1.5s, 2.5s, 3.2s;
}

@keyframes moveAcrossScreenTo40 {
	0% {
		left: -150px;
	}
	100% { 
		left: 40vw;
	}
}
@keyframes moveAcrossScreenTo40Plus150 {
	0% {
		left: 40vw;
	}
	100% { 
		left:  calc(150px + 40vw);
	}
}
@keyframes moveAcrossScreenTo40Plus300 {
	0% {
		left: calc(150px + 40vw);
	}
	100% { 
		left:  calc(300px + 40vw);
	}
}
@keyframes moveAcrossScreenToEnd {
	0% {
		left: calc(300px + 40vw);
	}
	100% { 
		left:  100vw;
	}
}
@keyframes idleSquirrel {
	0% { 
		width:75px;
		height:75px;
		background-position: 855px 730px;
	}
	100% { 
		width:75px;
		height:75px;
		background-position: 255px 730px;
	}
}
@keyframes banjoSitSquirrel {
	0% { 
		width:90px;
		height:75px;
		background-position: 846px 230px;
	}
	100% { 
		width:90px;
		height:75px;
		background-position: 486px 230px;
	}
}
@keyframes banjoStandSquirrel {
	0% { 
		width:90px;
		height:75px;
		background-position: 486px 230px;
	}
	100% { 
		width:90px;
		height:75px;
		background-position: 846px 230px;
	}
}
@keyframes banjoSquirrel {
	0% { 
		width:90px;
		height:75px;
		background-position: 846px 130px;
	}
	100% { 
		width:90px;
		height:75px;
		background-position: 306px 130px;
	}
}
@keyframes rollSquirrel {
	0% { 
		width:150px;
		height:100px;
		background-position: 860px 455px;
	}
	100% { 
		width:150px;
		height:100px;
		background-position: 640px 455px;
	}
}
@keyframes jumpSquirrel {
	0% { 
		width:150px;
		height:100px;
		background-position: 860px 655px;
	}
	100% { 
		width:150px;
		height:100px;
		background-position: 110px 655px;
	}
}
@keyframes jumpRollSquirrel {
	0% { 
		width:150px;
		height:100px;
		background-position: 860px 555px;
	}
	100% { 
		width:150px;
		height:100px;
		background-position: 110px 555px;
	}
}
@keyframes endRollSquirrel {
	0% { 
		width:150px;
		height:100px;
		background-position: 860px 355px;
	}
	100% { 
		width:150px;
		height:100px;
		background-position: 260px 355px;
	}
}

/*//////////////////////////////////////////////////////////////////////////*/
/****CONTENT****/
/*//////////////////////////////////////////////////////////////////////////*/
#content-row {
	min-height:50vh;
	background: var(--background-color);
    padding: 2em 0 5em;
}
#card-row {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	position:relative;
	z-index:10;
}
.card-box {
    margin: 10px;
    display: inline-block;
    border: 2px solid var(--secondary-color);
    text-align: center;
    width: 160px;
	z-index: 10;
}
.card-box.loggedIn {
	box-shadow: var(--secondary-color) 0px 1px 5px;
	border: 1px solid var(--primary-color);
}
.card-box-title {
    background: var(--secondary-color);
    color: white;
    padding: 5px 20px;
}
.card-box.loggedIn .card-box-title {
    background: var(--primary-color);
    color: black;
    padding: 5px 20px;
}
.card-box-title p {
	margin-bottom:0;
}
.card-box-body {
    padding: 20px;
	background:white;
}
.card-box-body button {
    background: var(--primary-color) !important;
    color: var(--secondary-color);
    border: 2px solid white;
    padding: 2px 15px !important;
    border-radius: 15px;
	cursor:pointer;
	margin:0 !important;
	font-size: 1em !important;
	font-weight: normal !important;
}
.card-box-body a:not(:first-child) {
	margin-top:5px !important;
	display:block;
}
.card-box-body button:hover {
    background: white !important;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}
#home-content {
	display:flex;
}
#home-content > div {
	max-width: 70%;
}
#home-announcement-bar {
  margin-bottom: 0;
  height: 180px;
  background:white;
}
.geo-background-container, .geo-background-1, .geo-background-2 {
	height:400px;
	width:100%;
	top:0;
}
.geo-background-1 svg,.geo-background-2 svg {
	width: 100%;
	height: 100%;
	min-width: 100%;
}
.geo-background-container.shortGeo, .geo-background-1.shortGeo, .geo-background-2.shortGeo {
	height:200px;
}
.geo-background-container{
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.geo-background-container:not(.no-flex) {
  display:flex;
  align-items: center;
  justify-content: center;
}
.geo-background-1{
  position: absolute;
  opacity: 0.5;
  z-index: 1;
}
.geo-background-2{
  position: absolute;
  opacity: 1;
  z-index: 0;
}
.geo-background-header-container {
	position:relative;
	overflow:hidden;
	margin-bottom: 40px;
}
.geo-background-header-container h1 {
	position:relative;
	z-index:10;
	color:white;
}
.geo-background-header-container svg {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.cycle-pager {
  font-size: 3.5em;
  display: block;
  text-align: center;
  z-index: 100;
  position: relative;
  bottom: 122px;
}
.shortGeo .cycle-pager {
  bottom: 20px;
}
.cycle-pager-active {
  color: var(--primary-color);
  text-shadow: 0 0 5px black;
}
.announcement-block-holder, .job-block-holder {
	height:275px;
	width: 75%;
	text-align:center;
}
.shortGeo .announcement-block-holder {
	height:150px;
}
.announcement-block {
	display: inline-block;
	background: rgba(255,255,255,.5);
	position: relative;
	padding: 20px 30px;
	text-align:left;
}
.announcement-block p {
	margin:0;
}
.announcement-block h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.annoucement-file {
  margin-right: 10px;
}
#jobs {
	margin-top: 20px;
}
#home-job-bar {
  background: white;
  height: 250px;
  overflow: hidden;
  margin-top: 7em;
}
#home-job-bar .cycle-pager {
  bottom: 42px;
}
.announcement-block, .job-block {
	display: inline-block;
	z-index: 2;
	background: rgba(255,255,255,.5);
	position: relative;
	padding: 10px 20px;
	max-height: 350px;
	overflow: auto;
}
.job-block {
	top:40px;
}
.job-block p {
	margin-bottom:0;
}
.job-block .job-item {
	width: 100%;
	
	background: white;
	border: 2px solid #000;
	margin: 0 0 20px 0;
	box-shadow: var(--primary-color) 0px 1px 5px;
}
.job-block .job-item:nth-child(even) {
	margin-right: 0;
}
.job-block h4 {
	padding:4px;
	margin: 0 0 10px 0;
}
.job-block .job-item a {
	display: flex;
	padding: 0 10px 10px 10px;
	text-decoration: none;
}
.job-block .job-item a > span {
	width: 50%;
	display: block;
	text-decoration: underline;
}
.job-block .job-item a .job-dates {
	width: 50%;
}
.job-block .job-item a .job-dates span {
	display: block;
}
.job-block .job-item a .job-position {
	font-weight: bold;
}

.tools-row {
  display: flex;
  justify-content: center;
  margin: 35px;
}
.tool-box {
  text-align: center;
  margin: 0 40px;
  width: 120px;
}
.tool-icon {
  font-size: 1.7em;
  margin-bottom: 20px;
}

.tier-row {
	display: flex;
	justify-content: center;
}
.tier-box {
	box-shadow: 0 0 10px #333;
	margin: 10px;
	max-width: 300px;
	position:relative;
	overflow: hidden;
}
.tier-box p {
	margin-bottom: 0;
}
.tier-title p {
	position:relative;
	z-index:10;
}
.tier-title {
	text-align: center;
	font-weight:bold;
	padding: 10px 20px;
	background:rgba(254,217,170,.6);
	position:relative;
	overflow:hidden;
}
.tier-title svg {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.tier-text {
	padding: 40px 20px;
	margin-bottom: 50px;
}
.tier-text ul {
	margin: 0;
	list-style-type: square;
	padding-inline-start: 15px;
}
.tier-cost {
	text-align: center;
	padding: 10px 0;
	border-top: 2px solid var(--primary-color);
	position: absolute;
	width: 100%;
	bottom: 0;
}
.npirs-section-color .tier-title {
	background:rgba(254,217,170,.6);
}
.npirs-section-color .tier-cost {
	border-top: 2px solid var(--primary-color);
}
.npirs-section-color-inverse .tier-title {
	background:#444140;
	color: var(--primary-color);
}
.npirs-section-color-inverse .tier-cost {
	border-top: 2px solid var(--secondary-color);
}

.alstar-section-color-org .tier-box {
	width:190px;
	text-align:center;
}
.alstar-section-color-org .tier-title {
	background:#0037FF;
	color:white;
}
.alstar-section-color-org .tier-cost {
	border-top: 2px solid rgba(74,112,255,.8);
}
.alstar-section-color-state .tier-title {
	background:rgba(87,219,33,.6);
	color:black;
}
.alstar-section-color-state .tier-cost {
	border-top: 2px solid rgba(87,219,33,.6);
}

#home-text {
	position:relative;
	z-index:10;
}
.movingBackground {
	height:300px;
	position:absolute;
	bottom:150px;
	z-index:0;
}
.movingBackground svg {
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	width:auto;
}
.movingBackground .title-block {
	position: absolute;
	left: 50%;
	top: 45%;
}
.movingBackground .title-block .title {
    position: relative;
    left: -50%;
    color: #fff;
    text-align: center;
    font-family: 'Lato';
    font-weight: 300;
    letter-spacing: 5px;
}
.movingBackground #top .st48,
.movingBackground #top .st52,
.movingBackground #top .st50{
    animation-name: drift-right-up;
	animation-duration: 50s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #top .st33,
.movingBackground #top .st51 {
    animation-name: drift-right-up;
	animation-duration: 55s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #top .st49,
.movingBackground #top .st42 {
    animation-name: drift-right-up;
	animation-duration: 45s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #bottom .st11,
.movingBackground #bottom .st56 {
    animation-name: drift-down;
	animation-duration: 50s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #bottom .st53,
.movingBackground #bottom .st54{
    animation-name: drift-right;
	animation-duration: 85s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #bottom .st55,
.movingBackground #bottom .st36,
.movingBackground #bottom .st33 {
    animation-name: drift-down;
	animation-duration: 75s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #bottom .st51 {
    animation-name: drift-down-right;
	animation-duration: 65s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #nearright .st40,
.movingBackground #nearright .st43,
.movingBackground #nearright .st33{
    animation-name: drift-right;
	animation-duration: 75s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #nearright .st41,
.movingBackground #nearright .st44 {
    animation-name: drift-right-up;
	animation-duration: 65s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #nearright .st42,
.movingBackground #nearright .st45,
.movingBackground #nearright .st46,
.movingBackground #nearright .st55,
.movingBackground #nearright .st47{
    animation-name: drift-right;
	animation-duration: 65s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #farright .st54,
.movingBackground #farright .st58,
.movingBackground #farright .st59{
    animation-name: drift-right;
	animation-duration: 35s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.movingBackground #farright .st57,
.movingBackground #farright .st51 {
    animation-name: drift-right-up;
	animation-duration: 30s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
#movingBackgroundRight {
  transform: scaleX(-1) scaleY(-1);
  right: 0;
  bottom:150px;
}
@keyframes drift-right {
  100% {
    transform: translate(2200px, -20px);
  }
}
@keyframes drift-right-up {
  100% {
    transform: translate(2200px, -250px);
  }
}
@keyframes drift-up {
  100% {
    transform: translate(10px, -1450px);
  }
}
@keyframes drift-up-right {
  100% {
    transform: translate(175px, -1550px);
  }
}
@keyframes drift-down {
  100% {
    transform: translate(2200px, 1220px);
  }
}
@keyframes drift-down-right {
  100% {
    transform: translate(1550px, 320px);
  }
}

.npirs-section-header {
  background: url("/images/wave_background.png");
  padding: 0 20px;
  background-size: cover;
}
.npirs-section-header h2 {
	padding: 10px 0;
}
#npirs_infographic {
  max-width: 750px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.flex-list li {
  margin-left: 50px;
  width: 300px;
  padding: 1px;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
}
.card-box-body button, .card-box-body .button {
    background: var(--tertiary-color) !important;
    color: var(--secondary-color);
    padding: 7px 20px !important;
    border-radius: 20px;
	cursor:pointer;
	margin: 0 0 5px !important;
	font-size: 1.1em !important;
	font-weight: normal !important;
	text-decoration: none;
	display:inline-block;
}
.card-box-body a:not(:first-child, .button) {
	margin-top:5px !important;
	display:block;
}
.card-box-body button:hover {
    background: white !important;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}
#committee_file {
    margin:10px 0;
    border: 2px solid var(--primary-color);
    padding:10px 15px;
}
.formflex {
	display:flex;
	justify-content:space-between;
	max-width:450px;
	margin:3px 0;
}
.formflex label {
	width:200px;
}
.formflex input {
	width:100%;
}
.formflex span {
	width:100%;
}
.compInfoDiv {
	margin-bottom:30px;
}
.compInfoDiv:not(:first-child) {
	border-top:1px solid var(--secondary-color);
}
#tooltipHolder {column-count: 5;}
.mapListLabel {cursor:pointer;}
.mapListPopup {
	position: fixed;
	top: 20%;
	left:40%;
	background: var(--background-color);
	border: 1px solid var(--secondary-color);
	padding: 20px;
	z-index: 10;
}
.mapListPopup .nouppercase {
	text-transform:uppercase;
	font-size: 1.2em;
}
.mapListPopup .closetooltip {
	float:right;
	position:relative;
	top: -15px;
	right: -5px;
	cursor:pointer;
	font-size: 1.4em;
}
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
  vertical-align: sub;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 17px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: var(--primary-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.loading-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	overflow: hidden;
}
.loading-spinner {
	position: fixed;
	width: 1em;
	height: 1em;
	font-size: 25px;
	border-radius: 50%;
	animation: mulShdSpin 1.1s infinite ease;
	left: 50%;
	top: 50%;
}
@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.flex-holder {
	width:fit-content;
}
.flex-row {
	display:flex;
	justify-content:space-between;
	margin-bottom: 5px;
}
.flex-row label {
	margin-right: 20px;
}
.form-column-1 {
	display:inline-block;
	width:200px;
	margin-bottom: 5px;
	vertical-align:top;
}
.column-float-right {
	float:right;
	margin-left:50px;
	max-width: 45%;
}
.column-float-right > h1 {
	margin-top:0;
}
#site_categories optgroup::before, #site_categories option {
	text-transform: uppercase;
}
#site_categories optgroup::before {
	margin-left: 5px;
	color: #777;
}
.inline-form {
	display:inline;
	vertical-align: text-top;
}
.search-option {
    padding: 10px;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #222;
    margin: 5px;
	margin-right:15px;
    white-space: nowrap;
    line-height: 4;
	text-decoration:none;
	color:black;
}
.search-option a {
	text-decoration:none;
	color:black;
}
.search-option:hover {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #222;
}.ui-autocomplete-loading {
	background: white url("images/loader.gif") right center no-repeat;
}
.ui-autocomplete {
	max-height: 400px;
	overflow-y:scroll;
}
.addUser {
	position: relative;
	display: inline-block;
}
.addUser .helpText {
	visibility: hidden;
	white-space: nowrap;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	bottom: 120%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size:.7em;
}
.addUser .helpText::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
}
.addUser:hover .helpText {
	visibility: visible;
	opacity: 1;
}
.searchTextInput {
    width: 50%;
}
.link-space {
	margin-right:20px;
}
#search-limit-count {
	background: var(--background-color);
	padding: 5px 0;
	border-bottom: 1px solid var(--primary-color);
	/*font-style:italic;*/
	font-family:"Arial";
	/*font-weight:bold;*/
	font-size:1.2em;
}
#search-limit-count p {
	padding:0;
	margin:0;
}
#searchCriteriaHolder {
  column-count: 2;
}
.searchCriteriaLine {
  max-height: 150px;
  overflow-y: auto;
}
.product {
	border-bottom:2px solid black;
	padding:15px 0;
	display: flex;
    justify-content: space-between;
}
.pdms .product {
	display: block;
}
.product .mainSection p {
	margin-bottom: 0;
	display:table-row;
}
.product .mainSection p > .reportLabel {
	display:table-cell;
	padding-right: 10px;
}
.reportLabel {
	font-weight:bold;
	display:inline-block;
}
.prod-col2 {
    max-width: 500px;
}
.pdms .prod-col2 {
    max-width: 100%;
}
.product .reportLabel {
	width: 175px;
}
.product-tab-holder {
	text-align:right;
}
.pdms .product-tab-holder {
	text-align:left;
	margin-top: 15px;
}
.product-tab {
	border: 1px solid #303030;
	padding:2px 8px;
	margin-right:15px;
	margin-bottom:15px;
	cursor:pointer;
	display: inline-block;
}
.product-tab.selected {
	border: 1px solid #FFF;
	color:var(--background-color);
	background:#303030;
}
.product-tab:hover {
	box-shadow: 0 0 4px 3px #bbb;
}
.product-tabs-data {
    max-height: 250px;
    overflow-y: auto;
	text-align: right;
	min-width: 250px;
}
.pdms .product-tabs-data {
    width:fit-content;
}
.pdms .product-tabs-data {
	text-align: left;
}
.product-tabs-data > div {
	display:none;
	text-align: left;
}
.product-tabs-data > div:first-child {
	display:inline-block;
}
.product-tabs-data table {
    display:inline-block;
}
.product-tabs-data thead, .resultsSummaryContent thead {
    position:sticky;
	top:0px;
	color:var(--background-color);
	background:#303030;
}
.product-tabs-data th {
    font-weight:inherit;
}
.resultsSummaryContent {
  max-height: 400px;
  overflow-y: auto;
  display:none;
  margin-top:15px;
}
#toTop {
    font-size: 2em;
    background: var(--tertiary-color);
    padding: 5px 15px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
	color: #000;
    text-decoration: none;
}
#toTop:hover {
    background: #000;
	color:var(--tertiary-color);
}
#searchResultsPagination {
    float: right;
}
.paginationBlock {
    background: var(--tertiary-color);
    padding: 5px 10px;
    margin: 0 5px;
	cursor:pointer;
	font-size: 1.5em;
}
.paginationBlock:hover {
    background: #000;
	color:var(--tertiary-color);
}
#public_formInputs {
	overflow:hidden;
}
#public_formInputs label {
	font-weight:bold;
}
#public_companyResults, #public_ingredResults, #public_searchResults {
	display:none;
	overflow:hidden;
}
#public_searchResults img {
	vertical-align:bottom;
}
.searchFilterGroup {
	display:flex;
	flex-wrap:wrap;
    padding: 20px 0;
}
.search-box-subtext {
	font-style:italic;
	max-width:220px;
	font-size:.8em;
}
#searchInputs h2 {
    font-size: 18px;
    padding: 0;
    margin: 0;
	display:inline-block;
}
#searchInputs details > summary {
    border-bottom: 1px solid var(--primary-color);
	cursor: pointer;
}
#searchInputs details {
    margin-bottom: 20px;
}
#searchInputs input[type="number"] {
    width:70px;
}
.search-filter-set {
    margin: 8px 20px;
	position:relative;
}
#minutesHolder {
	height:200px;
	overflow-y:auto;
}
#minutesHolder a {
    padding: 12px 0;
	padding-right: 20px;
	line-height: 1.8;
}
button:not(.unstyled, .saveOrgStatusButton, .suspendButton), .resetButton, .button {
    font-size: 1.2em;
    padding: 6px 15px;
    /* font-weight: bold; */
    background: var(--primary-color);
    font-family: Oswald, Georgia, "Times New Roman", Times, serif;
    border: 2px solid black;
    margin-top: 30px;
	margin-right:30px;
	cursor:pointer;
	box-shadow: 1px 1px 4px #999;
	min-height: 44px;
    min-width: 50px;
	color: black;
}
button.npirs-inverse:not(.unstyled, .saveOrgStatusButton, .suspendButton), .resetButton {
    background: rgba(61,55,50,.8);
	color:var(--primary-color);
    border: 2px solid var(--primary-color);	
	box-shadow: 1px 1px 4px var(--primary-color);
	color: black;
}
.exportOption {
	cursor:pointer;
	font-size:1.5em;
	float:right;
	margin-left: 15px;
}
button.removeUser{ font-size: 0.6em; margin-top:0; }
.reset-button {
    font-size: 1em;
    padding: 2px 8px;
    font-weight: bold;
    background: var(--tertiary-color);
    font-family: Oswald, Georgia, "Times New Roman", Times, serif;
    border: 2px solid black;
	cursor:pointer;
	margin-top: 10px;
	box-shadow: 1px 1px 3px #AAA;
}
button:hover, .reset-button:hover {
    -moz-box-shadow: 0 0 5px var(--primary-color);
    -webkit-box-shadow: 0 0 5px var(--primary-color);
    box-shadow: 0 0 5px var(--primary-color);
	border-color: var(--primary-color);
	color: var(--primary-color);
	background:black;
}
button.npirs-inverse:hover {
    -moz-box-shadow: 0 0 5px rgba(61,55,50,.8);
    -webkit-box-shadow: 0 0 5px rgba(61,55,50,.8);
    box-shadow: 0 0 5px rgba(61,55,50,.8);
	border-color: rgba(61,55,50,.8);
	color: rgba(61,55,50,.8);
	background:var(--primary-color);
}
button.resultsSummary {
	font-size:1em;
	margin-top: 5px;
	margin-bottom: 10px;
}
button.resultsSummary:hover {
	color: var(--tertiary-color);
	background:black;
}
button.resultsSummary.selected {
	color: #FFF;
	background:black;
}
.ui-dialog {
	padding:0 !important;
	font:16px/24px Oswald, Georgia, "Times New Roman", Times, serif !important;
}
.ui-dialog-titlebar {
	background: var(--tertiary-color) !important;
}
.ui-button {
	background: var(--tertiary-color) !important;
	border-radius:0 !important;
	font-family: Oswald, Georgia, "Times New Roman", Times, serif !important;
    font-weight:bold !important;
    border:2px solid black !important;
	padding:.2em .7em !important;
}
.ui-button:hover {
    -moz-box-shadow: 0 0 5px var(--primary-color) !important;
    -webkit-box-shadow: 0 0 5px var(--primary-color) !important;
    box-shadow: 0 0 5px var(--primary-color) !important;
	border-color: var(--primary-color) !important;
	color: var(--primary-color) !important;
	background:black !important;
}
table {
	border-collapse: collapse;
}
table tbody tr:nth-child(odd) {
    background: #f4f4f4;
}
table tbody td {
    padding:3px 10px;
}
table th {
    padding: 5px 10px;
    font-weight: bold;
}
table:not(.dictionaries) th:not(:last-child) {
    border-right: 1px solid black;
}
table:not(.dictionaries) tbody td:not(:last-child) {
	border-right: 1px solid black;
}
.fas {
    cursor: pointer;
}
.labelLink {
	cursor:pointer;
	text-decoration:underline;
}
.prodSearchLabelTable {
	display:none;
	margin-top:50px;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #000;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
#column-holder {
	display:flex;
	justify-content:flex-start;
}
#column-2-content {
	margin-left:50px;
}
#tabHolder {
	width:300px;
}
.tab {
	background-color:#303030;
	color:#303030;
	border:2px solid #303030;
	padding:2px 15px;
	margin:0;
	position:relative;
	overflow:hidden;
	display:block;
}
#tabHolder .tab {
	cursor:pointer;
}
.tab span {
	background-color:var(--tertiary-color);
	padding:5px 30px 5px 10px;
	position:relative;
}
.tab span:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 34px 30px;
	border-color: transparent transparent #303030 transparent;
}
#tabHolder  .tab {
	padding:6px 15px 6px 2px;
	margin:5px 0;
}
#tabHolder  .tab2 {
	padding:5px 15px 5px 0px;
	margin:5px 0;
}
#tabHolder > .tab.selectedTab {
	background: #FFF;
}
#tabHolder .tab2.selectedTab {
	background: #FFF;
}
#tabHolder > .tab.selectedTab span {
	background-color: #303030;
	color:#fff;
	padding:7px 30px 7px 12px;
	margin-left:-2px;
}
#tabHolder .tab2.selectedTab span {
	background-color: #d7d4c5;
	color:#303030;
	padding:7px 30px 7px 12px;
	margin-left:-2px;
}
#tabHolder > .tab.selectedTab span:after, #tabHolder .tab2.selectedTab span:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 38px 30px;
	border-color: transparent transparent #FFF transparent;
}
.tabHolder {
	margin: 20px 0;
	display:flex;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}
.needsWork {color:red;}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color:#575757 !important;
}
/************************
**** MULTISELECT
************************/
:root {
    --ct-bg: #fff;
    --ct-btn-hover: #e8e8e8;
    --ct-btn-active: #ddd;
    --ct-btn-color: #555;
    --ct-border-color: #e1e1e1;
    --ct-border-radius: 5px;
    --ct-tree-hover: #efefef;
    --ct-selection: #418EFF;
    --ct-padding: 8px;
}
.comboTreeWrapper{
	position: relative;
	text-align: left !important;
}
.comboTreeInputWrapper{
	position: relative;
}
.comboTreeArrowBtn {
	position: absolute;
    right: -17px;
    bottom: 1px;
    top: 3px;
    box-sizing: border-box;
    border: 1px solid var(--ct-border-color);
    border-radius: 0 var(--ct-border-radius) var(--ct-border-radius) 0;
    background: var(--ct-border-color);
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.comboTreeArrowBtn:hover {
    background: var(--ct-btn-hover);
}
.comboTreeArrowBtn:active {
    background: var(--ct-btn-active);
}
.comboTreeInputBox:focus + .comboTreeArrowBtn {
    color: var(--ct-btn-color);
    border-top: 1px solid var(--ct-selection);
    border-right: 1px solid var(--ct-selection);
    border-bottom: 1px solid var(--ct-selection);
}
.comboTreeArrowBtnImg{
    display: inline-block;
	margin-top: 40%;
}
.comboTreeDropDownContainer {
	display: none;
	background: var(--ct-bg);
	border: 1px solid var(--ct-border-color);
	position: absolute;
	width: max-content;
	min-width:100%;
	max-width: 60vw;
	box-sizing: border-box;
	z-index: 999;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}
.comboTreeDropDownContainer ul{
	padding: 0px;
	margin: 0;
}
.comboTreeDropDownContainer li{
	list-style-type: none;
	padding-left: 15px;
}
.comboTreeDropDownContainer li .selectable{
	cursor: pointer;
}
.comboTreeDropDownContainer li .not-selectable{
	cursor: not-allowed;
}
.comboTreeDropDownContainer li:hover ul{
	background-color: var(--ct-bg)}
.comboTreeDropDownContainer li span.comboTreeItemTitle.comboTreeItemHover,
.comboTreeDropDownContainer label.comboTreeItemHover
{
	background-color: var(--ct-selection);
	color: var(--ct-bg);
    border-radius: 2px;
}
span.comboTreeItemTitle, .comboTreeDropDownContainer .selectAll{
	display: block;
    padding: 3px var(--ct-padding);
}
.comboTreeDropDownContainer label{
    cursor: pointer;
	width: 100%;
    display: block;
}
.comboTreeDropDownContainer .comboTreeItemTitle input,
.comboTreeDropDownContainer .selectAll input {
	position: relative;
    top: -2px;
	margin: 0px 4px 0px 0px;
}
.comboTreeDropDownContainer > ul > li > .comboTreeItemTitle {
	text-transform: uppercase;
}
.comboTreeDropDownContainer > ul > li > ul > li {
	padding-left: 25px;
}
.comboTreeParentPlus{
    position: relative;
    left: -12px;
    top: 4px;
    width: 4px;
    float: left;
		cursor: pointer;
}
.comboTreeInputBox {
	padding: var(--ct-padding);
    border-radius: var(--ct-border-radius);
    border: 1px solid var(--ct-border-color);
    width: 100%;
    box-sizing: border-box;
    padding-right: 24px;
	max-width: 500px;
}
.comboTreeInputBox:focus {
    border: 1px solid var(--ct-selection);
    outline-width: 0;
}
.multiplesFilter{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--ct-border-color);
	position: sticky;
    top: 0;
    z-index: 1;
}
/************************
**** MAP
************************/
#us-map-svg {
	position:relative;
}
#us-map-svg svg {
	max-height: 550px;
	margin: 0 auto;
	display: block;
	width:80%;
}
#us-map-svg path {
	stroke:#a3a3a3;
	stroke-linejoin:round;
}
.map_popup {
  display: inline-block;
  background: white;
  border: 2px solid rgb(71,71,142);
  padding: 5px 15px;
  position: absolute;
  bottom:0;right:0;
  min-height:150px;
  min-width:275px;
}
.close_popup {
  float: right;
  font-size: 1.4em;
  cursor:pointer;
}
.popupTitle {
  font-size: 1.4em;
  text-align: center;
  margin-top: 5px;
  border-bottom: 2px solid rgb(71,71,142);
}
.popup_search_state {
  background: rgb(71,71,142);
  border: 1px solid white;
  color: white;
  padding: 3px 10px;
  display: inline-block;
  cursor:pointer;
}
.popup_search_state:hover {
  background: white;
  color: rgb(71,71,142);
  border: 1px solid rgb(71,71,142);
}
/*#legendBar {
	margin:20px auto;
	padding:5px;
	cursor:pointer;
	position:relative;
	border: 1px solid black;
	padding-top: 20px;
	width:500px;
}
#legendBar > div {
	padding: 0;
	margin: 0;
	height: 10px;
	display: inline-block;
}
#legendBar > div::before {
	position: absolute;
	top: 0px;
}
#legend_current {
	width: 42%;
	background: linear-gradient(to right, rgb(71,71,142) , rgba(71,71,142,.05));
}
#legend_current::before {
	content: "Today";
}
#legend_old {
	width: 42%;
	background: linear-gradient(to right, rgb(255,255,153) , rgba(255,255,153,.15));
}
#legend_old::before {
	content: "1 Month Ago";
}
#legend_na {
	width: 15%;
	background: white;
}
#legend_na::before {
	content: "1 Year Ago";
}*/
#legendBar {
	cursor:pointer;
	position:absolute;
	border: 1px solid black;
	width:fit-content;
	margin-top:20px;
}
#legendBar > div {
	padding: 0;
	margin: 0;
	height: 100px;
	display: block;
	width: 10px;
}
#legendBar > div::before {
	position: relative;
	left: 18px;
	top: -12px;
	width: 100px;
	display: inline-block;
	font-size:.9em;
}
#legend_current {
	background: linear-gradient(to bottom, rgb(56,53,54) , rgba(56,53,54,.05));
}
#legend_current::before {
	content: "Today";
}
#legend_old {
	background: linear-gradient(to bottom, rgb(241,232,151) , rgba(241,232,151,.15));
}
#legend_old::before {
	content: "1 Month Old";
}
#legend_na {
	height: 50px !important;
	background: white;
}
#legend_na::before {
	content: "1 Year Old";
}
#map_labels {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid rgb(56,53,54);
	padding: 2px 10px;
	cursor:pointer;
}
#info_NE {
  display: inline-block;
  border: 1px solid rgb(56,53,54);
  padding:0;
  position:absolute;
  top:40px;
  right:0;
  background-color:rgba(255,255,255,.8);
  cursor:pointer;
}
#info_NE_tab {
	font-size:11pt;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	padding: 5px 12px;
}
#NE_states {
	font-size:11pt;
	font-weight:bold;
	text-align:center;
}
#NE_states p {
	margin:0;
	padding:9px 0;
	cursor:pointer;
	text-shadow: 0px 0px 15px rgb(255,255,255),0px 0px 10px rgb(255,255,255),0px 0px 5px rgb(255,255,255);
}
#NE_states p:hover {
	text-shadow: -3px 0 rgba(56,53,54,0.1), 0 3px rgba(56,53,54,0.1), 3px 0 rgba(56,53,54,0.1), 0 -3px rgba(56,53,54,0.1);
}
#info_NE_tab:hover, #info_NE_tab.selectedTab, #map_labels:hover, #map_labels.selected {background-color:rgb(56,53,54); color:white;}
/************************
**** SCROLLBAR
************************/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #303030; 
}
/*//////////////////////////////////////////////////////////////////////////*/
/****FOOTER****/
/*//////////////////////////////////////////////////////////////////////////*/
#footer-row{
	background: var(--secondary-color);
    color: white;
    width: 100%;
    padding: 60px 0;
	position:relative;
	z-index:10;
	top:100px;
}

/*//////////////////////////////////////////////////////////////////////////*/
/****Cookies****/
/*//////////////////////////////////////////////////////////////////////////*/
.cookies-container{
    width: 100%;
    margin: auto;
}

.cookies-subcontainer{
    width: 85%;
    margin: auto;
}

#cookies{
	width: 100%;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	color: white;
	background-color: rgba(0,0,0,0.7);
	z-index: 11;
	display: none;
}

.cookies{
	min-height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

#cookies-btn{
	border-radius: 5px;
	padding:8px 12px 8px 12px;
	font-size: 1rem;
	font-family: inherit;
	cursor: pointer;
	margin-top: 10px;
}
.photo-gallery-container {
    overflow: hidden; 
    width: 150%;
    padding: 10px 0;
	 position: relative; 
    left: -25%; 
}

.photo-gallery {
    display: flex;
    gap: 10px;
    justify-content: center; 
    animation: scroll-left 40s linear infinite;
}

.photo-item img {
    height: 200px;
    cursor: pointer;
    border-radius: 6px;
    transition: transform 0.3s;
}

.photo-item img:hover {
    transform: scale(1.05);
}

@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); } 
}

/*//////////////////////////////////////////////////////////////////////////*/
/****MEDIA QUERIES****/
/*//////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:1000px) {
    

}
@media screen and (max-width:918px) {
     .prefix_1{padding-left:0; padding-right: 60px;}

}
@media screen and (max-width:880px){
    .job-block .job-item {
		width: 100%;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width:790px){
    /*Nav*/
    nav.collapse-menu > ul{padding-top: 0; background:black;}
    nav.collapse-menu ul li a { display: inline-block; padding:5px 15px; text-decoration: none; width:125px; position: relative; font-size:1.2em; font-style:italic;}
    nav.collapse-menu > ul > li { float: none;}
    nav.collapse-menu > ul > li:first-child {padding-top:30px;}
    nav.collapse-menu > ul > li:last-child {margin-bottom:30px;}
    nav.collapse-menu a[aria-haspopup="true"]::after {content: none; }
    nav.collapse-menu ul ul{ position: relative; display:block; margin-left:10%; background-color:transparent;}
    nav.collapse-menu ul ul ul{ left: auto; top: 0px;}
    header h1 a{margin-left:20%; margin-top:-15px;}
 
    /* MAP*/
    #viewDiv, #mapLoaderIcon{display:none !important;}
	.map #tooltipHolder {display:block !important;}
    .state-table{display:inline-block; width:95%;}
	#tooltipHolder:not(.popupColumn1) {display:inline-block; width:95%;column-count: 2;}
    #stateList {display:none !important}
    .stBoxLabel {display:none !important}
    /*Blocks*/
    .blocks li:first-child{margin-left:15%;}
    .blocks li:nth-child(3){margin-left:15%;}
    .blocks li{width:35%; margin-top:5px;}
    .blocks li a div{padding:20px 10px;font-size:16px;}
     /**Section-Slider**/
    .slider{padding:16px;width:auto;height:auto;margin:0 auto;overflow:hidden;}
    .slider img{width:100%;height:auto;}
    .smallslider img{width:100%; height:auto;}
    .example-pager {font-size:25px; padding-left:38%;}
    /*Section-content*/
    section#content{padding:30px 0 37px;max-width:740px;background:none;}
    .button3{margin: 6px 0;}
    .border-bot{padding:0 0 20px;}
    .column-label{width:35%;}
    .column-label1{width:40%}
    .column-label2{display:block; width:70%;}
    .column-label3{display:block; width:40%;margin-bottom:5px;}
    .column-label4{display:block; width:40%;font-size:1.1em; margin-bottom:5px;}
    .column-label5{display:block; width:90%; margin-bottom:20px;}
    .column-textbox{width:55%; margin-left:0; margin-bottom:20px;}
    .column-textbox1{display:block; width:35%; margin-left:0;}
    .column-textbox2{display:block; width:35%;margin-bottom:20px;}
    .column-textbox3{display:inline-block; width:60%;margin-bottom:20px;}
    .column-textbox4{display:inline-block; width:39%; margin:0 0 30px 29px;font-size:1.1em;}
    span.column-textbox input{width:207px}
    .col-dq2{margin-right:0px;}
    .inputbox{width:80%}
    .checkbox-spacer{margin-left:0;}
    .box3{display:block;margin:2% 0 0 5%;}
    .box, .box1, .box2 {float:none;margin:2% 0 0 5%;}
    .inputbox1{Border-Color:#dad9d3; width:23%;height:20px;}

    /*hamburger*/
    .Hamburger, .second-Hamburger{display:inline-block; }
    #burger, #burger + label {
        position: absolute;
		top:0;
        right: 20px;
        height: 17px;
        width: 20px;
        z-index: 25;
		margin:5px 0;
    }
	#second-burger, #second-burger + label {
        position: absolute;
		top:0;
        right: 20px;
        height: 17px;
        width: 20px;
        z-index: 25;
		margin:5px 0;
    }
	#burger:checked, #burger:checked + label {
        position: fixed;
		top:20px;
        height: 10px;
		z-index:101;
    }
	#second-burger:checked, #second-burger:checked + label {
        position: fixed;
		top:20px;
        height: 10px;
		z-index:101;
    }
	.hamburger-input:not(:checked) + label {
        padding:4px;
		background:rgba(255,255,255,.7);
        height: 20px;
        width: 20px;
    }
    .hamburger-input{opacity:0;}
    .hamburger-input + label span {
        width: 20px;
        height: 2px;
        top: 50%;
        margin-top: 3px;
        left: 0;
        display: block;
        background: black;
        transition: .5s;
     }
     .hamburger-input + label span:last-child {
        top: 10px; 
     }
     .hamburger-input + label {
      cursor: pointer;
     }
     .hamburger-input:checked + label span {
        opacity: 0;
        top: 50%;
		background:white;
     }
	 #second-menu-bar nav > ul > li > a {
		color: var(--tertiary-color) !important;
	  }
     .hamburger-input:checked + label span:first-child {
        opacity: 1;
        transform: rotate(405deg);
		top: 10px;
		position: relative;
     }
     .hamburger-input:checked + label span:last-child {
        opacity: 1;
        transform: rotate(-405deg);
     }
    .hamburger-input:checked ~ ul {
        height: 100%;
        transition-delay: 0s;
		z-index:100;
    }
    .hamburger-input ~ ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0px;
        z-index: 20;
        transition: .5s;
        transition-delay: .5s;
        overflow-y: scroll;
    }
    .hamburger-input:checked ~ ul  > ul >li{
          opacity: 1;
          transition-delay: .5s;
        }
    .grid_24{float:none;}
    .container_24 .prefix_3{padding-left:0;}
    footer p{padding: 0 10px 0 15px;}
}

@media screen and (max-width:550px){
    #tooltipHolder {column-count: 2;}
}
@media screen and (max-width:450px) {
    
}
@media screen and (max-width:370px){
    #tooltipHolder {column-count: 1;}
}
@media screen and (max-width: 750px) {
	#helpIcon {
		right:1.5em;
	}
}

@media screen and (max-width: 1600px) {
	.container{
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.cookies{
		padding: 10px 0;
	}
}

@media print {
	#search-bar, #menu-bar, #second-menu-bar {
		display:none;
	}
	#content-row {
		padding:0;
	}
	body {
		background:none;
		font-size:12px !important;
		line-height:16px !important;
	}
	.container-limit {
		max-width:none;
	}
	/* SEARCH RESULTS */
	.product {
		display:block;
		padding-bottom:40px;
		position:relative;
	}
	#toTop {
		display:none;
	}
	.mainSection {
		width:450px;
		position:absolute;
	}
	.pdms .mainSection {
		width:fit-content;
		position:relative;
	}
	.prod-col2 {
		max-width:none;
	}
	.product-tab-holder {
		display:none;
	}
	.product-tabs-data {
		max-height:none;
		overflow-y:initial;
		text-align:left;
		min-width:initial;
		display:flex;
		flex-wrap:wrap;
	}
	.pdms .product-tabs-data {
		display:block;
	}
	.product-tabs-data > div {
		display:inline-block;
		margin:20px 10px;
		vertical-align:top;
	}
	.pdms .product-tabs-data > div {
		display:block;
	}
	.product-tabs-data > div:first-child {
		margin-left:460px;
		height:180px;
	}
	.pdms .product-tabs-data > div:first-child {
		margin-left:0px;
		height:fit-content;
	}
	.product-tabs-data table {
		display:block;
	}
	.product-tabs-data table td, .product-tabs-data table th {
		max-width:175px;
		padding:2px 5px;
	}
	.product-tabs-data > div::before, .resultsSummaryContent::before {
		font-weight:bold;
		font-size:1.4em;
		color:var(--primary-color);
	}
	button.resultsSummary, #searchResultsPagination, .exportOption {
		display:none !important;
	}
	.resultsSummaryContent {
		max-height: fit-content;
		display: block;
		margin-top: 0;
	}
	.remove-print {
		display:none !important;
	}
	.companySection::before {
		content: "COMPANY DETAILS";
	}
	.chemicalSection::before {
		content: "CHEMICALS";
	}
	.siteSection::before {
		content: "SITES";
	}
	.pestSection::before {
		content: "PESTS";
	}
	.typeSection::before {
		content: "TYPES";
	}
	.transferSection::before {
		content: "TRANSFER HISTORY";
	}
	.alternateSection::before {
		content: "ALTERNATE NAMES";
	}
	.stateSection::before {
		content: "STATES";
	}
	.alstarSection::before {
		content: "ALSTAR FILES";
	}
	.pdmsSection::before {
		content: "PDMS";
	}
	.labSection::before {
		content: "LAB";
	}
	.submissionSection::before {
		content: "SUBMISSION";
	}
	.subjectSection::before {
		content: "SUBJECTS";
	}
	.relatedSection::before {
		content: "RELATED STUDIES";
	}
	.resultsSummaryContent[data-target='pcomp']::before {
		content: "PRIMARY COMPANY SUMMARY";
	}
	.resultsSummaryContent[data-target='dcomp']::before {
		content: "DISTRIBUTOR COMPANY SUMMARY";
	}
	.resultsSummaryContent[data-target='chem']::before {
		content: "CHEMICAL SUMMARY";
	}
	.resultsSummaryContent[data-target='site']::before {
		content: "SITE SUMMARY";
	}
	.resultsSummaryContent[data-target='pest']::before {
		content: "PEST SUMMARY";
	}
	.resultsSummaryContent[data-target='type']::before {
		content: "TYPE SUMMARY";
	}
	.resultsSummaryContent[data-target='form']::before {
		content: "FORMULATION SUMMARY";
	}
}
		