* {
    margin: 0;
    padding: 0;
}



h1 {
    font-size: 24px;
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #1f1f1f;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

h2 {
    font-size: 19px;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: 'Roboto', sans-serif;
    color: #1f1f1f;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 {
    font-family: 'Roboto', sans-serif;
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 700;
    margin: 0px;
    display: block;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-weight: bold;
}

h4 {
    margin-bottom: .5rem;
    line-height: 1.2;
    font-weight: bold;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f9f9f9;
}

.footerImage {
    vertical-align: middle;
    border-style: none;
    height: 24px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.no-bottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
	background-color: #6C9AC3;						  
}

.log1 {
    max-height: 2.5em!important;
    display: inline-block;
    margin: auto;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    border-radius: 0px;
}

.log2 {
    max-height: 2em;
    display: inline-block;
    margin: auto;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    padding-left: 2em;
    border-radius: 0px;
}

.footer {
    border-top-color: #6C9AC3;
    border-top-style: solid;
    border-top-width: 0.5em;
    bottom: 0;
}

.ui-content {
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    padding-top: 30px;
    background-color: #fff;
}

.brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.9em;
    padding: 0.50em;
    line-height: 0em;
    white-space: nowrap;
}

.bg {
    background-color: #6C9AC3;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand,
.nav-link,
.nav-item,
a.nav-item.ui-link.responsiveMenu:hover,
a.menuItem.ui-link {
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .brand-logo {
        display: none;
    }
    .brand-logo-responsive {
        display: inline-block;
        margin: 0 auto;
    }
    .navbar {
        justify-content: flex-start;
    }
    .nav-link {
        display: none;
    }
    .dropdown {
        display: none;
    }
    .navbar a {
        padding-top: 5px;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .navbar {
        justify-content: center;
        padding: 0px;
        height: 60px;
    }
    .responsiveMenu {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        
        margin-bottom: 1em;
    }
	 #dropdownMenuLink {
        margin-left: 0.5em;
    }					   
}

@media(max-width: 1120px) {
    #contact {
        display: none;
    }
}

@media (min-width: 1300px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.2rem;
        margin-bottom: 1em;
    }

    #dropdownMenuLink {
        margin-right: 0.6em;
    }
}
.custom-toggler.navbar-toggler {
    border-color: #6C9AC3;
}

#navbutton {
    outline: none;
}

/* Setting the stroke to green using rgb values (0, 128, 0) */

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: white;
}

.menuItem {
    color: #fff;
    text-decoration: none;
}

#tipsSubList {
    display: none;
    padding-left: 1em;
    line-height: 1em;
    margin-top: 1em;
    margin-left: 1em;
    margin-bottom: 0em;
}

#navbarTogglerDemo02 {
    line-height: 1.5em;
}

.nav-icon {
    margin-right: 15px;
    font-size: 17px;
    margin-top: 2px;
    width: 20px;
    text-align: center;
}

.ui-header-fixed,
.ui-footer-fixed {
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.ui-content p {
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 3;
}

.ui-content h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.ui-content li {
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 3;
    margin-bottom: 5px;
    list-style: inside;
}

.content {
    background-color: white;
    padding: 1em;
    padding-top: 1.5em;
    padding-bottom: 2.5em;
}

.img-responsive {
    max-width: 100%;
    max-height: 100%;
}

.ui-body-g,
.ui-page-theme-g .ui-body-inherit,
html .ui-bar-g .ui-body-inherit,
html .ui-body-g .ui-body-inherit,
html body .ui-group-theme-g .ui-body-inherit,
html .ui-panel-page-container-g {
    background-color: #ffffff;
    border-color: #dddddd;
    color: #333333;
    text-shadow: 0 1px 0 #f3f3f3;
}

.ui-page-theme-g .ui-btn:active,
html .ui-bar-g .ui-btn:active,
html .ui-body-g .ui-btn:active,
html body .ui-group-theme-g .ui-btn:active,
html head+body .ui-btn.ui-btn-g:active {
    background-color: #6C9AC3;
    border-color: #dddddd;
    color: #333333;
    text-shadow: none!important;
}

.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
    background-color: #f9f9f9;
    border-color: #bbb;
    color: #333;
    text-shadow: none!important;
}

.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
    color: #fff;
    font-weight: normal;
}

.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
    background-color: #6C9AC3;
    border-color: #6C9AC3;
    color: #333;
    text-shadow: 0 1px 0 #eee;
    font-weight: 700;
}

