@charset "UTF-8";
/*!
Theme Name: Family Policy Alliance
Theme URI: http://familypolicyalliance.com
Author: Erik Teichmann
Author URI: http://eriktdesign.com
Description: The theme for CitizenLink and its associates
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fpa
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.

Family Policy Alliance is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 112.5%;
}

body,
button,
input,
select,
textarea {
  color: #004976;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1, h2 {
  font-family: Oswald, sans-serif;
}

h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
}

h1 {
  margin: 20px 0 30px;
  font-size: 99.9px;
  font-size: 5.55rem;
}

h2 {
  margin: 20px 0;
  font-size: 36px;
  font-size: 2rem;
  font-weight: 400;
}

h3 {
  margin: 0 0 10px;
  font-size: 23.94px;
  font-size: 1.33rem;
  font-weight: 600;
}

.category .viewall {
  text-align: center;
  font-size: 31.5px;
  font-size: 1.75rem;
}

.viewall a, .viewall a:visited {
  color: #004976;
  text-decoration: none;
}

.viewall a span, .viewall a:visited span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13.986px;
  font-size: 0.777rem;
  color: #ab2328;
  text-decoration: underline;
  margin-left: 5px;
}

.viewall a span:hover, .viewall a:visited span:hover {
  text-decoration: none;
}

h4 {
  margin: 10px 0;
  font-size: 20.988px;
  font-size: 1.166rem;
}

h5 {
  margin: 10px 0;
  font-size: 13.986px;
  font-size: 0.777rem;
}

h6 {
  margin: 10px 0;
  font-size: 11.988px;
  font-size: 0.666rem;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16.875px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16.875px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

.entry-content blockquote, .entry-content q {
  float: left;
  border-left: 5px solid #ce8e00;
  margin-left: -25px;
  padding: 10px 20px;
  font-size: 23.994px;
  font-size: 1.333rem;
  width: 33.33%;
}

.entry-content blockquote p, .entry-content q p {
  margin: 0;
}

.entry-content blockquote cite, .entry-content q cite {
  font-size: 18px;
  font-size: 1rem;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  margin-top: 10px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em .75em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: .75em;
}

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. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #ce8e00;
  color: #ffffff;
  transition: background-color 200ms ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21.996px;
  font-size: 1.222rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  outline: 0;
  border: none;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #ffffff;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #9b6b00;
  color: #ffffff;
}

.button:active, .button:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  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);
}

.button.red,
button.red,
input[type="button"].red,
input[type="reset"].red,
input[type="submit"].red {
  background-color: #ab2328;
}

.button.red:hover,
button.red:hover,
input[type="button"].red:hover,
input[type="reset"].red:hover,
input[type="submit"].red:hover {
  background-color: #811a1e;
}

.button.blue,
button.blue,
input[type="button"].blue,
input[type="reset"].blue,
input[type="submit"].blue {
  background-color: #004976;
}

.button.blue:hover,
button.blue:hover,
input[type="button"].blue:hover,
input[type="reset"].blue:hover,
input[type="submit"].blue:hover {
  background-color: #002943;
}

@media (min-width: 48em) {
  .button,
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    width: auto;
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  margin-right: 15px;
  border: 1px solid #ccc;
  border-top: 3px solid #8c9aa1;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 12px;
  margin-bottom: 10px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  line-height: 39px;
  width: 100%;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #333;
  border-color: #3898EC;
  outline: 0;
}

select {
  border-radius: 0;
  border: 1px solid #ccc;
  border-top: 3px solid #8c9aa1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 8px 12px;
  height: 59px;
}

input.currency {
  background: url("images/currency-input.png") no-repeat left center #fff;
  padding-left: 70px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  padding-left: 12px;
  width: 100%;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_wrapper ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper li.gfield {
  position: relative;
}

.gform_wrapper .validation_error {
  margin: 20px 0;
}

.gform_wrapper .validation_message {
  font-size: 16px;
  color: #ab2328;
  font-style: italic;
  position: absolute;
  top: 100%;
}

.gform_wrapper .gfield_error input {
  border-color: #ab2328;
}

.gform_wrapper .gform_ajax_spinner {
  display: none;
}

@media (min-width: 62em) {
  .gform_wrapper li.gfield_error {
    margin-bottom: 30px;
  }
}

.site-content .search-form {
  margin: 40px auto;
  display: block;
  width: auto;
  text-align: center;
}

.site-content .search-form .search-field {
  width: auto;
  height: 42px;
  display: inline-block;
}

.site-content .search-form .search-submit {
  width: auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ab2328;
}

a:visited {
  color: #ab2328;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  float: right;
  display: block;
  right: 25px;
  top: 55px;
  font-size: 18.9px;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation li a {
  border-bottom: 6px solid transparent;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
  border-bottom: 6px solid #ab2328;
  color: #ab2328;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #004976;
  padding: 15px 0 10px;
  margin-top: 0;
  margin-left: 40px;
  transition: color 200ms ease, border 200ms ease;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media (min-width: 48em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
  float: right;
  display: block;
  width: auto;
  background-color: transparent;
  color: #ab2328;
  border: 1px solid #ab2328;
  font-size: 26px;
  padding: 0 4px 3px;
  box-shadow: none;
}

@media (min-width: 48em) {
  .menu-toggle, .menu-toggle:focus, .menu-toggle:hover {
    display: none;
  }
}

.menu-toggle:after {
  content: 'Menu';
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  margin-top: -7px;
}

.menu-toggle.toggled {
  background-color: #004976;
  border-color: #004976;
  box-shadow: none;
  color: #ffffff;
}

.sticky-header .button.donate {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .main-navigation .nav-menu {
    position: fixed;
    top: 122px;
    left: 0;
    width: 100%;
    text-align: center;
    box-shadow: rgba(0, 36, 58, 0.74) 0px 5px 7px 0px;
    font-size: 18px;
    font-weight: 700;
  }
  .main-navigation li {
    display: block;
    float: none;
  }
  .main-navigation ul li a {
    margin: 0;
    background-color: #004976;
    color: #ffffff;
    border-bottom: 1px solid #105e8f;
    padding: 25px;
    outline: none;
  }
  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    border-bottom: 1px solid #105e8f;
    color: #ffffff;
    background-color: #005d97;
  }
  .sticky-header .button.donate {
    padding: 16px;
    top: 3px;
  }
}

@media screen and (max-width: 479px) {
  .main-navigation .nav-menu {
    top: 121px;
  }
}

.post-navigation {
  display: none;
  width: 100%;
}

@media (min-width: 48em) {
  .post-navigation {
    display: block;
  }
}

@media (min-width: 62em) {
  .post-navigation {
    position: absolute;
  }
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  font-size: 15.984px;
  font-size: 0.888rem;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  color: #004976;
}

@media print {
  .comment-navigation,
  .posts-navigation,
  .post-navigation {
    display: none;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  display: block;
  width: 150px;
  background-color: #e2eaee;
  padding: 20px;
}

@media (min-width: 30em) {
  .comment-navigation .nav-links a,
  .posts-navigation .nav-links a,
  .post-navigation .nav-links a {
    width: 240px;
  }
}

@media (min-width: 62em) {
  .comment-navigation .nav-links a,
  .posts-navigation .nav-links a,
  .post-navigation .nav-links a {
    width: 150px;
    background-color: transparent;
  }
}

.comment-navigation .nav-links a:before,
.posts-navigation .nav-links a:before,
.post-navigation .nav-links a:before {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13.986px;
  font-size: 0.777rem;
  display: block;
}

.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
  background-color: #e2eaee;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}

.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  content: 'Previous: ';
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}

.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-next a:before {
  content: 'Next: ';
}

.social-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-navigation ul li {
  display: inline-block;
}

.social-navigation ul a {
  display: inline-block;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #004976;
  color: #ffffff;
  text-decoration: none;
  transition: all .2s;
  margin-right: 6px;
  text-align: left;
}

.social-navigation ul a:before {
  text-indent: 999em;
  font-family: "fpa";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "";
  margin-left: 0;
  line-height: 30px;
}

.social-navigation ul a[href*="facebook.com"]:before {
  content: "";
  margin-left: 9px;
}

.social-navigation ul a[href*="twitter.com"]:before {
  content: "";
  margin-left: 7px;
}

.social-navigation ul a[href*="plus.google.com"]:before {
  content: "";
  margin-left: 8px;
}

.social-navigation ul a[href*="mailto"]:before {
  content: "";
  margin-left: 6px;
}

.social-navigation ul a[href*="youtube"]:before {
  content: "";
  margin-left: 7px;
}

.social-navigation ul a[href*="feed"]:before, .social-navigation ul a[href*="rss"]:before {
  content: "";
  margin-left: 7px;
}

.social-navigation ul a:hover {
  background-color: #00395d;
}

.utility-nav {
  text-align: right;
  line-height: 20px;
}

.utility-nav a {
  color: #8c9aa1;
  font-size: 17.1px;
  font-size: 0.95rem;
  text-decoration: none;
  margin-left: 20px;
}

.utility-nav .search-toggle {
  padding: 5px 5px 8px;
  border-radius: 0 5px 5px 0;
  transition: all .5s;
  position: relative;
  top: -2px;
}

.utility-nav .search-toggle:before {
  font-family: "fpa";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "";
  font-size: 21.6px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  top: 3px;
}

.utility-nav .search-toggle.toggled {
  background: #ce8e00;
  color: #ffffff;
}

.utility-nav .email:before {
  font-family: "fpa";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "";
}

.utility-nav .search-form {
  display: none;
  width: auto;
  margin-right: -24px;
  position: relative;
  top: -2px;
}

.utility-nav .search-form input {
  width: 200px;
  height: 17px;
  font-weight: 100;
  border: 1px solid #e2eaee;
  font-size: 13.986px;
  font-size: 0.777rem;
  line-height: 1;
  padding: 8px 12px;
  margin: 0;
  border-radius: 5px 0px 0px 5px;
}

/*--------------------------------------------------------------
## Subnav
--------------------------------------------------------------*/
.subnav {
  background: #004976;
  box-shadow: inset 0 5px 7px -4px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}

.subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.subnav li {
  display: inline-block;
  margin: 0 10px;
}

.subnav a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 200ms ease, border 200ms ease;
  padding-bottom: 7px;
  font-weight: 700;
  font-size: 15.75px;
  font-size: 0.875rem;
}

@media (min-width: 48em) {
  .subnav a:hover, .subnav a.focus {
    border-bottom: 6px solid #ab2328;
  }
}

/*--------------------------------------------------------------
# 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:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #004976;
  display: block;
  font-size: 15.75px;
  font-size: 0.875rem;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 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-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site {
  overflow: hidden;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.inner {
  width: 100%;
  max-width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

body.page .entry-header, body.error404 .entry-header, body.search-no-results .entry-header {
  text-align: center;
  padding-bottom: 0px;
  padding-top: 120px;
  background-size: cover;
  background-position: center center;
}

body.page .entry-header .entry-title, body.error404 .entry-header .entry-title, body.search-no-results .entry-header .entry-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 33.84px;
  font-size: 1.88rem;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 30px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 100%);
}

@media (min-width: 30em) {
  body.page .entry-header .entry-title, body.error404 .entry-header .entry-title, body.search-no-results .entry-header .entry-title {
    font-size: 43.92px;
    font-size: 2.44rem;
  }
}

@media (min-width: 48em) {
  body.page .entry-header .entry-title, body.error404 .entry-header .entry-title, body.search-no-results .entry-header .entry-title {
    font-size: 69.84px;
    font-size: 3.88rem;
  }
}

body.page .entry-content, body.error404 .entry-content, body.search-no-results .entry-content {
  border-radius: 10px;
  margin: -30px auto 1.5em;
  background-color: #fff;
  max-width: 728px;
  padding: 10px;
}

@media (min-width: 48em) {
  body.page .entry-content, body.error404 .entry-content, body.search-no-results .entry-content {
    padding: 60px;
  }
}

@media (min-width: 62em) {
  body.page .entry-content, body.error404 .entry-content, body.search-no-results .entry-content {
    max-width: 960px;
    padding: 60px 160px;
  }
}

body.page .entry-content > p:first-of-type, body.error404 .entry-content > p:first-of-type, body.search-no-results .entry-content > p:first-of-type {
  font-size: 21.996px;
  font-size: 1.222rem;
}

.single .post {
  padding-left: 10px;
  padding-right: 10px;
}

.single .post .entry-header, .single .post .entry-content, .single .post .entry-footer {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.single .post .featured-video {
  margin-top: 30px;
}

.single .post .featured-video iframe {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.single .post .entry-header {
  position: relative;
  z-index: 1;
}

.single .post .entry-header .entry-title {
  font-size: 44.1px;
  font-size: 2.45rem;
  line-height: 1.2;
}

@media print {
  .single .post .entry-header .entry-title {
    font-size: 33.984px;
    font-size: 1.888rem;
    margin-top: 0;
  }
}

.single .post .entry-header a[rel="category tag"] {
  background-color: #ab2328;
  color: #ffffff;
  font-style: italic;
  text-decoration: none;
  font-size: 13.986px;
  font-size: 0.777rem;
  padding: 5px 10px;
}

.single .post .entry-header a[rel="category tag"]:hover {
  text-decoration: underline;
}

@media print {
  .single .post .entry-header a[rel="category tag"] {
    display: none;
  }
}

.single .post .entry-header a.print {
  float: right;
  color: #8c9aa1;
  text-decoration: none;
  font-size: 15.984px;
  font-size: 0.888rem;
  line-height: 28px;
}

@media print {
  .single .post .entry-header a.print {
    display: none;
  }
}

.single .post .entry-header a.print:hover {
  text-decoration: underline;
}

.single .post .entry-header .meta {
  font-size: 15.984px;
  font-size: 0.888rem;
  margin: 0 20px 20px 0;
  line-height: 30px;
}

@media (min-width: 30em) {
  .single .post .entry-header .meta {
    float: left;
    margin-bottom: 0;
  }
}

.single .post .entry-header:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.single .post .entry-content > p:first-of-type {
  font-size: 21.996px;
  font-size: 1.222rem;
}

@media print {
  .single .post .entry-content {
    margin-top: 0;
    font-size: 15.984px;
    font-size: 0.888rem;
  }
}

@media print {
  .single .post .entry-footer {
    display: none;
  }
}

.single .post .entry-footer .tags-links {
  font-size: 13.986px;
  font-size: 0.777rem;
  display: block;
  margin-bottom: 30px;
}

@media print {
  .dev-share-buttons {
    display: none;
  }
}

.dev-share-buttons:before {
  content: "Share: ";
  text-transform: uppercase;
  font-size: 13.986px;
  font-size: 0.777rem;
  margin-right: 8px;
  line-height: 30px;
}

.dev-share-buttons a {
  display: inline-block;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #004976;
  color: #ffffff;
  text-decoration: none;
  transition: all .2s;
  margin-right: 6px;
}

.dev-share-buttons a:before {
  text-indent: 999em;
  font-family: "fpa";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "";
  margin-left: 0;
  line-height: 30px;
}

.dev-share-buttons a[href*="facebook.com"]:before {
  content: "";
  margin-left: 9px;
}

.dev-share-buttons a[href*="twitter.com"]:before {
  content: "";
  margin-left: 7px;
}

.dev-share-buttons a[href*="plus.google.com"]:before {
  content: "";
  margin-left: 8px;
}

.dev-share-buttons a[href*="mailto"]:before {
  content: "";
  margin-left: 6px;
}

.dev-share-buttons a[href*="window.print"]:before {
  content: "";
  margin-left: 7px;
}

.dev-share-buttons a:hover {
  background-color: #00395d;
}

.post-listing h4 {
  line-height: 1.33;
  margin-bottom: 5px;
}

.post-listing p.meta {
  margin-top: 0;
  font-size: 13.986px;
  font-size: 0.777rem;
}

.post-listing img {
  transition: all .2s;
}

.post-listing img:hover {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

@media (min-width: 48em) {
  .state-allies ~ p {
    width: 50%;
    float: left;
  }
  .state-allies ~ p:nth-child(odd) {
    clear: both;
    padding-right: 20px;
  }
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 25px;
  z-index: 10;
  width: 100%;
}

@media print {
  .site-header {
    display: none;
  }
}

.home .site-header {
  position: absolute;
}

.site-header .site-title, .site-header .custom-logo-link {
  float: left;
  width: 180px;
  height: 90px;
}

@media (min-width: 62em) {
  .site-header .site-title, .site-header .custom-logo-link {
    width: 200px;
    height: 100px;
  }
}

@media (max-width: 991px) {
  .main-navigation {
    font-size: 18px;
  }
  .main-navigation ul a {
    margin-left: 20px;
  }
}

a.subscribe-link {
  position: absolute;
  right: 20px;
  font-size: 14px;
  text-decoration: none;
  color: #667881;
  transition: color .2s;
}

a.subscribe-link:hover {
  color: #851a1d;
}

.sticky-header {
  position: fixed !important;
  top: 0;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  transition: all .5s;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.49) 0 6px 12px 0;
  padding: 10px;
}

.admin-bar .sticky-header {
  top: 46px;
}

@media (min-width: 48em) {
  .admin-bar .sticky-header {
    top: 32px;
  }
}

@media print {
  .sticky-header {
    display: none;
  }
}

.sticky-header.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767px) {
  .sticky-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .site-content {
    margin-top: 72px;
  }
  #masthead {
    display: none;
  }
  .sticky-header .main-navigation {
    right: 10px;
  }
}

.sticky-header .site-title, .sticky-header .custom-logo-link {
  width: 125px;
  height: 52px;
}

@media (max-width: 479px) {
  .sticky-header .site-title {
    width: 110px;
    height: 55px;
  }
  .sticky-header .main-navigation {
    top: 10px;
  }
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    position: fixed;
  }
}

.search-form.mobile {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  top: 72px;
}

.search-form.mobile .search-field {
  font-size: 18px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 32px;
  padding: 8px 42px 8px 12px;
  margin: 0;
  border: 1px solid #ccc;
  height: auto;
  box-sizing: border-box;
}

.search-form.mobile .search-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  background: white;
  line-height: 32px;
  padding: 8px;
  font-size: 21.6px;
  font-size: 1.2rem;
  color: #8c9aa1;
}

.toggled .search-form.mobile {
  display: block;
}

@media (min-width: 48em) {
  .toggled .search-form.mobile {
    display: none;
  }
}

/** Cussed button **/
.button.donate {
  /*	position: absolute;
	right: 70px;
*/
  font-size: 20px;
  width: auto;
  padding: 12px 20px;
  color: #ffffff;
  line-height: 1;
  /*top: 15px;*/
}

