@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.container {
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

#admin-menu {
  display: none;
}
@media screen and (min-width: 1200px) {
  #admin-menu {
    display: block;
  }
}

.print-only {
  display: none;
}

.blocker {
  background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1200px) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
  float: left;
}
@media screen and (min-width: 1200px) {
  .nav-collapse li {
    width: auto;
    margin-right: 1em;
  }
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
@media screen and (min-width: 1200px) {
  .js .nav-collapse {
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .js .nav-collapse.closed {
    max-height: none;
  }
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
}

#header {
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
}

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #fff;
  width: 100%;
  float: left;
  padding: 0.7em 15px 0.8em;
  text-transform: uppercase;
  font-size: 90%;
  background-color: #1c63ba;
  border-top: 1px solid #5697e6;
}
@media screen and (min-width: 1200px) {
  .nav-collapse a {
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
    padding: 0.4em 0 0.5em;
    border-top: none;
  }
}

.nav-collapse .is-active a,
.nav-collapse .is-active-trail a {
  color: #fbd474;
}

.nav-collapse ul ul a {
  padding-left: 2em;
}
@media screen and (min-width: 1200px) {
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 40px;
  float: right;
}
@media screen and (min-width: 768px) {
  .nav-toggle {
    height: 60px;
  }
}

.nav-toggle:before {
  color: #fff;
  font: normal 24px/40px "chemhat2";
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "☰";
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.is-active:before {
  font-size: 24px;
  content: "X";
}

#header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$bg1+0,2b388f+100 */
  background: #1c63ba;
  background: -moz-linear-gradient(top, #1c63ba 0%, #2b388f 100%);
  background: -webkit-linear-gradient(top, #1c63ba 0%, #2b388f 100%);
  background: linear-gradient(to bottom, #1c63ba 0%, #2b388f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$bg1", endColorstr="$bg2",GradientType=0 );
  margin-bottom: 30px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #header {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    position: relative;
    height: auto;
  }
}
#header a.logo {
  display: none;
}
@media screen and (min-width: 768px) {
  #header a.logo {
    display: block;
  }
}
#header #site-slogan {
  font-weight: 700;
  color: #fbd474;
  display: none;
}
@media screen and (min-width: 768px) {
  #header #site-slogan {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  #header #site-slogan {
    font-size: 1.2em;
  }
}
#header .contextual {
  display: none;
}
#header .algoia-typeahead-search-form label {
  display: none;
}
#header .container {
  position: relative;
}
#header .search-toggle {
  font-size: 1.8em;
  line-height: 1.8em;
  color: white;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  #header .search-toggle {
    display: none;
  }
}
#header #search-bar {
  display: none;
  width: 100%;
  padding-top: 10px;
}
#header #search-bar .algolia-autocomplete:after {
  display: none;
}
@media screen and (min-width: 1200px) {
  #header #search-bar {
    display: block;
    padding-top: 0px;
    position: absolute;
    top: 62px;
  }
  #header #search-bar .algoia-typeahead-search-form {
    width: 32%;
    float: right;
  }
  #header #search-bar .algolia-autocomplete:after {
    font-size: 1.5em;
    display: block;
  }
}
#header .search-toggle {
  font-size: 2em;
  color: white;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  #header .search-toggle {
    display: none;
  }
}
#header #search-bar {
  width: 100%;
}
#header #search-bar input {
  font-size: 1em;
}
@media screen and (min-width: 1200px) {
  #header #search-bar {
    position: absolute;
    top: 62px;
  }
}

#header-top {
  position: relative;
  overflow: visible;
}
#header-top img.bulb {
  position: relative;
  display: block;
  float: left;
  max-width: 32px;
  padding: 3px 7px 4px 0;
}
@media screen and (min-width: 768px) {
  #header-top img.bulb {
    max-width: 48px;
  }
}
@media screen and (min-width: 1200px) {
  #header-top img.bulb {
    position: absolute;
    padding: 15px 15px 0 0;
    max-width: 100px;
  }
}
#header-top div.brand {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  #header-top div.brand {
    margin-left: 100px;
    display: inline-block;
    padding-top: 30px;
  }
}
#header-top div.brand .logo img {
  display: block;
  max-width: 150px;
}
@media screen and (min-width: 1200px) {
  #header-top div.brand .logo img {
    max-width: 300px;
  }
}
#header-top div.brand .logo img.print-only {
  display: none;
}

