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

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 0 0 40px;
}

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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;
}

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves 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;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

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

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

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

Stylesheet: Mixins & Constants Stylesheet

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

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

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix, .header #searchform, .feature-box, .article-author {
  zoom: 1;
}
.clearfix:before, .header #searchform:before, .feature-box:before, .article-author:before, .clearfix:after, .header #searchform:after, .feature-box:after, .article-author:after {
  content: "";
  display: table;
}
.clearfix:after, .header #searchform:after, .feature-box:after, .article-author:after {
  clear: both;
}

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'aller_lightregular';
  src: url("../fonts/aller_lt-webfont.eot");
  src: url("../fonts/aller_lt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aller_lt-webfont.woff") format("woff"), url("../fonts/aller_lt-webfont.ttf") format("truetype"), url("../fonts/aller_lt-webfont.svg#aller_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'allerregular';
  src: url("../fonts/aller_rg-webfont.eot");
  src: url("../fonts/aller_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aller_rg-webfont.woff") format("woff"), url("../fonts/aller_rg-webfont.ttf") format("truetype"), url("../fonts/aller_rg-webfont.svg#allerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aller_boldregular';
  src: url("../fonts/aller_bd-webfont.eot");
  src: url("../fonts/aller_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aller_bd-webfont.woff") format("woff"), url("../fonts/aller_bd-webfont.ttf") format("truetype"), url("../fonts/aller_bd-webfont.svg#allerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
 * This is a bit of a hack but lets us specify styles that don't affect things upwards of 960
 */
/*******************
SIZING
Based on 100% font-size (assume 16px) w/ 1.5 line-height, means line = 24px
*******************/
.text-left {
  text-align: left;
}

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

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

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

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

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

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

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

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid black;
  border-top-color: #090909;
  border-left-color: #090909;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #0e0e0e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#0e0e0e));
  background-image: -webkit-linear-gradient(top, #1b1b1b, #0e0e0e);
  background-image: -moz-linear-gradient(top, #1b1b1b, #0e0e0e);
  background-image: -o-linear-gradient(top, #1b1b1b, #0e0e0e);
  background-image: linear-gradient(to bottom, #1b1b1b, #0e0e0e);
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: #fff;
  border: 1px solid black;
  border-top-color: black;
  border-left-color: black;
  background-color: #020202;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e0e0e), to(#020202));
  background-image: -webkit-linear-gradient(top, #0e0e0e, #020202);
  background-image: -moz-linear-gradient(top, #0e0e0e, #020202);
  background-image: -o-linear-gradient(top, #0e0e0e, #020202);
  background-image: linear-gradient(to bottom, #0e0e0e, #020202);
}
.button:active, .button:visited:active {
  background-color: #1b1b1b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e0e0e), to(#1b1b1b));
  background-image: -webkit-linear-gradient(top, #0e0e0e, #1b1b1b);
  background-image: -moz-linear-gradient(top, #0e0e0e, #1b1b1b);
  background-image: -o-linear-gradient(top, #0e0e0e, #1b1b1b);
  background-image: linear-gradient(to bottom, #0e0e0e, #1b1b1b);
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

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

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "aller_lightregular", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #323232;
  background-color: #202146;
}

#container {
  position: relative;
  left: 0;
  transition: left 0.5s;
  background-color: #FFF;
}
#container.shifted {
  left: 80%;
}

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

/*********************
LINK STYLES
*********************/
a {
  color: #1b1b1b;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:visited {
  color: #1b1b1b;
  text-decoration: none;
}
a:hover, a:focus {
  color: black;
  text-decoration: underline;
}
a:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* base rhythmic unit: 24px (100% * 1.5 line-height on the body tag) */
h1, h2, h3, h4, h5, p {
  margin: 0 0 24px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "allerregular", Arial, sans-serif;
  line-height: 1.2;
  font-weight: normal;
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-family: "aller_boldregular", Arial, sans-serif;
  font-size: 2.5em;
}

h2, .h2 {
  font-size: 1.75em;
}

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

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

/* used on h1's in many sidebars, asides, etc. */
.entry-summary h3 {
  font-size: 1em;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #202146;
}

/*********************
UTILITY STYLES
*********************/
.bwp-button {
  background-color: #665e7a;
  color: #FFF;
  border: none;
  font-size: 0.9em;
  line-height: 1.3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.donate-button {
  font-size: 1.3em;
}

/*********************
HEADER STYLES
*********************/
#header-top {
  height: 30px;
  background-color: #202146;
  color: #FFF;
}

.menu-toggle,
.menu-toggle:visited,
.menu-toggle:active,
.menu-toggle:hover {
  display: block;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF !important;
  text-decoration: none !important;
}

.header {
  background: #685B79 url(../images/header-bg.png) no-repeat right bottom;
  margin-bottom: 34px;
}
.header #inner-header {
  height: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header #logo-container {
  display: block;
}
.header #logo {
  width: 100%;
  font-size: 0;
  height: 70px;
  text-align: center;
}
.header .motto {
  color: white;
  font-family: "aller_lightregular", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
}
@media only print, screen and (max-width: 959px) {
  .header #search-container {
    width: 100%;
    position: absolute;
    top: 160px;
    left: 0;
    padding: 0 0 0 2%;
  }
}
.header #searchform .screen-reader-text {
  display: none;
}
.header #searchform input {
  float: left;
  border: 0;
  padding: 7px 6px;
  font-family: "aller_lightregular", Arial, sans-serif;
}
.header #searchform input[type="text"] {
  width: 50%;
}
.header #searchform input[type="submit"] {
  width: 50%;
  background-color: #665e7a;
  color: white;
  border-radius: 0;
}
.header #advanced-search-link {
  display: none;
}
.header .sharing {
  position: absolute;
  top: -30px;
  right: 10px;
  padding: 0;
}
.header .sharing ul {
  width: 70px;
  padding: 0;
}
.header .sharing ul li {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.header .sharing ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .sharing .twitter {
  font-size: 0;
  background: url(../images/twitter.png);
}
.header .sharing .facebook {
  font-size: 0;
  background: url(../images/facebook.png);
}

/*********************
NAVIGATION STYLES
*********************/
/* First let's deal with the mobile language switcher */
#language-switcher {
  position: absolute;
  right: -125%;
  top: -1px;
}
#language-switcher ul {
  margin: 0;
  padding: 0 85px 0 0;
}
#language-switcher ul li {
  display: inline-block;
  margin-left: 0.5em;
}

/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
@media only print, screen and (max-width: 959px) {
  nav[role="navigation"] {
    width: 80% !important;
    margin: 0 !important;
    display: block;
    position: absolute;
    left: -80%;
    top: 0;
    background-color: #202146;
  }

  .nav {
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 0;
    transition: left 0.5s;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav.active {
    left: 0;
  }
  .nav a,
  .nav a:hover,
  .nav a:visited,
  .nav a:active {
    display: block;
    position: relative;
    color: #FFF;
    padding: 4px;
    text-decoration: none;
  }
  .nav ul {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .nav > ul.top-level > li {
    margin: 0 0 0.5em 0;
  }
  .nav > ul.top-level > li > a:after {
    content: '\02295';
    top: -3px;
    font-size: 1.5em;
    display: block;
    position: absolute;
    right: 0.5em;
  }
  .nav > ul.top-level > li ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }
  .nav > ul.top-level > li.small-screen-active > a:after {
    transform: rotate(0turn);
    content: '\02296';
  }
  .nav > ul.top-level > li.small-screen-active ul.sub-menu {
    max-height: 9999px;
  }
  .nav li {
    color: #FFF;
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */
  }
  .nav li a:hover, .nav li a:focus {
    color: #FFF;
  }
  .nav li.current-menu-item > a,
  .nav li.current_page_item > a,
  .nav li.current-page-ancestor.collapsed > a {
    background: #665e7a;
  }

  /* end .nav */
  .nav {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav li {
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li#language-switcher li a {
    padding: 0;
  }

  /* end .nav */
  body.home #sub-nav-container {
    display: none;
  }

  #sub-nav-container {
    display: none;
        /*
        li {
            &:not(:first-child) {
                padding-left: 20px;
            }
            a {
            }
            a.current_parent_item,
            a.current_page_item {
            }
            a {

                &:hover,
                &:focus {
                }

                &:link {}
            }
            // This could be just a li, or it could be a link
            &.current_page_item.no-link,
            &.current_page_item a {
                background-color: $main-light;                
            }
            // This could be just a li, or it could be a link
            &.current_parent_item.no-link,
            &.current_parent_item a {
                background-color: $main-light;
            }

            &:last-child {
            }

            ul {}

            // Fix for li's that don't have an a inside
            &.no-link {
                padding: 4px;
            }
            // And restore padding-left if it's not the first item
            &.no-link:not(:first-child) {
                padding-left: 24px;
            }
        }

        // highlight sub-menu current page
        li.current-menu-item,
        li.current_page_item,
        li.current-page-ancestor {
            a {}
        }
        */
  }
}
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 12px;
}

.article-classification {
  position: relative;
  height: 40px;
  padding: 12px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}
.article-classification .primary-topic, .article-classification .article-type {
  color: white;
  position: absolute;
  bottom: 12px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "aller_lightregular", Arial, sans-serif;
  font-weight: normal;
}
.article-classification .primary-topic {
  font-size: 1em;
  text-transform: uppercase;
}
.article-classification .article-type {
  font-size: 0.9em;
  right: 10px;
  text-transform: lowercase;
}

.compact-article-list a article .article-classification, .sidebar a article .article-classification, .feature-box article .article-classification {
  background-image: none;
  background-color: transparent !important;
  padding: 0;
  margin: 0;
  height: auto;
}
.compact-article-list a article .article-classification > *, .sidebar a article .article-classification > *, .feature-box article .article-classification > * {
  border-left: 1px solid #323232;
  padding: 0 6px;
}
.compact-article-list a article .article-classification > *:first-child, .sidebar a article .article-classification > *:first-child, .feature-box article .article-classification > *:first-child {
  border-left: none;
  padding-left: 0;
}
.compact-article-list a article .article-classification .primary-topic, .sidebar a article .article-classification .primary-topic, .feature-box article .article-classification .primary-topic, .compact-article-list a article .article-classification .article-type, .sidebar a article .article-classification .article-type, .feature-box article .article-classification .article-type {
  position: static;
  display: inline;
  line-height: 1;
  font-family: "aller_lightregular", Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
}
.compact-article-list a article .article-classification .primary-topic, .sidebar a article .article-classification .primary-topic, .feature-box article .article-classification .primary-topic {
  text-transform: uppercase;
}
.compact-article-list a article .article-classification .article-type, .sidebar a article .article-classification .article-type, .feature-box article .article-classification .article-type {
  text-transform: lowercase;
}
.compact-article-list a article .article-classification + h1, .sidebar a article .article-classification + h1, .feature-box article .article-classification + h1 {
  margin-top: 0;
}

.news .article-classification,
.default .article-classification,
.noticias .article-classification {
  background-color: #799fbc;
  background-image: url(../images/type-header-bg/news.png);
}

.commentary .article-classification,
.comentario .article-classification {
  background-color: #4f5583;
  background-image: url(../images/type-header-bg/commentary.png);
}

.background .article-classification,
.antecedentes .article-classification {
  background-color: #029c9f;
  background-image: url(../images/type-header-bg/background.png);
}

.analysis .article-classification,
.analisis .article-classification {
  background-color: #925f94;
  background-image: url(../images/type-header-bg/analysis.png);
}

.article-list > a {
  text-decoration: none;
}
.article-list > a:hover, .article-list > a:active {
  text-decoration: none;
}
.article-list article {
  display: block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.1;
}
.article-list article h1 {
  margin: 12px 0;
  font-size: 1.25em;
}
.article-list article p {
  margin-bottom: 12px;
}
.article-list article img {
  display: block;
  width: 100%;
  height: auto;
}

.compact-article-list .news .article-classification, .sidebar .news .article-classification,
.compact-article-list .noticias .article-classification,
.sidebar .noticias .article-classification,
.compact-article-list .commentary .article-classification,
.sidebar .commentary .article-classification,
.compact-article-list .comentario .article-classification,
.sidebar .comentario .article-classification,
.compact-article-list .background .article-classification,
.sidebar .background .article-classification,
.compact-article-list .antecedentes .article-classification,
.sidebar .antecedentes .article-classification,
.compact-article-list .analysis .article-classification,
.sidebar .analysis .article-classification,
.compact-article-list .analisis .article-classification,
.sidebar .analisis .article-classification {
  background-color: inherit;
}
.compact-article-list .news .primary-topic, .sidebar .news .primary-topic,
.compact-article-list .noticias .primary-topic,
.sidebar .noticias .primary-topic,
.compact-article-list .news .article-type,
.sidebar .news .article-type,
.compact-article-list .noticias .article-type,
.sidebar .noticias .article-type {
  color: #799fbc;
}
.compact-article-list .commentary .primary-topic, .sidebar .commentary .primary-topic,
.compact-article-list .comentario .primary-topic,
.sidebar .comentario .primary-topic,
.compact-article-list .commentary .article-type,
.sidebar .commentary .article-type,
.compact-article-list .comentario .article-type,
.sidebar .comentario .article-type {
  color: #4f5583;
}
.compact-article-list .background .primary-topic, .sidebar .background .primary-topic,
.compact-article-list .antecedentes .primary-topic,
.sidebar .antecedentes .primary-topic,
.compact-article-list .background .article-type,
.sidebar .background .article-type,
.compact-article-list .antecedentes .article-type,
.sidebar .antecedentes .article-type {
  color: #029c9f;
}
.compact-article-list .analysis .primary-topic, .sidebar .analysis .primary-topic,
.compact-article-list .analisis .primary-topic,
.sidebar .analisis .primary-topic,
.compact-article-list .analysis .article-type,
.sidebar .analysis .article-type,
.compact-article-list .analisis .article-type,
.sidebar .analisis .article-type {
  color: #925f94;
}
.compact-article-list a article, .sidebar a article {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #323232;
  line-height: 1.2;
}
.compact-article-list a article .article-classification, .sidebar a article .article-classification {
  margin-bottom: 8px;
}
.compact-article-list a article .article-classification .date, .sidebar a article .article-classification .date {
  display: inline;
}
.compact-article-list a article h1, .sidebar a article h1 {
  color: #323232;
  font-size: 1em;
  margin-bottom: 8px;
}
.compact-article-list a article p, .sidebar a article p {
  margin-bottom: 0;
}
.compact-article-list a:hover, .sidebar a:hover {
  text-decoration: none;
}
.compact-article-list a:hover article, .sidebar a:hover article {
  background-color: #eee;
}

.feature-box {
  margin-bottom: 24px;
  position: relative;
}
.feature-box a {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.feature-box article {
  margin-bottom: 0;
  padding: 24px;
}
.feature-box article .article-classification {
  font-size: 0.75em;
  margin-bottom: 0.666em;
}
.feature-box article h1 {
  color: white;
  font-size: 1em;
  margin-bottom: 0;
}
.feature-box .news,
.feature-box .noticias {
  background-color: #799fbc;
  border-color: #799fbc;
}
.feature-box .news:hover, .feature-box .news.selected,
.feature-box .noticias:hover,
.feature-box .noticias.selected {
  background-color: #4e799b;
}
.feature-box .commentary,
.feature-box .comentario {
  background-color: #4f5583;
  border-color: #4f5583;
}
.feature-box .commentary:hover, .feature-box .commentary.selected,
.feature-box .comentario:hover,
.feature-box .comentario.selected {
  background-color: #323653;
}
.feature-box .background,
.feature-box .antecedentes {
  background-color: #029c9f;
  border-color: #029c9f;
}
.feature-box .background:hover, .feature-box .background.selected,
.feature-box .antecedentes:hover,
.feature-box .antecedentes.selected {
  background-color: #015253;
}
.feature-box .analysis,
.feature-box .analisis {
  background-color: #925f94;
  border-color: #925f94;
}
.feature-box .analysis:hover, .feature-box .analysis.selected,
.feature-box .analisis:hover,
.feature-box .analisis.selected {
  background-color: #644165;
}
.feature-box article.featured-image {
  overflow: hidden;
  border-right: 2px;
}
.feature-box article.featured-image a.linked-title h1 {
  font-size: 1.125em;
}
.feature-box article.featured-image a.linked-image {
  top: 0;
  left: 0;
}
.feature-box article.featured-image img {
  min-width: 100%;
}
.feature-box article.featured-image a.linked-summary {
  display: none;
}
.feature-box article.featured-image header {
  left: 0;
  bottom: 0;
  padding: 24px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.feature-box article.featured-image .article-classification {
  background: none;
}
.feature-box article.featured-image h1 {
  font-size: 1em;
  font-weight: normal;
  font-family: 'allerregular', Arial, sans-serif;
}

.article-image-and-author {
  margin-bottom: 24px;
}
.article-image-and-author .article-image img {
  width: 100%;
  height: auto;
}

.date,
.publisher {
  color: #646464;
  font-size: smaller;
  text-transform: uppercase;
  font-family: "aller_lightregular", Arial, sans-serif;
  margin-bottom: 6px;
}

.article-author {
  margin-bottom: 24px;
}

/* end .hentry */
.single-title,
.page-title {
  color: #202146;
  font-size: 2.3em;
}

.single-title {
  margin-bottom: 14px;
}

.entry-subtitle {
  color: #202146;
  font-size: 1.6em;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
.show-all-link {
  float: right;
  margin-top: 12px;
}

/* post meta */
.byline {
  color: #999;
}

.entry-summary {
  background-color: #dbd7dc;
  padding: 12px;
  margin: 0 0 24px;
  font-family: "allerregular", Arial, sans-serif;
}
.entry-summary h3 {
  margin-top: 4px;
}
.entry-summary p {
  margin: 0;
}

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content p:first-of-type {
  margin-top: 0;
}
.entry-content a {
  font-weight: bold;
}
.entry-content blockquote.pullquote {
  background-color: #E1E6EF;
  margin: 1.5em 0;
  padding: 1em 1.5em;
  color: #6388B3;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "aller_boldregular", Arial, sans-serif;
}
.entry-content blockquote.pullquote cite {
  font-family: "aller_lightregular", Arial, sans-serif;
  font-size: 0.8em;
  display: block;
  margin-top: 0.8em;
  text-transform: uppercase;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .entry-content */
.article-footer .footnotes {
  font-size: 0.9em;
  font-style: italic;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* These styles copied over from old Action Apps site */
div.box {
  padding: 0em 0em .5em 0em;
  background-color: #D8D6E7;
  margin: 0 0 1em 0;
}
div.box p, div.box li {
  margin: 1em 2em 0em .5em;
}
div.box h2, div.box h3 {
  padding: .25em 2em .25em .5em;
  background-color: #595F9C;
  color: #FFF;
  text-decoration: none;
}

body.archive.tax-publication-type #main article {
  padding-bottom: 1em;
  border-bottom: 1px solid #dbd7dc;
  margin-bottom: 1em;
  display: inline-block;
  float: none;
  vertical-align: bottom;
  /* This fixes the fact that, because these are inline-blocks, they have small spaces between */
  margin-left: 1%;
}
body.archive.tax-publication-type #main article .article-image {
  width: 100%;
}
body.archive.tax-publication-type #main article .article-image img {
  width: 100%;
  height: 334px;
}
body.archive.tax-publication-type #main article .entry-title {
  margin-bottom: 0;
}
body.archive.tax-publication-type #main article .publication-meta {
  margin-bottom: 0;
}

/******************************************************************
ADVANCED SEARCH SCREEN STYLES
******************************************************************/
.main-search-box {
  font-size: 1.3em;
}

h3 {
  margin: 1em 0;
}

p {
  margin-bottom: 0.5em;
}

#refine-search-container input[type="submit"], #refine-search-container input[type="text"] {
  vertical-align: bottom;
}

