/*IM 2.00, Site Lite CSS !!!TEMPLATE!!!*/
/*general use CSS, no not modify--------------------------------------------------------------------------------------*/
.font-xxl {font-size:xx-large;}
.font-xl {font-size:x-large;}
.font-l {font-size:large;}
.font-m {font-size:medium;}
.font-s {font-size:small;}
.font-xs {font-size:x-small;}
.font-xxs {font-size:xx-small;}

.left {text-align:left;}
.center {text-align:center;}
.right {text-align:right;}

.indent {text-indent:15px;}
.exdent {text-indent:-15px;}
.left-15 {padding-left: 15px;}
.shift-r {position:relative; left:15px;}
.super {vertical-align:baseline; position:relative; top:-0.4em; font-size:smaller;}

.underline {text-decoration:underline;}
.bold {font-weight:bold;}
.unbold {font-weight:normal;}
.ital {font-style:italic;}

.border-0 {border-width:0;}
.border-1 {border:1px solid #000;}

.float-left {float:left;}
.float-right {float:right;}
.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}

.error {color: red; text-decoration: underline;}
.validator, .validator a:link, .validator a:visited {font-size: xx-small; text-align: left; background-color: #fff; color: #000; text-decoration :none;}
.validator a:hover {text-decoration: underline; color: #f00;}

/*site layout CSS--------------------------------------------------------------------------------------*/
body {
font-family: Arial, sans-serif;
font-size: 1.3em;
padding: 0 0 20px;
margin: 0;
text-align: center;
    background-color: #d3dcc1;
}

#container {
/*width:1000px; !*page width*!*/
margin: 0 auto; /*centers main divs*/
overflow: hidden;
}

#header {
text-align: center;
padding: 0;
margin: 0;
}

#main-wrapper {
padding: 0 10px 0;
margin: 0 auto;
min-height: 350px;
height: auto !important;
height: 350px;
    text-align:left;
    max-width: 70%;
}

#main-content {
padding:0;
margin:0;
}

#footer {
clear:both;
text-align:center;
padding:0;
margin:0;
}

fieldset {
border-width: 0;
    padding: 0;
    margin: 0;
}

legend {
display:none;
}

/*contact form CSS------------------------------------------------Need form CSS here for widths, etc.... instead of php file--------------------------------------*/
#con-form {
    max-width: 600px;
    width: 100%;
text-align:left;
}

#con-form input, #con-form textarea {
    padding:1px;
    margin:1px;
    width: calc(100% - 6px);
}

#con-form input[type="submit"] {
    margin-top: 10px;
    width: 30%;
}

form.donate {
    margin:20px 5px;
    width:40%
}

form.donate select, form.donate input {
    margin: 2px 0;
}

/*menu links CSS--------------------------------------------------------------------------------------*/
div.links-main {
height:24px;
}

div.links-main ul {
float:left;/*remove to left justify menu*/
position:relative;
left:50%;
padding:0;
margin:0;
}

div.links-main ul li {
float:left;
position:relative;
right:50%;
padding:0;
margin:0;
display:block;
list-style:none;
}

div.links-main a:link, div.links-main a:visited {
padding:0 10px;
display:block;
font-size:24px;
line-height:24px;
font-weight:bold;
text-align:center;/*optional*/
/*width:100px;!*optional*!*/
}

div.links-main a:hover, div.links-main a:active {
text-decoration:none;
}

div.links-main a:active, div.links-main a:focus {
outline:0;
}

div.links-main ul li.soc-med a {
    display: inline;
    padding: 0 2px;
}

/*--------------------------------------------------------------------------------------*/
div.links-sec {
}

div.links-sec ul {
float:left;/*remove to left justify menu*/
position:relative;
left:50%;
padding:0;
margin:0;
}

div.links-sec ul li {
float:left;
position:relative;
right:50%;
padding:0 5px;
margin:0;
display:block;
list-style:none;
font-size:14px;
line-height:20px;/*accommodates 20 icon*/
}

div.links-sec a:link, div.links-sec a:visited {
color: #000;
}

div.links-sec ul li.soc-med a {
    padding: 0 2px;
}

/*copyright notice CSS--------------------------------------------------------------------------------------*/
#copyright {
clear:both;
font-size:12px;
}

/*custom CSS, add additional CSS declarations here--------------------------------------------------------------------------------------*/
a {
    outline: 0;
}

a:link, a:visited {
    text-decoration:none;
}

a:link, a:visited, div.links-main a:link, div.links-main a:visited, .nws-blue {
    color: #0052ad;
}

a:hover {
text-decoration:underline;
}

#header .logo-wrapper {
    width: 100%;
    padding: 0 15%;
    background-color: #fff;
}

#header img.logo {
    width: 100%;
    height: auto;
    display: block;
}

h1, h2, .nws-green {
    color: #567a11;
}

h3, h4, h5, h6 {
    color: #000;
}

h1, h2, h3, h4, h5, h6, div.links-main {
    font-family: 'Crete Round', serif;
}

.subheader {
    font-size: 1.5em;
}

.purpose {
    margin-left: 20%;
    margin-right: 20%;
    padding-left: 5px;
    border-left: #0052ad solid 2px;
}

img.float-right {
    margin-left: 15px;
}

img.float-left {
    margin-right: 20px;
}

img.float-left, img.float-right {
    height: auto;
}

img.float-left, img.float-right, p.caption {
    width: 45%;
}

img.rounded {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 50px;
}

p.caption {
    margin-bottom: 25px;
    font-size: 0.8em;
    margin-top: 0;
}

.float-cont ul.marg-left {
    margin-left: 45%;
}

.float-cont {
    clear: both;
    margin-bottom: 20px;
}

.indent-div {
    margin-left: 15px;
}

#main-content {
    margin: 0 5%;
}

/*break point 1000px-------------------------------------------------------------------*/
@media all and (max-width: 999px) {

    #main-wrapper {
        max-width: unset;
    }

    #main-content {
        margin: 0;
    }

    .purpose {
        margin-left: 5%;
        margin-right: 5%;
    }
}

/*break point 500px-------------------------------------------------------------------*/
@media all and (max-width: 599px) {

    #header {
        padding:0;
    }

    #header .logo-wrapper {
        padding: 0;
    }

    #header img.logo {
        width: 173%;
    }

    #main-wrapper {
        max-width: unset;
    }

    div.links-main ul li {
        width: 50%;
    }

    img.float-left, img.float-right {
        height: auto;
        margin: 0 0 10px;
    }

    img.float-left, img.float-right, p.caption {
        width: 100%;
    }

    p.caption {
        margin-top: -10px;
    }
}

html {
     visibility: visible;
     opacity: 1;
 }