@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: Washington State House Republican Caucus
Author: Jason Boisture
Version: 2.1.0
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.
 */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * 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;
    list-style-type: none; */
}

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

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  height: auto;
  /* added */
  max-width: 100%;
  /* added */
  vertical-align: middle;
  /* added */
  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: 0;
  margin: 0 2px;
  padding: 0.35em 0.425em 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"] {
  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 */
  -moz-box-sizing: content-box;
  -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;
  -moz-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/
*********************/
/* f8f9fa */
/* eaedf2 */
/* 5c6b80 */
/* #003074; #004179; #064477 */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
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;
  }
*/
@font-face {
  font-family: 'hrcicons';
  src: url("../fonts/hrcicons.eot");
  src: url("library/fonts/hrcicons.eot?#iefix") format("embedded-opentype"), url("../fonts/hrcicons.woff") format("woff"), url("../fonts/hrcicons.ttf") format("truetype"), url("../fonts/hrcicons.svg") 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.
*/
/*
 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 {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -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);
*/
/*********************
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? */
/****
FONTS
****/
/******************************************************************
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; */
  margin-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-hide {
    display: none;
  }
  .m-all {
    float: left;
    /*  padding-right: 0.75em; */
    width: 100%;
    padding: 0 0.75em;
  }
  .m-alln {
    float: left;
    /*  padding-right: 0.75em; */
    margin: 0 auto;
    width: 90%;
    max-width: 375px;
    padding: 0 5% 4.75em;
  }
  .m-special {
    display: table;
    margin: 0 auto;
  }
  .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: 0 1.4em;
  }
  .t-special {
    margin: 0 auto 4.4em auto;
    display: table;
    width: 90%;
  }
  .t-1of2 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 50%;
  }
  .t-1of333 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 33.333%;
  }
  .t-1of3 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 30.93%;
    margin-right: 2.4%;
  }
  .t-1of3n {
    float: left;
    /*  padding-right: 0.75em; */
    width: 30.93%;
    margin-right: 2.4%;
  }
  .t-1of3n {
    float: left;
    /*  padding-right: 0.75em; */
    width: 30.93%;
    margin: 0 1.2%;
    padding-bottom: 35px;
  }
  .t-2of3 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 66.66%;
  }
  .t-1of4x4 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 25%;
  }
  .t-1of4 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 23.2%;
    margin-right: 2.4%;
  }
  .t-3of4 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 74.4%;
  }
  .t-1of5 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 19.25%;
    margin-right: 0.75%;
  }
  .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: 46.4%;
    padding-right: 3.6%;
  }
  .d-1of2-mar-1 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 48%;
    margin-right: 2%;
  }
  .d-1of2-mar-2 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 48%;
    margin-left: 2%;
  }
  .d-1of333 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 33.333%;
  }
  .d-1of3 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 31.33%;
    padding-right: 2.33%;
  }
  .d-1of3n {
    float: left;
    /*  padding-right: 0.75em; */
    width: 30.33%;
    margin: 0 0 80px 3%;
  }
  .d-1of3x {
    float: left;
    /*  padding-right: 0.75em; */
    width: 31.33%;
    padding-right: 2.33%;
    margin-right: 7px;
  }
  .d-2of3x {
    float: left;
    /*  padding-right: 0.75em; */
    width: 31.33%;
    padding-right: 2.33%;
    margin-right: 7px;
  }
  .d-3of3x {
    float: left;
    /*  padding-right: 0.75em; */
    width: 31.33%;
    padding-right: 2.33%;
  }
  .d-2of3 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 66.33%;
  }
  .d-1of4x4 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 25%;
  }
  .d-1of4x {
    float: left;
    /*  padding-right: 0.75em; */
    width: 23.2%;
    margin-right: 2.4%;
  }
  .d-2of4x {
    float: left;
    /*  padding-right: 0.75em; */
    width: 23.2%;
    margin-right: 2.4%;
  }
  .d-3of4x {
    float: left;
    /*  padding-right: 0.75em; */
    width: 23.2%;
    margin-right: 2.4%;
  }
  .d-4of4x {
    float: left;
    /*  padding-right: 0.75em; */
    width: 23.2%;
  }
  .d-1of4 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 23.2%;
    margin-right: 2.4%;
  }
  .d-3of4 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 74.4%;
  }
  .d-4of4 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 23.2%;
  }
  .d-1of5 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 19.5%;
    margin: 0 0.5 0 0;
  }
  .d-2of5 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 40%;
  }
  .d-2of5n {
    float: left;
    /*  padding-right: 0.75em; */
    width: 38.8%;
    margin-left: 2.4%;
  }
  .d-3of5n {
    float: left;
    /*  padding-right: 0.75em; */
    width: 58.8%;
  }
  .d-3of5 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 60%;
    padding-left: 2.4%;
  }
  .d-4of5 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 80%;
    padding: 0 2% 0 0.4%;
  }
  .d-4of5n {
    float: left;
    /*  padding-right: 0.75em; */
    width: 80%;
    padding: 0 0.4% 0 2%;
  }
  .d-1of6 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 15.4666666667%;
    margin-left: 2.4%;
  }
  .d-5of6 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 83.3333333333%;
  }
  .d-1of7 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 13.257142857%;
    margin: 0 0.72%;
  }
  .d-2of7 {
    float: left;
    /*  padding-right: 0.75em; */
    width: 26.5142857%;
    margin: 0 0.72%;
  }
  .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%;
  }
}

/*********************
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, .comment-reply-link {
  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, .comment-reply-link:hover, .blue-btn:focus, .comment-reply-link:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.blue-btn:active, .comment-reply-link: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, .comment-reply-link {
  background-color: #0f4577;
}

.blue-btn:hover, .comment-reply-link:hover, .blue-btn:focus, .comment-reply-link:focus {
  background-color: #0d3a65;
}

.blue-btn:active, .comment-reply-link:active {
  background-color: #0c3860;
}

/******************************************************************
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="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #404A59;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #C7CCD3;
  -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="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: #d2d6dc;
  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="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="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="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="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;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  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;
}

/*
// font awesome
@import "font-awesome-compass";
@import "font-awesome";
*/
/*********************
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.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
::selection {
  background: #eaedf2;
}

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

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #404A59;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hrc-main {
  flex-grow: 1;
}

section {
  position: relative;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a {
  text-decoration: none;
  outline: none;
}

a, a:visited {
  color: #C02026;
  /* on click */
  /* mobile tap color */
}

a h2, a:visited h2 {
  color: #0f4577;
  text-decoration: none;
  border: 0;
}

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;
  font-weight: 500;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 3.0em;
  line-height: 1.333em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

h1.district {
  color: #0f4577;
  font-size: 1.3em;
  text-align: center;
  margin: 0;
}

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

a h2 {
  color: #0f4577;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.2em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
}

.sociallist {
  display: none;
}

.logo {
  display: none;
}

input#field {
  display: none;
}

#bleed-row-blue {
  display: none;
}

#bleed-row-gray {
  display: none;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  display: none;
}

#smmenu {
  background: #DEE3EB;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 0;
}

.hentry {
  margin: 59px 0 0 0;
}

.hentry header.article-header {
  display: none;
}

.hentry header.article-header img {
  visibility: hidden;
  max-width: 100%;
}

.hentry header.article-header h1 {
  display: inline-block;
}

.hentry header.article-header .blue-filter {
  width: 100%;
  height: 100%;
  background: #03243f;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(3, 36, 63, 0.75) 0%, rgba(3, 36, 63, 0.45) 50%, rgba(3, 36, 63, 0.75) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(3, 36, 63, 0.75)), color-stop(50%, rgba(3, 36, 63, 0.45)), color-stop(100%, rgba(3, 36, 63, 0.75)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(3, 36, 63, 0.75) 0%, rgba(3, 36, 63, 0.45) 50%, rgba(3, 36, 63, 0.75) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(3, 36, 63, 0.75) 0%, rgba(3, 36, 63, 0.45) 50%, rgba(3, 36, 63, 0.75) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(3, 36, 63, 0.75) 0%, rgba(3, 36, 63, 0.45) 50%, rgba(3, 36, 63, 0.75) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(3, 36, 63, 0.75) 0%, rgba(3, 36, 63, 0.45) 50%, rgba(3, 36, 63, 0.75) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(3,36,63,0.75)', endColorstr='rgba(3,36,63,0.75)',GradientType=1 );
  /* IE6-9 */
}

