﻿body {
    width: 100%;
    height: 100%;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    color: #373435;
    margin: auto;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

h1 {
    font-family: 'Trebuchet MS';
    font-size: 30px;
    color: #373435;
}

h2 {
    font-family: 'Trebuchet MS';
    font-size: 24px;
    color: #F7A600;
}

h3 {
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #007531;
}

h4 {
    font-family: 'Trebuchet MS';
    font-size: 16px;
    color: #FFFFFF;
}

/*FOOTER HEADING*/
h5 {
    font-family: 'Trebuchet MS';
    font-size: 16px;
    color: #FFFFFF;
}

   .search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid #A6AA15 !important; 
  border-right: white;
  padding: 5px;
  height: 37px;
  border-radius: 20px 0 0 20px !important;
  outline: none;
  color: white;
}

.searchTerm:focus{
  color: white;
}

.searchButton {
  width: 60px;
  height: 37px;
  border: 1px solid #A6AA15;
  background: white;
  text-align: center;
  color: white;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  /*font-size: 20px;*/

 /*border-left:white 2px solid;*/
}

/*i {
   margin-bottom:10px;
   margin-top:10px;
   padding-right:5px;
}*/



/*TOP-MENU-HEADING*/
h6 {
    font-family: 'Trebuchet MS';
    font-size: 12.5px;
    color: #373435;
    font-weight: bold;
}

/*a {    
    font-family:'Trebuchet MS';
    font-size:13px;
    color:#F7A600;
    font-weight:bold;
*/




.container1
{
    width: 1007px;
    height: 90px;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-top:20px;
}

#TopContainer {
    width: 1007px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    display:inline-flex;


        display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;

       /* Center vertically */
       align-items: center;

       /*Center horizontaly */
       justify-content: center;

       /*Center horizontaly ie */
       -ms-flex-pack: center;

        min-height: 90px; 
        height:90px;
}



#TopContainer1 {
    padding: 0px 0px 0px 5px;
    width: auto;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    /*float: left;*/
}

#TopContainer2 {
    width: auto;
    max-width: 460px;
    height: 90px;
    /*float: right;*/
    display:flex
    /*display:inline-block;*/
}

#searchBoxDiv {
    padding: 5px 0px;
    position: relative;
    margin:auto;

    /*top: 35px;*/
    /*left: -150px;*/
    /*float: left;*/
}

#indiciumBtnDiv {
    padding: 5px 0px;
    position: relative;
    margin:auto;

    /*right: 150px;*/
    /*top: 35px;*/
    /*float: right;*/
}

#shadow {
    width: auto;
    height: 100%;
    position: relative;
    top: -3px;
    left: 0px;
    z-index: 11;
}

#searchBox {
    color: darkgray;
    background-color: #d3d3d3;
    border: 0px solid #d3d3d3;
    height: 29px;
    width: 200px;
}

#indiciumBtn {
    Width: 205px;
    Height: 31px;
    border: 0px solid #d3d3d3;
    background-color: #d3d3d3;
    font-size: 12px;
    color: white;
}

.arrowImg {
    height: 31px;
    vertical-align: bottom;
    position: relative;
    left: -8px;
}


#bannerDivMain {
    position: static;
    top: 0px;
    background-image: url(../Images/Agri_Web_banner.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 355px;
}

#bannerDivSub {
    height: 355px;
    padding-top: 40px;
    width: 100%;
    max-width: 915px;
    margin-left: auto;
    margin-right: auto;
}

.FeaturedImg {
    height: 100%;
    width: auto;
}

#mainMenuDiv {
    width: 100%;
    height: 46px;
    position: static;
    margin-left: auto;
    margin-right: auto;
    background-color: #A6AA15;
    text-align: center;
}

.bottomMenuDiv {
    width: 100%;
    height: 260px;
    background-color: #373435;
    position: static;
    bottom: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    z-index: 10;
}

.bottomMenuTable1 {
    background-color: #373435;
    width: 1007px;
    height: 240px;
    position: static;
    top: 0px;
    color: white;
    margin-left: auto;
    margin-right: auto;
    display: normal;
    transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
}

    .bottomMenuTable1 a:hover {
        color: #F7A600;
    }

.BottomMailLink {
    color: white;
    text-decoration: none;
    transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
}

    .BottomMailLink:hover {
        color: #F7A600;
    }

.bottomA {
    color: white;
    transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    text-decoration: none;
}

    .bottomA:hover {
        color: #F7A600;
    }



.bottomMenuTable2 {
    display: none;
}