#header-region {
  position: absolute;
  top: 0px;
  right: 50px;
}
@media screen and (min-width: 1200px) {
  #header-region {
    right: 0px;
  }
}
#header-region .language-switcher-language-url {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  #header-region .language-switcher-language-url {
    margin-right: 0;
  }
}
#header-region .language-switcher-language-url ul.links li {
  list-style-type: none;
  float: left;
  padding-left: 0.3em;
}
#header-region .language-switcher-language-url ul.links li a {
  color: white;
}
#header-region .language-switcher-language-url ul.links li.is-active {
  display: none;
}
@media screen and (min-width: 768px) {
  #header-region .language-switcher-language-url ul.links li.is-active {
    display: block;
  }
  #header-region .language-switcher-language-url ul.links li:after {
    color: white;
    content: " |";
  }
  #header-region .language-switcher-language-url ul.links li:last-child:after {
    content: "";
  }
}

#navigation {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1200px) {
  #navigation {
    position: relative;
    background-color: #1c63ba;
    border-top: 1px solid #5697e6;
    border-bottom: 1px solid #5697e6;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  #navigation ul {
    margin-left: 100px;
  }
}
#navigation .container {
  padding: 0;
}

#main {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  #main {
    padding-top: 95px;
  }
}
@media screen and (min-width: 1200px) {
  #main {
    padding-top: 0px;
  }
}

#footer {
  margin-top: 30px;
  padding: 15px 0 30px;
  background-color: #dedede;
}
#footer a.footer-logo {
  float: left;
  margin-right: 15px;
  display: block;
  width: 150px;
  height: 29px;
}
#footer a.footer-logo img {
  width: 150px;
  height: auto;
}
#footer .logo-garden {
  clear: both;
  margin-top: 30px;
}
#footer .logo-garden h3 {
  clear: both;
  font-size: 1em;
  text-transform: uppercase;
  color: #999999;
}
#footer .logo-garden img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

#cboxClose {
  top: 0;
  right: 0;
  background: none;
  text-indent: 0;
}
#cboxClose:before {
  font-family: "chemhat2";
  font-size: 25px;
  content: "X";
  color: #929292;
  speak: none;
}

button {
  border: none;
}

#cboxLoadedContent {
  margin-top: 30px;
  margin-bottom: 0;
}

.group-hide {
  background: #fff url(../images/bkgd-row.png) bottom left repeat-x;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

article,
.block-block-content {
  margin-bottom: 30px;
}
article figure,
article img,
.block-block-content figure,
.block-block-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  article figure.align-right,
  article img.align-right,
  .block-block-content figure.align-right,
  .block-block-content img.align-right {
    max-width: 50%;
    margin-left: 2em;
  }
}
@media screen and (min-width: 768px) {
  article figure.align-left,
  article img.align-left,
  .block-block-content figure.align-left,
  .block-block-content img.align-left {
    max-width: 50%;
    margin-right: 2em;
  }
}
article figure.inline-icon,
article img.inline-icon,
.block-block-content figure.inline-icon,
.block-block-content img.inline-icon {
  width: 150px;
}
article figure.small-icon,
article img.small-icon,
.block-block-content figure.small-icon,
.block-block-content img.small-icon {
  width: 100px;
}
article ul, article ol,
.block-block-content ul,
.block-block-content ol {
  margin-left: 1em;
  padding-left: 1em;
  margin-bottom: 1em;
}
article ul,
.block-block-content ul {
  list-style-type: disc;
}
article ol,
.block-block-content ol {
  list-style: decimal;
}
article dl,
.block-block-content dl {
  clear: left;
}
article dl dt,
.block-block-content dl dt {
  font-weight: 700;
  float: left;
  padding-right: 0.3em;
}
article dl dt:after,
.block-block-content dl dt:after {
  content: " -";
}
article dl dd,
.block-block-content dl dd {
  margin-bottom: 1em;
}
article a:hover,
.block-block-content a:hover {
  text-decoration: underline;
}