.hentry header.article-header .hed {
  position: absolute;
  box-sizing: padding-box;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hentry header.article-header .hed h1 span.hed_title {
  position: relative;
  padding-bottom: 0.45em;
}

.hentry header.article-header .hed h1 span.hed_title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.95em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.hentry footer {
  padding: 1.5em;
}

.hentry footer p {
  margin: 0;
}

/* end .hentry */
@media (max-width: 274px) {
  .hentry header.article-header .hed {
    top: 65px;
  }
  .hentry header.article-header h1 {
    font-size: 1.37em;
  }
}

@media (min-width: 275px) and (max-width: 315px) {
  .hentry header.article-header .hed {
    top: 70px;
  }
  .hentry header.article-header h1 {
    font-size: 1.41em;
  }
}

@media (min-width: 316px) and (max-width: 355px) {
  .hentry header.article-header .hed {
    top: 75px;
  }
  .hentry header.article-header h1 {
    font-size: 1.45em;
  }
}

@media (min-width: 356px) and (max-width: 395px) {
  /* */
  .hentry header.article-header .hed {
    top: 81px;
  }
  .hentry header.article-header h1 {
    font-size: 1.5em;
  }
}

@media (min-width: 396px) and (max-width: 439px) {
  .hentry header.article-header .hed {
    top: 88px;
  }
  .hentry header.article-header h1 {
    font-size: 1.56em;
  }
}

@media (min-width: 440px) and (max-width: 483px) {
  .hentry header.article-header .hed {
    top: 95px;
  }
  .hentry header.article-header h1 {
    font-size: 1.62em;
  }
}

@media (min-width: 484px) and (max-width: 526px) {
  .hentry header.article-header .hed {
    top: 102px;
  }
  .hentry header.article-header h1 {
    font-size: 1.68em;
  }
}

@media (min-width: 527px) and (max-width: 569px) {
  .hentry header.article-header .hed {
    top: 108px;
  }
  .hentry header.article-header h1 {
    font-size: 1.73em;
  }
}

@media (min-width: 570px) and (max-width: 602px) {
  .hentry header.article-header .hed {
    top: 114px;
  }
  .hentry header.article-header h1 {
    font-size: 1.79em;
  }
}

@media (min-width: 603px) and (max-width: 645px) {
  .hentry header.article-header .hed {
    top: 120px;
  }
  .hentry header.article-header h1 {
    font-size: 1.84em;
  }
}

@media (min-width: 646px) and (max-width: 687px) {
  /* */
  .hentry header.article-header .hed {
    top: 125px;
  }
  .hentry header.article-header h1 {
    font-size: 1.9em;
  }
}

@media (min-width: 688px) and (max-width: 718px) {
  .hentry header.article-header .hed {
    top: 133px;
  }
  .hentry header.article-header h1 {
    font-size: 1.93em;
  }
}

@media (min-width: 719px) and (max-width: 748px) {
  .hentry header.article-header .hed {
    top: 133px;
  }
  .hentry header.article-header h1 {
    font-size: 1.97em;
  }
}

@media (min-width: 749px) and (max-width: 788px) {
  /* */
  .hentry header.article-header .hed {
    top: 141px;
  }
  .hentry header.article-header h1 {
    font-size: 2em;
  }
}

@media (min-width: 789px) and (max-width: 832px) {
  .hentry header.article-header .hed {
    top: 148px;
  }
  .hentry header.article-header h1 {
    font-size: 2.02em;
  }
}

@media (min-width: 833px) and (max-width: 876px) {
  .hentry header.article-header .hed {
    top: 154px;
  }
  .hentry header.article-header h1 {
    font-size: 2.04em;
  }
}

@media (min-width: 877px) and (max-width: 919px) {
  .hentry header.article-header .hed {
    top: 160px;
  }
  .hentry header.article-header h1 {
    font-size: 2.06em;
  }
}

@media (min-width: 920px) and (max-width: 962px) {
  .hentry header.article-header .hed {
    top: 167px;
  }
  .hentry header.article-header h1 {
    font-size: 2.08em;
  }
}

@media (min-width: 963px) and (max-width: 1004px) {
  .hentry header.article-header .hed {
    top: 173px;
  }
  .hentry header.article-header h1 {
    font-size: 2.09em;
  }
}

@media (min-width: 1005px) and (max-width: 1044px) {
  /* */
  .hentry header.article-header .hed {
    top: 180px;
  }
  .hentry header.article-header h1 {
    font-size: 2.1em;
  }
}

@media (min-width: 1045px) and (max-width: 1086px) {
  .hentry header.article-header .hed {
    top: 186px;
  }
  .hentry header.article-header h1 {
    font-size: 2.125em;
  }
}

@media (min-width: 1087px) and (max-width: 1128px) {
  .hentry header.article-header .hed {
    top: 193px;
  }
  .hentry header.article-header h1 {
    font-size: 2.15em;
  }
}

@media (min-width: 1129px) and (max-width: 1170px) {
  .hentry header.article-header .hed {
    top: 199px;
  }
  .hentry header.article-header h1 {
    font-size: 2.19em;
  }
}

@media (min-width: 1171px) and (max-width: 1212px) {
  .hentry header.article-header .hed {
    top: 205px;
  }
  .hentry header.article-header h1 {
    font-size: 2.23em;
  }
}

@media (min-width: 1213px) and (max-width: 1253px) {
  .hentry header.article-header .hed {
    top: 211px;
  }
  .hentry header.article-header h1 {
    font-size: 2.27em;
  }
}

@media (min-width: 1254px) and (max-width: 1295px) {
  .hentry header.article-header .hed {
    top: 217px;
  }
  .hentry header.article-header h1 {
    font-size: 2.31em;
  }
}

@media (min-width: 1296px) and (max-width: 1337px) {
  .hentry header.article-header .hed {
    top: 223px;
  }
  .hentry header.article-header h1 {
    font-size: 2.35em;
  }
}

@media (min-width: 1338px) and (max-width: 1379px) {
  .hentry header.article-header .hed {
    top: 229px;
  }
  .hentry header.article-header h1 {
    font-size: 2.40em;
  }
}

@media (min-width: 1380px) and (max-width: 1420px) {
  .hentry header.article-header .hed {
    top: 236px;
  }
  .hentry header.article-header h1 {
    font-size: 2.45em;
  }
}

@media (min-width: 1421px) and (max-width: 1460px) {
  /* */
  .hentry header.article-header .hed {
    top: 242px;
  }
  .hentry header.article-header h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 1461px) and (max-width: 1500px) {
  .hentry header.article-header .hed {
    top: 227px;
  }
  .hentry header.article-header h1 {
    font-size: 2.53em;
  }
}

@media (min-width: 1501px) and (max-width: 1540px) {
  .hentry header.article-header .hed {
    top: 232px;
  }
  .hentry header.article-header h1 {
    font-size: 2.57em;
  }
}

@media (min-width: 1541px) and (max-width: 1580px) {
  .hentry header.article-header .hed {
    top: 237px;
  }
  .hentry header.article-header h1 {
    font-size: 2.6em;
  }
}

@media (min-width: 1581px) and (max-width: 1620px) {
  .hentry header.article-header .hed {
    top: 242px;
  }
  .hentry header.article-header h1 {
    font-size: 2.63em;
  }
}

@media (min-width: 1621px) and (max-width: 1660px) {
  .hentry header.article-header .hed {
    top: 247px;
  }
  .hentry header.article-header h1 {
    font-size: 2.65em;
  }
}

@media (min-width: 1661px) and (max-width: 1700px) {
  .hentry header.article-header .hed {
    top: 252px;
  }
  .hentry header.article-header h1 {
    font-size: 2.67em;
  }
}

@media (min-width: 1701px) and (max-width: 1750px) {
  .hentry header.article-header .hed {
    top: 257px;
  }
  .hentry header.article-header h1 {
    font-size: 2.7em;
  }
}

@media (min-width: 1751px) and (max-width: 1800px) {
  .hentry header.article-header .hed {
    top: 262px;
  }
  .hentry header.article-header h1 {
    font-size: 2.72em;
  }
}

@media (min-width: 1801px) and (max-width: 1850px) {
  .hentry header.article-header .hed {
    top: 267px;
  }
  .hentry header.article-header h1 {
    font-size: 2.74em;
  }
}

@media (min-width: 1851px) and (max-width: 1900px) {
  .hentry header.article-header .hed {
    top: 272px;
  }
  .hentry header.article-header h1 {
    font-size: 2.75em;
  }
}

@media (min-width: 1901px) and (max-width: 1950px) {
  .hentry header.article-header .hed {
    top: 277px;
  }
  .hentry header.article-header h1 {
    font-size: 2.77em;
  }
}

@media (min-width: 1951px) {
  .hentry header.article-header .hed {
    top: 292px;
  }
  .hentry header.article-header h1 {
    font-size: 2.79em;
  }
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

/* entry content */
.entry-content {
  padding: 2.2em 0;
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
}

.entry-content .wp-embed-aspect-16-9 .embed {
  margin: 20px auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.entry-content .wp-block-embed.is-type-video.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 24px;
}

.entry-content .wp-embed-aspect-9-16 .embed {
  margin: 20px auto;
  width: 100% !important;
  height: auto !important;
  max-width: 320px !important;
  aspect-ratio: 9 / 16 !important;
  padding-bottom: 0;
  overflow: hidden;
}

.entry-content .wp-block-embed.is-type-video.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
  height: unset;
}

.entry-content .wp-block-embed.is-type-video iframe,
.entry-content .embed iframe,
.entry-content .embed object,
.entry-content .embed embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content .wp-block-embed.is-type-video.wp-embed-aspect-16-9 iframe {
  position: absolute;
}

.entry-content p {
  margin: 0 0 1.5em;
}

.entry-content ul ul {
  margin: 0;
}

.entry-content table {
  width: 100%;
  border: 1px solid #C7CCD3;
  margin-bottom: 1.5em;
}

.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content tr {
  border-bottom: 1px solid #C7CCD3;
}

.entry-content tr:nth-child(even) {
  background-color: #DEE3EB;
}

.entry-content td {
  padding: 7px;
  border-right: 1px solid #C7CCD3;
}

.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  background-color: #DEE3EB;
  border-bottom: 1px solid #C7CCD3;
  border-right: 1px solid #C7CCD3;
}

.entry-content th:last-child {
  border-right: 0;
}

.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  font-style: italic;
  color: #9fa6b4;
}

.entry-content .buzz-post.singly blockquote {
  font-style: inherit;
  color: inherit;
}

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.entry-content .wp-block-image.marzero {
  margin: 0;
}

.entry-content .wp-block-image.marzero img {
  margin: 0;
}

.entry-content img.nomargin {
  margin: 0;
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #323944;
  color: #DEE3EB;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

.entry-content #lead-contain {
  margin: 0 auto 35px auto;
  display: inline-block;
  overflow: auto;
}

.entry-content #lead-contain h3 {
  font-weight: 700;
  margin: 1em 0 0.5em;
  font-size: 1.05em;
}

.entry-content #lead-contain h5 {
  font-weight: 700;
  margin: 0 0 0.5em;
}

.entry-content #lead-contain img {
  margin: 0;
  max-width: 278px;
}

.entry-content #lead-middle {
  margin: 0 auto 35px auto;
  overflow: auto;
}

.entry-content #lead-middle h3 {
  font-weight: 700;
  margin: 1em 0 0.5em;
  font-size: 1.05em;
}

.entry-content #lead-middle h5 {
  font-weight: 700;
  margin: 0 0 0.5em;
}

.entry-content #lead-middle img {
  margin: 0;
  max-width: 278px;
}

.entry-content #priority-one {
  overflow: auto;
  padding: 17px 0;
}

.entry-content #priority-one .bill-box {
  padding: 20px;
  border: 1px solid #C7CCD3;
}

.entry-content #priority-one .bill-box h5 {
  margin: 0.55em 0 0 0;
  text-align: center;
}

.entry-content #priority-one .bill-box ul {
  padding-left: 0;
  margin: 0.5em 0 0 0;
}

.entry-content #priority-one .bill-box ul li {
  font-size: 0.9em;
  list-style-type: disc;
  list-style-position: inside;
}

.entry-content #priority-one h3 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.55em 0;
  font-size: 1.4em;
}

.entry-content #priority-one img {
  margin: 0;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

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

#paging {
  margin: 2.5em 0;
}

.pagination {
  text-align: center;
}

.pagination ol {
  padding-top: 20px;
}

.pagination li {
  min-width: 2.1em;
  font-weight: 700;
  overflow: hidden;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #0f4577;
  list-style-type: none;
  display: inline-block;
  margin: 2px;
  color: #fff;
}

.pagination li a {
  padding: 5px 10px;
  display: block;
}

.pagination li:hover {
  background: #03243f;
}

.pagination li.bpn-prev-link, .pagination li.bpn-next-link {
  background: #DEE3EB;
  color: #404A59;
  padding: 5px 10px;
}

.pagination li.bpn-current {
  border: 1px solid #DEE3EB;
  background: #fff;
  color: #0f4577;
  padding: 4px 10px;
}

.pagination li.bpn-current:hover {
  background: #fff;
}

.pagination li.bpn-prev-link:hover, .pagination li.bpn-next-link:hover {
  background: #DEE3EB;
}

.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  font-size: 1em;
  display: block;
  color: #fff;
}

.pagination .current {
  cursor: default;
  color: #404A59;
}

.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #404A59;
}

/* 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 */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #DEE3EB;
  /* number of comments span */
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #DEE3EB;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}

.comment .comment-author {
  padding: 7px;
  border: 0;
}

.comment .vcard {
  margin-left: 50px;
}

.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}

.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}

.comment .vcard time a:hover {
  text-decoration: underline;
}

.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}

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

.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}

.comment[class*=depth-] {
  margin-top: 1.1em;
}

.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}

.comment.odd {
  background-color: #fff;
}

.comment.even {
  background: #DEE3EB;
}

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  background: #DEE3EB;
  padding: 1.5em;
  margin-bottom: 6em;
  border-radius: 4px;
}

.sidebar h3 {
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar h4 {
  text-transform: uppercase;
  font-size: 1.15em;
}

.sidebar #headgroup {
  position: relative;
  overflow: auto;
}

.sidebar #headgroup .sign-up-img {
  float: left;
  width: 29.84%;
  max-width: 88px;
}

.sidebar #headgroup .sign-up-img img {
  width: 100%;
}

.sidebar #headgroup .sign-up-head {
  float: right;
  width: 67.16%;
  max-width: 194px;
}

.sidebar #headgroup .sign-up-head h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 1.225em 0 0.4em;
  text-transform: uppercase;
}

.sidebar form input[type="text"] {
  background-color: #fff;
}

.sidebar form [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.sidebar form [placeholder]:focus::-moz-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.sidebar form [placeholder]:focus:ms-input-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.sidebar input[type="submit"].button, .sidebar .button {
  float: right;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #c00000;
  border: 2px solid #fafafa;
  margin-top: 5px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: normal;
  box-shadow: 3px 3px 7px 0px #4a0000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: bottom;
}

.sidebar input[type="submit"].button:hover, .sidebar .button:hover {
  opacity: 0.7;
}

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

.widget ul li {
  /* deep nesting */
}

.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  color: #DEE3EB;
  width: 100%;
}

.footer #top-foot {
  background: url("../images/hrc_banner.png") no-repeat top center;
  background-size: 100%;
  display: block;
}

.footer #top-foot img {
  opacity: 0;
  width: 100%;
}

.footer #bottom-foot {
  background-color: #0f4577;
  /* #004179;  #124d7d */
  box-sizing: border-box;
  clear: both;
  width: 100%;
  margin-top: -1px;
}

.footer #bottom-foot #inner-footer {
  display: block;
  overflow: auto;
  width: 90%;
}

.footer #bottom-foot #footer-sidebar a img {
  margin-top: 3.3em;
  height: 110px;
  width: 110px;
}

.footer #bottom-foot #footer-sidebar a.seal:hover {
  opacity: 1;
}

.footer #bottom-foot #footer-sidebar a {
  color: #fff;
  padding-right: 5px;
}

.footer #bottom-foot p {
  font-size: 0.9em;
  margin: 0;
  padding: 70px 0 20px;
  text-align: center;
}

/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
.footer-links.m-hide h4 {
  display: none;
}

.footer-links ul li {
  display: block;
  width: 100%;
}

.footer-links ul li a {
  font-weight: 400;
  padding: 4px 0;
  text-transform: none;
}

.footer-links ul li a:hover {
  background: none;
  color: #DEE3EB;
  text-decoration: underline;
  opacity: 1;
}

.footer-links.m-all {
  padding: 0;
}

.footer-links.m-all .nav {
  display: block;
}

.footer-links.m-all .nav li a {
  display: block;
  color: #fff;
  font-size: 0.90em;
  text-decoration: none;
}

.footer-links.m-all .nav li a:hover {
  background: none;
  color: #DEE3EB;
  text-decoration: underline;
  opacity: 1;
}

/* end .footer-links */
.copyright {
  display: none;
}

.copyright a {
  color: #fff;
}

.copymobile a {
  color: #fff;
}

/*********************
SOLILOQUY SLIDER STYLES
*********************/
.soliloquy-outer-container {
  margin-top: 59px;
}

.featured-post .soliloquy-outer-container {
  margin-top: 0;
}

