/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700italic,700,400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*Open Sans, Bold and Italic*/
/*Open Sans Condensed Bold*/
@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'bitter_bold';
  src: url("../fonts/Bitter-Bold.eot");
  src: url("../fonts/Bitter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Bitter-Bold.woff2") format("woff2"), url("../fonts/Bitter-Bold.woff") format("woff"), url("../fonts/Bitter-Bold.ttf") format("truetype"), url("../fonts/Bitter-Bold.svg#bitterbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -webkit-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
.transition, .post-type-archive-resource #search-tabs .list-wrap .search-submit,
.archive #search-tabs .list-wrap .search-submit, .post-type-archive-resource #search-tabs .list-wrap .search-submit:hover,
.archive #search-tabs .list-wrap .search-submit:hover, .error404 #searchsubmit, .error404 #searchsubmit:hover, a, a:hover, .read-more {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }

.centered, .page-template-front-page .row, .page-template-front-page .media-more-link, .page-template-front-page .updates-main .sign-up.tag-label, .page-template-front-page .submit-btn, .header #inner-header, .header #header-bottom-nav-bar ul#menu-secondary, #content, .footer #inner-footer {
  margin: 0 auto;
  display: block; }

.page-about-us #main {
  width: 650px;
  padding-right: 30px;
  border-right: dotted 1px #a3a3a3; }
  .page-about-us #main .about-employee-wrapper {
    height: auto !important;
    margin-bottom: 20px; }
    .page-about-us #main .about-employee-wrapper:after {
      clear: both; }
  .page-about-us #main a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    color: #028dc9 !important;
    text-decoration: none; }
  .page-about-us #main .about-us-top-copy {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px; }
  .page-about-us #main img {
    border: solid 2px #333;
    float: left !important;
    margin-right: 20px !important; }
  .page-about-us #main p {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px; }
  .page-about-us #main h3 {
    font-family: 'bitterbold_italic';
    font-size: 24px;
    line-height: 22px;
    color: #028dc9; }

.page-about-us .employee-name {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #00b2ff;
  margin-top: 5px; }

.page-about-us .employee-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  color: #666; }

#sidebar {
  width: 280px;
  padding-left: 28px; }
  #sidebar .sidebar-donation {
    width: 240px;
    height: 258px;
    display: block;
    background: url(../../library/images/sidebar-cows.png) no-repeat;
    margin-bottom: 12px;
    padding-left: 18px; }
    #sidebar .sidebar-donation a {
      color: transparent !important; }
    #sidebar .sidebar-donation .donation {
      font-family: 'Open Sans Condensed', sans-serif;
      font-weight: 700;
      font-size: 29px;
      line-height: 22px;
      color: #fff;
      padding-top: 149px;
      position: relative;
      left: -2px; }
      #sidebar .sidebar-donation .donation span {
        font-size: 48px;
        line-height: 40px;
        display: block;
        position: relative;
        left: -1px; }
    #sidebar .sidebar-donation .give-today {
      background: #ad1e29; }
      #sidebar .sidebar-donation .give-today:after {
        border-color: transparent transparent transparent #ad1e29; }
  #sidebar .tag-label {
    font-family: 'Open Sans Condensed', sans-serif;
    width: 196px;
    height: 25px;
    line-height: 25px;
    position: relative;
    text-align: center;
    margin-top: 6px;
    text-transform: uppercase;
    color: #fff; }
    #sidebar .tag-label a {
      color: #fff;
      text-decoration: none; }
    #sidebar .tag-label:after {
      position: absolute;
      top: 0px;
      right: -7px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 0 12px 7px; }
  #sidebar .social-row-header {
    margin-bottom: 23px; }
  #sidebar .sidebar-newsletter {
    width: 240px;
    height: 188px;
    display: block;
    background: url(../../library/images/sidebar-form.png) no-repeat;
    margin-bottom: 38px;
    padding: 0 0 0 18px; }
    #sidebar .sidebar-newsletter input {
      width: 91%;
      background: #fff;
      border-radius: 0px;
      height: 32px; }
    #sidebar .sidebar-newsletter .title {
      font-weight: 700;
      font-size: 42px;
      line-height: 40px;
      color: #fff;
      font-family: 'Open Sans Condensed', sans-serif;
      padding-top: 16px;
      position: relative;
      left: -3px; }
    #sidebar .sidebar-newsletter .newsletter-copy {
      font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      margin-top: 4px;
      margin-bottom: 10px;
      position: relative;
      left: -1px; }
      #sidebar .sidebar-newsletter .newsletter-copy span {
        display: block; }
    #sidebar .sidebar-newsletter .sign-up {
      background: #9f6c00;
      margin-top: 20px;
      border: none;
      margin-top: 0px !important;
      line-height: 22px; }
      #sidebar .sidebar-newsletter .sign-up:after {
        border-color: transparent transparent transparent #9f6c00; }
  #sidebar .sidebar-blog-roll {
    width: 256px; }
    #sidebar .sidebar-blog-roll .social-row-header {
      width: 100%;
      display: block; }
  #sidebar .on-the-blog-roll {
    margin-top: 14px; }
    #sidebar .on-the-blog-roll img {
      outline: solid 1px #b4dbeb;
      float: left; }
    #sidebar .on-the-blog-roll .blog-copy {
      font-size: 12px;
      padding-left: 13px;
      text-align: left;
      overflow: hidden;
      width: auto;
      float: none !important;
      min-height: 82px !important; }
      #sidebar .on-the-blog-roll .blog-copy .hp-campaign-title {
        color: #727272;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700; }
      #sidebar .on-the-blog-roll .blog-copy .hp-date {
        color: #333;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 12px; }
    #sidebar .on-the-blog-roll:after {
      content: " ";
      border-bottom: 2px #999 dotted;
      width: 100%;
      display: block;
      margin-top: 10px; }
  #sidebar .hp-more-link.blog {
    color: #028dc9 !important; }
  #sidebar .social-row-header {
    color: #028dc9;
    font-family: 'bitterbold_italic';
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 25px; }
  #sidebar .hp-more-link {
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin-top: 13px;
    color: #fff !important; }

@media screen and (max-width: 960px) {
  #sidebar {
    padding-top: 40px;
    padding-left: 0px !important;
    width: 95%;
    display: block;
    margin: 0 auto;
    float: none !important; }
    #sidebar .sidebar-donation {
      width: 48%;
      height: auto !important;
      float: left;
      display: block;
      position: relative;
      background: url(../../library/images/sidebar-cows-mobile.png) no-repeat;
      background-size: contain;
      background-repeat: no-repeat;
      height: 0;
      padding-top: 39.6%;
      /* img-height * img-width * width of div*/ }
      #sidebar .sidebar-donation .donate-wrapper {
        position: absolute;
        /* bottom: 10%; */
        width: 100%;
        /* height: auto !important; */
        left: 0;
        right: 0;
        top: auto;
        bottom: 10%;
        height: 100px; }
      #sidebar .sidebar-donation .donation {
        font-size: 33px;
        line-height: 26px; }
        #sidebar .sidebar-donation .donation span {
          font-size: 56px;
          line-height: 46px; }
      #sidebar .sidebar-donation .donation,
      #sidebar .sidebar-donation .give-today.tag-label {
        margin: 0 auto;
        display: block;
        width: 80%;
        padding-top: 0px; }
      #sidebar .sidebar-donation .give-today.tag-label {
        height: 31px;
        line-height: 27px;
        font-size: 22px;
        margin-top: 6px; }
        #sidebar .sidebar-donation .give-today.tag-label:after {
          border-width: 16px 0 15px 7px; }
    #sidebar .sidebar-newsletter {
      width: 48%;
      float: right;
      display: block;
      margin: 0 auto;
      height: 394px;
      background: url(../../library/images/sidebar-form-moblie.png) no-repeat;
      background-size: contain;
      background-repeat: no-repeat;
      height: 0;
      padding-top: 39.6%;
      /* img-height * img-width * width of div*/
      padding-left: 0px;
      position: relative; }
      #sidebar .sidebar-newsletter .new-wrapper {
        position: absolute;
        /* bottom: 10%; */
        width: 100%;
        /* height: auto !important; */
        left: 0;
        right: 0;
        top: auto;
        bottom: 0px;
        height: 100%; }
        #sidebar .sidebar-newsletter .new-wrapper .title {
          font-size: 64px;
          line-height: 49px;
          margin-bottom: 20px !important;
          margin-top: 5% !important; }
        #sidebar .sidebar-newsletter .new-wrapper .newsletter-copy {
          font-size: 20px;
          margin-bottom: 20px !important; }
          #sidebar .sidebar-newsletter .new-wrapper .newsletter-copy span {
            display: inline; }
        #sidebar .sidebar-newsletter .new-wrapper .sign-up {
          height: 31px;
          line-height: 27px;
          font-size: 22px;
          bottom: 7%;
          position: absolute;
          width: 80% !important; }
          #sidebar .sidebar-newsletter .new-wrapper .sign-up:after {
            border-width: 16px 0 15px 7px; }
        #sidebar .sidebar-newsletter .new-wrapper input {
          height: 44px;
          line-height: 44px;
          font-size: 16px;
          margin-bottom: 25px !important; }
        #sidebar .sidebar-newsletter .new-wrapper .mobile-width {
          width: 80%;
          margin: 0 auto;
          display: block; }
        #sidebar .sidebar-newsletter .new-wrapper .sign-up.tag-label {
          width: 100%; }
    #sidebar .sidebar-social {
      display: none !important; }
    #sidebar .sidebar-blog-roll {
      width: 100% !important;
      height: auto;
      float: left;
      padding-bottom: 26px;
      margin-top: 30px; }
      #sidebar .sidebar-blog-roll .blog-thumb {
        float: left; }
      #sidebar .sidebar-blog-roll .on-the-blog-roll {
        min-height: 82px;
        height: auto !important; }
        #sidebar .sidebar-blog-roll .on-the-blog-roll:after {
          width: 100%;
          display: block;
          margin-top: 10px;
          height: 0px !important;
          clear: both; }
      #sidebar .sidebar-blog-roll .blog-copy {
        overflow: hidden;
        width: auto;
        float: none !important;
        padding-left: 13px;
        min-height: 82px; }
        #sidebar .sidebar-blog-roll .blog-copy .hp-campaign-title {
          font-size: 20px;
          line-height: normal; }
        #sidebar .sidebar-blog-roll .blog-copy .hp-date {
          font-size: 15px; } }

.sidebar-social {
  margin-bottom: 41px; }
  .sidebar-social .social-img {
    width: 44px;
    height: 44px;
    display: block;
    float: left;
    margin-right: 22px; }
    .sidebar-social .social-img:last-child {
      margin-right: 0px; }
    .sidebar-social .social-img span {
      display: none; }
    .sidebar-social .social-img:hover {
      opacity: .7; }
  .sidebar-social .facebook {
    background: url(../../library/images/facebook-large@2x.png) no-repeat;
    background-size: contain; }
  .sidebar-social .twitter {
    background: url(../../library/images/twitter-large@2x.png) no-repeat;
    background-size: contain; }
  .sidebar-social .youtube {
    background: url(../../library/images/youtube-large@2x.png) no-repeat;
    background-size: contain; }
  .sidebar-social .instagram {
    background: url(../../library/images/instagram-large@2x.png) no-repeat;
    background-size: contain; }

@media screen and (max-width: 800px) {
  #sidebar .sidebar-newsletter .new-wrapper .title {
    font-size: 54px;
    line-height: 29px; } }

@media screen and (max-width: 730px) {
  #sidebar .sidebar-newsletter .new-wrapper .title {
    font-size: 44px;
    line-height: 19px;
    margin-top: 3% !important; }
  #sidebar .sidebar-newsletter .new-wrapper .newsletter-copy {
    font-size: 14px;
    margin-bottom: 10px !important; }
  #sidebar .sidebar-newsletter .new-wrapper input {
    height: 30px;
    line-height: 30px; } }

@media screen and (max-width: 600px) and (min-width: 501px) {
  #sidebar .sidebar-newsletter .new-wrapper .title {
    display: none !important; }
  #sidebar .sidebar-newsletter .new-wrapper .newsletter-copy {
    margin-top: 5% !important;
    margin-bottom: 10px !important;
    font-size: 17px; } }

@media screen and (max-width: 650px) and (min-width: 501px) {
  #sidebar .sidebar-donation .donate-wrapper {
    bottom: 5%; }
    #sidebar .sidebar-donation .donate-wrapper .donation {
      font-size: 33px;
      line-height: 26px; }
      #sidebar .sidebar-donation .donate-wrapper .donation span {
        font-size: 33px;
        line-height: 30px; } }

@media screen and (max-width: 500px) {
  #sidebar .sidebar-newsletter,
  #sidebar .sidebar-donation {
    width: 100%;
    padding-top: 82.5%; } }

