/*!
Theme Name: Half In Ten
Theme URI: http://underscores.me/
Author: Seth Rubenstein
Author URI: http://sethrubenstein.info
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hit
Domain Path: /languages/
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.

 Half In Ten is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic,400,600,700);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

audio, canvas, video {
  display: inline-block; }

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

[hidden], template {
  display: none; }

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: "Open Sans", sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: yellow;
  color: black; }

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

small, .entry-meta, .entry-taxonomy, .comment-disclaimer, .widget_most-shared-posts ul li {
  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: 0; }

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

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/**
Need to clean up typographic elements and classes a bit more
**/
body {
  font-size: 16px; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 14px; } }

a {
  text-decoration: none;
  color: #125074; }

.error {
  font-weight: 600;
  color: #565656; }

.entry-title {
  color: #326786;
  line-height: 1.25; }

h1.entry-title {
  font-weight: 100; }

h2.entry-title, h3.entry-title, h4.entry-title {
  font-weight: 700; }
  h2.entry-title a, h3.entry-title a, h4.entry-title a {
    color: #326786; }

.page-title {
  font-weight: 200;
  color: #326786;
  margin-top: 0px; }

.taxonomy-title {
  font-weight: 200;
  color: #64a2c6;
  margin-top: 0px; }

.entry-content a {
  color: #ed1c24; }

.section-title {
  margin-bottom: 0px;
  font-weight: 100;
  color: #125074; }

.button, .nav-links a {
  border: 1px solid #244b61;
  background-color: #326786;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none; }
  .button:hover:not(:disabled) {
    cursor: pointer;
    background-color: #244b61; }
  .button:active:not(:disabled) {
    background-color: #244b61; }
  .button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .button.secondary {
    border: 1px solid #c61019;
    background-color: #ed1c24;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none; }
    .button.secondary:hover:not(:disabled) {
      cursor: pointer;
      background-color: #c61019; }
    .button.secondary:active:not(:disabled) {
      background-color: #c61019; }
    .button.secondary:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .button.block {
    display: block; }
    @media screen and (max-width: 640px) {
      .button.block {
        margin-bottom: 25px; } }

.gradient {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background-image: linear, false, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6); }

.n1, .n2, .n3, .n4, .n5 {
  background-image: url('../halfinten/images/one.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 60px;
  max-width: 60px;
  width: 100%; }

.n2 {
  background-image: url('http://halfinten.org/wp-content/themes/halfinten/images/two.png'); }

.n3 {
  background-image: url('../halfinten/images/three.png'); }

.n4 {
  background-image: url('../halfinten/images/four.png'); }

.n5 {
  background-image: url('../halfinten/images/five.png'); }

@font-face {
  font-family: 'Mono Social Icons Font';
  src: url('fonts/MonoSocialIconsFont-1.10.eot');
  src: url('fonts/MonoSocialIconsFont-1.10.eot#iefix') format('embedded-opentype'), url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'), url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'), url('fonts/MonoSocialIconsFont-1.10.svg') format('svg');
  src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

.symbol, a.symbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a.symbol:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%; }

body {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }

  to {
    opacity: 1; } }

img {
  max-width: 100%;
  height: auto; }

embed, iframe, object {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #cccccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

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

.site-main .gallery {
  margin-bottom: 1.5em; }


.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd {
  margin: 0; }



input[type="text"] {
  border: 1px solid #999999;
  padding-top: 3px;
  padding-bottom: 4px; }

input[type="submit"], input[type=submit], button, body #elqForm #submit input[type=submit] {
  border: 1px solid #c61019;
  background-color: #ed1c24;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none; }
  input[type="submit"]:hover:not(:disabled), input[type=submit]:hover:not(:disabled), button:hover:not(:disabled), body #elqForm #submit input[type=submit]:hover:not(:disabled) {
    cursor: pointer;
    background-color: #c61019; }
  input[type="submit"]:active:not(:disabled), input[type=submit]:active:not(:disabled), button:active:not(:disabled), body #elqForm #submit input[type=submit]:active:not(:disabled) {
    background-color: #c61019; }
  input[type="submit"]:disabled, input[type=submit]:disabled, button:disabled, body #elqForm #submit input[type=submit]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.entry-content #elqContainer {
  width: 100% !important; }

#homepage-signup {
  background-color: #e0ecf4 !important;
  border-color: #999999 !important;
  padding: 2% 2%;
  *zoom: 1; }
  #homepage-signup:before, #homepage-signup:after {
    content: " ";
    display: table; }
  #homepage-signup:after {
    clear: both; }
  #homepage-signup h3 {
    float: left;
    margin-top: 4px;
    margin-bottom: 0px;
    color: #125074;
    font-weight: 600; }
    @media screen and (max-width: 640px) {
      #homepage-signup h3 {
        float: none;
        text-align: center;
        margin-bottom: 10px; } }
  #homepage-signup form {
    width: 60%;
    float: right;
    text-align: right; }
    @media screen and (max-width: 640px) {
      #homepage-signup form {
        width: 100%;
        float: none;
        text-align: center; } }
    #homepage-signup form input[type=email] {
      width: 70%;
      padding: 7px 15px; }
    #homepage-signup form input[type=submit] {
      width: 25%; }

