@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(/i/c/zN7GBFwfMP4uA6AR0HCoLQ.ttf) format('truetype');
}

* {
    font-family: 'Roboto', sans-serif;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

body {
    margin: 0;
    padding: 0;
    background-color: #efefef;
    /*padding-top: 42px;*/
    font-size: 16px;
}

h1 a {
    text-decoration: underline;
}

h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
}

a:link {
    color: #0000ff;
}

a:visited {
    color: #0071bc;
}

a:hover {
    color: #00c;
    text-decoration: underline;
}

a:active {
    color: #00c;
}


textarea, input {
    font-family: inherit;
    font-size: 100%;
}

p {
    margin: 10px 0 0 0;;
}

abbr {
    font-size: 0.8em;
}

.abbr_unread {
    font-size: 1.2em;
    padding-right: 5px;
    color: Red;
    text-decoration: none;
    border-bottom: 0 !important;

}

acronym {
    cursor: help;
}

.fa-2x {
    font-size: 24px;
}

blockquote {
    display: inline-block;
    background: #f7f7f7;
    border: 1px solid #000000;
    font-size: 1.0em;
    margin: 0.5em 25px 0.5em 25px;
    padding: 5px;
    vertical-align: top;
    -moz-box-shadow: 2px 2px 4px #000;
    -webkit-box-shadow: 2px 2px 4px #000;
    box-shadow: 2px 2px 4px #000;
    border-bottom-right-radius: 8px;
}

blockquote cite {
    font-style: normal;
    font-weight: bold;
    display: block;
    font-size: 0.9em;
}

.plant_sponsor img {
    border: 1px solid black;
    padding: 0;
    margin-top: 10px;
}

img.lb_thumb {
    border: 1px solid #000000;
    margin: 5px;
}

img.thumb {
    /* needed so the text after it looks right */
    vertical-align: middle;
    border: 1px solid #000000;
    margin: 5px;
}

img.plant_thumbimage {
    vertical-align: middle; /* needed so the text after it looks right */
    border: 1px solid #000000;
    margin: 5px;
    width: 175px;
    height: 175px;
}

.plant_thumbbox {
    float: left;
    border: 1px solid black;
    margin: 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 1px 20px 1px;
    width: 200px;
    height: 240px;
    text-align: center;
}

img.fiftythumb {
    border: 1px solid #000000;
    margin-left: 5px;
    margin-right: 5px;
}

img.foodguide_thumb {
    padding: 5px;
    border: solid 1px #CCC;
    float: right;
}

img.pdb_care_thumb {
    border: 1px solid black;
    margin: 5px;
}

