
:root {
    --primary-color: #D1E490;
	--secondary-color: #044671;
	--tertiary-color: #AAAAAA;
	--scrollbar-track: #f1f1f1;
	--dropzone-edit-color: #4A6DFF;
	--background-color: #F7F7F7;
	--optional-color: #129CF8;
}
body {
	font-family:Arial,sans-serif;
	color:var(--secondary-color);
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	background: var(--background-color);
}
.pagediv {
	display:flex;
	flex-direction:column;
	min-height:100vh;
}
.container-limit{
	max-width:1540px;
	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;
}
.main{
	min-height: 90vh;
	margin: 0 auto;
	max-width: 1080px;
}
.title {
	COLOR: #485A11;
	FONT: 18px arial, sans-serif;
	font-weight: bold;
	word-spacing: 3px;
	margin: 20px 0px 10px;
    display: inline-block;
}
.title2 {
	color: Maroon;
	font-size: 20px;
}
.aligncenter {
	text-align:center;
}
.alignright {
	text-align:right;
}
.aligntop {
	vertical-align: top;
}
.flex {
	display:flex;
}
.whitebackground {
	background:white;
}
.required {
	color:red;
}
.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;
}

.printtitle {
  float: right;
  text-align: right;
  border: 0;
  margin-top:15px;
}

.printtitle img {
  border: 0;
  width: 20px;
  height: 20px;
}

/* fieldset CSS */
fieldset {
  margin-bottom: 15px;
}

.fieldcontainer {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 10px;
}

.fieldcontainer div {
  padding: 10px;
  font-size: 1em;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .fieldcontainer {
	grid-template-columns: auto auto auto;
  }
}

@media screen and (max-width: 650px) {
  .fieldcontainer {
	grid-template-columns: auto auto;
  }
}

/* Margins with percentages */

.leftMargin2{
  margin-left: 2%;
}

.leftMargin3{
  margin-left: 3%;
}

.leftMargin4{
  margin-left: 4%;
}

.leftMargin5{
  margin-left: 5%;
}

.rightMargin2{
	margin-right: 2%;
}

.rightMargin3{
	margin-right: 3%;
}

.rightMargin4{
	margin-right: 4%;
}

.rightMargin5{
	margin-right: 5%;
}

li{
	margin-bottom: 2px;
}

p {
	margin-top:0;
	line-height: 1.5em;
}

/* Spans */

.span_2{
	display: inline-block;
	width: 2%;
}

.span_5{
	display: inline-block;
	width: 5%;
}

.span_7{
	display: inline-block;
	width: 7%;
}

.span_10{
	display: inline-block;
	width: 10%;
}

.span_12{
	display: inline-block;
	width: 12%;
}

.span_13{
	display: inline-block;
	width: 13%;
}

.span_15{
	display: inline-block;
	width: 15%;
}

.span_17{
	display: inline-block;
	width: 17%;
}

.span_20{
	display: inline-block;
	width: 20%;
}

.span_22 {
	display: inline-block;
	width: 22%;
}

.span_23 {
	display: inline-block;
	width: 23%;
}

.span_25 {
	display: inline-block;
	width: 25%;
}

.selfields {
	position:sticky;
	top:65px;
}
/* a {color:var(--optional-color);}
a:visited {color:var(--primary-color);} */
.datatable {
  width: 100%;
  /* 650px; */
  border: 1px solid black;
  border-collapse: collapse;
}

.datatable td {
  border: 1px solid black;
  padding: 0.3em;
}

.datatable th {
  border: 1px solid;
  background-color: #E3E3E3;
  font-weight: bold;
  text-align: left;
  padding-left: 0.3em;
}

.datatable caption {
  font: bold 110% Arial, Helvetica, sans-serif;
  color: #33517a;
  text-align: left;
  padding: 0.4em 0 0.8em 0;
}

.datatable tr.altrow {
  background-color: #dfe7f2;
  color: #000000;
}

.datatable tr:hover {
  background-color: #ffff99;
  color: #000000;
}