#searchform #s {
  width: auto;
  max-width: 150px;
  display: inline-block; }
#searchform #searchsubmit {
  border: 1px solid grey;
  background-color: #999999;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 700 !important; }
  #searchform #searchsubmit:hover:not(:disabled) {
    cursor: pointer;
    background-color: grey; }
  #searchform #searchsubmit:active:not(:disabled) {
    background-color: grey; }
  #searchform #searchsubmit:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

#subscribe-take-action .left form {
  position: relative;
  display: block;
  margin-top: 45px; }

body {
  padding: 10px;
  position: relative; }
  body.admin-bar {
    width: 100%; }

#page {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

#content {
  margin-bottom: 50px;
  *zoom: 1; }
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }

body.page #primary, body.blog #primary, body.home #primary, body.search #primary, body.single #primary, body.archive #primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-bottom: 25px; }
  body.page #primary:last-child, body.blog #primary:last-child, body.home #primary:last-child, body.search #primary:last-child, body.single #primary:last-child, body.archive #primary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    body.page #primary, body.blog #primary, body.home #primary, body.search #primary, body.single #primary, body.archive #primary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      body.page #primary:last-child, body.blog #primary:last-child, body.home #primary:last-child, body.search #primary:last-child, body.single #primary:last-child, body.archive #primary:last-child {
        margin-right: 0; } }
  body.page #primary.full-width, body.blog #primary.full-width, body.home #primary.full-width, body.search #primary.full-width, body.single #primary.full-width, body.archive #primary.full-width {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    body.page #primary.full-width:last-child, body.blog #primary.full-width:last-child, body.home #primary.full-width:last-child, body.search #primary.full-width:last-child, body.single #primary.full-width:last-child, body.archive #primary.full-width:last-child {
      margin-right: 0; }
body.page #secondary, body.blog #secondary, body.home #secondary, body.search #secondary, body.single #secondary, body.archive #secondary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  body.page #secondary:last-child, body.blog #secondary:last-child, body.home #secondary:last-child, body.search #secondary:last-child, body.single #secondary:last-child, body.archive #secondary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    body.page #secondary, body.blog #secondary, body.home #secondary, body.search #secondary, body.single #secondary, body.archive #secondary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      body.page #secondary:last-child, body.blog #secondary:last-child, body.home #secondary:last-child, body.search #secondary:last-child, body.single #secondary:last-child, body.archive #secondary:last-child {
        margin-right: 0; } }

body.page-template-pagespage-no-sidebar-php #primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }
  body.page-template-pagespage-no-sidebar-php #primary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    body.page-template-pagespage-no-sidebar-php #primary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      body.page-template-pagespage-no-sidebar-php #primary:last-child {
        margin-right: 0; } }

#homepage-middle {
  *zoom: 1; }
  #homepage-middle:before, #homepage-middle:after {
    content: " ";
    display: table; }
  #homepage-middle:after {
    clear: both; }
  #homepage-middle .section-title {
    margin-bottom: 25px; }
  #homepage-middle #secondary {
    padding-top: 25px; }

