@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.9
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;
    white-space: nowrap;
    display: inline-block; }
    .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;
  -webkit-transition: background-color 200ms ease;
  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 screen and (max-width: 620px) {
    body.page .entry-content img.alignleft,
    body.page .entry-content img.alignright, body.error404 .entry-content img.alignleft,
    body.error404 .entry-content img.alignright, body.search-no-results .entry-content img.alignleft,
    body.search-no-results .entry-content img.alignright {
      float: none;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.5em; } }
  @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: 30px auto 0;
    width: 100%;
    max-width: 960px; }
    .single .post .featured-video .responsive-video-container {
      margin-top: 30px; }
      .single .post .featured-video .responsive-video-container iframe {
        max-width: 100%;
        margin: 0 auto;
        display: block; }
  .single .post .entry-header {
    margin-top: 1.5em;
    position: relative;
    z-index: 1; }
    @media (min-width: 48em) {
      .single .post .entry-header {
        margin-top: 0; } }
    .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 p.meta:before {
    content: 'Posted '; }
  .post-listing p.meta .posted-on {
    display: none; }
.post-listing img {
  transition: all .2s; }
  .post-listing img:hover {
    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; } }

body.page-template-page-landing .utility-nav, body.page-template-page-landing .main-navigation, body.page-template-page-landing .subnav, body.page-template-page-landing .entry-title, body.page-template-page-landing #sticky-header {
  display: none; }
body.page-template-page-landing .entry-header {
  padding-bottom: 120px; }

/*--------------------------------------------------------------
## 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, .page-template-template-w-feature .site-header, .page-template-template-w-feature-extended .site-header {
    position: absolute; }
  .site-header .site-title, .site-header .custom-logo-link {
    float: left;
    width: 180px;
    height: 90px; }
    .site-header .site-title img, .site-header .custom-logo-link img {
      -ms-interpolation-mode: bicubic; }
    @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: relative;
  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; }
  @media (min-height: 500px) {
    .sticky-header {
      position: fixed !important; } }
  .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;
    line-height: 1.2; }

.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 (max-height: 499px) {
    .toggle-text {
      margin-top: 0; } }
  @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: 5px;
    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;
      transform: rotate(90deg);
      transition: all .2s; }
    .toggle-text .pushdown-toggle.toggled i {
      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; }
    .site-footer .site-info a {
      white-space: nowrap; }
    @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: 65%;
        float: left;
        padding: 0 20px 0 0; } }
    @media screen and (max-width: 600px) {
      .site-footer .site-info .sep {
        display: none; }
      .site-footer .site-info .address {
        display: block; } }
    @media screen and (max-width: 500px) {
      .site-footer .site-info .address b {
        margin-top: 0.5em;
        display: block; } }
    @media screen and (max-width: 400px) {
      .site-footer .site-info .address {
        font-size: 90%; }
        .site-footer .site-info .address b {
          font-size: 16px; } }
  .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 {
  flex-basis: 100%; }
  @media (min-width: 48em) {
    .home .excerpt {
      padding: 0 10px;
      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: flex; } }
  .home .home-posts .home-posts-header {
    text-align: center; }
  .home .home-posts .featured {
    flex-basis: 66.66%;
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 62em) {
      .home .home-posts .featured {
        width: 66.666%; } }
    .home .home-posts .featured h3 {
      flex-basis: 100%; }
    .home .home-posts .featured h4 {
      margin: 0 0 5px; }
  .home .home-posts .recent {
    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 .featured p.meta:before {
    content: 'Posted '; }
  .home .home-posts .featured p.meta .posted-on {
    display: none; }
  .home .home-posts img {
    transition: all .2s; }
    .home .home-posts img:hover {
      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: -moz-linear-gradient(left, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0) 60%), -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 60%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0) 60%), -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 60%);
      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: 27px;
    font-size: 1.5rem; }
    @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; }
  .archive .post-newest .thumbnail-link, .blog .post-newest .thumbnail-link, .search .post-newest .thumbnail-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  @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; }
        .post-listing .post:nth-of-type(odd) {
          clear: left; } }
    @media (min-width: 62em) {
      .post-listing .post {
        width: 25%; }
        .post-listing .post:nth-of-type(odd) {
          clear: none; }
        .post-listing .post:nth-of-type(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 .button {
      width: -webkit-calc(100% - 785px);
      width: -moz-calc(100% - 785px);
      width: calc(100% - 785px); }
    .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: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .donate ul li {
      padding: 10px;
      flex-basis: 33%;
      flex-grow: 1; }
      @media (min-width: 62em) {
        .donate ul li {
          flex-basis: 20%;
          max-width: 20%; } }
      .donate ul li a {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; }
      .donate ul li input {
        margin: 0; }
      .donate ul li#other, .donate ul li#submit {
        flex-basis: 100%; }
        @media (min-width: 62em) {
          .donate ul li#other, .donate ul li#submit {
            display: inline-block;
            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 {
        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: ""; }
    @media screen and (max-width: 350px) {
      .testimonials .flex-direction-nav li.flex-nav-prev {
        left: 0px; }
        .testimonials .flex-direction-nav li.flex-nav-prev a:before {
          width: auto;
          margin-left: 0; }
      .testimonials .flex-direction-nav li.flex-nav-next {
        right: 5px; }
        .testimonials .flex-direction-nav li.flex-nav-next a:before {
          width: auto;
          margin-right: 0; } }
  .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 {
    filter: grayscale(100%);
    width: auto;
    max-height: 100%;
    opacity: .5;
    transition: all .2s; }
    .allies img:hover {
      opacity: 1;
      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; }

.candidate-list {
  position: relative;
  margin: 0 auto; }
  .candidate-list .candidate {
    position: relative;
    max-width: 210px;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 18px; }
    .candidate-list .candidate img {
      display: block;
      width: 175px;
      height: auto;
      margin: 0 auto 25px; }
    .candidate-list .candidate .button {
      margin-top: 20px;
      white-space: nowrap; }
    .candidate-list .candidate strong {
      font-weight: bold;
      text-transform: uppercase; }
    .candidate-list .candidate em {
      display: block; }

@media (min-width: 700px) {
  .candidate-list {
    max-width: 860px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .candidate-list .candidate {
      flex-basis: 210px;
      margin: 0 50px 50px; }
    .candidate-list:after {
      content: "";
      flex-basis: 210px;
      margin: 0 50px 50px; } }
@media (min-width: 900px) {
  .candidate-list {
    max-width: 860px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .candidate-list .candidate {
      flex-basis: 210px;
      margin: 0 0 75px 75px; }
      .candidate-list .candidate:first-child, .candidate-list .candidate:nth-child(3n+1) {
        margin-left: 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%; }

/* Responsive videos */
.responsive-video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .responsive-video-container iframe, .responsive-video-container object, .responsive-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 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; }