.soliloquy-container .soliloquy-caption {
  position: absolute !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 100 !important;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  display: table !important;
  width: 100% !important;
  height: 100% !important;
  text-align: center !important;
  margin-top: 1px;
  padding: 20px 0 35px !important;
  background: -webkit-linear-gradient(top, rgba(3, 36, 63, 0), #03243f) !important;
  background: -o-linear-gradient(bottom, rgba(3, 36, 63, 0), #03243f) !important;
  background: -moz-linear-gradient(bottom, rgba(3, 36, 63, 0), #03243f) !important;
  background: linear-gradient(to bottom, rgba(3, 36, 63, 0), #03243f) !important;
  /* Standard syntax (must be last) */
}

.soliloquy-container .soliloquy-caption-inside .soliloquy-caption-wrap {
  display: table-cell !important;
  vertical-align: bottom !important;
}

.soliloquy-container .soliloquy-caption h1 {
  color: #fff !important;
  font-size: 46px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  margin: 0 0 50px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
  line-height: 1.25em !important;
  letter-spacing: normal !important;
}

.soliloquy-container .soliloquy-caption input {
  margin: -35px auto 0 auto;
  width: 250px;
  background-color: #fff;
  text-align: center;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

[placeholder]:focus:ms-input-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.soliloquy-container .soliloquy-caption input[type="submit"] {
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  background-color: #c00000 !important;
  border: 2px solid #fafafa !important;
  padding: 15px 20px !important;
  margin-bottom: -17px;
  width: auto;
  /*    margin-left: -4px; */
  font-size: 14px !important;
  box-shadow: 3px 3px 7px 0px #4a0000 !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}

.soliloquy-container .soliloquy-caption input[type="submit"]:hover {
  opacity: 0.7;
}

.soliloquy-container .soliloquy-caption a.soliloquy-button {
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  background-color: #c00000 !important;
  border: 2px solid #fafafa !important;
  padding: 15px 20px !important;
  /*    margin-left: -4px; */
  font-size: 14px !important;
  box-shadow: 3px 3px 7px 0px #4a0000 !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
}

img.soliloquy-image {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .soliloquy-container .soliloquy-caption {
    /* bottom: 13px !important; */
  }
}

@media (max-width: 700px) {
  /** Hide the caption and control nav for small devices since they can swipe slides */
  .soliloquy-container .soliloquy-caption {
    /* display: none !important; */
  }
  .soliloquy-container .soliloquy-caption h1 {
    font-size: 23px !important;
  }
  .soliloquy-container .soliloquy-controls {
    display: none !important;
  }
}

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
  background-color: rgba(11, 47, 100, 0.55) !important;
  border-radius: 999em;
  border: 2px solid rgba(3, 36, 63, 0.55);
  width: 44px !important;
  height: 44px !important;
}

.soliloquy-container .soliloquy-prev {
  background-image: url("../images/arrow-left.png") !important;
  background-position: 47% center !important;
}

.soliloquy-container .soliloquy-next {
  background-image: url("../images/arrow-right.png") !important;
  background-position: 53% center !important;
}

.soliloquy-container .soliloquy-prev:hover, .soliloquy-container .soliloquy-next:hover {
  background-color: rgba(3, 36, 63, 0.75) !important;
}

.soliloquy-container .soliloquy-item > a:hover, .soliloquy-container .soliloquy-item > a:focus {
  opacity: 1 !important;
}

/*********************
HOMEPAGE STYLES
*********************/
#bleed-row-reps {
  display: block;
  width: 100%;
  background: #DEE3EB;
  font-size: 1.05em;
  font-weight: 700;
  z-index: -5;
  border-top: #DEE3EB;
  padding-top: 18px;
  padding-bottom: 20px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#bleed-row-reps form {
  text-align: center;
  margin-top: 16px;
}

#bleed-row-reps form label {
  margin: 0 auto;
  line-height: 2.25em;
}

#bleed-row-reps form input {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#bleed-row-reps form input[type="text"] {
  width: 137px;
  background-color: #fff;
  line-height: 1.3em;
  height: 33px;
}

#bleed-row-reps form input[type="submit"] {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 3px;
  background-color: #DEE3EB;
  color: #404A59;
  font-weight: 700;
  margin-left: 22px;
  padding: 3px 20px 4px 20px;
  text-transform: uppercase;
}

#bleed-row-reps form input[type="submit"]:hover {
  background-color: #fff;
  border-color: #404A59;
}

#bleed-row-reps form [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

#bleed-row-reps form [placeholder]:focus::-moz-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

#bleed-row-reps form [placeholder]:focus:ms-input-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

#home-base {
  /* home-content section id */
  padding: 0;
  background: #fff;
}

#home-base #thumb-row h2 {
  font-weight: 600;
  font-size: 14px;
  margin: 13px 0;
  text-align: center;
  text-transform: uppercase;
}

#thumb-row {
  padding: 45px 0;
}

#thumb-row a {
  display: block;
}

#thumb-row, .content-wrap {
  overflow: auto;
}

#thumb-row .home-release a span.icon, .content-wrap .home-release a span.icon {
  background: url("../images/releases-small.png");
  width: 39px;
  height: 27px;
  margin-top: -14px;
  margin-left: -20px;
}

#thumb-row .home-opinion a span.icon, .content-wrap .home-opinion a span.icon {
  background: url("../images/opinion-small.png");
  width: 42px;
  height: 29px;
  margin-top: -15px;
  margin-left: -21px;
}

#thumb-row .home-audio a span.icon, .content-wrap .home-audio a span.icon {
  background: url("../images/audio-small.png");
  width: 37px;
  height: 36px;
  margin-top: -18px;
  margin-left: -18px;
}

#thumb-row .home-video a span.icon, .content-wrap .home-video a span.icon {
  background: url("../images/video-small.png");
  width: 39px;
  height: 37px;
  margin-top: -20px;
  margin-left: -20px;
}

#thumb-row a, .content-wrap a {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

#thumb-row a .overlay, .content-wrap a .overlay {
  width: 21.7%;
  height: 32.6%;
  border: none;
  outline: none;
  border-radius: 360px;
  padding: 0 0 0 15px;
  background: #0f4577 no-repeat fixed center;
  text-indent: -9999px;
  position: absolute;
  text-align: center;
  left: 39%;
  top: 34%;
  /*			background: $dark-blue; */
  filter: alpha(opacity=50);
  opacity: 0.5;
  /*			width: 100%;
			height: 100%;  */
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*			top: 0; */
}

#thumb-row a .span.icon, .content-wrap a .span.icon {
  text-indent: -9999px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

.nice-thumb {
  position: relative;
  overflow: hidden;
}

.nice-thumb a {
  margin: 0.45em 0;
}

.nice-thumb a img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.nice-thumb .icon-overlay {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -ms-background-size: 100% !important;
  background-size: 100% !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nice-thumb .icon-overlay.icon-release {
  width: 39px;
  height: 33px;
  margin-left: -18px;
  margin-top: -15px;
  background: url("../images/releases.png") no-repeat 0 0;
}

.nice-thumb .icon-overlay.icon-opinion {
  width: 37px;
  height: 37px;
  margin-left: -17px;
  margin-top: -18px;
  background: url("../images/opinion.png") no-repeat 0 0;
}

.nice-thumb .icon-overlay.icon-audio {
  width: 39px;
  height: 39px;
  margin-left: -19px;
  margin-top: -19px;
  background: url("../images/audio.png") no-repeat 0 0;
}

.nice-thumb .icon-overlay.icon-video {
  width: 39px;
  height: 37px;
  margin-left: -19px;
  margin-top: -19px;
  background: url("../images/video.png") no-repeat 0 0;
}

.nice-thumb .icon-overlay.icon-play-media {
  width: 37px;
  height: 38px;
  margin-left: -14px;
  margin-top: -18px;
  background: url("../images/play.png") no-repeat 0 0;
}

/*
#view-all,#releases,#opinions,#audio,#video {

	a:hover .icon-overlay.icon-play-media {
		width: 37px;
		height: 38px;
		margin-left: -14px;
		margin-top: -18px;
		background: url('../images/play.png') no-repeat 0 0;
	}

	.icon-overlay {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		cursor: pointer;
		-moz-background-size: 100% !important;
		-webkit-background-size: 100% !important;
		-ms-background-size: 100% !important;
		background-size: 100% !important;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		transition: all 300ms ease;	
	}
	.icon-overlay.icon-play-media {
		width: 37px;
		height: 38px;
		margin-left: -14px;
		margin-top: -18px;
		background: url('../images/play.png') no-repeat 0 0;
	}
}
*/
/*********************
LANDING PAGE STYLES
*********************/
#news-feed h2 {
  margin-top: 0;
}

a.morelink {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #0f4577;
  border: 2px solid #fafafa;
  margin: 0 auto 47px auto;
  padding: 15px 20px;
  font-size: 14px;
  box-shadow: 3px 3px 7px 0px #788d9e;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: bottom;
}

a.morelink:hover {
  background-color: #03243f;
  color: #fff;
  opacity: 1;
}

#tabmore {
  display: none;
}

#news-item {
  border-top: 1px solid #C7CCD3;
  border-top-width: 50%;
  overflow: auto;
  clear: both;
  padding: 50px 0;
  text-align: center;
}

#news-item h2 {
  font-size: 1.3em;
  line-height: 1.25em;
  margin-bottom: 1.375em;
  padding-top: 1em;
}

#news-item p {
  display: none;
}

#news-item .button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #c00000;
  border: 2px solid #fafafa;
  padding: 13px 20px;
  font-size: 14px;
  box-shadow: 3px 3px 7px 0px #4a0000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: bottom;
}

#news-item .thumbed {
  margin-top: 10px;
}

#news-item .thumbed a {
  /*		margin: 0.45em 0; */
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

#news-item .thumbed a .overlay {
  width: 17.37%;
  height: 30.25%;
  border: none;
  outline: none;
  border-radius: 360px;
  padding: 0 0 0 15px;
  background: #0f4577 no-repeat fixed center;
  text-indent: -9999px;
  position: absolute;
  text-align: center;
  left: 41.5%;
  top: 35%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#news-item .thumbed a .span.icon {
  text-indent: -9999px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

#news-item .thumbed a:hover {
  opacity: 1;
}

#news-item .thumbed a:hover .overlay {
  background: #0f4577;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 17.37%;
  height: 30.25%;
  left: 41.5%;
  top: 35%;
  border-radius: 360px;
  position: absolute;
}

#news-item .thumbed a img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#news-item .thumbed a:hover .icon-overlay.icon-play-media {
  width: 37px;
  height: 38px;
  margin-left: -14px;
  margin-top: -18px;
  background: url("../images/play.png") no-repeat 0 0;
}

#news-item .thumbed .icon-overlay {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -ms-background-size: 100% !important;
  background-size: 100% !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

#news-item .thumbed .icon-overlay.icon-play-media {
  width: 37px;
  height: 38px;
  margin-left: -14px;
  margin-top: -18px;
  background: url("../images/play.png") no-repeat 0 0;
}

#news-filter {
  background: #DEE3EB;
}

#play-thumb img {
  margin: 0.45em 0;
  max-width: 100%;
  height: auto;
}

#play-thumb a {
  margin: 0.45em 0 .8em 0;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

#play-thumb a .overlay {
  width: 26.7%;
  height: 38.6%;
  border: none;
  outline: none;
  border-radius: 360px;
  padding: 0 0 0 15px;
  background: #0f4577 no-repeat fixed center;
  text-indent: -9999px;
  position: absolute;
  text-align: center;
  left: 37%;
  top: 31%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#play-thumb a .span.icon {
  text-indent: -9999px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

#play-thumb a:hover {
  opacity: 1;
}

#play-thumb a:hover .overlay {
  background: #0f4577;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 26.7%;
  height: 38.6%;
  left: 37%;
  top: 31%;
  border-radius: 360px;
  position: absolute;
}

#play-thumb a img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

#play-thumb a:hover .icon-overlay.icon-play-media {
  width: 37px;
  height: 38px;
  margin-left: -14px;
  margin-top: -18px;
  background: url("../images/play.png") no-repeat 0 0;
}

#play-thumb .icon-overlay {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -ms-background-size: 100% !important;
  background-size: 100% !important;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

#play-thumb .icon-overlay.icon-play-media {
  width: 37px;
  height: 38px;
  margin-left: -14px;
  margin-top: -18px;
  background: url("../images/play.png") no-repeat 0 0;
}

/*******************
TAB STYLES
*******************/
/* Default tab style */
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
}