@media screen and (max-width: 500px) {
  #sidebar .sidebar-newsletter {
    margin-bottom: 20px; }
    #sidebar .sidebar-newsletter .new-wrapper {
      position: absolute;
      /* bottom: 10%; */
      width: 100%;
      /* height: auto !important; */
      left: 0;
      right: 0;
      top: auto;
      bottom: 0px;
      height: 100%; }
      #sidebar .sidebar-newsletter .new-wrapper .title {
        font-size: 50px;
        line-height: normal;
        margin-bottom: 0px !important; }
      #sidebar .sidebar-newsletter .new-wrapper .newsletter-copy {
        font-size: 18px;
        margin-bottom: 10px !important; }
        #sidebar .sidebar-newsletter .new-wrapper .newsletter-copy span {
          display: inline; }
      #sidebar .sidebar-newsletter .new-wrapper .sign-up {
        height: 31px;
        line-height: 27px;
        font-size: 22px;
        bottom: 7%;
        position: absolute;
        width: 80% !important; }
        #sidebar .sidebar-newsletter .new-wrapper .sign-up:after {
          border-width: 16px 0 15px 7px; }
      #sidebar .sidebar-newsletter .new-wrapper input {
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        margin-bottom: 25px !important; } }

.category #main {
  width: 650px;
  padding-right: 30px;
  border-right: dotted 1px #a3a3a3; }

.category .rss-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #028dc9;
  font-size: 26px;
  text-decoration: none; }
  .category .rss-link img {
    padding-right: 10px;
    position: relative;
    top: -1px; }

.category article:first-child {
  margin-top: 0px !important; }

.category article {
  margin-top: 30px; }
  .category article h3 {
    margin: 0;
    line-height: normal;
    margin-top: -8px; }
    .category article h3 a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      color: #028dc9;
      font-size: 16px; }
  .category article .category-thumb {
    outline: solid 2px #333;
    width: 212px;
    height: 212px;
    float: left; }
  .category article .category-content {
    float: right;
    width: 385px; }
    .category article .category-content p {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      color: #666; }
    .category article .category-content img {
      display: none !important; }
  .category article .category-content.no-image {
    width: 100%; }
  .category article .read-more {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #028dc9;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-align: center; }

@media (max-width: 960px) {
  .category .entry-content .category-thumb {
    width: 25%;
    height: auto;
    float: left; }
  .category .entry-content .category-content {
    width: 75%;
    padding-left: 20px; } }

.page-invest #main {
  width: 650px;
  padding-right: 30px;
  border-right: dotted 1px #a3a3a3; }
  .page-invest #main .half-width-field {
    max-width: 100%; }

.page-template-default #main {
  width: 650px;
  padding-right: 30px;
  border-right: dotted 1px #a3a3a3; }
  .page-template-default #main .site-creds,
  .page-template-default #main .site-cred-text {
    display: block !important; }
  .page-template-default #main .char-form-txt {
    font-family: 'bitterbold_italic';
    color: #028dc9;
    font-size: 24px;
    line-height: normal; }
  .page-template-default #main .half-width-field {
    max-width: 100%; }
  .page-template-default #main p, .page-template-default #main p span {
    font-family: 'Open Sans', sans-serif !important;
    color: #666;
    font-size: 15px !important; }
  .page-template-default #main .contact-one-half {
    width: 50%;
    float: left;
    padding: 10px 0; }
  .page-template-default #main .entry-content a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
    color: #028dc9 !important; }

.page-template-default .wpcf7 input, .page-template-default .wpcf7 textarea, .page-template-default #mail123form input, .page-template-default #mail123form textarea {
  border: solid 1px #a3a3a3;
  border-radius: 0px;
  width: 100%;
  max-width: 100%; }

.page-template-default .wpcf7 input[type="submit"],
.page-template-default .wpcf7 button[type="submit"], .page-template-default #mail123form input[type="submit"],
.page-template-default #mail123form button[type="submit"] {
  width: 163px !important;
  height: 40px;
  line-height: 40px;
  background: #00b2ff !important;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  border: none !important;
  outline: none !important;
  float: right;
  position: relative;
  top: -55px;
  max-width: 100%; }
  .page-template-default .wpcf7 input[type="submit"]:hover,
  .page-template-default .wpcf7 button[type="submit"]:hover, .page-template-default #mail123form input[type="submit"]:hover,
  .page-template-default #mail123form button[type="submit"]:hover {
    background: #005c83 !important; }

.page-template-default .wpcf7 #mail123-btn, .page-template-default #mail123form #mail123-btn {
  position: static !important; }

@media (max-width: 500px) {
  .page-template-default #main .contact-one-half {
    width: 100%;
    float: none;
    padding: 10px 0; } }

.single #main article .entry-content .wp-caption-text {
  font-size: 0.7em !important;
  font-weight: 700;
  line-height: 1.4 !important; }

#content.search #main {
  width: 100%;
  padding-right: 0px;
  border-right: none !important; }
  #content.search #main #search-tabs ul li {
    width: 16.466%;
    float: left;
    margin: 0 0.1%; }
    #content.search #main #search-tabs ul li a {
      text-decoration: none; }

.search h1, .search h2, .error404 h1, .error404 h2 {
  font-family: 'bitterbold_italic';
  font-size: 24px;
  line-height: 22px;
  color: #028dc9;
  border-bottom: dotted 1px #a3a3a3;
  padding-bottom: 10px;
  line-height: normal; }

.search h2, .error404 h2 {
  border-bottom: none; }

.search .site-map, .error404 .site-map {
  margin-top: 50px; }

.search .children, .error404 .children {
  margin: 0px; }

.search article, .error404 article {
  margin-top: 30px; }
  .search article h3, .error404 article h3 {
    margin: 0;
    line-height: normal;
    margin-top: -8px; }
    .search article h3 a, .error404 article h3 a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      color: #028dc9;
      font-size: 16px; }
  .search article .category-content.no-image, .error404 article .category-content.no-image {
    width: 100%; }
  .search article .read-more, .error404 article .read-more {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #028dc9;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-align: center; }

.linklistcatname {
  font-family: 'bitterbold_italic' !important;
  color: #028dc9 !important;
  font-size: 24px !important;
  line-height: normal; }
  .linklistcatname:after {
    content: ": ";
    display: inline; }

.post-type-archive-resource .link-wrapper-lib,
.archive .link-wrapper-lib {
  width: 100%;
  display: block; }
  .post-type-archive-resource .link-wrapper-lib .about-lib, .post-type-archive-resource .link-wrapper-lib .additional-res,
  .archive .link-wrapper-lib .about-lib,
  .archive .link-wrapper-lib .additional-res {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #028dc9;
    font-size: 16px;
    float: right;
    margin-bottom: 20px;
    width: auto;
    display: block; }
  .post-type-archive-resource .link-wrapper-lib .additional-res,
  .archive .link-wrapper-lib .additional-res {
    float: left; }

.post-type-archive-resource #search-tabs,
.archive #search-tabs {
  font-family: 'Open Sans', sans-serif; }
  .post-type-archive-resource #search-tabs ul.nav,
  .archive #search-tabs ul.nav {
    padding-left: 0px !important;
    z-index: 100 !important;
    position: relative;
    top: 1px !important; }
    .post-type-archive-resource #search-tabs ul.nav li a:hover,
    .archive #search-tabs ul.nav li a:hover {
      background: #cde8f3; }
    .post-type-archive-resource #search-tabs ul.nav .cover,
    .archive #search-tabs ul.nav .cover {
      position: relative;
      top: -11px;
      z-index: 100;
      background-color: #cde8f3;
      outline: solid 1px red !important; }
    .post-type-archive-resource #search-tabs ul.nav li,
    .archive #search-tabs ul.nav li {
      z-index: 100 !important;
      top: -1px;
      position: relative; }
      .post-type-archive-resource #search-tabs ul.nav li a,
      .archive #search-tabs ul.nav li a {
        background: #cde8f3;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        background: #ccc;
        text-shadow: 2px 2px 2px rgba(225, 225, 225, 0.75);
        border-left: solid 1px #878787;
        border-right: solid 1px #878787;
        border-top: solid 1px #878787;
        text-align: center;
        z-index: 100 !important;
        padding: 0px;
        height: 37px;
        line-height: 37px;
        position: relative;
        top: 4px; }
    .post-type-archive-resource #search-tabs ul.nav li a.current,
    .archive #search-tabs ul.nav li a.current {
      background: #cde8f3;
      border-left: solid 1px #bbbbbb;
      border-right: solid 1px #bbbbbb;
      border-top: solid 1px #bbbbbb;
      height: 41px;
      line-height: 42px;
      position: static; }
  .post-type-archive-resource #search-tabs .list-wrap,
  .archive #search-tabs .list-wrap {
    background: #cde8f3 !important;
    border: solid 1px #bbbbbb;
    width: 938px !important;
    z-index: 0 !important;
    position: relative; }
    .post-type-archive-resource #search-tabs .list-wrap #legislation .checkbox.inline input,
    .archive #search-tabs .list-wrap #legislation .checkbox.inline input {
      position: relative;
      top: 12px;
      width: 25px !important; }
    .post-type-archive-resource #search-tabs .list-wrap label,
    .archive #search-tabs .list-wrap label {
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-size: 16px;
      color: #028dc9;
      line-height: 38px; }
    .post-type-archive-resource #search-tabs .list-wrap label[for="case-name-1"],
    .archive #search-tabs .list-wrap label[for="case-name-1"] {
      line-height: 19px; }
    .post-type-archive-resource #search-tabs .list-wrap input[name='date-from'],
    .post-type-archive-resource #search-tabs .list-wrap input[name='date-to'],
    .post-type-archive-resource #search-tabs .list-wrap input,
    .archive #search-tabs .list-wrap input[name='date-from'],
    .archive #search-tabs .list-wrap input[name='date-to'],
    .archive #search-tabs .list-wrap input {
      background-color: #fff;
      width: 400px; }
    .post-type-archive-resource #search-tabs .list-wrap input[name="case-name"],
    .archive #search-tabs .list-wrap input[name="case-name"] {
      position: relative;
      top: 1px; }
    .post-type-archive-resource #search-tabs .list-wrap select,
    .archive #search-tabs .list-wrap select {
      background-color: #fff;
      color: #333;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-size: 14px;
      /*-webkit-appearance: none;
	 			-moz-appearance: none;
	 			appearance: none;
	 			// Base64 encoded little arrow
	 			background-repeat: no-repeat;
	 			background-position: 97.5% center;*/
      width: 400px; }
    .post-type-archive-resource #search-tabs .list-wrap .search-submit,
    .archive #search-tabs .list-wrap .search-submit {
      width: 163px !important;
      height: 45px;
      line-height: 45px;
      background: #00b2ff !important;
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      font-size: 18px;
      border: none !important;
      outline: none !important;
      float: right;
      position: absolute;
      right: 20px;
      bottom: 17px; }
      .post-type-archive-resource #search-tabs .list-wrap .search-submit:hover,
      .archive #search-tabs .list-wrap .search-submit:hover {
        background: #005c83 !important; }
    .post-type-archive-resource #search-tabs .list-wrap #home .search-submit,
    .archive #search-tabs .list-wrap #home .search-submit {
      bottom: 29px; }

.post-type-archive-resource article,
.archive article {
  margin-top: 30px; }
  .post-type-archive-resource article h3,
  .archive article h3 {
    margin: 0;
    line-height: 1em;
    margin-top: -8px; }
    .post-type-archive-resource article h3 a,
    .archive article h3 a {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      color: #028dc9;
      font-size: 16px; }
  .post-type-archive-resource article .category-content.no-image,
  .archive article .category-content.no-image {
    width: 100%; }
  .post-type-archive-resource article .read-more,
  .archive article .read-more {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #028dc9;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-align: center; }

@media (max-width: 960px) {
  .post-type-archive-resource #search-tabs ul li {
    width: 33.33333332% !important;
    margin: 0 !important;
    float: none !important;
    display: inline !important; }
    .post-type-archive-resource #search-tabs ul li a {
      top: 0px !important;
      border-radius: 0 0 0 0; }
    .post-type-archive-resource #search-tabs ul li a.current {
      height: 50px !important;
      line-height: 50px !important;
      border: solid 1px #878787; }
  .post-type-archive-resource #search-tabs .list-wrap {
    width: 100% !important;
    padding-bottom: 80px; }
    .post-type-archive-resource #search-tabs .list-wrap .input-box label {
      display: block; }
    .post-type-archive-resource #search-tabs .list-wrap .input-box input,
    .post-type-archive-resource #search-tabs .list-wrap .input-box select {
      width: 100%;
      max-width: 100%;
      display: block; }
    .post-type-archive-resource #search-tabs .list-wrap .search-submit {
      width: 163px !important;
      bottom: 20px !important;
      left: 0;
      right: 0;
      margin: 0 auto;
      display: block; } }