/*--------------------------------------------------------------
## Subscribe Landing Page
--------------------------------------------------------------*/

body.page-template-template-subscribe-landing #site-navigation,
body.page-template-template-subscribe-landing #site-navigation-sticky {
  display: none;
}

#main.subscribe-landing .hentry {
  margin-bottom: 0;
}

.landing-outer-wrap .clear {
  clear: both;
}

.landing-outer-wrap .subscribe-landing-top-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 47px;
}

.landing-outer-wrap .main-landing-content-wrap {
  position: relative;
  display: block;
}

.landing-outer-wrap .landing-inner-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 55px 10px 55px 10px;
}

.landing-outer-wrap .landing-top-content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 63px auto;
}

.landing-outer-wrap .landing-top-content p {
  font-family: Oswald, sans-serif;
  font-size: 32px;
  color: #064A74;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
}

.landing-outer-wrap .landing-columns .left-col-content {
  position: relative;
  display: block;
  width: 44%;
  float: left;
  padding-right: 60px;
}

.landing-outer-wrap .landing-columns .left-col-content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #064A74;
}

.landing-outer-wrap .landing-columns .col-form-wrap {
  position: relative;
  display: block;
  width: 56%;
  float: right;
  max-width: 520px;
  background-color: #E2EAEE;
  border-radius: 13px;
  padding: 36px 50px;
}