#sidebar-second {
  position: relative;
}
@media screen and (min-width: 768px) {
  .not-front #sidebar-second {
    position: fixed;
    right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .not-front #sidebar-second {
    position: relative;
    right: 0px;
  }
}
#sidebar-second .block {
  margin-bottom: 30px;
}
#sidebar-second ul.menu {
  border-top: 1px solid #dedede;
}
#sidebar-second ul.menu li.menu-item {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px solid #dedede;
}
#sidebar-second ul.menu li.menu-item a {
  display: block;
  padding: 10px;
}
#sidebar-second ul.menu li.menu-item a:hover {
  background-color: #f8f8f8;
  text-decoration: none;
  color: #2b388f;
}
#sidebar-second ul.menu li.menu-item a.is-active {
  color: #222222;
}
#sidebar-second ul.menu li.menu-item ul.menu {
  border-top: none;
  margin-bottom: 10px;
}
#sidebar-second ul.menu li.menu-item ul.menu li.menu-item {
  border-bottom: none;
  padding: 0 0 0 15px;
}
#sidebar-second ul.menu li.menu-item ul.menu li.menu-item a {
  padding: 0 0 5px 0;
}
#sidebar-second ul.menu li.menu-item ul.menu li.menu-item a:before {
  content: "- ";
}

.algolia-autocomplete input.form-text {
  -webkit-box-shadow: inset 0 0 10px -3px #2a7bdf;
  box-shadow: inset 0 0 10px -3px #2a7bdf;
}
.algolia-autocomplete input::placeholder {
  color: #929292;
}

.algolia-autocomplete:after {
  font-family: "chemhat2" !important;
  content: "☌";
  color: #929292;
  font-size: 3em;
  position: absolute;
  top: 1px;
  right: 7px;
}

.block-searchsuggestions {
  margin-top: 60px;
}

.banner {
  padding: 15px;
  margin-bottom: 50px;
  background-color: #fef3d7;
  border: 1px solid #fac542;
}

.block-block-content.border-top {
  border-top: 1px solid #999;
  margin-top: 40px;
  padding-top: 40px;
}

label {
  color: #58595b;
  margin-bottom: 0.8em;
}

input {
  border-style: solid;
  border-width: 1px;
}

input.form-text,
input.form-textarea {
  border-color: #929292;
}

input[type=text],
input[type=password] {
  max-width: 100%;
  margin-bottom: 0;
}

input[type=submit] {
  background: #3f943b;
  border: none;
  color: #ffffff;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 5px 10px;
}

.js-form-type-textfield,
.js-form-type-password {
  margin-bottom: 0.75em;
}

header.chemical-name {
  margin-bottom: 15px;
}
header.chemical-name h1 {
  margin-bottom: 0;
}

section.chemical-row {
  clear: both;
}
section.chemical-row header {
  padding-top: 0.8em;
  padding-bottom: 0.6em;
  background-color: #ecf3fb;
  background-image: url(../../images/pattern.png);
  margin-bottom: 15px;
}
section.chemical-row h2 {
  margin-bottom: 0;
  color: #2b388f;
}
section.chemical-row h3:before {
  font-family: "chemhat2";
  content: "■";
  color: #2b388f;
  font-size: 75%;
  vertical-align: middle;
  padding-right: 0.5em;
  speak: none;
}
section.chemical-row .results {
  margin-bottom: 30px;
}
section.chemical-row .source-link {
  margin-left: 0.6em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  cursor: pointer;
  color: #3747b6;
}
@media screen and (min-width: 1200px) {
  section.chemical-row .source-link {
    font-size: 16px;
  }
}
section.chemical-row .source-link:after {
  font-family: "chemhat2";
  content: "i";
  color: #50b74b;
  font-size: 110%;
  vertical-align: middle;
  padding-left: 0.2em;
  speak: none;
}