.page-donate #main .entry-content h1, .page-template-page-sign-up #main .entry-content h1 {
  font-family: 'bitterbold_italic';
  color: #028dc9;
  font-size: 24px;
  line-height: normal;
  margin-bottom: -10px; }

.page-donate #main .entry-content h4, .page-template-page-sign-up #main .entry-content h4 {
  font-family: 'bitter_bold';
  color: #00b2ff;
  font-size: 18px;
  margin-bottom: -7px; }

.page-donate #main .entry-content span.desktop-block, .page-template-page-sign-up #main .entry-content span.desktop-block {
  display: block; }

.page-donate #main .entry-content h5, .page-template-page-sign-up #main .entry-content h5 {
  font-family: 'bitter_bold';
  color: #028dc9;
  font-size: 14px;
  margin-bottom: -10px; }

.page-donate #main .entry-content .donate-btn, .page-template-page-sign-up #main .entry-content .donate-btn {
  background: #00b2ff;
  color: #fff !important;
  width: auto;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 0 30px; }

.page-donate #mail123form, .page-template-page-sign-up #mail123form {
  margin-top: 20px; }

.page-donate .wpcf7 input, .page-donate .wpcf7 textarea, .page-donate .wpcf7 select, .page-donate #mail123form input, .page-donate #mail123form textarea, .page-donate #mail123form select, .page-template-page-sign-up .wpcf7 input, .page-template-page-sign-up .wpcf7 textarea, .page-template-page-sign-up .wpcf7 select, .page-template-page-sign-up #mail123form input, .page-template-page-sign-up #mail123form textarea, .page-template-page-sign-up #mail123form select {
  border: solid 1px #a3a3a3;
  border-radius: 0px !important;
  width: 100%;
  max-width: 100%;
  color: #999 !important; }

.page-donate .wpcf7 input[type="submit"],
.page-donate .wpcf7 button[type="submit"], .page-donate #mail123form input[type="submit"],
.page-donate #mail123form button[type="submit"], .page-template-page-sign-up .wpcf7 input[type="submit"],
.page-template-page-sign-up .wpcf7 button[type="submit"], .page-template-page-sign-up #mail123form input[type="submit"],
.page-template-page-sign-up #mail123form button[type="submit"] {
  width: 163px !important;
  height: 40px;
  line-height: 40px;
  background: #00b2ff !important;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  border: none !important;
  outline: none !important;
  float: right;
  position: relative;
  top: -55px;
  max-width: 100%; }
  .page-donate .wpcf7 input[type="submit"]:hover,
  .page-donate .wpcf7 button[type="submit"]:hover, .page-donate #mail123form input[type="submit"]:hover,
  .page-donate #mail123form button[type="submit"]:hover, .page-template-page-sign-up .wpcf7 input[type="submit"]:hover,
  .page-template-page-sign-up .wpcf7 button[type="submit"]:hover, .page-template-page-sign-up #mail123form input[type="submit"]:hover,
  .page-template-page-sign-up #mail123form button[type="submit"]:hover {
    background: #005c83 !important; }

.page-donate .wpcf7 #mail123-btn, .page-donate #mail123form #mail123-btn, .page-template-page-sign-up .wpcf7 #mail123-btn, .page-template-page-sign-up #mail123form #mail123-btn {
  position: static !important; }

@media (max-width: 960px) {
  .desktop-block {
    display: inline !important; } }

@media (max-width: 400px) {
  .page-donate .donate-btn {
    font-size: 13px !important; } }

.page-template-front-page .rev-copy {
  bottom: 57px !important; }

.page-template-front-page .hp-banner-copy-wrapper {
  font-size: 10px !important; }
  .page-template-front-page .hp-banner-copy-wrapper span.desktop-block {
    display: block; }
  .page-template-front-page .hp-banner-copy-wrapper .hp-banner-copy .copy {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 12px;
    margin: 2px 0 12px 0; }
  .page-template-front-page .hp-banner-copy-wrapper a {
    width: 172px;
    height: 45px;
    line-height: 45px;
    display: block;
    background: #fff;
    color: #00b2ff;
    text-align: center;
    text-decoration: none;
    font-size: 32px;
    font-family: 'Open Sans Condensed', sans-serif;
    position: relative; }
    .page-template-front-page .hp-banner-copy-wrapper a:after {
      position: absolute;
      top: 0px;
      right: -17px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 23px 0 23px 17px;
      border-color: transparent transparent transparent #2980b9;
      background: transparent; }

.page-template-front-page .home-content {
  margin-top: 42px !important; }

.page-template-front-page .media-releases-row .hp-more-link {
  color: #fff !important; }

.page-template-front-page .row {
  width: 940px; }

.page-template-front-page #content #main {
  border-right: none;
  width: 100%; }

.page-template-front-page #content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #666; }

.page-template-front-page .facebook-widget {
  width: 255px; }

.page-template-front-page .social-row-header {
  color: #028dc9;
  font-family: 'bitterbold_italic';
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 25px; }

.page-template-front-page .on-the-blog-roll {
  margin-top: 14px;
  min-height: 82px; }
  .page-template-front-page .on-the-blog-roll img {
    outline: solid 1px #b4dbeb;
    float: left; }
  .page-template-front-page .on-the-blog-roll .blog-copy {
    padding-left: 13px;
    text-align: left;
    overflow: hidden;
    width: auto;
    float: none !important;
    min-height: 82px !important;
    font-size: 12px; }
    .page-template-front-page .on-the-blog-roll .blog-copy .hp-campaign-title {
      color: #727272;
      text-decoration: none;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700; }
    .page-template-front-page .on-the-blog-roll .blog-copy .hp-date {
      color: #333; }
  .page-template-front-page .on-the-blog-roll:after {
    content: " ";
    border-bottom: 2px #999 dotted;
    width: 100%;
    display: block;
    margin-top: 10px; }

.page-template-front-page .hp-more-link {
  text-align: center;
  font-size: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: none;
  font-weight: 700;
  display: block;
  margin-top: 23px;
  color: #028dc9 !important; }

.page-template-front-page .hp-more-link.blog {
  margin-top: 13px; }

.page-template-front-page .justify-row {
  text-align: justify;
  font-size: 0.1px;
  /* IE 9/10 don't like font-size: 0; */ }

.page-template-front-page .justify-row:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block; }

.page-template-front-page .one-third {
  width: 300px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  font-size: 10px !important; }

.page-template-front-page .one-fourth {
  width: 220px;
  vertical-align: top;
  display: inline-block; }
  .page-template-front-page .one-fourth img {
    width: 220px;
    height: 220px;
    display: inline-block;
    background: blue;
    border: solid 4px #333;
    font-size: 10px !important; }

.page-template-front-page .top-box {
  color: red;
  width: 100%;
  height: 100px;
  background: black;
  color: white;
  font-size: 20px;
  line-height: 30px;
  height: 75px;
  vertical-align: bottom; }

.page-template-front-page .top-box-copy {
  margin: 22px 0; }

.page-template-front-page .media-releases-row {
  background: #419dc5;
  padding: 0px 24px; }

.page-template-front-page .media-title {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-family: 'bitterbold_italic';
  margin: 18px 0 25px 0; }

.page-template-front-page .hp-date {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  margin-top: 2px; }

.page-template-front-page .media-preview {
  margin-top: 14px; }
  .page-template-front-page .media-preview a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-decoration: none; }
    .page-template-front-page .media-preview a:hover {
      color: #e9e9e9; }
  .page-template-front-page .media-preview .media-releases-thumb {
    width: 90px;
    height: 80px;
    outline: solid 1px #b1d2e4;
    float: left; }
  .page-template-front-page .media-preview .media-copy {
    /*float: right;
			width: 60%;*/
    padding-left: 13px;
    text-align: left;
    overflow: hidden;
    width: auto;
    float: none !important;
    min-height: 82px !important; }
  .page-template-front-page .media-preview:after {
    content: " ";
    border-bottom: 2px #b1d2e4 dotted;
    width: 100%;
    display: block;
    margin-top: 10px; }

.page-template-front-page .media-more-link {
  font-size: 10px;
  color: white !important;
  width: 200px;
  text-align: center; }

.page-template-front-page .top-box.updates {
  background: #ffae00;
  font-size: 48px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  height: 75px;
  padding-top: 10px; }
  .page-template-front-page .top-box.updates .desktop-block {
    display: block !important;
    font-size: 29px;
    line-height: 33px; }

.page-template-front-page .top-box-icon {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 55px;
  height: 55px;
  display: block;
  background: url(../../library/images/signup-icon.png); }

.page-template-front-page .one-third.updates {
  background: #e3d8bf; }

.page-template-front-page .media-releases-row,
.page-template-front-page .one-third.donate,
.page-template-front-page .one-third.updates {
  height: 456px; }

.page-template-front-page .top-box.donate {
  background: #ad1e29;
  font-size: 48px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  height: 75px;
  line-height: 75px; }
  .page-template-front-page .top-box.donate .top-box-icon {
    top: 11px !important;
    background: url(../../library/images/donate-icon.png); }

.page-template-front-page .one-third.donate {
  background: #007fb6; }
  .page-template-front-page .one-third.donate .top-box-copy.donate {
    padding: 0 18px;
    color: #fff; }
  .page-template-front-page .one-third.donate .donate-main {
    padding: 0; }

.page-template-front-page .top-box-copy {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  color: #9f6c00;
  line-height: 22px;
  text-align: left; }

.page-template-front-page .donate-main, .page-template-front-page .updates-main {
  padding: 0px 18px; }

.page-template-front-page .updates-main input {
  background: #fff;
  border: solid 1px #f3bf4c;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  height: 50px;
  line-height: 50px; }

.page-template-front-page .updates-main .sign-up.tag-label {
  width: 222px;
  height: 46px;
  display: block;
  border: none;
  position: relative;
  left: -8.5px;
  background: #ffae00;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding-left: 21.5px;
  margin-top: 35px; }
  .page-template-front-page .updates-main .sign-up.tag-label:after {
    position: absolute;
    top: 0px;
    right: -17px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 17px;
    border-color: transparent transparent transparent #ffae00; }

.page-template-front-page .top-box-copy-inner {
  outline: solid 1px red !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  text-align: left !important;
  margin-bottom: 10px; }

.page-template-front-page .donate-btn {
  background: #00b2ff;
  color: white !important;
  width: auto;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  padding: 0 30px;
  text-decoration: none; }
  .page-template-front-page .donate-btn:hover {
    background: #005c83 !important; }

.page-template-front-page .submit-btn {
  width: 222px;
  height: 46px;
  display: block;
  border: none;
  position: relative;
  left: -8.5px;
  background: #ffae00;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding-left: 21.5px; }
  .page-template-front-page .submit-btn:after {
    position: absolute;
    top: 0px;
    right: -17px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 17px;
    border-color: transparent transparent transparent #ffae00; }

.page-template-front-page .cow-bkgd {
  background: url(../../library/images/hp-cow-bkgd.jpg) no-repeat;
  background-position: -105px -30px;
  height: 292px;
  width: 100%; }

.page-template-front-page .submit-btn.donate {
  background: #ad1e29;
  height: 46px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  position: relative;
  top: 217px; }
  .page-template-front-page .submit-btn.donate:after {
    border-color: transparent transparent transparent #ad1e29; }

.page-template-front-page .hp-campaigns-header {
  font-size: 10px;
  height: 83px;
  line-height: 83px; }
  .page-template-front-page .hp-campaigns-header .title {
    font-family: 'bitterbold_italic';
    font-size: 32px;
    color: #666;
    float: left; }
  .page-template-front-page .hp-campaigns-header .see-all {
    font-size: 20px;
    color: #005c83;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: right; }

.page-template-front-page .one-fourth .hp-campaign-title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #028dc9;
  text-decoration: none;
  text-align: left;
  margin: 13px 0 6px 0; }

.page-template-front-page .one-fourth .hp-campaign-excerpt {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  text-align: left;
  font-weight: normal; }

.page-template-front-page .social-row {
  background: url(../../library/images/social-row-bkgd.jpg);
  margin-top: 34px;
  padding-bottom: 20px; }
  .page-template-front-page .social-row .one-third {
    padding: 26px 22px 0 22px;
    /*&:nth-child(2){
				 
				padding: 20px 0px;

			}*/ }

.page-template-front-page .sidebar-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 0; }
  .page-template-front-page .sidebar-social .social-img {
    width: 76px;
    height: 76px;
    margin-right: 35px; }
    .page-template-front-page .sidebar-social .social-img:last-of-type {
      margin-right: 0; }
  .page-template-front-page .sidebar-social .facebook {
    background-image: url(../../library/images/social-large-fb.png); }
  .page-template-front-page .sidebar-social .twitter {
    background-image: url(../../library/images/social-large-tw.png); }
  .page-template-front-page .sidebar-social .youtube {
    background-image: url(../../library/images/social-large-yt.png); }
  .page-template-front-page .sidebar-social .instagram {
    background-image: url(../../library/images/social-large-ig.png); }

.invest-tab {
  height: 60px;
  line-height: 67px;
  width: 118px;
  display: block;
  background: #00b2ff;
  border: solid 2px #fff;
  position: fixed;
  top: 335px;
  left: -48px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  font-weight: bold;
  border-radius: 3px;
  -webkit-box-shadow: -3px 5px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -3px 5px 7px 0px rgba(0, 0, 0, 0.75); }
  .invest-tab .invest-tab-link {
    color: #fff;
    text-decoration: none;
    outline: solid 1px red;
    display: block; }

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

.fb-page, .fb-page iframe[style], .fb-page span {
  width: 100% !important; }

@media (max-width: 960px) {
  .invest-tab {
    display: none; } }

.single #main .single-banner-image .single-post-image {
  outline: solid 2px #333;
  width: 636px;
  height: 300px;
  margin-bottom: 12px;
  /*background: no-repeat center center fixed; 
					-webkit-background-size: cover;
					-moz-background-size: cover;
					-o-background-size: cover;
					background-size: cover;*/ }

.single #main article .single-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  line-height: 40px;
  font-weight: bold;
  color: #028dc9 !important;
  margin: 0 0 7px 0; }

.single #main article .entry-date {
  margin-bottom: 5px; }

.single #main article .entry-content {
  /* at this larger size, we can start to align images */
  /*img{
					 
					margin-right: 1.5em !important;
					margin-bottom: .5em !important;
					float: left;
				}*/ }
  .single #main article .entry-content .alignleft, .single #main article .entry-content img.alignleft {
    margin-right: 1.5em !important;
    display: inline;
    float: left !important;
    margin-bottom: .5em !important;
    margin-top: .5em; }
  .single #main article .entry-content .alignright, .single #main article .entry-content img.alignright {
    margin-left: 1.5em !important;
    display: inline;
    float: right !important;
    margin-bottom: .5em !important;
    margin-top: .5em; }
  .single #main article .entry-content .aligncenter, .single #main article .entry-content img.aligncenter {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: .5em !important;
    display: block !important;
    clear: both !important;
    margin-top: .5em; }
  .single #main article .entry-content .tag-links:after {
    content: ", ";
    display: inline; }
  .single #main article .entry-content ul, .single #main article .entry-content ol {
    list-style: inside;
    list-style-type: normal;
    color: #666;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important; }
    .single #main article .entry-content ul li, .single #main article .entry-content ol li {
      margin-bottom: 5px; }
  .single #main article .entry-content ol {
    list-style-type: decimal;
    list-style-position: inside; }
  .single #main article .entry-content .addthis_sharing_toolbox {
    margin-bottom: 19px;
    margin-top: 15px;
    outline: solid 1px red; }
  .single #main article .entry-content p, .single #main article .entry-content p span {
    font-family: 'Open Sans', sans-serif !important;
    color: #666;
    font-size: 15px !important; }
  .single #main article .entry-content a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
    color: #028dc9 !important; }

