@media only screen and (max-width: 772px) {
.cols3.imgMgn0 .imgGridItem {
    max-width: 100%;
    width: inherit;
    margin: 0 20px 20px 20px;
}
}


@media only screen and (min-width: 768px) {
/* Form Row Desktop */
    .blockWrap_d0e55c9bf2944f308e23cc74e4cffd66 .blockInnerContent, .blockWrap_d0e55c9bf2944f308e23cc74e4cffd66 .blockInnerContent {
            margin-left: 50%;
    }     
}
@media only screen and (max-width: 767px) {
/* Form Row Mobile */    
    .blockWrap_d0e55c9bf2944f308e23cc74e4cffd66, .blockWrap_d0e55c9bf2944f308e23cc74e4cffd66 {
        background-image: img("contact-mobile.jpg") !important;
    }    
}

/* 2 Column Simple List in Mobile (for the 4 badge-icons)*/

@media only screen and (max-width: 767px) {
    .items_b3b9559ca3554bfbbfa1f4e6fc5abe76 .item {
        width: 50%;
        float: left;
    }
}



/* Responsive Inline Simple List (for the 4 farm awards on all pages) */

@media only screen and (max-width: 767px) {
     .listView.vAlgn1 .itemPreview.hasImg, 
     .listView.vAlgn2 .itemPreview.hasImg {
        display: block;
    }
    
     .listView .itemPreview.hasImg .itemImg {
        width: 100%;
        margin-bottom: 20px;
    }
    
     .listView .itemPreview.hasImg .itemContent {
        width: 100%;
    }
}


/* Responsive Table Styles */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}

table caption {
  font-size: 1.6em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #2b2b2b;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
}

table th {
  font-size: .95em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Alternating font color in the first column */
table tr:nth-child(odd) td:first-child {
  color: #a1fbff; /* First color for odd rows */
}

table tr:nth-child(even) td:first-child {
  color: #44c8f5; /* Second color for even rows */
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .9em;
    text-align: right;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}