.rwdicon {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.social_count {
    font-size: 1.0em;
    vertical-align: bottom;
}

a.gs {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

/* , input[type="submit"] { */
.gs {
    border: 1px solid black;
    padding: 2px 8px;
    background-color: #799C5D;
    color: #ffffff;
    font-weight: bold;

    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
}

/* , input.hover[type="submit"] { */
.gs:hover {
    border: 1px solid black;
    padding: 2px 8px;
    cursor: pointer;
    background-color: #f5f583;
    color: #000000;
}

.addlist_button {
    border: 1px solid black;
    padding: 2px 8px;
    background-color: #0050ab;
    color: #ffffff;
    font-weight: bold;

    background: #0050aB url('/i/p/add.png') no-repeat left center;
    padding-left: 20px;

    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.addlist_button:hover {
    border: 1px solid black;
    padding: 2px 8px;
    cursor: pointer;
    color: #000000;
    background: #f5f583 url('/i/p/add.png') no-repeat left center;
    padding-left: 20px;
}

a.new {
    text-decoration: underline;
    color: #ff0000;
    text-align: center;
}

/* Page Chunking: */
.page_chunk {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eee;
    padding: 15px;
    border: 1px dotted #ddd;
}

.page_chunk a, .page_chunk a:link, .page_chunk a:visited, .page_chunk a:active {
    text-decoration: none;
    color: Blue;
    border: 1px solid black;
    background-color: #efefef;
    padding: 5px;
}

.page_chunk a:hover {
    border: 1px solid black;
    background-color: #d2d2d2;
    color: #FFF;
    text-decoration: none;
}

.page_chunk .PageActive {
    border: 1px solid black;
    padding: 8px;
    background-color: White;
    font-weight: bold;
    font-size: 1.2em;
}

.page_chunk a:hover {
    background-color: #cccccc;
}

/* / Page Chunking: */

.changeoptions, .enableswap, .catoptions {
    cursor: pointer;
    border: 0;
    padding: 0;
    border: 0;
    background: 0;
    width: 20px;
    height: 20px;
}

.fs2 {
    font-size: 1.1em;
    font-weight: bold;
}

.font80 {
    font-size: 0.8em;
}

.font90 {
    font-size: 0.9em;
}

.font100 {
    font-size: 1.0em;
}

.font120 {
    font-size: 1.2em;
}

.font140 {
    font-size: 1.4em;
}

.font200 {
    font-size: 2.0em;
}

.tooltip {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    display: none;
    background-image: url(/i/p/white_arrow.gif);
    height: 120px;
    width: 250px;
    padding: 25px;
    margin-left: 120px;
    color: #000;
}

#tooltip {
    display: none;
    background-image: url(/i/p/white_arrow.gif);
    height: 120px;
    width: 250px;
    padding: 25px;
    margin-left: 120px;
    color: #000;
}

span.db_tooltip {
    cursor: help;
}

/* for enabling/disabling */
.co-enabled {
    background: url(/i/icon/enabled.png) no-repeat;
    height: 22px;
    width: 22px;
}

.co-disabled {
    background: url(/i/icon/disabled.png) no-repeat;
    height: 22px;
    width: 22px;
}

/* for smilies */
.smily {
    cursor: pointer;
}

.showsmily {
    vertical-align: top;
}

/* for Thumbs Up */

a.vote_grey .fa {
    color: #aaaaaa;
}

a.vote_red .fa {
    color: #f48024;
}

.vote_count {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.2em;
    border: 1px dotted #aaa;
    background-color: #ddd;
    max-width: 30px;
    max-height: 50px;
}

.thumbgrey {
    height: 16px;
    width: 16px;
    border: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.thumbgreen {
    height: 16px;
    width: 16px;
    border: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.acorns_tip {
    height: 16px;
    width: 16px;
    border: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.acorns_count {
    vertical-align: bottom;
    padding-right: 5px;
    border: 0;
}

.thumbsup_count {
    vertical-align: bottom;
    border: 0;
}

/* for stars */
.staroff {
    height: 16px;
    width: 16px;
    border: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.staron {
    height: 16px;
    width: 16px;
    border: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.float_left {
    float: left;
    margin-right: 10px;
    vertical-align: top;
    border: 1px solid black;
}

.float_right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
}

.inlinebox {
    display: inline-block;
    padding: 5px;
    margin: 5px !important;
}

.db_photo_navbar {
    width: 190px;
    display: inline-block;
    border: 1px solid black;
    padding: 5px;
    margin-top: 10px;
}

.db_photo_newswire {
    text-align: center;
    width: 160px;
    display: inline-block;
    border: 1px solid black;
    padding: 5px;
}

.db_photo_noattr {
    width: 300px;
    height: 350px;
    display: inline-block;
    border: 1px solid black;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.db_photo_center {
    border: 1px solid black;
    width: 250px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin: 0 auto;
}

.db_photo_left {
    float: left;
    width: 270px;
    display: inline-block;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.db_photo_right {
    float: right;
    width: 270px;
    display: inline-block;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* For plant search: */
.Search {
    display: block;
    height: 1.5em;
    position: relative;
    min-height: 1px;
    border: solid 1px #AAAAAA;
    color: black;
    background-color: white;
    border-radius: 4px;
    width: 80%;
}

.Search input {
    color: black;
    direction: ltr;
}

.Search input:focus {
    outline: none;
}

.Search input.placeholder {
    color: #999999;
}

.Search input::-webkit-input-placeholder {
    color: #999999;
}

.Search input.searchInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    margin: 0;
    padding: 0;
    padding-left: 0.2em;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
    outline: none;
    border: none;
    font-size: 0.8em;
    background-color: transparent;
    direction: ltr;

}

.Search button.searchButton {
    position: absolute;
    width: 10%;
    right: 0;
    top: 0;
    padding: 0;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
    padding-right: 0.4em;
    margin: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
}

.Search button.searchButton img {
    border: none;
    margin: 0;
    margin-top: -3px;
    padding: 0;
}

.Search button.searchButton > img {
    margin: 0;
}

/* For autocomplete: */
.ui-autocomplete-loading {
    background: white url('/i/ajax/articles/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ul_menu_item {
    font-size: 100%;
}

.ui-autocomplete {
    font-size: 100%;
}

.ui-menu {
    font-size: 100%;
}

.ui-widget {
    font-size: 100%;
}

.ui-widget-content {
    font-size: 100%;
}

.ui-corner-all {
    font-size: 90%;
}

/* LAYOUT BEGINS */


/* Try to fix it from shifting content on modal open */
body.modal-open {
    margin-right: 0 !important;
    padding-right: 8px !important;
    margin-left: 0 !important;
    padding-left: 8px !important;
}

#row_ngalogo {
    border-bottom: 1px solid black;
    background-image: url("/i/p/nga/header/bg.png");
    background-repeat: repeat-x;
    background-size: auto 150px;
    background-position: 400px 0;
    background-color: #ffbf00; /* Lightest */
    background-color: #bf9b30; /* Middle */
    background-color: #a67c00; /* Darkest */
    background-color: #fffbcc; /* Darkest */
    background-color: #82a5be; /* Darkest */
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

#row_text {
    padding: 0;
}

#navsearch {
    padding-top: 55px;
    float: right;
    width: 400px;
}


#atpfooter {
    color: #fff;
    background-color: #82a5be;
    border-top: 1px solid #5c7e7e;
    border-bottom: 1px solid #82a5be;
    padding: 20px;
    width: 100%;
    margin-top: 20px;
    /* I added the line below because the blue was bleeding into other
     *   areas. */
    overflow: hidden;
}

#atpfooter a {
    color: #fff;
    margin: 0 3px;
    text-decoration: none;
}

#atpfooter a:hover {
    color: #ccc;
    text-decoration: underline
}

#atpfooter .fa {
    vertical-align: middle;
}

/* Never underline font awesome icons: */
a.fa {
    text-decoration: none !important;
}

/* Below is for the threads and tree mail display: */
.large_badge {
    font-size: 1.2em;
    color: #82a5be;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid black;
    padding: 5px;
    margin-right: 5px;
    float: left;
}

.frog_avatar {
    margin-right: 5px;
    margin-left: 5px;
    float: left;
    width: 60px;
    height: 60px;
}

.frog_avatar img {
    width: 50px;
    height: 50px;
}

.t_avatar {
    margin-right: 5px;
    margin-left: 5px;
    float: left;
    width: 135px;
    height: 135px;
}

.t_avatar img {
    width: 125px;
    height: 125px;
}

.t_name a {
    font-size: 1.5em;
}

.t_profile {
    float: right;
    text-align: right;
    overflow: hidden;
    font-size: 0.9em;
    padding-right: 5px;
}

.t_sig {
    margin-top: 2em;
    padding-top: 3px;
    border-top: 1px dotted #000000;
    overflow: hidden;
    height: 4.6em;
    font-size: 0.8em;
    line-height: 15px;
    padding: 0;
}

/* Above is for the threads and tree mail display: */


/* Used for the jquery ui popups */
.overflow_hidden {
    overflow: hidden;
}

/* 
 * This is for the tooltips:
 */

.plants_sponsor {
    border: 1px solid black;
    background-color: #ffffdd;
    color: #000;
    width: 100%;
    padding: 3px;
    margin-bottom: 10px;
    font-size: 1.2em;

}

.h4green {
    color: #799c5d;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}


/* Top 10 lists for articles. Access this with bbcodes. */
.top_list em {
    float: left;
    background: #008e0a;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin: 0 0 0 0;
}

.top_list > b {
    color: #82a5be;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    display: block;
    padding: 7px 0 20px 50px;
    margin-right: 125px;
}

/* / Top 10 lists for articles. Access this with bbcodes. */

.pretty-table {
    margin-bottom: 0;
}

.pretty-table caption {
    background-color: #799c5d;
    color: #fff;
    font-weight: bold;
    border: 1px solid #ddd;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.pretty-table caption > a {
    color: #fff;
    text-decoration: underline;
}

.pretty-table td {
    border-bottom: 1px solid black;
    text-align: left;
}

.pretty-table th {
    /* background: #799C5D;
    color: #fff; */
    background: #eee;
    color: #000;
}

.table-responsive {
    border: 1px solid #799c5d;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 20px;
}


.frog_top {
    border-collapse: collapse;
    border-top: 10px solid #799C5D;
    border-bottom: 1px solid #333;
    border-left: 2px solid #799C5D;
    border-right: 2px solid #799C5D;
    border-bottom: 2px solid #799C5D;
    margin: 0;
    padding: 0.2em;
    text-align: left;
    color: #000000;
    background-color: #ededed;
    word-break: break-word;
}

.thread-table {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    border-collapse: collapse;
    border-top: 10px solid #799C5D;
    border-bottom: 1px solid #333;
    border-left: 2px solid #799C5D;
    border-right: 2px solid #799C5D;
    border-bottom: 2px solid #799C5D;
}

.thread-table td {
    border: 1px solid #666;
    padding: 0.2em;
    text-align: left;
    color: #000000;
    background-color: #ededed;
    vertical-align: top;
    word-break: break-word;
}

.thread_actions {
    margin-top: 5px;
    text-align: right;
    font-size: 0.8em;
}

blockquote.q_quote {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #000000;
    margin-left: 12px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    vertical-align: top;
    box-shadow: 2px 2px 4px #000;
    border-bottom-right-radius: 8px;
    font-size: 2em;
    font-style: italic;
    color: #005aff;
}

.navbar-text {
    margin: 0;
    margin-right: 10px;
}

.navbar-right {
    margin-right: 25px;
}

#ngadrops > ul > li > a {
    color: #337ab7;
}

.nav > li > a {
    padding-left: 10px;
    padding-right: 0;
    font-size: 1.0em;
    color: #337ab7;
}

.navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

#nganav1 {
    border-bottom: 1px solid black;
    background-color: #e3e3e3;
    min-height: 30px;
    margin-bottom: 0;
    top: 0px;
}

#col_ngah1 {
    font-size: 1.6em;
    font-weight: bold;
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.ngafaicons {
    font-size: 20px;
}

.oldicon {
    color: #555;
}

.newicon {
    color: #ca0000;
}

.page-header {
    margin: 10px 0 10px 0;
    border: 0;
    padding-bottom: 0;
}

.page-header a {
    font-size: 1.0em;
}

.page-header {
    font-size: 1.4em;
    font-weight: bold;
}

h2.page-header {
    font-size: 1.2em;
}

h4 {
    font-weight: bold;
}

label {
    font-weight: normal;
}

#ngabody {
    margin-bottom: 20px;
}


/* Home page stuff: */
.bigitem_caption {
    position: absolute;
    width: auto;
    /* top:10px;
    left:30px; */
    color: white !important;
    text-align: left;
    border: 1px solid black;
    background: rgba(100, 100, 100, 0.6);
    padding: 10px;
    font-size: 1.6em;
    max-width: 90%;
}

.bigitem_caption a:link {
    color: white;
}

a.bigitem_caption:hover {
    color: white;
    background-color: #555;
    background: rgba(100, 100, 100, 1.0);
}

.lb_img {
    max-width: 300px;
    max-height: 300px;
    border: 1px solid black;
}

.box_img {
    max-width: 300px;
    max-height: 300px;
    padding-left: 20px;
    float: right;
}

.alert {
    overflow: hidden;
}

.well {
    overflow: hidden;
    display: inline-block;
}

.dashboard_well {
    margin-left: 20px;
    max-width: 200px;
}

.dashboard_well > img {
    width: 100px;
}

.panel-default > .panel-heading {
    background-color: #799c5d;
    color: #fff;
    font-weight: bold;
}

.panel-default {
    border: 1px solid #799c5d;
}

.panel-default > .panel-heading > a {
    color: #fff;
    text-decoration: underline;
}

/* Push the 4 dropdowns over a bit */
#ngadrops > ul > li > a {
    padding-left: 15px;
}

