@charset "UTF-8";
/*!
Theme Name: TUC: Stronger Unions 2016
Description: Stronger Unions WordPress Theme
Author: Jigowatt
Author URI: jigowatt.co.uk
Version: 1.0
*/
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
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.
 */
img {
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Grid variables
 */
/**
 * Font variables
 */
/**
 * Colours
 */
/**
 * misc
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/*------------------------------------*\
	$WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
.grid {
  max-width: 1001px;
  padding: 0 20px;
  margin: 0 auto; }

/* Opera hack */
.opera:-o-prefocus,
.row {
  word-spacing: -0.43em; }

.row {
  margin-left: -20px;
  list-style: none;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: -0.31em;
  *zoom: 1; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }
  .row > .row {
    margin-left: 0; }
  .row .column {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    *zoom: 1; }
    .row .column:before, .row .column:after {
      display: table;
      content: "";
      line-height: 0; }
    .row .column:after {
      clear: both; }
    .row .column img {
      max-width: 100%;
      height: auto; }
  @media all and (max-width: 641px) {
    .row .column {
      margin-bottom: 20px; } }

.logged-in.showgrid {
  background: white; }
  .logged-in.showgrid * {
    background: transparent !important;
    border: 0;
    color: black; }
  .logged-in.showgrid img {
    -webkit-filter: grayscale(100%); }
  .logged-in.showgrid * .gridcontent {
    background: rgba(0, 200, 0, 0.2) !important;
    border: solid 1px rgba(255, 0, 0, 0.8);
    margin: 1px;
    padding: 10px;
    height: 100%;
    min-height: 30px;
    -webkit-filter: grayscale(0%) !important; }

.row .one-whole {
  width: 100%; }
.row .one-half, .row .two-quarters, .row .three-sixths, .row .four-eighths, .row .five-tenths, .row .six-twelfths {
  width: 50%; }
.row .one-third, .row .two-sixths, .row .four-twelfths {
  width: 33.333%; }
.row .two-thirds, .row .four-sixths, .row .eight-twelfths {
  width: 66.666%; }
.row .one-quarter, .row .two-eighths, .row .three-twelfths {
  width: 25%; }
.row .three-quarters, .row .six-eighths, .row .nine-twelfths {
  width: 75%; }
.row .one-fifth, .row .two-tenths {
  width: 20%; }
.row .two-fifths, .row .four-tenths {
  width: 40%; }
.row .three-fifths, .row .six-tenths {
  width: 60%; }
.row .four-fifths, .row .eight-tenths {
  width: 80%; }
.row .one-sixth, .row .two-twelfths {
  width: 16.666%; }
.row .five-sixths, .row .ten-twelfths {
  width: 83.333%; }
.row .one-eighth {
  width: 12.5%; }
.row .three-eighths {
  width: 37.5%; }
.row .five-eighths {
  width: 62.5%; }
.row .seven-eighths {
  width: 87.5%; }
.row .one-tenth {
  width: 10%; }
.row .three-tenths {
  width: 30%; }
.row .seven-tenths {
  width: 70%; }
.row .nine-tenths {
  width: 90%; }
.row .one-twelfth {
  width: 8.333%; }
.row .five-twelfths {
  width: 41.666%; }
.row .seven-twelfths {
  width: 58.333%; }
.row .eleven-twelfths {
  width: 91.666%; }
.row .hidden {
  display: none; }

@media only screen and (max-width: 640px) {
  .row .palm-one-whole {
    width: 100%; }
  .row .palm-one-half, .row .palm-two-quarters, .row .palm-three-sixths, .row .palm-four-eighths, .row .palm-five-tenths, .row .palm-six-twelfths {
    width: 50%; }
  .row .palm-one-third, .row .palm-two-sixths, .row .palm-four-twelfths {
    width: 33.333%; }
  .row .palm-two-thirds, .row .palm-four-sixths, .row .palm-eight-twelfths {
    width: 66.666%; }
  .row .palm-one-quarter, .row .palm-two-eighths, .row .palm-three-twelfths {
    width: 25%; }
  .row .palm-three-quarters, .row .palm-six-eighths, .row .palm-nine-twelfths {
    width: 75%; }
  .row .palm-one-fifth, .row .palm-two-tenths {
    width: 20%; }
  .row .palm-two-fifths, .row .palm-four-tenths {
    width: 40%; }
  .row .palm-three-fifths, .row .palm-six-tenths {
    width: 60%; }
  .row .palm-four-fifths, .row .palm-eight-tenths {
    width: 80%; }
  .row .palm-one-sixth, .row .palm-two-twelfths {
    width: 16.666%; }
  .row .palm-five-sixths, .row .palm-ten-twelfths {
    width: 83.333%; }
  .row .palm-one-eighth {
    width: 12.5%; }
  .row .palm-three-eighths {
    width: 37.5%; }
  .row .palm-five-eighths {
    width: 62.5%; }
  .row .palm-seven-eighths {
    width: 87.5%; }
  .row .palm-one-tenth {
    width: 10%; }
  .row .palm-three-tenths {
    width: 30%; }
  .row .palm-seven-tenths {
    width: 70%; }
  .row .palm-nine-tenths {
    width: 90%; }
  .row .palm-one-twelfth {
    width: 8.333%; }
  .row .palm-five-twelfths {
    width: 41.666%; }
  .row .palm-seven-twelfths {
    width: 58.333%; }
  .row .palm-eleven-twelfths {
    width: 91.666%; }
  .row .palm-hidden {
    display: none; } }
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .row .lap-one-whole {
    width: 100%; }
  .row .lap-one-half, .row .lap-two-quarters, .row .lap-three-sixths, .row .lap-four-eighths, .row .lap-five-tenths, .row .lap-six-twelfths {
    width: 50%; }
  .row .lap-one-third, .row .lap-two-sixths, .row .lap-four-twelfths {
    width: 33.333%; }
  .row .lap-two-thirds, .row .lap-four-sixths, .row .lap-eight-twelfths {
    width: 66.666%; }
  .row .lap-one-quarter, .row .lap-two-eighths, .row .lap-three-twelfths {
    width: 25%; }
  .row .lap-three-quarters, .row .lap-six-eighths, .row .lap-nine-twelfths {
    width: 75%; }
  .row .lap-one-fifth, .row .lap-two-tenths {
    width: 20%; }
  .row .lap-two-fifths, .row .lap-four-tenths {
    width: 40%; }
  .row .lap-three-fifths, .row .lap-six-tenths {
    width: 60%; }
  .row .lap-four-fifths, .row .lap-eight-tenths {
    width: 80%; }
  .row .lap-one-sixth, .row .lap-two-twelfths {
    width: 16.666%; }
  .row .lap-five-sixths, .row .lap-ten-twelfths {
    width: 83.333%; }
  .row .lap-one-eighth {
    width: 12.5%; }
  .row .lap-three-eighths {
    width: 37.5%; }
  .row .lap-five-eighths {
    width: 62.5%; }
  .row .lap-seven-eighths {
    width: 87.5%; }
  .row .lap-one-tenth {
    width: 10%; }
  .row .lap-three-tenths {
    width: 30%; }
  .row .lap-seven-tenths {
    width: 70%; }
  .row .lap-nine-tenths {
    width: 90%; }
  .row .lap-one-twelfth {
    width: 8.333%; }
  .row .lap-five-twelfths {
    width: 41.666%; }
  .row .lap-seven-twelfths {
    width: 58.333%; }
  .row .lap-eleven-twelfths {
    width: 91.666%; }
  .row .lap-hidden {
    display: none; } }