.reportTableHeader {
  border: 1px solid black;
  border-collapse: collapse;
  width: 75%;
}

.reportTableHeader td {
  border: 1px solid black;
  padding: 0.3em;
}

.reportTableHeader th {
  border: 1px solid;
  background-color: #F2EBE3;
  font-weight: bold;
  text-align: left;
  padding-left: 0.3em;
}

.reportTable {
  clear: both;
  border: 1px solid black;
  border-collapse: collapse;
}

.reportTable td {
  border: 1px solid black;
  padding: 0.3em;
}

.reportTable th {
  font-size: 1.25em;
  line-height: 1.5;
  border: 1px solid;
  background-color: #e0e0e0;
  font-weight: bold;
  text-align: center;
  padding-left: 0.3em;
  cursor: pointer;
}

.reportTable th span {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}
.reportTable caption {
  font: bold 110% Arial, Helvetica, sans-serif;
  color: #33517a;
  text-align: left;
  padding: 0.4em 0 0.8em 0;
}

.reportTable td.altrow {
  background-color: #CDE0D9;
  /* #dfe7f2; */
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.reportTable td.adminrow {
  background-color: #ff3333;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.reportTable td.numrow {
  color: #000000;
  text-align: right;
}

.reportTable td.altnumrow {
  background-color: #dfe7f2;
  color: #000000;
  font-weight: bold;
  text-align: right;
}

.reportTable tr:hover {
  background-color: #ffff99;
  color: #000000;
}

.pestTable {
  clear: both;
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

.pestTable td {
  /* border: 1px solid black;*/
  border-top: 0px solid black;
  padding: 0.3em;
}

.pestTable td.grouprow {
  border-top: 1px solid black;
  padding: 0.3em;
}
.pestTable td.altrow {
  background-color: #CDE0D9;
  /* #dfe7f2; */
  color: #000000;
  font-weight: bold;
  text-align: left;
}
.sorting {
	width: 15%;
}
.sorting_1 {
	width: 10%;
}
/* Double scroll bars for tables */
#wrapper1,
#wrapper2 {
  width: 98%;
  overflow-x: scroll;
  overflow-y: hidden;
}

#wrapper1 {
  height: 20px;
}

#wrapper2 {
  height: auto;
}

/*#wrapper2 { position: relative;}
#wrapper2 table { width:100%;}*/
#topscroll {
  width: 2400px;
  height: 20px;
}

#bottomscroll {
  width: 2400px;
  height: auto;
  overflow: auto;
}

.userTable {
  clear: both;
  width: 85%;
  border: 1px solid black;
  border-collapse: collapse;
}

.userTable tr {
  border: 1px solid black;
}

.userTable td {
  border: 1px solid black;
  padding: 0.3em;
}

.userTable td.noborder {
  border: 0px solid black;
}

.userTable td.altrow {
  background-color: #CDE0D9;
  /* #dfe7f2; */
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.userTable td.adminrow {
  background-color: #ff3333;
  border: 1px solid black;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.rawTable {
  clear: both;
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
}

.rawTable tr {
  border: 1px solid black;
}

.rawTable td {
  border: 1px solid black;
  padding: 0.3em;
}

.rawTable td.noborder {
  border: 0px solid black;
}

.rawTable td.altrow {
  background-color: #CDE0D9;
  /* #dfe7f2; */
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.rawTable td.altrowEven {
  background-color: #DEB887;
  color: #000000;
  font-weight: bold;
  text-align: left;
}


table.dictionary td p {
	margin: 10px;
}
table.dictionary td a {
	text-decoration: none;
	font: 24px Arial, 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;
}
.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.loginButton{
	height: 40px; 
	width: 85px; 
	background: var(--primary-color);
	font-weight:bold;
}
input:not(.resetButton), select, textarea, optgroup, option {
    font: 15px Arial, Georgia, "Times New Roman", Times, serif !important;
	margin-top: 3px;
}

/*  HEADER TAG STYLES */
h1,h2,h3,h4,h5,h6{line-height:1.5em;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;}
.headerTitle {
	font: bold 3em bookman, aldus, serif;
	margin-top: 10px;
	margin-left: 50px;
}
#search-bar {
    /*background: var(--background-color);*/
    text-align: right;
    /*padding: 8px 0;*/
    line-height: 1.5em;
    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(--tertiary-color);
  background: var(--secondary-color);
}
.header-link {
	margin:0 10px;
}
.header-link img {
	width:25px;
	vertical-align: text-bottom;
}
#logoImg {
	height:100%;
	max-height:80px;
}
#logo-bar {
	background:var(--background-color);
	width: 90%;
}
#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;
}

