/*
Theme Name: Courage Garden
Theme URI: http://andrewdsimms.com
Description: A custom responsive style for CourageGardenPlants.com
Theme Author: Andrew Simms
Author URI: http://www.andrewdsimms.com
Version: 3.5
*/

/*Reset CSS*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%
}

/*Typography*/

body {
    font-size: 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.5em;
}

h1 {
    font-size: 3.333333333em;
    font-weight: bold;
    line-height: 1.3em;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
}

h2 {
    font-size: 3.333333333em;
    font-weight: bold;
    line-height: 1.3em;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
}

h3 {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.2em;
}

h4, h5, h6 {
    font-size: 1.466666667em;
    font-weight: bold;
    line-height: 1.5em;
}

p {
    margin-bottom: 15px;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

img {
    max-width: 100%}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/*Universal Styles*/

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

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

.center {
    margin: 0 auto;
}

.container {
    overflow: hidden;
    height: 100%;
    clear: both;
    margin: 0;
    position: relative;
    z-index: 10;
}

.row {
    width: 100%;
    overflow: hidden;
    float: left;
    height: 100%;
    clear: both;
    margin: 0;
}

.onecol {
    width: 6.9078947368%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.first {
    margin-left: 1.3157894737%}

.twocol {
    width: 15.1315789474%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.threecol {
    width: 23.35526316%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.fourcol {
    width: 31.5789474%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.fivecol {
    width: 39.8026315789%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.sixcol {
    width: 48.0263157895%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.sevencol {
    width: 56.2500000000%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.eightcol {
    width: 64.4736842105%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.ninecol {
    width: 72.6973684211%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.tencol {
    width: 80.9210526316%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.elevencol {
    width: 89.1447368421%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

.twelvecol {
    width: 97.3684210526%;
    margin-right: 1.3157894737%;
    float: left;
    clear: none;
    height: 100%}

@media screen and (max-width:479px) {
    .container {
    width: 100%;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.row {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    clear: both;
    margin: 0;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    width: 94%;
    float: left;
    clear: none;
    margin-right: 0;
    margin-left: 3%}

.first {
    margin-left: 3%;
    margin-right: 0;
}

}
@media screen and (min-width:480px) and (max-width:599px) {
    .container {
    width: 100%;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.row {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    clear: both;
    margin: 0;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    width: 94%;
    margin-left: 3%;
    float: left;
    clear: none;
}

.first {
    margin-left: 3%;
    margin-right: 0;
}

}
@media screen and (min-width:600px) and (max-width:767px) {
    .container {
    width: 100%;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.row {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    clear: both;
    margin: 0;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    width: 90%;
    margin-left: 5%;
    float: left;
    clear: none;
}

.first {
    margin-left: 5%;
    margin-right: 0;
}

.sixcol {
    width: 42.5%;
    margin-left: 5%;
    float: left;
    clear: none;
}

}
@media screen and (min-width:768px) and (max-width:959px) {
    .container {
    width: 100%;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.row {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    clear: both;
    margin: 0;
}

}
@media screen and (min-width:960px) and (max-width:1139px) {
    .container {
    width: 100%}

}
@media screen and (min-width:1140px) {
    .container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

}
body {
    background-color: #f2ffee;
}

#logo {
    height: 121px;
    width: 260px;
    background-image: url('img/logo.png');
}

#print-box {
    display: none;
}

.index #sidebar, .single #sidebar {
    display: none;
}

#noscript {
    text-align: center;
    background-color: #a00;
    border: 1px solid #d80000;
    color: #fff;
    text-shadow: 0 -1px 0 #333;
}

#noscript h2 {
    text-transform: uppercase;
}

#noscript h3 {
    padding: 15px;
}

header {
    padding: 15px;
    background-color: #333;
    border-bottom: 1px solid #2da65d;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
}

header.active {
    border-bottom: 0;
    padding-bottom: 0;
}

nav ul li a {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #333;
    padding: 4px 4px 4px 0;
    font-family: "Open Sans Condensed", 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden;
    transition: .3s;
}

nav ul li {
    float: left;
    padding: 4px .6em;
    margin-top: 45px;
}

nav ul li.current-menu-item a {
    color: #58b638;
    border-bottom: 2px solid #58b638;
}

nav ul li a:hover {
    color: #2da65d;
    border-bottom: 2px solid #2da65d;
}

footer {
    background-color: #333;
    color: #fff;
    margin-top: 15px;
}

footer p, footer a {
    padding: 15px;
    text-align: center;
    padding-bottom: 0;
    color: #fff;
}

table, tr, td {
    border: 1px solid #58b638;
}

table {
    width: 100%;
    float: left;
}

table a{
    text-decoration: underline;
}

td {
    padding: 4px;
}

th {
    font-size: 1.4666666667em;
    font-weight: bold;
    padding: 4px;
    background-color: #58b638;
    text-shadow: 0 -1px 0 #000;
    color: #fff;
}

tr:nth-child(even) {
    background-color: #bdffb7;
}

tr {
    background-color: #fff;
}

.picture-1, .picture-2 {
    margin-bottom: 15px;
    width: 100%}

table {
    margin-bottom: 15px;
}

.bottom-text {
    margin-bottom: 15px;
}

.latin-name h3 a {
    color: #58b638;
    margin: 0;
    padding-left: 0;
    width: aut0;
}

.latin-name p {
    padding: 0;
    width: auto;
}

.plant-title {
    border-bottom: 1px solid #58b638;
    margin-bottom: 15px;
}

.blog-post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.blog-post h2 {
    text-transform: uppercase;
}

p.bottom-title {
    background-color: #58b638;
    color: #fff;
    text-shadow: 0 -1px 0 #333;
    padding: 4px;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.bottom-text p {
    padding-left: 4px;
    margin-bottom: 7px;
}

.bottom text p.bottom-title {
    padding: 4px;
}

.search-nav.active a {
    border: 1px solid #2da65d;
    border-bottom: 1px solid #bdffb7;
    padding-bottom: 43px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #333;
    background-color: #bdffb7;
    text-shadow: 0 -1px 0 #ddd;
    position: relative;
    z-index: 100;
}

#header-search {
    position: relative;
    top: -1px;
    background-color: #bdffb7;
    border: 1px solid #2da65d;
    padding: 15px 15px 7px 15px;
    z-index: 1;
    display: none;
    margin-bottom: -1px;
}

.normal-search label {
    font-size: 1.46666667em;
    font-weight: bold;
}

.normal-search input.field {
    padding: 4px;
    font-family: 'Open Sans' 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-shadow: 0 0 3px #333;
    font-size: 22px;
}

.normal-search input.submit, .searchform-controls input {
    -moz-box-shadow: inset 0 1px 0 0 #9acc85;
    -webkit-box-shadow: inset 0 1px 0 0 #9acc85;
    box-shadow: inset 0 1px 0 0 #9acc85;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
    background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b', GradientType=0);
    background-color: #74ad5a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #3b6e22;
    display: inline-block;
    color: #fff;
    font-family: 'Open Sans Condensed', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4666666667em;
    text-transform: uppercase;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #333;
    cursor: pointer;
}

.normal-search input.submit:hover, .searchform-controls input:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
    background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a', GradientType=0);
    background-color: #68a54b;
}

.normal-search input.submit:active, .searchform-controls input:active {
    position: relative;
    top: 1px;
}

.normal-search form {
    width: 445px;
    margin: 0 auto;
}

#advanced-click-container {
    margin: 7px auto;
    width: 210px;
}

.searchform-controls input {
    float: right;
}

.searchform-params .fourcol {
    margin-bottom: 15px;
}

.advanced-search h3 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
    width: auto;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Open Sans Condensed';
    font-size: 1.46666667em;
}

.advanced-search label {
    width: 170px;
    margin-right: 15px;
    color: #fff;
    font-size: 1em;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-shadow: 0 -1px 0 #000;
}

.advanced-search .sixcol {
    border-bottom: 1px solid #2da65d;
    margin-bottom: 10px;
}

.advanced-search {
    background-color: #333;
    border-radius: 5px;
    border: 1px solid #2da65d;
    overflow: hidden;
    padding: 15px;
}

.DropDownField select {
    width: 200px;
    font-family: 'Open Sans' 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    float: right;
    margin-right: 15px;
}

.DropDownField {
    padding-bottom: 7px;
}

.TextField input {
    font-family: 'Open Sans' 'Helvetica Neue', Helvetica, Arial, sans-serif;
    box-shadow: 0 0 3px #333;
    font-size: 1em;
    float: right;
    margin-right: 15px;
    width: 195px;
}

.TextField {
    padding-bottom: 4px;
}

#alpha-nav a {
    width: 20%;
    float: left;
    text-align: center;
    color: #2da65d;
    font-size: 1.4666666667em;
    font-weight: bold;
    padding: 20px 0;
    border-bottom: 1px solid #2da65d;
    font-family: 'Open Sans Condensed'}

#alpha-nav a:hover {
    color: #58b638;
    text-decoration: underline;
}

#alpha-nav {
    position: relative;
    z-index: 100;
}

#alpha-nav a.active, #alpha-nav a.active:hover {
    color: #333;
    background-color: #bdffb7;
    padding: 10px 0 20px 0;
    margin-bottom: 0;
    margin-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #bdffb7;
    box-shadow: 0 -1px 0 #2da65d, -1px 0 0 #2da65d, 1px 0 0 #2da65d;
    text-decoration: none;
}

#alpha-sub-nav {
    background-color: #bdffb7;
    overflow: hidden;
    border-bottom: 1px solid #2da65d;
    border-right: 1px solid #2da65d;
    box-shadow: -1px 0 0 #2da65d;
    position: relative;
    z-index: 1;
}

#alpha-sub-nav a {
    display: block;
    float: left;
    clear: none;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.46666666667em;
    font-family: 'Open Sans Condensed';
    transition: .3s;
}

#alpha-sub-nav a.seven {
    width: 14.285714286%;
}

