body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    color: #16700b;
}

h2 {
    color: #16700b;
}

a {
    font-size: 1.2em;
}

p {
    font-size: 1.2em;
}

p a {
    font-size:inherit;
}

li {
    font-size: 1.2em;
}

li a {
    /*font-size:inherit;*/
}

#TopWidgets {
    height: 40px;
}

    #TopWidgets p {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-left: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        font-weight: bold;
        font-size: 1em;
        color: #868686;
        float: left;
    }

    #TopWidgets img {
        padding: 0;
        margin: 0;
        height: 20px;
        vertical-align: text-top;
    }

.spacerline {
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

.page_content {
    background-color: #fff;
    padding: 0;
}

.searchbtn {
    padding-left: 5px;
    vertical-align: text-bottom;
}

#topTagLine {
    background-color: #ffcc33;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 5px 5px 0px;
    color: #16700b;
    font-weight: bold;
    margin: 0;
    letter-spacing: 5px;
}

.banner_top {
    margin: 0px;
    padding-bottom: 0px;
    padding: 0;
    letter-spacing: 2px;
}

.greenbox {
    float: left;
    background: white;
    /*margin-left: 30px;*/
    height: 200px;
    width: 100%;
    border: solid;
    border-color: #16700b;
    border-width: medium;
    margin-bottom: 10px;
}

    .greenbox h1 {
        padding: 5px;
        font-size: 1.6em;
        text-align: center;
        font-family: 'Century Gothic';
        font-weight: bold;
    }

    .greenbox img {
        width: 60px;
        align-self: center;
        text-align: center;
        margin-top: 20px;
    }

    .greenbox a {
        color: #16700b;
    }

.bottomribbon {
    padding: 0;
    width: 100%;
}

#navboxes {
    background-color: white;
    height: 300px;
}


#footer {
    background-color: #16700b;
    margin-bottom: 20px;
}

    #footer h3 {
        font-weight: bolder;
        padding-left: 0px;
        padding-top: 10px;
        /*padding-bottom: 10px;*/
        margin: 0;
        color: white;
        font-size: large;
    }

    /*#footer p {
        float: left;
        list-style-type: none;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
        margin-left:20px;
    }*/

    #footer a {
        color: white;
        text-decoration: none;
    }

        #footer a:hover {
            color: orange;
        }

    #footer img {
        float: left;
        margin: 0;
        padding-top: 20px;
        vertical-align: top;
    }


.bottomdark {
    background-color: #ffcc33;
    text-align: center;
    font-size: small;
    color: #16700b;
}

    .bottomdark a {
        font-size: small;
        font-weight: normal;
        color: #16700b;
    }

.fleximage {
}

    .fleximage img {
        width: 100%;
    }

.logoarea {
}

    .logoarea img {
    }


.states {
    text-align: center;
    margin-bottom: 30px;
}

    .states img {
        width: 90%;
    }

    .states .state-hover {
        display: none;
    }

    .states:hover .state-hover {
        display: inline;
    }

    .states:hover .state-green {
        display: none;
    }

.yellowgradient {
    background: #ffcc33; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #ffcc33, #fde992, #ffcc33);
    text-align: center;
    font-size: small;
    color: #16700b;
}

.supportlogos {
    background-color: white;
}

    .supportlogos img {
        width: 100%;
    }

.choosepath {
    text-align: center;
    font-size: 48px;
    color: #16700b;
    
    /*font-weight:lighter;
    letter-spacing:10px;*/
}

@media only screen and (max-width: 768px) {
    #topTagLine {
        margin-top: 1em;
    }

    .supportlogos img {
        width: 100%;
    }

    #footer p
    { margin-left:10px;
      /*padding:inherit;*/
    }
}

@media only screen and (max-width: 600px) {
    #topTagLine {
        margin-top: 3em;
    }

    .supportlogos img {
        width: 100%;
    }
    #footer p {
       margin-left:10px;
      /*padding:inherit;*/
    }
}
.esbutton {
     background: #ffcc33;
}

.kc-picture {
    text-align: center;
    
}
    .kc-picture img {
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }

.carousel-caption {
    background-color:rgba(0, 0, 0, 0.7);
    margin-left:-45%;
    margin-right:-50%;
    margin-bottom:-50px;
    padding-top:30px;
    text-align:center;
    color:white;
}

.carousel-caption a{
 color:white;
}