#refine-search {
  border-bottom: 1px solid #000;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#refine-search label {
  display: inline-block;
  width: 45%;
  margin-right: 3%;
  /* Select2 does funny things adding extra space! */
}
#refine-search input[type="date"], #refine-search select, #refine-search .select2-container {
  width: 50%;
}

#refine-search-button-container {
  text-align: right;
  font-size: 1.3em;
}
#refine-search-button-container input[type="submit"] {
  width: 50%;
}

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

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  margin: 1px;
}
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.pagination ul li a, .pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block;
}
.pagination ul li span.current {
  font-weight: bold;
}

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

/* end .wp-prev-next */
/*********************
SIDEBARS & ASIDES
*********************/
/* related resources, etc. This is not displayed on mobile. */
.article-info-bar {
  display: none;
}

/* This applies to both the left-sidebar and the footer lists */
.related-list {
  margin-bottom: 24px;
}
.related-list article {
  padding-bottom: 6px;
  border-bottom: 1px solid #202146;
  margin-bottom: 6px;
  font-size: 14px;
}
.related-list article .related-meta {
  text-transform: uppercase;
}
.related-list h1.section-head {
  font-size: 14px;
  color: #202146;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.related-list h3 {
  font-size: 14px;
  margin-bottom: 4px;
}