.single .single-page-nav {
  width: 650px;
  float: left;
  padding-right: 30px;
  margin-top: 30px;
  padding-bottom: 20px; }
  .single .single-page-nav a.next, .single .single-page-nav a.prev {
    float: right !important;
    text-decoration: none;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-size: 20px !important;
    color: #028dc9 !important;
    font-style: normal !important; }
  .single .single-page-nav a.prev {
    float: left !important; }

@media (max-width: 960px) {
  .single #main .single-banner-image .single-post-image {
    width: 100%;
    height: 300px; }
  .single #main article .single-title {
    /*font-family: 'Open Sans', sans-serif;
					font-size: 38px;
					font-weight: bold;
					color: $mid-blue-two !important;
					margin: 0 0 7px 0;*/
    font-size: 28px; }
  .single #main article a {
    /*font-family: 'Open Sans', sans-serif;
					font-weight: bold;
					font-style: italic;
					font-size: 14px;
					text-decoration: none;
					color: $mid-blue-two !important;*/ }
  .single #main .single-page-nav {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    padding-right: 0px; } }

body.single #main article .entry-content a.resource-btn {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: #00b2ff;
  color: #fff !important;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal !important;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px; }

body.single #main article .entry-content a.resource-btn:hover {
  background: #005c83 !important; }

.citation {
  margin-top: 40px;
  margin-bottom: 0px; }

@media (max-width: 600px) {
  .entry-content {
    /* at this larger size, we can start to align images */
    /*.alignleft, img.alignleft, .lush-img {
			 width: 100%;
		}
		.alignright, img.alignright {
			width: 100%;	 
		}
		.aligncenter, img.aligncenter {
			 width: 100%;
		}*/ }
  #main .no-full-width {
    width: 133px !important; } }

.pickadate__input--active {
  border-color: #0089ec !important; }

.pickadate__table {
  background: none;
  border: none; }

.pickadate__table,
.pickadate__table td,
.pickadate__table th,
.pickadate__table tr {
  background: none;
  border: none; }

.pickadate__holder {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  width: auto;
  height: 0; }

.pickadate__frame {
  position: relative;
  max-width: 340px;
  min-width: 256px;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.pickadate__holder--opened .pickadate__frame {
  top: .5em;
  max-height: 25em;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

.pickadate__calendar {
  color: #000;
  background: #fff;
  padding: 1em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 6px; }

.pickadate__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em; }

.pickadate__table td {
  margin: 0;
  padding: 0; }

.pickadate__header {
  text-align: center;
  position: relative; }

.pickadate__nav--prev,
.pickadate__nav--next {
  position: absolute;
  top: -.1em;
  padding: .5em;
  margin: -.5em;
  text-align: center;
  min-width: 24px;
  height: 24px;
  line-height: 26px; }

.pickadate__nav--prev {
  left: 0; }

.pickadate__nav--next {
  right: 0; }

.pickadate__month,
.pickadate__year {
  font-weight: 500;
  display: inline-block; }

.pickadate__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
  margin-left: .5em; }

.pickadate__select--month,
.pickadate__select--year {
  font-size: .8em;
  border: 1px solid #ccc;
  height: 2.5em;
  margin-top: -.5em; }

.pickadate__select--month {
  width: 35%; }

.pickadate__select--year {
  width: 22.5%;
  margin-left: .5em; }

.pickadate__select--month:focus,
.pickadate__select--year:focus {
  border-color: #0089ec; }

.pickadate__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .5em;
  color: #999;
  font-weight: 500; }

.pickadate__day {
  padding: 0.33em 0 0.25em;
  font-weight: 100;
  border: 1px solid #fff;
  margin-bottom: 1px; }

.pickadate__day--today {
  color: #0089ec;
  position: relative; }

.pickadate__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent; }

.pickadate__day--selected,
.pickadate__day--selected:hover {
  border-color: #0089ec; }

.pickadate__day--highlighted {
  background: #fff; }

.pickadate__day--disabled:before {
  border-top-color: #aaa; }

.pickadate__day--outfocus {
  color: #ddd; }

.pickadate__footer {
  text-align: center;
  margin: 0.5em 0 -0.5em; }

.pickadate__button--today,
.pickadate__button--clear {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: 0.66em 0;
  margin: 0 2.5%;
  font-weight: bold;
  width: 40%; }

.pickadate__button--today:before,
.pickadate__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0; }

.pickadate__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent; }

.pickadate__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -.1em;
  color: #e20;
  vertical-align: top;
  font-size: 1.1em; }

.pickadate__button--today:focus,
.pickadate__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.pickadate__day--infocus:hover,
.pickadate__day--outfocus:hover,
.pickadate__nav--prev:hover,
.pickadate__nav--next:hover,
.pickadate__button--today:hover,
.pickadate__button--clear:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.pickadate__day--disabled,
.pickadate__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.pickadate__day--highlighted:hover,
.pickadate__holder--focused .pickadate__day--highlighted {
  background: #0089ec;
  color: #fff; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7; }

#search-tabs {
  margin: 0 0 20px 0; }

#search-tabs .nav {
  overflow: hidden;
  margin: 0; }

#search-tabs .nav li {
  width: 16.466%;
  float: left;
  margin: 0 0.1%; }

#search-tabs .nav li.last {
  margin-right: 0; }

#search-tabs .nav li a {
  display: block;
  padding: 20px 0 3px 6px;
  background: #cde8f3;
  color: #00457e;
  font-size: 12px;
  border: 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }

#search-tabs .nav li a:hover,
#search-tabs .nav li a.current {
  background-color: #6d9fd9;
  color: #fff; }

#search-tabs ul {
  list-style: none; }

#search-tabs ul li a {
  display: block;
  border-bottom: 1px solid #666;
  padding: 4px;
  color: #666; }

#search-tabs ul li a:hover {
  background: #fe4902;
  color: white; }

#search-tabs ul li:last-child a {
  border: none; }

.tab-inner {
  display: none; }

.list-wrap {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 4px 4px; }

.search-form {
  margin: 0;
  color: #003c71; }

.search-form label {
  margin: 2px 0 5px;
  float: left;
  width: 160px; }

.search-form input,
.search-form select {
  float: left;
  width: 275px;
  max-width: 95%;
  color: #003c71;
  background: #f6fafb;
  border-color: #ebebeb;
  /*-webkit-box-shadow: inset 1px 1px 3px #dadada;
    -moz-box-shadow: inset 1px 1px 3px #dadada;
    box-shadow: inset 1px 1px 3px #dadada;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px*/ }

.search-form select {
  width: 290px; }

.search-form .datepick {
  cursor: pointer;
  background: #f6fafb; }

.date-picker input {
  width: 120px; }

.pickadate__select--month {
  width: 95px !important;
  margin-left: 30px; }

.pickadate__select--year {
  width: 75px !important; }

.pickadate__input--active {
  border-color: #0089ec !important; }

.pickadate__table {
  background: none;
  border: none; }

.pickadate__table,
.pickadate__table td,
.pickadate__table th,
.pickadate__table tr {
  background: none;
  border: none; }

.pickadate__holder {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  width: auto;
  height: 0; }

.pickadate__frame {
  position: relative;
  max-width: 340px;
  min-width: 256px;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.pickadate__holder--opened .pickadate__frame {
  top: .5em;
  max-height: 25em;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

.pickadate__calendar {
  color: #000;
  background: #fff;
  padding: 1em;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 6px; }

.pickadate__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em; }

.pickadate__table td {
  margin: 0;
  padding: 0; }

.pickadate__header {
  text-align: center;
  position: relative; }

.pickadate__nav--prev,
.pickadate__nav--next {
  position: absolute;
  top: -.1em;
  padding: .5em;
  margin: -.5em;
  text-align: center;
  min-width: 24px;
  height: 24px;
  line-height: 26px; }

.pickadate__nav--prev {
  left: 0; }

.pickadate__nav--next {
  right: 0; }

.pickadate__month,
.pickadate__year {
  font-weight: 500;
  display: inline-block; }

.pickadate__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
  margin-left: .5em; }

.pickadate__select--month,
.pickadate__select--year {
  font-size: .8em;
  border: 1px solid #ccc;
  height: 2.5em;
  margin-top: -.5em; }

.pickadate__select--month {
  width: 35%; }

.pickadate__select--year {
  width: 22.5%;
  margin-left: .5em; }

.pickadate__select--month:focus,
.pickadate__select--year:focus {
  border-color: #0089ec; }

.pickadate__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .5em;
  color: #999;
  font-weight: 500; }

.pickadate__day {
  padding: 0.33em 0 0.25em;
  font-weight: 100;
  border: 1px solid #fff;
  margin-bottom: 1px; }

.pickadate__day--today {
  color: #0089ec;
  position: relative; }

.pickadate__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent; }

.pickadate__day--selected,
.pickadate__day--selected:hover {
  border-color: #0089ec; }

.pickadate__day--highlighted {
  background: #fff; }

.pickadate__day--disabled:before {
  border-top-color: #aaa; }

.pickadate__day--outfocus {
  color: #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75; }

.pickadate__footer {
  text-align: center;
  margin: 0.5em 0 -0.5em; }

.pickadate__button--today,
.pickadate__button--clear {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: 0.66em 0;
  margin: 0 2.5%;
  font-weight: bold;
  width: 40%; }

.pickadate__button--today:before,
.pickadate__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0; }

.pickadate__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent; }

.pickadate__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -.1em;
  color: #e20;
  vertical-align: top;
  font-size: 1.1em; }

.pickadate__button--today:focus,
.pickadate__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.pickadate__day--infocus:hover,
.pickadate__day--outfocus:hover,
.pickadate__nav--prev:hover,
.pickadate__nav--next:hover,
.pickadate__button--today:hover,
.pickadate__button--clear:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

.pickadate__day--disabled,
.pickadate__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default; }

.pickadate__day--highlighted:hover,
.pickadate__holder--focused .pickadate__day--highlighted {
  background: #0089ec;
  color: #fff; }

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  border-radius: 15px; }

.search-text {
  width: 156px; }

#search-tabs {
  margin: 0 0 20px 0; }

#search-tabs .nav {
  overflow: hidden;
  margin: 0; }