@media only screen and (min-width: 641px) {
  .row .lap-and-up-one-whole {
    width: 100%; }
  .row .lap-and-up-one-half, .row .lap-and-up-two-quarters, .row .lap-and-up-three-sixths, .row .lap-and-up-four-eighths, .row .lap-and-up-five-tenths, .row .lap-and-up-six-twelfths {
    width: 50%; }
  .row .lap-and-up-one-third, .row .lap-and-up-two-sixths, .row .lap-and-up-four-twelfths {
    width: 33.333%; }
  .row .lap-and-up-two-thirds, .row .lap-and-up-four-sixths, .row .lap-and-up-eight-twelfths {
    width: 66.666%; }
  .row .lap-and-up-one-quarter, .row .lap-and-up-two-eighths, .row .lap-and-up-three-twelfths {
    width: 25%; }
  .row .lap-and-up-three-quarters, .row .lap-and-up-six-eighths, .row .lap-and-up-nine-twelfths {
    width: 75%; }
  .row .lap-and-up-one-fifth, .row .lap-and-up-two-tenths {
    width: 20%; }
  .row .lap-and-up-two-fifths, .row .lap-and-up-four-tenths {
    width: 40%; }
  .row .lap-and-up-three-fifths, .row .lap-and-up-six-tenths {
    width: 60%; }
  .row .lap-and-up-four-fifths, .row .lap-and-up-eight-tenths {
    width: 80%; }
  .row .lap-and-up-one-sixth, .row .lap-and-up-two-twelfths {
    width: 16.666%; }
  .row .lap-and-up-five-sixths, .row .lap-and-up-ten-twelfths {
    width: 83.333%; }
  .row .lap-and-up-one-eighth {
    width: 12.5%; }
  .row .lap-and-up-three-eighths {
    width: 37.5%; }
  .row .lap-and-up-five-eighths {
    width: 62.5%; }
  .row .lap-and-up-seven-eighths {
    width: 87.5%; }
  .row .lap-and-up-one-tenth {
    width: 10%; }
  .row .lap-and-up-three-tenths {
    width: 30%; }
  .row .lap-and-up-seven-tenths {
    width: 70%; }
  .row .lap-and-up-nine-tenths {
    width: 90%; }
  .row .lap-and-up-one-twelfth {
    width: 8.333%; }
  .row .lap-and-up-five-twelfths {
    width: 41.666%; }
  .row .lap-and-up-seven-twelfths {
    width: 58.333%; }
  .row .lap-and-up-eleven-twelfths {
    width: 91.666%; }
  .row .lap-and-up-hidden {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .row .portable-one-whole {
    width: 100%; }
  .row .portable-one-half, .row .portable-two-quarters, .row .portable-three-sixths, .row .portable-four-eighths, .row .portable-five-tenths, .row .portable-six-twelfths {
    width: 50%; }
  .row .portable-one-third, .row .portable-two-sixths, .row .portable-four-twelfths {
    width: 33.333%; }
  .row .portable-two-thirds, .row .portable-four-sixths, .row .portable-eight-twelfths {
    width: 66.666%; }
  .row .portable-one-quarter, .row .portable-two-eighths, .row .portable-three-twelfths {
    width: 25%; }
  .row .portable-three-quarters, .row .portable-six-eighths, .row .portable-nine-twelfths {
    width: 75%; }
  .row .portable-one-fifth, .row .portable-two-tenths {
    width: 20%; }
  .row .portable-two-fifths, .row .portable-four-tenths {
    width: 40%; }
  .row .portable-three-fifths, .row .portable-six-tenths {
    width: 60%; }
  .row .portable-four-fifths, .row .portable-eight-tenths {
    width: 80%; }
  .row .portable-one-sixth, .row .portable-two-twelfths {
    width: 16.666%; }
  .row .portable-five-sixths, .row .portable-ten-twelfths {
    width: 83.333%; }
  .row .portable-one-eighth {
    width: 12.5%; }
  .row .portable-three-eighths {
    width: 37.5%; }
  .row .portable-five-eighths {
    width: 62.5%; }
  .row .portable-seven-eighths {
    width: 87.5%; }
  .row .portable-one-tenth {
    width: 10%; }
  .row .portable-three-tenths {
    width: 30%; }
  .row .portable-seven-tenths {
    width: 70%; }
  .row .portable-nine-tenths {
    width: 90%; }
  .row .portable-one-twelfth {
    width: 8.333%; }
  .row .portable-five-twelfths {
    width: 41.666%; }
  .row .portable-seven-twelfths {
    width: 58.333%; }
  .row .portable-eleven-twelfths {
    width: 91.666%; }
  .row .portable-hidden {
    display: none; } }
@media only screen and (min-width: 1025px) {
  .row .desk-one-whole {
    width: 100%; }
  .row .desk-one-half, .row .desk-two-quarters, .row .desk-three-sixths, .row .desk-four-eighths, .row .desk-five-tenths, .row .desk-six-twelfths {
    width: 50%; }
  .row .desk-one-third, .row .desk-two-sixths, .row .desk-four-twelfths {
    width: 33.333%; }
  .row .desk-two-thirds, .row .desk-four-sixths, .row .desk-eight-twelfths {
    width: 66.666%; }
  .row .desk-one-quarter, .row .desk-two-eighths, .row .desk-three-twelfths {
    width: 25%; }
  .row .desk-three-quarters, .row .desk-six-eighths, .row .desk-nine-twelfths {
    width: 75%; }
  .row .desk-one-fifth, .row .desk-two-tenths {
    width: 20%; }
  .row .desk-two-fifths, .row .desk-four-tenths {
    width: 40%; }
  .row .desk-three-fifths, .row .desk-six-tenths {
    width: 60%; }
  .row .desk-four-fifths, .row .desk-eight-tenths {
    width: 80%; }
  .row .desk-one-sixth, .row .desk-two-twelfths {
    width: 16.666%; }
  .row .desk-five-sixths, .row .desk-ten-twelfths {
    width: 83.333%; }
  .row .desk-one-eighth {
    width: 12.5%; }
  .row .desk-three-eighths {
    width: 37.5%; }
  .row .desk-five-eighths {
    width: 62.5%; }
  .row .desk-seven-eighths {
    width: 87.5%; }
  .row .desk-one-tenth {
    width: 10%; }
  .row .desk-three-tenths {
    width: 30%; }
  .row .desk-seven-tenths {
    width: 70%; }
  .row .desk-nine-tenths {
    width: 90%; }
  .row .desk-one-twelfth {
    width: 8.333%; }
  .row .desk-five-twelfths {
    width: 41.666%; }
  .row .desk-seven-twelfths {
    width: 58.333%; }
  .row .desk-eleven-twelfths {
    width: 91.666%; }
  .row .desk-hidden {
    display: none; } }
@media only screen and (min-width: 1400px) {
  .row .desk-wide-one-whole {
    width: 100%; }
  .row .desk-wide-one-half, .row .desk-wide-two-quarters, .row .desk-wide-three-sixths, .row .desk-wide-four-eighths, .row .desk-wide-five-tenths, .row .desk-wide-six-twelfths {
    width: 50%; }
  .row .desk-wide-one-third, .row .desk-wide-two-sixths, .row .desk-wide-four-twelfths {
    width: 33.333%; }
  .row .desk-wide-two-thirds, .row .desk-wide-four-sixths, .row .desk-wide-eight-twelfths {
    width: 66.666%; }
  .row .desk-wide-one-quarter, .row .desk-wide-two-eighths, .row .desk-wide-three-twelfths {
    width: 25%; }
  .row .desk-wide-three-quarters, .row .desk-wide-six-eighths, .row .desk-wide-nine-twelfths {
    width: 75%; }
  .row .desk-wide-one-fifth, .row .desk-wide-two-tenths {
    width: 20%; }
  .row .desk-wide-two-fifths, .row .desk-wide-four-tenths {
    width: 40%; }
  .row .desk-wide-three-fifths, .row .desk-wide-six-tenths {
    width: 60%; }
  .row .desk-wide-four-fifths, .row .desk-wide-eight-tenths {
    width: 80%; }
  .row .desk-wide-one-sixth, .row .desk-wide-two-twelfths {
    width: 16.666%; }
  .row .desk-wide-five-sixths, .row .desk-wide-ten-twelfths {
    width: 83.333%; }
  .row .desk-wide-one-eighth {
    width: 12.5%; }
  .row .desk-wide-three-eighths {
    width: 37.5%; }
  .row .desk-wide-five-eighths {
    width: 62.5%; }
  .row .desk-wide-seven-eighths {
    width: 87.5%; }
  .row .desk-wide-one-tenth {
    width: 10%; }
  .row .desk-wide-three-tenths {
    width: 30%; }
  .row .desk-wide-seven-tenths {
    width: 70%; }
  .row .desk-wide-nine-tenths {
    width: 90%; }
  .row .desk-wide-one-twelfth {
    width: 8.333%; }
  .row .desk-wide-five-twelfths {
    width: 41.666%; }
  .row .desk-wide-seven-twelfths {
    width: 58.333%; }
  .row .desk-wide-eleven-twelfths {
    width: 91.666%; }
  .row .desk-wide-hidden {
    display: none; } }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

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

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*

1.- Base element styles
2.- Site wide styles
3.- Header styles
4.- Sidebar
5.- Footer
6.- Front page
7.- Contributors page
8.- Pinterest (widget override)
9.- Comments
10.- What does your union mean to you (widget override)

 */
/**
 * 1.- BASE ELEMENT STYLES
 */
body {
  color: #333;
  font-family: "helvetica neue", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 145%;
  line-height: 145%;
  letter-spacing: 1px; }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 0.875em; } }