#alpha-sub-nav a.thirteen {
    width: 7.692307692%}

#alpha-sub-nav a.six {
    width: 16.666666667%}

#alpha-sub-nav a:hover, #alpha-sub-nav a:active {
    color: #fff;
    background-color: #2da65d;
    border-radius: 5px;
}

.letter-nav div {
    width: auto;
    float: left;
    font-family: 'Open Sans Condensed';
    font-size: 2.2em;
    padding: 10px;
    padding-left: 0;
    overflow: hidden;
}

.letter-nav {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.letter-nav a {
    float: right;
    padding-top: 10px;
    overflow: hidden;
    text-decoration: underline;
}

.archive-post h2, .archive-post .row {
    overflow: hidden;
}

.archive-post {
    padding-bottom: 15px;
    padding-top: 15px;
}

.archive-post .latin-name {
    padding-bottom: 7px;
    border-bottom: 1px solid #2da65d;
    margin-bottom: 7px;
}

.all-entries .latin-name {
    border-bottom: 0;
}

.archive-post.all-entries a.title {
    font-size: 1.4666666667em;
    font-family: 'Open Sans';
    width: auto;
    float: left;
    clear: none;
    padding: 10px 22px 10px 0;
    color: #333;
    line-height: 1.2;
}

.archive-post.all-entries a.latin-name {
    float: left;
    clear: none;
    width: auto;
    margin-top: 10px;
}

.archive-post.all-entries a.latin-name:hover {
    color: #58b638;
}

.archive-post.all-entries a.title:hover {
    color: #58b638;
}

.archive-post.all-entries .twelvecol {
    border-bottom: 1px solid #ddd;
}

.archive-post.all-entries .twelvecol:hover {
    background-color: #bdffb7;
}

.archive-post img.picture-1 {
    width: 150px;
    margin: 0 auto;
}

.archive-post p {
    padding: 0;
    display: inline;
}

.search-result {
    border-bottom: 1px solid #ddd;
    overflow: auto;
}

.button {
    -moz-box-shadow: inset 0 1px 0 0 #9acc85;
    -webkit-box-shadow: inset 0 1px 0 0 #9acc85;
    box-shadow: inset 0 1px 0 0 #9acc85;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
    background: -moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: -ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
    background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b', GradientType=0);
    background-color: #74ad5a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #3b6e22;
    display: block;
    color: #fff;
    font-family: 'Open Sans Condensed';
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    float: right;
    text-shadow: 0 -1px 0 #333;
}

.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
    background: -moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: -ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
    background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a', GradientType=0);
    background-color: #68a54b;
}