.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head+body .ui-btn.ui-btn-a,
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head+body .ui-btn.ui-btn-a:visited {
    background-color: #6C9AC3;
    border-color: #6C9AC3;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
}

button.ui-btn,
.ui-controlgroup-controls button.ui-btn-icon-notext {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: auto;
}

.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
    color: #fff;
}

.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head+body .ui-btn.ui-btn-a,
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head+body .ui-btn.ui-btn-a:visited {
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
}

/* TipsForPlanting.css */

.ui-btn-icon-notext,
.ui-header button.ui-btn.ui-btn-icon-notext,
.ui-footer button.ui-btn.ui-btn-icon-notext {
    padding: 0;
    width: 1.75em;
    height: 1.75em;
    text-indent: -9999px;
    white-space: nowrap!important;
    float: right;
}

.ui-shadow {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.ui-shadow {
    -webkit-box-shadow: 0 1px 3px/*{global-box-shadow-size}*/
    rgba(0,0,0,.2)/*{global-box-shadow-color}*/;
    -moz-box-shadow: 0 1px 3px/*{global-box-shadow-size}*/
    rgba(0,0,0,.2)/*{global-box-shadow-color}*/;
    box-shadow: 0 1px 3px/*{global-box-shadow-size}*/
    rgba(0,0,0,.2)/*{global-box-shadow-color}*/;
}

table {
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;
    margin-bottom: 25px;
}

table th:first-child {
    text-align: center;
    padding-left: 20px;
}

@media (min-width: 35em) {
    .ui-table-reflow.ui-responsive td,
    .ui-table-reflow.ui-responsive th,
    .ui-table-reflow.ui-responsive tbody th,
    .ui-table-reflow.ui-responsive tbody td,
    .ui-table-reflow.ui-responsive thead td,
    .ui-table-reflow.ui-responsive thead th {
        display: table-cell;
        margin: 0;
    }
}

.ui-table-reflow thead td,
.ui-table-reflow thead th {
    display: none;
}

.ui-table th,
.ui-table td {
    line-height: 1.5em;
    text-align: left;
    padding: .4em .5em;
    vertical-align: top;
}

.ui-table th {
    font-weight: 700;
}

.ui-table-reflow td,
.ui-table-reflow th {
    text-align: left;
    display: block;
}

table th:first-child {
    text-align: center;
    padding-left: 20px;
}

@media (min-width: 35em) .ui-table-reflow.ui-responsive td,
.ui-table-reflow.ui-responsive th,
.ui-table-reflow.ui-responsive tbody th,
.ui-table-reflow.ui-responsive tbody td,
.ui-table-reflow.ui-responsive thead td,
.ui-table-reflow.ui-responsive thead th {
    display: table-cell;
    margin: 0;
}

table th {
    padding: 21px 25px 22px 25px;
    border-bottom: 1px solid #e0e0e0;
}

th {
    border-right: 1px solid #e9e9e9;
    color: #555;
    background-color: #f6f6f6;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table tr {
    text-align: center;
    padding-left: 20px;
}

tr {
    border-bottom: 1px solid #d6d6d6;
}

tr {
    line-height: 18px;
}

table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

td {
    background-color: white;
}

.ui-content .nobold {
    font-weight: 100;
}

.ui-table tbody tr:hover td,
.ui-table tbody tr:hover th {
    background-color: #f6f6f6;
}

.subList {
    padding-left: 2em;
    padding-bottom: 0.5em;
    line-height: 1.5;
}

.ui-content ol, .ui-content li {
    padding-left: 1em;
}

.dropdown-content {
  background-color: #6C9AC3;
  min-width: 200px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 6px 6px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown li {
    float: left;
    width: 160px;
    height: 40px;
    background-color: #6C9AC3;
    line-height: 40px;
    text-align: center;
    position: relative; 
}

.dropdown li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
    border: 1px solid lightgrey;
}

a.nav-item.ui-link {
    color: #ffffff;
}

li {
    list-style: none;
}

.nav-item a {
    padding-bottom: 0px;
}

a.menuItem.ui-link {
    margin: 0em;
}

#tipsSubList.nav-sub-item a{
    padding-top: 0px;
    line-height: 1em;
}

#subList {
    width: 200px;
    float: right;
    font-size: 16px;
    padding-right: 1px; 
    padding-left: 5px;
    padding-bottom: 5px;
}

#navbutton {
    background-color: #6C9AC3;
    border-color: #6C9AC3;
    box-shadow: none;
}