#nga_dropdowns {
    padding-left: 100px;
}

.nga_tooltip {
    text-decoration: underline;
    cursor: help;
}

#twitter_box {
    background: #0050aB url('/i/p/follow_twitter.png') no-repeat left top;
    background-color: #fff;
    width: 300px;
    min-height: 200px;
    border: 1px solid black;
    padding-top: 180px;
}

@media only screen and (min-width: 1024px) {
    .container {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    #nga_dropdowns {
        padding-left: 50px;
    }

    #ngadrops > ul > li > a {
        padding-left: 10px;
    }

    .navbar-right {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1050px) {
    #nga_dropdowns {
        padding-left: 20px;
    }

    #ngadrops > ul > li > a {
        padding-left: 0;
        font-size: 1.0em;
    }
}

@media only screen and (max-width: 950px) {
    #nga_dropdowns {
        padding-left: 10px;
    }

    #ngadrops > ul > li > a {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .dashboard_well > img {
        width: 50px;
    }

    .dashboard_well > p {
        font-size: 0.6em;
    }

    .dashboard_well {
        max-width: 100px;
        padding: 5px;
        margin: 0;
    }
}

.dropdown-search {
    min-width: 300px;
}


@media only screen and (max-width: 880px) {
    .bigitem_caption {
        font-size: 1.4em;
        max-width: 80%;
    }
}