#more-nav-box {
    display: none;
    font-family: 'Open Sans Condensed';
    font-size: 1.8em;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    background-color: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 100;
    top: -1px;
    margin-bottom: -1px;
}

#more-nav-box .twelvecol {
    width: 30%;
    float: right;
}

#more-nav-box a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 10px;
    width: 100%;
    float: right;
    clear: both;
    text-align: center;
    background-color: #333;
    border-left: 1px solid #2da65d;
    border-right: 1px solid #2da65d;
    transition: .3s;
}

#more-nav-box a:last-child {
    border-bottom: 1px solid #2da65d;
}

#more-nav-box a:hover {
    border-bottom: 1px solid #2da65d;
    color: #2da65d;
}

.more-nav.active {
    color: #58b638;
    border-bottom: 2px solid #58b638;
}

#plants .button {
    margin-right: 15px;
    margin-top: 15px;
}

#plants .button.all-archive-button {
    margin: 5px 7px 5px 7px;
    float: right;
}

#front-page-main {
    max-width: 1140px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.front-page-button {
    font-size: 1.5em;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #333;
    top: -200px;
    left: -30px;
    position: relative;
}

h2.front-page-sub-header {
    font-size: 1.7em;
    text-transform: uppercase;
    color: #333;
    border-bottom: 2px solid #58b638;
    padding: 7px;
    text-align: center;
    margin-bottom: 7px;
}

