@charset "UTF-8";

/**
 * Miscellaneous Utilities
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2012, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

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

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

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

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.ir {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  direction: ltr;
  background-color: transparent;
  background-repeat: no-repeat;
}
.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus, .visuallyhidden.focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix, .form-group,
.form-stacked .form-group,
div.form-group.form-stacked,
label.form-group.form-stacked {
  zoom: 1;
}
.clearfix:before, .form-group:before,
.form-stacked .form-group:before,
div.form-group.form-stacked:before,
label.form-group.form-stacked:before, .clearfix:after, .form-group:after,
.form-stacked .form-group:after,
div.form-group.form-stacked:after,
label.form-group.form-stacked:after {
  content: "";
  display: table;
}
.clearfix:after, .form-group:after,
.form-stacked .form-group:after,
div.form-group.form-stacked:after,
label.form-group.form-stacked:after {
  clear: both;
}

.clear, .clear-both {
  clear: both;
}

/**
 * icon-font-face mixin
 * Adds the @font-face CSS
 * CAUTION: This mixin will not work within a CSS selector
 *
 * @param $iconFontName The font name
 * @param $iconFontPath The font path including name, but not including the extension
 */
/**
 * Typographic layout styling and overrides.
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2011, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 */
/**
 * List styling and overrides.
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2011, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 */
/**
 * Grid lists: .menu-detail, .menu-thumb
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2011, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 */
/**
 * Colorbox styling
 *
 * @author Drake Cooper
 * @link http://www.drakecooper.com
 * @copyright (c) 2013, Drake Cooper. All rights reserved.
 * @info This is a custom file and may not be used, modified, or reproduced
 * without express permission of Drake Cooper.
 *
 * Use at least the following settings to play nicely with this:

$.colorbox({
    close   : '<button class="go icon-before" data-icon="icon-close"><span>Close</span></button>',
    next    : '<button class="go icon-before" data-icon="icon-arrow-right"><span>Next</span></button>',
    previous: '<button class="go icon-before" data-icon="icon-arrow-left"><span>Prev</span></button>',
});

 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter {
  display: none;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  bottom: 0;
  left: 0;
  position: absolute;
}

#cboxNext {
  bottom: 0;
  left: 27px;
  position: absolute;
}

#cboxClose {
  bottom: 0;
  position: absolute;
  right: 0;
}

#colorbox button.go,
#colorbox a.button.go,
#colorbox .button-group a.go,
.button-group #colorbox a.go {
  margin: 0;
}

@font-face {
  font-family: "Icons";
  src: url("/wp-content/themes/idahoednews/library/fonts/icons.eot");
  src: url("/wp-content/themes/idahoednews/library/fonts/icons.eot#iefix") format("eot"), url("/wp-content/themes/idahoednews/library/fonts/icons.woff#iefix") format("woff"), url("/wp-content/themes/idahoednews/library/fonts/icons.ttf#iefix") format("truetype"), url("/wp-content/themes/idahoednews/library/fonts/icons.svg#iefix") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon^="icon-"].icon-before:before,
[data-icon^="icon-"].icon-after:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-icon^="icon-"].icon-before.icon-block:before,
[data-icon^="icon-"].icon-after.icon-block:after {
  width: 1.25em;
}

p a[data-icon].icon-before:before {
  margin-right: 0.2em;
}
p a[data-icon].icon-after:after {
  margin-left: 0.2em;
}

a[href^="mailto:"],
a[href^="tel:"],
a[href^="fax:"],
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xls"],
a[href$=".xlsx"],
a[href$=".ppt"],
a[href$=".pptx"],
a[href$=".zip"],
a[href$=".gzip"],
a[href$=".tar"],
a[data-icon] {
  white-space: nowrap;
}

.anchor-icon, #content p, #content address {
  /*
      a[href$=".txt"]:before,
      a[href$=".rtf"]:before {
        color: $anchor-icon-color-txt;
        content: "";
      }
      a[href$=".aspx"]:before,
      a[href$=".htm"]:before,
      a[href$=".html"]:before,
      a[href$=".xml"]:before {
        color: $anchor-icon-color-html;
        content: "\e004";
      }
      a[href$=".css"]:before,
      a[href$=".scss"]:before,
      a[href$=".sass"]:before {
        color: $anchor-icon-color-css;
        content: "\e005";
      }
  */
  /*    a[href][data-icon]:before {
        content: attr(data-icon);
      } */
}
.anchor-icon a[href]:before, #content p a[href]:before, #content address a[href]:before {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.2em;
  text-decoration: none;
}
.anchor-icon a[href^="mailto:"]:before, #content p a[href^="mailto:"]:before, #content address a[href^="mailto:"]:before,
.anchor-icon [data-icon="icon-mailto"]:before,
#content p [data-icon="icon-mailto"]:before,
#content address [data-icon="icon-mailto"]:before {
  content: "\f003";
}
.anchor-icon a[href^="tel:"]:before, #content p a[href^="tel:"]:before, #content address a[href^="tel:"]:before,
.anchor-icon [data-icon="icon-tel"]:before,
#content p [data-icon="icon-tel"]:before,
#content address [data-icon="icon-tel"]:before {
  content: "\f095";
}
.anchor-icon a[href^="fax:"]:before, #content p a[href^="fax:"]:before, #content address a[href^="fax:"]:before,
.anchor-icon [data-icon="icon-fax"]:before,
#content p [data-icon="icon-fax"]:before,
#content address [data-icon="icon-fax"]:before {
  content: "\f02f";
}
.anchor-icon a[href$=".pdf"]:before, #content p a[href$=".pdf"]:before, #content address a[href$=".pdf"]:before,
.anchor-icon [data-icon="icon-file-pdf"]:before,
#content p [data-icon="icon-file-pdf"]:before,
#content address [data-icon="icon-file-pdf"]:before {
  color: #eb2300;
  content: "\e007";
}
.anchor-icon a[href$=".doc"]:before, #content p a[href$=".doc"]:before, #content address a[href$=".doc"]:before,
.anchor-icon a[href$=".docx"]:before,
#content p a[href$=".docx"]:before,
#content address a[href$=".docx"]:before,
.anchor-icon [data-icon="icon-file-doc"]:before,
#content p [data-icon="icon-file-doc"]:before,
#content address [data-icon="icon-file-doc"]:before {
  color: #009edc;
  content: "\e006";
}
.anchor-icon a[href$=".xls"]:before, #content p a[href$=".xls"]:before, #content address a[href$=".xls"]:before,
.anchor-icon a[href$=".xlsx"]:before,
#content p a[href$=".xlsx"]:before,
#content address a[href$=".xlsx"]:before,
.anchor-icon [data-icon="icon-file-xls"]:before,
#content p [data-icon="icon-file-xls"]:before,
#content address [data-icon="icon-file-xls"]:before {
  color: #61c14f;
  content: "\e001";
}
.anchor-icon a[href$=".ppt"]:before, #content p a[href$=".ppt"]:before, #content address a[href$=".ppt"]:before,
.anchor-icon a[href$=".pptx"]:before,
#content p a[href$=".pptx"]:before,
#content address a[href$=".pptx"]:before,
.anchor-icon [data-icon="icon-file-ppt"]:before,
#content p [data-icon="icon-file-ppt"]:before,
#content address [data-icon="icon-file-ppt"]:before {
  color: #ff6500;
  content: "\e002";
}
.anchor-icon a[href$=".zip"]:before, #content p a[href$=".zip"]:before, #content address a[href$=".zip"]:before,
.anchor-icon a[href$=".gzip"]:before,
#content p a[href$=".gzip"]:before,
#content address a[href$=".gzip"]:before,
.anchor-icon a[href$=".tar"]:before,
#content p a[href$=".tar"]:before,
#content address a[href$=".tar"]:before,
.anchor-icon [data-icon="icon-file-zip"]:before,
#content p [data-icon="icon-file-zip"]:before,
#content address [data-icon="icon-file-zip"]:before {
  color: #252525;
  content: "\e003";
}

ul.anchor-icon, #content ul.anchor-icon {
  padding-left: 40px;
}
ul.anchor-icon li, #content ul.anchor-icon li {
  list-style: none;
}
ul.anchor-icon li a[href]:before, #content ul.anchor-icon li a[href]:before {
  left: -40px;
  margin-right: -2em;
  position: relative;
  text-align: right;
  width: 2em;
}

.no-anchor-icon .anchor-icon a[href], .no-anchor-icon #content p a[href], #content .no-anchor-icon p a[href], .no-anchor-icon #content address a[href], #content .no-anchor-icon address a[href],
.no-anchor-icon.anchor-icon a[href],
#content p.no-anchor-icon a[href],
#content address.no-anchor-icon a[href],
.anchor-icon a.no-anchor-icon[href],
#content p a.no-anchor-icon[href],
#content address a.no-anchor-icon[href],
#content p a[href].button,
#content p .button-group a[href],
.button-group #content p a[href],
#content address a[href].button,
#content address .button-group a[href],
.button-group #content address a[href] {
  white-space: normal;
}
.no-anchor-icon .anchor-icon a[href]:before, .no-anchor-icon #content p a[href]:before, #content .no-anchor-icon p a[href]:before, .no-anchor-icon #content address a[href]:before, #content .no-anchor-icon address a[href]:before,
.no-anchor-icon.anchor-icon a[href]:before,
#content p.no-anchor-icon a[href]:before,
#content address.no-anchor-icon a[href]:before,
.anchor-icon a.no-anchor-icon[href]:before,
#content p a.no-anchor-icon[href]:before,
#content address a.no-anchor-icon[href]:before,
#content p a[href].button:before,
#content p .button-group a[href]:before,
.button-group #content p a[href]:before,
#content address a[href].button:before,
#content address .button-group a[href]:before,
.button-group #content address a[href]:before {
  content: "";
  margin-right: auto;
}

.more.external-link:after,
.external-link:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  margin-left: 0.2em;
  text-decoration: none;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Icons";
  src: url("/wp-content/themes/idahoednews/library/fonts/icons.eot");
  src: url("/wp-content/themes/idahoednews/library/fonts/icons.eot#iefix") format("eot"), url("/wp-content/themes/idahoednews/library/fonts/icons.woff#iefix") format("woff"), url("/wp-content/themes/idahoednews/library/fonts/icons.ttf#iefix") format("truetype"), url("/wp-content/themes/idahoednews/library/fonts/icons.svg#iefix") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon^="icon-"].icon-before:before,
[data-icon^="icon-"].icon-after:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-icon^="icon-"].icon-before.icon-block:before,
[data-icon^="icon-"].icon-after.icon-block:after {
  width: 1.25em;
}

p a[data-icon].icon-before:before {
  margin-right: 0.2em;
}
p a[data-icon].icon-after:after {
  margin-left: 0.2em;
}

a[href^="mailto:"],
a[href^="tel:"],
a[href^="fax:"],
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xls"],
a[href$=".xlsx"],
a[href$=".ppt"],
a[href$=".pptx"],
a[href$=".zip"],
a[href$=".gzip"],
a[href$=".tar"],
a[data-icon] {
  white-space: nowrap;
}

.anchor-icon, #content p, #content address {
  /*
      a[href$=".txt"]:before,
      a[href$=".rtf"]:before {
        color: $anchor-icon-color-txt;
        content: "";
      }
      a[href$=".aspx"]:before,
      a[href$=".htm"]:before,
      a[href$=".html"]:before,
      a[href$=".xml"]:before {
        color: $anchor-icon-color-html;
        content: "\e004";
      }
      a[href$=".css"]:before,
      a[href$=".scss"]:before,
      a[href$=".sass"]:before {
        color: $anchor-icon-color-css;
        content: "\e005";
      }
  */
  /*    a[href][data-icon]:before {
        content: attr(data-icon);
      } */
}
.anchor-icon a[href]:before, #content p a[href]:before, #content address a[href]:before {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.2em;
  text-decoration: none;
}
.anchor-icon a[href^="mailto:"]:before, #content p a[href^="mailto:"]:before, #content address a[href^="mailto:"]:before,
.anchor-icon [data-icon="icon-mailto"]:before,
#content p [data-icon="icon-mailto"]:before,
#content address [data-icon="icon-mailto"]:before {
  content: "\f003";
}
.anchor-icon a[href^="tel:"]:before, #content p a[href^="tel:"]:before, #content address a[href^="tel:"]:before,
.anchor-icon [data-icon="icon-tel"]:before,
#content p [data-icon="icon-tel"]:before,
#content address [data-icon="icon-tel"]:before {
  content: "\f095";
}
.anchor-icon a[href^="fax:"]:before, #content p a[href^="fax:"]:before, #content address a[href^="fax:"]:before,
.anchor-icon [data-icon="icon-fax"]:before,
#content p [data-icon="icon-fax"]:before,
#content address [data-icon="icon-fax"]:before {
  content: "\f02f";
}
.anchor-icon a[href$=".pdf"]:before, #content p a[href$=".pdf"]:before, #content address a[href$=".pdf"]:before,
.anchor-icon [data-icon="icon-file-pdf"]:before,
#content p [data-icon="icon-file-pdf"]:before,
#content address [data-icon="icon-file-pdf"]:before {
  color: #eb2300;
  content: "\e007";
}
.anchor-icon a[href$=".doc"]:before, #content p a[href$=".doc"]:before, #content address a[href$=".doc"]:before,
.anchor-icon a[href$=".docx"]:before,
#content p a[href$=".docx"]:before,
#content address a[href$=".docx"]:before,
.anchor-icon [data-icon="icon-file-doc"]:before,
#content p [data-icon="icon-file-doc"]:before,
#content address [data-icon="icon-file-doc"]:before {
  color: #009edc;
  content: "\e006";
}
.anchor-icon a[href$=".xls"]:before, #content p a[href$=".xls"]:before, #content address a[href$=".xls"]:before,
.anchor-icon a[href$=".xlsx"]:before,
#content p a[href$=".xlsx"]:before,
#content address a[href$=".xlsx"]:before,
.anchor-icon [data-icon="icon-file-xls"]:before,
#content p [data-icon="icon-file-xls"]:before,
#content address [data-icon="icon-file-xls"]:before {
  color: #61c14f;
  content: "\e001";
}
.anchor-icon a[href$=".ppt"]:before, #content p a[href$=".ppt"]:before, #content address a[href$=".ppt"]:before,
.anchor-icon a[href$=".pptx"]:before,
#content p a[href$=".pptx"]:before,
#content address a[href$=".pptx"]:before,
.anchor-icon [data-icon="icon-file-ppt"]:before,
#content p [data-icon="icon-file-ppt"]:before,
#content address [data-icon="icon-file-ppt"]:before {
  color: #ff6500;
  content: "\e002";
}
.anchor-icon a[href$=".zip"]:before, #content p a[href$=".zip"]:before, #content address a[href$=".zip"]:before,
.anchor-icon a[href$=".gzip"]:before,
#content p a[href$=".gzip"]:before,
#content address a[href$=".gzip"]:before,
.anchor-icon a[href$=".tar"]:before,
#content p a[href$=".tar"]:before,
#content address a[href$=".tar"]:before,
.anchor-icon [data-icon="icon-file-zip"]:before,
#content p [data-icon="icon-file-zip"]:before,
#content address [data-icon="icon-file-zip"]:before {
  color: #252525;
  content: "\e003";
}

ul.anchor-icon, #content ul.anchor-icon {
  padding-left: 40px;
}
ul.anchor-icon li, #content ul.anchor-icon li {
  list-style: none;
}
ul.anchor-icon li a[href]:before, #content ul.anchor-icon li a[href]:before {
  left: -40px;
  margin-right: -2em;
  position: relative;
  text-align: right;
  width: 2em;
}

.no-anchor-icon .anchor-icon a[href], .no-anchor-icon #content p a[href], #content .no-anchor-icon p a[href], .no-anchor-icon #content address a[href], #content .no-anchor-icon address a[href],
.no-anchor-icon.anchor-icon a[href],
#content p.no-anchor-icon a[href],
#content address.no-anchor-icon a[href],
.anchor-icon a.no-anchor-icon[href],
#content p a.no-anchor-icon[href],
#content address a.no-anchor-icon[href],
#content p a[href].button,
#content p .button-group a[href],
.button-group #content p a[href],
#content address a[href].button,
#content address .button-group a[href],
.button-group #content address a[href] {
  white-space: normal;
}
.no-anchor-icon .anchor-icon a[href]:before, .no-anchor-icon #content p a[href]:before, #content .no-anchor-icon p a[href]:before, .no-anchor-icon #content address a[href]:before, #content .no-anchor-icon address a[href]:before,
.no-anchor-icon.anchor-icon a[href]:before,
#content p.no-anchor-icon a[href]:before,
#content address.no-anchor-icon a[href]:before,
.anchor-icon a.no-anchor-icon[href]:before,
#content p a.no-anchor-icon[href]:before,
#content address a.no-anchor-icon[href]:before,
#content p a[href].button:before,
#content p .button-group a[href]:before,
.button-group #content p a[href]:before,
#content address a[href].button:before,
#content address .button-group a[href]:before,
.button-group #content address a[href]:before {
  content: "";
  margin-right: auto;
}