#toTopDiv {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1000;
}





        .pclass1 {
            margin: 10px 0px 5px 0px ;
            font-weight: bold;
            font-size: 22px;
            text-align: center;
            color: #007531;
            /*text-shadow: 2px 2px 2px #404040;*/
        }

        .pclass2 {
            margin: 10px 0px 5px 0px ;
            font-weight: bold;
            font-size: 22px;
            text-align: center;
            color: #007531;
            /*text-shadow: 2px 2px 2px #404040;*/
        }

        .pclass {
            font-size: 12px;
            color: #007531;
            text-align: center;
            margin: 0px;
            /*text-shadow: 2px 2px 2px #404040;*/
        }

.texting {
    text-shadow: 0.5px 0.5px 0.5px lightgrey;
}

.Ulvisible {
    display: none;
}

.FDCopy {
    text-align: center;
    color: white;
    font-size: 10px;
    padding-bottom: 10px;
    text-shadow: 0.5px 0.5px 0.5px black;
    font-family: 'Segoe UI';
}

.FDRow {
    background-color: #383738;
    position: relative;
    top: 0px;
    height: auto;
}

tr:hover{
    background-color:white !important;
}

ul.topnav {
    margin-top:0px;
    width: 1400px;
    height: 100%;
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background-color: #A6AA15;
    font-family:Montserrat;
    align-content: center;
    color: #373435;
    /*padding-left:20px;*/
    text-align: center;
    z-index: 1000;
}

.topsec{
width:100% !important;
padding-bottom:20px;
}

@media only screen and (max-width: 600px) {
 .topsec {

padding-bottom:0px;
  }
}

.dropdownMenu {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    float: left;
    width: auto;
    min-width: 175px;
    height: auto;
    list-style-type: none;
    list-style-position: outside;
    z-index: 150;
    text-align: left;
  
}

    .dropdownMenu ul {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0px;
        list-style-type: none;
        width: 100%;
        text-align: left;
        /*border-top: 10px solid #D1A22C;*/
      
       
    }

        .dropdownMenu ul li {
            padding: 0;
            margin: 0;
            width: 100%;
            text-align: left;
        }

            .dropdownMenu ul li a {
                padding: 0;
                margin: 0;
                width: 100%;
                text-align: left;
                background-color: #D1A22C;
                color: white;
                font-family:Montserrat;
                /*box-shadow: 1px 4px 5px #A6AA15;*/
            }

.SubdropdownMenu {
    display: none;
    position: absolute;
    left: 190px;
    bottom: 42px;
    height: auto;
    width: auto;
    min-width: 175px;
    top:110px;
}

.SubdropdownMenu2 {
    display: none;
    position: absolute;
    left: 190px;
    bottom: 42px;
    height: auto;
    width: auto;
    min-width: 175px;
    top:100px;
}

    .SubdropdownMenu ul {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0px;
        list-style-type: none;
        width: 100%;
        text-align: left;
        /*border-top: 1px solid #F7A600;*/
        text-align: left;
    }

/*.SubdropdownMenu2 {
    display: none;
    position: absolute;
    left: 192px;
    bottom: 43px;
    height: auto;
    width: auto;
    min-width: 175px;
}*/

    .SubdropdownMenu2 ul {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0px;
        list-style-type: none;
        width: 100%;
        text-align: left;
        /*border-top: 1px solid #F7A600;*/
        text-align: left;
    }


ul.topnav li {
    float: left;
    
}

    ul.topnav li a {
        display: inline-block;
        color: white;
        padding: 12.5px 8px;
        text-decoration: none;
        transition: 0.3s;
        font-size: 12.5px;
        font-weight: bold;
        /*background-color: #E3EFE4;*/
    }

        ul.topnav li a:hover {
            /*background-color: #F7A600;*/
            color:#163683;
        }

           ul.topnav li ul li a:hover {
            background-color: #A6AA15;
            color:white;
        }

    ul.topnav li.icon {
        display: none;
    }

    ul.topnav li:hover .dropdownMenu {
        display: block;
    }

.dropdownMenu li:hover .SubdropdownMenu {
    display: block;
}

.SubdropdownMenu li:hover .SubdropdownMenu2 {
    display: block;
}



.sidemenuUl ul {
    /*align-content: flex-start;*/
    margin: 0px;
    padding: 0px;
    box-shadow: 3px 3px 3px #373435;
}

    .sidemenuUl ul li {
        width: auto;
        height: auto;
        list-style: none;
        border-bottom: 1px solid orange;
        padding: 5px 5px 5px 10px;
        margin-left: 0px;
    }


        .sidemenuUl ul li a {
            color: white;
            text-decoration: none;
            transition: color 0.2s linear;
            -webkit-transition: color 0.2s linear;
            -moz-transition: color 0.2s linear;
        }

            .sidemenuUl ul li a:hover {
                color: #F7A600;
            }

.sidemenuUl li .DropDownM ul {
    display: none;
    position: relative;
    left: 232px;
    bottom: 20px;
    width: auto;
    z-index: 150;
    background-color: #007531;
    color: white;
}

.sidemenuUl li:hover .DropDownM ul {
    display: block;
}

