/*
Copyright (c) 2016 National Pesticide Information Center
All rights reserved.
THIS IS UNPUBLISHED PROPRIETARY CODE
The copyright notice above does not evidence any
actual or intended publication of such source code.
*/

html {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 12pt;
        background-color: white;
}

a, b, h1, h2, h3, h4, h5 {
    font-weight: bold;
}



    #titleArea {
        color:white;*/
        background-color: white;
        color:black;
    }

    #titleArea a {
        font-size:1.1em;
        text-decoration:none;
        color: black;
    }

    #NPICLogo {
        width:98%;
        max-width:523px;
        height:auto;    
        margin-top:5px;
        margin-left:0.5em;
        margin-right:0.5em;
        /*    min-width: 182px;*/
    }

    #phoneHours {
        float:right;
        width:260px;
        text-align: right;
        margin:0;
        margin-top:2em;
        margin-left:0.5em;
        margin-right:0.5em;

        padding:0;
    }
    #phoneHours a:hover {
        border-bottom: 1px dashed black;
    }

@media screen {
    body {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
     }
}

@media screen and (min-width: 1200px) {
    body {
        margin-right: 12.5% !important;
        margin-left: 12.5% !important;
        padding: 0 !important;
     }

}

@media screen and (max-width: 830px) {
    body {
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
     }
#phoneHours {
        position: relative;
        text-align:left;
        float:none;
        display: inline-block;
        /*left: 0;*/
        margin:0;
        padding:0;
        margin-left:0.5em;
        /*margin-left:1em;*/
        width: auto;
        /*min-width: 200px;*/
    }    
    #phoneSpacer {
        padding-left:1em;
    }

}

.left {
    float:left;
}

.right {
    clear:left;
    float:right;
}

.rightNoClear {
    float: right;
}

#homeSlider img {
    /*    max-width: 1024px;*/
    margin-left:auto;
    margin-right:auto;

}
#homeSlider a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.wrapper { 
    /*border : 2px solid #000;*/ 
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;

}

.wrapper div {
    min-height: 3em;

}
.wrappedleft {
    /*background-color: gray;*/
    /*display:block;*/
    float:left; 
    width:46%;
    border-right:1px solid black;
    min-width:200px;
    /*min-height:10em;*/
}
.wrappedright { 
    /*border:1px dashed black;*/
    float:right;
    width:46%;
    min-width:200px;
    /*min-height:10em;*/
}

#social {
    border:0;
}

#facebook {
    border-top:0;
    float:left; 
    width:46%;
    border-right:1px solid black;
    min-width:200px;
    height:490px;
}
#twitter {
    border-top:0;

    float:right;
    width:46%;
    min-width:200px;

    margin-left:auto;
    margin-right:auto;
    padding-right: 1.5em;
    height:490px;
    overflow-y: scroll;
}

@media screen and (max-width: 600px) {
    .wrappedleft { 
        float: none;
        margin-right:0;
        border:0;
        margin-bottom:0;
        padding-bottom:0;
    }
    .wrappedright {
        float:left;
        clear:both;
        border:0;
        margin-top:0;
        padding-top:0;
    }
}
@media screen and (max-width: 860px) { 
    #facebook {
        float:none;
        border:0;
        margin-left:1em;
        margin-right:2em;
        width: 90%;

        margin-bottom: 1em;
    }
    #twitter {
        float:none;
        margin-left:1em;
        margin-right:2em;
        border-top: 1px solid black; 
        width: 90%;
    }
}

@media screen and (max-width: 850px) {
    #main-menu {
        /*width:100%;*/
        /*height:1.5em;*/
        /*    background-color:  #024e94;
            color: white;*/
    }

    #menuWrapper {
        /*position:absolute;*/
        width:100%;
        background-color: #026224;
    }
}


.slider {
    margin:0;
    padding:0;
}
#homeSlider a:hover {
    text-decoration:none;
}

#slideArea {
    /*position:relative;*/
    /*    top:0;
        left:0;*/
    position:relative;
}

.caption {
    position:absolute;
    bottom:10px;
    left:0px;
    z-index:10;
    font-size:1.3em;
    padding-left:10px;
    padding-right:10px;
    width: 100%;
    color:white;
    background: none repeat scroll 0% 0% rgba(80, 80, 80, 0.75);
    background-color: rgba(80, 80, 80, 0.75);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.threecolumnleft { 
    float: left; 
    clear:right;
    width: 33%; 
    overflow:hidden;
    position:relative;
}
.threecolumncenter { 
    float:left;
    clear:right;
    display: inline-block; 
    width: 33%; 
    overflow:hidden;
    position:relative;
    /*    padding-left:1em;
        padding-right:1em;*/
}
.threecolumnright {
    float: left;
    clear:right;
    width: 34%; 
    overflow:hidden;
    position:relative;
}
#theWhats {
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0;
    margin-top: 1em;
    padding-bottom:0;
    overflow:auto;
}

#theWhats a {
    text-decoration:none;
    color:#024e94;;
}