/* Nav */
.tabs nav {
  text-align: center;
  font-size: 1.25em;
}

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.tabs nav ul li {
  position: relative;
  /*	z-index: 1; */
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

.tabs nav a span {
  vertical-align: middle;
  font-size: 0.75em;
}

.tabs nav li.tab-current a {
  color: #404A59;
}

.tabs nav a:focus {
  outline: none;
}

/* Icons */
.icon::before {
  z-index: 10;
  display: inline-block;
  margin: 0 0.4em 0 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.3em;
  line-height: 1;
  speak: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.audio-icon::before {
  font-family: 'hrcicons';
  content: "a";
}

.icon-every::before {
  font-family: 'hrcicons';
  content: "w";
}

.release-icon::before {
  font-family: 'hrcicons';
  content: "n";
}

.opinion-icon::before {
  font-family: 'hrcicons';
  content: "o";
}

.video-icon::before {
  font-family: 'hrcicons';
  content: "v";
}

.icon-dome::before {
  font-family: 'hrcicons';
  content: "d";
}

.icon-scoop::before {
  font-family: 'hrcicons';
  content: "m";
}

.icon-staff::before {
  font-family: 'hrcicons';
  content: "p";
}

.icon-visit::before {
  font-family: 'hrcicons';
  content: "g";
}

.icon-finder::before {
  font-family: 'hrcicons';
  content: "r";
}

.icon-current::before {
  font-family: 'hrcicons';
  content: "c";
}

.icon-buzz::before {
  font-family: 'hrcicons';
  content: "b";
}

.icon-facebook::before {
  font-family: 'hrcicons';
  content: "f";
}

.icon-twitter::before {
  font-family: 'hrcicons';
  content: "t";
}

.icon-soundcloud::before {
  font-family: 'hrcicons';
  content: "s";
}

.icon-youtube::before {
  font-family: 'hrcicons';
  content: "y";
}

.icon-flickr::before {
  font-family: 'hrcicons';
  content: "k";
}

.icon-calendar::before {
  font-family: 'hrcicons';
  content: "e";
}

.icon-conversation::before {
  font-family: 'hrcicons';
  content: "q";
}

.icon-leadership::before {
  font-family: 'hrcicons';
  content: "l";
}

.icon-headlines::before {
  font-family: 'hrcicons';
  content: "h";
}

.icon-instagram::before {
  font-family: 'hrcicons';
  content: "i";
}

.icon-email::before {
  font-family: 'hrcicons';
  content: "x";
}

.icon-burger::before {
  font-family: 'hrcicons';
  content: "1";
  padding-right: 7px;
}

.icon-linkedin::before {
  font-family: 'hrcicons';
  content: "2";
}

.icon-instabig::before {
  font-family: 'hrcicons';
  content: "3";
}

.icon-speaker::before {
  font-family: 'hrcicons';
  content: "4";
}

.icon-phone::before {
  font-family: 'hrcicons';
  content: "0";
}

.icon-ledger::before {
  font-family: 'hrcicons';
  content: "7";
}

.icon-the-current::before {
  font-family: 'hrcicons';
  content: "9";
}

.icon-learn-share::before {
  font-family: 'hrcicons';
  content: "6";
}

.icon-week-ahead::before {
  font-family: 'hrcicons';
  content: "8";
}

.icon-phone, .icon-instabig {
  display: inline-flex;
  align-self: center;
}

.icon-phone svg, .icon-instabig svg {
  height: 1em;
  width: 1em;
}

.lg_icon {
  font-size: 6.2em;
}

a.foot_icon {
  font-weight: normal;
  font-size: 1.3em;
}

.icon_title {
  font-size: 0.7em;
  border: 0 !important;
}

/* Content */
.content-wrap {
  position: relative;
}

.content-wrap a .overlay {
  width: 26.7%;
  height: 38.6%;
  left: 37%;
  top: 31%;
}

.content-wrap a:hover .overlay {
  width: 26.7%;
  height: 38.6%;
  left: 37%;
  top: 31%;
  border-radius: 360px;
}

.content-wrap section {
  display: none;
  margin: 0 auto;
  max-width: 1200px;
}

.content-wrap section.content-current {
  display: block;
}

/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.no-flexbox nav ul {
  display: block;
}

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none;
  }
  .tabs nav a:before {
    margin-right: 0;
  }
}

/** Individual tab styles **/
/** Tab Bar **/
.tabs-style-bar nav {
  /* USED */
  background: #dee3eb;
  /* 40,44,42 */
}

.tabs-style-bar nav ul {
  /* USED */
  border: 4px solid transparent;
}

.tabs-style-bar nav ul li a {
  /* USED */
  margin: 0 2px;
  background-color: #f8f9fa;
  /* f7f7f7 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #404A59;
  transition: background-color 0.2s, color 0.2s;
}

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
  background-color: #dee3eb;
  color: #064477;
  opacity: 1;
  box-shadow: inset 0px 0px 6px #a3a5a9;
  -ms-box-shadow: inset 0px 0px 6px #a3a5a9;
  -moz-box-shadow: inset 0px 0px 6px #a3a5a9;
  -webkit-box-shadow: inset 0px 0px 6px #a3a5a9;
}

.tabs-style-bar nav ul li a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.6em;
}

.tabs-style-bar nav ul li.tab-current a {
  background: #0f4577;
  color: #fff;
}

/*******************
FIND REPS STYLES
*******************/
.form-box {
  background: #9fa6b4;
  display: block;
  /* margin-top: -340px; */
  padding: 0 20px 20px 20px;
  overflow: auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -mox-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 10px / 100px;
  border-radius: 10px / 100px;
}

.form-box input[type="text"] {
  max-width: none;
}

.form-box input[type="submit"] {
  max-width: 155px;
  float: right;
}

.form-box h2 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.form-box h3 {
  color: #fff;
  text-align: center;
}

.form-box:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -mox-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 10px / 100px;
  border-radius: 10px / 100px;
}

#fyr_find_reps .form-box form label {
  color: #fff;
}

#fyr_find_reps .form-box form input {
  display: inline-block;
  vertical-align: top;
}

#fyr_find_reps .form-box form input[type="text"] {
  background-color: #DEE3EB;
}

#fyr_find_reps .form-box form input[type="text"]:focus {
  background-color: #fff;
}

#fyr_find_reps .form-box form input[type="submit"] {
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 3px;
  background-color: #9fa6b4;
  color: #fff;
  font-weight: 700;
  margin-top: 24px;
  padding: 7px 20px 8px 20px;
  width: 100%;
  text-transform: uppercase;
}

#fyr_find_reps .form-box form input[type="submit"]:hover {
  background-color: #C7CCD3;
}

#fyr_find_reps {
  margin-bottom: 80px;
}

#fyr_find_reps .fyr-rep-photo {
  height: auto;
  width: 70%;
}

#fyr_find_reps .fyr-rep-name {
  margin: 0;
}

#fyr_find_reps .fyr-rep-chamber {
  font-weight: normal;
  margin: 0;
}

#fyr_find_reps .button {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #c00000;
  border: 2px solid #fafafa;
  padding: 15px 20px;
  font-size: 14px;
  box-shadow: 3px 3px 7px 0px #4a0000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: bottom;
}

#googleMap {
  display: block;
  width: 100%;
  /* height: 440px; */
}

/*******************
REPRESENTATIVES STYLES
*******************/
#rep-list {
  display: block;
  position: relative;
  background: url(../images/clickable.png) top left repeat;
}

#rep-list ul {
  padding: 0;
  list-style-type: none;
}

#rep-list a {
  color: #0f4577;
}

#rep-list .member {
  width: 50%;
  height: 278px;
  display: block;
  margin-bottom: 34px;
  float: left;
  text-align: center;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

#rep-list .member .image {
  position: absolute;
  width: 100%;
  height: 278px;
  display: block;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 80%;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 1;
}

#rep-list .member .image .leg-name {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#rep-list .member .image .leg-name h5 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5em;
  font-size: 0.75em;
}

#rep-list .member .image .leg-name h5.red-leader {
  font-size: 0.55em;
}

#rep-list .member .image .leg-name p {
  margin: 0;
  font-size: 0.75em;
}

#rep-list .member .text {
  position: absolute;
  top: 170px;
  padding: 0 13%;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #404A59;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#rep-list .member .text p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
}

#rep-list .member .text h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}

#rep-list .member .text h5 {
  margin: 0;
}

#rep-list .member .text ul {
  margin: 0;
}

#rep-list .member .text ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
}

#rep-list .member .text .button {
  position: absolute;
  width: 72%;
  bottom: 0;
  left: 14%;
  text-align: center;
  margin: 0 auto 37px auto;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #c00000;
  border: 2px solid #fafafa;
  padding: 10px 15px;
  font-size: 14px;
  line-height: normal;
  box-shadow: 3px 3px 7px 0px #4a0000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#rep-list .member .text .button:hover {
  opacity: 0.7;
}

@media (max-width: 370px) {
  #rep-list .member {
    width: 100%;
    height: 310px;
  }
  #rep-list .member .image {
    height: 310px;
    background-position: center top;
    background-size: auto 75%;
  }
  #rep-list .member .image .leg-name h5 {
    font-size: 0.825em;
  }
  #rep-list .member .image .leg-name h5.red-leader {
    font-size: 0.71em;
  }
  #rep-list .member .image .leg-name p {
    font-size: 0.846em;
  }
}

/** **/
.rep-container {
  font-size: 1.4em;
  line-height: 1.7em;
  margin-bottom: 2em;
}

.header-row {
  background: #C7CCD3;
  color: #fff;
  margin-bottom: 43px;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.title-row {
  display: none;
}

.contact-row {
  padding: 1em;
}

div.rep-container > div:nth-of-type(even) {
  background: #DEE3EB;
}

.d-name, .d-district, .d-phone, .d-email, .d-title, .bill-num, .tax-topic, .millions, .data-source, .short-col, .stocky-col, .med-col, .long-col {
  width: 100%;
  text-align: center;
}

.short-col.vetoed {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.d-committees, .d-reps {
  display: none;
}

/** **/
.news-content {
  margin-bottom: 2.5em;
  padding: 0 1.2em;
  height: 100%;
  overflow: hidden;
}

.news-content #mobile-desc {
  text-align: center;
  padding-top: 2.1em;
}

.news-content #mobile-desc h5 {
  margin: 0;
}

.news-content h2 {
  font-size: 1.4em;
  padding: 14px 0 0 0;
  margin-bottom: 0;
}

.news-content img {
  margin: 0.45em 0;
  max-width: 100%;
  height: auto;
}

.news-content a.excerpt-read-more {
  display: none;
}

.news-content p {
  display: block;
  margin: 0.95em 0 0.55em;
}

.news-content p.emp {
  margin: 0;
}

.news-content .excerpt p {
  display: none;
}

.news-content .excerpt p#show-date {
  display: block;
  margin-top: 0.65em;
}

.news-content #button {
  float: right;
}

.news-content .excerpt .inlier {
  overflow: auto;
  background: #fff;
  position: relative;
}

.news-content .excerpt .inlier #button {
  display: none;
}

.news-content .excerpt .outlier {
  width: 100%;
  overflow: auto;
  margin-top: 15px;
}

.news-content .excerpt .outlier #button {
  display: block;
}

.news-content #button a {
  margin-top: 0;
  margin-right: 7px;
}

.news-content .center-cropped {
  width: 187px;
  height: 125px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.news-content #type-tag {
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 360px;
  background: #0f4577;
}

.news-content #type-tag .release-circle, .news-content #type-tag .page-program-circle {
  display: block;
  position: relative;
  top: 12px;
  left: 10px;
  width: 27px;
  height: 23px;
  background: url("../images/releases.png") no-repeat 0 0;
  -moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -moz-placeholder-ms-background-size: 100% !important;
  background-size: 100% !important;
}

.news-content #type-tag .opinion-circle {
  display: block;
  position: relative;
  top: 9px;
  left: 10px;
  width: 26px;
  height: 26px;
  background: url("../images/opinion.png") no-repeat 0 0;
  -moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -moz-placeholder-ms-background-size: 100% !important;
  background-size: 100% !important;
}

.news-content #type-tag .audio-circle {
  display: block;
  position: relative;
  top: 10px;
  left: 10px;
  width: 26px;
  height: 26px;
  background: url("../images/audio.png") no-repeat 0 0;
  -moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -moz-placeholder-ms-background-size: 100% !important;
  background-size: 100% !important;
}

.news-content #type-tag .video-circle {
  display: block;
  position: relative;
  top: 10px;
  left: 10px;
  width: 27px;
  height: 26px;
  background: url("../images/video.png") no-repeat 0 0;
  -moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -moz-placeholder-ms-background-size: 100% !important;
  background-size: 100% !important;
}

.news-content #type-tag .email-update-circle {
  display: block;
  position: relative;
  top: 10px;
  left: 9px;
  width: 27px;
  height: 26px;
  background: url("../images/email-small.png") no-repeat 0 0;
  -moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -moz-placeholder-ms-background-size: 100% !important;
  background-size: 100% !important;
}

.news-content #type-tag .bulletin-circle {
  display: block;
  position: relative;
  top: 10px;
  left: 10px;
  width: 26px;
  height: 26px;
  background: url("../images/bulletin-small.png") no-repeat 0 0;
  -moz-background-size: 100% !important;
  -webkit-background-size: 100% !important;
  -moz-placeholder-ms-background-size: 100% !important;
  background-size: 100% !important;
}

.news-content #type-tag:hover {
  background: #03243f;
}

.news-content .button {
  float: right;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #0f4577;
  border: 2px solid #fafafa;
  margin-bottom: 7px;
  padding: 10px 15px;
  font-size: 14px;
  box-shadow: 3px 3px 7px 0px #788d9e;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: bottom;
}

.news-content .button:hover {
  background-color: #03243f;
  color: #fff;
  opacity: 1;
}

.buzz-post {
  padding: 0.85em 0 1.25em;
}

.buzz-post.singly {
  padding-top: 0;
}

.buzz-post ul {
  padding: 0;
  list-style-type: none;
}

.featured-post {
  padding-top: 0;
}

#stay-pic {
  display: none;
}

.connected a:hover {
  opacity: 1 !important;
}

.options {
  background: #c00000;
  border: 3px solid #fff;
  border-radius: 12px;
  color: #fff;
  margin: 10px 0 20px;
  opacity: 1;
  padding-top: 30px;
  text-align: center;
  vertical-align: bottom;
}

.options h5 {
  font-weight: 700;
}