@media only screen and (max-width: 760px) {
    .bigitem_caption {
        font-size: 1.2em;
        max-width: 80%;
    }
}

@media only screen and (max-width: 400px) {
    .bigitem_caption {
        font-size: 0.8em;
        max-width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    #navsearch {
        display: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 880px) {
    .navbar-right {
        margin-right: 0;
    }

    .nav > li > a {
        padding-right: 0;
        padding-left: 10px;
        font-size: 1.0em;
    }
}

.fahomeicon {
    font-size: 24px;
    padding-top: 13px;
    padding-right: 30px;
    padding-left: 15px;
}

@media only screen and (min-width: 300px) and (max-width: 880px) {
    .fahomeicon {
        font-size: 32px;
        padding-top: 10px;
    }
}

/*
 * (max-width: 1280px) means display is <= 1280px
 * */

/*
 * @media screen and (min-width: 768px)
 *   means all screens >= 768 in width.
 *
 * */

.navbtn_button {
    height: auto;
    width: 258px;
    margin-left: 50px;
}

#row_text {
    border-right: 1px solid black;
}

@media screen and (max-width: 1280px) {
    .rwd_photo {
        max-width: 90%;
        height: auto;
    }

    #row_ngalogo {
        height: 126px;
        background-size: auto 125px;
        background-position: 325px 0;
    }

    .nga_nav150 {
        height: 125px;
        width: auto;
    }
}


