nav {
    margin: 61px auto;
    text-align: right;
    z-index: 2;
}
nav ul li {
    float: left;
}
nav ul li a {
    font-size: 16pt;
}
nav ul li:hover > ul {
    display: block;
}

nav ul li#reportsnav ul {
    width: 300px;
    left: -52px;
}

.mobile {
    display: none;
}

#homeboxright {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 59%;
    width: 300px;
    z-index: 1;
    position: absolute;
    right: -45px;
    bottom: -75px;
}
#homeboxright:after {
    content: url('/img/quote-triangle-flipped.png');
    position: absolute;
    top: -15px;
    right: 0px;
    width: 20px;
    overflow: hidden;
    height: 15px;
}

.paperfold:after {
    content: url('/img/quote-triangle-flipped.png');
}
#homeboxright:after, .paperfold:after {
    position: absolute;
    top: -65px;
    left: -3px;
}

.doubleborder .hear {
    font-size: 22pt;
}

.doubleborder .hearnumber {
    font-size: 60pt;
}
.doubleborder {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -48px;
    width: 1017px;
    z-index: 1;
    position: relative;
    display: table;
    padding: 20px;
    font-style: normal !important;
    background: url("/img/phoneback.png") 20px center no-repeat #ffffff;
}
#newbanner:after,
.doubleborder:after {
    content: url('/img/quote-triangle.png');
    position: absolute;
    top: -15px;
    right: 0px;
    width: 20px;
    overflow: hidden;
    height: 15px;
}
#newbanner:before,
.doubleborder:before {
    content: url("/img/quote-triangle-flipped.png");
    position: absolute;
    top: -65px;
    left: -3px;
    width: 20px;
    overflow: hidden;
}
.doubleborder div {
    display: table-cell;
    width: 50%;
}

.paperfold {
    left: -120px;
}

#home {
    display: table;
    margin-top: 30px;
    border-collapse: collapse;
    width: 100%;
}

#home hr {
    display: table-row;
    margin:20px;
    padding:20px;
    color: #ffffff;
}

#home div.hrow {
    display: table-row;
}
#home div.hcol {
    display: table-cell;
    vertical-align:top;
    width: 45%;
}

#home div.hcol:first-child {
    padding-right: 5%;
    padding-left: 5%;
}

#home div.hcol:last-child {
    padding-left: 5%;
}
#homeintro {
    background-color: #9DAC94;
    padding: 10px 28px;
    position: relative;
    text-align: center;
}

#homeintro iframe {
    padding:20px;
    width: 365px;
    height: 205px;
}
#homeweather {
    text-align: center;
}

#home pre {
    width:364px;
    font-family:Arial;
}
div#bio div:first-child {
    padding: 0 40px 40px 0;
    float: left;
}
#bio img {
    margin-right: 40px;

}

.allbios {
    display: table-row;
}
.allbios h1 {
    margin-top:0;
}
.allbios div {
    display: table-cell;
    vertical-align: top;
}
.allbios img {
    width: 200px;
}
.allbios div:first-child {
    padding-bottom:50px;
}
.allbios div:last-child {
    padding-left: 50px;
    padding-bottom:50px;
}

#contactpage iframe {
    width: 500px;
    height: 350px;
    border: 0;
    float: right;
}
#contactform {
    width: 400px;
}
.fancybullets ul li {
    width: 50%;
    display: inline-block;
}
.fancybullets ul li:before {
    position: absolute;
    content: "•";
    left: -10px;
}
.twocolleft {
    float: left;
    /* padding-right: 10px; */
    width: 45%;
}

.twocolright {
    float: right;
    width: 45%;
}
.twocolright p:first-child {
    margin-top: 0;
}
#outlook {
    width: 40%;
    margin: 0 auto 0 210px;
}
#outlook #docs {
    position:absolute;
    right:-145px;
    top:-13px;
}

#foot .col {
    display: table-cell;
    width: 33%;
    vertical-align: top;
}

#newsevents {
    float: right;
    width: 35%;
    min-width: 300px;
}

#agribusiness {
    width: 62%;
    float: left;
}
#agribusiness div {
    clear: both;
}
#agribusiness img {
    width: 200px;
    float: left;
    padding: 0 20px 20px 0;
}
.homeform {
    display: table;
}

.homeform form .formcol {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 10px;
}

.riskcontact {
    width: 55%;
}

.greenpad img {
    float: left;
    padding: 0 20px 0 0;
    background-color:#293833;
}


#hometop .togglecontainer section {
    width: 600px;
    font-size: 12pt;
}

#blog #entries {
    display: table;
     border-spacing: 40px;
     border-collapse: separate;
     /* border-collapse: collapse; */
}
#entries .tr {
    display: table-row;
}
#blog .entry {
    display: table-cell;
    width: 45%;
}
#blog .entry div {
    display: block;
    width: 100%;
}
#blog .entry:first-child {
    margin-right: 20px;
}

#blog .entry:last-child {
    margin-left: 20px;
}

#blog #latest h3 {
    color: #ffffff;
}
#blog #latest .postimage {
    width: 50%;
    max-width: 500px;
    float: left;
    padding-right: 20px;
    background-color: #233e35;
}
#blog #latest .entry img {
    width: 50%;
}

#blog .entry img {
    width: 100%;
}

#blogentry .readmore {
    float: right;
    line-height: 20px !important;
}

#fcontact {
    padding-left: 11px !important;
    font-size: 20pt;
    margin-top: 15px;
    font-weight: bold;
}

#reportpages div {
    display: inline-table;
    width: 30%;
    margin: 1%;
}

#reportpages a {
    text-decoration: none;
    text-align: center;
    font-size: 20pt;
}

.mobilereportlink {
    display: none;
}

#newbanner {
    display: table;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -48px;
    width: 1017px;
}
#newbanner > div {
    vertical-align: middle;
    display: table-cell;
    width: 50%;
}
#newbanner > div:first-child {
    padding-right: 40px;
}

.tryusbutton {
    float: left;
    height: 80px;
    line-height: 70px;
}
.newbannerphone {
    text-align: right;
    font-size: 12pt !important;
}

#takeaim {
    height: 80px;
    float: right;
}

#aimyoutubevideos {
    display: table;
    text-align: center;
}
#aimyoutubevideos > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 2%;
}
#aimyoutubevideos iframe {
    width: 100%;
    height: 250px;
}

#homemarketing {
    width: 671px;
    margin-left: 278px;
}
#homemarketing .whitegreenbutton {
    padding: 10px 20px !important;
}

.tb {
    display: table;
    width: 100%;
}
.tb > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

#homecolbuttonswrap {
    margin: 40px auto;
}
.homecolbuttons {
    display: table;
}

.homecolbuttons > div {
    display: table-cell;
    width: 50%;
}


@media all and (min-width: 1000px) {
    #aimlogo {
        padding: 0;
    }
    #aimlogo:hover {
        background-color: none;
    }

    #aimlogo img {
        height:66px;
        position: relative;
        left: 20px;
    }

    .toggler h2 {
        font-size: 18pt !important;
        width: 33.33% !important;
        margin: 0 !important;
    }
    .toggler h2:nth-child(2) {
        border-left: 10px solid #8FA187;
        border-right: 10px solid #8FA187;
    }
}