#front-page-main img {
    position: relative;
    z-index: 1;
}

#front-page-main .inner h1 {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    font-family: 'Open Sans';
    font-size: 3.3333333333em;
    position: relative;
    top: -300px;
    left: 57%}

#front-page-main .inner {
    position: relative;
    z-index: 10;
}

.front-page-sub {
    position: relative;
    top: -165px;
    margin-bottom: -165px;
}

.bigger {
    font-size: 1.2em;
    position: relative;
    left: -110px;
}

.site-map ul {
    list-style: disc;
    position: relative;
    left: 5px;
}

.site-map ul ul li {
    left: 15px;
    position: relative;
}

.site-map a {
    text-decoration: underline;
}

.site-map a:hover {
    color: #2da65d;
}

footer a {
    color: #fff;
    padding: 0 15px 15px 15px;
    display: block;
}

footer a:hover {
    color: #58b638;
}

.ask-a-question h2 {
    text-transform: uppercase;
    border-bottom: 2px solid #58b638;
    margin-bottom: 15px;
}

.ask-a-question input, .ask-a-question textarea {
    font-family: 'Open Sans';
    font-size: 15px;
    padding: 3px;
    color: #333;
    width: 270px;
}

.ask-a-question img {
    max-width: none;
}

.ask-a-question .wpcf7-submit.button {
    width: 150px;
    float: left;
    color: #fff;
    font-size: 1.4666666667em;
    text-shadow: 0 -1px 0 #333;
    clear: both;
}

.wpcf7-response-output {
    float: left;
    clear: both;
}

.search-results h4 {
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    border-bottom: 1px solid #58b638;
    margin-bottom: 15px;
    margin-top: 15px;
}

.align-right {
    text-align: right;
    float: right;
    display: inline-block;
}

.about-us .row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.about-us .row:first-child {
    border-bottom: 2px solid #58b638;
    padding-bottom: 0;
}

.about-us .row:last-child {
    border-bottom: 0;
}

.definitions h2 {
    border-bottom: 1px solid #58b638;
    margin-bottom: 15px;
}

.definitions ul {
    margin-left: 15px;
    list-style: disc;
}

.huge-icon {
    font-size: 300px;
}

.four-o-four {
    text-align: center;
}

.four-o-four .huge-icon {
    color: #82121a;
    text-align: center;
}

.four-o-four h2 {
    font-size: 2.2em;
    text-align: center;
    border-bottom: 1px solid #82121a;
    margin-bottom: 15px;
}

.four-o-four h3 {
    font-family: 'Open Sans Condensed';
    font-size: 1.467777em;
    text-transform: uppercase;
    margin-bottom: 7px;
}

ol {
    list-style-type: decimal;
    padding-left: 15px;
    list-style-position: inside;
}

.four-o-four a {
    color: #2da65d;
}

.four-o-four a:hover {
    color: #58b638;
}

.news h2 {
    border-bottom: 2px solid #58b638;
    margin-bottom: 15px;
}

.news h3 {
    font-family: 'Open Sans Condensed';
    border-bottom: 1px solid #58b638;
    text-transform: uppercase;
    color: #444;
    font-size: 2.2em;
}

#sidebar h2 {
    font-size: 1.4666666667em;
    margin-bottom: 7px;
}

#sidebar {
    border-left: 1px solid #ddd;
    padding: 15px;
}

.widget {
    margin-bottom: 15px;
}

.pagination a {
    font-weight: bold;
    padding: 4px 9px;
    background-color: #58b638;
    border-radius: 5px;
    border: 1px solid #2da65d;
    color: #fff;
    display: inline-block;
    text-shadow: 0 -1px 0 #333;
}

.pagination .current {
    font-weight: bold;
    padding: 4px 9px;
    border-radius: 5px;
    border: 1px solid #2da65d;
    color: #2da65d;
    display: inline-block;
}

