.form-group{
position:relative;}
.form-validation {
  position: absolute;
  right: 18px;
  top: 3px;
  font-size: 11px;
  line-height: 11px;
  color: #d9534f;/**/
  margin-top: 3px;
  transition: .3s;
  z-index: 11;
}
.declaration .form-validation {
  position: absolute;
  left: 0px;
  top: -13px;
  font-size: 11px;
  line-height: 11px;
  color: #d9534f;/**/
  margin-top: 3px;
  transition: .3s;
  z-index: 11;
}
.form-validation-left .form-validation {
  right: auto;
  top: 0;
  left: 10px;
}

.snackbars {
  position: fixed;
  bottom: 0;
  visibility: hidden;
  transform: translateY(calc(100% + 30px));
  transition: .3s all ease;
  z-index: 9999999;
  margin: 15px;
}

.snackbars.active {
  transform: translateY(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .snackbars {
    margin: 30px;
  }
}

.form-output {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2px;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.form-output.active {
  opacity: 1;
  visibility: visible;
}

.form-output.error {
  color: #d9534f;
}

.form-output.success {
  color: #5cb85c;
}

/*
*
* Snackbars
* --------------------------------------------------
*/
.snackbars {
  padding: 9px 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
/*  
  color: #fff;
  background-color: #292828;
  */
    color: #292828;
  background-color: #ffffff;

  border-radius: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.snackbars .icon-xxs {
  font-size: 18px;
}

.snackbars p span:last-child {
  padding-left: 14px;
}

.snackbars-left {
  display: inline-block;
  margin-bottom: 0;
}

.snackbars-right {
  display: inline-block;
  float: right;
  text-transform: uppercase;
}

.snackbars-right:hover {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .snackbars {
    max-width: 540px;
    padding: 12px 15px;
    font-size: 15px;
  }
}
.agree{
display:none}

.employeecounty, .farmshow, .organizationtypeother, .accidentinsurancespecify, .liabilityinsurancespecify, .seashow1, .seashow2, .seashow3, .secondsector, .secondfarmshow, .secondseashow1, .secondseashow2, .secondseashow3 {
display:none;
}
.letters{
	list-style-type: lower-alpha;
}
.numbers{
list-style-type:decimal;}
.bold{
font-weight:bold;}
.form-control.with-border {
 /*   border: 1px solid #000000;*/
 outline: 2px solid #000000;
}
.checkboxborder{
-moz-appearance:none;
-webkit-appearance:none;
-o-appearance:none;
height:13px;
width:13px;
outline: 2px solid #000000;
margin-right:10px;
}

.checkboxborder:checked{
-moz-appearance:none;
-webkit-appearance:none;
-o-appearance:none;
outline: 2px solid #000000;
/*background:#000000;*/
position:relative;
}

.checkboxborder:checked::before{
position:absolute;
top:-5px;
left:1px;
/*content:"X";*/
content: '\2713';
font-weight:bold;
font-size:.9em;
}
label{white-space: nowrap;
}
.ul {
  display: flex;
  flex-wrap: wrap;
}

.li {
  flex: 1 0 24%; /* see note below */
  white-space: nowrap;
}
.hideeveryoneelse ~ div {
visibility: hidden;
}