@import url('https://fonts.googleapis.com/css2?family=Pontano+Sans:wght@400;700&display=swap');
:root {
    --title-color: #212121;
	--dark-gray-color: #5B616B;
	--light-gray-color: #F1F1F1;
	--background-color: #FFF;
	--dark-background-color: #102F51;
	--link-color: rgb(0,113,188);
}
body {
	font-family:"Pontano Sans","Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
	color:#000;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	background: var(--dark-background-color);
	letter-spacing: 1px;
}
div {
	position:relative;
}
.container{
	width:95%;
	margin: 0 auto;
	position:relative;
	padding: 0 20px;
}
.main{
	min-height: 90vh;
	margin: 0 auto;
	max-width: 1080px;
}
.title {
	font-weight: bold;
	word-spacing: 3px;
}
.aligncenter {
	text-align:center;
}
.required {
	color:red;
}
.capitalText {
	text-transform: capitalize;
}
.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;
}
p {margin-top:0;}
details summary {
	cursor:pointer;
}
a {
	text-decoration:none;
}
button, input[type='submit'], input[type='reset'] {
    padding:5px 15px;
    color:var(--dark-background-color);
	border:1px solid var(--dark-background-color);
    background:var(--light-gray-color);
	font-family:"Pontano Sans","Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
    font-size: 1.2em;
    cursor:pointer;
	margin: 2px 0;
}
button .fa-solid {
	margin:0;
	color:var(--dark-gray-color);
}
button:hover, input[type='submit']:hover, input[type='reset']:hover {
    color:var(--light-gray-color);
    background:var(--dark-background-color);
}
button:hover .fa-solid {
	color:var(--light-gray-color);
}
button.seriesShow, button.seriesHide {
	font-size: .9em;
	padding: 3px 10px;
	margin-right: 20px;
	position: relative;
	left: 50px;
}
select {
	font-family:"Pontano Sans","Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important;
	margin-top: 5px;
}

table {
	border-collapse: collapse;
	border:1px solid var(--dark-gray-color);
}
thead {
    background: var(--light-gray-color) !important;
}
table tbody td {
    padding:3px 10px;
}
table th {
    padding: 5px 10px;
    font-weight: bold;
}
table tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--light-gray-color);
}
table th:not(:last-child) {
    border-right: 1px solid var(--dark-gray-color);
}
table tbody td:not(:last-child) {
	border-right: 1px solid var(--light-gray-color);
}