.pagination a:hover {
    background-color: #2da65d;
    border: 1px solid #58b638;
}

.pagination {
    margin-top: 15px;
}

.news {
    padding-bottom: 15px;
}

.more-home-link {
    display: none;
}

.more-about-link {
    display: none;
}

.about-us h3 {
    margin-bottom: 15px;
}

.about-us ul {
    list-style-type: disc;
    padding-left: 15px;
}

.about-us ul li {
    margin-bottom: 15px;
    list-style-type: disc;
    padding-left: 15px;
    list-style-position: inside;
}

.about-us a {
    text-decoration: underline;
}

.about-us a:hover, .about-us a:active {
    color: #58b638;
}

footer .disclamer a{
    text-decoration: underline;
}

footer .no-print{
    width: 100%;
}

footer.no-print a{
    display: inline;
    width: auto;
}

.definitions h2{
    font-size: 2em;
}

.definitions a{
    text-decoration: underline;
}

.news-content a{
    text-decoration: underline;
} 

p.news-date{
    margin-left: 0;
    padding-left: 0;
}

.dead{
    padding: 15px;
    background-color: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 0.25);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-top: 15px;
}

.dead h3{
    font-weight: normal;
    color: #333;
}

@media screen and (-webkit-device-pixel-ratio:2) {
    #logo {
    background-image: url('img/logo@2x.png');
    background-size: 100%}

}
@media screen and (max-width:479px) {
    header {
    padding: 15px 0 0 0;
}

h1, h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.4677777em;
}

.container {
    width: 100%}

.row {
    width: 100%}

nav {
    margin: 0 auto;
    width: 100%}

nav ul li {
    padding: 15px 4px;
    margin: 0;
}

nav ul {
    overflow: hidden;
    width: 300px;
    float: none;
    margin: 0 auto;
}

nav ul li:last-child {
    padding-right: 0;
}

#logo {
    margin: 0 auto;
    display: block;
}

nav ul li a {
    font-size: 1.4em;
}

img {
    width: 90%;
    margin-left: 5%}

.advanced-search label {
    margin-right: 50px;
}

.DropDownField select, .TextField input {
    width: 100%;
    float: left;
    clear: both;
    max-width: 280px;
}

#header-search {
    padding: 15px 0;
}

.normal-search input.field {
    width: 160px;
}

.normal-search form {
    width: 285px;
    margin: 0 auto;
}

#front-page-main .inner h1 {
    top: 0;
    left: 0;
    text-align: center;
    color: #333;
    text-shadow: none;
    font-size: 2em;
}

.front-page-sub {
    top: 0;
    margin-bottom: 0;
}

.front-page-button {
    font-size: 1.2em;
    float: left;
    clear: both;
    top: 0;
    left: 0;
    width: 70%;
    text-align: center;
    margin-left: 12%;
}

#front-page-main .inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 47px;
    margin-bottom: 17px;
}

.bigger {
    font-size: 1.2em;
    position: relative;
    left: 0;
}

.ask-a-question img {
    width: auto;
}

.site-map ul {
    padding-left: 15px;
}

.site-map h2 {
    border-bottom: 1px solid #58b638;
    margin-bottom: 15px;
}

#front-page-main .inner h1 {
    font-size: 1.7em;
}

#front-page-main img {
    width: 100%;
    float: left;
    margin: 0;
}

.single img {
    margin: 0;
    padding: 0;
}

h4.search-results-title {
    padding: 0 2%}

#sidebar {
    border-top: 1px solid #ddd;
    border-left: 0;
    padding: 15px;
}

.home-link {
    display: none;
}

#more-nav-box .twelvecol {
    width: 100%}

#more-nav-box nav a {
    font-size: 1em;
    border-right: 0;
    border-left: 0;
}

.more-home-link {
    display: block;
}

.more-about-link {
    display: block;
}

.about-link {
    display: none;
}

}
@media screen and (min-width:480px) and (max-width:599px) {
    header {
    padding: 15px 0 0 0;
}

h1, h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.4677777em;
}

.container {
    width: 100%}

.row {
    width: 100%}

nav {
    margin: 0 auto;
    width: 100%}

nav ul li {
    padding: 15px;
    padding-right: 0;
    margin: 0;
}

nav ul li:last-child {
    padding-right: 0;
}

nav ul {
    overflow: hidden;
    width: 440px;
    float: none;
    margin: 0 auto;
}

#logo {
    margin: 0 auto;
    display: block;
    background-image: url(img/logo-long.png);
    height: 60px;
    width: 400px;
}

