body {
    -webkit-font-smoothing: antialiased;
}

.shrink { transform: scale(0); transition: transform 500ms ease-in-out 0s }
.grow { transform: scale(1.1); transition: transform 500ms ease-in-out 0s }
.normal { transform: scale(1); transition: transform 500ms ease-in-out 0s }
/* Progress Indicator*/
.ProgressIndicator { position: fixed; top: 0px; bottom: 0px; left: 0px; width: 100%; height: 0px; z-index: 999; background-image: url(../png/bkgwhite50.png); background-repeat: repeat; }
/*.ProgressIndicator { position: absolute; top: 0px; left: 0px; width: 100%; height: 0px; z-index: 999; background-image: url(../images/bkgwhite50.png); background-repeat: repeat; }*/
.ImageCenter { margin: auto; display: block; }
#dot { top: 0px; left: 0px; position: absolute; }
#circle { position: absolute; background: url("../png/swirl.png") no-repeat 0 0; z-index: 1000 }


    .menu-focus:focus { border: 2px solid black; }

.radioButtonList label {
    display: inline;
}

.menu-webtrack {
    width: 135px;
    float: right;
}

.menu-magnifier {
    width: 33px;
    float: right;
}

.flourish-ladreamin-logo {
    display: block;
    padding-top: 10px;
    padding-left: 1px;
}

.error {
    color: #ff0000;
    font-size: 12px;
}

.required {
    color: #ff0000;
}


.drawer-handle {
    color: #00509e;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 4px 0;
    margin-bottom: 4px;
    cursor: pointer;
}

h2.drawer-handle.let {
    font-size: 26px;
    line-height: 28px;
}

    h2.drawer-handle.let:before { content: '\e81b'; }

    h2.drawer-handle.let.open:before { content: '\e81c'; }

ul.drawers {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

h2.drawer-handle.cla {
    margin-left: 30px;
    font-size: 20px;
    margin-top: 12px;
    line-height: 24px;
}

li.drawer {
    padding: 0;
    margin: 0;
    border-top: 2px solid #00a94f;
}

    li.drawer:first-child {
        border: none;
    }

li.drawercontent {
    padding: 0 0 4px 0;
    color: #00509e;
    margin-bottom: 4px;
    margin-left: 30px;
    font-size: 12px;
}

.drawercontent a {
    text-decoration: none;
}

.open {
    color: #009a3d;
}

li.drawercontent .button {
    width: 100%;
}

div.culture-series-drawer {
    font-size: 16px;
    line-height: 20px;
}

.PlantPhoto {
    max-width: 300px;
}

.prod-more-photos {
    width: 18%;
    padding: 9px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.prod-group-hdr {
    margin-bottom: 9px;
    padding-left: 0px;
    float: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #2e2e2e;
    font-weight: 700;
}

.prod-group-download { display: block; margin-bottom: 5px; font-family: 'Open Sans', sans-serif; color: #007c89; font-size: 14px; text-decoration: none; }

    .prod-group-download:hover {
        color: #f48024;
    }

.prod-group-new {
    margin-bottom: 7px;
    color: #fa0505;
    font-weight: 700;
}

.prod-group-subhead {
    font-size: 16px;
}

.prod-text {
    margin-right: 16px;
    margin-left: 16px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #444;
    font-size: 15px;
    text-align: left;
}

.prod-subhead {
    margin-top: 10px;
    margin-bottom: 9px;
    border-bottom: 3px solid #a8c398;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
}

.prod-image.scale {
    width: 100%;
}

.topic-frame a {
    width: 100%;
    height: auto;
}

.othervariety {
    position: static;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 275px;
    height: 275px;
    background-position: 50% 50%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* ---------- NEWS and EVENTS ------------- */



h3.news-section-head {
    padding: 6px;
    background-color: #61703e;
    color: white;
    margin: 0 12px 0 0;
}

#ContentPlaceHolder1_press1_PagerDisplay table tbody tr {
    text-align: center;
    display: block;
    border: 1px solid silver;
    padding: 8px;
}

#ContentPlaceHolder1_events1_PagerDisplay table tbody tr {
    text-align: center;
    display: block;
    border: 1px solid silver;
    padding: 8px;
}

h5.news-date {
    color: #333;
    font-size: 14px;
    line-height: 15px;
}

h3.news-subhead {
    font-size: 18px;
    line-height: 24px;
    color: #333;
}


div.news-block h4 {
    text-decoration: underline;
}

div.news-block a:hover {
    text-decoration: none;
    color: red;
}

.news-block p {
    color: #333;
}


.news-block {
    margin-right: 9px;
    margin-bottom: 9px;
    padding: 9px;
    border: 1px solid #51544f;
    border-radius: 2px;
    background-color: white;
}

    .news-block:hover {
        border-color: #a3af07;
        background-color: #eadfb0;
    }

.news-block-head {
    margin-right: 9px;
    background-color: #61703e;
}

.news-block-link {
    width: 100%;
}

.mobiview {display: none;}

/* ---------- END ------ NEWS and EVENTS ------------- */

/*---video --*/

.video-large {
  border: none;
  /*border-width: 1px 0px 1px 1px;
  border-color: #f2c541;*/
}

.video-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding-top: 16px;
}

.video-thumb {
  margin-top: 16px;
}

.video-title {
  display: inline-block;
  margin-top: 9px;
  margin-right: 12px;
  float: left;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.video-thumb-title {
  margin-top: 6px;
  font-size: 15px;
  line-height: 18px;
}

.video-runtime { display: inline-block; margin-top: 10px; margin-left: 0px; padding: 2px 9px 3px; background-color: #007a7b; color: #fff; font-size: 15px; }

.video-description {
  margin-top: 12px;
  font-size: 15px;
  line-height: 22px;
}
.ada-red { color:#df0101}


.calendar td { padding-top: 15px; padding-bottom: 15px; }
.calendar th { padding-top: 15px; padding-bottom: 15px; }

@media screen and (min-width: 1200px) {
    .w-container {
        max-width: 1164px;
    }
}

@media (max-width: 991px) {
    .w-nav-button {
        display: none;
        padding: 11px 14px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .group-link-block {
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100%;
        height: 168px;
    }
}

@media screen and (max-width: 767px) {
    a.w-dropdown-link.dropdown-link.retailmenu {
        display: none;
    }

    .button.accordion {
        padding-top: 8px;
    }

    .w-nav-button {
        padding-top: 9px;
        padding-bottom: 9px;
      }

    .video-runtime {
        margin-left: 0px;
      }
}

@media screen and (max-width: 479px) {
    .mobiview {display: block; font-size: 12px;}
    .mobihide {
        display: none;
    }
   .w-nav-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

   .video-runtime {
    margin-left: 0px;
  }
  .video-description {
    text-align: justify;
  }
}

