#head {
    margin-top: 45px;
}
#logo {
    z-index: 999999;
}
#navigation #mobilemenu {
    z-index: 99999;
}
#homeboxleft {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
}
#homebox:after {
    display: none;
}
#homebuttons {
    margin-top:5px;
    z-index: 999;
    position: relative;
}
.desktop {
    display: none;
}
#navigation {
    display: block !important;
    background-color: #233E35;
    border-bottom: 2px solid #ffffff;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}

#navigation nav {
    overflow-y: scroll;
    height: 525px;
}
#navigation nav > ul {
    background: #293833;
    top: 40px;
}
#navigation nav > ul ul {
    height: auto !important;
}
#navigation nav ul {
    font-size: 12pt !important;
}
#mobilemenu {
    width: 90px;
    line-height: 70px;
    height: 43px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    background-color: #233E35;
    width: 100%;
}
#mobilemenu:before {
    content: "\2261";
    position: absolute;
    top: 0;
    display: block;
    right: 20px;
    color: #fff;
    font-size:  50pt;
    font-weight: bold;
    height: 100%;
    line-height: 50px;
}
nav {
    display: none;
    margin: 0;
    float: none !important;
    z-index: 9999;
}
nav b {
    display: none !important;
}
.menuactive {
    display: block !important;
}
nav ul {
    padding:0;
    margin:0;
    width: 100%;
    top: 0px;
    text-align:left;
}
nav ul li {
    display: block !important;
    float: none;
}
nav ul li.arselected ul {
    display: block !important;
}

nav ul li a {
    width: 100%;
    display: block;
    padding: 5px;
}

nav ul ul {
    display:none;
    position: relative !important;
    height: 100%;
    height: 350px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.arselected ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background-color: #ffffff;
}
.arselected ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #000000;
    -webkit-box-shadow: 1px 1px 1px #000000;
}
.arselected ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}
.arselected ul::-webkit-scrollbar:vertical {
    width: 12px;
}

.arselected ul::-webkit-scrollbar:horizontal {
    height: 12px;
}

.arselected ul::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.arselected ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}


nav ul ul li {
    width: 100%;
}
nav ul ul li a {
    text-indent: 20px;
}

.ar:after, .arselected::after {
    right: 0;
}

iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}

#content {
    padding: 20px !important;
}
#bio img {
    max-width: 90%;
    margin:0 auto !important;
    display: block;
}

.allbios img {
    max-width: 90%;
    display: block;
    margin: 30px auto;
}
#contactform,
#contactform table {
    width: 100%;
}

#foot .col:last-child {
    position: absolute;
    top: 30px;
    right: 20px;
}

.contentblockphoto, .contentblockphoto[style] {
    float: none !important;
    /* max-width: 90% !important; */
    max-width: 100% !important;
}

#outlook #docs {
    text-align: center;
}

#agribusiness div {
    clear: both;
    padding-bottom: 20px;
}
#agribusiness img {
    float: left;
    padding-right: 20px;
}
.contentblockyoutube div,
.contentblockyoutube div[style] {
    float: none !important;
}

.greenpad img {
    padding: 0 0 20px 0;
    background-color:#293833;
    margin: auto;
    display: block;
}
.doubleborder .hear {
    text-align: center;
    font-size: 22pt;
}
.doubleborder .hearnumber {
    text-align: center;
    font-size: 20pt;
    margin: 20px auto;
}

#fcontact {
    font-size: 20pt;
    margin-top: 20px;
    font-weight: bold;
}

.mobilereportlink {
    display: block;
    font-size: 14pt;
    color: #ffffff;
    text-decoration: none;
    margin: 10px auto 20px auto;
    padding: 20px auto;
}

#reportpages div {
    margin: 10px 0;
    width: 100%;
}

#reportpages a {
    display: table-cell;
    padding: 10px;
    width: 100vw;
    font-size: 20pt;
    vertical-align: middle;
}

#newbanner {
    text-align: center;
}

.optionatedbutton,
.tryusbutton {
    width: 100%;
    margin: 10px auto;
}

#aimyoutubevideos {
    margin-top: 20px;
    text-align: center;
}

#homemarketing .whitegreenbutton {
    display: block;
}

.homecolbuttons {
    display: block;
}
.homecolbuttons > div {
    width: 100%;
    margin: 3px auto;
}

@media all and (max-width: 650px) {
    #homebuttons {
        float: none !important;
        width: 100%;
    }
    #homebuttons div {
        width: 100% !important;
        text-align:center;
        font-weight:bold;
        margin: 10px auto !important;
        cursor: pointer;
        position: relative;
    }
    #homebuttons div:not(.tryus) {
        height: 100px;
    }
    #homebuttons div img {
        float: left;
        position: relative;
        top: -40px;
        margin-left: 30px;
        margin-left: -1px;
        width: 80px !important;
    }
    #homebuttons span {
       float: right;
       width: 70%;
       position: relative;
       top: 15px;
    }
    #hometop h1 {
        clear: both;
    }
    #foot .col {
        width: 100%;
        text-align: center;
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
    }
    .toggler h2 {
        width: 100% !important;
    }

    #agribusiness img {
        float: none;
        max-width: 100%;
    }
}
@media all and (max-height: 400px) {
    nav ul li a {
        font-size: 8pt !important;
        padding: 5px 10px !important;
    }
    nav ul ul li a {
        font-size: 6pt !important;
        padding: 5px !important;

    }
    .ar:after, .arselected::after {
        right: 35px;
        font-size: 10pt;
        top: 0px !important;
    }
}
