/* CSS Document */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}
html {
    font-size: 62.5%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}
*:focus {
    border: 1px dotted #ccc;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.featured-content .more-posts::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.featured-content .more-posts::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

body {
    width: 100%;
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55;
    background-color: #fff;
    color: #1C1C1C;
}
img {
    width: 100%;
    height: auto;
}
a {
    color: #166daa;
    text-decoration: underline;
}
p {
    margin: 0px 0px 18px;
    letter-spacing: .02em;
}
a:hover {
    text-decoration: none;
}
.button {
    background-color: #daa520;
    border-radius: 2px;
    vertical-align: baseline;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-align:center;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 24px 6px;
    letter-spacing: .04em;
}
.button:hover {
    background-color: #a37c18;
}

a.button {
    color: #fff;
    text-decoration: none;
}
header a.button, .cta a.button {
    font-size: 28px;
    font-size: 2.8rem; 
}
h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 72px;
    font-size: 7.2rem;
    color: #fff;
    margin: 0px 0px 16px;
    line-height: 1.1;
}

h5 {
    font-weight: 400;
    font-size: 24px;
    font-size:2.4rem;
    margin: 0px 0px 18px;
    letter-spacing: .04em;
    line-height: 1.1;
}
.wrap {
    width: 100%;
    max-width: 1140px;
    padding: 50px 26px;
    position: relative;
    margin: 0px auto;
}
nav .donate {
    float: right;
    margin-bottom: 8px;
}
nav {
    position: fixed;
    top: 0;
    height: 86px;
    background-color: #fff;
    width: 100%;
    z-index: 10000;
    -webkit-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.25);
box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.25);
}
.logo {
    width: 30%;
    max-width: 280px;
    float:left;
}
nav .wrap {
    padding: 8px 20px 0px;
}
.header-left {
    float:right;
    text-align: right;
     margin-top: 4px;
    width:70%;
}
nav ul {
    margin: 8px 0px 0px;
    clear:both;
    padding-left: 0px;
}
nav li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #807f7f;
}
nav li:last-child {
    border-right: none;
}
nav li:last-child a {
    padding-right: 0px;
}
nav li a {
    color: #807f7f;
    font-size: 16px; 
    font-size: 1.6rem;
    padding: 0px 16px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    line-height: 1;
}
nav li a:hover, nav li a.active {
    color:#166daa;
}
header {
    margin-top: 86px;
    background-image: url("images/bkgd_01.jpg");
    background-size: cover;
    padding: 8% 0px 10%;
    text-align: center;
}
header h1 {
    font-size: 80px;
    font-size: 8.0rem; 
    margin: 0px 0px 20px;
    line-height: 1;
}
header h5, header h5 a {
    color: #fff;
    margin: 0px 0px 38px;
}
header .wrap {
    padding: 0px 26px;
}
.page header {
    min-height: 180px;
    padding: 0px;
    background-image: url("images/page-bkgd_02.jpg");   
    background-size: cover;
}
.page header h1 {
    font-size:72px;
    font-size: 7.2rem;
}
.page header .wrap {
    padding: 50px 26px 40px;
}

.goal, .cta {
    background-color: #166daa;
    color: #fff;
    text-align:center;
}
.goal .wrap {
    max-width: 700px;
    margin: 0 auto
}
.goal h2, .cta h2, h2 {
    color: #fff;
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0px 0px 10px;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .03em;
    line-height: 1.1;
}
h2 {
    color: #1C1C1C;
    font-size: 32px;
    font-size: 3.2rem;
}
.goal p, .cta p {
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
}
small {
    font-style:italic;
    line-height: 1!important;
}
hr {
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 30px 0px;
}
table {
    margin-bottom: 10px;
}
td {
    padding: 6px;
}
.col2 img {
    max-width: 200px;
    text-align: center;
    margin-bottom: 20px;
}
.col2 {
    text-align: center;
}
.content .wrap {
    padding: 0px;
}
.content img {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}
.content h4 {
    margin: 0px 0px 10px;
    font-size: 22px;
    font-size: 2.2rem;  
    line-height: 1.3;
}
.content h3 {
    color: #166daa;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0px 0px 14px;
    font-size: 26px;
    font-size: 2.6rem; 
    font-weight: 400;
    text-align: center;
}
.col1 {
    width: 100%;
    max-width: 65%;
    float: left;
    padding: 50px 30px 60px 26px;
}
.col2 {
    width: 100%;
    max-width: 34%;
    float: right;
    background-color: #f2f3f3;
    padding: 60px 26px 80px;
    line-height: 1.4;
}
.cta .wrap {
    max-width: 940px;
}
footer {
    border-top: 1px solid #ccc;
}
footer .col1 {
    padding: 0px;
}
footer .col2 {
    padding: 14px 0px 0px;
}
footer .col2 {
    background-color: #fff;
    text-align: right;
}
footer .col1 img {
    width: 100px;
}
footer .col2 img {
    width: 42px;
}
footer .wrap {
    padding-bottom: 10px;
}
.copyright {
    clear: both;
    font-size: 90%;
    text-align: center;
    padding-top: 30px;
}
img.alignleft {
    float: left;
    margin: 0px 16px 14px 0px;
}
img.alignright {
    float: right;
    margin: 0px 0px 14px 16px;
}
@media only screen and (max-width: 860px) {

     nav .donate {
        display: none;
    }
    nav ul {
        margin-top: 0px;
    }
    nav {
      height: 74px;  
    }
    header {
        margin-top: 74px;
    }
}
@media only screen and (max-width: 840px) {

    .logo {
        width:23%;
    }
    .header-left {
        width: 77%;
    }
 nav {
      height: 68px;  
    }
    header {
        margin-top: 68px;
    }
}
@media only screen and (max-width: 800px) {
.col1 {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 50px 26px 60px;
}
.col2 {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 60px 26px 60px;
}
}

@media only screen and (max-width: 760px) {
    nav .wrap {
        padding-top: 4px;
    }
     nav {
      height: 86px;  
    }
    header {
        margin-top: 86px;
    }

    .header-left {
        width: 100%;
    }
    header h1 {
    font-size: 70px;
    font-size: 7.0rem;
    }
    .page header h1 {
    font-size:60px;
    font-size: 6.2rem;
}
    nav ul, .header-left {
        margin-top:0px;
        float:none;
        text-align:center;
        line-height: 1.3;
    }
        footer .col1, footer .col2 {
            text-align: center;}
    .logo {
        width: 100%;
        float:none;
        max-width: 170px;
        margin: 0px auto;
        line-height: 1;
    }
    img.alignright, img.alignleft {
        float:none;
        margin: 0 auto 10px;
        text-align:center;
    }
    .hide {
        display: none;
    }

}
@media only screen and (max-width: 600px) {
    footer {
        word-wrap: break-word;
    }
    nav .wrap {
    padding: 8px 10px 0px;
}
    header h1 {
    font-size: 54px;
    font-size: 5.4rem;
    }
    .page header h1 {
    font-size:50px;
    font-size: 5.2rem;
}
     nav {
      height: 106px;  
    }
    header {
        margin-top: 106px;
    }

}