.result {
  margin-bottom: 15px;
  line-height: 1.2em;
}
@media screen and (min-width: 576px) {
  .result {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 100%;
  }
  .result:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .result {
    float: left;
    display: block;
    margin-right: 3.2258064516%;
    width: 48.3870967742%;
  }
  .result:last-child {
    margin-right: 0;
  }
  .result:nth-child(2n) {
    margin-right: 0;
  }
  .result:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) {
  .result {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
  }
  .result:last-child {
    margin-right: 0;
  }
  .result:nth-child(3n) {
    margin-right: 0;
  }
  .result:nth-child(3n+1) {
    clear: left;
  }
  .result.key {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
  }
  .result.key:last-child {
    margin-right: 0;
  }
  .result.key:nth-child(2n) {
    margin-right: 0;
  }
  .result.key:nth-child(2n+1) {
    clear: left;
  }
}

.endpoint .icon,
.exposure .icon,
.protection .icon {
  display: table-cell;
  width: 60px;
}
.endpoint .icon img,
.exposure .icon img,
.protection .icon img {
  width: 50px;
  height: 50px;
}
.endpoint .description,
.exposure .description,
.protection .description {
  display: table-cell;
  vertical-align: middle;
}
.endpoint .description .name,
.exposure .description .name,
.protection .description .name {
  font-weight: 700;
}

.endpoint .description {
  vertical-align: top;
}

.key {
  margin-bottom: 30px;
  line-height: 1.2em;
}
@media screen and (min-width: 576px) {
  .key {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 100%;
  }
  .key:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .key {
    float: left;
    display: block;
    margin-right: 3.2258064516%;
    width: 48.3870967742%;
  }
  .key:last-child {
    margin-right: 0;
  }
  .key:nth-child(2n) {
    margin-right: 0;
  }
  .key:nth-child(2n+1) {
    clear: left;
  }
}

#main .sources {
  display: none;
}

.sources h3 {
  float: none;
}
.sources h4 {
  color: #2b388f;
}
.sources h4 .caret {
  color: #50b74b;
}
.sources ul {
  list-style-type: disc;
  margin-left: 1em;
  margin-bottom: 3em;
}
.sources ul li {
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.sources .sublistName {
  font-size: 120%;
  margin-bottom: 0.3em;
}
.sources .listName {
  font-style: italic;
  color: #555555;
}
.sources .agency {
  color: #555555;
}

.priority-icon {
  background: #58595b !important;
  -webkit-print-color-adjust: exact;
}
.priority-icon.priority-red {
  background: #cb242b !important;
}
.priority-icon.priority-orange {
  background: #ee7a22 !important;
}
.priority-icon.priority-yellow {
  background: #f8b717 !important;
}
.priority-icon.priority-gray {
  background: #58595b !important;
}

.colorkey-wrapper {
  background-color: #f4f4f4;
  margin-bottom: 15px;
  padding: 10px 0;
}
.section-material .colorkey-wrapper {
  margin-top: -30px;
}

.colorkey {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .section-material .colorkey {
    float: right;
  }
}
.colorkey .priority-icon {
  width: 25px;
  height: 25px;
  margin: 0 3px;
}
@media screen and (min-width: 768px) {
  .colorkey .priority-icon {
    vertical-align: middle;
  }
}
@media screen and (min-width: 1200px) {
  .colorkey .priority-icon {
    vertical-align: baseline;
  }
  .node-page .colorkey .priority-icon {
    vertical-align: middle;
  }
}
.colorkey .keytext {
  display: inline-block;
  max-width: 25%;
  margin: 0 0.5em;
  font-size: 12px;
  line-height: 1.2em;
}
.colorkey .keyicons {
  display: inline-block;
  max-width: 50%;
}

.front h1.title {
  display: none;
}
.front section#content {
  margin-bottom: 100px;
}
.front form {
  margin-top: 50px;
}
.front form label {
  text-align: center;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .front form label {
    display: none;
  }
}
.front input[type=text] {
  font-size: 2em;
}
.front input::placeholder {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .front input::placeholder {
    color: #929292;
  }
}

/*# sourceMappingURL=theme.css.map */