.sidebar .observer, .sidebar .observer:hover {
  color: #222245;
}
.sidebar .bulletin, .sidebar .bulletin:hover {
  color: #a90078;
}
.sidebar .newslens, .sidebar .newslens:hover {
  color: #759930;
}
.sidebar .featured-briefings {
  line-height: 1.1;
}
.sidebar .featured-briefings img {
  max-width: 47%;
  margin-right: 6%;
  float: left;
  border: 1px solid #555555;
}
.sidebar .featured-briefings h1 {
  margin: 12px 0;
  font-size: 1.25em;
}
.sidebar .background img {
  width: 100%;
  height: auto;
  border-bottom: 1.25em;
}
.sidebar .publisher {
  color: #646464;
  font-size: smaller;
  text-transform: uppercase;
  font-family: "aller_lightregular", Arial, sans-serif;
}
.sidebar .widget {
  margin: 48px 0;
}
.sidebar .widget .widget-title {
  background: #dbd7dc;
  text-transform: uppercase;
  font-family: "aller_lightregular", Arial, sans-serif;
  font-size: 1em;
  padding: 12px;
  border-top: 1px solid #323232;
  margin-bottom: 12px;
}
.sidebar .widget ul li {
  margin-bottom: 12px;
  /* deep nesting */
}
.sidebar .widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}
.sidebar .widget:first-child {
  margin-top: 0;
}
.sidebar .widget:first-child .widget-title {
  border-top: 0;
}
.sidebar .widget-more-link {
  display: block;
  margin: 12px 0;
  text-align: right;
}