h1, h2, h3, h4, h5 {
  font-family: "bebas-neue", "helvetica neue", sans-serif;
  font-weight: 400;
  line-height: 100%;
  color: #666; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #666; }

blockquote {
  background: #fcfcfc;
  border: solid 1px #efefef;
  margin: 0;
  padding: 10px 20px; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 2em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h1:first-child {
  margin-top: 0; }

img {
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 0; }

hr {
  border: 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 40px 0; }

p {
  margin: 0 0 1.5 0; }
  p a {
    font-weight: bold; }
    p a:hover {
      background: #6a206a;
      color: #fff; }

a {
  color: #6a206a;
  text-decoration: none;
  transition: background .4s; }
  a:hover {
    background: none; }

h1 a, h2 a {
  background: #DFEDCD; }

ul, ol {
  padding-left: 1.2em;
  margin-top: 0; }

article {
  border-top: 2px solid #94c948;
  padding: 20px 0 40px; }
  article.single {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }
  article .featured-image {
    position: relative; }
    article .featured-image .info {
      padding: 10px 20px;
      background: #94c948;
      color: #fff;
      margin: 0;
      display: none;
      position: absolute;
      top: 10px;
      left: 45px;
      max-width: 200px;
      z-index: 4;
      margin-right: 5px; }
    article .featured-image .info-button {
      background: #94c948;
      color: #fff;
      border-radius: 100px;
      display: block;
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      text-align: center;
      z-index: 5;
      left: 10px;
      top: 10px;
      line-height: 1.5em;
      font-style: italic;
      font-family: georgia, serif; }
  article h1 {
    margin-top: 0; }
  article h2 {
    margin: 0; }
  article .img + h2, article img + h2 {
    margin-top: 20px; }
  @media only screen and (min-width: 641px) {
    article .bump {
      background: #fff;
      margin: -50px 20px 0 20px;
      position: relative;
      z-index: 2;
      padding: 0 10px; } }
  article aside {
    margin-top: 40px; }

input[type=search] {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0; }

input[type=submit] {
  line-height: 130%;
  -webkit-appearance: none;
  border-radius: 0; }

/**
 * 2.- SITE WIDE STYLES
 */
html, body, .stage {
  min-height: 1024px; }

html {
  background-image: url(inc/img/bg-far.png); }

body {
  background-image: url(inc/img/bg-middle.png); }

.stage {
  background-image: url(inc/img/bg-near.png);
  padding: 20px; }
  @media all and (max-width: 979px) {
    .stage {
      padding-bottom: 70px; } }

.grid {
  background: white;
  margin: 0 auto;
  border: solid 10px #DFEDCD; }

.article-img {
  width: 100%; }

.tuc {
  display: none;
  width: 150px;
  height: 80px;
  text-align: center;
  line-height: 80px; }
  @media only screen and (min-width: 641px) {
    .tuc {
      display: block;
      float: right; } }

.actions {
  @clearfix;
  margin-bottom: 0; }

.btn, .paging .page-numbers.next, .paging .page-numbers.prev, .sidebar .widget_categories li a, .comments .comment-reply-link, .comments .comment-edit-link, .comment-respond #submit {
  background: #94c948;
  border: solid 1px #94c948;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0 0;
  -webkit-appearance: none; }
  .btn:hover, .paging .page-numbers.next:hover, .paging .page-numbers.prev:hover, .sidebar .widget_categories li a:hover, .comments .comment-reply-link:hover, .comments .comment-edit-link:hover, .comment-respond #submit:hover {
    background: #DFEDCD;
    color: #333; }

.guest-tag {
  background: #6a206a;
  color: #fff;
  display: inline-block;
  max-height: 18px;
  line-height: 16px;
  padding: 2px 6px;
  position: relative;
  margin-left: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "helvetica neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .guest-tag:hover {
    -webkit-transform: rotate(-10deg) translate(1px, -5px);
    -moz-transform: rotate(-10deg) translate(1px, -5px);
    -ms-transform: rotate(-10deg) translate(1px, -5px);
    -o-transform: rotate(-10deg) translate(1px, -5px);
    transform: rotate(-10deg) translate(1px, -5px); }
  .guest-tag:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 0;
    width: 0;
    height: 0;
    border-color: transparent #6a206a transparent transparent;
    border-style: solid;
    border-width: 10px;
    border-left-width: 0; }
  .guest-tag:after {
    content: "";
    position: absolute;
    left: -2px;
    top: 8px;
    width: 0;
    height: 0;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

aside.biog {
  background: #DFEDCD;
  border: 1px solid #94c948;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center; }
  aside.biog h1 {
    *zoom: 1; }
    aside.biog h1:before, aside.biog h1:after {
      display: table;
      content: "";
      line-height: 0; }
    aside.biog h1:after {
      clear: both; }
    aside.biog h1 a {
      float: right; }
  @media only screen and (min-width: 641px) {
    aside.biog {
      font-size: .875em;
      text-align: left; } }
  aside.biog.guest .avatar a {
    border: solid 5px #6a206a; }
  aside.biog h4 {
    margin-top: 0;
    margin-bottom: .5em; }
    aside.biog h4 .guest-tag {
      top: -3px; }
  aside.biog iframe {
    margin-top: 10px; }

.avatar a {
  border: solid 5px #94c948;
  border-radius: 160px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  max-width: 100%; }

.lt-ie9 .avatar a {
  width: 100%;
  max-width: 130px; }
  .lt-ie9 .avatar a img {
    width: 100%; }

.typekit-badge {
  display: none !important; }

.paging {
  text-align: center;
  margin-bottom: 40px; }
  .paging .page-numbers {
    padding: 5px 10px; }
    @media only screen and (max-width: 640px) {
      .paging .page-numbers {
        display: none; }
        .paging .page-numbers.prev, .paging .page-numbers.next {
          display: inline-block;
          margin: 0; } }
    .paging .page-numbers.current, .paging .page-numbers.prev, .paging .page-numbers.next {
      background: #ecd9ec; }
    .paging .page-numbers.next, .paging .page-numbers.prev {
      border: solid 1px #6a206a;
      color: #333;
      margin: 0 20px; }
      .paging .page-numbers.next:hover, .paging .page-numbers.prev:hover {
        background: #6a206a;
        color: white; }

ul.social li {
  line-height: 32px;
  margin-bottom: 5px; }
  ul.social li a {
    padding: 4px 0 4px 44px;
    display: block;
    text-decoration: none; }
  ul.social li.rss a {
    background: url(inc/img/rss.png) no-repeat left; }
  ul.social li.twitter a {
    background: url(inc/img/twitter.png) no-repeat left; }
  ul.social li.facebook a {
    background: url(inc/img/facebook.png) no-repeat left; }
  ul.social li.email a {
    background: url(inc/img/email.png) no-repeat left; }
  ul.social li.unionbook a {
    background: url(inc/img/ub_32.png) no-repeat left; }

/**
 * 3.- HEADER
 */
.branding {
  margin-bottom: 20px; }
  .branding .logo a {
    background: transparent; }
  .branding .row {
    *zoom: 1; }
    .branding .row:before, .branding .row:after {
      display: table;
      content: "";
      line-height: 0; }
    .branding .row:after {
      clear: both; }
    .branding .row .column {
      margin-bottom: 5px; }
    .branding .row:first-child {
      padding-top: 20px; }
  .branding .burger-container {
    background: #6a206a;
    line-height: 36px;
    color: white;
    *zoom: 1; }
    .branding .burger-container:before, .branding .burger-container:after {
      display: table;
      content: "";
      line-height: 0; }
    .branding .burger-container:after {
      clear: both; }
    .branding .burger-container span {
      display: inline-block;
      text-indent: 10px; }
  .branding .burger {
    background: #94c948;
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding: 6px;
    position: relative;
    float: right;
    z-index: 2;
    font-size: 0;
    line-height: 0; }
    .branding .burger hr {
      border: transparent;
      border-top: solid 4px #fff;
      margin: 0 0 6px;
      font-size: 0;
      line-height: 0;
      position: relative;
      z-index: 2; }
  .branding nav.main ul {
    *zoom: 1;
    background: #ecd9ec;
    list-style: none;
    margin: 0;
    padding: 0; }
    .branding nav.main ul:before, .branding nav.main ul:after {
      display: table;
      content: "";
      line-height: 0; }
    .branding nav.main ul:after {
      clear: both; }
    @media only screen and (min-width: 641px) {
      .branding nav.main ul {
        border-top: 2px solid #6a206a; } }
    .branding nav.main ul.children, .branding nav.main ul.sub-menu {
      border-top: 0; }
      @media only screen and (max-width: 640px) {
        .branding nav.main ul.children, .branding nav.main ul.sub-menu {
          text-indent: 20px; }
          .branding nav.main ul.children li, .branding nav.main ul.sub-menu li {
            background: #f5eaf5; } }
      @media only screen and (min-width: 641px) {
        .branding nav.main ul.children, .branding nav.main ul.sub-menu {
          display: none;
          position: absolute;
          top: 100%;
          z-index: 999;
          width: 250px; }
          .branding nav.main ul.children li, .branding nav.main ul.sub-menu li {
            width: 100%; } }
  .branding nav.main li {
    position: relative; }
    @media only screen and (max-width: 640px) {
      .branding nav.main li {
        border-top: 1px solid #6a206a; } }
    @media only screen and (min-width: 641px) {
      .branding nav.main li {
        float: left; }
        .branding nav.main li.page_item_has_children:hover .children, .branding nav.main li.page_item_has_children:hover .sub-menu, .branding nav.main li.menu-item-has-children:hover .children, .branding nav.main li.menu-item-has-children:hover .sub-menu {
          display: block; } }
    .branding nav.main li.current-menu-item a, .branding nav.main li.current_page_item a {
      background: #DFEDCD; }
    .branding nav.main li a:hover {
      background: #6a206a;
      color: #FFF; }
  .branding nav.main a {
    background: transparent;
    display: block;
    padding: 10px 20px; }

/**
 * 4.- SIDEBAR
 */
@media only screen and (min-width: 641px) {
  .sidebar {
    padding: 0 20px 20px;
    font-size: .875em;
    border-left: 1px solid #ececec; } }
.sidebar h2:first-child {
  margin-top: 0; }
.sidebar section {
  border-top: solid 1px #ececec;
  padding: 20px 0; }
  .sidebar section:first-child {
    border: 0;
    padding-top: 0; }
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.sidebar a {
  background: none;
  text-decoration: underline; }
  .sidebar a:hover {
    text-decoration: none; }
.sidebar .search-form {
  position: relative;
  *zoom: 1; }
  .sidebar .search-form:before, .sidebar .search-form:after {
    display: table;
    content: "";
    line-height: 0; }
  .sidebar .search-form:after {
    clear: both; }
  @media only screen and (min-width: 641px) {
    .sidebar .search-form {
      font-size: 1.125em; } }
  .sidebar .search-form label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute; }
  .sidebar .search-form p {
    border: solid 1px #94c948;
    padding: 0;
    margin: 0; }
  .sidebar .search-form input[type=search] {
    border: 0;
    outline: none;
    width: 100%; }
  .sidebar .search-form input[type=submit] {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0; }
.sidebar .widget_categories ul, .sidebar .blogroll ul {
  *zoom: 1; }
  .sidebar .widget_categories ul:before, .sidebar .widget_categories ul:after, .sidebar .blogroll ul:before, .sidebar .blogroll ul:after {
    display: table;
    content: "";
    line-height: 0; }
  .sidebar .widget_categories ul:after, .sidebar .blogroll ul:after {
    clear: both; }
  @media only screen and (min-width: 1025px) {
    .sidebar .widget_categories ul li, .sidebar .blogroll ul li {
      width: 47.5%;
      float: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .sidebar .widget_categories ul li:nth-child(2n), .sidebar .blogroll ul li:nth-child(2n) {
        float: right; } }
.sidebar .widget_categories li a {
  display: block;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

/**
 * 5.- FOOTER
 */
.colophon {
  border-top: solid 1px #ececec;
  padding-top: 20px;
  *zoom: 1; }
  .colophon:before, .colophon:after {
    display: table;
    content: "";
    line-height: 0; }
  .colophon:after {
    clear: both; }
  .colophon .copyright {
    font-style: italic;
    opacity: .5;
    margin-top: 20px; }
  .colophon ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .colophon li {
    display: inline-block;
    margin-right: 20px; }

/**
 * 6.- FRONT PAGE
 */
.post.primary {
  border-color: #94c948;
  background: #f2f8eb;
  padding: 20px;
  margin-bottom: 20px; }

/**
 * 7.- CONSTRIBUTORS PAGE
 */
.contributors h2:first-child {
  margin-top: 0; }
.contributors ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.contributors h3 {
  margin: 0; }
.contributors p {
  margin-top: 0; }

.contributors-core {
  margin-bottom: 40px; }
  .contributors-core li {
    border-top: solid 1px #ececec;
    padding: 20px 0; }
    .contributors-core li:last-child {
      border-bottom: solid 1px #ececec; }
  .contributors-core iframe {
    margin-top: 10px; }

/**
 * 8.- COMMENTS
 */
.comments ol {
  list-style: none;
  margin: 0 0 40px;
  padding: 0; }
.comments ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comments ul .text {
    border-top: solid 1px transparent; }
  .comments ul .image {
    text-align: right; }
    .comments ul .image img {
      width: 50%; }
.comments img {
  width: 100%; }
.comments .comment {
  margin-bottom: 20px; }
.comments .pingback {
  margin-bottom: 20px; }
  .comments .pingback .image {
    display: none; }
  .comments .pingback .column {
    width: 100%; }
  .comments .pingback .text {
    background: #fff; }
.comments .date {
  font-style: italic;
  font-size: .875em; }
.comments .text {
  background: #fefefe;
  border: solid 1px #ececec;
  padding: 0 10px; }
.comments .actions {
  margin-bottom: 20px; }
.comments #cancel-comment-reply-link {
  background: #fcc; }
.comments .comment-reply-title small {
  float: right;
  font-size: inherit; }

.comment-respond {
  background: #fefefe;
  border: solid 1px #ececec;
  padding: 0 20px; }
  .comment-respond h3 {
    margin-top: 20px; }
  .comment-respond p {
    *zoom: 1; }
    .comment-respond p:before, .comment-respond p:after {
      display: table;
      content: "";
      line-height: 0; }
    .comment-respond p:after {
      clear: both; }
  .comment-respond label {
    float: left; }
  .comment-respond input[type=text], .comment-respond textarea {
    width: 100%; }
  @media only screen and (min-width: 641px) {
    .comment-respond label {
      width: 25%;
      margin-right: 20px; }
    .comment-respond input[type=text], .comment-respond textarea {
      width: 66%; }
    .comment-respond .form-submit {
      margin-left: 25%;
      padding-left: 20px; } }
  .comment-respond #submit {
    line-height: 150%; }

/**
 * 9.- PINTEREST WIDGET
 */
.nailthumb-container {
  width: auto;
  height: auto;
  margin: 0 0 11px;
  padding: 0;
  overflow: hidden; }
  .nailthumb-container text-align:left
  img.nailthumb-image {
    margin: 0;
    padding: 0;
    max-width: none;
    text-align: left;
    float: left; }
  .nailthumb-container span.nailthumb-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: White;
    display: block;
    font-size: 9px;
    height: 20px;
    left: 0;
    margin-top: 2px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
    float: left; }
    .nailthumb-container span.nailthumb-title .nailthumb-title-scroller {
      padding-left: 2px; }
  .nailthumb-container img {
    max-width: none;
    text-align: left;
    left: 0 !important; }

/**
 * 10.- WHAT DOES YOUR UNION MEAN TO YOU
 */
body #support-widget {
  height: auto !important; }
  body #support-widget .support-footer {
    box-shadow: none;
    height: auto;
    position: relative; }
  @media screen and (max-width: 850px) {
    body #support-widget img {
      display: none; }
    body #support-widget .support-name, body #support-widget .support-msg {
      margin-left: 0; } }

/* July 2015 Changes */
.search-form input[type=search] {
  border: solid 1px #94c948;
  padding: 6px;
  margin: 0; }

.sidebar .rpwe-block .rpwe-ul .rpwe-title {
  font-size: 18px !important; }

  /**
 * YARPP THUMBNAIL STYLE
 */
.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
  display: inline-block;
  *display: inline;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  border: 1px solid rgba(127,127,127,0.1);
  width: 130px;
  height: 210px;
  margin: 5px;
  margin-left: 0px;
  vertical-align: top;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
  width: 120px;
  height: 120px;
  margin: 5px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
  display: block;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
  font-size: 1em;
  max-height: 5.6em;
  line-height: 1.4em;
  margin: 7px;
  margin-top: 0px;
  width: 120px;
  text-decoration: inherit;
  overflow: hidden;
}

.yarpp-thumbnail-default {
  overflow: hidden;
}
.yarpp-thumbnail-default > img {
  min-height: 120px;
  min-width: 120px;
}



div.ytccf ul.ytchagallery li .ytcliinner {
    overflow: hidden !important;
    padding: 10px !important;
	background-color:#f1f7e9;
	margin: 2px 4px 8px 4px;
	height: 170px;
}


div.ytccf ul.ytchagallery.ytc-td-left div.ytcthumb-cont {
    float: left !important;
    margin: 6px 10px 5px 0 !important;
}

h5.ytctitle {font-size: 1.6em; letter-spacing:normal;}

@media only screen and (max-width: 640px)
{
	div.ytccf div.ytctdescription {display : none;}


	}