.options:hover {
  background: #4a0000;
  opacity: 1;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.accordion, .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.accordion {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background: #f7f7f7;
  margin-top: 1.35em;
}

.accordion a {
  color: #fff;
}

.accordion a:hover {
  opacity: 1;
}

.accordion form input[type="text"] {
  background-color: #fff;
}

.accordion form [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.accordion form [placeholder]:focus::-moz-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.accordion form [placeholder]:focus:ms-input-placeholder {
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.accordion input[type="submit"].button, .accordion .button {
  float: right;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #c00000;
  border: 2px solid #fafafa;
  margin-top: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: normal;
  box-shadow: 3px 3px 7px 0px #4a0000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: bottom;
}

.accordion input[type="submit"].button:hover, .accordion .button:hover {
  opacity: 0.7;
}

/*----- Section Titles -----*/
.accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  border-bottom: 1px solid #1a1a1a;
  background: #0f4577;
  transition: all linear 0.15s;
  /* Type */
  font-size: 1.200em;
  text-shadow: 0px 1px 0px #1a1a1a;
  color: #fff;
}

.accordion-section-title img {
  max-height: 32px;
  margin-right: 15px;
}

.accordion-section-title.finder, .accordion-section-title.finder:hover {
  background: #dee3eb;
  background-image: url("../images/down-chev.png");
}

.accordion-section-title.finder.active, .accordion-section-title.finder.active:hover {
  background: #dee3eb;
  background-image: url("../images/up-chev.png");
}

.accordion-section-title.active, .accordion-section-title:hover {
  background: #03243f;
  /* Type */
  text-decoration: none;
}

a.accordion-section-title:focus {
  opacity: 1;
}

.accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
  padding: 15px;
  display: none;
}

.accordion-section-content a {
  color: #c00000;
}

.d-1of3x img, .d-2of3x img, .d-3of3x img {
  width: 100%;
}

.d-1of4x img, .d-2of4x img, .d-3of4x img, .d-4of4x img {
  width: 100%;
}

/**** Collapse-O-Matic Custom Styles ****/
.collapseomatic {
  color: #0f4577 !important;
  font-weight: 700 !important;
  display: block;
}

.collapseomatic_excerpt, .collapseomatic_content {
  margin-top: 9px;
}

.email-signup {
  background: #DEE3EB;
  padding: 5px 30px 30px;
  margin-top: 35px;
  border-radius: 4px;
}

.email-signup h2 {
  color: #0f4577;
}

.email-signup h2 span {
  font-size: 1.3em;
  vertical-align: middle;
  padding-top: 2px;
}

.email-signup h2 h2:hover {
  opacity: 1;
}

.email-signup a {
  display: inline;
  color: #0f4577;
}

/* Sharify */
.sharify-container {
  padding: 0 0 20px !important;
}

.date-back {
  padding: 0;
  height: 45px;
  float: left;
}

#show-date {
  position: relative;
  background: linear-gradient(to right, #0f4577 125px, #fff);
  padding: 13px;
  width: 155px;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 0.1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  height: 27px;
  overflow: hidden;
}

#show-date::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -6px;
  width: 12px;
  height: 120%;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 84%;
}

#nc-date-show {
  position: relative;
  background: linear-gradient(to right, #0f4577 125px, #fff);
  margin-top: 9px;
  padding: 13px;
  border-radius: 3px;
  width: 155px;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 0.1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  height: 27px;
  overflow: hidden;
}

/*** Custom Styles for 2020 Priorities Page ***/
.kt-tabs-id_52c3d5-c0 > .kt-tabs-content-wrap > .wp-block-kadence-tab {
  border-width: 0 !important;
}

.wp-block-kadence-tabs .kt-tabs-id_52c3d5-c0 > .kt-tabs-title-list li .kt-tab-title {
  border-radius: 0 !important;
}

.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title:focus {
  opacity: 1 !important;
}

.demo-day a {
  background-image: linear-gradient(to bottom, #0f4577, #0f4577);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 0;
  color: #0f4577;
  transition: background-size .2s;
}

.demo-day a:hover {
  background-size: 1px 18px;
  color: #fff;
}

.repo-day a {
  background-image: linear-gradient(to bottom, #c00000, #c00000);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 4px 0;
  color: #c00000;
  transition: background-size .2s;
}

.repo-day a:hover {
  background-size: 1px 18px;
  color: #fff;
}

.hitwo {
  display: block;
}

body .hiflex.is-layout-flex {
  display: flex;
}

.shide {
  display: none;
}

body .sflex.is-layout-flex {
  display: none;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}

@media (max-width: 781px) {
  .hitwo {
    display: none;
  }
  body .hiflex.is-layout-flex {
    display: none;
  }
  .shide {
    display: block;
  }
  body .sflex.is-layout-flex {
    display: flex;
  }
  .vhidden {
    visibility: hidden;
  }
  .wp-block-kadence-iconlist ul.kt-svg-icon-list {
    margin: 0 0 5px 0 !important;
  }
  .soliloquy-container .soliloquy-caption h1 {
    margin: 0 0 20px !important;
  }
}

@media (min-width: 600px) {
  .post-4681 .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }
}

@media (max-width: 375px) {
  .wp-block-kadence-tabs .kt-tabs-id_52c3d5-c0 > .kt-tabs-title-list li {
    margin: 0 !important;
  }
}

/*** Promo for The Ledger ***/
@keyframes dropHeader {
  0% {
    background: #03243f;
    overflow: hidden;
  }
  75% {
    background: #03243f;
    overflow: hidden;
  }
  100% {
    background: #c00000;
    overflow: hidden;
  }
}

@keyframes hoverHeader {
  0% {
    background: #c00000;
    overflow: hidden;
  }
  100% {
    background: #03243f;
    overflow: hidden;
  }
}

.announce {
  /* This section calls the dropHeader animation we defined above */
  transition: transform 1s ease-in 0s;
  animation-duration: 3.2s;
  animation-name: dropHeader;
  -webkit-animation-duration: 3.2s;
  -webkit-animation-name: dropHeader;
  background: #c00000;
  overflow: hidden;
  height: 90px;
  margin: 0;
}

.announce:hover {
  transition: transform 1s ease-in 0s;
  animation-duration: 1s;
  animation-name: dropHeader;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: hoverHeader;
  background: #03243f;
}

.announce-inner {
  width: 100%;
  height: 90px;
}

.announce-inner a:hover {
  opacity: 1;
}

.announce-wide {
  width: 100%;
  height: 100%;
  background: url("../images/ledger-mobile-294.png") no-repeat center center;
}

.announce.desktops {
  display: none;
}

/*** TEMP CORONAVIRUS MENU ***/
.temp-menu {
  width: 100%;
  padding: 15px 15px 0;
  margin: 0 auto;
  overflow: auto;
}

.temp-menu a:hover {
  opacity: 1;
}

.temp-menu .temp-menu-item {
  width: 100%;
  background: #03243f;
  color: #fff;
  padding: 7px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.temp-menu .temp-menu-item .tmi-inner {
  padding: 3px;
  border: solid #03243f 1px;
}

.temp-menu .temp-menu-item .tmi-inner:hover, .temp-menu .temp-menu-item .tmi-inner.active {
  border: solid #fff 1px;
}

/*** Style for Secondary Kadence Icon List ***/
.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap.kt-svg-icon-list-style-stacked {
  padding-left: 25px;
}

.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap.kt-svg-icon-list-style-stacked span.kt-svg-icon-list-text {
  padding-top: 2px;
}

/*----- Printfriendly -----*/
.pf-alignright {
  float: right;
}

/*------ PDF Viewer ------*/
.wp-block-algori-pdf-viewer-block-algori-pdf-viewer-iframe {
  width: 100% !important;
  height: 420px !important;
}

/*------- Send Release Email Form -------*/
form#sender .fs-checkbox.fs-light {
  margin: 0;
}

form#sender .fs-checkbox.fs-light .fs-checkbox-marker {
  border: 0px;
}

form#sender .fs-light.fs-checkbox-radio .fs-checkbox-flag {
  height: 20px;
  background: #fff;
}

form#sender .fs-light.fs-checkbox-focus .fs-checkbox-marker {
  background: #fff;
}

/*--- Underline on hover class ---*/
a.underliner:hover {
  text-decoration: underline;
  opacity: 1 !important;
}

/*--- Hide featured image on certain posts ---*/
body.postid-4933 img.featured {
  display: none;
}

/*--- Priorities Page Headlines with Lines ---*/
.claparound {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 40px 0 1px;
  border-left: 2px solid #0f4577;
  background: #DEE3EB;
}

.claparound:before {
  display: block;
  content: '';
  width: 24%;
  height: 1px;
  background: #0f4577;
}

.claparound:after {
  display: inline-block;
  content: '';
  float: right;
  width: 55%;
  height: 1px;
  background: #0f4577;
}

h2.clapline {
  color: #0f4577;
  font-weight: 700;
  margin: 10px 0 -1px;
  padding: 0 15px 15px;
}

/**-- Kadence Button - No Opacity --**/
.kt-btns_18c6cd-17 .kt-btn-wrap-0 .kt-button:hover {
  opacity: 1 !important;
}

/***** 2021 Our Priorities Page *****/
body.page-id-16 span.collapseomatic {
  text-align: center;
  background: url(../images/d-arrow.png);
  background-repeat: no-repeat;
  background-position: top;
  width: 200px;
  height: 34px;
  margin: 0 auto 65px;
  transition: margin 1s;
}

body.page-id-16 span.collapseomatic.colomat-hover {
  text-decoration: none;
  background-position: center;
}

body.page-id-16 span.collapseomatic.colomat-close {
  background: url(../images/u-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

body.page-id-16 span.collapseomatic.colomat-close.colomat-hover {
  text-decoration: none;
  background-position: top;
  transition: margin 1s;
}

body.page-id-16 .entry-content img, body.page-id-14513 .entry-content img {
  margin: 0;
}

body.page-id-16 .news-content, body.page-id-14513 .news-content {
  padding: 0;
}

body.page-id-16 .news-content .excerpt p, body.page-id-14513 .news-content .excerpt p {
  display: block;
  overflow: hidden;
}

body.page-id-16 .agenda-logo, body.page-id-14513 .agenda-logo {
  margin: 50px 0 52px;
}

body.page-id-16 .temp-menu, body.page-id-14513 .temp-menu {
  width: 100%;
  padding: 15px 0 0;
  margin: 0 auto;
  overflow: auto;
}

body.page-id-16 .temp-menu a:hover, body.page-id-14513 .temp-menu a:hover {
  opacity: 1;
}

body.page-id-16 .temp-menu .temp-menu-item, body.page-id-14513 .temp-menu .temp-menu-item {
  width: 100%;
  background: #03243f;
  color: #fff;
  padding: 7px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

body.page-id-16 .temp-menu .tmi-inner, body.page-id-14513 .temp-menu .tmi-inner {
  padding: 3px;
  border: solid #03243f 1px;
  height: 54px;
}

body.page-id-16 .temp-menu .tmi-inner:hover, body.page-id-16 .tmi-inner.active, body.page-id-14513 .temp-menu .tmi-inner:hover, body.page-id-14513 .tmi-inner.active {
  border: solid #fff 1px;
}

body.page-id-16 .date-back, body.page-id-14513 .date-back {
  display: none;
}

body.page-id-16 #show-date, body.page-id-14513 #show-date {
  background: inherit;
  letter-spacing: 0.1px;
  line-height: 1.2;
  padding: 0 13px 13px 0;
  text-transform: none;
  height: auto;
  width: auto;
}

body.page-id-16 #show-date:after, body.page-id-14513 #show-date:after {
  background: inherit;
}

/***** 2021 Operating Budget Page *****/
.toptitle {
  width: 100%;
  margin: 30px auto 0;
  overflow: hidden;
  text-align: center;
  border-radius: 15px;
  padding: 7px 14px;
  color: #fff;
  font-weight: 700;
}

.listhold {
  border-radius: 30px;
  margin: 15px 0 30px;
  height: auto;
  position: relative;
}

.listhold .d-1of4, .listhold .t-1of4 {
  width: 23%;
  margin-right: 2%;
  display: none;
}

.listhold .d-3of4, .listhold .t-3of4 {
  padding: 0 15px;
  width: 100%;
}

.listhold .d-3of4.squeeze, .listhold .t-3of4.squeeze {
  padding: 10px 15px;
}

.listhold ul {
  display: table;
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 1em;
}

.listhold li {
  display: table-row;
}

.listhold li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.3em;
}

body.postid-5627 .d-all.t-all {
  padding: 0;
}

body.postid-5627 .d-all.t-all.listhold {
  padding: 10px 10px;
}

.titlehold {
  margin-top: 10px;
  border-radius: 30px;
  border: 1px #fff solid;
  height: 200px;
  padding: 70px 10px;
  text-align: center;
  position: absolute;
  display: none;
}