.landing-outer-wrap .landing-columns .col-form-wrap .subscribe-form-title {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  color: #064A74;
  font-weight: 100;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper {
  position: relative;
  display: block;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper .ginput_container_name {
  position: relative;
  display: block;
  overflow: hidden;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper .ginput_container_name .name_first {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  padding-right: 14px;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper .ginput_container_name .name_first label {
  font-weight: 200;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper .ginput_container_name .name_last {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  padding-left: 14px;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper .ginput_container_name .name_last label {
  font-weight: 200;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper input[type=text],
    .landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper input[type=email],
    .landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper input[type=tel] {
  border: none;
  border-top: 3px solid #8c9aa1;
  margin-bottom: 12px;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper .ginput_container_checkbox .gfield_checkbox {
  margin-left: 0;
  list-style: none;
  padding: 12px 0 0 0;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper .ginput_container_checkbox label {
  position: relative;
  padding-left: 28px;
  display: block;
  font-size: 17px;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper .ginput_container_checkbox label strong {
  font-size: 18px;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper input[type=checkbox] {
  position: absolute;
  display: block;
  top: 18px;
}

.landing-outer-wrap .landing-columns .col-form-wrap .gform_wrapper input[type=submit] {
  background-color: #A9252C;
}

.landing-outer-wrap .landing-cta-wrap {
  position: relative;
  display: block;
  padding: 79px 10px;
  text-align: center;
}

.landing-outer-wrap .landing-cta-wrap .landing-cta-title {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  color: #FFF;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
}

.landing-outer-wrap .landing-cta-wrap .cta-button {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 17px 18px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
  background: #A9252C;
  border: none;
}

.landing-outer-wrap.white .subscribe-landing-top-bar {
  background-color: #064A74;
}

.landing-outer-wrap.white .main-landing-content-wrap {
  background-color: #FFF;
}

.landing-outer-wrap.white .landing-cta-wrap {
  background-color: #064A74;
}

.landing-outer-wrap.blue .subscribe-landing-top-bar {
  background-color: #A9252C;
}

.landing-outer-wrap.blue .main-landing-content-wrap {
  background-color: #064A74;
}

.landing-outer-wrap.blue .landing-cta-wrap {
  background-color: #A9252C;
}

.landing-outer-wrap.blue .landing-cta-wrap .cta-button {
  background: #FFF;
  color: #064A74;
}

.landing-outer-wrap.blue .landing-top-content p {
  color: #FFF;
}

.landing-outer-wrap.blue .landing-columns .left-col-content p {
  color: #FFF;
}

.landing-outer-wrap.custom .subscribe-landing-top-bar {
  background-color: #A9252C;
}

.landing-outer-wrap.custom .main-landing-content-wrap {
  background-color: #064A74;
}

.landing-outer-wrap.custom .landing-cta-wrap {
  background-color: #A9252C;
}

.landing-outer-wrap.custom .landing-cta-wrap .cta-button {
  background: #FFF;
  color: #064A74;
}

.landing-outer-wrap.custom .landing-top-content p {
  color: #FFF;
}

.landing-outer-wrap.custom .landing-columns .left-col-content p {
  color: #FFF;
}

@media (max-width: 768px) {
  .landing-outer-wrap .landing-top-content {
    margin: 0 auto 50px auto;
  }

  .landing-outer-wrap .landing-columns .left-col-content {
    width: 100%;
    float: none;
    margin-bottom: 45px;
  }

  .landing-outer-wrap .landing-columns .col-form-wrap {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .landing-outer-wrap .landing-columns .col-form-wrap {
    padding: 15px;
  }
}

@media (min-width: 48em) {
  body.page-template-state-page-template .feature, body.page-template-template-federal-page-template .feature {
    background: rgba(255, 255, 255, 0.74);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0) 40%), -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 40%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0) 40%), -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 40%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0) 40%), linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdffffff', endColorstr='#00ffffff',GradientType=1) progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0);
  }
}
@media (min-width: 48em) {
  body.page-template-state-page-template .feature .feature-header h1, body.page-template-template-federal-page-template .feature .feature-header h1 {
    max-width: 840px;
  }
}
body.page-template-state-page-template .feature .feature-content > *, body.page-template-template-federal-page-template .feature .feature-content > * {
  max-width: 840px;
}
body.page-template-state-page-template .state-feature, body.page-template-template-federal-page-template .state-feature {
  position: relative;
  padding: 100px 0 50px 0;
  background-color: #fff;
}
body.page-template-state-page-template .state-feature .clear, body.page-template-template-federal-page-template .state-feature .clear {
  clear: both;
}
body.page-template-state-page-template .state-feature .inner, body.page-template-template-federal-page-template .state-feature .inner {
  max-width: 1190px;
}
body.page-template-state-page-template .state-feature .feature-background, body.page-template-template-federal-page-template .state-feature .feature-background {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.page-template-state-page-template .state-feature h1, body.page-template-template-federal-page-template .state-feature h1 {
  text-transform: uppercase;
  line-height: 1.15em;
  font-size: 3.166rem;
}
body.page-template-state-page-template .state-feature .feature-header, body.page-template-template-federal-page-template .state-feature .feature-header {
  position: relative;
}
body.page-template-state-page-template .state-feature .feature-header .inner, body.page-template-template-federal-page-template .state-feature .feature-header .inner {
  position: relative;
}
body.page-template-state-page-template .state-feature .feature-header p, body.page-template-template-federal-page-template .state-feature .feature-header p {
  color: #6d6e71;
  max-width: 606px;
  hyphens: none;
}
body.page-template-state-page-template .state-feature .pullout-section, body.page-template-template-federal-page-template .state-feature .pullout-section {
  position: relative;
  display: block;
  margin-top: 50px;
  padding: 30px 20px 40px 20px;
  color: #fff;
  max-width: 520px;
  background: #006294;
}
body.page-template-state-page-template .state-feature .pullout-section.image-pullout, body.page-template-template-federal-page-template .state-feature .pullout-section.image-pullout {
  padding: 0;
}
body.page-template-state-page-template .state-feature .pullout-section.image-pullout img, body.page-template-template-federal-page-template .state-feature .pullout-section.image-pullout img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
body.page-template-state-page-template .state-feature .table-of-contents p, body.page-template-template-federal-page-template .state-feature .table-of-contents p {
  margin: 0;
  line-height: 2em;
}
body.page-template-state-page-template .state-feature .table-of-contents a, body.page-template-template-federal-page-template .state-feature .table-of-contents a {
  color: #fff;
  text-decoration: none;
}
body.page-template-state-page-template .state-feature .table-of-contents a:hover, body.page-template-template-federal-page-template .state-feature .table-of-contents a:hover {
  color: #95bcd2;
}
body.page-template-state-page-template .state-template-content, body.page-template-template-federal-page-template .state-template-content {
  position: relative;
  display: block;
  width: 100%;
  background: #f2f2f2;
  padding: 30px 10px;
}
body.page-template-state-page-template .state-template-content .state-template-section, body.page-template-template-federal-page-template .state-template-content .state-template-section {
  position: relative;
  margin-bottom: 30px;
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-state-page-template .state-template-content .white-content-section, body.page-template-template-federal-page-template .state-template-content .white-content-section {
  background: #fff;
  padding: 30px 10px;
  color: #6d6e71;
}
body.page-template-state-page-template .state-template-content .white-content-section.grey-content-section, body.page-template-template-federal-page-template .state-template-content .white-content-section.grey-content-section {
  background: #f2f2f2;
  padding: 30px 10px 2px 10px;
}
body.page-template-state-page-template .state-template-content .white-content-section.grey-content-section .top-text, body.page-template-template-federal-page-template .state-template-content .white-content-section.grey-content-section .top-text {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-state-page-template .state-template-content .white-content-section h2, body.page-template-template-federal-page-template .state-template-content .white-content-section h2 {
  line-height: 1.45;
  font-weight: 700;
  text-transform: uppercase;
  color: #003e6a;
}
body.page-template-state-page-template .state-template-content .white-content-section p, body.page-template-template-federal-page-template .state-template-content .white-content-section p {
  color: #6d6e71;
}
body.page-template-state-page-template .state-template-content .white-content-section .button, body.page-template-template-federal-page-template .state-template-content .white-content-section .button {
  background: #a4252c;
  display: inline-block;
  width: auto;
  margin-top: 20px;
  font-weight: 600;
}
body.page-template-state-page-template .state-template-content .white-content-section .pullout, body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout {
  position: relative;
  display: block;
  margin-top: 50px;
  padding: 30px 20px 40px 20px;
  background: #a4252c;
  color: #fff;
  max-width: 520px;
}
body.page-template-state-page-template .state-template-content .white-content-section .pullout p, body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout p {
  color: #eacfd0;
}
body.page-template-state-page-template .state-template-content .white-content-section .pullout h4, body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout h4 {
  font-weight: 400;
}
body.page-template-state-page-template .state-template-content .white-content-section .pullout .button, body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout .button {
  border: solid 2px #fff;
  font-size: 20px;
  padding: 8px 24px;
  margin-top: 20px;
  font-weight: 400;
}
body.page-template-state-page-template .state-template-content .white-content-section .pullout.image-pullout, body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout.image-pullout {
  padding: 0 !important;
  background: none;
}
body.page-template-state-page-template .state-template-content .white-content-section .pullout.image-pullout img, body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout.image-pullout img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
body.page-template-state-page-template .state-template-content .white-content-section .table-of-contents p, body.page-template-template-federal-page-template .state-template-content .white-content-section .table-of-contents p {
  margin: 0;
  line-height: 2em;
}
body.page-template-state-page-template .state-template-content .white-content-section .table-of-contents a, body.page-template-template-federal-page-template .state-template-content .white-content-section .table-of-contents a {
  color: #fff;
  text-decoration: none;
}
body.page-template-state-page-template .state-template-content .white-content-section .table-of-contents a:hover, body.page-template-template-federal-page-template .state-template-content .white-content-section .table-of-contents a:hover {
  color: #95bcd2;
}
body.page-template-state-page-template .state-template-content .blue-quote-section, body.page-template-template-federal-page-template .state-template-content .blue-quote-section {
  position: relative;
  display: block;
  padding: 55px 20px;
  background: #003e6a;
  text-align: center;
}
body.page-template-state-page-template .state-template-content .blue-quote-section h2, body.page-template-template-federal-page-template .state-template-content .blue-quote-section h2 {
  color: #fff;
}
body.page-template-state-page-template .state-template-content .blue-quote-section p, body.page-template-template-federal-page-template .state-template-content .blue-quote-section p {
  color: #c8d4dd;
  max-width: 692px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-state-page-template .state-template-content .blue-quote-section .button, body.page-template-template-federal-page-template .state-template-content .blue-quote-section .button {
  background: #a4252c;
  width: 250px;
  font-weight: 600;
}
body.page-template-state-page-template .state-template-content .blue-quote-section.large-text p, body.page-template-template-federal-page-template .state-template-content .blue-quote-section.large-text p {
  font-size: 26px;
  max-width: 1050px;
  margin-bottom: 42px;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.4;
}
body.page-template-state-page-template .state-template-content .blue-quote-section.large-text p a, body.page-template-template-federal-page-template .state-template-content .blue-quote-section.large-text p a {
  color: #cd8d00;
  text-decoration: none;
  font-style: italic;
}
body.page-template-state-page-template .state-template-content .blue-quote-section.large-text .button, body.page-template-template-federal-page-template .state-template-content .blue-quote-section.large-text .button {
  margin-top: 0;
  width: 364px;
}
body.page-template-state-page-template .state-template-content .section-part-2, body.page-template-template-federal-page-template .state-template-content .section-part-2 {
  position: relative;
  padding-top: 70px;
}
body.page-template-state-page-template .state-template-content .block-wrap, body.page-template-template-federal-page-template .state-template-content .block-wrap {
  position: relative;
  padding-top: 15px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-state-page-template .state-template-content .block-wrap .a-block, body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  min-height: 512px;
  margin: 15px 7px 0 7px;
  padding: 24px 21px;
  vertical-align: top;
  background: #eff0f0;
}
body.page-template-state-page-template .state-template-content .block-wrap .a-block .block-title, body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block .block-title {
  position: relative;
  display: block;
  font-size: 26px;
  color: #003e6a;
  font-weight: 600;
  text-transform: uppercase;
}
body.page-template-state-page-template .state-template-content .block-wrap .a-block p, body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block p {
  font-size: 16px;
  font-weight: 400;
  color: #6d6e71;
  line-height: 1.45;
}
body.page-template-state-page-template .state-template-content .block-wrap .a-block hr, body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block hr {
  width: 66px;
  line-height: 2px;
  color: #979797;
  margin: 42px 0 0 0;
}
body.page-template-state-page-template .state-template-content .block-wrap .a-block .button, body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block .button {
  position: absolute;
  padding: 8px 24px;
  bottom: 50px;
  font-weight: 400;
  font-size: 20px;
}
body.page-template-state-page-template .state-template-content .block-wrap .a-block .social-block, body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block .social-block {
  position: absolute;
  display: block;
  bottom: 50px;
}
body.page-template-state-page-template .state-template-content .block-wrap .a-block .social-block a, body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block .social-block a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0b4169;
  text-align: center;
  text-decoration: none;
}
body.page-template-state-page-template .state-template-content .block-wrap .a-block .social-block a:last-child, body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block .social-block a:last-child {
  margin-right: 0;
}
body.page-template-state-page-template .state-template-content .block-wrap .a-block .social-block a i, body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block .social-block a i {
  position: relative;
  display: block;
  color: #fff;
  line-height: 50px;
  font-size: 23px;
}
body.page-template-state-page-template .state-template-content .centered-text, body.page-template-template-federal-page-template .state-template-content .centered-text {
  max-width: 920px;
  margin: 0 auto 40px auto;
}
body.page-template-state-page-template .state-template-content .centered-text h2, body.page-template-template-federal-page-template .state-template-content .centered-text h2, body.page-template-state-page-template .state-template-content .centered-text p, body.page-template-template-federal-page-template .state-template-content .centered-text p {
  text-align: center;
}
body.page-template-state-page-template .state-template-content .candidate-wrap, body.page-template-template-federal-page-template .state-template-content .candidate-wrap {
  position: relative;
  display: block;
  text-align: center;
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-top: 30px;
}
body.page-template-state-page-template .state-template-content .candidate-wrap .a-candidate, body.page-template-template-federal-page-template .state-template-content .candidate-wrap .a-candidate {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 416px;
  padding: 45px 20px 0 20px;
  margin-bottom: 2px;
  background: #eff0f0;
  text-align: center;
}
body.page-template-state-page-template .state-template-content .candidate-wrap .a-candidate .image-wrap, body.page-template-template-federal-page-template .state-template-content .candidate-wrap .a-candidate .image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto 52px auto;
  width: 148px;
  height: 148px;
  border: solid 2px #fff;
}
body.page-template-state-page-template .state-template-content .candidate-wrap .a-candidate .image-wrap img, body.page-template-template-federal-page-template .state-template-content .candidate-wrap .a-candidate .image-wrap img {
  position: relative;
  display: block;
  width: 148px;
  height: auto;
}
body.page-template-state-page-template .state-template-content .candidate-wrap .a-candidate .name, body.page-template-template-federal-page-template .state-template-content .candidate-wrap .a-candidate .name {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #003e6a;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
}
body.page-template-state-page-template .state-template-content .candidate-wrap .a-candidate .position, body.page-template-template-federal-page-template .state-template-content .candidate-wrap .a-candidate .position {
  font-size: 18px;
  color: #003e6a;
}
body.page-template-state-page-template .state-template-content .candidate-wrap .a-candidate p, body.page-template-template-federal-page-template .state-template-content .candidate-wrap .a-candidate p {
  font-size: 16px;
  font-weight: 400;
  color: #6d6e71;
  line-height: 1.45;
  margin-top: 12px;
  color: #6d6e71;
}
body.page-template-state-page-template .state-template-content .candidate-wrap .a-candidate .button, body.page-template-template-federal-page-template .state-template-content .candidate-wrap .a-candidate .button {
  position: absolute;
  height: 46px;
  width: 176px;
  left: 50%;
  margin-left: -88px;
  background: #003e6a;
  padding: 8px 24px;
  bottom: 45px;
  font-weight: 400;
  font-size: 20px;
}
body.page-template-state-page-template .state-template-content .extra-text-section, body.page-template-template-federal-page-template .state-template-content .extra-text-section {
  position: relative;
  padding-top: 30px;
  text-align: center;
}
body.page-template-state-page-template .state-template-content .extra-text-section .line1, body.page-template-template-federal-page-template .state-template-content .extra-text-section .line1 {
  position: relative;
  display: block;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  font-size: 26px;
  color: #003e6a;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.page-template-state-page-template .state-template-content .icon-section, body.page-template-template-federal-page-template .state-template-content .icon-section {
  position: relative;
  display: block;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  padding-top: 40px;
}
body.page-template-state-page-template .state-template-content .icon-section .icon-item, body.page-template-template-federal-page-template .state-template-content .icon-section .icon-item {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 294px;
  padding: 0 5px;
}
body.page-template-state-page-template .state-template-content .icon-section .icon-item .image-wrap, body.page-template-template-federal-page-template .state-template-content .icon-section .icon-item .image-wrap {
  width: 58px;
  height: 61px;
  margin: 0 auto 22px auto;
}
body.page-template-state-page-template .state-template-content .icon-section .icon-item .image-wrap img, body.page-template-template-federal-page-template .state-template-content .icon-section .icon-item .image-wrap img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
body.page-template-state-page-template .state-template-content .icon-section .icon-item p, body.page-template-template-federal-page-template .state-template-content .icon-section .icon-item p {
  font-size: 16px;
  font-weight: 400;
  color: #6d6e71;
  line-height: 1.45;
  margin-top: 12px;
  color: #6d6e71;
}
body.page-template-state-page-template .state-template-content .box-icon-section, body.page-template-template-federal-page-template .state-template-content .box-icon-section {
  position: relative;
  display: block;
  max-width: 1128px;
  margin: 0 auto;
  text-align: center;
}
body.page-template-state-page-template .state-template-content .box-icon-section .a-box, body.page-template-template-federal-page-template .state-template-content .box-icon-section .a-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 182px;
  height: 182px;
  margin: 0 10px 20px 10px;
  padding-top: 30px;
  background: #cd8d00;
  text-align: center;
  color: #fff;
}
body.page-template-state-page-template .state-template-content .box-icon-section .a-box .line1, body.page-template-template-federal-page-template .state-template-content .box-icon-section .a-box .line1 {
  font-size: 72px;
  line-height: 82px;
}
body.page-template-state-page-template .state-template-content .box-icon-section .a-box .line2, body.page-template-template-federal-page-template .state-template-content .box-icon-section .a-box .line2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 62em) {
  body.page-template-state-page-template .state-feature h1, body.page-template-template-federal-page-template .state-feature h1 {
    font-size: 5.227rem;
  }
}
@media (min-width: 886px) {
  body.page-template-state-page-template .state-template-content .candidate-wrap .a-candidate.candidate-4, body.page-template-template-federal-page-template .state-template-content .candidate-wrap .a-candidate.candidate-4 {
    margin: 0 30px 0 30px;
  }
}
@media (min-width: 1108px) {
  body.page-template-state-page-template .state-feature, body.page-template-template-federal-page-template .state-feature {
    padding: 120px 0 80px 0;
  }
  body.page-template-state-page-template .state-feature .feature-header, body.page-template-template-federal-page-template .state-feature .feature-header {
    width: 60%;
    float: left;
    padding-right: 50px;
  }
  body.page-template-state-page-template .state-feature .pullout-section, body.page-template-template-federal-page-template .state-feature .pullout-section {
    width: 40%;
    float: left;
    padding: 30px 20px 40px 40px;
    margin-top: 30px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section, body.page-template-template-federal-page-template .state-template-content .white-content-section {
    padding: 60px 10px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section h2, body.page-template-template-federal-page-template .state-template-content .white-content-section h2 {
    font-size: 44px;
    line-height: 1.35;
    margin-bottom: 26px;
    letter-spacing: 1px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section h2.center, body.page-template-template-federal-page-template .state-template-content .white-content-section h2.center {
    text-align: center;
  }
  body.page-template-state-page-template .state-template-content .white-content-section .left-content, body.page-template-template-federal-page-template .state-template-content .white-content-section .left-content {
    position: relative;
    width: 60%;
    float: left;
    padding-right: 50px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section .left-content .inside, body.page-template-template-federal-page-template .state-template-content .white-content-section .left-content .inside {
    max-width: 628px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section .left-content p, body.page-template-template-federal-page-template .state-template-content .white-content-section .left-content p {
    max-width: 520px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section .pullout, body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout {
    width: 40%;
    float: left;
    padding: 30px 20px 40px 40px;
    margin-top: 0px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section .pullout h4, body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout h4 {
    font-size: 24px;
  }
  body.page-template-state-page-template .state-template-content .blue-quote-section, body.page-template-template-federal-page-template .state-template-content .blue-quote-section {
    padding: 63px 20px 85px 20px;
  }
  body.page-template-state-page-template .state-template-content .blue-quote-section h2, body.page-template-template-federal-page-template .state-template-content .blue-quote-section h2 {
    font-size: 44px;
    line-height: 1.35;
    margin-bottom: 26px;
    letter-spacing: 1px;
  }
  body.page-template-state-page-template .state-template-content .blue-quote-section .button, body.page-template-template-federal-page-template .state-template-content .blue-quote-section .button {
    margin-top: 12px;
  }
  body.page-template-state-page-template .state-template-content .blue-quote-section.large-text, body.page-template-template-federal-page-template .state-template-content .blue-quote-section.large-text {
    padding: 70px 20px;
  }
  body.page-template-state-page-template .state-template-content .blue-quote-section.large-text .button, body.page-template-template-federal-page-template .state-template-content .blue-quote-section.large-text .button {
    margin-top: 0;
  }
  body.page-template-state-page-template .state-template-content .block-wrap, body.page-template-template-federal-page-template .state-template-content .block-wrap {
    position: relative;
    padding-top: 45px;
  }
  body.page-template-state-page-template .state-template-content .block-wrap .a-block, body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block {
    padding: 33px 42px 48px 42px;
  }
  body.page-template-state-page-template .state-template-content .candidate-wrap, body.page-template-template-federal-page-template .state-template-content .candidate-wrap {
    padding-top: 46px;
  }
  body.page-template-state-page-template .state-template-content .candidate-wrap .a-candidate.candidate-1, body.page-template-template-federal-page-template .state-template-content .candidate-wrap .a-candidate.candidate-1 {
    float: left;
  }
  body.page-template-state-page-template .state-template-content .candidate-wrap .a-candidate.candidate-3, body.page-template-template-federal-page-template .state-template-content .candidate-wrap .a-candidate.candidate-3 {
    float: right;
  }
  body.page-template-state-page-template .state-template-content .icon-section .icon-item.item1, body.page-template-template-federal-page-template .state-template-content .icon-section .icon-item.item1 {
    float: left;
  }
  body.page-template-state-page-template .state-template-content .icon-section .icon-item.item3, body.page-template-template-federal-page-template .state-template-content .icon-section .icon-item.item3 {
    float: right;
  }
  body.page-template-state-page-template .state-template-content .extra-text-section, body.page-template-template-federal-page-template .state-template-content .extra-text-section {
    padding-top: 64px;
  }
  body.page-template-state-page-template .state-template-content .extra-text-section .button, body.page-template-template-federal-page-template .state-template-content .extra-text-section .button {
    width: 474px;
  }
}
@media (min-width: 1210px) {
  body.page-template-state-page-template .state-feature, body.page-template-template-federal-page-template .state-feature {
    padding: 120px 40px 80px 40px;
  }
  body.page-template-state-page-template .state-template-content, body.page-template-template-federal-page-template .state-template-content {
    padding: 82px 10px 16px 10px;
  }
  body.page-template-state-page-template .state-template-content .state-template-section, body.page-template-template-federal-page-template .state-template-content .state-template-section {
    margin-bottom: 82px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section, body.page-template-template-federal-page-template .state-template-content .white-content-section {
    padding: 80px 40px 80px 80px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section.grey-content-section, body.page-template-template-federal-page-template .state-template-content .white-content-section.grey-content-section {
    padding: 50px 40px 2px 80px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section .left-content, body.page-template-template-federal-page-template .state-template-content .white-content-section .left-content {
    width: 53%;
    margin-left: 34px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section .pullout, body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout {
    width: 43%;
    padding: 50px 50px 70px 60px;
  }
  body.page-template-state-page-template .state-template-content .candidate-section, body.page-template-template-federal-page-template .state-template-content .candidate-section {
    padding: 80px 40px 80px 40px;
  }
  body.page-template-state-page-template .state-template-content .blue-quote-section.large-text, body.page-template-template-federal-page-template .state-template-content .blue-quote-section.large-text {
    padding: 93px 20px 78px 20px;
  }
  body.page-template-state-page-template .state-template-content .box-icon-section .a-box, body.page-template-template-federal-page-template .state-template-content .box-icon-section .a-box {
    margin: 0 20px 0 20px;
  }
}
@media (min-width: 1500px) {
  body.page-template-state-page-template .state-feature, body.page-template-template-federal-page-template .state-feature {
    padding: 120px 40px 80px 40px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section, body.page-template-template-federal-page-template .state-template-content .white-content-section {
    padding: 108px 40px 108px 40px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section.grey-content-section, body.page-template-template-federal-page-template .state-template-content .white-content-section.grey-content-section {
    padding: 50px 40px 2px 40px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section .left-content, body.page-template-template-federal-page-template .state-template-content .white-content-section .left-content {
    width: 53%;
    margin-left: 57px;
  }
  body.page-template-state-page-template .state-template-content .white-content-section .pullout, body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout {
    width: 47%;
    padding: 50px 50px 70px 60px;
  }
}
.page-template-state-page-template-php .site-header, .page-template-template-federal-page-template .site-header {
  position: absolute;
}
body.page-template-template-federal-page-template .state-template-content {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body.page-template-template-federal-page-template .feature .feature-header {
    padding: 30px 10px 10px 10px;
  }
}
@media (min-width: 62em) {
  body.page-template-template-federal-page-template .feature .feature-content {
    min-width: 70%;
  }
}
body.page-template-template-federal-page-template .feature .feature-header {
  padding: 20px 10px 10px 10px;
}
body.page-template-template-federal-page-template .feature .feature-content {
  padding: 14px 10px 30px 10px;
}
body.page-template-template-federal-page-template .feature .feature-content h2 {
  font-size: 29px;
}
body.page-template-template-federal-page-template .feature .feature-content p {
  margin-top: 17px;
  line-height: 1.3;
}
@media (min-width: 1210px) {
  body.page-template-template-federal-page-template .state-template-content .white-content-section .left-content {
    width: 47%;
  }
  body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout {
    width: 48%;
    max-width: none !important;
  }
}
@media (min-width: 1500px) {
  body.page-template-template-federal-page-template .state-template-content .white-content-section .left-content {
    width: 47%;
  }
  body.page-template-template-federal-page-template .state-template-content .white-content-section .pullout {
    width: 48%;
  }
}
body.page-template-template-federal-page-template .state-template-content .second-white-section .section-part-2 {
  padding-top: 0;
}
@media (min-width: 1210px) {
  body.page-template-template-federal-page-template .state-template-content .second-white-section .section-part-2 {
    margin-top: -20px;
  }
  body.page-template-template-federal-page-template .state-template-content .third-white-section {
    padding: 70px 40px 80px 40px;
  }
}
@media (min-width: 1500px) {
  body.page-template-template-federal-page-template .state-template-content .second-white-section .section-part-2 {
    margin-top: -40px;
  }
  body.page-template-template-federal-page-template .state-template-content .third-white-section {
    padding: 70px 40px 90px 40px;
  }
}
body.page-template-template-federal-page-template .state-template-content .second-white-section .centered-text, body.page-template-template-federal-page-template .state-template-content .third-white-section .centered-text {
  max-width: 800px;
}
body.page-template-template-federal-page-template .state-template-content .second-white-section .centered-text p, body.page-template-template-federal-page-template .state-template-content .third-white-section .centered-text p {
  color: #004976;
  font-size: 1.222rem;
}
body.page-template-template-federal-page-template .state-template-content .block-wrap {
  margin-bottom: 60px;
  max-width: 1180px;
}
body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block {
  max-width: 376px;
}
@media (max-width: 500px) {
  body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  body.page-template-template-federal-page-template .state-template-content .block-wrap .a-block {
    width: 31.6%;
  }
}
@media (min-width: 1108px) {
  body.page-template-template-federal-page-template .state-template-content .block-wrap {
    margin-bottom: 90px;
    padding-top: 15px;
  }
}
@media (min-width: 1300px) {
  body.page-template-template-federal-page-template .state-template-content .block-wrap {
    margin-bottom: 90px;
  }
  body.page-template-template-federal-page-template .state-template-content .second-white-section .left-content {
    padding-top: 40px;
  }
}
body.page-template-template-federal-page-template .state-template-content .blue-quote-section {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 62px;
}
body.page-template-template-federal-page-template .state-template-content .blue-quote-section p {
  margin-left: 0;
  margin-right: 0;
  max-width: 526px;
  color: #fff;
}
@media (min-width: 1210px) {
  body.page-template-template-federal-page-template .state-template-content .blue-quote-section {
    padding: 40px 20px 62px 97px;
  }
}
body.page-template-template-federal-page-template .fed-donate-section {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 0 110px 0;
}
body.page-template-template-federal-page-template .fed-donate-section .inner-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 902px;
  text-align: center;
}
body.page-template-template-federal-page-template .fed-donate-section .inner-wrap h2 {
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
body.page-template-template-federal-page-template .fed-donate-section .inner-wrap p {
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 1.222rem;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
body.page-template-template-federal-page-template .fed-donate-section .inner-wrap .button {
  width: auto;
  min-width: 212px;
  margin: 18px auto 0 auto;
}
@media (min-width: 1108px) {
  body.page-template-template-federal-page-template .fed-donate-section {
    padding: 55px 0 170px 0;
  }
  body.page-template-template-federal-page-template .fed-donate-section .inner-wrap h2 {
    font-size: 44px;
    line-height: 1.35;
    margin-bottom: 26px;
    letter-spacing: 1px;
  }
}
body.page-template-template-federal-page-template .highlights-wrapper {
  position: relative;
  text-align: center;
}
body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 280px;
  height: 172px;
  margin-bottom: 30px;
  padding-left: 118px;
  padding-top: 10px;
  padding-right: 5px;
  text-align: left;
}
body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box p {
  margin-top: 0;
  font-size: 12px;
  line-height: 15px;
}
body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:first-child {
  background: url("images/gold-box-1-small.png") no-repeat center center;
}
body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(2) {
  background: url("images/gold-box-2-small.png") no-repeat center center;
}
body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(3) {
  background: url("images/gold-box-3-small.png") no-repeat center center;
}
body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(4) {
  background: url("images/gold-box-4-small.png") no-repeat center center;
}
body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(5) {
  background: url("images/gold-box-5-small.png") no-repeat center center;
}
body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(6) {
  background: url("images/gold-box-6-small.png") no-repeat center center;
}
@media (min-width: 560px) {
  body.page-template-template-federal-page-template .highlights-wrapper {
    padding-top: 30px;
  }
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box {
    max-width: 522px;
    height: 320px;
    margin-bottom: 35px;
    padding-left: 228px;
    padding-top: 26px;
    padding-right: 20px;
  }
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box p {
    font-size: 1rem;
    line-height: 1.5;
  }
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:first-child {
    background: url("images/gold-box-1.png") no-repeat center center;
  }
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(2) {
    background: url("images/gold-box-2.png") no-repeat center center;
  }
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(3) {
    background: url("images/gold-box-3.png") no-repeat center center;
  }
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(4) {
    background: url("images/gold-box-4.png") no-repeat center center;
  }
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(5) {
    background: url("images/gold-box-5.png") no-repeat center center;
  }
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(6) {
    background: url("images/gold-box-6.png") no-repeat center center;
  }
}
@media (min-width: 1100px) {
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:first-child, body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(3), body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(5) {
    margin-right: 5px;
  }
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(2), body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(4), body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(6) {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:first-child, body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(3), body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(5) {
    margin-right: 16px;
  }
  body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(2), body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(4), body.page-template-template-federal-page-template .highlights-wrapper .a-highlight-box:nth-child(6) {
    margin-left: 16px;
  }
}
body.page-template-template-federal-page-template .state-template-content .third-white-section .extra-text-section {
  padding-top: 20px;
}
body.page-template-template-keys .hentry {
  margin-bottom: 0;
}
body.page-template-template-keys .entry-header {
  padding-top: 140px;
}
body.page-template-template-keys .entry-content {
  max-width: 1026px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  body.page-template-template-keys .entry-header {
    height: 200px;
  }
}
@media (min-width: 1100px) {
  body.page-template-template-keys .entry-header {
    height: 288px;
  }
}
body.page-template-template-keys h1 {
  position: relative;
  text-align: center;
  font-size: 45px;
  color: #cd972d;
  margin-top: 0;
}
body.page-template-template-keys .keys-main-content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
body.page-template-template-keys .keys-main-content .an-icon-row {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
body.page-template-template-keys .keys-main-content .an-icon-row .icon {
  position: relative;
  display: block;
  width: 220px;
  margin: 0 auto 25px auto;
}
body.page-template-template-keys .keys-main-content .an-icon-row .icon img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
body.page-template-template-keys .keys-main-content .an-icon-row .copy {
  position: relative;
  display: block;
}
body.page-template-template-keys .keys-main-content h2 {
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 1.3;
}
body.page-template-template-keys .keys-main-content p {
  margin-top: 0;
  color: #626366;
}
@media (min-width: 650px) {
  body.page-template-template-keys .keys-main-content {
    text-align: left;
  }
  body.page-template-template-keys .keys-main-content .an-icon-row .icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  body.page-template-template-keys .keys-main-content .an-icon-row .copy {
    position: relative;
    display: block;
    min-height: 220px;
    padding-left: 260px;
  }
}
@media (min-width: 768px) {
  body.page-template-template-keys .keys-main-content .an-icon-row {
    margin-bottom: 80px;
  }
  body.page-template-template-keys .keys-main-content .an-icon-row .copy {
    padding-left: 290px;
  }
}
body.page-template-template-keys .blue-keys-bottom {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 0 70px 0;
  background: #00365f;
}
body.page-template-template-keys .blue-keys-bottom .inner {
  position: relative;
  display: block;
  max-width: 726px;
  margin: 0 auto;
}
body.page-template-template-keys .blue-keys-bottom p {
  color: #fff;
  font-size: 1.222rem;
}
body.page-template-template-keys .blue-keys-bottom .button {
  min-width: 226px;
  margin-top: 8px;
}
@media (min-width: 960px) {
  body.page-template-template-keys .blue-keys-bottom {
    padding: 66px 0 102px 0;
  }
}


/*# sourceMappingURL=style.css.map */