#search-tabs .nav li {
  width: 16.466%;
  float: left;
  margin: 0 0.1%; }

#search-tabs .nav li.last {
  margin-right: 0; }

#search-tabs .nav li a {
  display: block;
  padding: 20px 0 3px 6px;
  background: #cde8f3;
  color: #00457e;
  font-size: 12px;
  border: 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }

#search-tabs .nav li a:hover,
#search-tabs .nav li a.current {
  background-color: #6d9fd9;
  color: #fff; }

#search-tabs ul {
  list-style: none; }

#search-tabs ul li a {
  display: block;
  border-bottom: 1px solid #666;
  padding: 4px;
  color: #666; }

#search-tabs ul li a:hover {
  background: #fe4902;
  color: white; }

#search-tabs ul li:last-child a {
  border: none; }

.tab-inner {
  display: none; }

.list-wrap {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 4px 4px; }

.search-form {
  margin: 0;
  color: #003c71; }

.search-form label {
  margin: 2px 0 5px;
  float: left;
  width: 160px; }

.search-form input,
.search-form select {
  float: left;
  width: 275px;
  max-width: 95%;
  color: #003c71;
  background: #f6fafb;
  border-color: #ebebeb;
  /* -webkit-box-shadow: inset 1px 1px 3px #dadada;
    -moz-box-shadow: inset 1px 1px 3px #dadada;
    box-shadow: inset 1px 1px 3px #dadada;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px*/ }

.search-form select {
  width: 290px; }

.search-form .datepick {
  cursor: pointer;
  background: #f6fafb; }

.date-picker input {
  width: 120px; }

.input-box .pickadate__frame {
  width: 260px;
  margin: 50px 0 0 -10px;
  font-size: 13px; }

.input-box:before,
.input-box:after {
  content: " ";
  display: table; }

.input-box:after {
  clear: both; }

.input-box {
  *zoom: 1; }

.error404 #main {
  width: 100%; }

.error404 h1 {
  font-size: 30px; }

.error404 h2 {
  margin-bottom: 0px;
  font-size: 20px; }

.error404 label {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #028dc9;
  line-height: 38px; }

.error404 input {
  width: 400px !important; }
  .error404 input:focus {
    background-color: #eaedf2 !important;
    outline: none; }

.error404 #searchsubmit {
  width: 163px !important;
  height: 45px;
  line-height: 45px;
  background: #00b2ff !important;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 18px;
  border: none !important;
  outline: none !important; }
  .error404 #searchsubmit:hover {
    background: #005c83 !important; }

@media (max-width: 960px) {
  .error404 input {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.dk-speakup-petition-wrap,
.dk-speakup-petition-wrap input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

.dk-speakup-petition-wrap {
  background-color: #ebebeb;
  border: 1px solid #666;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  font: normal 15px/1.4em Helvetica, Arial, sans-serif !important;
  padding: 0;
  text-shadow: none;
  width: 100%; }

.dk-speakup-petition-wrap a {
  outline: none;
  text-decoration: none; }

.dk-speakup-petition-wrap p {
  line-height: 1.3em !important;
  margin: 0;
  padding: .5em 0 .5em 0; }

.dk-speakup-petition-wrap h3 {
  background: #262626 url(http://cdn5.animaljustice.ca/wp-content/plugins/speakup-email-petitions/images/bg-petition-header.png) repeat-x top left;
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#262626));
  background: linear-gradient(#666666, #262626);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
  color: #fff !important;
  font: bold 16px/1.4em Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 0 0 !important;
  padding: 2% 5%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  text-transform: none; }

.dk-speakup-readme {
  background: #ffd;
  border-bottom: 1px solid #dfdfa8;
  color: #808080;
  cursor: pointer;
  display: block !important;
  font-size: .8em;
  font-weight: bold;
  height: 32px;
  padding: 0 5% 0 5%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase; }

.dk-speakup-readme span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAABrVBMVEX////////////////////////////////////9/f329vb9/f1paWlpaWlpaWn19fVpaWn///////9paWlpaWn///9ubm5paWlpaWn///9paWlpaWlpaWlpaWmLi4v///////9paWlpaWn///9paWlpaWn///9paWlpaWn///////9paWlpaWn///////////9paWn///9paWlpaWn///////////////////////9paWn///////////////////////////9paWn///9paWn5+flpaWlpaWn///////9paWlpaWlvb29ra2tpaWlpaWn///9paWlpaWlsbGxpaWlpaWlpaWlpaWl8fHzAwMBpaWnFxcWzs7OWlpZpaWlpaWlpaWlpaWlpaWlpaWn///////////9paWn///8AAADd3d3e3t7Hx8eJiYm/v7/R0dGVlZX39/erq6tsbGx2dnbIyMjPz8/x8fHg4ODOzs7o6OiioqL4+Ph0dHSBgYF+fn7W1tbf39+Dg4Pl5eV7e3uqqqpwcHCbm5vz8/P+/v5qamqPj49ycnL///9paWm6wjyAAAAAanRSTlPJyDnvOEbSRdN5/nd4dsD+vxARNzj0/MOzX06PEvT8Tw1XDekByDX9XgHE6WvctGw2jxa+Xv3X7TYn+gwsni0X+uFRVNsu/lJ0UZDRLnYDEJAVLPjgRZ0tw/jXw5SUDO/tJjXw8BW/AgIAQ+2P+gAAAeJJREFUeNrllFdTAjEUhbH33hWxodiwd7FXQFHsClgBN/ZesHeKN7/Zm2R31FFnfNbzknPO/fKSZFdFfqH/BNWV5mRmZGTmlNb9BK0P1euoLF390Pp30LRZzNPTxWqe/gItzvDJ9pYXwLu1zcPM4mdoZYG1hzs+gLQ0AN/OIcsLKx+hlGXW+U9AleUixJUVBCd+1iynvkOra5Tpqbu6jHCVVXc/8WptVYFml3jxHG3EUJidXYiLMeGZl0uzArJOUa6Xccw1FZRW1KAZfxHtlJVBlkQqNJ+EZ9XPXD+eUfK8XMdbEIqlsmy4f0LYCbQ2pY9DaFQJdpyMCDuC1q70owhFBeTgwMnADXM3A2gdch2IQWjY+yjSHE4MZ0eUHp0Z0M6J9tE7jJDkfnjlcXKMEEm/v7u7r5cIGZvk5euDW0KIuHruBGXC/SVFAEUlaEyCuetxicPsDNm8Ys1gL4b8vLx8XHoHWXO14exUrqXF6blmXVullnBpK9tYvvY4W94vOLT58oIyFReoCVEXFPNwcdkc/PGptDbB7T3lys0V6/0tNLV+fnTtHeA7D/ipLH/g3Acd7V+eb0QkwOnxwZ5Gs3dwfAoQHvbdhyD1uRtBVqO7T/rpk+pqqK0qL6+qbej6Gz+MN4CoHHAdRVMFAAAAAElFTkSuQmCC") no-repeat 0 -2px;
  background-size: 18px 18px;
  line-height: 32px;
  padding-left: 26px; }

#dk-speakup-reader {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
  font-family: Georgia, sans-serif;
  font-size: 16px;
  height: 1px;
  line-height: 1.4em;
  width: 1px; }

#dk-speakup-reader textarea {
  border: none;
  font: 16px/1.4em Georgia, sans-serif;
  height: 360px;
  outline: 1px solid #ddd;
  width: 560px; }

#dk-speakup-reader-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Georgia, sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.4em;
  overflow: auto;
  padding: 20px 30px 40px 30px;
  text-align: left; }

#dk-speakup-reader-content p {
  margin: .5em 0 .5em 0; }

#dk-speakup-windowshade {
  background-color: #000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100000; }

#dk-speakup-reader-close {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAACTFBMVEUiIiIUFBSWlpYNDQ3p6ekAAAAjIyOMjIy0tLQAAADs7Oynp6fl5eXh4eHS0tLf39/Ozs7n5+ednZ0xMTEzMzPm5uaTk5MRERHKysrk5OTi4uJwcHDn5+clJSVxcXFDQ0PExMQAAADp6enPz88AAADr6+seHh7u7u5BQUHl5eVubm7h4eHd3d3MzMwAAAAAAADU1NSFhYUAAADo6OgAAAC9vb0AAADQ0NAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvLy+rq6slJSVTU1MrKyuurq4aGhohISEnJycxMTGfn59jY2ODg4ONjY2WlpZbW1teXl6GhoYpKSm3t7cyMjIjIyOEhIRoaGipqqqvr69sbGxpaWliYmKKiopwcHBycnJqampOTk7AwMBhYWFaW1sbGxuOjo5gYGAiIiJ5eXlxcXFvb28eHh6lpaVDQ0M4OTkODw9aWlrJyclGRkYgICBFRUXq6upubm4sLCzOzs41NTXS0tJmZmbs7OzZ2dnDw8MzMzNkZGRtbW10dHRlZWVRUVFNTU2goKBnZ2d2dnYWFhbPz8+IiIgYGBhdXV17e3tMTEx9fX13d3d+fn7n5+cVFRVERERVVVVra2scHBwUFBTBwcE7Ozt6enru7u63IBlRAAAAZXRSTlNpbqZt+Ehonosp+4Dt5efz6Pi2hYv5xoHR0tQz5yY5IJJk8op284/8N9Qnu+h6QibHwWn2FuJ37YGHi2pnYCELSTZhVVhLQ0UnOiwyFzUoHj1GKxgdBQ0JDwIIEiIKExADBgQBAH/+l5UAAALASURBVHjahZPVWxtBFMW37ri7Oy1S3CNAkHiAkE02m9TdcXd3d3cIEJoQT+4/1s2GlJd+X8/DPOxv9szMveciL/5KKJUJcFwgkwrlcvu3KyyXy/DKCkwkkYiwikpcZt+A2KgUF2Mx8bHRkZHRsfExmBiX2jhi+7W6KjA0HK4UHhpYVU0Y2LFMLPL1BugZsAwOWgZ6ALx9RWIZiUkqCfADxemefnRkZFS/d6oAvwAJyRHi3GqRvw+YWvSdKotSaVF16ltM4OMvqpbKrRiv4geBQr+zO6z8TUg5vLujV0AQqwonsFwq5kWFwGlrx+7hjOX4+Ngy87mj9RRConiEPSLHMfQRmNq6dsYBVlWLqlWA8a42E9xHMVyOCCufcxPge+/e9iEAbPzaINbDL73fIKGkrFKISCv45U9g8fzn9IV6HaxaV19Mnx/B4wJ+hRSRYSg7GX7odPvzK2uXBL1cW5nf1+ngIRvFZIhA9OxpMugODi5mzUckPjLPXhy8gduFxSIBgkuYRXFwrtVqJ9QLpPmCekKrPYc4zgMJTmIv+Go2m9sJtNy9TKztZrMFvDhMAlvN70Ht1lZdA4BpybBkAmio26qFm1Zz8mp3nWH7bU19Y/OQYc4w1NxYX7MNzoj1auTDqC6w+emD4cR4NjY3dmY8MbzcBBdqOfEwsix3bjnAu4/vTzRn/Yb+M83J61fgcCPfWhayqAyaqyNs7huNRo1GYzR2m8DRlcawFpVsCbeI4uYE0NQ3OTU12dcE4ORGKeJaW0I2lFVKD/b0cIcruXt4BtNLyYba4pBbTqeERSSmpAGkpSRGhFHo5bkSIg72MKGlHFpSanpGZmZGemoSjVOK2sNk4ywuI5+ak52VlZ1DzWdwWTZ6HWQeWlLALuRwCtkFJSjvKsjXY5CHlfHRYiazGOWXYXn2Mfj/ENk3/GsE/wCKX4/8FuC50QAAAABJRU5ErkJggg==") no-repeat top right;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  z-index: 305; }

.dk-speakup-petition {
  padding-top: .8em; }

.dk-speakup-petition label {
  color: #808080;
  font-size: .8em;
  font-weight: bold;
  margin-left: 1px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-transform: uppercase; }