.one-columns {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .one-columns:before, .one-columns:after {
    content: " ";
    display: table; }
  .one-columns:after {
    clear: both; }
  .one-columns aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .one-columns aside:last-child {
      margin-right: 0; }

.three-columns {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .three-columns:before, .three-columns:after {
    content: " ";
    display: table; }
  .three-columns:after {
    clear: both; }
  .three-columns aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .three-columns aside:last-child {
      margin-right: 0; }
  .three-columns .centered {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%; }
    .three-columns .centered:last-child {
      margin-right: 0; }
  @media screen and (max-width: 640px) {
    .three-columns aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .three-columns aside:last-child {
        margin-right: 0; } }

.two-columns.collapsed {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .two-columns.collapsed:before, .two-columns.collapsed:after {
    content: " ";
    display: table; }
  .two-columns.collapsed:after {
    clear: both; }
  .two-columns.collapsed aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .two-columns.collapsed aside:last-child {
      margin-right: 0; }
  @media screen and (max-width: 640px) {
    .two-columns.collapsed aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .two-columns.collapsed aside:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .two-columns.collapsed aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .two-columns.collapsed aside:last-child {
        margin-right: 0; } }

.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  *zoom: 1; }
  .menu:before, .menu:after {
    content: " ";
    display: table; }
  .menu:after {
    clear: both; }

.taxonomy-combo-box {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .taxonomy-combo-box:before, .taxonomy-combo-box:after {
    content: " ";
    display: table; }
  .taxonomy-combo-box:after {
    clear: both; }
  .taxonomy-combo-box form {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .taxonomy-combo-box form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .taxonomy-combo-box form {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .taxonomy-combo-box form:last-child {
          margin-right: 0; }
        .taxonomy-combo-box form select {
          margin-bottom: 10px; } }
    .taxonomy-combo-box form select {
      width: 100%; }

#site-branding {
  *zoom: 1;
  display: block;
  padding: 15px 0px; }
  #site-branding:before, #site-branding:after {
    content: " ";
    display: table; }
  #site-branding:after {
    clear: both; }
  #site-branding #logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    #site-branding #logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      #site-branding #logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #site-branding #logo:last-child {
          margin-right: 0; } }
    #site-branding #logo #motto {
      position: relative;
      top: -40px;
      margin-left: 12px;
      font-size: 12px;
      font-weight: 600; }
      @media screen and (max-width: 840px) {
        #site-branding #logo #motto {
          display: block;
          margin-left: 0px;
          top: 0px; } }
  #site-branding #social-search {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    text-align: right; }
    #site-branding #social-search:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      #site-branding #social-search {
        display: none; } }
    #site-branding #social-search .social-profiles {
      list-style: none;
      display: inline-block;
      margin: 0;
      padding: 0; }
      #site-branding #social-search .social-profiles li {
        display: inline-block;
        color: white;
        border-radius: 5px; }
        #site-branding #social-search .social-profiles li a {
          color: white !important; }
        #site-branding #social-search .social-profiles li .symbol {
          font-size: 38px;
          line-height: 32px; }
        #site-branding #social-search .social-profiles li.facebook {
          background-color: #4367a5; }
        #site-branding #social-search .social-profiles li.twitter {
          background-color: #00aced; }
        #site-branding #social-search .social-profiles li.rss {
          background-color: #f29200; }
    #site-branding #social-search #searchform {
      margin-top: 25px; }