.more.external-link:after,
.external-link:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  margin-left: 0.2em;
  text-decoration: none;
}

.icon-font-pseudo-element {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #404040;
  font: 400 18px/20px "Source Sans Pro", sans-serif;
  *font-size: small;
}

.p, p, address, blockquote, pre, ol, ul {
  margin: 0 0 20px;
  padding: 0;
}

table.p {
  margin: 0 0 20px;
  padding: 0;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 15px;
  line-height: 20px;
}

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

sub {
  top: -0.5em;
}

sup {
  bottom: -.025em;
}

cite {
  font-style: italic;
}

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

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

q:before {
  content: "\201C";
}

q:after {
  content: "\201D";
}

blockquote {
  border-left: 5px solid #eee;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 15px;
}
blockquote.text-right {
  border: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
}
blockquote small {
  color: #bbb;
  display: block;
  font-size: 17px;
}
blockquote small:before {
  content: "— ";
}

pre, code, kbd, samp {
  font-family: Monaco,"Courier New",Courier,monospace,sans-serif;
  font-size: 15.3px;
  font-weight: normal;
  line-height: 1;
  -webkit-tab-size: 2;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
}

code, pre {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

pre {
  line-height: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title], acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

address {
  font-style: normal;
}
address abbr, address abbr[title] {
  border: 0;
  display: inline-block;
}

address:last-child {
  background: none;
}

hr {
  background: none transparent;
  border: 0;
  border-top: 1px solid #d2d2d2;
  clear: both;
  display: block;
  height: 1px;
  margin: 0 0 19px;
  padding: 0;
}

hr.dotted {
  background: none transparent;
  border-top: 1px dotted #d2d2d2;
}

::-moz-selection {
  background: #00657f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00657f;
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #00657f;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-size: 70%;
  font-weight: normal;
  line-height: 1;
}

h1, .h1 {
  color: #404040;
  font: normal 700 32px/40px "Source Sans Pro", sans-serif;
  padding: 20px 0px;
}
h1 small, .h1 small {
  color: #aeaeae;
}

h2, .h2 {
  color: #404040;
  font: normal 700 26px/40px "Source Sans Pro", sans-serif;
  padding: 10px 0px;
}
h2 small, .h2 small {
  color: #aeaeae;
}

h3, .h3 {
  color: #404040;
  font: normal 400 22px/40px "Source Sans Pro", sans-serif;
  padding: 10px 0px;
}
h3 small, .h3 small {
  color: #aeaeae;
}

h4, .h4 {
  color: #aeaeae;
  font: normal 400 20px/20px "Source Sans Pro", sans-serif;
  padding: 10px 0px;
}
h4 small, .h4 small {
  color: #404040;
}

h5, .h5 {
  color: #aeaeae;
  font: normal 400 18px/20px "Source Sans Pro", sans-serif;
  text-transform: none;
}
h5 small, .h5 small {
  color: #404040;
}

h6, .h6 {
  color: #aeaeae;
  font: none bold 12px/20px "Source Sans Pro", sans-serif;
  text-transform: none;
}
h6 small, .h6 small {
  color: #404040;
}

th {
  color: #aeaeae;
  font: normal 400 18px/20px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
th small {
  color: #404040;
}

thead th {
  font: normal 400 13px/20px "Source Sans Pro", sans-serif;
}

dt {
  clear: both;
  color: #aeaeae;
  font: normal 400 13px/20px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
dt small {
  color: #404040;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active, a h1, a:link h1, a:visited h1, a:active h1,
h2 a, h2 a:link, h2 a:visited, h2 a:active, a h2, a:link h2, a:visited h2, a:active h2,
h3 a, h3 a:link, h3 a:visited, h3 a:active, a h3, a:link h3, a:visited h3, a:active h3,
h4 a, h4 a:link, h4 a:visited, h4 a:active, a h4, a:link h4, a:visited h4, a:active h4,
h5 a, h5 a:link, h5 a:visited, h5 a:active, a h5, a:link h5, a:visited h5, a:active h5,
h6 a, h6 a:link, h6 a:visited, h6 a:active, a h6, a:link h6, a:visited h6, a:active h6 {
  color: #e24301;
  text-decoration: none;
  -moz-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color color border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

h1 a:hover, a:hover h1,
h2 a:hover, a:hover h2,
h3 a:hover, a:hover h3,
h4 a:hover, a:hover h4,
h5 a:hover, a:hover h5,
h6 a:hover, a:hover h6 {
  border: none;
  color: #00657f;
  text-decoration: none;
}

a, a p span {
  -moz-transition-property: background-color, color, border-color;
  -o-transition-property: background-color, color, border-color;
  -webkit-transition-property: background-color, color, border-color;
  transition-property: background-color color border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #e24301;
  text-decoration: none;
}

a:visited {
  color: #e24301;
  text-decoration: none;
}

a:active {
  color: #e24301;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #00657f;
  text-decoration: none;
  outline: 0;
}

*:focus {
  outline: transparent thin dotted;
  -moz-transition-property: outline-color;
  -o-transition-property: outline-color;
  -webkit-transition-property: outline-color;
  transition-property: outline-color;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#content p a {
  text-decoration: none;
}
#content p a:visited {
  text-decoration: none;
}
#content p a:active {
  text-decoration: none;
}
#content p a:hover {
  text-decoration: none;
}

a p, a:visited p, a:active p, a:hover p {
  color: #404040;
  text-decoration: none;
}

a p span {
  color: #e24301;
}

a p span:after {
  content: '\00A0\00BB';
}

a:hover p span {
  color: #00657f;
  text-decoration: none;
}

a:hover p span:after {
  content: '\2002\2002\00BB';
}

a[href^="tel:"] {
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

th {
  text-align: left;
}

table.text-left td, table.text-left th {
  text-align: left;
}

table.text-center td, table.text-center th {
  text-align: center;
}

table.text-right td, table.text-right th {
  text-align: right;
}

#content img {
  padding: 0;
}

.alignleft {
  margin: 4px 20px 16px 0px;
  float: left;
}

.alignright {
  margin: 4px 0px 16px 20px;
  float: right;
}
.alignnone {
  padding-bottom: 20px;
}
.aligncenter {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.aligncenter img {
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}
.aligncenter img:first-child, .aligncenter img.first {
  margin-left: 0;
}
.aligncenter img:last-child, .aligncenter img.last {
  margin-right: 0;
}

table.alignleft, table.aligncenter, table.alignright {
  display: table;
}

h2.alignleft, h2.alignright, h3.alignleft, h3.alignright, h4.alignleft, h4.alignright, h5.alignleft, h5.alignright, h6.alignleft, h6.alignright {
  line-height: 20px;
  padding: 4px 0px 16px;
  width: 150px;
}
h2.alignleft, h3.alignleft, h4.alignleft, h5.alignleft, h6.alignleft {
  margin: 0px 20px 0px 0px;
}
h2.alignright, h3.alignright, h4.alignright, h5.alignright, h6.alignright {
  margin: 0px 0px 0px 20px;
}
h2.aligncenter, h3.aligncenter, h4.aligncenter, h5.aligncenter, h6.aligncenter {
  margin: 0 auto 20px;
  width: 300px;
}

menu ul, menu ol,
nav ul, nav ol {
  margin: 0;
}
menu ul li, menu ol li,
nav ul li, nav ol li {
  list-style: none;
}

menu {
  margin: 0;
  padding: 0;
}

.xoxo {
  margin: 0;
}
.xoxo > li {
  list-style: none;
}

dl {
  margin: 0;
}

dt {
  font-weight: normal;
}
dt code {
  font-style: normal;
}

dd {
  padding: 0;
  margin: 0 0 20px 1em;
}

ol, ul {
  display: block;
  line-height: 20px;
  margin: 0px 0px 20px 40px;
  padding: 0;
}
ol.unstyled, ul.unstyled {
  list-style: none;
  padding-left: 0;
}

ol li > ol, ol li > ul,
ul li > ul, ul li > ol {
  margin: 0;
  padding: 0 0 0 40px;
}

td > ul, td > ol {
  padding-right: 10px;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style: disc;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li {
  display: list-item;
}

li a * {
  cursor: pointer;
}

ul.list-tree,
ul.list-tree ul {
  border-left: 1px solid #404040;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list-tree ul {
  margin-left: 9px;
}
ul.list-tree li {
  margin-left: -1px;
  padding-left: 10px;
  position: relative;
}
ul.list-tree li:before {
  border-bottom: 1px solid #404040;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 5px;
}
ul.list-tree li:last-child {
  border-left: 1px solid white;
}
ul.list-tree li:last-child:before {
  border-left: 1px solid #404040;
  left: -1px;
  width: 4px;
}
ul.list-tree nav ul, ul.list-tree menu ul, ul.list-tree div ul {
  border: 0;
  margin-left: 0;
}
ul.list-tree nav ul ul, ul.list-tree menu ul ul, ul.list-tree div ul ul {
  margin-left: 40px;
}
ul.list-tree nav li, ul.list-tree nav li:last-child, ul.list-tree menu li, ul.list-tree menu li:last-child, ul.list-tree div li, ul.list-tree div li:last-child {
  border: 0;
  margin-left: 0;
  padding-left: 0;
}
ul.list-tree nav li:before, ul.list-tree nav li:last-child:before, ul.list-tree menu li:before, ul.list-tree menu li:last-child:before, ul.list-tree div li:before, ul.list-tree div li:last-child:before {
  display: none;
}

dl.dl-horizontal dt {
  clear: left;
  float: left;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
}
dl.dl-horizontal dd {
  margin-left: 200px;
}
dl.dl-horizontal.wide dt {
  width: 260px;
}
dl.dl-horizontal.wide dd {
  margin-left: 280px;
}

dl.toc,
dl.table-of-contents {
  margin-bottom: 20px;
}
dl.toc dt,
dl.table-of-contents dt {
  float: left;
  text-align: left;
  padding-right: .2em;
}
dl.toc dd,
dl.table-of-contents dd {
  display: block;
  height: 20px;
  text-align: right;
  margin-bottom: 0;
}
dl.toc dd > *,
dl.table-of-contents dd > * {
  float: right;
  padding-left: .2em;
}
dl.toc.dot-leaders dd:after,
dl.table-of-contents.dot-leaders dd:after {
  border-bottom: 1px dotted #aeaeae;
  content: "";
  display: block;
  height: 15px;
  overflow: hidden;
}

ol.linenums {
  padding-left: 40px;
  padding-bottom: 0;
}

.grid-list ul,
ul.grid-list {
  *zoom: 1;
  margin: 0 -10px;
}
.grid-list ul:after,
ul.grid-list:after {
  content: "";
  display: table;
  clear: both;
}
.grid-list ul > li,
ul.grid-list > li {
  width: 300px;
  display: inline;
  float: left;
  margin: 0 10px 20px;
  position: relative;
}

table {
  margin-bottom: 20px;
}

td, th {
  padding: 0;
}

table.pad td, table.default td, table.pad th, table.default th {
  padding: 7.2px 18px;
}

table.pad-h td, table.pad-h th {
  padding-left: 18px;
  padding-right: 18px;
}

table.pad-v td, table.pad-v th {
  padding-top: 7.2px;
  padding-bottom: 7.2px;
}

td, th {
  line-height: 20px;
}

table.border td, table.border th {
  line-height: 19px;
}

table.pad td, table.default td, table.pad th, table.default th {
  padding: 10px 18px;
}

table.pad.border td, table.border.default td, table.default table.border td, table.pad.border th, table.border.default th, table.default table.border th, table.pad.border-h td, table.border-h.default td, table.default table.border-h td, table.pad.border-h th, table.border-h.default th, table.default table.border-h th,
table.border.pad td,
table.border.default td,
table.default table.border td,
table.border.pad th,
table.border.default th,
table.default table.border th, table.border-h.pad td, table.border-h.default td, table.default table.border-h td, table.border-h.pad th, table.border-h.default th, table.default table.border-h th {
  line-height: 20px;
  padding: 9px 18px 10px;
}

table.pad.outline *:first-child tr:first-child td, table.default *:first-child tr:first-child td, table.default table *:first-child tr:first-child td, table.pad.outline *:first-child tr:first-child th, table.default *:first-child tr:first-child th, table.default table *:first-child tr:first-child th, table.outline.pad *:first-child tr:first-child td, table.default *:first-child tr:first-child td, table.default table *:first-child tr:first-child td, table.outline.pad *:first-child tr:first-child th, table.default *:first-child tr:first-child th, table.default table *:first-child tr:first-child th {
  padding: 9px 18px 10px;
}

table.pad-h td, table.pad-h th {
  padding-left: 18px;
  padding-right: 18px;
}

table.pad-v td, table.pad-v th {
  padding: 10px 0px;
}

table {
  /*
      border-style: solid;
      border-color: $table-border-color;
      border-width: 0;
  */
  border-collapse: separate;
  *border-collapse: collapse;
}
table caption + thead tr:first-child th, table caption + thead tr:first-child td,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table > *:first-child tr:first-child th,
table > *:first-child tr:first-child td {
  border-top: 0;
}

table.border {
  border-style: solid;
  border-color: #aeaeae;
  border-width: 1px 1px 1px 0;
  margin-bottom: 19px;
}
table.border th, table.border td {
  border-left: 1px solid #aeaeae;
  border-top: 1px solid #aeaeae;
}

table.border-h {
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  margin-bottom: 19px;
}
table.border-h th, table.border-h td {
  border-top: 1px solid #aeaeae;
}

table.border-v, table.default, table.default table {
  border-right: 1px solid #aeaeae;
}
table.border-v th, table.default th, table.border-v td, table.default td {
  border-left: 1px solid #aeaeae;
}

table.outline, table.default, table.default table {
  margin-bottom: 19px;
  border: 1px solid #aeaeae;
}
table.outline.border, table.border.default, table.default table.border, table.outline.border-v, table.default, table.default table {
  border-left-width: 0;
}

table.corners, table.default, table.default table {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

thead.corners tr:first-child > *:first-child,
table.corners *:first-child > tr:first-child > *:first-child,
table.default *:first-child > tr:first-child > *:first-child {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

thead.corners tr:first-child > *:last-child,
table.corners *:first-child > tr:first-child > *:last-child,
table.default *:first-child > tr:first-child > *:last-child {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

tfoot.corners tr:last-child > *:first-child,
table.corners *:last-child > tr:last-child > *:first-child,
table.default *:last-child > tr:last-child > *:first-child {
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

tfoot.corners tr:last-child > *:last-child,
table.corners *:last-child > tr:last-child > *:last-child,
table.default *:last-child > tr:last-child > *:last-child {
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

table.zebra > thead > tr > th:nth-child(2n), table.zebra-v > thead > tr > th:nth-child(2n),
thead.zebra > tr > th:nth-child(2n), thead.zebra-v > tr > th:nth-child(2n) {
  background: none #acacac;
}

table.zebra > thead > tr:nth-child(2n) > th, table.zebra-h > thead > tr:nth-child(2n) > th, table.default > thead > tr:nth-child(2n) > th, table.default table > thead > tr:nth-child(2n) > th,
thead.zebra > tr:nth-child(2n) > th, thead.zebra-h > tr:nth-child(2n) > th {
  background: none #acacac;
}

table.zebra > thead > tr:nth-child(2n) > th:nth-child(2n),
thead.zebra > tr:nth-child(2n) > th:nth-child(2n) {
  background: none #a4a4a4;
}

table.zebra > tbody > tr > td:nth-child(2n), table.zebra-v > tbody > tr > td:nth-child(2n),
tbody.zebra > tr > td:nth-child(2n), tbody.zebra-v > tr > td:nth-child(2n) {
  background: none #d7d7d7;
}

table.zebra > tbody > tr:nth-child(2n) > td, table.zebra-h > tbody > tr:nth-child(2n) > td, table.default > tbody > tr:nth-child(2n) > td, table.default table > tbody > tr:nth-child(2n) > td,
tbody.zebra > tr:nth-child(2n) > td, tbody.zebra-h > tr:nth-child(2n) > td {
  background: none #d2d2d2;
}

table.zebra > tbody > tr:nth-child(2n) > td:nth-child(2n),
tbody.zebra > tr:nth-child(2n) > td:nth-child(2n) {
  background: none #cacaca;
}

table.hover tr:hover > td, table.default tr:hover > td, table.default table tr:hover > td {
  background: none silver;
}

table.zebra.hover tr:hover > td:nth-child(2n), table.zebra.default tr:hover > td:nth-child(2n), table.default table.zebra tr:hover > td:nth-child(2n), table.zebra-v.hover tr:hover > td:nth-child(2n), table.zebra-v.default tr:hover > td:nth-child(2n), table.default table.zebra-v tr:hover > td:nth-child(2n), table.hover.zebra tr:hover > td:nth-child(2n), table.zebra.default tr:hover > td:nth-child(2n), table.default table.zebra tr:hover > td:nth-child(2n), table.hover.zebra-v tr:hover > td:nth-child(2n), table.zebra-v.default tr:hover > td:nth-child(2n), table.default table.zebra-v tr:hover > td:nth-child(2n),
tbody.zebra.hover tr:hover > td:nth-child(2n), tbody.zebra-v.hover tr:hover > td:nth-child(2n), tbody.hover.zebra tr:hover > td:nth-child(2n), tbody.hover.zebra-v tr:hover > td:nth-child(2n) {
  background: none silver;
}

table.zebra.hover tr:nth-child(2n):hover > td, table.zebra.default tr:nth-child(2n):hover > td, table.default table.zebra tr:nth-child(2n):hover > td, table.zebra-h.hover tr:nth-child(2n):hover > td, table.default tr:nth-child(2n):hover > td, table.default table tr:nth-child(2n):hover > td, table.hover.zebra tr:nth-child(2n):hover > td, table.zebra.default tr:nth-child(2n):hover > td, table.default table.zebra tr:nth-child(2n):hover > td, table.hover.zebra-h tr:nth-child(2n):hover > td, table.default tr:nth-child(2n):hover > td, table.default table tr:nth-child(2n):hover > td,
tbody.zebra.hover tr:nth-child(2n):hover > td, tbody.zebra-h.hover tr:nth-child(2n):hover > td, tbody.hover.zebra tr:nth-child(2n):hover > td, tbody.hover.zebra-h tr:nth-child(2n):hover > td {
  background: none silver;
}

table.zebra.hover tr:nth-child(2n):hover > td:nth-child(2n), table.zebra.default tr:nth-child(2n):hover > td:nth-child(2n), table.default table.zebra tr:nth-child(2n):hover > td:nth-child(2n),
table.hover.zebra tr:nth-child(2n):hover > td:nth-child(2n),
table.zebra.default tr:nth-child(2n):hover > td:nth-child(2n),
table.default table.zebra tr:nth-child(2n):hover > td:nth-child(2n) {
  background: none silver;
}

table.default td {
  background: none #dfdfdf;
}
table.default thead th,
table.default thead td {
  background: none #b9b9b9;
  vertical-align: bottom;
}
table.default thead th,
table.default tbody th {
  background: none #b9b9b9;
  color: #fff;
  font-size: .8em;
  font-style: normal;
  text-transform: uppercase;
}
table.default table {
  margin: -7.2px -19px -8.2px;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  font: normal 400 23px "Source Sans Pro", sans-serif;
  line-height: 40px;
  padding: 10px 0px;
}

label {
  display: block;
  font: normal 400 18px/20px "Source Sans Pro", sans-serif;
}

.form-group,
.form-stacked .form-group,
div.form-group.form-stacked,
label.form-group.form-stacked {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.form-group > *,
.form-group > * > *,
.form-stacked .form-group > *,
.form-stacked .form-group > * > *,
div.form-group.form-stacked > *,
div.form-group.form-stacked > * > *,
label.form-group.form-stacked > *,
label.form-group.form-stacked > * > * {
  display: block;
  vertical-align: middle;
}
.form-group > span > small,
.form-stacked .form-group > span > small,
div.form-group.form-stacked > span > small,
label.form-group.form-stacked > span > small {
  display: inline;
}

.form-vertical .form-group > *,
div.form-group.form-vertical > * {
  display: block;
}
.form-vertical .form-group > * > *,
div.form-group.form-vertical > * > * {
  display: inline-block;
}
.form-vertical .form-group > * > option,
div.form-group.form-vertical > * > option {
  display: block;
}

.form-horizontal legend {
  padding-left: 160px;
}

.form-horizontal .form-group,
div.form-group.form-horizontal,
label.form-group.form-horizontal {
  position: relative;
}
.form-horizontal .form-group > *,
div.form-group.form-horizontal > *,
label.form-group.form-horizontal > * {
  display: block;
  margin-left: 160px;
}
.form-horizontal .form-group > * > *,
div.form-group.form-horizontal > * > *,
label.form-group.form-horizontal > * > * {
  display: inline-block;
}
.form-horizontal .form-group > * > option,
div.form-group.form-horizontal > * > option,
label.form-group.form-horizontal > * > option {
  display: block;
}
.form-horizontal .form-group > span,
div.form-group.form-horizontal > span,
label.form-group.form-horizontal > span {
  margin: 10px 10px 10px 0px;
  position: absolute;
  text-align: right;
  width: 150px;
}

div.form-group.form-stacked > *,
div.form-group.form-vertical > *,
div.form-group.form-inline > * {
  margin: 0;
}
div.form-group.form-stacked > span,
div.form-group.form-vertical > span,
div.form-group.form-inline > span {
  margin: 0;
  position: relative;
  text-align: inherit;
  width: 100%;
}

.form-inline .form-group > *,
div.form-group.form-inline > * {
  float: left;
  display: inline-block;
}
.form-inline .form-group > * > *,
div.form-group.form-inline > * > * {
  display: block;
}
.form-inline .form-group > span,
div.form-group.form-inline > span {
  display: block;
  width: 100%;
}
.form-inline .form-group > span > small,
div.form-group.form-inline > span > small {
  display: inline;
}

div.form-group.form-stacked > *, div.form-group.form-stacked > * > *, label.form-group.form-stacked > *, label.form-group.form-stacked > * > *,
div.form-group.form-vertical > *,
div.form-group.form-vertical > * > *, label.form-group.form-vertical > *, label.form-group.form-vertical > * > *,
div.form-group.form-horizontal > *,
div.form-group.form-horizontal > * > *, label.form-group.form-horizontal > *, label.form-group.form-horizontal > * > * {
  float: none;
}

input,
textarea,
select {
  background: none repeat 0 0 none;
  border-color: #aeaeae;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #404040;
  display: inline;
  font: normal 400 18px "Source Sans Pro", sans-serif;
  margin: 4px 0px;
  outline: none;
  padding: 5px 5px;
  text-shadow: none;
  text-transform: none;
  -moz-transition-property: "border";
  -o-transition-property: "border";
  -webkit-transition-property: "border";
  transition-property: "border";
  -moz-transition-duration: ".2s";
  -o-transition-duration: ".2s";
  -webkit-transition-duration: ".2s";
  transition-duration: ".2s";
}
input[disabled],
textarea[disabled],
select[disabled] {
  color: #aaa;
  cursor: not-allowed;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #e24301;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  height: 32px;
  padding: 4px 5px;
  *padding: 6px 5px;
}

textarea {
  height: 85px;
  line-height: 20px;
  padding: 3px 5px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  height: 20px;
  *height: 10px;
  line-height: 1;
  *line-height: 10px;
}

input[type="checkbox"],
input[type="radio"] {
  box-shadow: none;
}

label.radio, label.checkbox {
  padding-left: 18px;
}

div.radio, div.checkbox, table.radio, table.checkbox {
  margin: 10px 0px;
}
div.radio > label, div.checkbox > label, table.radio > label, table.checkbox > label {
  line-height: 1;
  margin-right: 20px;
  padding-left: 18px;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
  background-color: transparent;
  border: 0 none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: .24em 0 0;
  padding: 0;
  width: auto;
}

.radio input[type="radio"], .radio input[type="checkbox"], .checkbox input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline > *, .checkbox.inline > * {
  display: inline-block;
}

table.radio input[type="radio"], table.radio input[type="checkbox"], table.checkbox input[type="radio"], table.checkbox input[type="checkbox"] {
  margin: .25em 0 0;
}

a .info, a.info,
a .notice, a.notice, .label .info, .label.info,
.label .notice, .label.notice, .badge .info, .badge.info,
.badge .notice, .badge.notice {
  background-color: #339bb9;
  color: #e2f8ff;
}
a .info:hover, a.info:hover,
a .notice:hover, a.notice:hover, .label .info:hover, .label.info:hover,
.label .notice:hover, .label.notice:hover, .badge .info:hover, .badge.info:hover,
.badge .notice:hover, .badge.notice:hover {
  background-color: #287a91;
}
a .success, a.success, .label .success, .label.success, .badge .success, .badge.success {
  background-color: #57a957;
  color: #ddffdd;
}
a .success:hover, a.success:hover, .label .success:hover, .label.success:hover, .badge .success:hover, .badge.success:hover {
  background-color: #458845;
}
a .warning, a.warning,
a .attention, a.attention, .label .warning, .label.warning,
.label .attention, .label.attention, .badge .warning, .badge.warning,
.badge .attention, .badge.attention {
  background-color: #faa732;
  color: #ffeedb;
}
a .warning:hover, a.warning:hover,
a .attention:hover, a.attention:hover, .label .warning:hover, .label.warning:hover,
.label .attention:hover, .label.attention:hover, .badge .warning:hover, .badge.warning:hover,
.badge .attention:hover, .badge.attention:hover {
  background-color: #f39106;
}
a .error, a.error,
a .danger, a.danger,
a .important, a.important, .label .error, .label.error,
.label .danger, .label.danger,
.label .important, .label.important, .badge .error, .badge.error,
.badge .danger, .badge.danger,
.badge .important, .badge.important {
  background-color: #c43c35;
  color: #ffe0e0;
}
a .error:hover, a.error:hover,
a .danger:hover, a.danger:hover,
a .important:hover, a.important:hover, .label .error:hover, .label.error:hover,
.label .danger:hover, .label.danger:hover,
.label .important:hover, .label.important:hover, .badge .error:hover, .badge.error:hover,
.badge .danger:hover, .badge.danger:hover,
.badge .important:hover, .badge.important:hover {
  background-color: #9c302a;
}

.alert,
.notification {
  background-color: #f3f3f3;
  border: 1px solid #aeaeae;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #aeaeae;
  padding: 9px 20px;
  margin: 0 0 20px;
}
.alert p:last-child,
.notification p:last-child {
  margin: 0;
}
.alert .close,
.notification .close {
  color: #000;
  float: right;
  font: bold 20px/20px "Helvetica Neue";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  position: relative;
  top: -2px;
}
.alert .close:hover,
.notification .close:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
}
.alert .info, .alert.info,
.alert .information, .alert.information,
.alert .notice, .alert.notice,
.notification .info,
.notification.info,
.notification .information,
.notification.information,
.notification .notice,
.notification.notice {
  background-color: #e2f8ff;
  border: 1px solid #339bb9;
  color: #339bb9;
}
.alert .success, .alert.success,
.notification .success,
.notification.success {
  background-color: #ddffdd;
  border: 1px solid #57a957;
  color: #57a957;
}
.alert .warning, .alert.warning,
.alert .attention, .alert.attention,
.notification .warning,
.notification.warning,
.notification .attention,
.notification.attention {
  background-color: #ffeedb;
  border: 1px solid #faa732;
  color: #faa732;
}
.alert .error, .alert.error,
.alert .danger, .alert.danger,
.alert .important, .alert.important,
.notification .error,
.notification.error,
.notification .danger,
.notification.danger,
.notification .important,
.notification.important {
  background-color: #ffe0e0;
  border: 1px solid #c43c35;
  color: #c43c35;
}

.info,
.information,
.notice {
  color: #287a91;
}
.info input, .info select, .info textarea,
.information input,
.information select,
.information textarea,
.notice input,
.notice select,
.notice textarea {
  border-color: #339bb9;
  color: #287a91;
}
.info input:focus, .info select:focus, .info textarea:focus,
.information input:focus,
.information select:focus,
.information textarea:focus,
.notice input:focus,
.notice select:focus,
.notice textarea:focus {
  border-color: #339bb9;
  -moz-box-shadow: 0 0 8px 0 rgba(51, 155, 185, 0.5);
  -webkit-box-shadow: 0 0 8px 0 rgba(51, 155, 185, 0.5);
  box-shadow: 0 0 8px 0 rgba(51, 155, 185, 0.5);
}

.success {
  color: #458845;
}
.success input, .success select, .success textarea {
  border-color: #57a957;
  color: #458845;
}
.success input:focus, .success select:focus, .success textarea:focus {
  border-color: #57a957;
  -moz-box-shadow: 0 0 8px 0 rgba(87, 169, 87, 0.5);
  -webkit-box-shadow: 0 0 8px 0 rgba(87, 169, 87, 0.5);
  box-shadow: 0 0 8px 0 rgba(87, 169, 87, 0.5);
}

.warning,
.attention {
  color: #c17305;
}
.warning input, .warning select, .warning textarea,
.attention input,
.attention select,
.attention textarea {
  border-color: #faa732;
  color: #c17305;
}
.warning input:focus, .warning select:focus, .warning textarea:focus,
.attention input:focus,
.attention select:focus,
.attention textarea:focus {
  border-color: #faa732;
  -moz-box-shadow: 0 0 8px 0 rgba(250, 167, 50, 0.5);
  -webkit-box-shadow: 0 0 8px 0 rgba(250, 167, 50, 0.5);
  box-shadow: 0 0 8px 0 rgba(250, 167, 50, 0.5);
}

.error,
.danger,
.important {
  color: #9c302a;
}
.error input, .error select, .error textarea,
.danger input,
.danger select,
.danger textarea,
.important input,
.important select,
.important textarea {
  border-color: #c43c35;
  color: #9c302a;
}
.error input:focus, .error select:focus, .error textarea:focus,
.danger input:focus,
.danger select:focus,
.danger textarea:focus,
.important input:focus,
.important select:focus,
.important textarea:focus {
  border-color: #c43c35;
  -moz-box-shadow: 0 0 8px 0 rgba(196, 60, 53, 0.5);
  -webkit-box-shadow: 0 0 8px 0 rgba(196, 60, 53, 0.5);
  box-shadow: 0 0 8px 0 rgba(196, 60, 53, 0.5);
}

.info input.placeholder::-webkit-input-placeholder, .info input.placeholder:required::-webkit-input-placeholder, .info input.placeholder:-moz-placeholder, .info input.placeholder:required:-moz-placeholder, .info textarea.placeholder::-webkit-input-placeholder, .info textarea.placeholder:required::-webkit-input-placeholder, .info textarea.placeholder:-moz-placeholder, .info textarea.placeholder:required:-moz-placeholder,
.info input::-webkit-input-placeholder,
.info input:required::-webkit-input-placeholder,
.info input:-moz-placeholder,
.info input:required:-moz-placeholder, .info select::-webkit-input-placeholder, .info select:required::-webkit-input-placeholder, .info select:-moz-placeholder, .info select:required:-moz-placeholder, .info textarea::-webkit-input-placeholder, .info textarea:required::-webkit-input-placeholder, .info textarea:-moz-placeholder, .info textarea:required:-moz-placeholder,
.information input.placeholder::-webkit-input-placeholder,
.information input.placeholder:required::-webkit-input-placeholder,
.information input.placeholder:-moz-placeholder,
.information input.placeholder:required:-moz-placeholder,
.information textarea.placeholder::-webkit-input-placeholder,
.information textarea.placeholder:required::-webkit-input-placeholder,
.information textarea.placeholder:-moz-placeholder,
.information textarea.placeholder:required:-moz-placeholder,
.information input::-webkit-input-placeholder,
.information input:required::-webkit-input-placeholder,
.information input:-moz-placeholder,
.information input:required:-moz-placeholder,
.information select::-webkit-input-placeholder,
.information select:required::-webkit-input-placeholder,
.information select:-moz-placeholder,
.information select:required:-moz-placeholder,
.information textarea::-webkit-input-placeholder,
.information textarea:required::-webkit-input-placeholder,
.information textarea:-moz-placeholder,
.information textarea:required:-moz-placeholder,
.notice input.placeholder::-webkit-input-placeholder,
.notice input.placeholder:required::-webkit-input-placeholder,
.notice input.placeholder:-moz-placeholder,
.notice input.placeholder:required:-moz-placeholder,
.notice textarea.placeholder::-webkit-input-placeholder,
.notice textarea.placeholder:required::-webkit-input-placeholder,
.notice textarea.placeholder:-moz-placeholder,
.notice textarea.placeholder:required:-moz-placeholder,
.notice input::-webkit-input-placeholder,
.notice input:required::-webkit-input-placeholder,
.notice input:-moz-placeholder,
.notice input:required:-moz-placeholder,
.notice select::-webkit-input-placeholder,
.notice select:required::-webkit-input-placeholder,
.notice select:-moz-placeholder,
.notice select:required:-moz-placeholder,
.notice textarea::-webkit-input-placeholder,
.notice textarea:required::-webkit-input-placeholder,
.notice textarea:-moz-placeholder,
.notice textarea:required:-moz-placeholder {
  color: #287a91;
}

.success input.placeholder::-webkit-input-placeholder, .success input.placeholder:required::-webkit-input-placeholder, .success input.placeholder:-moz-placeholder, .success input.placeholder:required:-moz-placeholder, .success textarea.placeholder::-webkit-input-placeholder, .success textarea.placeholder:required::-webkit-input-placeholder, .success textarea.placeholder:-moz-placeholder, .success textarea.placeholder:required:-moz-placeholder,
.success input::-webkit-input-placeholder,
.success input:required::-webkit-input-placeholder,
.success input:-moz-placeholder,
.success input:required:-moz-placeholder, .success select::-webkit-input-placeholder, .success select:required::-webkit-input-placeholder, .success select:-moz-placeholder, .success select:required:-moz-placeholder, .success textarea::-webkit-input-placeholder, .success textarea:required::-webkit-input-placeholder, .success textarea:-moz-placeholder, .success textarea:required:-moz-placeholder {
  color: #458845;
}

.warning input.placeholder::-webkit-input-placeholder, .warning input.placeholder:required::-webkit-input-placeholder, .warning input.placeholder:-moz-placeholder, .warning input.placeholder:required:-moz-placeholder, .warning textarea.placeholder::-webkit-input-placeholder, .warning textarea.placeholder:required::-webkit-input-placeholder, .warning textarea.placeholder:-moz-placeholder, .warning textarea.placeholder:required:-moz-placeholder,
.warning input::-webkit-input-placeholder,
.warning input:required::-webkit-input-placeholder,
.warning input:-moz-placeholder,
.warning input:required:-moz-placeholder, .warning select::-webkit-input-placeholder, .warning select:required::-webkit-input-placeholder, .warning select:-moz-placeholder, .warning select:required:-moz-placeholder, .warning textarea::-webkit-input-placeholder, .warning textarea:required::-webkit-input-placeholder, .warning textarea:-moz-placeholder, .warning textarea:required:-moz-placeholder,
.attention input.placeholder::-webkit-input-placeholder,
.attention input.placeholder:required::-webkit-input-placeholder,
.attention input.placeholder:-moz-placeholder,
.attention input.placeholder:required:-moz-placeholder,
.attention textarea.placeholder::-webkit-input-placeholder,
.attention textarea.placeholder:required::-webkit-input-placeholder,
.attention textarea.placeholder:-moz-placeholder,
.attention textarea.placeholder:required:-moz-placeholder,
.attention input::-webkit-input-placeholder,
.attention input:required::-webkit-input-placeholder,
.attention input:-moz-placeholder,
.attention input:required:-moz-placeholder,
.attention select::-webkit-input-placeholder,
.attention select:required::-webkit-input-placeholder,
.attention select:-moz-placeholder,
.attention select:required:-moz-placeholder,
.attention textarea::-webkit-input-placeholder,
.attention textarea:required::-webkit-input-placeholder,
.attention textarea:-moz-placeholder,
.attention textarea:required:-moz-placeholder {
  color: #f39106;
}

.error input.placeholder::-webkit-input-placeholder, .error input.placeholder:required::-webkit-input-placeholder, .error input.placeholder:-moz-placeholder, .error input.placeholder:required:-moz-placeholder, .error textarea.placeholder::-webkit-input-placeholder, .error textarea.placeholder:required::-webkit-input-placeholder, .error textarea.placeholder:-moz-placeholder, .error textarea.placeholder:required:-moz-placeholder,
.error input::-webkit-input-placeholder,
.error input:required::-webkit-input-placeholder,
.error input:-moz-placeholder,
.error input:required:-moz-placeholder, .error select::-webkit-input-placeholder, .error select:required::-webkit-input-placeholder, .error select:-moz-placeholder, .error select:required:-moz-placeholder, .error textarea::-webkit-input-placeholder, .error textarea:required::-webkit-input-placeholder, .error textarea:-moz-placeholder, .error textarea:required:-moz-placeholder,
.danger input.placeholder::-webkit-input-placeholder,
.danger input.placeholder:required::-webkit-input-placeholder,
.danger input.placeholder:-moz-placeholder,
.danger input.placeholder:required:-moz-placeholder,
.danger textarea.placeholder::-webkit-input-placeholder,
.danger textarea.placeholder:required::-webkit-input-placeholder,
.danger textarea.placeholder:-moz-placeholder,
.danger textarea.placeholder:required:-moz-placeholder,
.danger input::-webkit-input-placeholder,
.danger input:required::-webkit-input-placeholder,
.danger input:-moz-placeholder,
.danger input:required:-moz-placeholder,
.danger select::-webkit-input-placeholder,
.danger select:required::-webkit-input-placeholder,
.danger select:-moz-placeholder,
.danger select:required:-moz-placeholder,
.danger textarea::-webkit-input-placeholder,
.danger textarea:required::-webkit-input-placeholder,
.danger textarea:-moz-placeholder,
.danger textarea:required:-moz-placeholder,
.important input.placeholder::-webkit-input-placeholder,
.important input.placeholder:required::-webkit-input-placeholder,
.important input.placeholder:-moz-placeholder,
.important input.placeholder:required:-moz-placeholder,
.important textarea.placeholder::-webkit-input-placeholder,
.important textarea.placeholder:required::-webkit-input-placeholder,
.important textarea.placeholder:-moz-placeholder,
.important textarea.placeholder:required:-moz-placeholder,
.important input::-webkit-input-placeholder,
.important input:required::-webkit-input-placeholder,
.important input:-moz-placeholder,
.important input:required:-moz-placeholder,
.important select::-webkit-input-placeholder,
.important select:required::-webkit-input-placeholder,
.important select:-moz-placeholder,
.important select:required:-moz-placeholder,
.important textarea::-webkit-input-placeholder,
.important textarea:required::-webkit-input-placeholder,
.important textarea:-moz-placeholder,
.important textarea:required:-moz-placeholder {
  color: #9c302a;
}

input.placeholder, textarea.placeholder {
  color: #aeaeae;
}

input.placeholder::-webkit-input-placeholder, input.placeholder:required::-webkit-input-placeholder, input.placeholder:-moz-placeholder, input.placeholder:required:-moz-placeholder, textarea.placeholder::-webkit-input-placeholder, textarea.placeholder:required::-webkit-input-placeholder, textarea.placeholder:-moz-placeholder, textarea.placeholder:required:-moz-placeholder,
input::-webkit-input-placeholder,
input:required::-webkit-input-placeholder,
input:-moz-placeholder,
input:required:-moz-placeholder, select::-webkit-input-placeholder, select:required::-webkit-input-placeholder, select:-moz-placeholder, select:required:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:required::-webkit-input-placeholder, textarea:-moz-placeholder, textarea:required:-moz-placeholder {
  color: #aeaeae;
}
input.placeholder::-webkit-input-placeholder.info, input.placeholder::-webkit-input-placeholder.information, input.placeholder::-webkit-input-placeholder.notice, input.placeholder:required::-webkit-input-placeholder.info, input.placeholder:required::-webkit-input-placeholder.information, input.placeholder:required::-webkit-input-placeholder.notice, input.placeholder:-moz-placeholder.info, input.placeholder:-moz-placeholder.information, input.placeholder:-moz-placeholder.notice, input.placeholder:required:-moz-placeholder.info, input.placeholder:required:-moz-placeholder.information, input.placeholder:required:-moz-placeholder.notice, textarea.placeholder::-webkit-input-placeholder.info, textarea.placeholder::-webkit-input-placeholder.information, textarea.placeholder::-webkit-input-placeholder.notice, textarea.placeholder:required::-webkit-input-placeholder.info, textarea.placeholder:required::-webkit-input-placeholder.information, textarea.placeholder:required::-webkit-input-placeholder.notice, textarea.placeholder:-moz-placeholder.info, textarea.placeholder:-moz-placeholder.information, textarea.placeholder:-moz-placeholder.notice, textarea.placeholder:required:-moz-placeholder.info, textarea.placeholder:required:-moz-placeholder.information, textarea.placeholder:required:-moz-placeholder.notice,
input::-webkit-input-placeholder.info,
input::-webkit-input-placeholder.information,
input::-webkit-input-placeholder.notice,
input:required::-webkit-input-placeholder.info,
input:required::-webkit-input-placeholder.information,
input:required::-webkit-input-placeholder.notice,
input:-moz-placeholder.info,
input:-moz-placeholder.information,
input:-moz-placeholder.notice,
input:required:-moz-placeholder.info,
input:required:-moz-placeholder.information,
input:required:-moz-placeholder.notice, select::-webkit-input-placeholder.info, select::-webkit-input-placeholder.information, select::-webkit-input-placeholder.notice, select:required::-webkit-input-placeholder.info, select:required::-webkit-input-placeholder.information, select:required::-webkit-input-placeholder.notice, select:-moz-placeholder.info, select:-moz-placeholder.information, select:-moz-placeholder.notice, select:required:-moz-placeholder.info, select:required:-moz-placeholder.information, select:required:-moz-placeholder.notice, textarea::-webkit-input-placeholder.info, textarea::-webkit-input-placeholder.information, textarea::-webkit-input-placeholder.notice, textarea:required::-webkit-input-placeholder.info, textarea:required::-webkit-input-placeholder.information, textarea:required::-webkit-input-placeholder.notice, textarea:-moz-placeholder.info, textarea:-moz-placeholder.information, textarea:-moz-placeholder.notice, textarea:required:-moz-placeholder.info, textarea:required:-moz-placeholder.information, textarea:required:-moz-placeholder.notice {
  color: #287a91;
}
input.placeholder::-webkit-input-placeholder.success, input.placeholder:required::-webkit-input-placeholder.success, input.placeholder:-moz-placeholder.success, input.placeholder:required:-moz-placeholder.success, textarea.placeholder::-webkit-input-placeholder.success, textarea.placeholder:required::-webkit-input-placeholder.success, textarea.placeholder:-moz-placeholder.success, textarea.placeholder:required:-moz-placeholder.success,
input::-webkit-input-placeholder.success,
input:required::-webkit-input-placeholder.success,
input:-moz-placeholder.success,
input:required:-moz-placeholder.success, select::-webkit-input-placeholder.success, select:required::-webkit-input-placeholder.success, select:-moz-placeholder.success, select:required:-moz-placeholder.success, textarea::-webkit-input-placeholder.success, textarea:required::-webkit-input-placeholder.success, textarea:-moz-placeholder.success, textarea:required:-moz-placeholder.success {
  color: #458845;
}
input.placeholder::-webkit-input-placeholder.warning, input.placeholder::-webkit-input-placeholder.attention, input.placeholder:required::-webkit-input-placeholder.warning, input.placeholder:required::-webkit-input-placeholder.attention, input.placeholder:-moz-placeholder.warning, input.placeholder:-moz-placeholder.attention, input.placeholder:required:-moz-placeholder.warning, input.placeholder:required:-moz-placeholder.attention, textarea.placeholder::-webkit-input-placeholder.warning, textarea.placeholder::-webkit-input-placeholder.attention, textarea.placeholder:required::-webkit-input-placeholder.warning, textarea.placeholder:required::-webkit-input-placeholder.attention, textarea.placeholder:-moz-placeholder.warning, textarea.placeholder:-moz-placeholder.attention, textarea.placeholder:required:-moz-placeholder.warning, textarea.placeholder:required:-moz-placeholder.attention,
input::-webkit-input-placeholder.warning,
input::-webkit-input-placeholder.attention,
input:required::-webkit-input-placeholder.warning,
input:required::-webkit-input-placeholder.attention,
input:-moz-placeholder.warning,
input:-moz-placeholder.attention,
input:required:-moz-placeholder.warning,
input:required:-moz-placeholder.attention, select::-webkit-input-placeholder.warning, select::-webkit-input-placeholder.attention, select:required::-webkit-input-placeholder.warning, select:required::-webkit-input-placeholder.attention, select:-moz-placeholder.warning, select:-moz-placeholder.attention, select:required:-moz-placeholder.warning, select:required:-moz-placeholder.attention, textarea::-webkit-input-placeholder.warning, textarea::-webkit-input-placeholder.attention, textarea:required::-webkit-input-placeholder.warning, textarea:required::-webkit-input-placeholder.attention, textarea:-moz-placeholder.warning, textarea:-moz-placeholder.attention, textarea:required:-moz-placeholder.warning, textarea:required:-moz-placeholder.attention {
  color: #f39106;
}
input.placeholder::-webkit-input-placeholder.error, input.placeholder::-webkit-input-placeholder.danger, input.placeholder::-webkit-input-placeholder.important, input.placeholder:required::-webkit-input-placeholder.error, input.placeholder:required::-webkit-input-placeholder.danger, input.placeholder:required::-webkit-input-placeholder.important, input.placeholder:-moz-placeholder.error, input.placeholder:-moz-placeholder.danger, input.placeholder:-moz-placeholder.important, input.placeholder:required:-moz-placeholder.error, input.placeholder:required:-moz-placeholder.danger, input.placeholder:required:-moz-placeholder.important, textarea.placeholder::-webkit-input-placeholder.error, textarea.placeholder::-webkit-input-placeholder.danger, textarea.placeholder::-webkit-input-placeholder.important, textarea.placeholder:required::-webkit-input-placeholder.error, textarea.placeholder:required::-webkit-input-placeholder.danger, textarea.placeholder:required::-webkit-input-placeholder.important, textarea.placeholder:-moz-placeholder.error, textarea.placeholder:-moz-placeholder.danger, textarea.placeholder:-moz-placeholder.important, textarea.placeholder:required:-moz-placeholder.error, textarea.placeholder:required:-moz-placeholder.danger, textarea.placeholder:required:-moz-placeholder.important,
input::-webkit-input-placeholder.error,
input::-webkit-input-placeholder.danger,
input::-webkit-input-placeholder.important,
input:required::-webkit-input-placeholder.error,
input:required::-webkit-input-placeholder.danger,
input:required::-webkit-input-placeholder.important,
input:-moz-placeholder.error,
input:-moz-placeholder.danger,
input:-moz-placeholder.important,
input:required:-moz-placeholder.error,
input:required:-moz-placeholder.danger,
input:required:-moz-placeholder.important, select::-webkit-input-placeholder.error, select::-webkit-input-placeholder.danger, select::-webkit-input-placeholder.important, select:required::-webkit-input-placeholder.error, select:required::-webkit-input-placeholder.danger, select:required::-webkit-input-placeholder.important, select:-moz-placeholder.error, select:-moz-placeholder.danger, select:-moz-placeholder.important, select:required:-moz-placeholder.error, select:required:-moz-placeholder.danger, select:required:-moz-placeholder.important, textarea::-webkit-input-placeholder.error, textarea::-webkit-input-placeholder.danger, textarea::-webkit-input-placeholder.important, textarea:required::-webkit-input-placeholder.error, textarea:required::-webkit-input-placeholder.danger, textarea:required::-webkit-input-placeholder.important, textarea:-moz-placeholder.error, textarea:-moz-placeholder.danger, textarea:-moz-placeholder.important, textarea:required:-moz-placeholder.error, textarea:required:-moz-placeholder.danger, textarea:required:-moz-placeholder.important {
  color: #9c302a;
}
input.placeholder:focus::-webkit-input-placeholder, textarea.placeholder:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #e0e0e0;
}
input.placeholder:focus:-moz-placeholder, textarea.placeholder:focus:-moz-placeholder,
input:focus:-moz-placeholder, select:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #e0e0e0;
}
input.placeholder:-moz-ui-invalid, textarea.placeholder:-moz-ui-invalid,
input:-moz-ui-invalid, select:-moz-ui-invalid, textarea:-moz-ui-invalid {
  border-color: #c43c35;
  -moz-box-shadow: 0 0 8px 0 rgba(196, 60, 53, 0.5);
  -webkit-box-shadow: 0 0 8px 0 rgba(196, 60, 53, 0.5);
  box-shadow: 0 0 8px 0 rgba(196, 60, 53, 0.5);
}
input.placeholder:-moz-ui-invalid:required::-webkit-input-placeholder, textarea.placeholder:-moz-ui-invalid:required::-webkit-input-placeholder,
input:-moz-ui-invalid:required::-webkit-input-placeholder, select:-moz-ui-invalid:required::-webkit-input-placeholder, textarea:-moz-ui-invalid:required::-webkit-input-placeholder {
  color: #c43c35;
}
input.placeholder:-moz-ui-invalid:required:-moz-placeholder, textarea.placeholder:-moz-ui-invalid:required:-moz-placeholder,
input:-moz-ui-invalid:required:-moz-placeholder, select:-moz-ui-invalid:required:-moz-placeholder, textarea:-moz-ui-invalid:required:-moz-placeholder {
  color: #c43c35;
}
input.placeholder:-moz-ui-invalid:focus::-webkit-input-placeholder, textarea.placeholder:-moz-ui-invalid:focus::-webkit-input-placeholder,
input:-moz-ui-invalid:focus::-webkit-input-placeholder, select:-moz-ui-invalid:focus::-webkit-input-placeholder, textarea:-moz-ui-invalid:focus::-webkit-input-placeholder {
  color: #e0e0e0;
}
input.placeholder:-moz-ui-invalid:focus:-moz-input-placeholder, textarea.placeholder:-moz-ui-invalid:focus:-moz-input-placeholder,
input:-moz-ui-invalid:focus:-moz-input-placeholder, select:-moz-ui-invalid:focus:-moz-input-placeholder, textarea:-moz-ui-invalid:focus:-moz-input-placeholder {
  color: #e0e0e0;
}

input[type="file"] {
  margin: 8px 0px;
}

.web-control label {
  display: inline-block;
  margin-left: 3px;
}

.label, .badge {
  background-color: #aeaeae;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #f3f3f3;
  font-size: 9.75px;
  font-weight: bold;
  line-height: 1;
  padding: 1px 4px 2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.label:hover, .badge:hover {
  background-color: #959595;
}

.badge {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1px 9px 2px;
}

.title-badge[title] {
  cursor: pointer;
}
.title-badge[title]:after {
  background-color: #c8c8c8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  content: "i";
  display: inline-block;
  font: italic 10px/12px "Source Sans Pro", sans-serif;
  margin: 4px .25em;
  text-align: center;
  width: 12px;
}
.title-badge[title]:hover:after {
  background-color: #aeaeae;
}
.title-badge[title].info:after, .title-badge[title].notice:after {
  background-color: #339bb9;
}
.title-badge[title].info:hover:after, .title-badge[title].notice:hover:after {
  background-color: #287a91;
}
.title-badge[title].success:after {
  background-color: #57a957;
}
.title-badge[title].success:hover:after {
  background-color: #458845;
}
.title-badge[title].warning:after, .title-badge[title].attention:after {
  background-color: #faa732;
}
.title-badge[title].warning:hover:after, .title-badge[title].attention:hover:after {
  background-color: #f39106;
}
.title-badge[title].error:after, .title-badge[title].danger:after, .title-badge[title].important:after {
  background-color: #c43c35;
}
.title-badge[title].error:hover:after, .title-badge[title].danger:hover:after, .title-badge[title].important:hover:after {
  background-color: #9c302a;
}

button,
a.button,
.button-group a,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  background: none repeat-x 0 center #e24301;
  border-color: rgba(0, 101, 127, 0.15);
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: normal 400 18px "Source Sans Pro", sans-serif;
  line-height: 20px;
  margin: 9px 0px;
  padding: 11px 20px 9px;
  text-decoration: none !important;
  text-shadow: none;
  text-transform: none;
  vertical-align: top;
  -moz-transition: background-color .2s, border .2s;
  -o-transition: background-color .2s, border .2s;
  -webkit-transition: background-color .2s, border .2s;
  transition: background-color .2s, border .2s;
}
button:focus,
a.button:focus,
.button-group a:focus,
.button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  -moz-box-shadow: none, 0 0 8px 0 rgba(226, 67, 1, 0.5);
  -webkit-box-shadow: none, 0 0 8px 0 rgba(226, 67, 1, 0.5);
  box-shadow: none, 0 0 8px 0 rgba(226, 67, 1, 0.5);
}
button.info, button.notice,
a.button.info,
.button-group a.info,
a.button.notice,
.button-group a.notice,
.button.info,
.button.notice,
input[type="button"].info,
input[type="button"].notice,
input[type="submit"].info,
input[type="submit"].notice,
input[type="reset"].info,
input[type="reset"].notice {
  background-color: #339bb9;
  color: #fff;
}
button.info:hover, button.notice:hover,
a.button.info:hover,
.button-group a.info:hover,
a.button.notice:hover,
.button-group a.notice:hover,
.button.info:hover,
.button.notice:hover,
input[type="button"].info:hover,
input[type="button"].notice:hover,
input[type="submit"].info:hover,
input[type="submit"].notice:hover,
input[type="reset"].info:hover,
input[type="reset"].notice:hover {
  background-color: #287a91;
}
button.success,
a.button.success,
.button-group a.success,
.button.success,
input[type="button"].success,
input[type="submit"].success,
input[type="reset"].success {
  background-color: #57a957;
  color: #fff;
}
button.success:hover,
a.button.success:hover,
.button-group a.success:hover,
.button.success:hover,
input[type="button"].success:hover,
input[type="submit"].success:hover,
input[type="reset"].success:hover {
  background-color: #458845;
}
button.warning, button.attention,
a.button.warning,
.button-group a.warning,
a.button.attention,
.button-group a.attention,
.button.warning,
.button.attention,
input[type="button"].warning,
input[type="button"].attention,
input[type="submit"].warning,
input[type="submit"].attention,
input[type="reset"].warning,
input[type="reset"].attention {
  background-color: #faa732;
  color: #fff;
}
button.warning:hover, button.attention:hover,
a.button.warning:hover,
.button-group a.warning:hover,
a.button.attention:hover,
.button-group a.attention:hover,
.button.warning:hover,
.button.attention:hover,
input[type="button"].warning:hover,
input[type="button"].attention:hover,
input[type="submit"].warning:hover,
input[type="submit"].attention:hover,
input[type="reset"].warning:hover,
input[type="reset"].attention:hover {
  background-color: #f39106;
}
button.error, button.danger, button.important,
a.button.error,
.button-group a.error,
a.button.danger,
.button-group a.danger,
a.button.important,
.button-group a.important,
.button.error,
.button.danger,
.button.important,
input[type="button"].error,
input[type="button"].danger,
input[type="button"].important,
input[type="submit"].error,
input[type="submit"].danger,
input[type="submit"].important,
input[type="reset"].error,
input[type="reset"].danger,
input[type="reset"].important {
  background-color: #c43c35;
  color: #fff;
}
button.error:hover, button.danger:hover, button.important:hover,
a.button.error:hover,
.button-group a.error:hover,
a.button.danger:hover,
.button-group a.danger:hover,
a.button.important:hover,
.button-group a.important:hover,
.button.error:hover,
.button.danger:hover,
.button.important:hover,
input[type="button"].error:hover,
input[type="button"].danger:hover,
input[type="button"].important:hover,
input[type="submit"].error:hover,
input[type="submit"].danger:hover,
input[type="submit"].important:hover,
input[type="reset"].error:hover,
input[type="reset"].danger:hover,
input[type="reset"].important:hover {
  background-color: #9c302a;
}

button:hover,
a.button:hover,
.button-group a:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background-color: #c93b01;
  color: #fff;
  text-decoration: none;
}

button:active,
a.button:active,
.button-group a:active,
.button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
  background-color: #4a1600;
}

button:disabled,
a.button.disabled,
.button-group a.disabled,
.button.disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled {
  background-color: #d5c7c1;
  cursor: not-allowed;
}
button:disabled span,
a.button.disabled span,
.button-group a.disabled span,
.button.disabled span,
input[type="button"]:disabled span,
input[type="submit"]:disabled span,
input[type="reset"]:disabled span {
  cursor: not-allowed;
}

button.go,
a.button.go,
.button-group a.go,
.button.go,
input[type="button"].go,
input[type="submit"].go,
input[type="reset"].go {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 40px;
  /*    &:before {
    //    content: url("/wp-content/themes/idahoednews/library/img/icons-sprite.png");
    //    left: -169px;
        position: relative;
    //    top: -1px;
      }*/
}
button.go span,
a.button.go span,
.button-group a.go span,
.button.go span,
input[type="button"].go span,
input[type="submit"].go span,
input[type="reset"].go span {
  display: none;
}

input[type="button"].go,
input[type="submit"].go,
input[type="reset"].go {
  background: url("/wp-content/themes/idahoednews/library/img/icons-sprite.png") no-repeat scroll -169px -1px #e24301;
}

button.large, .button-group.large > li > *, .button-group.large > ul > li > *, .button-group.large > a, .button-group.large > button,
a.button.large,
.button-group a.large,
.button.large,
input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large {
  font-size: 21.6px;
  margin: 6px 0px 5px;
  padding: 12px 20px;
}
button.small, .button-group.small > li > *, .button-group.small > ul > li > *, .button-group.small > a, .button-group.small > button,
a.button.small,
.button-group a.small,
.button.small,
input[type="button"].small,
input[type="submit"].small,
input[type="reset"].small {
  font-size: 18px;
  padding: 10px 20px;
}
button.mini, .button-group.mini > li > *, .button-group.mini > ul > li > *, .button-group.mini > a, .button-group.mini > button,
a.button.mini,
.button-group a.mini,
.button.mini,
input[type="button"].mini,
input[type="submit"].mini,
input[type="reset"].mini {
  font-size: 14.4px;
  padding: 0 2px;
}

.button-group > li, .button-group > ul > li, .button-group > a, .button-group > button {
  float: left;
}
.button-group > li > *, .button-group > ul > li > *, .button-group > a, .button-group > button {
  border-left-width: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: #af3401 3px 0 0, rgba(255, 255, 255, 0.2) 1px 1px 0 inset;
  -webkit-box-shadow: #af3401 3px 0 0, rgba(255, 255, 255, 0.2) 1px 1px 0 inset;
  box-shadow: #af3401 3px 0 0, rgba(255, 255, 255, 0.2) 1px 1px 0 inset;
}
.button-group > li:first-child > *, .button-group > ul > li:first-child > *, .button-group > a:first-child, .button-group > button:first-child {
  border-left-width: 1px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button-group > li:last-child > *, .button-group > ul > li:last-child > *, .button-group > a:last-child, .button-group > button:last-child {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}

html {
  margin-top: 0 !important;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

body {
  line-height: 26px;
}

a {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #e24301;
}
a:hover {
  color: #00657f;
}

input, textarea, select, button, .button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

input[type="text"], input[type="email"], input[type="password"] {
  line-height: normal;
}

input {
  margin: 0;
  padding: 10px;
  -moz-box-shadow: inset 0px 1px 1px 0px #d2d2d2;
  -webkit-box-shadow: inset 0px 1px 1px 0px #d2d2d2;
  box-shadow: inset 0px 1px 1px 0px #d2d2d2;
}

::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

:-ms-input-placeholder {
  text-align: center;
}

button, .button, a.button, .button-group a, input[type="submit"], input[type="button"] {
  -moz-box-shadow: #af3401 0 3px 0;
  -webkit-box-shadow: #af3401 0 3px 0;
  box-shadow: #af3401 0 3px 0;
}
button.disable, .button.disable, a.button.disable, .button-group a.disable, input[type="submit"].disable, input[type="button"].disable {
  background-color: #c93b01;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
  margin: 0;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active, h2 a, h2 a:link, h2 a:visited, h2 a:active, h3 a, h3 a:link, h3 a:visited, h3 a:active {
  color: #404040;
}
h1 a:hover, h2 a:hover, h3 a:hover {
  color: #00657f;
}

h3 {
  line-height: 28px;
}

.single-post h6 {
  float: right;
  margin: 10px 0 10px 20px;
  padding: 10px;
  background: #00657f;
  color: #fff;
  width: 280px;
  -moz-box-shadow: #aeaeae 0px 1px 4px;
  -webkit-box-shadow: #aeaeae 0px 1px 4px;
  box-shadow: #aeaeae 0px 1px 4px;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.single-post h6.alignleft {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 659px) {
  .single-post h6.alignleft {
    margin-right: 0;
    float: none;
  }
}
@media only screen and (max-width: 659px) {
  .single-post h6 {
    margin-left: 0;
    float: none;
    width: auto;
  }
}

#content > .entry-header {
  padding-bottom: 20px;
}
#content > .entry-header h1 {
  padding-top: 0;
  padding-bottom: 10px;
}
#content > .entry-header p {
  margin: 0;
}

#content article.wpp-post {
  display: none;
}

#content .wpp-list article.wpp-post {
  display: block;
}

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

a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

ol, ul {
  line-height: 26px;
}

#main, #header > .inner, #footer > .inner {
  width: 1260px;
  margin: 0 auto;
}

#main {
  *zoom: 1;
  padding-top:80px;
  margin-bottom: 40px;
}
#main:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1259px) {
  #main {
    width: auto;
    padding: 80px 20px 0;
  }
}