.dk-speakup-petition label.required span {
  color: #e81e00; }

.dk-speakup-petition .dk-speakup-half {
  display: inline-block;
  margin: 0 4% 0 5%;
  width: 43%; }

.dk-speakup-petition .dk-speakup-half:nth-child(even) {
  margin: 0 0 0 -4px; }

.dk-speakup-petition .dk-speakup-full,
.dk-speakup-petition .dk-speakup-optin-wrap {
  display: inline-block;
  margin: 0 0 0 5%;
  width: 90%; }

.dk-speakup-petition .dk-speakup-optin-wrap label {
  display: inline-block;
  margin-top: .6em;
  vertical-align: -1px; }

.dk-speakup-petition .dk-speakup-message,
.dk-speakup-petition .dk-speakup-message-editable {
  display: none !important;
  overflow: auto; }

.dk-speakup-petition input[type=text] {
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  color: #333;
  font: 15px/1.4em Helvetica, Arial, sans-serif !important;
  margin-bottom: .4em;
  padding: 0 0 0 .5em;
  width: 100%; }

.dk-speakup-petition input[type=text]:focus {
  background-color: #ffc; }

.dk-speakup-petition input[type=text] {
  height: 1.8em; }

.dk-speakup-submit-wrap {
  margin: 0 0 1.5em 0;
  text-align: center; }

.dk-speakup-submit {
  background: #d94200 url(http://cdn5.animaljustice.ca/wp-content/plugins/speakup-email-petitions/images/bg-submit-button.png) repeat-x top left;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9a40), to(#d94200));
  background: linear-gradient(#ff9a40, #d94200);
  border-radius: 4px;
  border: 1px solid #d94200;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.4em;
  margin-top: 0;
  position: relative;
  text-shadow: 0 -1px 0 #a63200;
  width: 90%; }

.dk-speakup-submit:active {
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 0 1px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 0 1px rgba(0, 0, 0, 0.6);
  top: 1px; }

.dk-speakup-submit span {
  color: #fff; }

.dk-speakup-ajaxloader {
  background: transparent url("data:image/gif;base64,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") no-repeat 50% 50%;
  background-size: 64px 8px;
  display: block;
  height: 8px;
  margin: 5px 0 10px 0; }

.dk-speakup-share,
.dk-speakup-progress-wrap {
  background: #d2d2d2; }

.dk-speakup-progress-wrap {
  border-top: 1px solid #bfbfbf;
  font-size: 12px;
  margin-top: 1em;
  padding: 5px 0;
  text-align: center; }

.dk-speakup-share {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-weight: bold;
  padding: 0 2% .5em 2%;
  text-align: center; }

.dk-speakup-share p {
  margin: 0 0 0 !important; }

.dk-speakup-signature-count {
  display: inline-block;
  margin: .5em 0 .5em 0;
  vertical-align: 4px; }

.dk-speakup-progressbar {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #999;
  height: 16px; }

.dk-speakup-progressbar-low, .dk-speakup-progressbar-medium, .dk-speakup-progressbar-high, .dk-speakup-progressbar-complete {
  background: transparent url(http://cdn5.animaljustice.ca/wp-content/plugins/speakup-email-petitions/images/bg-progressbar.png) repeat-x top left;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(51%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0.4) 100%);
  background-size: 16px 16px; }

.dk-speakup-progressbar-low {
  background-color: #3c0; }

.dk-speakup-progressbar-medium {
  background-color: #09f; }

.dk-speakup-progressbar-high {
  background-color: #9f07ed; }

.dk-speakup-progressbar-complete {
  background-color: #f00;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.dk-speakup-signature-count span {
  font-weight: bold; }

.dk-speakup-progress {
  background: #eee url(http://cdn5.animaljustice.ca/wp-content/plugins/speakup-email-petitions/images/bg-progressbar-back.png) repeat-x top left;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#eeeeee));
  background: linear-gradient(#bbbbbb, #eeeeee);
  border: 1px solid #999;
  border-radius: 3px;
  display: inline-block;
  height: 16px;
  margin: 0 0 0 2%; }

a.dk-speakup-facebook {
  background: #2e4a88 url(http://cdn5.animaljustice.ca/wp-content/plugins/speakup-email-petitions/images/bg-button-facebook.png) repeat-x top left;
  background: -webkit-gradient(linear, left top, left bottom, from(#6e85b7), to(#2e4a88));
  background: linear-gradient(#6e85b7, #2e4a88);
  border-radius: 4px;
  border: 1px solid #112b66;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 1px 4px rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: 32px;
  margin: 0 0 0 0;
  width: 140px; }

a.dk-speakup-facebook span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAAgCAMAAADKUgH/AAADAFBMVEX9/v7M0d7O099DWIZ4hqicp794hqistcra3udoeJ41S327wtMVLmheb5e0vM9hcpp6iKkWL2nO1OAtRHh9i6w9UoIlPHOttsp8i6unscfe4upUZ5GjrcSirMPIztyjrcR7iqpSZZARK2ayus3U2ePh5Oz////9/f7v8fURK2aut8vo6vDp6/GVoLuIlbP////X2+WUn7rc4On///////+hq8L////////y8/fO1OD///8SLGeQnbj////P1OARK2bg4+tqe6BSZZDEy9n////CyNgxR3poeZ8WL2nM0d73+Pr///+2vtERK2ajrcSIlbP///////8RK2YRK2bd4en///8vRXn6+/ywuMz///+osse1vc/u8PT////////9/f7///////////////8RK2YRK2YRK2aapb7////Jz9wRK2bs7vOJlrQRK2YRK2awuMz///+krsQRK2YRK2b////V2uQRK2b////////s7/P///////////8RK2YRK2a5wdMRK2YRK2YRK2YRK2Y8UoIRK2Znd50RK2b8/P2ps8j+/v7///8RK2b///+2vtD+/v7////////GzNq+xdX///////////////8RK2YRK2YRK2YRK2YTLWcRK2YRK2b///8RK2YRK2YRK2YRK2YRK2b////////////8/f3///////////////////////////8RK2b///8RK2YRK2aeqcERK2b///8RK2b///8RK2b+/v////8RK2YRK2YRK2bb3+gRK2YRK2bQ1eH///80Sn0RK2aQnLj////////////m6e8RK2aVoLuZpL4AAACVoLvc3+hwgKPk5+5xgaQsQ3ja3ufHzduyus3DytkuRnmjrcTX2+VEWYc/VIOSnrnR1uIoP3U0S305T4D29/lLX4tre6CWorwbNG1hc5rv8fVUZ5FYapQiOnGmsMa/xtbn6e+MmbXi5ezN09/7/P0ULWhCV4Z+jKx3hqiGk7H5+fuYo73+/v5cbpby9PcRK2b////RMpi2AAAAz3RSTlPj67+m7EH26UxYTunKu+3ucr34XoaDoOzXu9jnqoRj7LP6D76X4dJmvkSq7ffzUDTn+TdvGDVsfvPdV6F+FO1rW5p77XSpr0T78+h99TKVoz9kDdzzstLqe7ZLnM+HjtrZtdVSU8WV25WAI+Ldcs7AJpyC/kf75/kw/Et4ph/v/r8wZgX+q/76V69YnIa60czrXejbgwQk7rYdAcooC9UOWV+Kj3bmxiyr3en7CAquG+I6GG6ILdAT8/Wi9ko+n/d9kO8gAjU8kODA+1BXcABLlb4DAAAGE0lEQVR42s2WZ1hTVxjHebr33nvvvVu1aJ2t4sBqxb231rpwgciuYJEqgoLsvQmiCCQNTVKC0bd1VEUFATFMEYFAgHjTc897bm5u4vP4PPFD/X857/nnjN+5nPO+OAGv3QnRBzkiBTgqD523ozNLnK27FEhHaRwG8lBEkgVyHZgpU8zz5DhPWyCPgyf+PnvBTLQDHJGcHKWi+TYHZm4hM0803WELFG/qITCOA919qZ0c55ADM4efab9qNl+1BZpIlrsRoCNkpmNAh+lMO6CPzYKKbg6g8zcb0FVqp+apVANuDiAz1e1o/O9AOp0Ogb4jkQYW63iVyAtcQZRa461MiFd6yw8wQxabGJ+g9NaorYEOlOQHl650piYqKk5ZWqqMWwyiDugS40uDneU+dkAaHZUTyQQIVEGi+aDkmFaND2bb+ySu5QTN4w2XCKGbm6+2AF1ZJZglQBUbzTEt1wmEfgHM8ly5Vwrkgcl5vpPJZEKgoyQaBLeaeDXV1dZz3NooeqZIrtNw3KivMh6ta8nlNwrgqhu6qvTG44ZOLsLHAtTS3N2mb+s2dK7iidQKjqu5aNTrjf41ZJ89rCK0NHdVkUF1nVz0bglQhMFE9OBAJ7O1boEFQtj3T1tLNFlGPW9E12XLgEcACgIqW4Xuse7OUgGoo4+ZV5qjAWAl13BWGHbexCXyeTmg5lQHsxrb6iN9rIB0FZgMF0qBhsKdVr3LtXKAuJZ27Ak3188fF0W1jpAxIFF9TYtBNuKStdV70BUgornHyvr3RKwI5Jq7mYZJMVKgRTDYuntWCXDfSbMEaK8v5RG3ypcA4V46WNYmtbriQObbI7HaHxaBEkzoBYIUaDWESPr3g+tFifEDyE9Jd+oYJgXCFwvDOqTOhSdg7mabUf5qAcil/hiN3ACctFot/vwTiVZAspYo3Z1NWQAu7RiFpBZllyeZtfAo7hSUogotptFSC9D+TdmFGI2BpRgkbUpNx+gpeBwvmbtb0RtotcoYkDpST4NilXVi/AustGIJ9e6Fe3D/rWjHpMBjeL36KRQKfAAPMKDGFADYhVfzORhF26mZZA4u9SSMwU/FD/sSwygG5FyJu2yEawBp8uNLifCEg+Eh2q4XUUfj4TiiBhp+L8nU39L4V1hD20m8NYUNe5q2X/NWFm45nAF54p9hdpg90JblHAqvzp/Qn7Z/iEC/4Hu/RHQaf5MA/c6ADtH2CG/tY8N+pu1vAJby+QED6kaCPLADknlyhu4qfa++t5UB7bMHEnWjQIcRqAd7O8AeKNhX/FcEgZ6/LtCSGwZiqtHYA01sNNsATbIFGm0LtP8aQO/YA/0Ir4pAexBoMvtC+DbPRO6xA3rfbAv0Am3XyEDQIiwPZRYNsQbai7lmCrxH20G89xIDGkrbF9XE0iDQJ+wODcEEb4izA1qDGamorOwZBpSHqXf5XE2BpmSZwg8CqXHSS6cp2CIvyS+NkAtAHrLdb3u1soz/Lm1fTnTRKPExvg6v4XfwkxfEjsecrWJAYTMwda99xRZoPY2eTVR6Ca9Mhem4mkPlMsLGek6QTqj2fKe+kaWtqbQ18h4mvbfgTSxHncQy4CfJYkCwGhEuJtgCfUWjJjKlmwFBOtbrhnO155q7zoyCTMzip02G2sq6pu7ezf0Z0OWK6uqm07jWOpiOt6Or0mDEBD0SPsTfTtX5+l+h0QyxlmVjumuJsgEKwbN2GcnCDGghRmK1n2CWap99LUsPgzxbLwXUaTbWThFIhWVI72UDtNPuUoOq0AZoXcZ1gXYCQLLUciPWF1KrOEcEYjt31M4VgT4nUU6hdM5HxAvsk1R7gE+lYwbCXTY8IVl8VdtubSXlEEudLRpYHydbgDKxxH/bTwRSAdGGYjZ6O63I5by3mo5FaXnjG7xXTHNgrJSnKAZ4qcpFa1sOtcKmuYuIG4ixjobhQDSHrcYDlVN9hmU+SJvhnpYamhW4nyiIepmhqTMLzX3hMydM24BFf1x2Gv8tC9O2LRw3AGK2jixK1pKjZISnzdq4CwSNLUtOLy5OT56eZ7FyNrppCzPCZ28KzQSiXXTnWcAriMZF/wEUCU3ZpznFjQAAAABJRU5ErkJggg==") 50% 50% no-repeat;
  background-size: 72px 16px;
  display: inline-block;
  height: 28px;
  width: 72px; }

a.dk-speakup-twitter {
  background: #2477b3 url(http://cdn5.animaljustice.ca/wp-content/plugins/speakup-email-petitions/images/bg-button-twitter.png) repeat-x top left;
  background: -webkit-gradient(linear, left top, left bottom, from(#6bb5e9), to(#2477b3));
  background: linear-gradient(#6bb5e9, #2477b3);
  border-radius: 4px;
  border: 1px solid #166197;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: 32px;
  margin: 0 0 0 19px;
  text-align: center;
  width: 140px; }

a.dk-speakup-twitter span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAqCAMAAAAtU0N2AAADAFBMVEUkd7P////////q8vjQ4u+Yv9v8/f4kd7OItdb///8kd7Mkd7Mkd7P///////9+r9Ikd7Mkd7Mkd7P////////2+fy61OenyOD///////8kd7Mkd7P///////8kd7MnebT///8kd7Mkd7Mkd7Mkd7Mkd7Mkd7MzgLgkd7Mkd7P8/f4kd7O61Ockd7Mkd7Mkd7Mkd7Mkd7Mkd7P///8kd7Mkd7Pl7/b///8kd7Mkd7Mkd7P////3+vwkd7P7/P4kd7P///8kd7Mkd7P///////////8kd7Mkd7O81ehMkMFSk8P///8nebT////5+/2hxN7M4O37/P7///////+nyeEkd7P9/v7///8kd7P4+/0kd7P///////9JjsDF2+skd7PT5PD///////8kd7P////////////////////////////////////////z+Pv///8+h7z////////////////////////q8vj////////////////////////////2+fz////////////4+/3////////////////////w9vr///////////////////8kd7Mkd7Mkd7Mkd7Mkd7Mkd7Pl7/Ykd7Mkd7Mkd7Mkd7Mkd7Mkd7Mkd7Mkd7Mkd7Mkd7Mkd7Mkd7P///8kd7P///////8kd7P///8kd7P///////////////////////////////8kd7P///////////8AAADS4/BTlMOTvNmHtNVBib1GjL+Jttb1+fu81eh2qs87hbs/iLy51OetzON7rdFMkMFFi77G3Os5hLqjxt9NkcHO4e5Hjb/y9/uCstTF2+vw9frj7fX0+Ptqo8twps2nyeGFs9UwfrfJ3ex3q9C+1uhtpMxCir2Lt9eVvdrA2Om/1+mhxd/6/P3+/v/7/P7X5vGNuNf4+/2qyuG10eW50+dUlcSSu9nu9Pn8/f7a6PLq8vgnebQsfLbk7vU2grkre7Xf6/QygLgleLTs8/jU5PBloMrV5fD2+fwkd7P////fRtv/AAAAtnRSTlMc5V8fHJW8Ft+2N8tzC8nrG9Pa5211s+5YaGi9DKZl/DUmoO2O1B+x3rv0UvwMrpRu8BDZmQ79QbMBCpj+VaB46COEBSxpTM4uviuZ91TM/O/64ASF9aV/IPqA2k5Y4vfU9xwUfjNNvmzrpZXeG+bj1oCNEO3SRexK/bTfI4i8+nhi9dQW2/DyUJS4dzsdfHzmX7G2ucko8+dYAnBh3xV6CRkCCMIP6Z3NzRXGCBTT+gMDCQEHAJ35gIkAAAJVSURBVHjajdFjmBtxEMfxq23btm3btm3zavds9GwluUxt27Z9NjrT3SbbZDf/JPt995vn+bwaCzBVy+YNaiHa2Nl6C5d8wAs/YOfm3gK1ubgCX0E7W140qVOXCTq2x7S79+4TxZ89l4jNlE6FC6FNbl54pJQ8wgBK+/Snd0hb/GN0RsRjjjl5US/uQonihsIr8SXpdSPh1ImjlENtwYlilJrs6SQFPoPfkagzxJXHwZoTjYnizjs3koiJX8mw42ifixNtiSjpNrZuIxLLv5G02NMn8+e14kRnfj18hIEeHXTA+zcZFBNDVEDBiQma/eQZBndRCmL8F2JVtAhwYql2ZbxIR89uPTRi4CcW8A8AXowlocxXCYjBPfty7+nPAl3V8E8MIV1Jb14jV2C/ASzRCzRi1EjROfNtVjJiGkuoNMLPYTRJy8h+/5khQCNgDA4jWVlqRfjwrJQPssQ6rYAR9DH7jxzhKIihJLP9ghgnV+wTxJIomWKXIGClPLAT/ovwSFlim07AzElyxGY9AVOmmgcHQF/Mmvbrp7mXrBeJydO//0g1DUKiRSJiBplrLYgEzDYHNoJEqMNMg72HpQJCQ0yK7WAgoHKQCRAEIiFUvUpDYhemZosaNavdfM4CkRHAED5VKyFeucUCa0JBJFyt3b1qN62PiFcvxbLA1gAQC7eKLsh1/fI1YrVhiwIkorxVmbLlLj4gdrsPAUiFb4VSZKw9B1VgKABUpVsRq2UrVgGwBFd0u07dSdyChXMVAEYFj3r3GeS/aQdR1OrF8xbNn+MLxvoLnaq6npu3b7IAAAAASUVORK5CYII=") 50% 50% no-repeat;
  background-size: 24px 21px;
  display: inline-block;
  height: 28px;
  width: 24px; }

a.dk-speakup-twitter:active,
a.dk-speakup-facebook:active {
  position: relative;
  top: 1px; }

.dk-speakup-response {
  background-color: #ccc;
  display: none;
  padding: 1em 5%;
  border-bottom: 1px solid #b3b3b3 !important; }

.dk-speakup-response-error {
  background-color: #ffebe8;
  border-color: #ff9282 !important; }

.dk-speakup-response-success {
  background-color: #d8f6d9;
  border-color: #70de74 !important; }

.dk-speakup-error {
  background-color: #ffebe8 !important;
  border: 1px solid #e81e00 !important; }

.dk-speakup-expired p {
  font-size: .9em;
  margin: 0.25em 5% 0.25em 5%; }

.dk-speakup-expired .dk-speakup-progress-wrap {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.dk-speakup-greeting {
  font-weight: bold; }

.dk-speakup-caps {
  text-transform: capitalize; }

.dk-speakup-clear {
  clear: both; }

.page-template-page-sign-up-php .dk-speakup-petition-wrap {
  margin-top: 40px; }

.page-template-page-sign-up-php h1,
.page-template-page-sign-up-php h2 {
  font-family: 'bitterbold_italic';
  color: #028dc9;
  font-size: 24px;
  line-height: normal; }

.page-template-page-sign-up-php h2 {
  font-family: 'bitter_bold';
  margin-bottom: -10px;
  font-size: 16px; }

.page-template-page-sign-up-php h2.title {
  border-bottom: dotted 1px #a3a3a3;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 40px;
  font-size: 20px; }

.spu-box {
  padding: 30px;
  background-color: #e3d8bf;
  border-radius: 0; }
  .spu-box h4 {
    margin-bottom: 0.5em;
    color: #9f6c00;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.5em;
    line-height: 1.1; }
  .spu-box input:not([type='submit']) {
    height: 60px;
    margin-bottom: 0;
    padding: 0 12px;
    background: #fff;
    border: solid 1px #f3bf4c;
    border-radius: 0px;
    line-height: 60px; }
  .spu-box .btn-submit {
    display: block;
    border: none;
    position: relative;
    left: -8.5px;
    width: 95%;
    height: 46px;
    margin-top: 15px;
    padding-left: 21.5px;
    background: #ffae00;
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700; }
    .spu-box .btn-submit:after {
      position: absolute;
      top: 0px;
      right: -17px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 23px 0 23px 17px;
      border-color: transparent transparent transparent #ffae00; }

/*! responsive-nav.js 1.0.39 by @viljamis */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.nav-collapse li {
  width: 100%;
  display: block; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 960px) {
  .js .nav-collapse {
    position: relative; }
  .js .nav-collapse.closed {
    max-height: none; }
  .nav-toggle {
    display: none; } }

.nav-toggle {
  width: 35px;
  height: 30px;
  display: block;
  position: absolute;
  top: 48px;
  right: 2.5%;
  background-size: contain;
  float: none !important; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #2980b9 !important;
  position: absolute;
  display: block;
  content: ''; }

.nav-toggle span {
  top: 13px; }

.nav-toggle span:before {
  top: 10px; }

.nav-toggle span:after {
  top: -10px; }

#top-nav-mobile {
  background: #2980b9 !important; }
  #top-nav-mobile #menu-top-menu {
    margin-bottom: -5px; }
  #top-nav-mobile li a {
    color: #fff;
    text-decoration: none;
    padding-left: 2.5%;
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: solid 1px #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700; }
    #top-nav-mobile li a:hover {
      background: #fff;
      color: #2980b9;
      border-bottom: solid 1px black; }

@media (max-width: 960px) {
  /*********************
Homepage below 960
*********************/
  .page-template-front-page .top-box-copy {
    font-size: 21px; }
  .page-template-front-page .submit-btn {
    width: 80%; }
  .page-template-front-page .justify-row {
    font-size: 0.1px; }
  .page-template-front-page #inner-content {
    display: block;
    margin: 0 auto;
    float: none; }
  .page-template-front-page .media-releases-row {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 26px; }
    .page-template-front-page .media-releases-row .media-releases-thumb {
      float: left; }
    .page-template-front-page .media-releases-row .media-preview:after {
      clear: both; }
    .page-template-front-page .media-releases-row .media-copy {
      overflow: hidden;
      width: auto;
      float: none !important; }
      .page-template-front-page .media-releases-row .media-copy .media-post-title {
        font-size: 20px;
        line-height: normal; }
      .page-template-front-page .media-releases-row .media-copy .hp-date {
        font-size: 15px; }
  .page-template-front-page .updates-main .top-box-copy {
    font-size: 18px; }
  .page-template-front-page .updates-main input {
    font-size: 20px;
    height: 60px;
    line-height: 60px; }
  .page-template-front-page .updates-main .sign-up.tag-label {
    width: 95%;
    height: 46px;
    margin-top: 47px; }
  .page-template-front-page .cow-bkgd a {
    width: 85%; }
  .page-template-front-page .row.justify-row .one-third.updates,
  .page-template-front-page .row.justify-row .one-third.donate {
    width: 48%; }
  .page-template-front-page .row.justify-row .one-third.media-releases-row {
    margin-top: 25px; }
  .page-template-front-page .one-fourth {
    width: 48%;
    margin-bottom: 20px; }
    .page-template-front-page .one-fourth img {
      margin: 0 auto;
      display: block;
      width: 100%;
      height: auto; }
  .page-template-front-page .blog-roll-div {
    width: 100% !important;
    height: auto;
    padding-bottom: 26px; }
    .page-template-front-page .blog-roll-div .blog-thumb {
      float: left; }
    .page-template-front-page .blog-roll-div .on-the-blog-roll {
      min-height: 82px; }
      .page-template-front-page .blog-roll-div .on-the-blog-roll:after {
        width: 100%;
        display: block;
        margin-top: 10px;
        height: 0px !important;
        clear: both; }
    .page-template-front-page .blog-roll-div .blog-copy {
      overflow: hidden;
      width: auto;
      float: none !important;
      padding-left: 13px;
      min-height: 82px; }
      .page-template-front-page .blog-roll-div .blog-copy .hp-campaign-title {
        font-size: 20px;
        line-height: normal; }
      .page-template-front-page .blog-roll-div .blog-copy .hp-date {
        font-size: 15px; }
  .page-template-front-page .row.justify-row.social-row {
    margin-top: 10px !important;
    width: 100% !important;
    height: auto;
    padding-bottom: 26px; }
    .page-template-front-page .row.justify-row.social-row .one-third {
      width: 48%; }
    .page-template-front-page .row.justify-row.social-row .facebook-widget {
      width: 100%;
      /* To fill the container and nothing else */ }
      .page-template-front-page .row.justify-row.social-row .facebook-widget #fb-root {
        display: none; }
      .page-template-front-page .row.justify-row.social-row .facebook-widget .fb_iframe_widget, .page-template-front-page .row.justify-row.social-row .facebook-widget .fb_iframe_widget span, .page-template-front-page .row.justify-row.social-row .facebook-widget .fb_iframe_widget span iframe[style] {
        width: 100% !important; }
  /*********************
HEADER STYLES
*********************/
  .desktop-nav {
    display: none !important; }
  #top-nav-mobile,
  .nav-toggle {
    display: block !important; }
  .header #inner-header {
    width: 100% !important; }
  .header #header-bottom-nav-bar ul#menu-secondary {
    width: 100% !important; }
    .header #header-bottom-nav-bar ul#menu-secondary li a {
      font-size: 20px !important; }
  .header #header-bottom-nav-bar ul#menu-secondary li.menu-donate:after {
    display: none; }
  .header #header-bottom-nav-bar ul#menu-secondary li.menu-donate {
    border-right: 0px !important; }
  #logo {
    margin-left: 2.5%; }
  .header .social-wrap {
    right: 2.5% !important;
    top: 100px !important; }
  /*********************
POSTS & CONTENT STYLES
*********************/
  #content,
  .row,
  .footer #inner-footer {
    width: 100% !important; }
  /*********************
MAIN CSS
*********************/
  #main {
    width: 95% !important;
    display: block;
    margin: 0 auto;
    padding: 0px !important;
    float: none;
    border-right: none !important; }
    #main .one-third {
      height: 476px; }
    #main .one-third.media-releases-row {
      height: 456px; }
    #main .cow-bkgd {
      background: url(../../library/images/hp-cow-bkgd.jpg) no-repeat !important;
      background-position: center center !important;
      height: 314px;
      width: 100%; }
      #main .cow-bkgd a {
        top: 255px; }
  /*********************
SIDE BAR CSS
*********************/
  /*********************
FOOTER CSS
*********************/
  .footer .footer-copy {
    width: 95% !important;
    float: none !important;
    display: block;
    margin: 0 auto;
    padding-top: 80px; }
  .footer .footer-links {
    margin: 0 auto;
    display: block;
    height: auto !important;
    float: none !important; }
  .footer nav {
    display: none; }
  .footer .footer-logo {
    position: absolute;
    left: 2.5%; } }

/*********************
Homepage below 600
*********************/
@media (max-width: 750px) {
  .page-template-front-page .rev-copy {
    bottom: 5% !important; }
  .page-template-front-page .hp-banner-copy-wrapper img {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
  .page-template-front-page .hp-banner-copy-wrapper span.desktop-block {
    display: inline; }
  .page-template-front-page .hp-banner-copy-wrapper .hp-banner-copy .copy {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 2px 0 12px 0; } }

/*********************
Homepage below 600
*********************/
@media (max-width: 600px) {
  .page-template-front-page .updates-main .top-box-copy {
    font-size: 21px; }
  .page-template-front-page .updates-main input {
    width: 98% !important;
    max-width: 98% !important; }
  .page-template-front-page .updates-main .sign-up.tag-label {
    width: 95%;
    height: 46px;
    margin-top: 47px; }
  .page-template-front-page .top-box-icon {
    left: 10px; }
  .page-template-front-page .top-box-copy {
    text-align: center; }
  .page-template-front-page input {
    width: 95%;
    display: block;
    margin: 0 auto; }
  .page-template-front-page #main .one-third.donate {
    height: auto !important; }
  .page-template-front-page #main .one-third.media-releases-row,
  .page-template-front-page #main .one-third.blog-roll-div {
    height: auto !important; }
  .page-template-front-page #main .one-third.updates {
    height: auto;
    padding-bottom: 20px; }
  .page-template-front-page #main .cow-bkgd {
    background: url(../../library/images/hp-cow-bkgd.jpg) no-repeat center center fixed;
    background-size: cover !important;
    height: 314px;
    width: 100%;
    background-size: 110% !important; }
    .page-template-front-page #main .cow-bkgd a {
      top: 255px; }
  .page-template-front-page .row.justify-row .one-third.updates,
  .page-template-front-page .row.justify-row .one-third.donate {
    width: 100%; }
  .page-template-front-page .row.justify-row .one-third.donate {
    margin-top: 25px; }
  .page-template-front-page .row.justify-row.social-row .one-third {
    width: 100%; } }