#site-navigation {
  display: table;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px; }
  #site-navigation ul {
    padding-left: 0px;
    display: table-row;
    overflow: hidden;
    text-align: center; }
    @media screen and (max-width: 640px) {
      #site-navigation ul {
        display: none; } }
    #site-navigation ul li {
      display: table-cell; }
      @media screen and (max-width: 640px) {
        #site-navigation ul li {
          display: block; } }
      #site-navigation ul li a {
        display: block;
        background: url('img/menu_pattern.png');
        height: 62px;
        color: white;
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 0.85em;
        font-weight: 700; }
        @media screen and (max-width: 640px) {
          #site-navigation ul li a {
            height: auto;
            padding-bottom: 15px;
            margin-bottom: 1px;
            text-align: left; } }
      #site-navigation ul li:last-of-type a {
        background: url('img/bg-donate.png'); }
  #site-navigation .slicknav_menu {
    *zoom: 1;
    display: none; }
    @media screen and (max-width: 640px) {
      #site-navigation .slicknav_menu {
        display: block; } }
    #site-navigation .slicknav_menu ul {
      display: block; }
  #site-navigation .slicknav_btn {
    background: url('img/menu_btn.png');
    height: 51px;
    width: 48px;
    position: absolute;
    top: 0;
    right: 0; }

#site-footer {
  margin-bottom: 25px;
  text-align: center; }
  #site-footer .centered.column aside:nth-child(1) img {
    top: 15px;
    position: relative; }
  #site-footer .centered.column:nth-of-type(2) {
    font-size: 14px;
    margin-top: 50px;
    font-weight: 600; }
  @media screen and (max-width: 640px) {
    #site-footer .copyright {
      display: block;
      margin: 0px;
      float: none;
      width: 100%;
      padding-top: 10px; } }
  #site-footer .menu {
    display: inline-block;
    top: 4px;
    position: relative; }
    #site-footer .menu li {
      float: left;
      margin-right: 25px;
      font-style: italic; }
      @media screen and (max-width: 640px) {
        #site-footer .menu li {
          display: block;
          margin: 0px !important;
          float: none;
          width: 100%;
          padding-top: 10px; } }
      #site-footer .menu li:first-of-type {
        margin-left: 25px; }
      #site-footer .menu li:last-of-type {
        margin-right: 0px; }

#home-featured-box {
  *zoom: 1;
  display: block; }
  #home-featured-box:before, #home-featured-box:after {
    content: " ";
    display: table; }
  #home-featured-box:after {
    clear: both; }
  #home-featured-box #main-feature {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-bottom: 25px; }
    #home-featured-box #main-feature:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      #home-featured-box #main-feature {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #home-featured-box #main-feature:last-child {
          margin-right: 0; } }
    #home-featured-box #main-feature a {
      display: block;
      background-size: 100%;
      background-position: center center;
      border: 1px solid #eaeaea;
      color: white;
      padding-top: 30%; }
      @media screen and (max-width: 480px) {
        #home-featured-box #main-feature a {
          background-size: 120%; } }
    #home-featured-box #main-feature .featured-content {
      padding: 5%;
      background-color: rgba(0, 0, 0, 0.5);
      *zoom: 1; }
      #home-featured-box #main-feature .featured-content:before, #home-featured-box #main-feature .featured-content:after {
        content: " ";
        display: table; }
      #home-featured-box #main-feature .featured-content:after {
        clear: both; }
      #home-featured-box #main-feature .featured-content h3 {
        margin: 0px;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        #home-featured-box #main-feature .featured-content h3:last-child {
          margin-right: 0; }
      #home-featured-box #main-feature .featured-content span {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        #home-featured-box #main-feature .featured-content span:last-child {
          margin-right: 0; }
  #home-featured-box #two-features {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #home-featured-box #two-features:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      #home-featured-box #two-features {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #home-featured-box #two-features:last-child {
          margin-right: 0; }
        #home-featured-box #two-features article {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          #home-featured-box #two-features article:last-child {
            margin-right: 0; } }
    #home-featured-box #two-features a {
      display: block;
      *zoom: 1; }
      #home-featured-box #two-features a:before, #home-featured-box #two-features a:after {
        content: " ";
        display: table; }
      #home-featured-box #two-features a:after {
        clear: both; }
      #home-featured-box #two-features a:first-of-type {
        margin-bottom: 12.5px; }
      #home-featured-box #two-features a img {
        float: left;
        margin-right: 10px;
        width: 48.5%; }
      #home-featured-box #two-features a h4 {
        margin-top: 0px; }