section {
  position: relative;
  width: 100%;
}
#body-container {
  position: relative;
  z-index: 2;
  margin: 0 1.2%;
}
/*//////////////////////////////////////////////////////////////////////////*/
/****NAVIGATION****/
/*//////////////////////////////////////////////////////////////////////////*/
#menu-bar {
	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: 3px;
	min-height: 44px;
	min-width: 44px;
}
#menu-bar.is-pinned #menuStickyLogo {
	display:inline;
}
#second-menu-bar {
	background:var(--tertiary-color);
	min-height:35px;
}
.self-refer{
	font-weight:bolder;
}
a {
	min-height: 46px;
	min-width: 46px;
	display: inline-block;
}
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.pull-left {left:-100%;}
nav ul li {position:relative;font-size:1.1em;}
nav ul li li {font-size:1em;}
nav ul li:hover { background-color: var(--optional-color);}
nav ul li:hover  > ul { display: block;}
nav ul li a { 
	display: inline-block;
	padding:5px 15px;
	text-decoration: none;
	width:150px;
	position: relative;
	font-size:1.2em;
	line-height:1.5em;
	color:var(--primary-color) !important;
}
nav#accountNav ul li a {
    width: 110px;
}
nav ul li a:visited { 
	color:var(--primary-color) !important;
}
nav ul li:hover a { 
	color:#000000 !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:var(--optional-color);}
nav ul ul li a:hover { background-color:#FFFFFF;}
nav ul ul{ position: absolute; background-color: var(--optional-color); 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 > li { float: left;}
nav > ul > li > a{ width: auto; padding: 0px 20px; margin-top:15px;}
nav a[aria-haspopup="true"]::after {
	content: ""; 
	width: 0px; 
	height: 0px; 
	position: absolute; 
	top: 10px; 
	right: 15px;
	border-top: 4px solid transparent; 
	border-bottom: 4px solid transparent; 
	border-left: 4px solid var(--optional-color);
}
nav > ul> li > a[aria-haspopup="true"]::after{
	position:relative;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid var(--optional-color);
	left: 10px; 
	right: auto;
	top:10px;
}
#menu-bar nav > ul.indexMenu {
  float: none;
}
#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(--primary-color);
}
#menu-bar nav > ul> li:hover > ul a[aria-haspopup="true"]::after{
	border-left: 4px solid #000;
}
#menu-bar nav > ul> li:hover > a[aria-haspopup="true"]::after{
	border-top: 4px solid #000000;
}
#second-menu-bar nav > ul> li > a[aria-haspopup="true"]::after{
	border-top: 4px solid var(--optional-color);
}
#second-menu-bar nav > ul> li:hover > a[aria-haspopup="true"]::after{
	border-top: 4px solid #FFF;
}
li h4 {font-family: 'Arial', sans-serif !important; font-size:14px; font-weight: 400; font-style:normal;}
.Hamburger, .second-Hamburger{display:none;}