.sticky-header .button.donate {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .sticky-header .button.donate {
    position: absolute;
    right: 70px;
    top: 8px;
    margin-right: 0;
    margin-top: 2px;
  }
}

@media (max-width: 479px) {
  .sticky-header .button.donate {
    top: 8px;
  }
  .sticky-header .main-navigation {
    margin-top: 0;
  }
}

/** Pushdowns  **/
.pushdown {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 1s;
  background: url("images/pushdown-bg.jpg") no-repeat top center;
  background-size: cover;
  text-align: center;
  width: 100%;
  font-size: 19.998px;
  font-size: 1.111rem;
}

.pushdown.toggled {
  max-height: 600px;
}

.pushdown .inner {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pushdown .inner :last-child {
  margin-bottom: 0;
}

.pushdown .inner p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.pushdown h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}

.toggle-text {
  margin: 0;
  width: 100%;
  line-height: 1.7;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ce8e00;
  padding: 10px;
  margin-top: 72px;
}

@media (min-width: 48em) {
  .toggle-text {
    text-align: center;
    padding: 0 10px;
    margin-top: 0;
  }
}

.toggle-text.red {
  background-color: #ab2328;
}

.toggle-text .pushdown-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  color: #ffffff;
}

.toggle-text .pushdown-toggle:before {
  content: 'Show';
}