/******************************************************************
SPECIFIC WIDGET STYLES
******************************************************************/
/* JetPack sharing widget */
div.sharedaddy div.sd-block {
  border-top: none !important;
}
div.sharedaddy .sd-content {
  float: none !important;
}

/******************************************************************
SPECIFIC TEMPLATE STYLES: PUBLICATION PAGE
******************************************************************/
#publication-header {
  margin-bottom: 4px;
  position: relative;
}

#masthead-container {
  padding-top: 1em;
}
#masthead-container .masthead-text {
  font-size: 3.5em;
  font-family: "aller_boldregular", Arial, sans-serif;
}
#masthead-container img {
  max-width: 100%;
}

#publication-details .publication-strapline {
  font-size: 1.4em;
  margin-bottom: 4px;
}

#publication-cover {
  display: none;
}

.publication-meta {
  margin-bottom: 30px;
}
.publication-meta ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.publication-meta ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-right: 1px solid #202146;
  color: #202146;
  /* For items that aren't linked */
}
.publication-meta ul li .pad-me {
  padding: 0 6px;
}
.publication-meta ul li a {
  display: inline-block;
  color: #202146;
  padding: 0 6px;
}
.publication-meta ul li a:hover, .publication-meta ul li a:active {
  background-color: #dbd7dc;
  color: #202146;
  text-decoration: none;
}
.publication-meta ul li:last-child {
  border-right: 0 none;
}