@media screen and (max-width: 980px) {
    /* Get rid of the rightside bar in the forums. */
    .frog_avatar {
        width: 30px;
        height: 30px;
    }

    .frog_avatar img {
        height: 25px;
        width: 25px;
    }

    .t_avatar {
        width: 90px;
        height: 90px;
    }

    .t_avatar img {
        height: 75px;
        width: 75px;
    }

    .microbadges img {
        width: 16px;
        height: 16px;
    }

    .rwd_photo {
        max-width: 90%;
        height: auto;
    }

    #row_ngalogo {
        height: 101px;
        background-size: auto 100px;
        background-position: 250px 0;
    }

    .nga_nav150 {
        height: 100px;
        width: auto;
    }

    .navbtn_button {
        height: auto;
        width: 200px;
        margin-left: 10px;
    }
}

/* for 700px or less */
@media screen and (max-width: 700px) {
    #row_ngalogo {
        height: 51px;
        background-size: auto 50px;
        background-position: 100px 0;
    }

    .nga_nav150 {
        height: 50px;
        width: auto;
    }

    .navbtn_button {
        height: auto;
        width: 100px;
        margin-left: 10px;
    }

    .gs {
        height: 40px;
    }

    input[type=checkbox] {
        width: 32px;
        height: 32px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        border: 1px solid #bbb;
    }

    label {
        vertical-align: top;
        font-size: 17px;
    }

    /* Make search engine larger */
    .Search {
        height: 40px;
    }

    .Search button.searchButton {
        padding-top: 0.5em;
    }

    .Search button.searchButton img {
        width: auto;
        height: 20px;
    }

    /* Done with search and forms ***************************** */
    #atpbody {
        width: auto;
        float: none;
        margin-left: 0px;
    }

    #atpleft {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 100%;
        text-align: center;
    }

    #nav_buttons li a.menu_rwdmenu {
        display: block;
    }

    #nav_buttons {
        border-bottom: 1px solid black;
    }

    #nav_everythingelse {
        display: none;
    }

    #plant_rightside {
        display: none;
    }

    /* For the homepage and anywhere else that has extra columns */
    .col {
        display: block;
        width: auto;
    }

    /* Hide the acorn tips on the homepage */
    .rwd_hide {
        display: none;
    }

    /* So the threads look better: */
    .large_badge {
        font-size: 0.8em;
        padding: 2px;
    }

    .t_profile {
        font-size: 0.8em;
    }

    .frog_avatar {
        display: none;
    }

    .frog_avatar img {
        display: none;
    }

    .t_avatar {
        display: none;
    }

    .t_avatar img {
        display: none;
    }

    /* / So the threads look better: */
    /* hide the follow-you-down-the-page navigation buttons in the left */
    .customlinks_fixed {
        position: relative;
    }

    .nav_buttons_fixed {
        position: relative;
    }

    #atptop {
        background-position: 50px;
        height: 50px;
        background-size: auto 50px;
    }

    #atp_logo {
        height: 75px;
    }

    #atpcontent {
        /* top, right, bottom, left */
        padding-left: 2px;
        padding-right: 2px;
    }

    .rwdmenu {
        display: inline;
    }

    .app_icon {
        width: 100px;
        height: 100px;
    }

    /* This is the thumbs, stars and acorns icon. Usually 16x16. */
    .rwdicon {
        width: 28px;
        height: 28px;
        vertical-align: bottom;
    }

    .social_count {
        font-size: 24px;
        vertical-align: bottom;
    }

}

/* Hide or Show right-side depending on the window size: */

