@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800|Play');

body {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.wrapper.background {
    background: url('/img/crops/2017am/homepage-background.jpg') no-repeat scroll 0 0 #FFF2D7;
}

test {
font-size: 12 px;
}

.banner.wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.header.wrapper {
  padding: 5px 0 10px 0;
  background-color: white;
}

.logo img {
    max-height: 150px;
}

.logotri {
	margin-top: 1em;
}
.logotri img {
    max-height: 50px;
}

a, a:link, a:visited, a:active, a:focus {
  color: #DB883C;
  text-decoration: none;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}

a:hover {
  color: #08422a;
}

h1 {
    color: #893A0B;
    font-size: 1.938em;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0.250em 0;
}

h2, h4, .rightAside h3 {
    color: #986633;
    font-size: 0.938em;
    font-weight: 800;
    margin: 0.250em 0;
}

.bold {
  font-weight: bold;
}

table, td, th, tr, thead, tbody {
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 2px 2px 2px 8px;
}

table.importantdates th {
  color: #986633;
}

table.importantdates tr td:first-child {
  width: 30%;
}

ol.orderedList {
  list-style-type: decimal;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.instructions {
  font-size: 14px;
}
.footer.wrapper {
  background-color: #E8B16F;
  text-align: center;
  padding: 15px 0;
  }

.footer.wrapper a, .footer.wrapper a:hover {
  color: white;
  text-decoration: none;
}



.slideshow {
    position: relative;
    overflow: hidden;
    clear: both;
    min-height: 350px;
}

.slideshow .caption {
    position: absolute;
    z-index: 9;
    top: 100px;
    left: 0;
    right: 0;
    background: #dddddd;
    background: rgba(255,255,255,0.8);
    border: 2px solid #fff;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.slideshow .caption .announcement {
    float: left;
    width: 100%;
    padding: 15px 10px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slideshow .caption h1 {
    font-family: "Jura", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 3em;
    margin: 0;
}

.slideshow .caption .announcement h1 {
    color: #565A94;
    font-size: 2.5em;
}