/*********************
Homepage below 400
*********************/
@media (max-width: 400px) {
  .page-template-front-page {
    /*.row.justify-row{
			.one-third.updates,
			.one-third.donate{
				     width: 100%;
			}

			.one-third.donate{
				margin-top: 25px;
			}
		}*/
    /*.row.justify-row.social-row{
	 		
	 		.one-third{ 
				width: 100%;
			 }
		}*/ }
    .page-template-front-page #main .cow-bkgd {
      webkit-background-size: cover !important;
      background-size: cover !important; }
    .page-template-front-page .one-fourth {
      width: 100%; } }

/*********************
HEADER
*********************/
ul#menu-top-menu-1 a:hover {
  color: #005c83 !important; }

ul#menu-top-menu-1 li.invest-link a:hover {
  color: #7d5500 !important; }

ul#menu-secondary a:hover {
  color: #333 !important; }

.hp-banner-copy-wrapper a:hover {
  color: #005c83 !important; }

/*********************
Home Page
*********************/
.invest-tab .invest-tab-link:hover {
  color: #333 !important; }

/*********************
Sidebar
*********************/
/*********************
Normal Page
*********************/
/*********************
Form hovers in _form.scss
*********************/
/*********************
Donate Page
*********************/
.page-donate #main .entry-content .donate-btn:hover {
  background: #005c83 !important; }

/*********************
Single Page Blog Roll
*********************/
.entry-title a:hover {
  color: #005c83 !important; }

.read-more:hover {
  background: #005c83 !important;
  color: #fff !important; }

/*********************
404 page
*********************/
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .blue-btn:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .blue-btn:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #2980b9; }
  .blue-btn:hover, .blue-btn:focus {
    background-color: #2574a8; }
  .blue-btn:active {
    background-color: #2472a4; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 16px !important;
  color: #999;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  /*-webkit-appearance: none;  
  -moz-appearance: none;
  appearance: none;
  // Base64 encoded little arrow
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;*/ }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/*********************
GENERAL STYLES
*********************/
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
body {
  font-family: 'latoregular';
  font-size: 100%;
  line-height: 1.5;
  color: #5c6b80;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wpcf7-captchar {
  max-width: 400px !important; }

a {
  outline: 0 !important; }

p:empty {
  display: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

ul, ol {
  list-style-type: normal;
  color: #666;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px !important;
  list-style-position: outside;
  padding-left: 20px; }
  ul li, ol li {
    margin-bottom: 5px; }

ol {
  list-style-type: decimal;
  list-style-position: inside; }

.law-lib {
  margin: 0 auto;
  display: block;
  width: 300px; }

@media (max-width: 450px) {
  .law-lib {
    width: 80%; } }

/*********************
LAYOUT & GRID STYLES
*********************/
.content-push {
  padding-top: 220px !important; }

#main {
  width: 650px;
  padding: 0 30px 0 0;
  border-right: dotted 1px #a3a3a3;
  min-height: 1070px; }
  #main .alignleft, #main img.alignleft {
    margin-right: 1.5em !important;
    display: inline;
    float: left !important;
    margin-bottom: .5em !important;
    margin-top: .5em; }
  #main .alignright, #main img.alignright {
    margin-left: 1.5em !important;
    display: inline;
    float: right !important;
    margin-bottom: .5em !important;
    margin-top: .5em; }
  #main .aligncenter, #main img.aligncenter {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: .5em !important;
    display: block !important;
    clear: both !important;
    margin-top: .5em; }

@media (max-width: 960px) {
  #main {
    min-height: 100px; } }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #00b2ff;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #005c83; }
  a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

/*********************
HEADER STYLES
*********************/
#top-nav-mobile,
.nav-toggle {
  display: none; }

.header {
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  z-index: 30;
  width: 100%; }
  .header #header-blue-bar-small {
    background: #00b2ff;
    width: 100%;
    height: 10px;
    display: block; }
  .header #inner-header {
    height: 167px;
    width: 940px;
    position: relative; }
  .header #header-bottom-nav-bar {
    background: #fff;
    height: 45px;
    width: 100%;
    display: block;
    position: relative;
    top: 5px; }
    .header #header-bottom-nav-bar ul#menu-secondary {
      width: 940px;
      padding-left: 0px; }
      .header #header-bottom-nav-bar ul#menu-secondary li {
        float: left;
        width: 25%;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        vertical-align: top;
        font-size: 10px !important;
        background: #00b2ff;
        border-right: solid 1px #fff;
        text-align: center; }
        .header #header-bottom-nav-bar ul#menu-secondary li a {
          color: white;
          text-decoration: none;
          font-family: 'Open Sans', sans-serif;
          font-weight: 700;
          font-size: 24px; }
      .header #header-bottom-nav-bar ul#menu-secondary li.menu-donate {
        background: #ad1e29;
        position: relative;
        width: 217px;
        text-transform: uppercase; }
        .header #header-bottom-nav-bar ul#menu-secondary li.menu-donate:after {
          position: absolute;
          top: 0px;
          right: -17px;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 22px 0 23px 17px;
          border-color: transparent transparent transparent #ad1e29;
          background: transparent; }
  .header #top-nav {
    position: absolute;
    right: 0;
    top: -18px; }
    .header #top-nav #menu-top-menu-1 {
      margin-top: 31px; }
      .header #top-nav #menu-top-menu-1 li {
        float: left;
        margin: 0px 12px; }
        .header #top-nav #menu-top-menu-1 li:after {
          content: '';
          display: block;
          width: 2px;
          background: #999999;
          height: 10px;
          position: relative;
          top: -16px;
          left: -12px;
          height: 13px; }
        .header #top-nav #menu-top-menu-1 li a {
          text-transform: uppercase;
          text-decoration: none;
          font-family: 'Open Sans', sans-serif;
          font-weight: 700;
          font-size: 13px;
          color: #028dc9; }
      .header #top-nav #menu-top-menu-1 li:first-child:after {
        display: none; }
  .header .social-wrap {
    width: 125px;
    display: block;
    height: 25px;
    position: absolute;
    top: 67px;
    right: 10px; }
    .header .social-wrap a:hover {
      opacity: .7; }
    .header .social-wrap .social-img {
      width: 25px;
      height: 25px;
      display: block;
      float: left;
      margin-right: 8px; }
      .header .social-wrap .social-img:last-child {
        margin-right: 0px; }
      .header .social-wrap .social-img span {
        display: none; }
    .header .social-wrap .facebook {
      background: url(../../library/images/facebook@2x.png) no-repeat;
      background-size: contain; }
    .header .social-wrap .twitter {
      background: url(../../library/images/twitter@2x.png) no-repeat;
      width: 26px;
      background-size: contain; }
    .header .social-wrap .youtube {
      background: url(../../library/images/youtube@2x.png) no-repeat;
      background-size: contain; }
    .header .social-wrap .instagram {
      background: url(../../library/images/instagram@2x.png) no-repeat;
      background-size: contain; }

