@import url("https://cdnjs.cloudflare.com/ajax/libs/jquery-typeahead/2.11.2/jquery.typeahead.min.css");

/* Typeahead adjustments from OSHA7 */
.typeahead__container .typeahead__field input.disabled,.typeahead__container .typeahead__field input[disabled],.typeahead__container .typeahead__field button.disabled,.typeahead__container .typeahead__field button[disabled]{background-color:#eee;opacity:1;}.typeahead__cancel-button{display:none !important;}

div.typeahead__result ul.typeahead__list li.typeahead__item {
    list-style-type: none;
}

.ajax-progress.ajax-progress-throbber {
    display: none;
}
.event_date:after {
    background-image: url(/sites/default/themes/custom/osha/images/required.svg);
    background-size: 10px 7px;
    content: "";
    display: inline-block;
    line-height: 1;
    height: 7px;
    width: 10px;
}
#edit-2-industry option:first-child {
    font-weight: normal;
}
.help-block {
  color: black !important;
}

/***** UNIVERSAL CLASSES *****/
/***** NAV *****/

.nav-safeandsound {
    font-size:1.2em;
    margin:0 auto 1em;
}
.nav-safeandsound > li {
    text-align: center;
}
.nav-safeandsound > li:not(:last-child):after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width:1199px) and (min-width:768px) {
	.nav-safeandsound {
    	font-size:1em;
	}	
}
@media (max-width:767px) {
	.nav-safeandsound {
    	font-size:1em;
	}	
	.nav-safeandsound > li:not(:last-child):after {
		content:none !important;
	}
}
.nav-safeandsound > li.active a {
    background-color:transparent;
    font-weight:bold;
}
.nav-safeandsound > li > a {
    padding:0 !important;
}  
.nav-safeandsound > li > a,
.nav-safeandsound > li > a:visited {
    color:#000;
    text-decoration: none;
}
.nav-safeandsound > li > a:hover,
.nav-safeandsound > li > a:focus,
.nav-safeandsound > li.active a:hover,
.nav-safeandsound > .open > a:focus {
    color:#000;
    text-decoration: underline;
    background-color: transparent;
    border:none;
}
.nav-safeandsound .dropdown-toggle::after {
    content: "\0276f";
    float: right;
	margin-right: 1em;
    rotate: 90deg;
}

.fieldset-legend {
    font-family: 'Merriweather';
      font-size: 1.15em;
    color: black;
  line-height: 1.15em;
}

.fieldset-legend-2 {
    font-family: 'Merriweather';
      font-size: 1.75em;
    color: black;
  border-bottom: 2px solid #000;
  margin-bottom: 0.5em;
  width: 100%;
      line-height: 1.25em;
}

.webform-submission-safe-and-sound-week-recognize-yo-form legend {
    margin-top: 2em;
    border-bottom: 2px solid #000;
    padding-bottom: 0.5em;
    margin-bottom: 0.25em;
    font-weight: bold;
}

.form-group {
    margin: 1em 0;
}
.webform-flex--container:first-child {
    margin: 0 0.5em 0 0;
}

div.webform-flexbox#edit-flexbox, div.webform-name > div.webform-flexbox { margin-left: 0; margin-right: 0; }

.nav-safeandsound > li > a:hover {
    background: none !important;
    text-decoration: underline !important;
}  


table.webform-likert-table thead th {
    text-align: center;
}
table.webform-likert-table td [type=radio]+label::before {
  margin: 0 auto;
}
.help-block {
  color: black !important;
}

/* css when form is closed */
.webform-message { margin-top: 1em; }
#block-osha-safesoundnav, #block-safeandsoundweekfooter {display:none;}

 

ul.organization-results { 
      padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: .5em;
}
ul.organization-results > li:not(:first-child) {
  border-top: 1px solid #777;
}

.lined {
    border-bottom: 2px solid #000;
    padding-bottom: 0.5em;
    font-weight: bold;
}

@media (min-width: 400px) { #edit-6-how-did-you-find-out-about-the-event-check-all-that-apply.webform-options-display-two-columns {
    max-width: 100%;
}
}

#duplicate-alert { margin-bottom: 1em; }