.titlehold h3 {
  color: #fff;
  font-size: 1.5em;
  /* font-size: 1.8em; */
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.care {
  padding-top: 15px;
}

/** Public Safety Slider **/
body.postid-7511 .accordion-section-title {
  font-weight: 700;
  text-shadow: none;
  border-bottom: 1px solid #fff !important;
}

body.postid-7511 .accordion-section-title:hover, body.postid-7511 .accordion-section-title:active {
  background: #DEE3EB;
  color: #03243f;
}

body.postid-7511 .accordion-section-title:active {
  border-bottom: 1px solid #0f4577 !important;
}

body.postid-7511 .accordion-section-title:focus, body.postid-7511 .accordion-section-title:visited {
  background: #0f4577;
  color: #fff;
}

body.postid-7511 .accordion-section-title.active {
  background: #DEE3EB;
  color: #03243f;
  border-bottom: 1px solid #0f4577 !important;
}

body.postid-7511 .accordion-section-title.lastone {
  border-bottom: none !important;
}

/** Button Style - Caring & Sharing **/
button.cands {
  padding: 3px 12px 4px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-style: solid;
  transition: all .3s ease-in-out;
  border-width: 2px;
  border-radius: 3px;
  border-color: #555555;
  overflow: hidden;
  background: transparent;
  color: #555555;
}

a.cands:hover, button.cands:hover {
  background: #555555;
  color: #fff;
  opacity: 1;
}

body.page-id-5723 .sharify-container {
  padding: 20px 0 !important;
}

.not-phone-show, .inline-no-phone {
  display: none;
}

a.dark-hover:hover {
  background: #03243f !important;
  opacity: 1;
  border: 2px solid #fff;
  margin-left: -2px;
}

.remove-on-hover:hover {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0 !important;
}

.darknight:hover {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.darknight a {
  opacity: 0.9;
}

.darknight a:hover {
  opacity: 1;
  border: 3px solid #fff !important;
}

body.postid-7752 .kt-tabs-id_f6aff3-73 .kt-title-item {
  width: 100%;
}

body.postid-7752 .kt-tabs-id_f6aff3-73 .kt-title-text {
  margin: 0 auto;
  font-weight: 700;
}

body.postid-7752 .kt-tabs-id_f6aff3-73 li {
  display: none;
}

body.postid-7752 .kt-tabs-id_f6aff3-73 li.kt-tab-title-active {
  display: block;
}

body.postid-7752 .kt-title-item a:hover {
  opacity: 1;
}

.no-bottom, .no-bottom img {
  margin-bottom: 0 !important;
}

.add-pad {
  padding: 0 20px;
}

.sourced span {
  display: none;
}

.sourced h5 {
  margin: 15px 0;
  padding-top: 0;
  line-height: 1.4em;
  height: 50px;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  color: #064477;
}

.new-play-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/play.png") no-repeat 0 0;
  background-size: cover;
  width: 39px;
  height: 38px;
  margin-left: -19px;
  margin-top: -20px;
}

.cold-groove {
  background: #0f4577;
  padding: 20px;
  color: #fff;
  border-radius: 7px;
  margin-bottom: 10px;
  transition: 0.25s 0.25s ease;
}

.cold-groove a {
  color: #fff;
  text-decoration: underline;
}

.cold-groove .collapseomatic {
  text-align: center;
  padding: 10px 10px 0 0;
  color: #fff !important;
  background-image: none;
}

.cold-groove .collapseomatic:hover {
  text-decoration: none;
}

.cold-groove .collapseomatic::before {
  content: "▼ ";
}

.cold-groove .collapseomatic.colomat-close::before {
  content: "▲ ";
}

.cold-groove:hover {
  background: #03243f;
  padding-bottom: 23px;
  margin-bottom: 7px;
  transition: 0.25s 0.25s ease;
}

.hideall {
  display: none;
}

body.tribe-events-page-template .header {
  display: none;
}

body.tribe-events-page-template .side-panel-toggle {
  display: none;
}

body.tribe-events-page-template .footer {
  display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, .tribe-events .tribe-events-l-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tribe-events .tribe-events-calendar-day__event {
  padding-left: 0;
}

.tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs, .tribe-events .tribe-events-calendar-day__type-separator, .tribe-events-calendar-day-nav.tribe-events-c-nav, .tribe-events-view--day .tribe-events-c-subscribe-dropdown__container, .tribe-events-c-view-selector {
  display: none;
}

.tribe-events.tribe-events-view--day .tribe-events-l-container {
  min-height: 0;
}

.tribe-events-calendar-day__event-header {
  text-align: center;
}

.tribe-common .cat_buzz-coverage:not(.tribe-events-calendar-month__multiday-event--past) .tribe-events-calendar-month__multiday-event-bar {
  background-color: #114f88;
}

.tribe-common .cat_out-of-office:not(.tribe-events-calendar-month__multiday-event--past) .tribe-events-calendar-month__multiday-event-bar {
  background-color: #d40000;
}

.tribe-common .cat_town-hall:not(.tribe-events-calendar-month__multiday-event--past) .tribe-events-calendar-month__multiday-event-bar, .tribe-common .cat_state-holiday:not(.tribe-events-calendar-month__multiday-event--past) .tribe-events-calendar-month__multiday-event-bar, .tribe-common .cat_staff-meeting:not(.tribe-events-calendar-month__multiday-event--past) .tribe-events-calendar-month__multiday-event-bar {
  background-color: #02192c;
}

.tribe-common .cat_campus-events:not(.tribe-events-calendar-month__multiday-event--past) .tribe-events-calendar-month__multiday-event-bar {
  background-color: #141827;
}

.tribe-common .tribe-events-calendar-month__multiday-event:not(.tribe-events-calendar-month__multiday-event--past) .tribe-common-h8 {
  color: #fff;
  font-weight: 500;
}

.tribe-common .tribe-common-c-btn-border {
  border: 2px solid #114f88;
  color: #114f88;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #114f88;
  color: #fff;
}

.tribe-events-view--day .tribe-events-header, .tribe-event-tags-label, .tribe-event-tags {
  display: none;
}

.no_events .cat_campus-events {
  display: none !important;
}

.no_events .tribe-events-calendar-month__multiday-event-wrapper:has(article.cat_campus-events) {
  height: unset;
}

/*** Floating Side Panel ***/
.sp-wrapper {
  height: 100vh;
}

.side-panel-toggle {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  position: fixed;
  top: 30%;
  left: 0;
  color: #fff;
  background: #03243f;
  border: none;
  border-radius: 0 5px 5px 0;
  outline: none;
  cursor: pointer;
}

.side-panel-toggle:hover {
  background: #0f4577;
}

.sp-icon-close {
  display: none !important;
}

@keyframes fadeInCTA {
  0% {
    color: #03243f;
    border: 4px solid #03243f;
    background: #03243f;
  }
  70% {
    color: #03243f;
    border: 4px solid #03243f;
    background: #03243f;
  }
  100% {
    color: #fff;
    border: 4px solid #fff;
    background: #0f4577;
  }
}

@keyframes fadeInClock {
  0% {
    color: #03243f;
    height: 0;
  }
  70% {
    color: #03243f;
    height: 0;
  }
  100% {
    color: #fff;
    height: 55px;
  }
}

.side-panel {
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  flex-shrink: 0;
  padding: 0;
  background: #03243f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  margin-top: 25vh;
  overflow: auto;
}

.side-panel .pop-contain {
  position: relative;
  height: 300px;
  border-radius: 5px;
}

.side-panel .pop-contain .pop-moveable {
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.side-panel .pop-contain .pop-moveable #timestamp {
  color: #fff;
  font-weight: 700;
}

.side-panel .pop-contain .pop-moveable #timestamp .time-contain {
  height: 55px;
  position: relative;
}

.side-panel .pop-contain .pop-moveable #timestamp .time-contain .time-left {
  font-size: 40px;
}

.side-panel .pop-contain .pop-moveable #timestamp .time-contain .time-right {
  left: 0;
}

.side-panel .pop-contain .pop-moveable #timestamp .time-contain .time-right span {
  font-size: 58px;
}

.side-panel .pop-contain .pop-moveable #timestamp .time-left, .side-panel .pop-contain .pop-moveable #timestamp .time-right {
  width: fit-content;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.side-panel .pop-contain .pop-moveable #timestamp .full-date {
  font-size: 22px;
  width: 100%;
  margin-bottom: 25px;
}

.side-panel .pop-contain .pop-moveable a .dash-cta {
  display: table-cell;
  border: 4px solid #fff;
  border-radius: 5px;
  color: #fff;
  background: #064477;
  text-align: center;
  width: 260px;
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.side-panel .pop-contain .pop-moveable a .dash-cta span {
  display: block;
  font-size: 90px;
}

.side-panel .pop-contain .pop-moveable a:hover {
  opacity: 1;
}

.side-panel .pop-contain .pop-moveable a .dash-cta:hover {
  background: #0a1a2c;
  transition: all 0.3s ease-in-out;
}

.side-panel-open .side-panel {
  width: 300px;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  margin-top: 25vh;
}

.side-panel-open .side-panel .pop-moveable #timestamp {
  animation: fadeInClock 0.7s;
}

.side-panel-open .side-panel .pop-moveable a .dash-cta {
  animation: fadeInCTA 0.7s;
}

.side-panel-open .side-panel-toggle {
  left: 300px;
  transition: all 0.3s ease-in-out;
}

.side-panel-open .sp-icon-open {
  display: none !important;
}

.side-panel-open .sp-icon-close {
  display: initial !important;
}

/*** 2023 Priorities Page ***/
body.page-id-16, body.page-id-10682, body.postid-11177, body.postid-11217, body.postid-11223, body.postid-11246, body.postid-11249, body.postid-11258, body.postid-11251, body.postid-11299, body.postid-11257, body.postid-11353, body.postid-11255, body.postid-11256, body.postid-11259, body.postid-11252, body.postid-11250, body.postid-11253, body.postid-11254, body.page-id-14513 {
  background-color: #DEE3EB;
}

.kt-infobox-textcontent p {
  text-align: left;
  min-height: 408px;
}

#priorities-toggle {
  position: fixed;
  /* top: 50%; */
  top: 244px;
  /* right: -40px; */
  right: -40px;
  z-index: 1;
  transition: .3s;
}

#priorities-toggle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#priorities-toggle ul li button img {
  height: 32px;
  padding: 5px 0;
}

#priorities-toggle ul li {
  /*background: #0f4577;
  margin: 5px 0;
  border-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  left: calc(-100% + 40px);
  transition: .3s;*/
  display: flex;
  flex-direction: row;
  background: #c00000;
  margin: 5px 0;
  /* border-radius: 25px; */
  /* border-top-right-radius: 0; */
  /* border-bottom-right-radius: 0; */
  /* padding: 5px 15px 5px 5px; */
  position: relative;
  /* left: calc(100% - 40px); */
  right: calc(-100% + 40px);
  transition: .3s;
  padding: 11px 20px 11px 5px;
}

#priorities-toggle ul li:hover {
  /* left: 0%; */
  /* right: 40px; */
  /*left: 0;*/
}

#priorities-toggle ul li button img {
  /* padding-left: 10px; */
  /* padding-left: 0px; */
}

li button#yt-shorts img:last-child {
  display: none;
}

.yt-short-content > div:hover {
  cursor: pointer;
}

li.show_yt_shorts button#yt-shorts img:last-child {
  display: block;
}

li.show_yt_shorts button#yt-shorts img:first-child {
  display: none;
}

#priorities-toggle ul li button {
  color: white;
  display: block;
  padding: 5px 5px 5px 15px;
  display: flex;
  justify-content: space-between;
  line-height: 2em;
  background: #c00000;
  border: none;
  position: absolute;
  top: 0;
  left: -42px;
  height: 44px;
  border-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#priorities-toggle ul li button:hover {
  opacity: 1;
}

.yt-short-content img {
  width: 60px;
  height: 107px;
  object-position: center;
  object-fit: cover;
}

.yt-short-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
}

#gtranslate_selector {
  display: none;
}

/*
div#lang_switch:after {
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #546E7A;
	content: '';
	display: block;
	margin: auto 0;
}
*/
div#lang_switch select {
  height: 40px;
  background: #fff;
  border: 1px solid #5c6b80;
  border-radius: 3px;
  color: #263238;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  padding: 0 40px 0 10px;
}

div#lang_switch select:hover {
  padding: 0;
}

select#gtranslate_selector:hover {
  height: auto;
}

select#gtranslate_selector option:hover {
  color: #141A1E;
  background-color: #97B1C6;
  padding: 10px 10px;
}

select#gtranslate_selector option {
  padding: 10px 40px 10px 10px;
}

select#gtranslate_selector option:active, select#gtranslate_selector option:focus, select#gtranslate_selector option:checked {
  background-color: #eaedf2 !important;
}

.page_preview {
  height: 380px;
  margin: 0 0 1em;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: 2s;
}

.page_preview:hover {
  background-position: bottom center;
}

.postid-3871 .kt-tabs-content-wrap > .wp-block-kadence-tab {
  min-height: 1123px !important;
}

.sociallist-v2 {
  float: right;
  position: absolute !important;
  right: 37px;
}

