/*
==========================
==========================
  base
==========================
==========================
*/
/*
Theme Name: tinynow_NAMI
Theme URI: http://underscores.me/
Author: Matt Kreiling
Author URI: http://tinynow.com
Description: Another custom theme by tinynow.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nami
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 tinynow_NAMI is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #0352a1;
  color: #ffffff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .75em 1.25em;
  text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 #429efb, inset 0 15px 17px #0f85fb, inset 0 -5px 12px #046bd3;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*
==========================
==========================
  mixins
==========================
==========================
*/
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.subtle-shadow {
  box-shadow: 1px 1px 8px -4px #000000;
}
.button,
a.button,
a.button:visited,
input.button {
  padding: 7px 12px;
  border-radius: 5px;
  border: 1px solid white;
  background: #0352a1;
  color: white;
  text-decoration: none;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.button:hover,
a.button:hover,
a.button:visited:hover,
input.button:hover {
  background: #f32f4a;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 0px #444;
}
.down-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid gray;
  border-bottom: none;
}
.up-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid gray;
  border-top: none;
}
/*
==========================
==========================
  variables
==========================
==========================
*/
/* Colors */
/* Fonts */
/* Breakpoints */
/* Backgrounds */
.feathered-bg {
  background: url('img/subtle_white_feathers_@2X.png') fixed;
  background-size: 500px 333px;
}
/*
==========================
==========================
  structure
==========================
==========================
*/
.site-header,
.content-area,
.widget {
  padding: 0 .5em;
}
.site-content {
  padding-top: 0;
}
.content-area {
  padding-top: 1em;
  padding-bottom: 5em;
}
@media screen and (min-width: 35em) {
  .content-area {
    width: 35em;
    margin: 0 auto;
  }
}
article.post,
article.page {
  padding-bottom: 2em;
  overflow: hidden;
}
/*
==========================
==========================
  posts
==========================
==========================
*/
article.post,
article.page {
  padding: 4%;
  margin: 8% 0;
}
.entry-header {
  margin-bottom: 1em;
}
.entry-footer {
  clear: both;
}
img.alignright,
img.alignleft {
  max-width: 50%;
}
.category-event .entry-meta {
  display: none;
}
.category-event .event-date {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #0352a1;
}
.entry-content img {
  margin-top: .5em;
  margin-bottom: .5em;
}
/*
==========================
==========================
  entry-meta
==========================
==========================
*/
.entry-meta {
  text-align: right;
  width: 100%;
}
.entry-meta a {
  text-decoration: none;
  color: inherit;
}
/*
==========================
==========================
  colors
==========================
==========================
*/
a {
  color: #5a9f1d;
}
a:visited {
  color: #5a9f1d;
}
a:hover,
a:focus,
a:active {
  color: #0352a1;
}
.site-footer {
  background: #0352a1;
  color:#fff;
}
.footer-nav a {
  color: #fff;
}
.footer-nav a:hover,
.footer-nav a:focus,
.footer-nav a:active {
  color: #daaf1f;
}
#page {
  background: url('img/subtle_white_feathers_@2X.png') fixed;
  background-size: 500px 333px;
}
article.post {
  background: white;
  box-shadow: 1px 1px 8px -4px #000000;
}
article.page {
  background: #fafafa;
}
/*
==========================
==========================
  typography
==========================
==========================
*/
body {
  font-family: 'Source Sans Pro', Calibri, Arial, sans-serif;
}
@media screen and (min-width: 750px) {
  body {
    font-size: 1.9rem;
  }
}
.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1.5em;
}
.entry-title {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: .6em ;
}
.entry-title a {
  text-decoration: none;
}
.type-page .entry-title,
.page-title {
  color: #0352a1;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
.alert-banner {
  font-size: 22.5px;
  font-size: 2.25rem;
  text-align: center;
  font-weight: 200;
}
.alert-banner p {
  line-height: 1.2;
  margin-bottom: 0;
}
h2 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.1428;
  margin-bottom: .6em;
}
h3,
.widget-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .8em;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  margin-bottom: .6em;
}
h5 {
  font-size: 17.5px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .7em;
}
h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
blockquote {
  font-weight: 200;
  font-style: italic;
  font-size: 25px;
  font-size: 2.5rem;
}
blockquote p {
  margin: 0 ;
}
cite {
  display: inline;
  font-size: 15px;
  font-size: 1.5rem;
  float: right;
  margin-bottom: .8em;
  font-style: normal;
}
cite:before {
  content: "- ";
}
.small-font {
  font-size: 15px;
  font-size: 1.5rem;
}
.entry-meta {
  font-size: 15px;
  font-size: 1.5rem;
}
.entry-content li {
  margin-bottom: .25em;
}
.no-bottom-margin,
.entry-content {
  margin-bottom: 0;
}
/*
==========================
==========================
  header
==========================
==========================
*/
.site-header {
  background: white;
  padding-bottom: 5px;
}
.site-header p {
  margin: 0;
}
h1.site-title {
  width: 100%;
  max-width: 600px;
  margin: 0;
  float: left;
  -webkit-transition: max-width 0.5s ease;
          transition: max-width 0.5s ease;
}
h1.site-title a {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  background: url(img/nami-thurston-mason-logo.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  padding-top: 20%;
}
.site-description {
  position: fixed;
  z-index: 2;
  display: block;
  max-width: 180px;
  max-height: 50px;
  margin: 0;
  float: left;
  clear: left;
  overflow: hidden;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: max-height 0.4s ease;
          transition: max-height 0.4s ease;
}
.alert-banner {
  padding-top: 8px;
}
.site-header.sticky {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 10;
  box-shadow: 1px 1px 8px -4px #000000;
}
.site-header.sticky .site-title {
  max-width: 200px;
  margin-top: 6px;
  clear: none;
}
.site-header.sticky .site-description {
  max-height: 0;
  width: 0;
}
/*
==========================
==========================
  main-nav
==========================
==========================
*/
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  position: relative;
  clear: both;
  display: block;
  float: right;
  width: 100%;
  -webkit-transition: .4s ease;
          transition: .4s ease;
}
.main-navigation ul {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul:before,
.main-navigation ul:after {
  content: "";
  display: table;
}
.main-navigation ul:after {
  clear: both;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 7px 5px 0;
}
5 .main-navigation > ul > li > a {
  padding: 7px 5px;
}
.main-navigation > ul > li:first-child a {
  padding-left: 0;
}
.main-navigation ul ul {
  position: absolute;
  top: 1.8em;
  height: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 99999;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background: white;
  -webkit-transition: max-height 0.4s ease;
          transition: max-height 0.4s ease;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation .menu-item-has-children > a {
  cursor: default;
  padding-right: 16px;
}
.main-navigation .menu-item-has-children > a:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid gray;
  border-bottom: none;
  border-top-color: #5a9f1d;
  position: absolute;
  top: 50%;
  right: 5px;
}
.main-navigation .menu-item-has-children.drop a:after {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid gray;
  border-top: none;
  position: absolute;
  right: 5px;
}
.drop > a {
  color: lightgray;
}
.sub-menu {
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
.main-navigation ul li.drop > ul {
  height: auto;
  max-height: 500px;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
/* Small menu */
.menu-toggle {
  display: none;
}
@media screen and (max-width: 52em) {
  .menu-toggle {
    display: block;
    position: relative;
    float: right;
  }
  .main-navigation .nav-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in;
            transition: all 0.8s ease-in;
  }
  .main-navigation.toggled .nav-menu {
    display: block;
    max-height: 2000px;
    -webkit-transition: max-height 0.8s ease-in;
            transition: max-height 0.8s ease-in;
  }
  .main-navigation a {
    font-size: 20px;
    font-size: 2rem;
    padding: 4px;
  }
  .main-navigation > ul > li {
    clear: both;
  }
  .main-navigation > ul > li > a {
    font-size: 22.5px;
    font-size: 2.25rem;
  }
  .main-navigation ul ul a {
    padding-right: 10px;
  }
  .main-navigation ul ul {
    display: block;
    position: static;
    padding-left: 5px;
    box-shadow: none;
  }
  .main-navigation .menu-item-has-children {
    display: block;
    border-bottom: 1px solid lightgray;
  }
}
@media screen and (min-width: 59em) {
  .main-navigation {
    float: right;
    clear: none;
    width: auto;
  }
}
/*
==========================
==========================
  footer
==========================
==========================
*/
.site-footer {
  padding: 0 0;
}
.site-footer .widget {
  width: 100%;
}
.breadcrumbs {
  margin-bottom: 2em;
  padding: 0 1em;
  background: white;
}
.site-info {
  padding: 1em 1em 0 1em;
  text-align: center;
  color: white;
  background: #5a9f1d;
  clear: both;
}
.site-info p {
  display: inline-block;
  margin: 0 10px;
}
.site-info a {
  color: #d6a02c;
}
.footer-address-area {
  clear: both;
  display: block;
  padding: 4px 0;
  text-align: center;
  background: #5a9f1d;
  color: white;
}
.footer-address-area p {
  clear: both;
  margin: 0;
}
.footer-address-area a {
  color: #0352a1;
}
.copyright {
  display: block;
  clear: both;
  width: 100%;
  text-align: right;
  background: #0352a1;
  color: white;
  padding: 0 5px;
}
/*
==========================
==========================
  footer-nav
==========================
==========================
*/
.footer-nav {
  zoom: 1;
  padding: .5em;
  /* Top level items */
  /* Second level items */
}
.footer-nav:before,
.footer-nav:after {
  content: "";
  display: table;
}
.footer-nav:after {
  clear: both;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.footer-nav li {
  list-style: none;
}
.footer-nav > ul > li {
  text-transform: uppercase;
  width: 50%;
  float: left;
  padding-bottom: 1em;
}
@media screen and (min-width: 37.5em) {
  .footer-nav > ul > li {
    width: 33.3333%;
  }
}
@media screen and (min-width: 53.125em) {
  .footer-nav > ul > li {
    width: 25%;
  }
}
.footer-nav > ul > li > ul > li {
  text-transform: none;
}
.footer-nav a {
  text-decoration: none;
  padding-bottom: 4px;
  display: inline-block;
}
/*
==========================
==========================
  widgets
==========================
==========================
*/
.widget {
  max-width: 400px;
  margin: 0 auto 2em;
  text-align: center;
}
@media screen and (min-width: 55em) {
  .widget {
    width: 33.3%;
    float: left;
  }
}
#mc-embedded-subscribe {
  font-size: 18px;
}
/*
==========================
==========================
  social-media-links
==========================
==========================
*/
.social-media-links {
  text-align: center;
}
.social-media-links a {
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  margin: 0 5px;
}
#hc_text-2 {
  text-align: center;
}
#hc_text-2 a {
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  margin: 0 5px;
}
/*
==========================
==========================
  recent-post-lists
==========================
==========================
*/
.lcp_catlist {
  list-style: none;
  margin: 0;
  word-wrap: normal;
}
.lcp_catlist li {
  line-height: 1;
}
.lcp_catlist li > a:before {
  content: "\2192";
}
/*
==========================
==========================
  call-outs
==========================
==========================
*/
.call-out {
  margin: 0 0 1em 0;
  padding: 12px 5px;
  background: #d6a02c;
  box-shadow: 1px 1px 8px -4px #000000;
}
@media screen and (min-width: 50em) {
  .call-out {
    width: 50%;
    float: right;
  }
}
.call-out a {
  color: white;
}
.call-out h3 {
  margin-bottom: .25em;
}
.call-out + div {
  float: left;
}
/*
==========================
==========================
  donate
==========================
==========================
*/
a.donate-button {
  padding: 7px 12px;
  border-radius: 5px;
  border: 1px solid white;
  background: #0352a1;
  text-decoration: none;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  display: inline-block;
  background: #dd455a;
  color: white;
  padding: 10px 30px;
  margin: 20px;
  -webkit-transition: -webkit-transform 0.2s ease, text-shadow 0.2s ease, box-shadow 0.2s;
          transition: transform 0.2s ease, text-shadow 0.2s ease, box-shadow 0.2s;
}
a.donate-button:hover {
  background: #f32f4a;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 0px #444;
}
a.donate-button:hover {
  background: #f32f4a;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 0px #444;
}
a.donate-button:active {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
a.green-ribbon-button,
.green-ribbon-button {
  display: inline-block;
  padding: 40px 5px 20px;
  height: 200px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: white;
  text-shadow: 0 1px 0 #444;
  text-decoration: none;
  background: url('img/green-ribbon.svg') no-repeat center center;
  background-size: auto 100%;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
a.green-ribbon-button:hover,
.green-ribbon-button:hover {
  color: #0352a1;
  text-shadow: 0 1px 0 #fff;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
a.green-ribbon-button:active,
.green-ribbon-button:active {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
a.green-ribbon-button-small {
  display: inline-block;
  padding: 40px 5px 20px;
  height: 200px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: white;
  text-shadow: 0 1px 0 #444;
  text-decoration: none;
  background: url('img/green-ribbon.svg') no-repeat center center;
  background-size: auto 100%;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  display: none;
  overflow: hidden;
  max-height: 100px;
  margin-top: 10px;
  padding: 20px 5px;
  font-size: 30px;
  font-size: 3rem;
  text-align: right;
  text-shadow: 0 1px 0 #fff;
  color: #0352a1;
}
a.green-ribbon-button-small:hover {
  color: #0352a1;
  text-shadow: 0 1px 0 #fff;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
a.green-ribbon-button-small:active {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (min-width: 52em) {
  a.green-ribbon-button-small {
    display: inline-block;
  }
}
.sticky a.green-ribbon-button-small {
  max-height: 0;
  padding: 0;
  margin: 0;
}
/*
==========================
==========================
  people
==========================
==========================
*/
.headshot {
  width: 40%;
  height: auto;
  float: left;
  margin: 0 1em 6px 0;
}