@media only screen and (max-width: 1299px) {
  #header > .inner, #footer > .inner {
    width: auto;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 659px) {
  .home #main {
    width: auto;
  }
}
@media only screen and (min-width: 660px) and (max-width: 979px) {
  .home #main {
    width: 620px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1299px) {
  .home #main {
    width: 940px;
  }
}

#container {
  float: left;
  width: auto;
  margin: 20px auto 0;
}
@media only screen and (max-width: 659px) {
  #container {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 660px) and (max-width: 979px) {
  #container {
    float: none;
  }
}
@media only screen and (min-width: 980px) {
  #container {
    width: 620px;
  }
}

#header {
  height: 80px;
  -moz-box-shadow: #aeaeae 0px 1px 4px;
  -webkit-box-shadow: #aeaeae 0px 1px 4px;
  box-shadow: #aeaeae 0px 1px 4px;
}

@media only screen and (min-width: 820px) {
  #header {
    position: fixed;
    background: white;
    z-index: 999;
    margin: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 819px) {
  #header {
    height: 50px;
  }
}
@media only screen and (max-width: 819px) {
  #header > .inner {
    position: relative;
  }
}
#header > .inner #open-mobile-nav {
  display: none;
}
@media only screen and (max-width: 819px) {
  #header > .inner #open-mobile-nav {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  #header > .inner #open-mobile-nav:after {
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    display: inline-block;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c9";
    color: #111;
    font-size: 24px;
    margin-top: 13px;
  }
}
#header > .inner #close-mobile-nav {
  display: none;
  color: #f3f3f3;
  background-color: #404040;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