.DropDownM2 {
    display: none;
    position: relative;
    left: 215px !Important;
    bottom: 20px;
    width: auto;
    /*height: 20px;*/
    z-index: 151;
    background-color: #007531;
    color: white;
}

#DropDownM2UL {
    display: block !Important;
    position: relative !Important;
    left: 0px !Important;
    bottom: 0px !Important;
    width: auto;
    height: auto;
    z-index: 151;
    background-color: #007531;
    color: white;
}

#meetingsli{
    height:auto;
    max-height:15px;
}

.DropDownM2 ul li {
}

.DropDownM ul li:hover .DropDownM2 {
    display: block !Important;
}







#innermiddleContainer {
    float: none;
    width: 1008px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    z-index: 10;
    min-height: 240px;
}

#innermiddleContainer2 {
    float: none;
    width: auto;
    height: auto;
}

#leftMenuDiv1 {
    float: left;
    width: 24%;
    height: 100%;
    padding-bottom: 20px;
}

#leftMenuDiv2 {
    width: 100%;
    height: 100%;
    background-color: #007531;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000000;
}

.dots {
    display: none;
    text-decoration: none;
}

#mainContentDiv {
    float: right;
    width: 73%;
    height: 100%;
    padding: 0px 5px 20px 20px;
    min-height: 240px;
}

.textingInner a {
    color: #007531;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.1s linear;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
}

    .textingInner a:hover {
        color: #F7A600;
    }


#middleContainer {
    width: 1008px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: normal;
    z-index: 10;
    min-height: 330px;
}

#IntroDiv {
    position: relative;
    display: block;
    height: auto;
    float: left;
    width: 49%;
    z-index: 10;
}

#IntroDiv2 {
    height: 100%;
    width: 100%;
    padding-right: 5px;
    z-index: 10;
}

#latestNewsDiv2 {
    position: static;
    height: auto;
    float: right;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 50px;
    z-index: 10;
}

#contentDiv {
    width: 367px;
    /*heiht was 390*/
    height: 380px;
    background-color: #007531;
    color: white;
    overflow-y: scroll;
    display: block;
    padding: 0px 20px 0px 20px;
    z-index: 10;
}

#Chead {
    height: 77px;
    background-color: #007531;
    width: 387px;
    color: white;
    font-family: Trebuchet MS;
    font-size: 30px;
    padding-left: 20px;
    border-bottom: 1px solid white;
}

    #Chead table tr td {
        vertical-align: bottom;
    }

    #Chead a {
        color: white;
        text-decoration: none;
        z-index: 12;
        transition: color 0.2s linear;
        -webkit-transition: color 0.2s linear;
        -moz-transition: color 0.2s linear;
        text-decoration: none;
    }

        #Chead a:hover {
            color: #F7A600;
        }

.latesnewsDiv td {
    border-bottom: 2px solid #f7A600;
    padding: 15px 0px 20px 0px;
    font-size: 13px;
}

.latesnewsDiv font {
    font-size: 16px;
}

.latesnewsDiv a {
    color: #ffffff;
    font-weight: bold;
    text-shadow: none;
}

    .latesnewsDiv a:hover {
        color: #f7A600;
        font-weight: bold;
        text-shadow: none;
    }

#contentDiv::-webkit-scrollbar {
    width: 7px;
    height: 10px;
}

#contentDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    height: 10px;
}

#contentDiv::-webkit-scrollbar-thumb {
    background-color: #f7A600;
    outline: 1px solid slategrey;
    height: 10px;
}

/*#innercontent {
    width: 1007px; 
    height: auto; 
    position: relative;
    top: 0px;    
    left:0px;
    margin-left: auto; 
    margin-right: auto;
    display:block;
}*/

#breadcrumbDiv {
    width: auto;
    height: auto;
    position: relative;
    top: 0px;
    float: none;
    padding: 0px 0px 10px 10px;
    font-family: 'Trebuchet MS';
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-top;
    border-bottom: 2px solid #F7A600;
}




.bottomA {
    font-family: 'Trebuchet MS';
    font-size: 10px;
}

    .bottomA a {
        text-decoration: none;
        color: white;
        font-family: 'Trebuchet MS';
        font-size: 10px;
    }

.Button1BottomMenu {
    color: white;
    background-color: #373435;
    border: 1px solid white;
    font-size: 10px;
    cursor: pointer;
}

    .Button1BottomMenu:hover {
        color: #F7A600;
        border: 1px solid #F7A600;
    }


    @media screen and (min-width:450px) {

    .mobile_layout{
       
       width:100%;
        
    }

}

     @media screen and (max-width:1000px) {

     .logosection{
       
      display:none;
        
    }
     .buttons{
      display:none;
     }

}