#theWhats a:hover {
    border-bottom: 1px dashed black;
}


#theWhats .threecolumncenter  {
    overflow:hidden;
}
#theWhats p{
    padding-left:0.5em;
    padding-right:0.5em;
}
#theWhats ul {
    list-style: none;
    padding-right:0.5em;
    padding-left:1.5em;
}

#theWhats h2 {
    min-height:1.5em;    
    display:block;
    top: 0;
    left:0;
    width:100%;
    margin-top: 0em;;
    margin-left:0;
    margin-right:0;
    padding-top: 0.2em;
    padding-left:0;
    padding-right:0;
    background: #024e94;
    color:white;
    text-align: center;
}
#theWhats h2 a {
    color:white;
}
#theWhats h2 a:hover {
    border-bottom: 1px dashed white;
}

#whatArePests {

}
#whatArePesticides {
    border-left:1px solid black;
}
#localResources {
    border-left:1px solid black;
}


/*Mlr*/

#localResources img {
    position:relative;
    width:100%;
    height:auto;
    float: left;
    margin-left:auto;
    margin-right:auto;
    border: 0;
}
#mlrFooter {
    position:relative;
    bottom:1.5em;
    clear:left;
    color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: -2.5em;
    font-size: 1em;
}

#zipSearch {
    top:0;
    width: auto;
}

#zipSearch input {
    font-size: 0.7em;
    width:96%;
    margin-left:auto;
    margin-right:auto;
}

.alpha60 {
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 640px) {
    .threecolumnleft {
        /*float: left;*/ 
        width:auto;
        margin-right:0;
        border:0;
        margin-top:0;
        padding-top:0;
    }
    .threecolumncenter { 
        /*        float:right;
                clear:both;*/
        width:auto;
        border:0;
        /*    padding-left:1em;
            padding-right:1em;*/
    }
    .threecolumnright {
        width:auto;
        left:0;
        /*width: 33.5%;*/ 
    }
    #whatArePesticides {
        border:0;
    }
    #localResources {
        border:0;
    }

}




#midPageSeparator {
    min-height:1.5em;
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
}
#midPageSeparator h2 {
    padding-left:1em;
    padding-top: 0.3em;
    min-height:1.5em;    
    display:block;
    top: 0;
    left:0;
    width:100%;
    margin-top: 0em;;
    margin-left:0;
    margin-right:0;
    padding-top: 0.2em;
    color:white;
    background-color: #026224;

}

#mainPageLinks {
    padding-left:1em;
    padding-right:1em;
}

#mainPageLinks ul {
    list-style: none;
    padding-right:0.5em;
    padding-left:1.5em;
}

#mainPageLinks a {
    text-decoration:none;
    color:#024e94;;
}

#mainPageLinks a:hover {
    border-bottom: 1px dashed black;
}

#socialSeparator {
    min-height:1.5em;
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;

    
}
#socialSeparator h2 {
    color:white;
    min-height:1.5em;    
    display:block;
    top: 0;
    left:0;
    width:100%;
    margin-top: 1em;;
    margin-left:0;
    margin-right:0;
    padding-top: 0.2em;
    padding-left:1em;
    background: #024e94;    
}


/* Social media icons in menu:*/

#youtwitface {
    margin-top:8px;
    margin-right:13px;
    margin-left:13px;
}

/* bottom of the page stuff:*/

#pageFooter {
    border-top:2px solid black;
    position: relative;
    top: 0;
    margin: auto;
    margin-top: 0em;
    margin-bottom: 0;
}
#contactblurb {
    float:left;
    clear:both;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 0.9em; 
}
#contactblurb a {
    color: #024e94;
    text-decoration: none;
}

#contactblurb a:hover {
    background: #cccccc;
}

#aboutText {
    float:left;
    margin-left: 2em;
    margin-right: 2em;
    font-size: 0.7em;
    color: #000000;
    padding-bottom: 1em;
}
#aboutText a {
    color: #024e94;
    text-decoration: none;
}

#aboutText a:hover {
    background: #cccccc;
}

/* Prev stuff covers the home page (and menu/etc of other pages)
Following stuff covers "normal" pages: */

.bigger { font-size: 115%; }
.evenbigger { font-size: 130%; }
.quitelarge {font-size:150%;}
.biggly { font-size: 190%; }
.smaller { font-size: 90%; }
.evensmaller { font-size: 80%; }

.biggerandbold { font-size: 225%;
                 font-weight: 400;
}
.stronger { font-size: 105%; font-weight: 400 }
.superStrong { font-size: 115%; font-weight: 400 }


.midPageImage {
    float:right;
    padding-right:1em;
}

@media screen and (max-width: 600px) {

    #mainPageLinks ul {
        margin-top:0;
        margin-bottom: 0;
        padding-top:0;
        padding-bottom:0;
    }

    #mainRight {
        padding-top:1em;
    }
    .midPageImage {
        padding-bottom: 0.5em;
    }
}