.publication-feature h1 {
  font-size: 1.5em;
  margin-bottom: 12px;
}
.publication-feature img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 24px;
  background-color: #665e7a;
  color: white;
  padding-top: 24px;
  padding-bottom: 48px;
}
.footer .widget {
  position: relative;
  width: 96%;
  margin-bottom: 2em;
  font-size: 0.9em;
}
.footer .widget .widgettitle {
  margin-bottom: 8px;
}
.footer .widget ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer .widget a {
  color: #fff;
}
.footer .widget a:visited, .footer .widget a:hover, .footer .widget a:active {
  color: #fff;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only print, screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  HEADER STYLES
  *********************/
  .header #inner-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header #logo-container {
    width: 50%;
    padding-right: 30px;
    height: 90px;
    float: left;
  }
  .header #logo {
    padding: 12px 0 11px 0;
    text-align: left;
    height: 90px;
  }
  .header .motto {
    position: relative;
    transform: translateY(50%);
    width: 50%;
    float: left;
    text-align: right;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only print, screen and (min-width: 960px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap.
  I liked 1140 but Boostrap's grid was way more detailed so I merged them
  together, let's see how this works out. If you want to use 1140, the original
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    display: block;
    position: relative;
    float: left;
    margin-left: 2.76243%;
  }

  .first {
    margin-left: 0;
  }

  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    /* This doesn't really work below 960px */
    min-width: 960px;
  }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px;
  }

  .single-post #main, .single-post #related {
    position: relative;
  }
  .single-post #main {
    /* TODO - make these lines work!
    margin-left: ($column-margin / 2);
    padding-left: ($column-margin / 2);
    border-left: 1px solid $main-dark;
    margin-right: ($column-margin / 2);
    padding-right: ($column-margin / 2);
    border-right: 1px solid $main-dark;
    */
  }

  .sidebar {
    margin-left: 0;
  }

  /*********************
  HEADER STYLES
  *********************/
  #header-top {
    display: none;
  }

  .header {
    margin-bottom: 0;
    background: #685B79 url(../images/header-bg-gradient.png) repeat-y center top;
    background: -moz-linear-gradient(left, #685d79 0%, #685d79 50%, #222245 51%, #222245 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #685d79), color-stop(50%, #685d79), color-stop(51%, #222245), color-stop(100%, #222245));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #685d79 0%, #685d79 50%, #222245 51%, #222245 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #685d79 0%, #685d79 50%, #222245 51%, #222245 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #685d79 0%, #685d79 50%, #222245 51%, #222245 100%);
    /* IE10+ */
    background: linear-gradient(to right, #685d79 0%, #685d79 50%, #222245 51%, #222245 100%);
    /* W3C */
  }
  .header #inner-header {
    height: 130px;
    background: url(../images/header-bg.png) no-repeat center bottom;
  }
  .header #logo-container {
    width: 22%;
  }
  .header #logo {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-top: 12px;
  }
  .header .motto {
    width: 40%;
    padding-right: 10%;
    padding-left: 20px;
    position: relative;
    top: 30px;
    left: 50px;
    transform: none;
    text-align: left;
  }
  .header #search-container {
    position: relative;
    top: auto;
    color: #FFF;
  }
  .header #search-container a, .header #search-container a:link, .header #search-container a:hover, .header #search-container a:active, .header #search-container a:visited {
    color: #FFF;
    display: block;
    text-align: right;
  }
  .header #searchform {
    position: relative;
    top: 0;
    margin-top: 16px;
  }
  .header #searchform input[type="text"] {
    width: 70%;
  }
  .header #searchform input[type="submit"] {
    display: block;
    width: 30%;
  }
  .header .advanced-search-link {
    display: inline;
  }
  .header .sharing {
    display: block;
    position: relative;
    top: 5px;
  }

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 1px solid #ccc;
    border-bottom: 0;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav #nav-title-link {
    display: none;
  }
  .nav li {
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */
  }
  .nav li a {
    display: block;
    font-family: "aller_lightregular", Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    /*
    remember this is for mobile ONLY, so there's no need
    to even declare hover styles here, you can do it in
    the style.scss file where it's relevant. We want to
    keep this file as small as possible!
    */
  }
  .nav li ul.children li a {
    padding-left: 30px;
  }

  /* end .nav */
  .nav {
    margin: 10px 0;
    border: 0;
    font-size: 0;
    position: relative;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    padding: 0;
  }
  .nav > ul.top-level > li {
    width: 20%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
  }
  .nav > ul.top-level > li a {
    font-size: 20px;
  }
  .nav li {
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
  }
  .nav li:last-child {
    padding: 0;
  }
  .nav li ul.sub-menu {
    background-color: transparent;
  }
  .nav li ul.sub-menu li {
    text-align: center;
    display: inline-block;
  }
  .nav li ul.sub-menu li a {
    font-size: 15px;
    padding: 6px 12px;
    border-right: 1px solid white;
  }
  .nav li ul.sub-menu li a:last-child {
    border-right: 0;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    display: none;
  }
  .nav li:hover > a, .nav li:focus > a, .nav li.current_page_item > a {
    background-color: #665e7a;
    color: white;
  }
  .nav li#language-switcher {
    position: relative;
    right: auto;
    top: auto;
  }
  .nav li#language-switcher ul {
    margin: 8px 0 0 0;
    padding: 0;
    text-align: right;
  }
  .nav li#language-switcher li {
    display: inline-block;
    padding: 0 2px;
  }
  .nav li#language-switcher li img {
    display: block;
    vertical-align: bottom;
  }
  .nav li#language-switcher li a {
    padding: 0;
  }
  .nav li#language-switcher li a:hover {
    background-color: white;
  }

  /* end .nav */
  #sub-nav-container {
    margin-top: 0;
    border-top: 4px solid #665e7a;
    text-align: left;
    /* highlight sub-menu current page */
  }
  #sub-nav-container li {
    text-align: center;
    display: inline-block;
    margin-right: 1px;
    font-size: 14px;
  }
  #sub-nav-container li a {
    padding: 6px 8px;
    display: inline-block;
  }
  #sub-nav-container li a {
    background-color: #dbd7dc;
  }
  #sub-nav-container li a:hover, #sub-nav-container li a:focus {
    background-color: #665e7a;
  }
  #sub-nav-container li.current_page_item.no-link, #sub-nav-container li.current_page_item a {
    background: #665e7a;
    color: #FFF;
    text-transform: uppercase;
  }
  #sub-nav-container li.current_parent_item.no-link, #sub-nav-container li.current_parent_item a {
    background: #202146;
    color: #FFF;
    text-transform: uppercase;
  }
  #sub-nav-container li:last-child {
    padding-right: 0;
  }
  #sub-nav-container li.no-link {
    padding: 6px 8px;
  }

  **********
  .nav li ul.sub-menu li {
    text-align: center;
    display: inline-block;
  }
  **********
  .nav li ul.sub-menu li a {
    font-size: 15px;
    padding: 6px 12px;
    border-right: 1px solid white;
  }
  **********
  .nav li ul.sub-menu li a:last-child {
    border-right: 0;
  }

  /*********************
  POSTS
  *********************/
  /*
   * An explanation:
   * - we want 24px gap between even and odd elements (down the middle)
   * - the full-width main news column is 750px
   * - 24px is 3.2% of 750px
   * - so each article needs to be 50% wide
   * - even numbered articles need a 6.4% padding-left (double the 3.2 because it's in a 50% width box)
   * - odd numbered articles need a 6.4% padding-right
   */
  .article-list a {
    display: block;
    float: left;
    width: 50%;
    padding-left: 3.2%;
  }
  .article-list a.odd {
    padding-left: 0;
    padding-right: 3.2%;
    clear: left;
  }
  .article-list a:hover article {
    background-color: #f0f0f0;
  }
  .article-list article {
    margin: 0 0 12px 0;
  }

  .feature-box article {
    width: 38%;
    margin-left: 62%;
    margin-bottom: 0;
    float: left;
    height: 116px;
  }
  .feature-box article.featured-image {
    width: 62%;
    margin-left: 0;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    height: 348px;
  }
  .feature-box article.featured-image a.linked-image, .feature-box article.featured-image header {
    position: absolute;
  }
  .feature-box article.featured-image a.linked-summary {
    display: block;
  }
  .feature-box article.featured-image:first-child {
    display: block;
  }

  .article-author .article-image {
    float: left;
    width: 78%;
    margin-right: 2%;
  }
  .article-author .author-image {
    display: block;
    width: 100%;
  }
  .article-author .author-name {
    font-size: smaller;
    line-height: 1;
  }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /* Display the left-hand bar with publication info and related resources - hide the footer equivalent */
  .article-info-bar {
    display: block;
  }
  .article-info-bar .article-publication {
    font-size: 0.8em;
    font-style: italic;
  }
  .article-info-bar .article-publication img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #555555;
    margin-bottom: 4px;
  }
  .article-info-bar .article-publication a:hover, .article-info-bar .article-publication a:active {
    text-decoration: none;
  }
  .article-info-bar .date,
  .article-info-bar .publisher {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
  }

  #footer-related-resources,
  #footer-related-articles {
    display: none;
  }

  /*********************
  PUBLICATION STYLES
  *********************/
  #publication-details {
    height: 109px;
  }
  #publication-details .publication-strapline {
    position: absolute;
    bottom: 0;
  }

  #publication-cover {
    display: block;
    position: relative;
  }
  #publication-cover img {
    position: absolute;
    /* Removes from flow */
  }

  .publication-meta {
    margin-bottom: 30px;
    width: auto;
    float: none;
  }
  .publication-meta ul li {
    display: inline-block;
  }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer .widget {
    float: left;
    width: 19%;
    margin-left: 3%;
  }

  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only print, screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  .header .motto {
    font-size: 1em;
    left: 0;
    padding-right: 0;
  }
  .header .sharing {
    top: 8px;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  .header {
    background-image: none;
  }

  .header #inner-header {
    background-image: none;
  }
  .header #inner-header .sharing {
    display: none;
  }

  #searchform {
    display: none;
  }

  .article-classification {
    background-image: none !important;
  }

  .feature-box .featured-image .linked-image {
    display: none;
  }

  body.single {
    /*
     * Related resources/articles are shown in the sidebar on desktop screens, but just after the article
     * content for print and mobile. So we need to hide them in the left-hand sidebar, and show them in the
     * footer.
     */
    /* Make the main container wider */
    /* Don't show the sidebar */
    /* Don't show the article footer (tags, meta and so on) */
  }
  body.single .article-info-bar {
    /* Hide related resources and articles - they're shown in the footer instead */
    /* Don't let the publication image be too wide */
  }
  body.single .article-info-bar #related-resources,
  body.single .article-info-bar #related-articles {
    display: none;
  }
  body.single .article-info-bar .article-publication {
    max-width: 200px;
  }
  body.single #footer-related-resources,
  body.single #footer-related-articles {
    display: block;
    /*
     * For show the URL here too too
     */
  }
  body.single #footer-related-resources a:after,
  body.single #footer-related-articles a:after {
    content: " (" attr(href) ")";
    display: block;
    margin-top: 8px;
    font-style: italic;
    font-weight: normal;
    font-family: "aller_lightregular", Arial, sans-serif;
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* css-3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
  }
  body.single #main {
    width: 65%;
  }
  body.single .sidebar {
    display: none;
  }
  body.single .article-footer {
    display: none;
  }

  /* Don't show the footer */
  footer.footer {
    display: none;
  }

  /* Hide sharing at bottom of articles */
  #main .sharedaddy {
    display: none;
  }

  /* These are standard print styles from the Bones template theme that we used. They seem to help! */
  * {
    background-color: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
    /*
        // show links on printed pages
        &:after {
          content: " (" attr(href) ")";
        }
    
        // show title too
        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;
  }

  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

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