/*  HEADER TAG STYLES */
h1,h2,h3,h4,h5,h6{line-height:1.2em;color:#3d3732;word-spacing:6px;}
h1{font-size:32px;color: var(--title-color);}
h2{font-size:24px;}
h3{font-size:20px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}

/*//////////////////////////////////////////////////////////////////////////*/
/****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;}
.slider{background:url(../images/slider_bg.png);padding:16px;max-width:1100px;height:470px;margin:0 auto;}
.smallslider{background:url(../images/slider_bg.png);padding:16px;max-width:1100px;height:auto;margin:auto;}
#logoImg {
	height:100%;
	max-height:80px;
}
#logo-bar {
	background: var(--dark-background-color);
	padding:18px 0;
}
#header_titles {
	display:inline-block;
	vertical-align: top;
	position: relative;
	top: 20px;
}
#logo-bar h1 {
	margin: 0;
	font-size: 50px;
	color:white;
}
#header_logo {
	height:120px;
}
#header_titles p {
	font-size:15px;
	color:white !important;
}

/*//////////////////////////////////////////////////////////////////////////*/
/****NAVIGATION****/
/*//////////////////////////////////////////////////////////////////////////*/
.miniLoader {
    position: absolute;
    top: 1.5em;
    left: -2em;
    margin: 0;
    display: block;
    width: 1em;
    height: 1em;
    border: 5px solid darkred;
    border-radius: 50%;
    border-top: 5px solid #f3f3f3;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display:none;
}
.miniLoader.success {
    border: 5px solid limegreen !important;
    background:limegreen;
    -webkit-animation: none; /* Safari */
    animation: none;
}
.miniLoader.fail {
    border: 5px solid darkred !important;
    background:darkred;
    -webkit-animation: none; /* Safari */
    animation: none;
}
.loading-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	overflow: hidden;
	z-index:20;
}
.loading-spinner {
	position: fixed;
	width: 1em;
	height: 1em;
	font-size: 25px;
	border-radius: 50%;
	animation: mulShdSpin 1.1s infinite ease;
	left: 49%;
	top: 48%;
}
@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;
  }
}
#menu-bar {
	min-height:35px;
	min-height: 35px;
	background: var(--background-color);
	border-top: 1px solid var(--dark-background-color);
	border-bottom: 1px solid var(--dark-background-color);
}
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:hover { color: var(--dark-background-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-weight:bold;
	color: var(--dark-background-color);
}
nav>ul>li a:hover { color:var(--dark-background-color);}
nav ul ul li a:hover { background-color:var(--light-gray-color);}
nav ul ul{ position: absolute; background-color: var(--background-color); display:none; border:1px solid var(--light-gray-color);}
nav ul ul li{ position: relative; text-align:left;}
nav ul ul ul{ left: 100%; top: 0px;}

/****top-level****/
nav > ul > li { float: left;}
nav > ul > li > a{ width: auto; padding: 10px 40px 10px 0;}
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(--dark-gray-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(--dark-gray-color);
	left: 10px; right: auto;
	top:10px;
}
#menu-bar nav > ul> li:hover > ul a[aria-haspopup="true"]::after{
	border-left: 4px solid var(--link-color);
}
#menu-bar nav > ul> li:hover > a[aria-haspopup="true"]::after{
	border-top: 4px solid var(--link-color);
}
li h4 {font-family:"Pontano Sans","Source Sans Pro","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif !important; font-size:14px; font-weight: 400; font-style:normal;}
.Hamburger, .second-Hamburger{display:none;}

/*//////////////////////////////////////////////////////////////////////////*/
/****CONTENT****/
/*//////////////////////////////////////////////////////////////////////////*/
#content-row {
	min-height:60vh;
	background: var(--background-color);
    padding: 2em 0 5em;
	overflow:hidden;
}
#content-row h1 {
  margin-top: 0;
}
#search_filters {
    display: flex;
    flex-wrap: wrap;
}
#search_filters .filter-block {
	width:350px;
    margin-right: 40px;
    margin-bottom: 10px;
	display: flex;
	flex-grow: 1;
}
#search_filters .filter-block label, #add_csv .filter-block label {
    font-weight: bold;
    width: 90px;
    display: inline-block;
}
#search_filters select {
	max-width:250px;
}
#search_filters select option:disabled {
    display: none;
}
#search_table {
	margin:40px 0;
	overflow-x:auto;
	padding-bottom: 20px;
	max-height: 600px;
}
#search_table td.ingredient, #list_table td.ingredient {
	padding:0;
}
#search_table td.ingredient > p {
    padding: 15px 5px;
    margin: 0;
	height:50px;
}
#list_table td.ingredient > p {
    margin: 0;
	height:50px;
	padding: 0 10px;
    padding-top: 10px;
}
#search_table td.ingredient > p:not(:last-child), 
#list_table td.ingredient > p:not(:last-child) {
    border-bottom: 1px solid var(--light-gray-color);
}
#chartDetailOverlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
	display:flex;
}
#chartDetailContainer {
	width: 80%;
	max-height: 90%;
	overflow: auto;
	margin: auto;
	position:relative;
}
#closeDetailTable {
	color: white;
	font-size: 2em;
	font-weight: bold;
	float: right;
	cursor: pointer;
	padding: 0 7px 6px;
	line-height: .8em;
	margin-bottom: 4px;
	border: 3px solid transparent;
	position: fixed;
	z-index: 100;
	top: 20px;
	right: 20px;
}
#closeDetailTable:hover {
	border-color: white;
}
#chartDetailContainer table {
	background: white;
}
.tooltipLink {
	text-decoration: underline;
	color: aqua;
	cursor:pointer;
}
.edit_ingredient_div {
    border-top: 1px solid var(--dark-gray-color);
    border-bottom: 1px solid var(--dark-gray-color);
}
.add_ingredient_div {
	cursor:pointer;
    padding-top: 10px;
	font-weight:bold;
	border-top: 1px solid var(--dark-gray-color);
	border-bottom: 1px solid var(--dark-gray-color);
    padding-bottom: 15px;
}
.add_ingredient_div i {
	font-size: 1.5em;
	top: 2px;
    position: relative;
}
#paginationSummary {
	margin: 30px 0;
    font-size: 1.2em;
}
.pagination {
    margin: 20px 0;
}
.paginationSpan {
    background-color: var(--light-gray-color);
    padding: 10px;
    margin: 0 5px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
    border: 1px solid var(--dark-gray-color);
    cursor: pointer;
}
.paginationSpan.selected {
    background-color: var(--dark-gray-color);
	color:white;
}
.add_survey_form fieldset {
	margin-bottom:20px;
}
.add_survey_form textarea {
	width:100%;
	min-height:50px;
}
.add_survey_form .filter-block {
    margin-bottom: 10px;
}
.add_survey_form .filter-block label {
    font-weight: bold;
    width: 200px;
    display: inline-block;
}
.form_option_button {
	display:inline-block;
	margin-right:10px;
	padding: 10px 15px;
    color:var(--dark-gray-color);
	border:1px solid var(--dark-gray-color);
    background:var(--light-gray-color);
    font-size: 1.1em;
    cursor:pointer;
}
.form_option_button.selected {
    color:var(--light-gray-color);
	border:1px solid var(--light-gray-color);
    background:var(--dark-gray-color);
}
.excel-section {
    padding-bottom: 50px;
}
.excel-section:not(:last-child) {
    border-bottom: 1px solid black;
}
.excel-section h3 {
    margin-top: 50px;
}
p.excel_warning {
	color:darkorange;
}
p.excel_error {
	color:red;
}
#excel-summary-section {
    margin: auto;
    width: fit-content;
    border: 1px solid black;
    padding: 0px 60px 10px;
}
table.excel_warning, table.excel_error {
	width:100%;
}
table.excel_warning thead {
	background-color:darkorange !important;
}
table.excel_error thead {
	background-color:red !important;
}
.sticky-header {
	position: sticky;
    top: -1px;
	z-index: 10;
}
.ui-autocomplete-loading {
	background: white url("images/loader.gif") right center no-repeat;
}
.ui-autocomplete {
	max-height: 400px;
	overflow-y:scroll;
}
.reportLabel {
	font-weight: bold;
    width: 175px;
    display: inline-block;
	vertical-align: top;
}
#dialog-box h2 {
	font-size: 1.2em;
}
#dialog-box h4, #dialog-box h3 {
	margin-bottom:10px;
}
#dialog-box .formflex {
	flex-wrap: wrap;
}
#dialog-box .formflex span {
	width: 150px;
}
.dialog-line-flex {
	display:flex;
	justify-content: space-between;
	margin-top:15px;
	align-items: end;
}
.fa-pen, .fa-xmark {
	cursor:pointer;
}
.bar {
    background-color: var(--light-gray-color);
    padding: 2px 15px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    display: block;
	height:5px;
}
.formflex, .formflex3 {
    display: flex;
    justify-content: space-between;
	margin-bottom: 5px;
}
.formflex-display {
	justify-content:start;
}
.formflex label {
	width:150px;
}
.formflex3 input[type='checkbox'] {
	margin-left:10px;
}
#toTop {
    font-size: 2em;
    background: var(--light-gray-color);
    padding: 5px 15px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
	color: #000;
    text-decoration: none;
}
#toTop:hover {
    background: #000;
	color:var(--light-gray-color);
}
#charts {
	display:none;
}
#charts > .chart:not([data-type='cocom']) {
    display: none;
}
#charts > .chart {
	margin-top:35px;
	height: 450px;
}
.searchSectionTab {
	border: 1px solid var(--link-color);
    padding: 5px 10px;
    margin: 10px 20px 0 0;
    display: inline-block;
    font-weight: bold;
    color: var(--link-color);
    font-size: 1.2em;
	cursor:pointer;
}
.searchSectionTab:hover {
	border: 1px solid var(--dark-gray-color);
    color: var(--dark-gray-color);
}
.searchSectionTab.selected {
	color: white;
	background: var(--link-color);
}
.chartSectionTab {
	border: 1px solid var(--link-color);
    padding: 5px 10px;
    margin-top:10px;
    display: inline-block;
    color: var(--link-color);
	cursor:pointer;
}
.chartSectionTab:hover {
	border: 1px solid var(--dark-gray-color);
    color: var(--dark-gray-color);
}
.chartSectionTab.selected {
	color: white;
	background: var(--link-color);
}
/*//////////////////////////////////////////////////////////////////////////*/
/****FOOTER****/
/*//////////////////////////////////////////////////////////////////////////*/
#footer-row{
	background: var(--dark-background-color);
    color: white;
    width: 100%;
    padding: 10px 0;
}
		