#header > .inner #close-mobile-nav:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 20px;
  margin: 10px 12px;
}
#header > .inner #close-mobile-nav.active {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 40px;
  height: 41px;
  margin-top: 5px;
  z-index: 100;
}
#header > .inner > div {
  float: right;
}
@media only screen and (max-width: 819px) {
  #header > .inner > div {
    float: none;
    position: relative;
  }
}
#header .nav-home {
  background: url("/wp-content/themes/idahoednews/library/img/IDEDNews-Logo.png") no-repeat scroll 0 0 transparent;
  background-size: contain;
  position: absolute;
  height: 67px;
  width: 180px;
}
@media only screen and (max-width: 819px) {
  #header .nav-home {
    height: 45px;
    width: 125px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
  }
}
#header .site-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#header .menu-primary-menu-container {
  float: right;
  margin-right: 244px;
}
@media only screen and (max-width: 819px) {
  #header .menu-primary-menu-container {
    float: none;
    margin-right: 0;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100%;
    z-index: 100;
    display: none;
  }
  #header .menu-primary-menu-container.active {
    display: block;
  }
}
#header .menu-primary-menu-container a {
  color: #404040;
  font-size: 20px;
}
#header .menu-primary-menu-container a:hover {
  color: #00657f;
}
@media only screen and (max-width: 819px) {
  #header .menu-primary-menu-container a {
    color: #f3f3f3;
    display: inline-block;
    width: 100%;
  }
  #header .menu-primary-menu-container a:hover {
    color: #fff;
  }
}
#header .menu-primary-menu-container .sub-menu {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  position: absolute;
  background-color: rgba(40,40,40,.9);
  width: 175px;
  display: none;
  padding: 20px 0 10px;
  margin-top: 10px;
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
#header .menu-primary-menu-container .sub-menu .menu-item a {
  display: block;
  font-size: 15px;
  color: #d2d2d2;
  text-align: left;
  margin: 0 10px 10px;
}