@media screen and (min-width:1000px) {

    .logosection{
       
        padding-bottom:5px; margin-bottom:-160px; margin-top:30px;
    }

    .topsection{
        min-width:310px; float:left; padding-left:40px;
    }


}
/*TSO top section*/

.logoalign{

   float:left; 
   padding-left:80px;
  
}

.logoalign2{

   float:left; 
   padding-left:60px;
  
}

@media screen and (max-width:1600px) {

 .logoalign{

   float:left; 
   padding-left:80px;
}

}



@media screen and (max-width:680px) {

    #TopContainer {
        width: 100%;
    }




    #TopContainer1 {
        padding: 0px 0px 0px 30px;
        width: 144px;
        height: 77px;
        position: relative;
        top: 0px;
        left: 0px;
        float: left;
    }

    #searchBox {
        color: darkgray;
        background-color: #d3d3d3;
        border: 0px solid #d3d3d3;
        height: 25px;
        width: 150px;
    }

    .arrowImg {
        height: 27px;
        vertical-align: bottom;
    }

    .TimerDiv {
      
    }

    #indiciumBtn {
        Width: 150px;
        Height: 27px;
        border: 0px solid #d3d3d3;
        background-color: #d3d3d3;
        font-size: 8px;
    }

    .Ulvisible {
        width: auto;
        min-width: 50px;
        display: initial;
    }

    ul.topnav li:not(:first-child) {
        display: none;
     
    }

    ul.topnav li a {
        color: white;
        /*text-shadow: 1px 1px 1px #000000;*/
        background-color: #A6AA15;
        
        /*border-bottom: 1px solid #F7A600;*/
    }

        ul.topnav li a:hover {
            background-color: #A6AA15;
        }

    ul.topnav {
        background-color: #A6AA15;
        width: 100%;
        padding-left:0px;
    }

    #mainMenuDiv {
        width: 100%;
    }

    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
}

@media only screen and (min-width: 1600px) {
 .logo_align {
     display:none;
  }

 .logodisplay{
    display:none;
}
}

@media screen and (max-width:680px) {
    ul.topnav.responsive {
        position: relative;
        width: 100%;
        
       
    }

        ul.topnav.responsive li a:hover {
            background-color:#D1A22C;
            color:white;
            
        }

    #searchBoxDiv {
        float: none;
    }

    #indiciumBtnDiv {
        float: none;
    }

    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    ul.topnav.responsive li {
        width: 100%;
        float: none;
        display: inline;
    }

        ul.topnav.responsive li a {
            /*width: 100%;*/
            display: block;
            text-align: left;
        }
}


@media screen and (max-width:680px) {


    .dropdownMenu {
        width: 96%;
    }

        .dropdownMenu ul {
            border-top: 0px;
        }




    #middleContainer {
        width: 100%;
        height: auto;
        min-height: 920px;
        position: relative;
    }

    .FeaturedImg {
        visibility: hidden;
        width: 350px;
        height: 293px;
    }

    #IntroDiv {
        position: relative;
        display: block;
        height: auto;
        text-align: left;
        width: 100%;
    }

    #IntroDiv2 {
        height: 100%;
        width: 97%;
        /*padding: 0px 5px 0px 5px;*/
    }

    #Chead {
        height: 60px;
        background-color: #007531;
        width: auto;
        color: white;
        font-family: Trebuchet MS;
        font-size: 30px;
        border-bottom: 1px solid white;
        padding: 0;
        padding-left: 10px;
    }

    #latestNewsDiv2 {
        position: static;
        display: block;
        height: 100%;
        width: 100%;
        padding: 0px;
    }

    #latesnewsDiv {
        width: auto;
    }


    .bottomMenuDiv {
        width: 100%;
        height: 20px;
        background-color: #373435;
        position: relative;
        top: 0px;
    }

    .bottomMenuTable1 {
        display: none;
    }

    .bottomMenuTable2 {
        width: 100%;
        height: 100%;
        display: normal;
        position: absolute;
        bottom: 0px;
    }

    #contentDiv {
        width: auto;
        height: 300px;
        background-color: #007531;
        color: white;
        overflow-y: scroll;
        display: block;
        padding: 0px 20px 0px 20px;
        z-index: 10;
    }

    #leftMenuDiv2 {
        /*float: left;
        width: 100%;
        height: 100%;
        background-color: #007531;
        color: white;
        text-decoration: none;
        text-shadow: 1px 1px 1px #000000;
        z-index: 20;
        transition: 3s;*/
        display: none;
    }

    #innermiddleContainer {
        float: none;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        position: static;
        z-index: 10;
        min-height: 330px;
    }

    #leftMenuDiv1 {
        width: 100%;
        height: 100%;
    }

    #mainContentDiv {
        width: 99%;
        height: 100%;
        padding: 0px 0px 0px 0px;
        min-height: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .dots {
        display: inherit;
    }

    #shadow {
        top: -8px;
    }
}