nav ul li a {
    font-size: 1.4em;
}

img {
    width: 90%;
    margin-left: 5%}

#header-search {
    padding: 15px 0;
}

.DropDownField select, .TextField input {
    margin: 0 auto;
    width: 150px;
}

#front-page-main .inner h1 {
    top: 0;
    left: 0;
    text-align: center;
    color: #333;
    text-shadow: none;
    font-size: 2em;
}

.front-page-sub {
    top: 0;
    margin-bottom: 0;
}

.front-page-button {
    font-size: 1.2em;
    float: left;
    clear: both;
    top: 0;
    left: 0;
    width: 70%;
    text-align: center;
    margin-left: 12%}

#front-page-main img {
    width: 100%;
    float: left;
    margin: 0;
}

#front-page-main .inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 47px;
    margin-bottom: 17px;
}

.bigger {
    font-size: 1.4em;
    position: relative;
    left: 0;
}

.ask-a-question img {
    width: auto;
}

.site-map ul {
    padding-left: 15px;
}

.site-map h2 {
    border-bottom: 1px solid #58b638;
    margin-bottom: 15px;
}

.single img {
    margin: 0;
    padding: 0;
    width: 100%}

h4.search-results-title {
    padding: 0 2%}

#sidebar {
    border-top: 1px solid #ddd;
    border-left: 0;
    padding: 15px;
}

.home-link {
    display: none;
}

#more-nav-box .twelvecol {
    width: 80%}

#more-nav-box nav a {
    font-size: 1em;
}

.more-home-link {
    display: block;
}

}
@media screen and (min-width:480px) and (max-width:599px) and (-webkit-device-pixel-ratio:2) {
    #logo {
    background-image: url('img/logo-long@2x.png');
    background-size: 100%}

}
@media screen and (min-width:600px) and (max-width:767px) {
    header {
    padding: 15px 0 10px 0;
}

.container {
    width: 100%}

.row {
    width: 100%}

nav {
    margin: 0 auto;
    width: 100%}

nav ul li {
    margin: 0;
    margin-right: 20px;
    padding: 1px;
    padding-top: 15px;
}

nav ul li a {
    margin: 0;
    padding: 0;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul {
    overflow: hidden;
    width: 550px;
    padding: 0;
    float: none;
    margin: 0 auto;
}

#logo {
    margin: 0 auto;
    display: block;
}

.advanced-search label {
    margin-right: 0;
}

.DropDownField select, .TextField input {
    margin: 0 auto;
    width: 210px;
    float: left;
}

#header-search {
    padding: 15px 0;
}

#front-page-main .inner h1 {
    top: 0;
    left: 150px;
    color: #333;
    text-shadow: none;
    font-size: 2em;
}

.front-page-sub {
    top: 0;
    margin-bottom: 0;
}

.front-page-button {
    top: -60px;
    left: -15px;
    font-size: 1.2em;
}

#front-page-main .inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

h4.search-results-title {
    padding: 0 2%}

#sidebar {
    border-top: 1px solid #ddd;
    border-left: 0;
    padding: 15px;
}

.home-link {
    display: none;
}

#more-nav-box .twelvecol {
    width: 40%}

#more-nav-box nav a {
    font-size: 1em;
}

.more-home-link {
    display: block;
}

}
@media screen and (min-width:768px) and (max-width:959px) {
    .DropDownField select, .TextField input {
    width: 150px;
}

#logo img {
    width: 260px;
    max-width: 260px;
}

nav a, nav ul li a {
    font-size: 1.4em;
}

#front-page-main .inner h1 {
    font-size: 2.2em;
    top: -230px;
    left: 59%}

#front-page-main img {
    max-width: none;
    width: 100%}

.front-page-sub {
    top: -120px;
    margin-bottom: -120px;
}

h4.search-results-title {
    padding: 0 2%}

.home-link {
    display: none;
}

#more-nav-box .twelvecol {
    width: 40%}

#more-nav-box nav a {
    font-size: 1em;
}

.more-home-link {
    display: block;
}

}
@media screen and (min-width:959px) and (max-width:1139px) {
    #front-page-main .inner h1 {
    font-size: 2.9em;
    top: -250px;
}

.front-page-sub {
    top: -155px;
    margin-bottom: -155px;
}

h4.search-results-title {
    padding: 0 2%}

header nav ul li a {
    font-size: 1.5em;
}

#more-nav-box .twelvecol {
    width: 30%}

}