/*//////////////////////////////////////////////////////////////////////////*/
/****MEDIA QUERIES****/
/*//////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width:1000px) {
    h1 {font-size: 30px;}
    #content1{padding:0 30px;}
    footer > div{padding:10px 30px;}
    .column-label{width:14%}
       /*blocks*/
    .blocks li a h4 {
        color: #fff;
        margin: 0;
        font-size: 20px;
        padding: 15px 0 10px 16px;
        word-spacing: 4px;
    }
    .blocks li{margin:0 3px;border:4px solid #dad9d3;width:23%;}
    .blocks li a div{padding:30px 14px;}

    /**Header**/
    header h1 {
        float: left;
        margin: 0px;
        padding: 0 0 18px;
    }
    header h1 a{margin-left:20%; background:url(../images/logo-med.png) 0 0 no-repeat;width:175px;height:49px;text-indent:-5000px;overflow:hidden;display:block;}
    /**Section-Slider**/
    .slider{background:url(../images/slider_bg.png);padding:16px;max-width:900px;height:380px;margin:0 auto;overflow:hidden;}

}
@media screen and (max-width:918px) {
     .prefix_1{padding-left:0; padding-right: 60px;}

}
@media screen and (max-width:880px){
    /*Header*/
        /*Blocks*/
    .blocks li:first-child{margin-left:7%;}
    .blocks li{margin:0 3px;border:4px solid #dad9d3;width:20%;}
    .blocks li a div{padding:20px 10px;font-size:12px;}
    .grid_10{max-width:none !important;padding-right:20px !important;}
    h5.second{margin:15px 0 15px 0;line-height:1.2em;color:#3d3732;word-spacing:6px;}
    .container_24 .grid_8{max-width:550px;}
    #quotes::before{content:"";display:block; width:100%; height:30px; margin-bottom:20px; background:url(../images/border.png) 0 100% repeat-x}
    .img-indent-l10{margin-left:auto;}
}
@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: #000;
        transition: .5s;
     }
     .hamburger-input + label span:first-child {
        top: 0; 
     }
     .hamburger-input + label span:last-child {
        top: 10px; 
     }
     .hamburger-input + label {
      cursor: pointer;
     }
     .hamburger-input:checked + label span {
        opacity: 0;
        top: 50%;
		background:white;
     }
     .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){
    #dvCaptcha{transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .blocks{padding:0;}
    .blocks li{width:42%; margin-top:5px;}
    .blocks li a div{padding:15px 4px;font-size:12px;}
    .blocks li:first-child{margin-left:5%;}
    .blocks li:nth-child(3){margin-left:5%;}
    .blocks li a strong{margin-top:18px;}
    .button2{width:85%;}
    .rc-anchor{width:82% !important;}
    span.line-break:before {content: "\A"; white-space: pre;} 
    .ppisProd{margin-left: 0;}
    .img-indent{float:none;}
    #ContentPlaceHolder1_Comments{margin-top:40px;}
    table tbody td{ font-size:1.05em;}

}
@media screen and (max-width:450px) {
    .column-label, .column-label1{display:block;}
    .column-textbox4{width:90%; margin-left:0;}
}
@media screen and (max-width:370px){
    #content1{padding:0 20px 0 30px;}
    #ContentPlaceHolder1_Comments{width:85%;}
    .blocks li{width:60%; margin-top:5px; margin-left:20%;}
    .blocks li a div{padding:15px 4px;font-size:14px;}
    .blocks li:first-child{margin-left:20%;}
    .blocks li:nth-child(3){margin-left:20%;}
    .blocks li a strong{margin-top:18px;}
    h5{font-size:1.5em;}
}
@media print {
    /* All your print styles go here */
    header, nav, img, .noprint, a ~ br, .subtitle ~ br {
        display: none !important;
    }

    hr, h1, h2, h3, h4 {
        margin:0;
    }

    #stateprod:first-child::after{
        content:"\2605 denotes ALSTAR label is available";
        float:right;
        font-size:10px;
    } 

    * {
        background:none !important;

    }

    .ppisProd + .ppisreportspan {
        margin-right: 10px;
    }

    .ppisProd > a {
        margin-right: 10px;
    }
	
	.ppisProd > a::after {
		content: "\2605";
		font-size:1.25em;
	}

    .ppisreportspanprodname, .ppisreportspan, .subtitle, a, ppisprod {
        font-size: .95em !important;
        color: #A9A9A9 !important;
    }

    table tbody td {
        font-size: .95em;
    }

    #ctl00_ContentPlaceHolder1_lblprodcnt {
        display: block;
    }

    .nopgbrk, tr, footer {
        page-break-inside: avoid;
    }

    .invisible {
        display: block;
        background: none;
        position: fixed;
        right: 0;
        bottom: -23px;
        font-size: .8em;
        color: black;
    }
    p {color:black !important;}
    td > .subtitle:nth-child(4)::after {content:" ";display:block;}
}
		