.toggle-text .pushdown-toggle.toggled:before {
  content: 'Close';
}

.toggle-text .pushdown-toggle i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: all .2s;
}

.toggle-text .pushdown-toggle.toggled i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.pushdown + .site .site-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 60px 0 40px;
  background-color: #e2eaee;
  text-align: center;
}

@media print {
  .site-footer {
    display: none;
  }
}

@media (min-width: 62em) {
  .site-footer {
    text-align: left;
  }
}

.site-footer .footer-navigation {
  font-family: 'Source Sans Pro', sans-serif;
  color: #004976;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.site-footer .footer-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

@media (min-width: 48em) {
  .site-footer .footer-navigation li {
    display: inline-block;
  }
}

.site-footer .footer-navigation a {
  color: #004976;
  display: block;
  text-decoration: none;
  padding: 15px 0 10px;
  margin: 0 20px;
}

.site-footer .footer-navigation a:hover, .site-footer .footer-navigation a.focus {
  text-decoration: underline;
}

@media (min-width: 62em) {
  .site-footer .footer-navigation li:first-child a {
    margin-left: 0;
  }
}

.site-footer .site-info {
  font-size: 16px;
  padding-top: 20px;
}

.site-footer .site-info .sep {
  display: none;
}

.site-footer .site-info .address {
  display: block;
}

@media (min-width: 30em) {
  .site-footer .site-info .sep, .site-footer .site-info .address {
    display: inline;
  }
}

@media (min-width: 62em) {
  .site-footer .site-info {
    width: 60%;
    float: left;
    padding: 0 20px 0 0;
  }
}

.site-footer .social h4 {
  color: rgba(0, 73, 118, 0.5);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15.984px;
  font-size: 0.888rem;
}

@media (min-width: 991px) {
  .site-footer .footer-navigation li:first-child a {
    margin-left: 0;
  }
  .site-footer .site-info p {
    max-width: 475px;
  }
}

/*--------------------------------------------------------------
## Excerpts
--------------------------------------------------------------*/
.excerpt {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media (min-width: 48em) {
  .home .excerpt {
    padding: 0 10px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .home .excerpt:nth-child(even) {
    padding-left: 0;
  }
  .home .excerpt:nth-child(odd) {
    padding-right: 0;
  }
}

.excerpt .wp-post-image {
  width: 100%;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.home .home-posts {
  margin: 40px 0;
}

@media (min-width: 62em) {
  .home .home-posts {
    margin: 60px 0 80px;
  }
  .home .home-posts .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .home-posts .home-posts-header {
  text-align: center;
}

.home .home-posts .featured {
  -webkit-flex-basis: 66.66%;
      -ms-flex-preferred-size: 66.66%;
          flex-basis: 66.66%;
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 62em) {
  .home .home-posts .featured {
    width: 66.666%;
  }
}

.home .home-posts .featured h3 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.home .home-posts .featured h4 {
  margin: 0 0 5px;
}

.home .home-posts .recent {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  border: 1px solid #e2eaee;
  padding: 20px;
  max-width: 728px;
  margin: 0 auto;
}

@media (min-width: 62em) {
  .home .home-posts .recent {
    margin-top: 45px;
    margin-left: 40px;
  }
}

.home .home-posts .recent h4 {
  font-size: 17.1px;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.home .home-posts p.meta {
  margin-top: 0;
  font-size: 13.986px;
  font-size: 0.777rem;
}

.home .home-posts img {
  transition: all .2s;
}

.home .home-posts img:hover {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

/*--------------------------------------------------------------
## Feature
--------------------------------------------------------------*/
.feature {
  overflow: hidden;
  position: relative;
  padding: 200px 0 0;
}

@media (min-width: 48em) {
  .feature {
    background: rgba(255, 255, 255, 0.74);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0) 60%), linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdffffff', endColorstr='#00ffffff',GradientType=1 ) progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  }
}

@media (min-width: 30em) {
  .feature {
    padding-top: 275px;
  }
}

@media (min-width: 48em) {
  .feature {
    padding-top: 450px;
  }
}

@media (min-width: 62em) {
  .feature {
    padding-top: 150px;
  }
}

.feature .feature-background {
  position: absolute;
  z-index: -1;
  top: 0;
  background-size: 200%;
  width: 100%;
  height: 200px;
  background-position: 100% 50%;
}

@media (min-width: 30em) {
  .feature .feature-background {
    height: 275px;
  }
}

@media (min-width: 48em) {
  .feature .feature-background {
    height: 450px;
    background-size: cover;
  }
}

@media (min-width: 62em) {
  .feature .feature-background {
    height: 100%;
  }
}

.feature .feature-header, .feature .feature-content {
  background-color: #004976;
  color: #ffffff;
  padding: 10px;
}

@media (min-width: 62em) {
  .feature .feature-header, .feature .feature-content {
    background-color: transparent;
    color: #004976;
    width: 60%;
  }
  .feature .feature-header p, .feature .feature-content p {
    max-width: 425px;
  }
}

@media (min-width: 48em) {
  .feature .feature-header {
    position: absolute;
    bottom: 100%;
    background-color: transparent;
    color: #004976;
    width: 100%;
    margin-bottom: 40px;
  }
  .feature .feature-header h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 728px;
    padding-right: 40%;
  }
}

@media (min-width: 62em) {
  .feature .feature-header {
    position: relative;
    bottom: auto;
    margin-bottom: 0;
    width: 60%;
  }
  .feature .feature-header h1 {
    padding-right: 0;
  }
}

.feature .inner {
  padding: 0;
  position: relative;
  max-width: none;
}

@media (min-width: 62em) {
  .feature .inner {
    max-width: 960px;
  }
}

.feature h1 {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 59.994px;
  font-size: 3.333rem;
}

@media (min-width: 48em) {
  .feature h1 {
    font-size: 74.988px;
    font-size: 4.166rem;
  }
}

@media (min-width: 62em) {
  .feature h1 {
    font-size: 94.086px;
    font-size: 5.227rem;
  }
}

.feature h3 {
  font-weight: 700;
  font-size: 33.984px;
  font-size: 1.888rem;
}

@media (min-width: 48em) {
  .feature h3 {
    font-size: 25.992px;
    font-size: 1.444rem;
  }
}

@media (min-width: 62em) {
  .feature h3 {
    font-size: 33.984px;
    font-size: 1.888rem;
  }
}

.feature h1, .feature h2, .feature h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.feature p {
  font-size: 21.996px;
  font-size: 1.222rem;
}

.feature .feature-content > * {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 62em) {
  .feature .feature-content > * {
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .archive-header, .blog .archive-header, .search .archive-header {
  text-align: center;
  padding-bottom: 0px;
  padding-top: 120px;
  background-size: cover;
  background-position: center center;
}

.archive .archive-header .archive-title, .blog .archive-header .archive-title, .search .archive-header .archive-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 33.84px;
  font-size: 1.88rem;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 30px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 100%);
}

@media (min-width: 30em) {
  .archive .archive-header .archive-title, .blog .archive-header .archive-title, .search .archive-header .archive-title {
    font-size: 43.92px;
    font-size: 2.44rem;
  }
}

@media (min-width: 48em) {
  .archive .archive-header .archive-title, .blog .archive-header .archive-title, .search .archive-header .archive-title {
    font-size: 69.84px;
    font-size: 3.88rem;
  }
}

.archive .archive-description, .blog .archive-description, .search .archive-description {
  border-radius: 10px;
  margin: -30px auto 0;
  background-color: #fff;
  max-width: 728px;
  padding: 10px;
}

@media (min-width: 48em) {
  .archive .archive-description, .blog .archive-description, .search .archive-description {
    padding: 30px;
  }
}

@media (min-width: 62em) {
  .archive .archive-description, .blog .archive-description, .search .archive-description {
    max-width: 960px;
    padding: 30px 160px;
  }
}

.archive .archive-description > p:first-of-type, .blog .archive-description > p:first-of-type, .search .archive-description > p:first-of-type {
  font-size: 21.996px;
  font-size: 1.222rem;
}

.archive .post-newest, .blog .post-newest, .search .post-newest {
  max-width: 960px;
  margin: 0 auto 60px;
  padding: 0 10px;
}

.archive .post-newest .post, .blog .post-newest .post, .search .post-newest .post {
  position: relative;
  margin: 0;
}

@media (min-width: 48em) {
  .archive .post-newest .post, .blog .post-newest .post, .search .post-newest .post {
    margin: 0;
    width: 40%;
    float: left;
  }
}

@media (min-width: 62em) {
  .archive .post-newest .post, .blog .post-newest .post, .search .post-newest .post {
    width: 33.33%;
  }
}

.archive .post-newest .post:before, .blog .post-newest .post:before, .search .post-newest .post:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 70%);
}

.archive .post-newest .post img, .blog .post-newest .post img, .search .post-newest .post img {
  display: block;
}

.archive .post-newest .post .excerpt-header, .blog .post-newest .post .excerpt-header, .search .post-newest .post .excerpt-header {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  padding: 10px;
  width: 100%;
}

.archive .post-newest .post .excerpt-header h4, .archive .post-newest .post .excerpt-header p, .blog .post-newest .post .excerpt-header h4, .blog .post-newest .post .excerpt-header p, .search .post-newest .post .excerpt-header h4, .search .post-newest .post .excerpt-header p {
  margin: 0;
}

.archive .post-newest .post a, .archive .post-newest .post a:visited, .archive .post-newest .post a:hover, .blog .post-newest .post a, .blog .post-newest .post a:visited, .blog .post-newest .post a:hover, .search .post-newest .post a, .search .post-newest .post a:visited, .search .post-newest .post a:hover {
  color: #ffffff;
}

.archive .post-newest .post a[rel="category tag"], .blog .post-newest .post a[rel="category tag"], .search .post-newest .post a[rel="category tag"] {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ab2328;
  font-style: italic;
  text-decoration: none;
  font-size: 13.986px;
  font-size: 0.777rem;
  padding: 5px 10px;
}

.archive .post-newest .post a[rel="category tag"]:hover, .blog .post-newest .post a[rel="category tag"]:hover, .search .post-newest .post a[rel="category tag"]:hover {
  text-decoration: underline;
}

@media (min-width: 48em) {
  .archive .post-newest .post:first-child, .blog .post-newest .post:first-child, .search .post-newest .post:first-child {
    width: 60%;
    overflow: hidden;
  }
  .archive .post-newest .post:first-child .thumbnail-link, .blog .post-newest .post:first-child .thumbnail-link, .search .post-newest .post:first-child .thumbnail-link {
    display: block;
    max-width: 133.33%;
    width: 133.33%;
  }
}

@media (min-width: 62em) {
  .archive .post-newest .post:first-child, .blog .post-newest .post:first-child, .search .post-newest .post:first-child {
    width: 66.66%;
  }
  .archive .post-newest .post:first-child .thumbnail-link, .blog .post-newest .post:first-child .thumbnail-link, .search .post-newest .post:first-child .thumbnail-link {
    max-width: 100%;
    width: 100%;
  }
}

.archive .post-newest:after, .blog .post-newest:after, .search .post-newest:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.text-listing {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 10px;
}

.text-listing .hentry {
  margin-bottom: 60px;
}

.post-listing {
  max-width: 960px;
  margin: 0 auto;
}

.post-listing .post {
  max-width: 728px;
  margin: 0 auto;
  padding: 10px;
}

@media (min-width: 48em) {
  .post-listing .post {
    width: 50%;
    float: left;
  }
  .blog .post-listing .post:nth-child(even), .archive .post-listing .post:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 62em) {
  .post-listing .post {
    width: 25%;
  }
  .blog .post-listing .post:nth-child(even), .archive .post-listing .post:nth-child(odd) {
    clear: none;
  }
  .blog .post-listing .post:nth-child(4n+5), .archive .post-listing .post:nth-child(4n+5) {
    clear: both;
  }
}

.post-listing.featured-videos .post {
  width: 100%;
}

@media (min-width: 48em) {
  .post-listing.featured-videos .post {
    width: 50%;
  }
}

.post-listing.featured-videos .post iframe {
  width: 100%;
}

.post-listing:after, .post-listing .category {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.post-listing .category {
  width: 100%;
}

.post-listing .category .post:nth-child(4n+5) {
  clear: none;
}

.post-listing.related {
  margin: 0 auto 40px;
}

@media (min-width: 62em) {
  .post-listing.related {
    margin: 0 auto 80px;
  }
}

@media print {
  .post-listing.related {
    display: none;
  }
}

h3.related-heading {
  text-align: center;
  margin-top: 60px;
}

@media print {
  h3.related-heading {
    display: none;
  }
}

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.subscribe {
  background-color: #e2eaee;
  padding: 55px 0;
}

@media print {
  .subscribe {
    display: none;
  }
}

.subscribe h2 {
  margin-top: 0;
}

.subscribe label {
  display: none;
}

.subscribe ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.subscribe li {
  width: 100%;
}

.subscribe input, .subscribe li {
  display: inline-block;
}

.subscribe .button {
  background-color: #ce8e00;
}

.subscribe .button:hover {
  background-color: #a77201;
}

@media (min-width: 48em) {
  .subscribe .inner {
    max-width: 728px;
  }
  .subscribe li {
    width: 50%;
    padding: 0 5px;
  }
  .subscribe li:nth-child(odd) {
    padding-left: 0;
  }
  .subscribe li:nth-child(even) {
    padding-right: 0;
  }
  .subscribe li input {
    width: 100%;
  }
}

@media (min-width: 62em) {
  .subscribe .inner {
    max-width: 980px;
  }
  .subscribe .gform_body {
    float: left;
  }
  .subscribe li {
    width: auto;
    padding: 0;
  }
  .subscribe .first-name input {
    width: 175px;
  }
  .subscribe .last-name input {
    width: 175px;
  }
  .subscribe .email-address input {
    width: 300px;
  }
  .subscribe .zip-code input {
    width: 75px;
  }
}

/*--------------------------------------------------------------
## Donate
--------------------------------------------------------------*/
.donate {
  background-color: #004976;
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

@media print {
  .donate {
    display: none;
  }
}

.donate .inner {
  max-width: 728px;
}

@media (min-width: 62em) {
  .donate .inner {
    max-width: 960px;
  }
}

.donate ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.donate ul li {
  padding: 10px;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 62em) {
  .donate ul li {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
}

.donate ul li a {
  width: 100%;
}

.donate ul li input {
  margin: 0;
}

.donate ul li#other, .donate ul li#submit {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

@media (min-width: 62em) {
  .donate ul li#other, .donate ul li#submit {
    display: inline-block;
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    width: auto;
  }
}

@media (min-width: 48em) {
  .donate ul li#submit .button {
    max-width: 385px;
  }
}

/*--------------------------------------------------------------
## Action
--------------------------------------------------------------*/
.action {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  content: "";
  display: table;
  table-layout: fixed;
}

.action .action-content {
  padding: 60px 20px 80px;
}

.action .action-content:first-child {
  border-bottom: 1px solid #c6cccf;
}

@media (min-width: 48em) {
  .action .action-content:first-child {
    border-bottom: none;
    border-right: 1px solid #c6cccf;
  }
}

@media (min-width: 48em) {
  .action .action-content {
    width: 50%;
    float: left;
  }
  .action .action-content > * {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.testimonials {
  background-color: #e2eaee;
  text-align: center;
  padding: 40px 10px;
}

@media (min-width: 62em) {
  .testimonials {
    padding: 60px 0 80px;
  }
}

.testimonials .flexslider {
  position: relative;
  width: 310px;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .testimonials .flexslider {
    width: 630px;
  }
}

@media (min-width: 62em) {
  .testimonials .flexslider {
    width: 950px;
  }
}

.testimonials ul, .testimonials ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.testimonials li {
  display: inline-block;
}

.testimonials .flex-control-paging li {
  margin: 0 4px;
}

.testimonials .flex-control-paging li a {
  background-color: #ce8e00;
  opacity: .5;
  transition: all .2s;
  text-indent: -999em;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}

.testimonials .flex-control-paging li a.flex-active, .testimonials .flex-control-paging li a:hover {
  opacity: 1;
}

.testimonials .flex-direction-nav li {
  position: absolute;
  display: block;
  top: 35%;
}

.testimonials .flex-direction-nav li a {
  display: block;
  text-decoration: none;
  color: #ce8e00;
  font-size: 54px;
  font-size: 3rem;
  transition: all .5s;
}

.testimonials .flex-direction-nav li a:hover {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}

.testimonials .flex-direction-nav li a:focus {
  outline: none;
}

.testimonials .flex-direction-nav li a.flex-disabled {
  display: none;
}

.testimonials .flex-direction-nav li.flex-nav-prev {
  left: -40px;
}

.testimonials .flex-direction-nav li.flex-nav-prev a:before {
  font-family: "fpa";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "";
}

.testimonials .flex-direction-nav li.flex-nav-next {
  right: -40px;
}

.testimonials .flex-direction-nav li.flex-nav-next a:before {
  font-family: "fpa";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  content: "";
}

.testimonials img {
  border-radius: 100%;
  width: 175px;
  height: 175px;
  margin: 0 auto 10px;
}

.testimonials q {
  display: block;
  max-width: 260px;
  margin: 0 auto;
}

.testimonials cite {
  display: block;
  text-transform: uppercase;
  font-style: normal;
  margin-top: 10px;
}

/*--------------------------------------------------------------
## Allies
--------------------------------------------------------------*/
.allies {
  text-align: center;
  padding: 40px 10px;
}

@media (min-width: 62em) {
  .allies {
    padding: 60px 10px 80px;
  }
}

.allies ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.allies ul li {
  display: inline-block;
  height: 100px;
  margin: 20px;
}

.allies img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: auto;
  max-height: 100%;
  opacity: .5;
  transition: all .2s;
}

.allies img:hover {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

/*--------------------------------------------------------------
## CTA
--------------------------------------------------------------*/
.cta {
  background-color: #004976;
  background: url("images/cta-bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 40px;
  color: #ffffff;
  margin: 1.5em 0;
}

.cta p {
  font-size: 19.998px;
  font-size: 1.111rem;
}

.cta :first-child {
  margin-top: 0;
}

.cta :last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0 0 0.8075em;
}

.wp-caption-text {
  text-align: left;
  font-size: 15.984px;
  font-size: 0.888rem;
  background-color: #e2eaee;
  padding: 10px;
  margin-top: 0;
}

/*--------------------------------------------------------------
## 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;
}