/* responsive tables: */
@media screen and (max-width: 700px) {
    .pretty-table thead, .pretty-table tbody, .pretty-table th, .pretty-table td, .pretty-table tr {
        display: block;
    }

    .pretty-table thead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .pretty-table tr {
        border: 1px solid #aaa;
        margin-bottom: 10px;
    }

    .pretty-table td {
        border: none;
        position: relative;
    }

    .table_has_headers td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
    }
}

/* Let's figure out which ads will be shown to which devices: */

.nga_728x90 {
    display: none;
}

.nga_300x600 {
    display: none;
}

.nga_160x600 {
    display: none;
}

.nga_300x250 {
    display: none;
}

.nga_320x100_bottom {
    display: inline;
}

.nga_320x100_top {
    display: inline;
}

@media screen and (min-width: 960px) {
    /* Tablets like Nexus 7 and iPad */
    .nga_160x600 {
        display: inline;
    }

    .nga_300x250 {
        display: inline;
    }
}

@media screen and (min-width: 1025px) {
    /* Desktops */
    .nga_160x600 {
        display: none;
    }

    .nga_320x100_bottom {
        display: none;
    }

    .nga_320x100_top {
        display: none;
    }

    .nga_728x90 {
        display: inline;
    }

    .nga_300x600 {
        display: inline;
    }
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(/i/colorbox/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
    height: 14px;
    background: url(/i/colorbox/border.png) repeat-x top left;
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(/i/colorbox/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(/i/colorbox/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
    height: 43px;
    background: url(/i/colorbox/border.png) repeat-x bottom left;
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(/i/colorbox/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
    width: 14px;
    background: url(/i/colorbox/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
    width: 14px;
    background: url(/i/colorbox/controls.png) repeat-y -211px 0;
}

#cboxContent {
    background: #fff;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 5px;
}

#cboxLoadingOverlay {
    background: url(/i/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(/i/colorbox/loading.gif) no-repeat center center;
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    position: absolute;
    bottom: -29px;
    background: url(/i/colorbox/controls.png) no-repeat 0px 0px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

#cboxPrevious {
    left: 0px;
    background-position: -51px -25px;
}

#cboxPrevious:hover {
    background-position: -51px 0px;
}

#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}

#cboxNext:hover {
    background-position: -75px 0px;
}

#cboxClose {
    right: 0;
    background-position: -100px -25px;
}

#cboxClose:hover {
    background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0px;
    right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0px;
}

/* For the urbangardening articles... eventually I'll redo those articles so it doesn't use these classes */
.imageleft {
    margin: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    float: left;
    font-size: 11px;
    color: #428345;
    text-align: center;

}

.imageright {
    margin: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 11px;
    color: #428345;
    text-align: center;
    float: right;

}

.imagecenter {
    margin: 0;
    padding: 10px;
    font-size: 11px;
    color: #428345;
    text-align: center;
    float: right;

}


.units_rwd_rightside {
    width: 320px;
    height: 100px;
}

@media (min-width: 800px) {
    .units_rwd_rightside {
        width: 300px;
        height: 600px;
    }
}


/* Sticky sidebar items */
.affix-top, .affix {
    position: static;
}

#sticky_sidebar {
    z-index: -5000;
}

@media (min-width: 979px) {
    #sticky_sidebar.affix-top {
        position: static;
        margin-top: 30px;
        width: 300px;
        z-index: -5000;
    }

    #sticky_sidebar.affix {
        position: fixed;
        top: 70px;
        width: 300px;
        z-index: -5000;
    }
}

/* / Sticky sidebar items */


.header-site-navigation__block {
    border-bottom: 1px solid #c0c0c0;
    background: #fff;
    z-index: 1;
    text-align: center;
    padding: 0 25px;
}

@media (min-width: 992px) {
    .header-site-navigation__block {
        padding: 0;
    }
}

.header-site-navigation__block:hover {
    display: block;
}

.header-site-navigation__item {
    font-size: 20px;
    font-size: 1.25rem;
    float: left;
    padding: 15px 20px 20px 0;
    line-height: 18px;
    font-weight: 400;
    list-style: none;
}

.header-site-navigation__item:hover .header-site-navigation__block {
    display: block;
}

.header-site-navigation__item .header-site-navigation__block {
    display: none;
    position: absolute;
    width: 100%;
    top: 180px;
    left: 0;
}