article.in-loop .entry-wrapper {
  *zoom: 1; }
  article.in-loop .entry-wrapper:before, article.in-loop .entry-wrapper:after {
    content: " ";
    display: table; }
  article.in-loop .entry-wrapper:after {
    clear: both; }
  article.in-loop .entry-wrapper p {
    margin-top: 0px; }
article.in-loop.has-video .entry-thumbnail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  article.in-loop.has-video .entry-thumbnail:last-child {
    margin-right: 0; }
article.in-loop.has-video .entry-summary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  article.in-loop.has-video .entry-summary:last-child {
    margin-right: 0; }
article.in-loop.has-thumbnail .entry-thumbnail {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  article.in-loop.has-thumbnail .entry-thumbnail:last-child {
    margin-right: 0; }
article.in-loop.has-thumbnail .entry-summary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  article.in-loop.has-thumbnail .entry-summary:last-child {
    margin-right: 0; }
@media screen and (max-width: 480px) {
  article.in-loop.has-thumbnail .entry-thumbnail, article.in-loop.has-thumbnail .entry-summary, article.in-loop.has-video .entry-thumbnail, article.in-loop.has-video .entry-summary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    article.in-loop.has-thumbnail .entry-thumbnail:last-child, article.in-loop.has-thumbnail .entry-summary:last-child, article.in-loop.has-video .entry-thumbnail:last-child, article.in-loop.has-video .entry-summary:last-child {
      margin-right: 0; } }
article.in-loop .entry-thumbnail {
  display: none; }

.widget article.has-video .entry-thumbnail, .widget article.has-video .entry-summary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .widget article.has-video .entry-thumbnail:last-child, .widget article.has-video .entry-summary:last-child {
    margin-right: 0; }
.widget article.has-video p {
  margin-top: 12.5px; }

#primary article {
  margin-bottom: 25px; }


body.single .entry-title {
  margin-top: 0px; }
body.single .entry-media {
  margin-top: 25px; }

.entry-summary .read-more {
  border: 1px solid #244b61;
  background-color: #326786;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none; }
  .entry-summary .read-more:hover:not(:disabled) {
    cursor: pointer;
    background-color: #244b61; }
  .entry-summary .read-more:active:not(:disabled) {
    background-color: #244b61; }
  .entry-summary .read-more:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.has-featured-image {
  background-size: 120% auto;
  background-position: center top;
  padding-top: 20%;
  margin-bottom: -10px; }
  @media screen and (max-width: 480px) {
    .has-featured-image {
      background-size: 140% auto; } }
  .has-featured-image .share_buttons {
    margin-top: 0px !important; }
  .has-featured-image .gradient {
    padding-bottom: 20px;
    padding-top: 20%;
    padding-left: 20px;
    padding-right: 20px; }
    .has-featured-image .gradient * {
      color: white;
      text-shadow: 0px 1px 1px black; }
    .has-featured-image .gradient .entry-title {
      font-weight: 600; }

.byline, .updated {
  display: none; }

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

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

.entry-header {
  margin-bottom: 12.5px; }
  .entry-header .entry-title {
    margin-bottom: 0px; }


.entry-taxonomy {
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea; }
  .entry-taxonomy div {
    display: inline-block;
    background-color: #eaeaea;
    padding: 0.5% 2%; }
    .entry-taxonomy div a {
      font-weight: 800;
      color: #125074; }

.entry-social {
  *zoom: 1; }
  .entry-social:before, .entry-social:after {
    content: " ";
    display: table; }
  .entry-social:after {
    clear: both; }
  .entry-social a, .entry-social div {
    display: inline-block; }
  .entry-social.social_counts {
    margin-top: 3%; }
  .entry-social.share_buttons {
    background-color: #eaeaea;
    border: 1px #dddddd solid;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center; }
    .entry-social.share_buttons a:nth-of-type(2n) {
      margin-left: 10px;
      margin-right: 10px;
      padding-left: 10px;
      padding-right: 10px;
      border-left: 1px #c4c4c4 solid;
      border-right: 1px #c4c4c4 solid; }
  .entry-social .twitter {
    color: #00aced; }
  .entry-social .facebook {
    color: #4367a5; }
  .entry-social .google-plus {
    color: #dc4a38; }
  .entry-social .symbol {
    font-size: 34px; }
  .entry-social .count {
    top: -3px;
    position: relative; }
    .entry-social .count strong {
      margin-left: 5px; }
      @media screen and (max-width: 840px) {
        .entry-social .count strong {
          display: none; } }

/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden; }

[class*="navigation"] .nav-previous {
  float: left;
  width: 50%; }

[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

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


#fb-comments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], #fb-comments iframe[style] {
  width: 100% !important; }

#fb-comments .fb_iframe_widget span {
  display: block !important; }
  #fb-comments .fb_iframe_widget span[style] {
    width: 100% !important; }

.widget {
  margin: 0 0 1.5em; }

.widget-title {
  color: #326786;
  font-weight: 400;
  margin-top: 0px; }

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

.widget_search .search-submit {
  display: none; }

.widget_our-projects h3, #our-projects h3 {
  color: #ec1d25;
  margin-top: 0px; }
  .widget_our-projects h3 a, #our-projects h3 a {
    color: #ec1d25; }
@media screen and (max-width: 640px) {
  .widget_our-projects h3, #our-projects h3 {
    margin-top: 15px; }
  .widget_our-projects img, #our-projects img {
    float: left;
    width: 150px;
    margin-right: 15px; }
  .widget_our-projects .button, .widget_our-projects .nav-links a, .nav-links .widget_our-projects a, #our-projects .button, #our-projects .nav-links a, .nav-links #our-projects a {
    width: 100%;
    margin-top: 10px; } }
@media screen and (max-width: 480px) {
  .widget_our-projects img, #our-projects img {
    float: none;
    width: 100%; } }
.widget_our-projects .button, .widget_our-projects .nav-links a, .nav-links .widget_our-projects a, #our-projects .button, #our-projects .nav-links a, .nav-links #our-projects a {
  min-width: 170px; }