/*//////////////////////////////////////////////////////////////////////////*/
/****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;
}
#home-content {
	display:flex;
}
#home-content > div {
	max-width: 70%;
}

.alert {
  font-weight: bold;
  font-style: italic;
  color: #A80000;
}

#hostGenus,
#pestGenus,
#virusName {
  position: absolute;
  z-index: 100;
  background: white;
  border: 1px solid #ccc;
  min-width: 175px;
  box-shadow: 0 0 10px #ccc;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  border-radius: 8px;
}

#hostGenus p,
#pestGenus p,
#virusName p {
  margin-left: 15px;
  font-size: 1.1em;
  cursor: pointer;
}

.flex-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex-container > div {
	margin: 5px;
	font-size: 14px;
	margin-right: 2%;
}
#advancedSearch .flex-container {
	justify-content: space-around;
}
#advancedSearch .flex-container input[type='text'],
#advancedSearch .flex-container select {
  width: 200px;
  padding: 2px 0;
}

#advancedSearch .flex-container select {
  width: 202px !important;
}
#advancedSearch .flex-container > div {
    display: flex;
    justify-content: space-between;
	align-items: baseline;
    width: 350px;
}
#advancedSearch .flex-container > div > label {
    white-space: nowrap;
}

.flex-list li {
  margin-left: 50px;
  width: 300px;
  padding: 1px;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
}
#committee_file {
    margin:10px 0;
    border: 2px solid var(--primary-color);
    padding:10px 15px;
}
.footerflex {
	display:flex;
	justify-content:space-between;
}

.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: 5px 8px;
    -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: 45px;
	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;
}
.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;
}
.product .reportLabel {
	width: 175px;
}
.product-tab-holder {
	text-align:right;
}
.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;
}
.resultsSummaryContent {
  max-height: 400px;
  overflow-y: auto;
  display:none;
  margin-top:15px;
}
#toTop, #topBtn {
	display:none;
    font-size: 2em;
    background: var(--optional-color);
    padding: 5px 15px;
    position: fixed;
    bottom: 100px;
    right: 50px;
    cursor: pointer;
	color: #000;
    text-decoration: none;
	z-index: 100;
}
#toTop:hover, #topBtn: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: var(--optional-color);
	color:var(--tertiary-color);
}
.pagination {
  clear: both;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.pagination li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  font-size: 18px;
  min-width: 24px;
  min-height: 24px;
}

.pagination a {
  border: solid 1px #DDDDDD;
  margin-right: 2px;
}

.pagination .previous-off,
.pagination .next-off {
  color: #000000;
  display: block;
  float: left;
  font-weight: bold;
  padding: 3px 4px;
}

.pagination .next a,
.pagination .previous a {
  font-weight: bold;
  border: solid 1px #FFFFFF;
}

.pagination .active {
  color: #000000;
  /* #ff0084; */
  font-weight: bold;
  display: block;
  float: left;
  padding: 4px 6px;
}

.pagination a:link,
.pagination a:visited {
  color: #0000EE;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
  font-size: 18px;
  min-width: 46px;
  min-height: 46px;
}

.pagination a:hover {
  border: solid 1px #666666;
}

.pagination ul {
  border: 0;
  margin: 0;
  padding: 0;
}
#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;
}
button:not(.unstyled, .saveOrgStatusButton, .suspendButton), .resetButton {
    font-size: 1.2em;
    padding: 4px 15px;
    font-weight: bold; 
	color:black;
    background: var(--primary-color);
    font-family: Arial, 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: 44px;
}
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);
}
.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: Arial, 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 Arial, 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: Arial, 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;}
/************************
**** 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 {
	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;
}

/************************
**** 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: 20px 0;
	position:relative;
	z-index:10;
	margin-top:auto;
}
.validator{
	text-align: right;
    line-height: normal;
    font-size: small;
}

/*//////////////////////////////////////////////////////////////////////////*/
/****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;
}

/*//////////////////////////////////////////////////////////////////////////*/
/****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;
	}
	.mainSection {
		width:450px;
		position:absolute;
	}
	.prod-col2 {
		max-width:none;
	}
	.product-tab-holder {
		display:none;
	}
	button.resultsSummary, #searchResultsPagination, .exportOption {
		display:none !important;
	}
	.resultsSummaryContent {
		max-height: fit-content;
		display: block;
		margin-top: 0;
	}
	.remove-print {
		display:none !important;
	}
}
		