.header-site-navigation__item a {
    font-size: 20px;
    font-size: 1.80rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.header-site-navigation__item a:hover {
    color: #99b860;
    border-bottom: 3px solid #99b860;
    padding-bottom: 2px;
}

.header-site-navigation__item a:active {
    color: #466730;
    border-bottom: 3px solid #99b860;
    padding-bottom: 2px;
}

.header-site-navigation__item a.header-site-navigation__link--active {
    color: #99b860;
    border-bottom: 3px solid #99b860;
    padding-bottom: 2px;
}

.header-site-navigation__group {
    /*width: 100%;*/
    /*max-width: 1050px;*/
    max-width: 100%;
    margin: 0 auto;
    cursor: default;
    float: left;
}

.header-site-navigation__group::after {
    clear: both;
    content: '';
    display: table;
}

.header-site-navigation__group--level-1 .header-site-navigation__item a, .header-site-navigation__group--level-2 .header-site-navigation__item a {
    font-size: 16px;
    font-size: 1.7rem;
    padding: 14px 50px 15px 0;
    line-height: 16px;
    color: #658d1b;
}

.header-site-navigation__group--level-1 .header-site-navigation__item a:hover, .header-site-navigation__group--level-2 .header-site-navigation__item a:hover {
    color: #99b860;
    border-bottom: none;
}

.header-site-navigation__group--level-1 .header-site-navigation__item a.header-site-navigation__link--active, .header-site-navigation__group--level-2 .header-site-navigation__item a.header-site-navigation__link--active {
    color: #466730;
    border-bottom: none;
}

/*--------------------------------------*/
.pillar-nav {
    background-color: #658d1b;
    font: bold 16px "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: default;
    width: 100%;
    z-index: 9999;
    position: relative;
    transition: max-height 0.8s ease;
    border-bottom: 1px solid #e2e1e3;
    padding: 0 12px;
    height: 30px;
}

.l-content {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    cursor: default;
}

.pillar-nav .pos-right {
    max-width: 250px;
    float: right;
}

.pillar-nav .pos-stretch {
    width: auto;
}

.informa-redesign.header-with-pillar .pillar-nav .pillar-nav__inner {
    display: block;
    background: none;
    padding: 4px;
}

.pillar-nav ul {
    margin: 0;
}

.informa-redesign.header-with-pillar .pillar-nav ul {
    border: none;
}

.pillar-nav__item {
    border-radius: 5px;
    list-style-type: none;
    display: inline-flex;
    background-color: #658d1b;
    margin: 0 8px;
    position: relative;
    margin-left: 0;
    background: none;
}

.pillar-nav a {
    font-size: 13px;
    font-size: 1.30rem;
    opacity: 0.4;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 5px 8px;
    display: inline-block;
    line-height: 1.6;
}

.pillar-nav a {
    opacity: 1;
    color: #fff;
}

.informa-redesign.header-with-pillar .pillar-nav .pillar-nav__item a {
    color: #fff;
    border: none;
}

.banner-top-wrapper {
    padding: 20px 0;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    display: none;
}

.banner-top-wrapper {
    max-width: none !important;
    background-color: #fff;
}

.banner-top-wrapper #banner-top {
    display: inline-block;
}

/*--------------------------------------*/
/*#iribbon-container {
    background: #525a5c;
    border-bottom: 1px solid #a5acaf;
    color: #fff;
    font-size: 13px;
    min-height: 35px;
    line-height: 18px;
    position: relative;
    font-weight: normal;
}
#iribbon-container {
    background: #525a5c;
    border-bottom: 1px solid #a5acaf;
    color: #fff;
    font-size: 13px;
    min-height: 35px;
    line-height: 18px;
    position: relative;
    font-weight: normal;
}
#iribbon-title {
    background: url(../images/iribbon-logo.gif) no-repeat center top;
    border: none;
    bottom: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 16px;
    left: 50%;
    margin: 10px auto 10px -46px;
    padding-top: 0;
    position: absolute;
    text-indent: -999em;
    transition: none;
    width: 92px;
}
#iribbon-detail {
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
    padding: 0 15px 2em 15px;
    transition: max-height 0.8s ease;
}
#iribbon-detail p {
    margin: 0;
    padding: 0;
}
#iribbon-left p {
    margin-bottom: 10px;
}
#iribbon-detail ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    border-bottom: none;
}
#iribbon-detail ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    line-height: 1em;
    padding: 0 8px 0 0;
}
#iribbon-detail ul li.iribbon-mainlink {
    border: 0 none;
    padding-left: 0;
}
#iribbon-container a {
    color: #fff;
    padding: 1px 0 0 0;
    font-weight: normal;
    opacity: unset;
}
#iribbon-detail ul li a {
    text-decoration: underline;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 1px solid #a5acaf;
}
#iribbon-detail ul li.iribbon-mainlink a {
    padding-left: 0px;
    border: none;
    text-transform: none;
}*/
/*------------------------------------------------------------*/
.header-wrapper {
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    background-color: #fff;
    height: 91px;
}

.header-logo {
    transition: none;
}