/*********************
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.
*/
  h1.district {
    font-size: 2em;
  }
  #bleed-row-reps {
    font-size: 1.4em;
    line-height: 1.8em;
  }
  #bleed-row-reps form label {
    margin: 0 30px 0 0;
    line-height: 1.8em;
  }
  #bleed-row-reps form input[type="text"] {
    width: 174px;
    background-color: #fff;
    line-height: 1.8em;
    height: auto;
  }
  #bleed-row-reps form input[type="submit"] {
    margin-left: 30px;
  }
  .form-box {
    /* margin-top: -370px; */
  }
  #googleMap {
    /* height: 540px; */
  }
  /*
#news-feed {
	display: none;
}
*/
  .news-content .excerpt p {
    display: block;
    margin-top: 0.15em;
    margin-bottom: 0.05em;
    font-size: 87%;
    height: 63px;
  }
  .news-content .excerpt p#show-date {
    margin-top: inherit;
  }
  .news-content #type-tag {
    width: 37px;
    height: 37px;
  }
  .news-content #type-tag .release-circle, .news-content #type-tag .page-program-circle {
    width: 19px;
    height: 15px;
  }
  .news-content #type-tag .opinion-circle {
    width: 18px;
    height: 18px;
  }
  .news-content #type-tag .audio-circle {
    width: 18px;
    height: 18px;
  }
  .news-content #type-tag .video-circle {
    width: 19px;
    height: 18px;
  }
  .news-content #type-tag .email-update-circle {
    width: 19px;
    height: 18px;
  }
  .news-content .button {
    padding: 7px 12px;
    font-size: 14px;
  }
  .news-content .excerpt .inlier {
    padding-top: 0.5em;
  }
  .news-content .excerpt .inlier #button {
    display: block;
  }
  .news-content .excerpt .outlier {
    margin-top: 0;
  }
  .news-content .excerpt .outlier #button {
    display: none;
  }
  .date-back {
    padding: 3px 0;
  }
  #play-thumb {
    display: none;
  }
  .connected #play-thumb {
    display: block;
  }
  pagination li {
    mid-width: 3em;
  }
  .rep-container {
    font-size: 1.2em;
    line-height: 1.45em;
  }
  #sidebar2, #sidebar3 {
    display: none;
  }
  .sourced span {
    display: block;
  }
  .sourced h5 {
    padding-top: 1em;
  }
  /*********************
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 */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: table;
    clear: both;
  }
  /* end .entry-content */
  .wp-block-algori-pdf-viewer-block-algori-pdf-viewer-iframe {
    width: 100% !important;
    height: 580px !important;
  }
  .not-phone-show {
    display: block;
  }
  .inline-no-phone {
    display: inline-block;
  }
  body.page-id-16 .temp-menu .tmi-inner {
    height: unset;
  }
  body.page-id-16 .date-back {
    display: block;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  #bottom-foot #inner-footer {
    width: 100%;
  }
  /* end .footer-links */
  .copyright {
    display: block;
  }
  .copymobile {
    display: none;
  }
}

/*********************
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
*********************/
  a, a:visited {
    /* on hover */
  }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    opacity: 0.75;
  }
  .demo-day a:hover, .repo-day a:hover {
    opacity: 1;
  }
  .form-box {
    /* margin-top: -300px; */
  }
  .form-box input[type="submit"] {
    float: none;
  }
  #thumb-row a .overlay {
    width: 18%;
  }
  .nice-thumb .icon-overlay.icon-release {
    margin-left: -26px;
  }
  .nice-thumb .icon-overlay.icon-opinion {
    margin-left: -25px;
  }
  .nice-thumb .icon-overlay.icon-audio {
    margin-left: -27px;
  }
  .nice-thumb .icon-overlay.icon-video {
    margin-left: -27px;
  }
  #tabmore {
    display: block;
    margin: 50px 0 110px 0;
    text-align: center;
  }
  #news-item {
    text-align: left;
  }
  #news-item h2 {
    font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
    padding-top: 0;
  }
  #news-item p {
    display: block;
  }
  #news-item .button {
    float: right;
  }
  /** Reps **/
  #rep-list .member {
    width: 33.333%;
    height: 310px;
  }
  #rep-list .member .image {
    height: 310px;
    background-position: center top;
    background-size: auto 75%;
  }
  #rep-list .member .image .leg-name h5 {
    font-size: 0.825em;
  }
  #rep-list .member .image .leg-name h5.red-leader {
    font-size: 0.71em;
  }
  #rep-list .member .image .leg-name p {
    font-size: 0.846em;
  }
  #play-thumb {
    display: block;
  }
  #play-thumb a {
    margin: 0.45em 0;
  }
  #play-thumb .icon-overlay.icon-play-media {
    width: 29px;
    height: 30px;
    margin-left: -10px;
    margin-top: -14px;
  }
  #play-thumb a:hover .icon-overlay.icon-play-media {
    width: 29px;
    height: 30px;
    margin-left: -10px;
    margin-top: -14px;
  }
  .hide-for-dt {
    display: none;
  }
  /*
@media screen and (min-width: 58.01em) {
	.news-content {
		#mobile-desc {
			display: none;
		}
	}
}
*/
  .capitol-buzz .options {
    margin: 12px 0 8px;
  }
  .capitol-buzz .options h5 {
    font-size: 0.75em;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 760px;
  }
  /*********************
HEADER STYLES
*********************/
  .header h1 {
    font-size: 1.3em;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    background: #323944;
    margin-top: 0;
  }
  .nav li {
    float: left;
    position: relative;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/
  }
  .nav li a:hover, .nav li a:focus {
    color: #fff;
    opacity: 1;
    text-decoration: underline;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* end .nav */
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 2.2em;
  }
  #sidebar2, #sidebar3 {
    display: block;
  }
  #sidebar2 h3, #sidebar3 h3 {
    font-size: 0.9em;
  }
  #sidebar2 h4, #sidebar3 h4 {
    font-size: 0.9em;
  }
  #sidebar2 #headgroup .sign-up-head h3, #sidebar3 #headgroup .sign-up-head h3 {
    font-size: 0.9em;
    margin: 1.4em 0 0;
  }
  .widgettitle {
    margin: 1.5em 0 0.75em;
  }
  .widget {
    margin: 0.5em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  .wp-block-algori-pdf-viewer-block-algori-pdf-viewer-iframe {
    width: 100% !important;
    height: 898px !important;
  }
  /*********************
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.

******************************************************************/
  .wrap {
    width: 1030px;
  }
  .header {
    background-color: #0f4577;
    position: relative;
    top: auto;
    left: auto;
  }
  .header #bleed-row-gray {
    display: block;
    background: #DEE3EB;
    height: 41px;
    /*		padding-top: 8px;
		padding-bottom: 4px; */
  }
  .header #bleed-row-gray .sociallist {
    position: relative;
    display: inline-block;
    top: 5px;
  }
  .header #bleed-row-gray .sociallist a {
    color: #0f4577;
    padding-right: 5px;
    font-size: 1.3em;
  }
  .header #bleed-row-gray .sociallist a.hrc_icon {
    color: #c00000;
  }
  .header #bleed-row-gray form {
    float: right;
    position: relative;
    top: 5px;
    right: 0;
    z-index: 1;
  }
  .header #bleed-row-gray form .expSearchFrom {
    border: none;
    display: inline-block;
    height: 31px;
    position: relative;
  }
  .header #bleed-row-gray form input#field {
    display: block;
    cursor: pointer;
    border: none;
    background: #fff url("../images/search.png") no-repeat 9px 9px;
    border-radius: 360px;
    height: 31px;
    width: 31px;
    line-height: 0px;
    vertical-align: top;
    padding: 0 0 0 25px;
    -webkit-transition: all .5s;
    /* Safari */
    transition: all .5s;
    position: relative;
    z-index: 1;
    color: #fff;
  }
  .header #bleed-row-gray form input#field:focus {
    width: 250px;
    outline: none;
    padding-left: 30px;
    color: #0f4577;
  }
  .header #bleed-row-gray form .close {
    position: absolute;
    width: 31px;
    height: 31px;
    top: 0px;
    right: -31px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;
    z-index: 1;
  }
  .header #bleed-row-gray form .close span {
    background: #103368 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    height: 3px;
    position: absolute;
    top: 14px;
    right: 5px;
    width: 14px;
    opacity: 0;
    -webkit-transition: .2s .5s ease-in-out;
    -moz-transition: .2s .5s ease-in-out;
    -o-transition: .2s .5s ease-in-out;
    transition: .2s .5s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header #bleed-row-gray form .close span.back {
    top: 14px;
    right: 5px;
    opacity: 0;
  }
  .header #bleed-row-gray form input#field:focus + .close span {
    top: 14px;
    right: 5px;
    opacity: 1;
  }
  .header #bleed-row-gray form input#field:focus + .close span.back {
    -webkit-transition: .5s .7s ease-in-out;
    -moz-transition: .5s .7s ease-in-out;
    -o-transition: .5s .7s ease-in-out;
    transition: .5s .7s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
  }
  .header .bleed-row-blue {
    background: #0f4577;
    color: #fff;
  }
  .header .bleed-row-blue .menu-left {
    float: left;
  }
  .header .bleed-row-blue .menu-left a {
    padding: 0.9em 1.3em;
  }
  .header .bleed-row-blue .menu-right {
    float: right;
  }
  .header .bleed-row-blue .menu-right a {
    padding: 0.9em 1.6em;
  }
  .header .logo {
    width: 280px;
    height: 146px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 4px;
    z-index: 1;
  }
  .header .logo a {
    display: block;
    width: 150px;
    margin-left: 68px;
    text-indent: -9999px;
    background: none;
    height: auto;
  }
  .header .logo a:hover {
    opacity: 1;
  }
  .header .logo a img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
  /*** Promo for The Ledger ***/
  @keyframes dropHeader {
    0% {
      background: #03243f;
      overflow: hidden;
    }
    100% {
      background: #c00000;
      overflow: hidden;
    }
  }
  .announce.desktops {
    display: block;
    height: 42px;
  }
  .announce-inner {
    height: 42px;
  }
  .announce-left {
    width: 45%;
    height: 100%;
    float: left;
    background: url("../images/left-ledger-banner.png") no-repeat center center;
  }
  .announce-right {
    width: 45%;
    height: 100%;
    float: right;
    background: url("../images/twsl-banner-right.png") no-repeat center center;
  }
  .announce-wide {
    display: none;
  }
  .nav {
    border-bottom: 0;
    margin: 0;
    display: block;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav li {
    /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/
  }
  .nav li a {
    display: block;
    color: #fff;
    font-size: 0.90em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 30px;
  }
  /* end .nav */
  #smmenu {
    display: none;
  }
  .soliloquy-outer-container {
    margin-top: 0;
  }
  #bleed-row-reps {
    font-size: 1.4em;
    line-height: 1.8em;
  }
  #bleed-row-reps form label {
    margin-right: 30px;
  }
  .form-box {
    /* margin-top: -180px; */
  }
  #thumb-row a:hover, .content-wrap a:hover {
    opacity: 1;
  }
  #thumb-row a:hover .overlay, .content-wrap a:hover .overlay {
    background: #0f4577;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    position: absolute;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #thumb-row a .overlay {
    width: 21.7%;
  }
  .nice-thumb .icon-overlay.icon-release {
    margin-left: -18px;
  }
  .nice-thumb .icon-overlay.icon-opinion {
    margin-left: -17px;
  }
  .nice-thumb .icon-overlay.icon-audio {
    margin-left: -19px;
  }
  .nice-thumb .icon-overlay.icon-video {
    margin-left: -19px;
  }
  .nice-thumb a:hover .icon-overlay.icon-release {
    width: 60px;
    height: 51px;
    margin-left: -29px;
    margin-top: -24px;
    opacity: 1;
  }
  .nice-thumb a:hover .icon-overlay.icon-opinion {
    width: 58px;
    height: 58px;
    margin-left: -27px;
    margin-top: -28px;
    background: url("../images/opinion.png") no-repeat 0 0;
    opacity: 1;
  }
  .nice-thumb a:hover .icon-overlay.icon-audio {
    width: 60px;
    height: 60px;
    margin-left: -29px;
    margin-top: -30px;
    background: url("../images/audio.png") no-repeat 0 0;
    opacity: 1;
  }
  .nice-thumb a:hover .icon-overlay.icon-video {
    width: 60px;
    height: 57px;
    margin-left: -29px;
    margin-top: -29px;
    background: url("../images/video.png") no-repeat 0 0;
    opacity: 1;
  }
  .nice-thumb a:hover .icon-overlay.icon-play-media {
    width: 37px;
    height: 38px;
    margin-left: -14px;
    margin-top: -18px;
    background: url("../images/play.png") no-repeat 0 0;
  }
  #news-feed {
    display: block;
  }
  #tabmore {
    display: none;
  }
  .cf.flexibreak {
    display: inline-block;
  }
  .sourced span {
    display: none;
  }
  .sourced h5 {
    padding-top: 0;
  }
  /** Reps **/
  #rep-list .member {
    width: 25%;
    height: 425px;
  }
  #rep-list .member .image {
    height: 425px;
    background-position: center top;
    background-size: auto;
  }
  #rep-list .member .image .leg-name h5 {
    font-size: 0.846em;
  }
  #rep-list .member .image .leg-name h5.red-leader {
    font-size: 0.846em;
  }
  #rep-list .member .image .leg-name p {
    font-size: 100%;
  }
  #rep-list .member:hover .image {
    opacity: .1;
  }
  #rep-list .member:hover .text {
    opacity: 1;
    top: 15px;
  }
  .hentry {
    margin: 0;
  }
  .hentry header.article-header {
    display: block;
  }
  .entry-content {
    padding: 2.2em 1em 2.2em 0;
  }
  .entry-content #priority-one {
    padding: 35px 0;
  }
  #lead-middle {
    width: 964px;
  }
  .news-content {
    padding: 0 1.5em;
  }
  .news-content h2 {
    font-size: 1.25em;
    padding: 12px 0 5px 0;
    margin-bottom: 0.375em;
  }
  .news-content h2.emp {
    margin-bottom: 0;
    padding: 5px 0 0;
  }
  .news-content h2:hover {
    opacity: 0.7;
  }
  .news-content .email-signup h2:hover {
    opacity: 1;
  }
  .news-content img {
    margin: 0.30em 0;
    max-width: 100%;
    max-height: 111px;
  }
  .news-content .care img {
    max-height: 100%;
  }
  .news-content .center-cropped {
    width: 166px;
    height: 111px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .news-content .excerpt p {
    margin-bottom: 3px;
    height: 63px;
    font-size: 90%;
  }
  .news-content #type-tag {
    width: 45px;
    height: 45px;
  }
  .news-content #type-tag .release-circle, .news-content #type-tag .page-program-circle {
    width: 27px;
    height: 23px;
  }
  .news-content #type-tag .opinion-circle {
    width: 26px;
    height: 26px;
  }
  .news-content #type-tag .audio-circle {
    width: 26px;
    height: 26px;
  }
  .news-content #type-tag .video-circle {
    width: 27px;
    height: 26px;
  }
  .news-content #type-tag .email-update-circle {
    width: 27px;
    height: 26px;
  }
  .news-content .button {
    padding: 10px 15px;
    font-size: 14px;
  }
  .news-content #play-thumb .icon-overlay.icon-play-media {
    width: 33px;
    height: 34px;
    margin-left: -12px;
    margin-top: -16px;
  }
  .news-content #play-thumb a:hover .icon-overlay.icon-play-media {
    width: 33px;
    height: 34px;
    margin-left: -12px;
    margin-top: -16px;
  }
  .date-back {
    padding: 9px 0;
  }
  #stay-pic {
    display: block;
  }
  #stay-mobile {
    display: none;
  }
  /** CONTACT **/
  .rep-container {
    font-size: 0.9em;
  }
  .d-8of100 {
    float: left;
    width: 8%;
    padding: 0 0.55em;
  }
  .d-10of100 {
    float: left;
    width: 10%;
    padding: 0 0.55em;
  }
  .d-11of100 {
    float: left;
    width: 11%;
    padding: 0 0.55em;
  }
  .d-12of100 {
    float: left;
    width: 12%;
    padding: 0 0.55em;
  }
  .d-17of100 {
    float: left;
    width: 17%;
    padding: 0 0.55em;
  }
  .d-18of100 {
    float: left;
    width: 18%;
    padding: 0 0.55em;
  }
  .d-20of100 {
    float: left;
    width: 20%;
    padding: 0 0.55em;
  }
  .d-22of100 {
    float: left;
    width: 22%;
    padding: 0 0.55em;
  }
  .d-28of100 {
    float: left;
    width: 28%;
    padding: 0 0.55em;
  }
  .d-38of100 {
    float: left;
    width: 38%;
    padding: 0 0.55em;
  }
  .d-50of100 {
    float: left;
    width: 50%;
    padding: 0 0.55em;
  }
  .header-row {
    background: #C7CCD3;
    color: #fff;
    margin-bottom: 43px;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
  }
  .title-row {
    display: block;
    font-weight: 700;
    height: 26px;
    text-align: center;
    text-transform: uppercase;
  }
  .contact-row {
    height: 66px;
    display: flex;
    align-items: center;
  }
  body.postid-8318 .contact-row, body.postid-8372 .contact-row {
    height: unset;
  }
  div.rep-container > div:nth-of-type(even) {
    background: #DEE3EB;
  }
  .bill-num {
    float: left;
    width: 18.4325%;
    padding: 0 0.55em;
  }
  .tax-topic {
    float: left;
    width: 30.1665%;
    padding: 0 0.55em;
  }
  .millions {
    float: left;
    width: 29.6325%;
    padding: 0 0.55em;
  }
  .data-source {
    float: left;
    width: 21.6325%;
    padding: 0 0.55em;
  }
  .short-col {
    float: left;
    width: 12%;
    padding: 0 0.7em;
  }
  .short-col.lefted {
    text-align: left;
  }
  .stocky-col {
    float: left;
    width: 24%;
    padding: 0 0.7em;
  }
  .stocky-col.lefted {
    text-align: left;
  }
  .med-col {
    float: left;
    width: 52%;
    padding: 0 0.55em;
    text-align: left;
  }
  .long-col {
    float: left;
    width: 64%;
    padding: 0 0.55em;
    text-align: left;
  }
  .tax-table {
    padding: 1em 0.1em !important;
  }
  .tax-table .bill-num, .tax-table .tax-topic, .tax-table .data-source {
    text-align: left;
  }
  .tax-table .bill-num {
    padding: 0 2.7em;
  }
  .tax-table .data-source {
    padding: 0 2.1em;
  }
  .tax-table .millions {
    text-align: right;
    padding: 0 5em;
  }
  .tax-table span {
    display: none;
  }
  body.page-id-16 .temp-menu .temp-menu-item {
    width: 196px;
    margin-left: 4px;
    margin-right: 4px;
  }
  body.page-id-16 .temp-menu .temp-menu-item .tmi-inner {
    height: 78px;
  }
  body.page-id-16 .news-content {
    padding: 0 1.2em;
  }
  body.page-id-16 .news-content .excerpt p {
    overflow: visible;
  }
  body.page-id-16 #play-thumb {
    width: fit-content;
  }
  body.page-id-16 #show-date {
    max-width: 550px;
  }
  body.page-id-16 .date-back {
    padding: 0;
  }
  .toptitle {
    display: none;
  }
  .listhold {
    margin: 41px 0 24px;
  }
  .listhold .d-1of4, .listhold .t-1of4 {
    display: block;
  }
  .listhold .d-3of4, .listhold .t-3of4 {
    display: block;
    padding: 19px 0 19px;
    width: 75%;
  }
  .listhold .d-3of4.squeeze, .listhold .t-3of4.squeeze {
    padding: 29px 0;
  }
  .listhold ul {
    font-size: 13px;
  }
  body.postid-5627 .d-all.t-all.listhold {
    padding: 0 1px;
  }
  .titlehold {
    display: block;
  }
  .rep-container .millions span {
    font-size: 10px;
  }
  #rep-contact .d-name {
    text-align: left;
    width: 12%;
    padding: 0 0.55em;
  }
  #rep-contact .d-district {
    text-align: left;
    width: 10%;
    padding: 0 0.55em;
  }
  #rep-contact .d-phone {
    text-align: left;
    width: 12%;
    padding: 0 0.55em;
  }
  #rep-contact .d-email {
    text-align: left;
    width: 20%;
    padding: 0 0.55em;
  }
  #rep-contact .d-committees {
    display: block;
    text-align: left;
    width: 50%;
    padding: 0 0.55em;
  }
  #media-contact .d-name {
    text-align: left;
    width: 11%;
    padding: 0 0.55em;
  }
  #media-contact .d-title {
    text-align: left;
    width: 22%;
    padding: 0 0.55em;
  }
  #media-contact .d-phone {
    text-align: left;
    width: 12%;
    padding: 0 0.55em;
  }
  #media-contact .d-email {
    text-align: left;
    width: 19%;
    padding: 0 0.55em;
  }
  #media-contact .d-reps {
    display: block;
    text-align: left;
    width: 36%;
    padding: 0 0.55em;
  }
  #admin-contact .d-name {
    text-align: left;
    width: 25%;
    padding: 0 0.55em;
  }
  #admin-contact .d-name .d-position {
    width: 40%;
    margin: 0 auto;
  }
  #admin-contact .d-title {
    text-align: left;
    width: 25%;
    padding: 0 0.55em;
  }
  #admin-contact .d-title .d-position {
    width: 65%;
    margin: 0 auto;
  }
  #admin-contact .d-phone {
    text-align: left;
    width: 25%;
    padding: 0 0.55em;
  }
  #admin-contact .d-phone .d-position {
    width: 45%;
    margin: 0 auto;
  }
  #admin-contact .d-email {
    text-align: left;
    width: 25%;
    padding: 0 0.55em;
  }
  #admin-contact .d-email .d-position {
    width: 60%;
    margin: 0 auto;
  }
  #staff-contact .d-name {
    text-align: left;
    width: 12%;
    padding: 0 0.55em;
  }
  #staff-contact .d-title {
    text-align: left;
    width: 18%;
    padding: 0 0.55em;
  }
  #staff-contact .d-phone {
    text-align: left;
    width: 12%;
    padding: 0 0.55em;
  }
  #staff-contact .d-email {
    text-align: left;
    width: 20%;
    padding: 0 0.55em;
  }
  #staff-contact .d-committees {
    display: block;
    text-align: left;
    width: 38%;
    padding: 0 0.55em;
  }
  .news-content #mobile-desc {
    display: none;
  }
  #sidebar2, #sidebar3 {
    display: block;
  }
  #sidebar2 h3, #sidebar3 h3 {
    font-size: 1.3em;
  }
  #sidebar2 h4, #sidebar3 h4 {
    font-size: 1.15em;
  }
  #sidebar2 #headgroup .sign-up-head h3, #sidebar3 #headgroup .sign-up-head h3 {
    font-size: 1.3em;
    margin: 1.225em 0 0.4em;
  }
  .temp-menu {
    width: 780px;
  }
  .temp-menu .temp-menu-item {
    width: 240px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .temp-menu .temp-menu-item:nth-of-type(1) {
    float: left;
  }
  .temp-menu .temp-menu-item:nth-of-type(2) {
    float: right;
  }
  .temp-menu .temp-menu-item:nth-of-type(3) {
    float: right;
  }
  .temp-menu .temp-menu-item:nth-of-type(4) {
    float: right;
  }
  .wp-block-algori-pdf-viewer-block-algori-pdf-viewer-iframe {
    width: 100% !important;
    height: 880px !important;
  }
  .button.cands {
    font-size: 17px;
  }
  body.page-id-5723 .sharify-container {
    padding: 0 !important;
  }
  p.big-no-bottom {
    margin-bottom: 0;
  }
  .footer-links h4, .footer-links.m-hide h4 {
    display: block;
    font-size: 1em;
    margin: 4.4em 0 1em 0;
  }
  /***** SPECIAL SLIDER STYLES *****/
  body.postid-6671 .wp-block-algori-pdf-viewer-block-algori-pdf-viewer-iframe {
    max-height: 585px !important;
  }
}

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