#header .topics-menu > .sub-menu {
	width: 450px;
	columns: 2;
}

#header .menu-primary-menu-container .sub-menu .menu-item a:hover {
  color: #fff;
}
#header .menu-primary-menu-container .sub-menu .menu-item a[target=_blank]:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  margin-left: 4px;
  position: relative;
  top: 2px;
  font-size: 13px;
}
#header .menu-primary-menu-container .menu-item-has-children > a:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0dd";
  color: #b4b3aa;
  margin-left: 4px;
}
@media only screen and (max-width: 819px) {
  #header .menu-primary-menu-container .menu-item-has-children > a:after {
    color: #858585;
  }
}
#header .menu-primary-menu-container .menu {
  margin-top: 16px;
  padding-right: 10px;
  border-right: 1px solid #d2d2d2;
}
@media only screen and (max-width: 819px) {
  #header .menu-primary-menu-container .menu {
    background-color: #404040;
    margin-right: -20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    padding: 10px 0;
    border-right: 0;
    margin-top: 14px;
  }
}
#header .menu-primary-menu-container .menu > .menu-item {
  display: inline-block;
  padding: 10px 15px;
}
@media only screen and (max-width: 819px) {
  #header .menu-primary-menu-container .menu > .menu-item {
    display: block;
    text-align: center;
    border-top: 1px solid #111;
    margin: 0 10px;
  }
  #header .menu-primary-menu-container .menu > .menu-item:first-of-type {
    border-top: 0;
  }
}
#header .menu-primary-menu-container .menu > .menu-item.active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #404040;
  z-index: 100;
}
@media only screen and (max-width: 819px) {
  #header .menu-primary-menu-container .menu > .menu-item.active {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }
}
#header .menu-primary-menu-container .menu > .menu-item.active > a {
  color: #f3f3f3;
}
@media only screen and (max-width: 819px) {
  #header .menu-primary-menu-container .menu > .menu-item.active > a {
    margin-top: 2px;
  }
}
#header .menu-primary-menu-container .menu > .menu-item.active > a:after {
  content: "\f00d";
  color: #f3f3f3;
  font-size: 14.5px;
}
#header .menu-primary-menu-container .menu > .menu-item.active .sub-menu {
  display: block;
  z-index: 50;
}
@media only screen and (max-width: 819px) {
  #header .menu-primary-menu-container .menu > .menu-item.active .sub-menu {
    background: transparent;
    position: static;
    width: 100%;
    margin-top: 0;
  }
}