h1.hp-logo-seo-wrap {
    font-size: inherit;
    margin: 0;
    padding: 0;
    visibility: visible;
}

a, a:hover, a:visited {
    color: #5e98c1;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.header-logo a.header-logo__link {
    display: inline-block;
}

.header-logo a.header-logo__link img {
    display: inline-block;
    width: auto;
    max-height: 54px;
    transition: all .5s;
    vertical-align: middle;
    padding-left: 25px;
    max-height: 76px;
    padding-left: 0px;
}

.header-nav {
    float: right;
    display: inline-block;
    margin-right: 5px;
}

.informa-redesign.header-with-pillar .header-nav {
    height: 65px;
}

.informa-redesign.header-with-pillar .header-nav .header-nav__item {
    margin-right: 10px;
}

.search-form-header-block {
    font-weight: 400;
    color: #222;
    line-height: 30px;
    display: none;
}

.serving-location-block {
    float: left;
    line-height: 1;
    margin: 35px 0 0 20px;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 50px 0 0 20px;
    font-size: 16px;
    /*font-size: 1rem;*/
}

.header-logo {
    width: 145px;
    margin-top: 15px;
    float: left;
    transition: width 0.8s ease;
    width: 231px;
}

ul.sociallinks {
    margin-top: 6px;
}

.logoright {
    margin: 15px 0 0 0;
}

div.container-fluid#ngabody div.row div.col-sm-4.text-right h2.page-header form.form-inline {
    display: none;
}

div.container-fluid#ngabody {
    margin-top: 23px;
    
}

div.weather_block {
    width: 43%;
    margin: auto;
    border: 1px solid #d5d5d5;
    padding: 1%;
    border-radius: 5px;
    background: #e3e3e3;
}

/*crops database start*/

div.crops_database {

}


div.crops_database .navbar {
    overflow: hidden;
    background-color: #333;
}

div.crops_database .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

div.crops_database .subnav {
    float: left;
    overflow: hidden;
}

div.crops_database .subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

div.crops_database .navbar a:hover, div.crops_database .subnav:hover .subnavbtn {
    background-color: red;
}

div.crops_database .subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: red;
    width: 100%;
    z-index: 1;
}

div.crops_database .subnav-content a {
    float: left;
    color: white;
    text-decoration: none;
}

div.crops_database .subnav-content a:hover {
    background-color: #eee;
    color: black;
}

div.crops_database .subnav:hover .subnav-content {
    display: block;
}

/*crops database end*/

div.plant_db.searchnone div.dataTables_wrapper div.dataTables_filter label {
    display: none;
}

div.plant_db.plant_db1 div.dataTables_wrapper div.dataTables_filter label {
    display: block;
}

div.plant_db {
    width: 50%;
    float: left;
    margin-left: 73px;
}

/*
div.plant_db1 table#example td:first-child{
    width: 15%;
}
div.plant_db1 table#example td:nth-child(2){
    width: 23%;
}
div.plant_db1 table#example td:nth-child(3){
    width: 25%;div.container-fluid.plant_db.plant_db1
}
div.plant_db1 table#example td:nth-child(4){
    width: 15%;
}*/

div.container-fluid.plant_db.plant_db1 {
    /*margin-top: 25px;
    width: 50%;
    float: left;
    margin-left: 73px;*/
}

.displaynone {
    display: none;
}

ul.pillar-nav__items a, ul.pillar-nav__items a:hover, ul.pillar-nav__items a:visited {
    color: #fff;
}

div.social-icons {
    overflow: hidden;
    height: 29px;
}

ul.sociallinks li a {
    font-size: 12px;
}

#map {
    height: 100%;
}

.clearboth {
    clear: both;
}

.plant_showcase div.col-md-3 {
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 1% 0 1% 0;
}

.headingbackground {
    background-color: #799c5d;
    color: #fff;
    font-weight: bold;
    border: 1px solid #ddd;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 0px;

}

div.calculator div.col-md-7 label {
    width: 35%;
}

div.farmersupport label {
    width: 25%;
}

@media (max-width: 768px) {
    div.desktopnav {
        display: none;
    }

    nav.mobilenav {
        display: block;
    }

    button.desktopnav.navbar-toggle{
        display: none;
    }
}

@media (min-width: 768px) {
    div.desktopnav {
        display: block !important;
    }

    nav.mobilenav {
        display: none;
    }
}

div.farmersupport div input[type=file]{
    float: right;
    margin-top: 10px;
}
h2.successhead{
    clear: both;
    margin: 2%;
    font-style: italic;
    font-weight: bold;
}
body{
    top: 0px !important;
}
table#example tr td:nth-child(4) {
    font-size: 14px;
}