******************************************************************/
  .wrap {
    width: 1200px;
  }
  .news-content h2 {
    font-size: 1.4em;
  }
  .news-content img {
    margin: 0.45em 0;
    max-width: 100%;
    max-height: 125px;
  }
  .news-content .care img {
    max-height: 100%;
  }
  .news-content .center-cropped {
    width: 188px;
    height: 125px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .news-content .excerpt p {
    margin: 0 0 0.15em 0;
    height: 72px;
    font-size: 100%;
  }
  .news-content .excerpt .inlier {
    padding-top: 0.8em;
  }
  .header .bleed-row-blue {
    background: #0f4577;
    color: #fff;
  }
  .header .bleed-row-blue .menu-left {
    float: left;
  }
  .header .bleed-row-blue .menu-left a {
    padding: 0.9em 1.95em;
  }
  .header .bleed-row-blue .menu-right {
    float: right;
  }
  .header .bleed-row-blue .menu-right a {
    padding: 0.9em 2.45em;
  }
  .announce-left {
    background: url("../images/left-ledger-banner.png") no-repeat center center;
  }
  .announce-right {
    background: url("../images/twsl-banner-right.png") no-repeat center center;
  }
  .wp-block-algori-pdf-viewer-block-algori-pdf-viewer-iframe {
    height: 1061px !important;
  }
  .capitol-buzz .options h5 {
    font-size: 0.846em;
  }
  .listhold {
    margin: 35px 0 25px;
  }
  .listhold .d-3of4, .listhold .t-3of4 {
    padding: 17px 0 18px;
    width: 75%;
  }
  .listhold .d-3of4.squeeze, .listhold .t-3of4.squeeze {
    padding: 29px 0;
  }
  .listhold ul {
    font-size: 15px;
  }
  .titlehold {
    padding: 64px 10px;
  }
  .titlehold h3 {
    font-size: 1.8em;
  }
  .button.cands {
    font-size: 18px;
  }
  .sourced span {
    display: block;
  }
  .sourced h5 {
    padding-top: 1em;
  }
  body.page-id-16 .temp-menu .temp-menu-item {
    width: 230px;
  }
  body.page-id-16 .temp-menu .temp-menu-item .tmi-inner {
    height: 54px;
  }
  /***** SPECIAL SLIDER STYLES *****/
  body.postid-6671 .wp-block-algori-pdf-viewer-block-algori-pdf-viewer-iframe {
    max-height: 678px !important;
  }
}

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

******************************************************************/
  .zetta-menu > li.zm-logo {
    background: url("../images/mobile-logo@2x.png") no-repeat top center;
    background-size: 156px 39px;
  }
  .accordion-section-title.finder, .accordion-section-title.finder:hover {
    background-image: url("../images/down-chev@2x.png");
    background-size: 12px 14px;
  }
  .accordion-section-title.finder.active, .accordion-section-title.finder.active:hover {
    background-image: url("../images/up-chev@2x.png");
    background-size: 12px 14px;
  }
  /* 

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.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/** MORE **/
.nav li a:hover {
  background: #03243f;
  text-decoration: none;
  opacity: 1;
}

.featured-image-portrait img {
  height: 192px !important;
  width: 262px !important;
}