#askusanythingwidget p,
#askusanythingheader p{
	margin-bottom: 10px;
}
#askusanythingwidget .wpcf7-list-item-label,
#askusanythingheader .wpcf7-list-item-label{
	display:none;
}
#askusanythingwidget input,
#askusanythingheader input {
	width: 98%;
	display:block;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
}
#askusanythingwidget input[type=submit] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 20px auto 0px;
}
#askusanythingheader input[type=submit] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 20px auto 0px;
	background: #00657f;
}
#askusanythingwidget textarea,
#askusanythingheader textarea {
	width: 100%;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	padding: 10px;
	margin: 0;
}
#askusanythingwidget input[type="checkbox"],
#askusanythingheader input[type="checkbox"] {
	display:inline-block;
	width: 20px;
	height: 20px;
}
.wpcf7-form-control-wrap.newsletter {
	top: 5px;
}
#askusanythingwidget h3 {
	color: white;
	display: block;
	background: #e24301;
	text-align: center;
    margin: -10px -10px 20px;
}
#askusanythingheader h3 {
	color: white;
	display: block;
	background: #00657f;
	text-align: center;
    margin: -10px -10px 20px;
}
#askusanythingwidget {
	border:1px solid #e24301;
	padding:10px;
	background: #eeeeee;
}
#askusanythingheader {
	border:1px solid #333333;
	padding:10px;
	background: #eeeeee;
}
#askusanythingwidget label,
#askusanythingheader label {
	font-size: 14px;
	width: calc(100% - 40px);
	padding-left: 10px;
}

#header-email-signup-wrapper,
#header-askusanything-wrapper {
	position:relative;
}

#header-email-signup { 
	display: inline-block;
    margin: 7px 25px 0 10px;
    width: 72px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 10px 15px;
	position: absolute;
	right: 0;
	color: white;
	background: #e24301;
	border-radius: 4px;
}
#header-askusanything { 
	display: inline-block;
    margin: 7px 25px 0 10px;
    width: 84px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 10px 15px;
	position: absolute;
	right: 110px;
	color: white;
	background: #333333;
	border-radius: 4px;
}

#header-email-signup-form {
	position: absolute;
    right: 32px;
    top: 74px;
    background: white;
    padding: 15px;
    box-shadow: 0px 15px 20px #333;
	z-index:500;
	max-width:250px;
}
#header-askusanything-form {
	position: absolute;
    right: 32px;
    top: 74px;
    background: white;
    padding: 15px;
    box-shadow: 0px 15px 20px #333;
	z-index:500;
	max-width:300px;
}
#header-email-signup-close,
#header-askusanything-close {
	position: absolute;
    right: -8px;
    top: -6px;
}
@media only screen and (max-width: 819px) {
	#header-email-signup-wrapper,
	#header-askusanything-wrapper {
		display:none;
	}
	#main {
		padding-top:0;
	}
}
	
#header .header-search-wrapper {
  position: relative;
}
#header .header-search-wrapper #search-icon {
  height: 40px;
  position: absolute;
  right: 0;
  top: 18px;
  color: #404040;
}
#header .header-search-wrapper #search-icon:hover {
  color: #00657f;
}
@media only screen and (max-width: 819px) {
  #header .header-search-wrapper #search-icon {
    top: -35px;
  }
}
#header .header-search-wrapper #search-icon:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  margin: 10px 0 0 20px;
  position: relative;
  content: "\f002";
}
#header .header-search-wrapper #search-box {
  display: none;
}
#header .header-search-wrapper.active #search-box {
  z-index: 100;
  display: inline-block;
  -moz-transform: translateY(18px);
  -ms-transform: translateY(18px);
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 819px) {
  #header .header-search-wrapper.active #search-box {
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}
#header .header-search-wrapper #close-search-icon {
  background-color: #404040;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  float: right;
  width: 40px;
  height: 41px;
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
#header .header-search-wrapper #close-search-icon:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: relative;
  margin: 10px 12px;
  content: "\f00d";
  color: #f3f3f3;
}
#header .header-search-wrapper #header-search {
  background-color: #404040;
  padding: 10px;
  -moz-transform: translateY(41px);
  -ms-transform: translateY(41px);
  -webkit-transform: translateY(41px);
  transform: translateY(41px);
  right: -10px;
  position: relative;
  width: 280px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
#header .header-search-wrapper #header-search-input {
  width: 210px;
}
#header .header-search-wrapper .header-search-submit {
  position: absolute;
  right: 10px;
  padding: 9px 12px 6px;
  margin: 0;
}
#header .header-search-wrapper .header-search-submit span:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #f3f3f3;
  font-size: 18px;
}

p.browser-flag {
  background-color: #f3f3f3;
  margin-bottom: 0;
  padding-bottom: 2px;
  text-align: center;
  font-weight: 700;
}

article .category-header {
  border-top: 1px solid #e24301;
  position: relative;
  z-index: 10;
}
article.category-kevins-blog .category-header {
	border-color: #00657f;
}
article.category-voices .category-header {
	border-color: #5c0f61;
}
article .category-header > .inner {
  background-color: #e24301;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 10px 5px;
  line-height: 0;
  color: #fff;
}

article .category-header a {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
article .category-header a:hover {
  text-decoration: underline;
}
article .entry-header {
  margin-bottom: 10px;
}
article .entry-header h1.entry-title {
  padding-bottom: 0;
}
article .entry-header h2.entry-title {
  font-size: 22px;
  line-height: 28px;
}
article .highlight .entry-header h2.entry-title {
  font-size: 26px;
  line-height: 32px;
}
article > .inner {
  padding: 20px 0 20px 20px;
}
@media only screen and (max-width: 439px) {
  article > .inner {
    padding-left: 0;
  }
}
article .highlight .category-header {
  z-index: 50;
  border-top: 3px solid #e24301;
}
article .highlight .category-header > .inner {
  padding-top: 0;
}
article .highlight > .inner {
  padding: 20px 0 20px 20px;
}
@media only screen and (max-width: 439px) {
  article .highlight > .inner {
    padding-left: 0;
  }
}
article.has-post-thumbnail {
  *zoom: 1;
  position: relative;
}
article.has-post-thumbnail:after {
  content: "";
  display: table;
  clear: both;
}
article.has-post-thumbnail .entry-thumb {
  float: right;
  width: 200px;
  margin: 30px 0 20px 20px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  article.has-post-thumbnail .entry-thumb {
    width: 100px;
  }
}
@media only screen and (max-width: 639px) {
  article.has-post-thumbnail > .inner header {
    width: calc( 100% - 120px );
  }
}
article.has-post-thumbnail .highlight .entry-thumb {
  float: none;
  width: auto;
  display: block;
  margin: 0;
  line-height: 0;
}
article.has-post-thumbnail .highlight > .inner {
  float: none;
  width: auto;
}
article.has-post-thumbnail .highlight > .inner.image {
  padding-top: 5px;
}
article.has-post-thumbnail .highlight > .inner.video {
  padding-top: 10px;
}
article.has-post-thumbnail .highlight .featured-video-plus {
  width: 100%;
  position: relative;
  padding: 56.2% 0 0;
}
article.has-post-thumbnail .highlight .featured-video-plus iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article p.hashtags {
  margin-top: -10px;
  font-size: 15px;
}
article .numbers-source {
  text-align: center;
  padding: 10px 20px;
  background-color: #f3f3f3;
  margin-bottom: 20px;
}
article .numbers-source p {
  margin-bottom: 0;
}

aside.sidebar-main {
  float: right;
  width: 300px;
  /*  #cff {
      .cff-shared-link {
        background: $extralightgray;
        border: 0; 
      }
      p {
      font-size: $small-font-size;
      line-height: $baseline;
        &.cff-post-desc {
          line-height: 16px;
        }
      }
      a:hover, a:focus {
        text-decoration: none;
      }
      .cff-item {
        border-color: $lightgray !important;
        &:last-of-type {
          border: 0 !important;
        }
      }
      .cff-likebox {
        margin-top: $baseline / 2;
      }
      .cff-author {
        margin-bottom: $baseline / 4;
      }
    }*/
}
@media only screen and (max-width: 979px) {
  aside.sidebar-main {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    float: none;
  }
}
aside.sidebar-main ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
aside.sidebar-main ul li {
  background: #f3f3f3;
  padding: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 339px) {
  aside.sidebar-main ul li {
    padding: 10px;
  }
}
aside.sidebar-main ul li.widget_text {
  background-color: transparent;
  padding: 0;
}
aside.sidebar-main ul li.widget-related-posts {
  background-color: transparent;
  padding: 0;
}
aside.sidebar-main .widget_mc4wp_form_widget {
  text-align: center;
}
@media only screen and (max-width: 439px) {
  aside.sidebar-main .widget_mc4wp_form_widget {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
aside.sidebar-main .widget_mc4wp_form_widget input {
  width: 100%;
}
aside.sidebar-main .widget_mc4wp_form_widget input[type="email"] {
  width: calc(100% - 20px);
}
aside.sidebar-main .popular-posts .widgettitle,
aside.sidebar-main .widget_top-posts .widgettitle {
  padding: 0 0 20px;
}
aside.sidebar-main .popular-posts ul,
aside.sidebar-main .widget_top-posts ul {
  padding-left: 0;
}
aside.sidebar-main .popular-posts ul li,
aside.sidebar-main .widget_top-posts ul li {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  border-top: 1px solid #d2d2d2;
}
aside.sidebar-main .popular-posts ul li a,
aside.sidebar-main .widget_top-posts ul li a {
  color: #333333;
  font-weight: bold;
}
aside.sidebar-main .popular-posts ul li a:hover,
aside.sidebar-main .widget_top-posts ul li a:hover {
  text-decoration: underline;
}

aside.sidebar-main .popular-posts ul li:last-of-type, 
aside.sidebar-main .widget_top-posts ul li:last-of-type {
  padding-bottom: 0;
}

aside.sidebar-main .entry-meta {
  font-size: 15px;
  line-height: 20px;
}
aside.sidebar-main .entry-meta .vcard:after {
  margin-right: 8px;
  font-size: 5px;
  top: -3px;
}
aside.sidebar-main .entry-title {
  margin-bottom: 10px;
}
aside.sidebar-main .entry-title a {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 20px;
}
aside.sidebar-main .entry-title a:hover {
  color: #00657f;
}
@media only screen and (max-width: 939px) {
  aside.sidebar-main .widget_mc4wp_form_widget {
    margin-top: 20px;
  }
}
aside.sidebar-main .widgettitle, aside.sidebar-main .mc4wp-form-fields h2 {
  font-size: 20px;
  line-height: 26px;
  padding-top: 0;
}
aside.sidebar-main .mc4wp-form-fields h2 {
  text-transform: none;
}
aside.sidebar-main .mc4wp-alert p {
  margin-bottom: 0;
}
aside.sidebar-main .wpp-list article .inner {
  padding: 0;
}
aside.sidebar-main .wpp-list article .entry-header {
  margin-bottom: 0 !important;
  width: auto !important;
}
aside.sidebar-main .opinionstage_widget {
  padding: 0;
  background: none;
  line-height: 0;
}
aside.sidebar-main .latest-podcast {
  padding: 20px;
  border: 1px solid #d2d2d2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #eeeeee;
}
@media only screen and (max-width: 339px) {
  aside.sidebar-main .latest-podcast {
    padding: 10px;
  }
}
aside.sidebar-main .podcast-logo {
  padding: 0 !important;
  width: 80px !important;
  float: right;
}
aside.sidebar-main .podcast-link {
  padding-bottom: 10px;
  display: inline-block;
}
aside.sidebar-main .podcast-title {
  width: 100%;
  padding-top: 15px;
  color: #00657f !important;
}
aside.sidebar-main .podcast-article {
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
}
aside.sidebar-main .podcast-article .entry-header {
  margin-bottom: 0 !important;
}
aside.sidebar-main .itunes-logo {
  width: auto;
  height: 40px;
  margin: 20px 4px 0 0;
}
aside.sidebar-main .soundcloud-logo {
  width: auto;
  height: 40px;
  margin-top: 20px;
}

body.single #container #mobile-related-posts-container {
  display: none;
}
body.single #container #mobile-related-posts-container.mobile-view {
  border-top: #404040 3px solid;
  display: inline-block;
  margin-bottom: 20px;
}
body.single #container #mobile-related-posts-container.desktop-view {
  display: none;
}
body.single #container #mobile-related-posts-container li {
  list-style: none;
}
body.single #container .widget-related-posts h3 {
  padding-bottom: 20px;
}
body.single #container .widget-related-posts .vcard:after {
  margin-right: 2px;
  margin-left: 2px;
}
body.single #container .widget-related-posts .entry-header {
  margin-bottom: 10px;
  width: 100%;
  padding-left: 0 !important;
}
body.single #container .widget-related-posts .entry-content {
  width: auto;
  font-size: 15px;
  line-height: 19px;
  float: none;
}
@media only screen and (max-width: 939px) {
  body.single #container .widget-related-posts .entry-content {
    padding-bottom: 0;
  }
}
body.single #container .widget-related-posts .entry-content p:last-of-type {
  margin-bottom: 0;
}
body.single #container .widget-related-posts a h5 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 10px;
}
body.single #container .widget-related-posts a:hover h5 {
  color: #00657f;
}
body.single #container .widget-related-posts .has-post-thumbnail img {
  float: right;
  width: 100px;
  padding-left: 10px;
  padding-bottom: 4px;
  margin-top: 0;
}
body.single #container .widget-related-posts article > .inner {
  padding: 30px 0 20px 10px;
}
@media only screen and (max-width: 299px) {
  body.single #container .widget-related-posts article > .inner {
    padding-left: 0;
  }
}
body.single #container .widget-related-posts .category-header {
  width: auto;
  border-top: 1px solid #e24301;
  margin-left: 0 !important;
}
body.single #container .widget-related-posts .category-header .inner {
  margin: 0;
}

body.single #container #extra-related-articles-sidebar {
  display: none;
}
body.single #container #extra-related-articles-content.widget-related-posts {
  margin: 0;
}
body.single #container #extra-related-articles-content.widget-related-posts.desktop-view {
  display: inline-block !important;
}
body.single #container #extra-related-articles-content.widget-related-posts.mobile-view {
  display: none !important;
}
body.single #container #extra-related-articles-content.widget-related-posts article {
  width: 300px;
  float: left;
  margin-right: 20px;
}
body.single #container #extra-related-articles-content.widget-related-posts article:nth-child(even) {
  margin-right: 0;
}
@media only screen and (max-width: 659px) {
  body.single #container #extra-related-articles-content.widget-related-posts article {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
body.single #container #extra-related-articles-content.widget-related-posts .entry-title {
  margin-bottom: 10px;
}
body.single #container #extra-related-articles-content.widget-related-posts .entry-meta {
  font-size: 15px;
  line-height: 20px;
}
body.single #container #extra-related-articles-content.widget-related-posts .entry-meta .vcard:after {
  margin-right: 2px;
  font-size: 5px;
  top: -3px;
}