#logo {
  width: 400px;
  margin-top: 60px;
  float: left; }
  #logo img {
    width: 394px; }
  #logo a {
    color: #fff; }

@media (max-width: 565px) {
  #inner-header {
    position: relative;
    height: 150px !important; }
  .header #header-bottom-nav-bar ul#menu-secondary li a {
    font-size: 14px !important; }
  #logo {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70%; }
    #logo img {
      width: 100%; }
  .nav-toggle {
    top: 37px; } }

#rev-slider {
  width: 100%;
  height: auto;
  position: relative; }
  #rev-slider .rev-copy {
    font-family: 'bitterbold_italic';
    color: #fff;
    font-size: 59px;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    display: block;
    margin: 0 auto;
    width: 940px;
    z-index: 1000; }

@media (max-width: 960px) {
  #rev-slider .rev-copy {
    width: 95%; } }

@media (max-width: 600px) {
  #rev-slider .rev-copy {
    line-height: 60px;
    padding-bottom: 10px; } }

/*********************
NAVIGATION STYLES
*********************/
/*********************
POSTS & CONTENT STYLES
*********************/
#blue-bar {
  background: #00b2ff;
  width: 100%;
  height: 20px;
  display: block; }

.footer-blue-bar {
  margin-top: 78px; }

#content, footer {
  z-index: 20;
  position: relative; }

#content {
  width: 940px; }

.content-wrapper {
  margin-top: 30px !important; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #2980b9;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #5c6b80; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #5c6b80; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/*********************
FOOTER STYLES
*********************/
.footer {
  background: #fff; }
  .footer #inner-footer {
    color: #666;
    height: 275px;
    width: 940px; }
  .footer .footer-links {
    float: left;
    margin-top: 26px;
    height: 28px; }
    .footer .footer-links ul {
      margin: 0px;
      padding-left: 0px; }
      .footer .footer-links ul li {
        float: left;
        margin: 0px 10px; }
        .footer .footer-links ul li:after {
          content: '';
          display: block;
          width: 2px;
          background: #999999;
          height: 10px;
          position: relative;
          top: -16px;
          left: -12px;
          height: 13px; }
        .footer .footer-links ul li a {
          text-decoration: none;
          font-family: 'Open Sans', sans-serif;
          font-weight: 700;
          font-size: 13px;
          color: #666; }
      .footer .footer-links ul li:first-child:after {
        display: none; }
      .footer .footer-links ul li:first-child {
        margin-left: 0px !important; }
  .footer .footer-copy {
    width: 650px;
    float: left; }
    .footer .footer-copy p {
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      margin-bottom: 23px; }
      .footer .footer-copy p a {
        text-decoration: none !important;
        color: #666 !important; }
        .footer .footer-copy p a:hover {
          color: #333 !important;
          text-decoration: underline !important; }
  .footer .footer-logo {
    background: url(../../library/images/header-logo@2x.png) no-repeat;
    float: right;
    width: 192px;
    height: 41px;
    margin-top: 35px;
    background-size: contain; }
    .footer .footer-logo span {
      display: none; }

@media (max-width: 960px) {
  li.menu-donate {
    width: 25% !important; } }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  /* end .entry-content */
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */ }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  /*********************
HEADER STYLES
*********************/
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
SIDEBARS & ASIDES
*********************/
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  .footer-links ul li {
    /*
			be careful with the depth of your menus.
			it's very rare to have multi-depth menus in
			the footer.
			*/ }
  /* end .footer-links */ }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/ }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/ }

/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  #menu-secondary,
  #menu-top-menu-1,
  #menu-top-menu-1 li,
  .social-wrap,
  #sidebar,
  footer,
  .single-page-nav,
  #main img,
  .single-banner-image,
  img {
    display: none !important; }
  #logo img {
    display: block !important; }
  #rev-slider {
    height: 300px; } }