.widget_our-projects.one-columns img, #our-projects.one-columns img {
  float: right;
  width: 50%;
  min-width: 100px;
  max-width: 150px;
  margin-left: 15px; }
.widget_our-projects.one-columns .button, .widget_our-projects.one-columns .nav-links a, .nav-links .widget_our-projects.one-columns a, #our-projects.one-columns .button, #our-projects.one-columns .nav-links a, .nav-links #our-projects.one-columns a {
  display: none; }

#visit-partner {
  display: block;
  text-align: center;
  margin-bottom: 50px; }
  #visit-partner h1 {
    margin: 0px; }

#homepage-middle .twitter-timeline {
  max-height: 500px; }
  @media screen and (max-width: 640px) {
    #homepage-middle .twitter-timeline {
      display: none; } }

.widget_most-shared-posts {
  border: 1px solid #eaeaea; }
  .widget_most-shared-posts .widget-title {
    border-bottom: 1px solid #eaeaea;
    padding: 4% 5%;
    margin-bottom: 0px; }
  .widget_most-shared-posts ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .widget_most-shared-posts ul li {
      padding: 4% 5%;
      border-bottom: 1px solid #eaeaea; }
      .widget_most-shared-posts ul li .social_counts div {
        display: inline-block; }
      .widget_most-shared-posts ul li .social_counts .symbol {
        font-size: 24px; }
      .widget_most-shared-posts ul li .social_counts .count {
        position: relative;
        top: -2px; }
      .widget_most-shared-posts ul li .social_counts .twitter {
        color: #00aced; }
      .widget_most-shared-posts ul li .social_counts .facebook {
        color: #4367a5;
        margin-left: 10px;
        margin-right: 10px; }
      .widget_most-shared-posts ul li .social_counts .google-plus {
        color: #dc4a38; }

#subscribe-take-action {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #subscribe-take-action:before, #subscribe-take-action:after {
    content: " ";
    display: table; }
  #subscribe-take-action:after {
    clear: both; }
  #subscribe-take-action .left {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%; }
    #subscribe-take-action .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 840px) {
      #subscribe-take-action .left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        #subscribe-take-action .left:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      #subscribe-take-action .left {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #subscribe-take-action .left:last-child {
          margin-right: 0; } }
  #subscribe-take-action .right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 8.5298%; }
    #subscribe-take-action .right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 840px) {
      #subscribe-take-action .right {
        margin-left: 0%; } }
    @media screen and (max-width: 640px) {
      #subscribe-take-action .right {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #subscribe-take-action .right:last-child {
          margin-right: 0; } }
    #subscribe-take-action .right aside {
      *zoom: 1; }
      #subscribe-take-action .right aside:before, #subscribe-take-action .right aside:after {
        content: " ";
        display: table; }
      #subscribe-take-action .right aside:after {
        clear: both; }
      #subscribe-take-action .right aside h3 {
        font-weight: 100;
        font-style: italic;
        color: #ed1c24; }
      #subscribe-take-action .right aside .mini-action-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%; }
        #subscribe-take-action .right aside .mini-action-content:last-child {
          margin-right: 0; }
        #subscribe-take-action .right aside .mini-action-content p {
          margin-top: 0px; }
      #subscribe-take-action .right aside .mini-action-button {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%; }
        #subscribe-take-action .right aside .mini-action-button:last-child {
          margin-right: 0; }
      @media screen and (max-width: 640px) {
        #subscribe-take-action .right aside .mini-action-content, #subscribe-take-action .right aside .mini-action-button {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          #subscribe-take-action .right aside .mini-action-content:last-child, #subscribe-take-action .right aside .mini-action-button:last-child {
            margin-right: 0; } }