.vcard, .entry-date {
  color: #999999;
}

.vcard:after {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  font-size: 7px;
  color: #d2d2d2;
  margin: 0 4px 0 8px;
  position: relative;
  top: -3px;
}
#home_abovefold {
	margin: 0 auto;
	padding-top: 100px;
	max-width: 1280px;
	width: 100%;
}
#home_abovefold .home_abovefold_tier1 article h2 {
	font-size: 30px;
	line-height: 32px;
}

#home_abovefold .home_abovefold_tier2 article h2 ,
#home_abovefold .home_abovefold_tier3 article h2 {
	font-size:20px;
	line-height:24px;
	padding-top: 15px;
}

.home_abovefold_tier1,
.home_abovefold_tier2,
.home_abovefold_tier2 article{
	float: left;
	width: 48%;
	padding: 0 1%
}

.home_abovefold_tier3 article {
	float: left;
	width: 23%;
	padding: 0 1%;
}

#home_abovefold article > .inner,
#home_abovefold article .highlight > .inner{
	padding: 15px 5px;
}

#home_abovefold article.tier2 .entry-thumb {
	width: 100%;
	padding: 0;
	margin: 0 0 5px;
	height: 200px;
	overflow:hidden;
}

#home_abovefold article.tier3 {

}

#home_abovefold article.tier3 .entry-thumb {
	display:none;
}

#home_belowfold {
	clear: both;
	max-width: 1000px;
	margin: 0 auto;
}

#home_belowfold article h2 {
	font-size:26px;
}

@media only screen and (max-width: 980px) {
  .home_abovefold_tier1,
  .home_abovefold_tier2 {
	max-width: 620px;
	width: 98%;
	padding: 1%;
	float: none;
	margin: 0 auto;
  }
  .home_abovefold_tier3 article {
	float: left;
	width: 48%;
	padding: 1%;
  }
}

@media only screen and (max-width: 640px) {
  #home_abovefold article.tier2,
  #home_abovefold article.tier3 {
	max-width: 620px;
	float: none;
	width: 98%;
	padding: 1%;
  }
  #home_abovefold article.tier3 .entry-thumb {
	display:block;
  }
}

.home-articles-container {
  float: left;

}
@media only screen and (max-width: 979px) {
  .home-articles-container {
    width: auto;
    float: none;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1299px) {
  .home-articles-container {
    width: 620px;
  }
}
.home-articles-container .newsletter-signup {
  display: none;
}
@media only screen and (max-width: 619px) {
  .home-articles-container .newsletter-signup {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 979px) {
  .home-articles-container .newsletter-signup {
    display: block;
  }
}
.home-articles-container .newsletter-signup p {
  background-color: #f3f3f3;
  text-align: center;
  padding: 10px 20px;
}
.home-articles-container .newsletter-signup p a {
  font-weight: 700;
  color: #404040;
}
.home-articles-container .newsletter-signup p a:hover {
  color: #00657f;
}

#newsletter_slide_in_signup {
	background:#333333;
	border-right: 20px solid #e24301;
	position: fixed;
	width: 400px;
	bottom: 0;
	left: 0;
	padding: 20px 40px;
	z-index: 999;
	color: white;
}
@media only screen and (max-width: 619px) {
	#newsletter_slide_in_signup {
		width: 96%;
		margin-right: 0;
		padding: 20px 2%;
		border: 0;
	}
}
#newsletter_slide_in_signup input[type="email"] {
	width: 94%;
	display: block;
	margin: 8px 0 5px;
}

#newsletter_slide_in_signup input[type="submit"],
#newsletter_slide_in_signup input[type="button"] {
	width: 49%;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#newsletter_slide_in_signup input[type="button"] {
	background: grey;
}
#home_abovefold .entry-meta,
#home_belowfold .entry-meta {
	font-size: 15px;
}
.home-articles-container .col-1 {
  width: 620px;
  float: left;
}
@media only screen and (max-width: 1259px) {
  .home-articles-container .col-1 {
    width: auto;
    float: none;
  }
}

/*Homepage Mom's Blog */
.home-articles-container .moms-blog {
  margin-top: 40px;
  border: 5px pink solid;
  padding-bottom: 10px;
}
.home-articles-container .moms-blog > .inner > div > a {
  color: #e24301;
}
.home-articles-container .moms-blog h2 {
  color: #e24301;
}
.home-articles-container .moms-blog .author-avatar {
  float: right;
  max-width: 80px;
  margin-right: -20px;
  margin-top: 0 !important;
}

/* Homepage mobile common Kevin's/Voices/Mom's/Randy's container styles */
@media only screen and (max-width: 1299px) {
  .home-articles-container .blog-mobile-container {
    display: block;
  }
  .home-articles-container .blog-mobile-container .entry-header {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .home-articles-container .blog-mobile-container {
    margin-top: 20px;
  }
  .home-articles-container .blog-mobile-container .entry-header.no-author .entry-title {
    display: block;
  }
  .home-articles-container .blog-mobile-container .entry-header.no-author .entry-meta {
    display: inline;
  }
}
.home-articles-container .blog-mobile-container article {
  border-bottom: 1px solid #003c4c;
}
.home-articles-container .blog-mobile-container article:first-of-type {
  border-top: 1px solid #003c4c;
}
.home-articles-container .blog-mobile-container .inner {
  padding: 20px;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 619px) {
  .home-articles-container .blog-mobile-container .inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.home-articles-container .blog-mobile-container .inner > a,
.home-articles-container .blog-mobile-container .inner > p {
  width: auto;
}
.home-articles-container .blog-mobile-container .inner .author-avatar {
  width: 100px;
  margin-left: 10px;
  margin-bottom: 10px;
  /* position: absolute;
   right: $baseline * 1.2;*/
  top: -10px;
  float: right;
  top: -30px;
  position: relative;
}
.home-articles-container .blog-mobile-container .inner .author-avatar img {
  border: 2px solid #fff;
}
.home-articles-container .blog-mobile-container .inner .cat-link {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
}
.home-articles-container .blog-mobile-container .inner .cat-link:hover {
  color: #d2d2d2 !important;
}
.home-articles-container .blog-mobile-container h2 {
  color: #fff;
  padding-top: 0;
}
.home-articles-container .blog-mobile-container a,
.home-articles-container .blog-mobile-container h2 a {
  color: #fff !important;
}
.home-articles-container .blog-mobile-container a:hover,
.home-articles-container .blog-mobile-container h2 a:hover {
  color: #d2d2d2 !important;
}
.home-articles-container .blog-mobile-container h2 a {
  margin-right: 10px;
}

/* Home mobile Individual blog article styles */
article .category-header.inner {
	padding-bottom:5px;
}
/* Kevin's Blog */
article .category-header.kevins-blog .inner {
	background-color: #00657f;
}
.home_belowfold #kevins-blog-mobile-container .inner {
  background-color: #00657f;
}
#home_belowfold .category-kevins-blog .category-header {
  border-color: #00657f;
  padding-bottom:15px;
}
#home_belowfold .category-kevins-blog .highlight .category-header {
  padding-bottom:0px;
}
#home_belowfold article.category-kevins-blog {
	border-top: 4px solid #00657f;
	border-left: 5px solid #00657f;
	margin-bottom: 10px;
}
#home_belowfold article.category-kevins-blog h2 a{
	color: #00657f;
}


/* Voices */
article .category-header.voices .inner {
  background-color: #5c0f61;
}
#home_belowfold #voices-mobile-container .inner {
  background-color: #5c0f61;
}
#home_belowfold .category-voices .category-header {
  border-color: #5c0f61;
  margin-bottom: 15px;
}
#home_belowfold .category-voices .highlight .category-header {
  padding-bottom:0px;
}
#home_belowfold article.category-voices {
	border-top: 4px solid #5c0f61;
	border-left: 5px solid #5c0f61;
	margin-bottom: 10px;
}
#home_belowfold article.category-voices h2 a{
	color: #5c0f61;
}

/* Mom's blog */
.home-articles-container #moms-blog-mobile-container .inner {
  background-color: #831339;
}

.home-articles-container #kevins-blog-mobile-container .entry-date {
  color: #00a2cc;
}
.home-articles-container #moms-blog-mobile-container .entry-date {
  color: pink;
}
.home-articles-container #voices-mobile-container .entry-date,
.home-articles-container #voices-mobile-container .vcard,
.home-articles-container #voices-mobile-container .vcard:after {
  color: #c520cf;
}
.home-articles-container #voices-mobile-container article,
.home-articles-container #moms-blog-mobile-container article, {
  border-bottom: 0;
}
.home-articles-container #voices-mobile-container article:first-of-type {
  border-top: 0;
}
.home-articles-container #voices-mobile-container article:last-of-type {
  border-bottom: 1px solid #320835;
}
.home-articles-container #voices-mobile-container article .entry-header {
  margin-top: 5px;
}

.home-articles-container #voices-mobile-container .category-header {
  border-color: #320835;
}
.home-articles-container #voices-mobile-container .category-header .inner {
  background-color: #320835;
  margin-bottom: 0;
  position: relative;
  top: -7px;
  left: -10px;
  padding: 2px 10px 3px;
  display: inline-block;
}
@media only screen and (max-width: 619px) {
  .home-articles-container #voices-mobile-container .category-header .inner {
    left: 20px;
  }
}
.home-articles-container #voices-mobile-container .category-header .inner a {
  color: #fff !important;
  width: auto;
}
.home-articles-container #voices-mobile-container .category-header .inner a:hover {
  text-decoration: underline;
}

/* Special Layout for Latino Listening Project on homepage */
.home-articles-container .featured-series {
	border: 5px solid orange;
	margin-bottom: 15px;
	padding: 5px;
	background-color: rgba(238, 232, 170,.4);
}

.home-articles-container .featured-series-header {
	background: orange;
    color: white;
    font-size: 16px;
    padding: 10px;
    margin: -10px -5px 5px;
}

.home-articles-container .featured-series-name {
	font-size:26px;
	font-weight:bold;
    text-transform: uppercase;
}
.home-articles-container .about-the-series-toggle {
	text-transform: uppercase;
	display: block;
}
.home-articles-container .about-the-series-description {
	text-transform:none;
}

.home-articles-container .featured-series-header a {
	color:white;
}

.home-articles-container article.featured-series .vcard,
.home-articles-container article.featured-series .entry-date {
	color: darkgreen;
}

body.category #main, body.tag #main, body.page #main, body.search #main {
  width: 1020px;
}
@media only screen and (max-width: 619px) {
  body.category #main, body.tag #main, body.page #main, body.search #main {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 620px) and (max-width: 1059px) {
  body.category #main, body.tag #main, body.page #main, body.search #main {
    max-width: 1020px;
    width: auto;
  }
}
body.category #container, body.tag #container, body.page #container, body.search #container {
  float: left;
  width: 620px;
}
@media only screen and (max-width: 979px) {
  body.category #container, body.tag #container, body.page #container, body.search #container {
    float: none;
    width: auto;
    max-width: 620px;
  }
}

body.category #content > .entry-header h1 {
  color: #e24301;
}
article.category-kevins-blog .category-header > .inner {
  background-color: #00657f;
}
article.category-voices .category-header > .inner {
  background-color: #5c0f61;
}
body.category.category-kevins-blog #content > .entry-header h1 {
  color: #00657f;
}
body.category #content.child-of-voices > .entry-header {
  padding-bottom: 40px;
}
body.category #content.child-of-voices > .entry-header h1 {
  color: #fff;
  color: #fff;
  position: relative;
  width: 140px;
  height: 55px;
  padding: 0;
  text-align: center;
  line-height: 55px;
  background-color: #5c0f61;
  border: 2px solid #fff;
  z-index: 50;
  top: -15px;
  top: 0;
  width: auto;
  text-align: left;
  padding-left: 20px;
  border: 0;
}
body.category #content.child-of-voices > .entry-header h1:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: 20px;
  top: 55px;
  border: 7px solid;
  border-color: #5c0f61 #5c0f61 transparent transparent;
}
body.category #content.child-of-voices > .entry-header p {
  margin-top: 20px;
}
body.category #content.child-of-voices article .category-header {
  border-color: #5c0f61;
}
body.category #content.child-of-voices article .category-header .inner {
  background-color: #5c0f61;
}

body.page article .entry-header h1.entry-title {
  padding-top: 0;
}
body.page .contacts {
  margin-bottom: 40px;
  display: inline-block;
}
body.page .contacts > div {
  width: 300px;
  float: left;
  margin-right: 20px;
  padding-bottom: 20px;
}
body.page .contacts > div:nth-child(even) {
  margin-right: 0;
}
body.page .contacts > div h4 {
  color: #404040;
}
body.page .contacts > div h5 {
  margin-bottom: 5px;
}
body.page .contacts > div p {
  margin-bottom: 10px;
}

body.search #noresults-searchsubmit {
  margin: 0;
}
body.search .search-content article {
  border-top: 1px solid #d2d2d2;
  padding-top: 10px;
}

.error404 #container {
  width: 100%;
  text-align: center;
  margin: 40px auto;
}

#noresults-s {
  width: 260px;
}

#noresults-s, #noresults-searchsubmit {
  margin: 10px 0;
}

body.single #container {
  float: none;
  width: 100%;
}
body.single #container .single-post-content-container, body.single #container .entry-header {
  max-width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 439px) {
  body.single #container .single-post-content-container, body.single #container .entry-header {
    padding: 0;
  }
}
@media only screen and (max-width: 659px) {
  body.single #container .single-post-content-container, body.single #container .entry-header {
    width: auto;
  }
}
@media only screen and (min-width: 660px) and (max-width: 979px) {
  body.single #container .single-post-content-container, body.single #container .entry-header {
    width: 620px;
  }
}
body.single #container .single-post-content-container > aside, body.single #container .entry-header > aside {
  float: right;
  padding-left: 20px;
}
@media only screen and (max-width: 939px) {
  body.single #container .single-post-content-container > aside, body.single #container .entry-header > aside {
    padding-left: 0;
    margin-top: 20px;
  }
}
body.single #container .single-post-content-container > aside > ul > li:first-of-type, body.single #container .entry-header > aside > ul > li:first-of-type {
  margin-top: 0;
}
body.single #container .entry-header {
  margin-bottom: 40px;
}
body.single #container .entry-header h1 {
  padding-top: 50px;
}
body.single #container .category-header {
  border-top: 0;
  z-index: 10;
  margin: 0 auto;
  width: 1020px;
}
@media only screen and (max-width: 659px) {
  body.single #container .category-header {
    width: auto;
  }
}
@media only screen and (min-width: 660px) and (max-width: 979px) {
  body.single #container .category-header {
    width: 620px;
  }
}
body.single #container .category-header .inner {
  margin: 20px 0;
}
body.single #container .featured-image {
  width: 1180px;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (max-width: 699px) {
  body.single #container .featured-image {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 979px) {
  body.single #container .featured-image {
    width: 660px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1179px) {
  body.single #container .featured-image {
    width: 100%;
  }
}
body.single #container .entry-content {
  float: left;
  width: 620px;
}
body.single #container.fullwidthpost .entry-content {
  margin: 0 auto;
  width: 100%;
}
body.single #container.fullwidthpost .entry-content p,
body.single #container.fullwidthpost .entry-content ul,
body.single #container.fullwidthpost .entry-content ol,
body.single #container.fullwidthpost .entry-content h1,
body.single #container.fullwidthpost .entry-content h2,
body.single #container.fullwidthpost .entry-content h3,
body.single #container.fullwidthpost .entry-content h4,
body.single #container.fullwidthpost .entry-content h5,
body.single #container.fullwidthpost .entry-content h6 {
  margin: 0 auto 20px;
  max-width: 640px;
}

@media only screen and (max-width: 659px) {
  body.single #container .entry-content {
    padding-bottom: 20px;
    width: 100%;
  }
}
body.single #container .entry-content .inline-related-article {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 0;
  text-align: center;
  margin: 20px auto 0;
}
body.single #container .entry-content .inline-related-article:before {
  content: 'RELATED: ';
  color: #aeaeae;
  font-weight: 700;
  font-size: 15px;
}
body.single #container p.subheader {
  font-size: 22px;
  line-height: 30px;
}
@media only screen and (max-width: 979px) {
  body.single #container {
    float: none;
    width: auto;
  }
}

#content img {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 659px) {
  #content img.alignright, #content img.alignleft {
    max-width: 46%;
  }
}

figure.alignright, figure.alignleft {
  max-width: 300px;
}
@media only screen and (max-width: 659px) {
  figure.alignright, figure.alignleft {
    max-width: 46%;
  }
  figure.alignright img, figure.alignleft img {
    width: 100%;
  }
}

figcaption {
  font-size: 15px;
  line-height: 19px;
  color: #777777;
}

blockquote {
  padding: 20px 0 10px;
  margin-top: 30px;
  border-left: 0;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px #000 dashed;
  color: #00657f;
  position: relative;
  line-height: 26px;
  border-bottom: 1px dashed #000;
}
blockquote:before {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  background-color: #fff;
  width: 40px;
  color: #000;
  position: absolute;
  margin-right: 20px;
  top: -10px;
  left: calc(50% - 20px);
  font-size: 22px;
  font-style: italic;
}
blockquote p cite {
  display: inline-block;
  font-style: normal;
  color: #000;
  text-align: center;
  width: 100%;
  text-transform: none;
  margin-top: 10px;
  font-size: 15px;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}

.gallery {
  *zoom: 1;
  margin-bottom: 10px;
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}
.gallery.gallery-size-thumbnail figure {
  width: 147px;
  margin: 4px;
  float: left;
}
.gallery.gallery-size-medium figure {
  width: 300px;
  margin: 5px;
  float: left;
}

.gallery-caption {
  display: none !important;
}

.author-card {
  background-color: #00657f;
  padding: 20px;
  margin-bottom: 40px;
}

.author-card a,
.author-card p a {
	color:white !important;
	font-weight:bold;
	text-decoration:underline !important;
}

@media only screen and (max-width: 439px) {
  .author-card {
    padding: 10px;
  }
}
.author-card .author-avatar {
  float: left;
  padding-right: 20px;
}
@media only screen and (max-width: 439px) {
  .author-card .author-avatar {
    padding-right: 10px;
  }
}
.author-card .author-avatar img {
  max-width: 120px !important;
  border: 2px solid #fff;
}
@media only screen and (max-width: 439px) {
  .author-card .author-avatar img {
    max-width: 80px !important;
  }
}
.author-card h2 {
  padding: 0;
  color: #fafafa;
  line-height: 32px;
  margin-bottom: 5px;
}
.author-card .author-bio {
  color: #fafafa;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxOverlay {
  background-color: #fff;
}

#cboxContent {
  background: none;
  margin: 0 auto;
  overflow: visible;
}
#cboxContent button {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#cboxPrevious {
  background: url("/wp-content/themes/idahoednews/library/img/left-arrow.png") no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  bottom: 49%;
  left: -5%;
  text-indent: -9999px;
  border: 0;
}
@media only screen and (max-width: 1219px) {
  #cboxPrevious {
    left: 10px;
  }
}

#cboxNext {
  background: url("/wp-content/themes/idahoednews/library/img/right-arrow.png") no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  bottom: 49%;
  left: 102.2%;
  text-indent: -9999px;
  border: 0;
}
@media only screen and (max-width: 1219px) {
  #cboxNext {
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    left: 100%;
  }
}

#cboxClose {
  position: absolute;
  top: -56px;
  right: 0;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
  color: #e24301;
  border: 0;
}
@media only screen and (max-width: 1219px) {
  #cboxClose {
    right: 20px;
  }
}
#cboxClose:before {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 32px;
}

#cboxTitle {
  position: absolute;
  bottom: -4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #404040;
}

#cboxCurrent {
  position: absolute;
  top: -30px;
  left: 0;
  color: #e24301;
  font-size: 15px;
}
@media only screen and (max-width: 1219px) {
  #cboxCurrent {
    left: 20px;
  }
}

#footer {
  font-size: 15px;
}
@media only screen and (max-width: 619px) {
  #footer {
    border-top: 1px solid #aeaeae;
  }
}
#footer > .inner {
  border-top: 1px solid #aeaeae;
  padding: 20px 0 25px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 619px) {
  #footer > .inner {
    border-top: 0;
  }
}
@media only screen and (max-width: 819px) {
  #footer > .inner {
    text-align: center;
  }
}
@media only screen and (max-width: 1259px) {
  #footer > .inner {
    margin: 0 20px;
  }
}
#footer > .inner p {
  float: left;
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 819px) {
  #footer > .inner p {
    float: none;
    text-align: center;
  }
}
#footer ul li {
  float: left;
}

.menu-footer-menu-container {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 819px) {
  .menu-footer-menu-container {
    display: block;
  }
}
.menu-footer-menu-container .menu {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 819px) {
  .menu-footer-menu-container .menu {
    margin-left: 0;
    top: 0;
    margin-top: 10px;
  }
}
.menu-footer-menu-container .menu .menu-item {
  margin-right: 10px;
}
.menu-footer-menu-container .menu .menu-item:before {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  font-size: 5px;
  color: #d2d2d2;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.menu-footer-menu-container .menu .menu-item:first-of-type:before {
  content: "";
}

.menu-social-menu-container {
  position: absolute;
  right: 0;
  top: 22px;
}
@media only screen and (max-width: 819px) {
  .menu-social-menu-container {
    position: static;
    /*    left: 50%;
        right: initial;
        top: initial;
        margin: $baseline / 2 0 $baseline;*/
  }
  .menu-social-menu-container #menu-social-menu {
    width: 132px;
    margin: 10px auto 0;
    padding-bottom: 30px;
  }
}
.menu-social-menu-container .menu-item {
  margin-left: 20px;
}
@media only screen and (max-width: 819px) {
  .menu-social-menu-container .menu-item:first-of-type {
    margin-left: 0;
  }
}
.menu-social-menu-container .icon-youtube:before {
  content: "\f30d";
}
.menu-social-menu-container .icon-facebook:before {
  content: "\f082";
}

.article-tags {
  display: inline-block;
  margin: 20px;
  /*  a:before {
      content: '#';
    }*/
}

.facebook-comments-container {
  padding: 10px 20px;
  background-color: #f3f3f3;
  margin-top: 20px;
}
@media only screen and (max-width: 439px) {
  .facebook-comments-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.facebook-comments-container p {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 439px) {
  .facebook-comments-container #join-discussion {
    display: block;
  }
}

#comment-feed-container {
  position: absolute;
  right: 100000px;
}
#comment-feed-container.active {
  position: static;
}
@media only screen and (max-width: 659px) {
  #comment-feed-container .fb_iframe_widget {
    width: 100%;
  }
  #comment-feed-container .fb_iframe_widget span {
    width: 100% !important;
  }
  #comment-feed-container iframe {
    width: 100% !important;
  }
}

.addthis_native_toolbox {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 15px 0 8px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.addthis_native_toolbox .at4-show {
  display: inline-block !important;
}
.addthis_native_toolbox .addthis_button_tweet iframe {
  width: 58px !important;
}

#almp-load-posts a {
  width: calc(100% - 40px);
  text-align: center;
}
#almp-load-posts a.loading {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e24301;
  border: 1px solid #e24301;
}

.tp-poll-container {
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 399px) {
  .tp-poll-container {
    width: auto;
  }
}
.tp-poll-container .choices, .tp-poll-container .results {
  font-size: 15px !important;
}
.tp-poll-container .choices li, .tp-poll-container .results li {
  /*      padding-top: $baseline / 2 !important;
        padding-bottom: $baseline / 2 !important;*/
}
.tp-poll-container .choices li label .choice-content, .tp-poll-container .results li label .choice-content {
  border: 0 !important;
}
.tp-poll-container .choices li label .input, .tp-poll-container .results li label .input {
  background: #f3f3f3 !important;
}
.tp-poll-container .choices li label > div, .tp-poll-container .results li label > div {
  /*          padding-top: $baseline / 2 !important;
            padding-bottom: $baseline / 2 !important;*/
}
.tp-poll-container .results li {
  /*      padding-top: $baseline / 2 !important;
        padding-bottom: $baseline / 2 !important;*/
}
.tp-poll-container .results li .votes-bar .current-score {
  background: #00657f !important;
}
.tp-poll-container .tp-primary-btn {
  border: 0 !important;
  background: #e24301 !important;
}
.tp-poll-container .tp-primary-btn:hover {
  background: #c93b01 !important;
}
.tp-poll-container .tp-btn {
  border: 0 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px;
  border-radius: 4px !important;
  background: #e24301 !important;
  width: 100%;
}
.tp-poll-container .tp-btn:hover {
  background: #c93b01 !important;
}
.tp-poll-container .buttons {
  text-align: center !important;
}
.tp-poll-container h3.question {
  text-transform: none;
  background: #00657f !important;
  line-height: 22px;
  color: #fff !important;
  font-weight: 400;
  border-color: #00657f !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}
.tp-poll-container .tp-btn-disabled, .tp-poll-container #tp-default-default-preset .tp-btn:disabled {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tp-poll-container .tp-btn-disabled.focusable:active, .tp-poll-container .tp-btn-disabled.focusable:focus, .tp-poll-container .tp-btn-disabled.focus, .tp-poll-container #tp-default-default-preset .tp-btn:disabled.focusable:active, .tp-poll-container #tp-default-default-preset .tp-btn:disabled.focusable:focus, .tp-poll-container #tp-default-default-preset .tp-btn:disabled.focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

thead th {
  font-size: 18px;
}

td, th {
  padding: 4px;
}

#colorbox {
  -moz-box-shadow: #aeaeae 0px 0px 20px;
  -webkit-box-shadow: #aeaeae 0px 0px 20px;
  box-shadow: #aeaeae 0px 0px 20px;
}

body.disable {
  pointer-events: none;
  height: 100%;
  overflow: hidden;
}
body.disable #close-mobile-nav, body.disable .menu-primary-menu-container {
  pointer-events: auto;
}

#modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  /* white semi-transparent */
  z-index: 50;
  pointer-events: none;
}

#email-capture-modal, #exit-intent-modal {
  padding: 40px;
  background: #404040;
}
@media only screen and (max-width: 439px) {
  #email-capture-modal, #exit-intent-modal {
    padding: 10px;
  }
}
#email-capture-modal p, #exit-intent-modal p {
  color: #d2d2d2;
  text-align: center;
}
#email-capture-modal h1, #exit-intent-modal h1 {
  padding: 0;
  color: #d2d2d2;
  font-weight: normal;
  text-align: center;
}
#email-capture-modal h1 strong, #exit-intent-modal h1 strong {
  font-weight: 700;
  color: #f3f3f3;
}

#exit-intent-modal {
  padding: 20px 10px;
  background: #fff;
}
#exit-intent-modal p, #exit-intent-modal h5 {
  color: #404040;
}
#exit-intent-modal h5 {
  padding-bottom: 20px;
  text-align: center;
}
#exit-intent-modal .entry-header h5 {
  text-align: left;
  padding-bottom: 0;
}
#exit-intent-modal h1 {
  color: #00657f;
  font-weight: 700;
}
#exit-intent-modal .wpp-list {
  border-top: 3px solid #e24301;
  list-style: none;
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  *zoom: 1;
}
#exit-intent-modal .wpp-list:after {
  content: "";
  display: table;
  clear: both;
}
#exit-intent-modal .wpp-list li {
  clear: none;
  float: left;
  margin-top: 0;
}
@media only screen and (max-width: 659px) {
  #exit-intent-modal .wpp-list li {
    float: none;
  }
}
#exit-intent-modal .wpp-list li:last-of-type {
  padding-bottom: 10px;
}
@media only screen and (max-width: 659px) {
  #exit-intent-modal .wpp-list li:last-of-type {
    margin-top: 20px;
  }
}
#exit-intent-modal .wpp-list article {
  width: 300px;
  float: none;
  margin: 0 10px;
}
@media only screen and (max-width: 659px) {
  #exit-intent-modal .wpp-list article {
    width: auto;
  }
}
#exit-intent-modal .wpp-list article .entry-thumb {
  display: inline-block !important;
  float: right;
  max-width: 100px;
  margin: 0 0 5px 10px;
}
#exit-intent-modal .wpp-list article .entry-meta, #exit-intent-modal .wpp-list article .entry-content {
  font-size: 15px;
  line-height: 20px;
}
#exit-intent-modal .wpp-list article .entry-meta {
  margin-bottom: 10px;
}
#exit-intent-modal .wpp-list article .entry-content {
  display: inline-block !important;
}
#exit-intent-modal .wpp-list article .entry-content p {
  text-align: left;
}
#exit-intent-modal .wpp-list article .inner {
  padding: 0;
}
#exit-intent-modal .wpp-list article .entry-header {
  margin-bottom: 0;
}
@media only screen and (max-width: 659px) {
  #exit-intent-modal .wpp-list article .entry-header {
    width: auto;
  }
}
#exit-intent-modal .entry-title {
  margin-bottom: 10px;
}
#exit-intent-modal .entry-title a {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #404040;
  margin-bottom: 20px;
}
#exit-intent-modal .entry-title a:hover {
  color: #00657f;
}
#exit-intent-modal .vcard:after {
  margin-right: 8px;
}

#email-capture-modal form {
  width: 300px;
  margin: 0 auto;
}
#email-capture-modal input {
  width: calc(100% - 20px);
  margin: 5px 0;
}
#email-capture-modal input[type=submit] {
  width: 100%;
}

ol.gtc-list {
  list-style-type: none;
  margin-left: 0;
}

.anchor-icon a[href]:before, #content p a[href]:before, #content address a[href]:before, #content p a[href]:before, #content address a[href]:before {
  content: '';
  margin-right: 0;
}

.page-template-page-subscription #main {
  background: #f3f3f3;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 75px 20px;
  width: 100% !important;
}
@media (max-width: 479px) {
  .page-template-page-subscription #main {
    padding: 60px 20px;
  }
}
.page-template-page-subscription #container {
  box-sizing: border-box;
  float: none !important;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .page-template-page-subscription #container {
    width: 800px !important;
  }
}
.page-template-page-subscription .subscription__top-links {
  text-align: center;
}
.page-template-page-subscription .subscription__top-links a {
  color: #404040;
  display: inline-block;
  font-size: .8125em;
  letter-spacing: 0.1em;
  margin: 0 15px;
  text-transform: uppercase;
  transition: color .15s;
}
.page-template-page-subscription .subscription__top-links a:hover {
  color: #e24301;
}
.page-template-page-subscription .entry-content {
  text-align: center;
}
.page-template-page-subscription h1 {
  font-size: 2.75em;
}
@media (max-width: 479px) {
  .page-template-page-subscription h1 {
    font-size: 2.25em;
  }
}
.page-template-page-subscription .subscription-form {
  margin-top: 40px;
}
.page-template-page-subscription .subscription-form * {
  box-sizing: border-box;
}
.page-template-page-subscription .subscription-form input[type="text"],
.page-template-page-subscription .subscription-form input[type="email"] {
  height: auto;
  margin-top: 6px;
  padding: 10px 15px;
  width: 100%;
}
.page-template-page-subscription .subscription-form input::placeholder {
  text-align: left;
}
.page-template-page-subscription .subscription-form__first-name, .page-template-page-subscription .subscription-form__last-name {
  margin-bottom: 25px;
  text-align: left;
  width: 49%;
}
@media (max-width: 479px) {
  .page-template-page-subscription .subscription-form__first-name, .page-template-page-subscription .subscription-form__last-name {
    float: none;
    width: 100%;
  }
}
.page-template-page-subscription .subscription-form__first-name {
  float: left;
}
.page-template-page-subscription .subscription-form__last-name {
  float: right;
}
.page-template-page-subscription .subscription-form__email {
  clear: both;
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
}
.page-template-page-subscription .subscription-form__submit-btn {
  margin-bottom: 15px;
}
.page-template-page-subscription #footer > .inner {
  border-top: 0;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster:h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
    color: black !important;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  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;
  }

  #header {
    display: none;
  }

  #content {
    display: block;
  }

  #comments {
    display: none;
  }

  aside {
    display: none;
  }

  #footer {
    display: block;
  }
}

.democracy {
	padding: 20px;
    border: 5px solid #333333;
}
.dem-poll-title {
	font-size: 28px;
	line-height: 32px;
	padding-bottom: 15px;
}
ul.dem-vote {
	list-style: none;
}
ul.dem-vote li,
ul.dem-answers li {
	padding: 10px 0;
}
ul.dem-vote li label {
	font-size: 24px;
	text-indent: -34px;
    margin-left: 20px;
}
ul.dem-vote li input {
	width: 18px;
    height: 18px;
    margin-right: 10px;
}
.dem-bottom,
.dem-poll-note {
	text-align: center;
}
.dem-label-percent-txt,
.dem-percent-txt {
	display:none;
}
.dem-fill {
	height: 15px;
	background: blue;
}

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