#take-action-boxes img {
  float: right;
  width: 40%;
  min-width: 80px;
  max-width: 150px;
  margin-left: 15px; }

body.page-template-pagestake-action-php h2 div {
  float: left;
  margin-right: 15px; }

body.page-template-pagesour-american-story-php .page-title, body.post-type-archive-stories .page-title {
  margin-top: 25px; }

#our-american-story-header {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px; }
  #our-american-story-header:before, #our-american-story-header:after {
    content: " ";
    display: table; }
  #our-american-story-header:after {
    clear: both; }
  #our-american-story-header .logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    #our-american-story-header .logo:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      #our-american-story-header .logo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center; }
        #our-american-story-header .logo:last-child {
          margin-right: 0; } }
  #our-american-story-header .description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    #our-american-story-header .description:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      #our-american-story-header .description {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #our-american-story-header .description:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      #our-american-story-header .description {
        display: none; } }
    #our-american-story-header .description h2 {
      font-weight: 100;
      margin: 0px; }

#our-american-story-motto {
  background-color: #0974a4;
  color: white;
  text-align: center;
  font-style: italic;
  padding: 10px;
  margin-bottom: 25px; }
  #our-american-story-motto h3 {
    margin: 0px; }

#our-american-story-call-to-action {
  margin-bottom: 25px; }
  #our-american-story-call-to-action h2 {
    margin: 0px;
    font-weight: 600;
    color: #64a2c6; }

body.post-type-archive-stories #primary, body.page-template-pagesour-american-story-php #primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  body.post-type-archive-stories #primary:last-child, body.page-template-pagesour-american-story-php #primary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    body.post-type-archive-stories #primary, body.page-template-pagesour-american-story-php #primary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      body.post-type-archive-stories #primary:last-child, body.page-template-pagesour-american-story-php #primary:last-child {
        margin-right: 0; } }
body.post-type-archive-stories #secondary, body.page-template-pagesour-american-story-php #secondary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  body.post-type-archive-stories #secondary:last-child, body.page-template-pagesour-american-story-php #secondary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    body.post-type-archive-stories #secondary, body.page-template-pagesour-american-story-php #secondary {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      body.post-type-archive-stories #secondary:last-child, body.page-template-pagesour-american-story-php #secondary:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    body.post-type-archive-stories #secondary.states-sidebar, body.page-template-pagesour-american-story-php #secondary.states-sidebar {
      display: none; } }

#share-your-american-story {
  background-color: #e1e1e1;
  padding: 25px 25px; }
  @media screen and (max-width: 640px) {
    #share-your-american-story {
      padding: 3%; } }
  #share-your-american-story h3 {
    text-align: center;
    color: #64a2c6;
    font-weight: 100; }
  #share-your-american-story aside h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    #share-your-american-story aside h3:last-child {
      margin-right: 0; }
  #share-your-american-story aside p {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    margin-bottom: 0px; }
    #share-your-american-story aside p:last-child {
      margin-right: 0; }
    #share-your-american-story aside p .button, #share-your-american-story aside p .nav-links a, .nav-links #share-your-american-story aside p a {
      margin-top: 25px; }

#state-icon {
  padding-top: 125px;
  text-align: center;
  color: #cccccc;
  *zoom: 1; }
  #state-icon:before, #state-icon:after {
    content: " ";
    display: table; }
  #state-icon:after {
    clear: both; }

@font-face {
  font-family: 'StatesFont';
  src: url("fonts/stateface-regular-webfont.eot");
  src: url("fonts/stateface-regular-webfont.eot#iefix") format("embedded-opentype"), url("fonts/stateface-regular-webfont.woff") format("woff"), url("fonts/stateface-regular-webfont.ttf") format("truetype"), url("fonts/stateface-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.stateface:before {
  font-family: StatesFont;
  margin-right: 5px; }

.stateface-replace {
  display: inline-block;
  position: relative;
  min-width: 1em; }

.stateface-replace:before {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0; }

.stateface-AK:before {
  content: "A"; }

.stateface-AL:before {
  content: "B"; }

.stateface-AR:before {
  content: "C"; }

.stateface-AZ:before {
  content: "D"; }

.stateface-CA:before {
  content: "E"; }

.stateface-CO:before {
  content: "F"; }

.stateface-CT:before {
  content: "G"; }

.stateface-DC:before {
  content: "y"; }

.stateface-DE:before {
  content: "H"; }

.stateface-FL:before {
  content: "I"; }

.stateface-GA:before {
  content: "J"; }

.stateface-HI:before {
  content: "K"; }

.stateface-IA:before {
  content: "L"; }

.stateface-ID:before {
  content: "M"; }

.stateface-IL:before {
  content: "N"; }

.stateface-IN:before {
  content: "O"; }

.stateface-KS:before {
  content: "P"; }

.stateface-KY:before {
  content: "Q"; }

.stateface-LA:before {
  content: "R"; }

.stateface-MA:before {
  content: "S"; }

.stateface-MD:before {
  content: "T"; }

.stateface-ME:before {
  content: "U"; }

.stateface-MI:before {
  content: "V"; }

.stateface-MN:before {
  content: "W"; }

.stateface-MO:before {
  content: "X"; }

.stateface-MS:before {
  content: "Y"; }

.stateface-MT:before {
  content: "Z"; }

.stateface-NC:before {
  content: "a"; }

.stateface-ND:before {
  content: "b"; }

.stateface-NE:before {
  content: "c"; }

.stateface-NH:before {
  content: "d"; }

.stateface-NJ:before {
  content: "e"; }

.stateface-NM:before {
  content: "f"; }

.stateface-NV:before {
  content: "g"; }

.stateface-NY:before {
  content: "h"; }

.stateface-OH:before {
  content: "i"; }

.stateface-OK:before {
  content: "j"; }

.stateface-OR:before {
  content: "k"; }

.stateface-PA:before {
  content: "l"; }

.stateface-PR:before {
  content: "3"; }

.stateface-RI:before {
  content: "m"; }

.stateface-SC:before {
  content: "n"; }

.stateface-SD:before {
  content: "o"; }

.stateface-TN:before {
  content: "p"; }

.stateface-TX:before {
  content: "q"; }

.stateface-US:before {
  content: "z"; }

.stateface-UT:before {
  content: "r"; }

.stateface-VA:before {
  content: "s"; }

.stateface-VT:before {
  content: "t"; }

.stateface-WA:before {
  content: "u"; }

.stateface-WI:before {
  content: "v"; }

.stateface-WV:before {
  content: "w"; }

.stateface-WY:before {
  content: "x"; }