/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

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

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

/* Address styling not present in IE 8/9. */
/* line 54, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 65, ../sass/_normalize.scss */
html {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Remove default margin. */
/* line 73, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* Clearfix */
/* line 81, ../sass/_normalize.scss */
.clearfix:after,
.panel-panel:after,
.block:after,
.page-blog .view-blog .views-row:after,
.home_slideshow .views-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/**
 * Floats, borders, misc.
 */
/* line 98, ../sass/_normalize.scss */
.left,
.wysiwyg_imageupload.imgupl_floating_left {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 104, ../sass/_normalize.scss */
.right, .node-type-programme-partner .field-name-field-image,
.wysiwyg_imageupload.imgupl_floating_right {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 110, ../sass/_normalize.scss */
.wysiwyg_imageupload.imgupl_floating_left,
.wysiwyg_imageupload.imgupl_floating_right {
  margin-top: 0.5em;
}

/* line 115, ../sass/_normalize.scss */
.bordertop {
  padding-top: 0.5em;
}

/* line 119, ../sass/_normalize.scss */
.borderbottom, #content h2 {
  padding-bottom: 0.5em;
}

/* line 123, ../sass/_normalize.scss */
.hidden {
  display: none;
}

/**
 * Colors
 */
/* line 131, ../sass/_normalize.scss */
.red {
  color: #cc0000;
}

/* line 135, ../sass/_normalize.scss */
.blue {
  color: #0066cc;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* line 145, ../sass/_normalize.scss */
a:link,
a:visited {
  color: #0066cc;
  text-decoration: underline;
}
/* line 149, ../sass/_normalize.scss */
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h1
a:visited, h2
a:visited, h3
a:visited, h4
a:visited {
  text-decoration: none;
}

/* line 160, ../sass/_normalize.scss */
a:hover,
a:active,
a:focus {
  color: #007fff;
  text-decoration: none;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 168, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* Breadcrumb links */
/* line 179, ../sass/_normalize.scss */
.breadcrumbs {
  margin-bottom: 1.25em;
}
/* line 181, ../sass/_normalize.scss */
.breadcrumbs a {
  color: #0066cc;
}

/* Link placeholders and mixins */
/* line 188, ../sass/_normalize.scss */
.block-menu_block a:link, .block-menu_block
a:visited {
  display: block;
  text-decoration: none;
}

/**
 * Messages
 */
/* line 204, ../sass/_normalize.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  clear: both;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 219, ../sass/_normalize.scss */
p,
pre {
  margin: 0 0 1em 0;
}

/* line 223, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/* line 228, ../sass/_normalize.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0.5em 0;
  line-height: 130%;
}

/* line 239, ../sass/_normalize.scss */
h1 {
  font-size: 2.5em;
  line-height: 1.2em;
}
/* line 241, ../sass/_normalize.scss */
h1.title {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  margin: 0;
}
/* line 245, ../sass/_normalize.scss */
h1.title span.guideline_link {
  float: right;
  font-size: 14px;
  margin-left: 20px;
  padding-top: 14px;
}

/* line 253, ../sass/_normalize.scss */
h2 {
  font-size: 28px;
}

/* line 259, ../sass/_normalize.scss */
h3 {
  font-size: 20px;
}

/* line 262, ../sass/_normalize.scss */
h4 {
  font-size: 17.6px;
}

/* line 265, ../sass/_normalize.scss */
h5 {
  font-size: 13.28px;
}

/* line 268, ../sass/_normalize.scss */
h6 {
  font-size: 10.72px;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 277, ../sass/_normalize.scss */
b,
strong {
  font-weight: 700;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 283, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 288, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 297, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 303, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* Set consistent quote types. */
/* line 319, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 324, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 336, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 339, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 346, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 356, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 364, ../sass/_normalize.scss */
.block-menu_block ul.menu {
  margin: 0;
  padding: 0;
}
/* line 367, ../sass/_normalize.scss */
.block-menu_block ul.menu li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 377, ../sass/_normalize.scss */
.node li {
  margin-bottom: 0.5em;
}

/* line 382, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 387, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 398, ../sass/_normalize.scss */
img,
a img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 406, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 411, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Blocks
 */
/* line 418, ../sass/_normalize.scss */
.block {
  margin-bottom: 0 !important;
}

/**
 * Forms
 */
/* line 426, ../sass/_normalize.scss */
form {
  margin: 0;
}
/* line 428, ../sass/_normalize.scss */
form fieldset {
  margin: 0 0 1em 0;
  border: 1px solid #ddd;
  padding: 1em;
}
/* line 432, ../sass/_normalize.scss */
form fieldset legend {
  border: 0;
  padding: 0;
  font-size: 1.6em;
  font-weight: bold;
}
/* line 438, ../sass/_normalize.scss */
form fieldset fieldset {
  border: 1px solid #eee;
}
/* line 440, ../sass/_normalize.scss */
form fieldset fieldset legend {
  font-size: 1.333em;
}
/* line 443, ../sass/_normalize.scss */
form fieldset fieldset .form-item,
form fieldset fieldset .container-inline-date > .form-item {
  margin-bottom: 0;
}
/* line 453, ../sass/_normalize.scss */
form .field-type-datestamp legend span,
form .field-type-addressfield legend span {
  background-image: none !important;
  padding-left: 0 !important;
}
/* line 460, ../sass/_normalize.scss */
form .form-item {
  margin-top: 0;
}
/* line 464, ../sass/_normalize.scss */
form input.form-text {
  padding: 0.45em;
}
/* line 469, ../sass/_normalize.scss */
form .form-field-type-field-collection th {
  padding-left: 0.5em !important;
}
/* line 474, ../sass/_normalize.scss */
form button,
form input,
form select,
form textarea {
  font-family: inherit;
  margin: 0;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}
/* line 483, ../sass/_normalize.scss */
form input.form-submit {
  font-size: 1.3333em;
}
/* line 486, ../sass/_normalize.scss */
form input.form-submit.ajax-processed {
  font-size: 100%;
  padding: 0.4em;
  line-height: 100%;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 497, ../sass/_normalize.scss */
button,
body.bsd-donation #processbutton,
body.bsd-donation input[type="submit"],
input.form-submit,
a.button {
  line-height: normal;
  margin: 0.75em 0.75em 0.75em 0;
  padding: 0.5em 0.75em;
  text-decoration: none;
  color: #fff;
  border: none;
  font-weight: bold;
  background: #444444;
  background-image: none;
  transition-property: background;
  transition-duration: 0.3s;
}
/* line 513, ../sass/_normalize.scss */
button:hover,
body.bsd-donation #processbutton:hover,
body.bsd-donation input[type="submit"]:hover,
input.form-submit:hover,
a.button:hover {
  background: #515151;
}

/**
 * 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.
 */
/* line 524, ../sass/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 538, ../sass/_normalize.scss */
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.
 */
/* line 549, ../sass/_normalize.scss */
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 560, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/* Remove inner padding and border in Firefox 4+. */
/* line 586, ../sass/_normalize.scss */
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.
 */
/* line 596, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 602, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Vertical rhythms
 */
/* line 610, ../sass/_normalize.scss */
.vertical-rhythm {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

/* line 615, ../sass/_normalize.scss */
.vertical-rhythm-top {
  padding-top: 3em !important;
}

/* line 619, ../sass/_normalize.scss */
.vertical-rhythm-bottom {
  padding-bottom: 3em !important;
}

/**
 * Pagers
 */
/* line 627, ../sass/_normalize.scss */
.item-list ul.pager {
  text-align: left;
  margin: 0;
  padding: 1em 0;
}
/* line 631, ../sass/_normalize.scss */
.item-list ul.pager li {
  display: block;
  margin: 0 0.5em 0 0;
  padding: 0;
  line-height: 100%;
  border: 1px solid #fff;
  background: #e3e3e3;
  float: left;
}
/* line 639, ../sass/_normalize.scss */
.item-list ul.pager li.pager-current, .item-list ul.pager li:hover {
  border: 1px solid #444444;
  background: #ddd;
  color: #000;
}
/* line 645, ../sass/_normalize.scss */
.item-list ul.pager li a {
  display: block;
  text-decoration: none;
  color: #444444;
}
/* line 651, ../sass/_normalize.scss */
.item-list ul.pager li.pager-current,
.item-list ul.pager li.pager-ellipsis,
.item-list ul.pager a {
  padding: 0.3em 0.5em;
}

/**
 * Tables
 */
/* line 662, ../sass/_normalize.scss */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
/* line 668, ../sass/_normalize.scss */
table td {
  vertical-align: top;
}
/* line 671, ../sass/_normalize.scss */
table.no-border {
  border-collapse: separate;
  border: none;
}
/* line 676, ../sass/_normalize.scss */
table.col-2 td {
  width: 50%;
}

/**
 * Blocks
 */
/* line 685, ../sass/_normalize.scss */
.block-edit {
  display: none;
}
/* line 687, ../sass/_normalize.scss */
.block:hover .block-edit {
  display: block;
  position: absolute;
  font-size: 10px;
}

/**
 * Views
 */
/* Partials */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/* Main page element */
/* line 14, ../sass/partials/_responsive.scss */
#page {
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
}

/* line 20, ../sass/partials/_responsive.scss */
#main-wrapper {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
/* line 24, ../sass/partials/_responsive.scss */
#main-wrapper #main {
  padding-bottom: 1.5em;
}

/* Containers for grid items and flow items. */
/* line 31, ../sass/partials/_responsive.scss */
#preheader,
#header,
.front #main,
#footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

/* line 38, ../sass/partials/_responsive.scss */
h1.title,
#main-bottom,
#footer .block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}

/* line 45, ../sass/partials/_responsive.scss */
.front #content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
/* line 48, ../sass/partials/_responsive.scss */
.not-front #content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 51, ../sass/partials/_responsive.scss */
#content > .node,
#content > .view {
  clear: both;
}

/* line 57, ../sass/partials/_responsive.scss */
.region-content-below {
  clear: both;
}

/* Set up media queries in ascending order for mobile-first. */
/**
 * The layout when there is only one sidebar, the right one.
 */
/* line 86, ../sass/partials/_responsive.scss */
.sidebar-second {
  /* Span 4 columns, starting in 1st column from left. */
  /* Span 1 column, starting in 5th column from left. */
}
/* line 88, ../sass/partials/_responsive.scss */
.sidebar-second #content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 62.5%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  /* reduced for womenwin_guide */
}
/* line 93, ../sass/partials/_responsive.scss */
.sidebar-second .region-sidebar-second {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37.5%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
  /* expanded for womenwin_guide */
}

/* line 98, ../sass/partials/_responsive.scss */
.region-sidebar-second {
  padding-top: 2em;
}
/* line 100, ../sass/partials/_responsive.scss */
.region-sidebar-second .block {
  margin-bottom: 1.5em !important;
}
/* line 102, ../sass/partials/_responsive.scss */
.region-sidebar-second .block h2 {
  margin-top: 0;
}

/**
 * @file
 * Positioning for header
 *
 * Define header styles for the website.
 *
 */
/* toolbar with #toolbar converted to #navigation */
/* line 11, ../sass/partials/_header.scss */
#navigation {
  height: 60px;
  width: 100%;
  background: url(../images/toolbar-bg.png) repeat-x;
  font-weight: 700;
}
/* line 16, ../sass/partials/_header.scss */
#navigation .block-block,
#navigation .block-menu-block {
  float: left;
}
/* line 20, ../sass/partials/_header.scss */
#navigation .block-block.first {
  height: 49px;
}
/* line 22, ../sass/partials/_header.scss */
.section-user #navigation .block-block.first, .section-users #navigation .block-block.first, .section-member #navigation .block-block.first, .front #navigation .block-block.first {
  background: #ee3261;
}
/* line 28, ../sass/partials/_header.scss */
.section-ig #navigation .block-block.first {
  background: #666666;
}
/* line 31, ../sass/partials/_header.scss */
.section-srhr #navigation .block-block.first {
  background: #bec431;
}
/* line 34, ../sass/partials/_header.scss */
.section-gbv #navigation .block-block.first {
  background: #196fb8;
}
/* line 37, ../sass/partials/_header.scss */
.section-ee #navigation .block-block.first {
  background: #ff9600;
}
/* line 40, ../sass/partials/_header.scss */
#navigation .block-block.first p {
  margin: 0;
}
/* line 43, ../sass/partials/_header.scss */
#navigation .block-block.first a {
  display: block;
  float: left;
  height: 49px;
  width: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.5em;
}
/* line 51, ../sass/partials/_header.scss */
#navigation .block-block.first img {
  width: 90px !important;
}
/* line 56, ../sass/partials/_header.scss */
#navigation .menu__item {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  background: url(../images/toolbar-separator.png) no-repeat top left;
}
/* line 62, ../sass/partials/_header.scss */
#navigation .menu__item.first {
  background-image: none;
}
/* line 65, ../sass/partials/_header.scss */
#navigation .menu__item a {
  display: block;
  text-decoration: none;
  color: #444;
  font-size: 13px;
  text-transform: uppercase;
  padding: 18px 13px 18px 13px;
}
/* line 73, ../sass/partials/_header.scss */
#navigation .menu__item ul {
  display: none;
}
/* line 77, ../sass/partials/_header.scss */
#navigation .menu__item.sfHover .sf-menu {
  top: 50px;
  width: 200px;
  z-index: 9999 !important;
}
/* line 81, ../sass/partials/_header.scss */
#navigation .menu__item.sfHover .sf-menu ul {
  top: 0;
  left: 200px;
}
/* line 87, ../sass/partials/_header.scss */
#navigation .menu__item .menu__item {
  background: #333;
  display: block;
  float: none !important;
  padding-right: 0 !important;
}
/* line 92, ../sass/partials/_header.scss */
#navigation .menu__item .menu__item a {
  background-image: none;
  display: block;
  color: #fff;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #666;
}
/* line 101, ../sass/partials/_header.scss */
#navigation .menu__item .menu__item li.sfHover > a,
#navigation .menu__item .menu__item a:hover {
  background-color: #444;
}
/* line 108, ../sass/partials/_header.scss */
#navigation div.left.toolbar-section.selected a.handle {
  color: #EE3262;
}
/* line 112, ../sass/partials/_header.scss */
#navigation #block-ww-content-guides-toolbar {
  float: right;
  padding: 1.25em 1.25em 0 0;
}
/* line 116, ../sass/partials/_header.scss */
#navigation ul#toolbar {
  float: right;
  list-style: none;
  margin: 0 1.5em 0 0;
  padding: 0 0 1.5em 0;
}
/* line 121, ../sass/partials/_header.scss */
#navigation ul#toolbar li {
  display: inline;
}
/* line 123, ../sass/partials/_header.scss */
#navigation ul#toolbar li a {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  float: left;
  background-image: url(../images/ig/toolbar.png);
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
}
/* line 132, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#email-page {
  background-position: 0 0;
}
/* line 134, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#email-page:hover {
  background-position: -50px 0;
}
/* line 138, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#download-page {
  background-position: 0 -50px;
}
/* line 140, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#download-page:hover {
  background-position: -50px -50px;
}
/* line 144, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#print-page {
  background-position: 0 -100px;
}
/* line 146, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#print-page:hover {
  background-position: -50px -100px;
}
/* line 150, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#facebook {
  background-position: 0 -150px;
}
/* line 152, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#facebook:hover {
  background-position: -50px -150px;
}
/* line 156, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#twitter_share {
  background-position: 0 -200px;
}
/* line 158, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#twitter_share :hover {
  background-position: -50px -200px;
}
/* line 162, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#current-member {
  background-position: 0 -350px;
}
/* line 164, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#current-member:hover {
  background-position: -50px -350px;
}
/* line 168, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#search-toggle {
  background-position: 0 -400px;
}
/* line 170, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#search-toggle :hover {
  background-position: -50px -400px;
}
/* line 175, ../sass/partials/_header.scss */
#navigation ul#toolbar li a#download-page {
  display: none;
}
/* line 177, ../sass/partials/_header.scss */
.dashboard #navigation ul#toolbar li a#download-page {
  display: block;
}
/* line 183, ../sass/partials/_header.scss */
#navigation #google_translate_element {
  float: right;
}
/* line 186, ../sass/partials/_header.scss */
#navigation #tool-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50px;
  right: 0;
  width: 320px;
  background: url(../images/panel.png) no-repeat center bottom #222222;
  color: #f5f5f5;
  overflow: auto;
}
/* line 195, ../sass/partials/_header.scss */
#navigation #tool-wrapper h2,
#navigation #tool-wrapper h3 {
  color: #fff;
}
/* line 199, ../sass/partials/_header.scss */
#navigation #tool-wrapper > * {
  padding: 20px 20px 0 20px;
  display: none;
}
/* line 203, ../sass/partials/_header.scss */
#navigation #tool-wrapper #close-tool-wrapper {
  display: none;
  padding: 0.5em 0.5em 20px 20px;
  background: url(../images/close.png) no-repeat;
  clear: both;
}
/* line 211, ../sass/partials/_header.scss */
#navigation .search_site label {
  position: absolute;
  color: #333;
  margin-top: 5px;
  margin-left: 5px;
}
/* line 217, ../sass/partials/_header.scss */
#navigation .search_site input {
  float: left;
}
/* line 220, ../sass/partials/_header.scss */
#navigation .search_site input.form-text {
  max-width: 175px;
}
/* line 223, ../sass/partials/_header.scss */
#navigation .search_site input.form-submit {
  padding: 0.2em 0.5em;
  margin-top: 0;
}

/**
 * @file
 * Positioning for footer
 *
 * Define footer styles for the website.
 *
 */
/* Footer */
/* line 11, ../sass/partials/_footer.scss */
#footer {
  background: #444;
  color: #fff;
  padding: 20px 0;
}
/* line 15, ../sass/partials/_footer.scss */
#footer .inner {
  max-width: 950px;
  margin: 0 auto;
}
/* line 19, ../sass/partials/_footer.scss */
#footer .block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%;
}
/* line 22, ../sass/partials/_footer.scss */
#footer img#cc-license {
  float: left;
  margin: 0 20px 0 0;
}
/* line 26, ../sass/partials/_footer.scss */
#footer #ww-link-white {
  display: block;
  float: right;
  width: 62px;
  height: 31px;
  background: url(../images/ig/ww-logo-white.png) no-repeat;
}
/* line 33, ../sass/partials/_footer.scss */
#footer a {
  color: #fff;
}

/**
 * @file
 * Subpages
 *
 * Define styles for subpages within this website, if styles don't belong anywhere else.
 *
 */
/* General subpage styles */
/* line 11, ../sass/partials/_subpages.scss */
.field-name-field-footnotes {
  font-style: italic;
}

/* line 16, ../sass/partials/_subpages.scss */
.view-child-pages-of-given-book .views-row {
  margin: 0.5em 0;
}
/* line 19, ../sass/partials/_subpages.scss */
.view-child-pages-of-given-book h2.field-content {
  font-size: 1.6em;
  margin: 0;
  padding: 0.3em 0 !important;
}

/* line 26, ../sass/partials/_subpages.scss */
.field-name-field-callout {
  float: right;
  clear: right;
  margin: 0 0 1em 1.5em;
  padding: 0 10px;
  background: whitesmoke;
}
/* line 32, ../sass/partials/_subpages.scss */
.field-name-field-callout .field-item > * {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 250px;
}

/* line 39, ../sass/partials/_subpages.scss */
.translation {
  float: right;
  margin: 0 0 1em 1.5em;
  padding: 0.75em 1em;
  background: #f3f3f3;
  min-width: 90px;
}
/* line 45, ../sass/partials/_subpages.scss */
.translation h4 {
  margin: 0 0 0.5em 0;
}
/* line 48, ../sass/partials/_subpages.scss */
.translation ul {
  margin: 0;
  padding: 0;
}
/* line 52, ../sass/partials/_subpages.scss */
.translation li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #ddd;
}
/* line 57, ../sass/partials/_subpages.scss */
.translation li a {
  display: block;
  padding: 0.5em 0;
  line-height: 100%;
  text-decoration: none;
}

/* Print/PDF sections */
/* line 69, ../sass/partials/_subpages.scss */
#block-ww-content-guide-download-jump-menu .print_pdf {
  margin-left: 0;
  margin-bottom: 1em;
}
/* line 72, ../sass/partials/_subpages.scss */
#block-ww-content-guide-download-jump-menu .print_pdf a.print-pdf {
  background: url(/sites/all/modules/contrib/print/print_pdf/icons/pdf_icon.png) left center no-repeat;
  display: block;
  padding: 0.25em 0 0.25em 22px;
  text-decoration: none;
}
/* line 79, ../sass/partials/_subpages.scss */
#block-ww-content-guide-download-jump-menu .download_jumpmenu {
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
/* line 82, ../sass/partials/_subpages.scss */
#block-ww-content-guide-download-jump-menu .download_jumpmenu h3,
#block-ww-content-guide-download-jump-menu .download_jumpmenu p {
  margin: 0 0 0.25em 0;
  padding: 0;
}
/* line 87, ../sass/partials/_subpages.scss */
#block-ww-content-guide-download-jump-menu .download_jumpmenu select {
  margin-bottom: 0.5em;
}
/* line 90, ../sass/partials/_subpages.scss */
#block-ww-content-guide-download-jump-menu .download_jumpmenu .form-submit {
  padding: 0.3em 0.4em;
  border: none;
}

/* Webforms */
/* line 101, ../sass/partials/_subpages.scss */
fieldset.webform-component--details .form-item.webform-component-select,
fieldset.webform-component--details .form-item.webform-component-textfield,
fieldset.webform-component--organizational-gender-breakdown .form-item.webform-component-select,
fieldset.webform-component--organizational-gender-breakdown .form-item.webform-component-textfield {
  float: left;
  margin-right: 2em;
}

/* line 108, ../sass/partials/_subpages.scss */
.webform-component--details--headquarters-location {
  width: 25%;
}

/* line 112, ../sass/partials/_subpages.scss */
.webform-component--instructions {
  background: #0059b3;
  padding: 1em;
  color: #fff;
}
/* line 116, ../sass/partials/_subpages.scss */
.webform-component--instructions h2 {
  margin: 0;
  color: #fff;
}

/* line 124, ../sass/partials/_subpages.scss */
.webform-component-grid label,
.webform-component-programme-numbers label {
  font-size: 1.6em;
  font-weight: bold;
}

/* line 130, ../sass/partials/_subpages.scss */
.webform-component-matrix,
.webform-component-grid {
  background: #f3f3f3;
  padding: 10px;
}
/* line 134, ../sass/partials/_subpages.scss */
.webform-component-matrix table,
.webform-component-matrix tr,
.webform-component-matrix th,
.webform-component-matrix td,
.webform-component-grid table,
.webform-component-grid tr,
.webform-component-grid th,
.webform-component-grid td {
  margin-top: 0;
  background-color: transparent !important;
}
/* line 142, ../sass/partials/_subpages.scss */
.webform-component-matrix .webform-grid-question .question_title,
.webform-component-grid .webform-grid-question .question_title {
  display: block;
}
/* line 145, ../sass/partials/_subpages.scss */
.webform-component-matrix .webform-grid-question strong.question_description,
.webform-component-grid .webform-grid-question strong.question_description {
  font-weight: normal;
  display: block;
}

/* Webform results */
/* line 155, ../sass/partials/_subpages.scss */
.page-ig-member-submissions h2 {
  padding: 0;
}
/* line 158, ../sass/partials/_subpages.scss */
.page-ig-member-submissions h3 {
  margin: 0.75em 0 0.5em 0;
  font-size: 1.25em;
}
/* line 162, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .personal_info,
.page-ig-member-submissions .percentages,
.page-ig-member-submissions .tables {
  margin: 2em 0;
  border-top: 1px dotted #bbb;
  padding: 0;
}
/* line 169, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .personal_info {
  margin-top: 0;
}
/* line 172, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .personal_info,
.page-ig-member-submissions .percentages {
  width: 100%;
}
/* line 175, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .personal_info p,
.page-ig-member-submissions .percentages p {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
/* line 182, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .percentages .statistic,
.page-ig-member-submissions .programme_percentages .statistic {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  max-width: 432px;
  margin-right: 3%;
  margin-bottom: 1em;
}
/* line 190, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .statistic .stat-bar {
  height: 55px;
  background: url(../images/ig/boy.png) left center repeat-x;
}
/* line 194, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .statistic .stat-bar div {
  height: 55px;
  background: url(../images/ig/girl.png) left center repeat-x;
}
/* line 200, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .tables {
  clear: both;
}
/* line 202, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .tables table {
  border-collapse: separate;
}
/* line 204, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .tables table .stat-bar {
  margin: 5px 0;
}
/* line 207, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .tables table .stat-bar,
.page-ig-member-submissions .tables table .stat-bar div {
  height: 15px;
  border-radius: 8px;
  color: #fff;
  font-size: 10px;
}
/* line 213, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .tables table .stat-bar span,
.page-ig-member-submissions .tables table .stat-bar div span {
  display: inline-block;
  padding: 0 4px;
  min-width: 45px;
}
/* line 220, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .tables th {
  font-size: 1.1em;
  color: #fff;
  background: #0066cc;
  border-left: 1px solid #007fff;
  border-right: 1px solid #004c99;
}
/* line 227, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .tables th,
.page-ig-member-submissions .tables td {
  padding: 5px 7px;
  width: 12%;
  text-align: left;
  vertical-align: top;
}
/* line 236, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .google_map {
  float: right;
  width: 600px;
  margin-bottom: 20px;
}
/* line 241, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .answer_set {
  background: #f3f3f3;
  margin: 0 0 20px 0;
  padding: 10px;
  clear: both;
}
/* line 246, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .answer_set .piechart {
  float: left;
  margin-right: 2%;
}
/* line 250, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .answer_set .option {
  float: left;
  width: 21%;
  margin: 0 2% 0 0;
  min-height: 150px;
}
/* line 255, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .answer_set .option h3 {
  margin: 0 0 0.5em 0;
  padding: 0.5em;
  font-size: 1.33333em;
  color: #fff;
}
/* line 263, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .answer_set .column_0 h3 {
  background: #33567f;
}
/* line 268, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .answer_set .column_1 h3 {
  background: #4774ab;
}
/* line 273, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .answer_set .column_2 h3 {
  background: #668dc2;
}
/* line 278, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .answer_set .column_3 h3 {
  background: #a3b5d4;
}
/* line 283, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .answer_set .column_4 h3 {
  background: #ccd5e6;
}
/* line 288, ../sass/partials/_subpages.scss */
.page-ig-member-submissions .answer_set .column_5 h3 {
  background: #d3dcec;
}

/* Search section */
/* line 297, ../sass/partials/_subpages.scss */
ol.search-results {
  padding: 0;
}
/* line 299, ../sass/partials/_subpages.scss */
ol.search-results .search-result {
  border-top: 1px dotted #ccc;
  padding: 0.5em 0;
}
/* line 302, ../sass/partials/_subpages.scss */
ol.search-results .search-result .search-snippet-info {
  padding-left: 0;
}

/* GBV Guide subpages */
/* line 310, ../sass/partials/_subpages.scss */
.map_title,
.map_description {
  max-width: 225px;
  margin: 0.75em 0;
}

/* EE Guide subpages */
/* line 318, ../sass/partials/_subpages.scss */
#block-views-ee-programme-partner-info-block {
  background: #f5f5f5;
  border: #ccc 1px solid;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px !important;
}
/* line 326, ../sass/partials/_subpages.scss */
#block-views-ee-programme-partner-info-block .views-field-nothing-1,
#block-views-ee-programme-partner-info-block .views-field-nothing {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
/* line 332, ../sass/partials/_subpages.scss */
#block-views-ee-programme-partner-info-block ul {
  list-style: none;
  margin: 0;
}
/* line 335, ../sass/partials/_subpages.scss */
#block-views-ee-programme-partner-info-block ul ul {
  color: #666;
}
/* line 339, ../sass/partials/_subpages.scss */
#block-views-ee-programme-partner-info-block p {
  margin: 0;
}

/* line 344, ../sass/partials/_subpages.scss */
#block-views-4d6b7a5a43771b7619843a1e85ee1559 {
  float: right;
  margin: 0 0 1em 1.5em;
}

/* line 350, ../sass/partials/_subpages.scss */
.section-ee.node-type-programme-partner .node {
  clear: none !important;
}

/* line 356, ../sass/partials/_subpages.scss */
.node-type-programme-partner .field-name-field-intro {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* Contributing content */
/* line 368, ../sass/partials/_subpages.scss */
.node-organization-form .fieldset-description,
.register_message {
  margin: 0 0 1em 0;
  padding: 0.75em;
  padding-left: 3.5em;
  border: 1px solid #be7;
  background: #f8fff0 url(../images/message-24-info.png) 9px 50% no-repeat;
}

/* Member contributions view */
/* line 379, ../sass/partials/_subpages.scss */
#block-views-contributions-block {
  background: transparent;
  padding: 0;
}

/* line 384, ../sass/partials/_subpages.scss */
.view-contributions .views-row {
  padding: 1em 0;
  border-top: 1px solid #ccc;
  clear: both;
}
/* line 389, ../sass/partials/_subpages.scss */
.view-contributions .views-field-field-name {
  padding-top: 0.75em;
  font-style: italic;
}

/* Book navigation */
/* line 397, ../sass/partials/_subpages.scss */
.book-navigation {
  clear: both;
  margin: 1.5em 0;
}
/* line 400, ../sass/partials/_subpages.scss */
.book-navigation .page-links {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
/* line 403, ../sass/partials/_subpages.scss */
.book-navigation .page-links .page-previous,
.book-navigation .page-links .page-next {
  width: 38%;
}
/* line 407, ../sass/partials/_subpages.scss */
.book-navigation .page-links .page-up {
  width: 12%;
}

/* Links inline */
/* line 415, ../sass/partials/_subpages.scss */
ul.links.inline {
  margin: 1em 0;
  display: inline-block;
}

/* User login/register page */
/* line 423, ../sass/partials/_subpages.scss */
.user_links a {
  display: inline-block;
  padding: 0.3em 0.5em 0.75em 0.5em;
}

/* User profiles */
/* line 432, ../sass/partials/_subpages.scss */
#block-views-member-profile-block .views-field-field-image {
  float: right;
  margin: 0 0 1em 1em;
}
/* line 435, ../sass/partials/_subpages.scss */
#block-views-member-profile-block .views-field-field-image .empty {
  text-align: center;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  background: #eee;
  border: 3px solid #ddd;
}
/* line 442, ../sass/partials/_subpages.scss */
#block-views-member-profile-block .views-field-field-image .empty:hover {
  background: #e5e5e5;
  border: 3px solid #d5d5d5;
}
/* line 446, ../sass/partials/_subpages.scss */
#block-views-member-profile-block .views-field-field-image .empty a {
  display: block;
  padding: 2.75em 0;
  text-decoration: none;
}
/* line 453, ../sass/partials/_subpages.scss */
#block-views-member-profile-block a.edit-account {
  display: block;
  margin: 1em 0 0 0;
  padding: 1em 1em 1em 2em;
  border-top: 1px dotted #ccc;
  text-decoration: none;
  background: url(../images/icon-edit2.png) left center no-repeat;
}
/* line 460, ../sass/partials/_subpages.scss */
#block-views-member-profile-block a.edit-account:hover {
  color: #0066cc;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 468, ../sass/partials/_subpages.scss */
.field-name-field-image a.button.browse {
  display: inline-block;
}

/* line 473, ../sass/partials/_subpages.scss */
img.right-image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 360px;
  height: auto;
}

/* line 480, ../sass/partials/_subpages.scss */
#content-right {
  padding: 20px 20px 20px 10px;
}

/* line 484, ../sass/partials/_subpages.scss */
.light-box {
  background: none;
  border: none;
}

/* line 489, ../sass/partials/_subpages.scss */
.share-links {
  height: 36px;
  width: 120px;
  margin-bottom: 10px;
}

/* line 495, ../sass/partials/_subpages.scss */
.share-links #generate-pdf {
  background: url("../images/icons/pdf-button.png") no-repeat scroll 0 0 transparent;
}

/* line 499, ../sass/partials/_subpages.scss */
#content {
  min-height: 400px;
  padding-bottom: 30px;
}

/* line 503, ../sass/partials/_subpages.scss */
#main-content #sidebox {
  width: 280px;
  margin: 0 0 0 20px;
  float: right;
}

/** Media Player **/
/* line 511, ../sass/partials/_subpages.scss */
#media-player {
  width: 780px;
  height: 440px;
  padding: 10px;
  background: url(../images/media-player/media-player.png) no-repeat;
}

/* line 518, ../sass/partials/_subpages.scss */
#media-player .media {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 490px;
  height: 380px;
}

/* line 526, ../sass/partials/_subpages.scss */
#media-player .navigation {
  position: absolute;
  top: 110px;
  left: 535px;
  width: 240px;
  height: 360px;
  overflow: auto;
}

/* line 534, ../sass/partials/_subpages.scss */
#media-player .media .wrapper {
  width: 480px;
  height: 380px;
  overflow: hidden;
  background: url(/images/loadingAnimation.gif) no-repeat center;
}

/* line 541, ../sass/partials/_subpages.scss */
#media-player .media .wrapper img {
  max-width: 480px;
  height: auto;
}

/* line 546, ../sass/partials/_subpages.scss */
#media-player .now-playing {
  position: absolute;
  top: 427px;
  left: 20px;
}

/* line 552, ../sass/partials/_subpages.scss */
#media-player a.button {
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  margin: 1px 5px;
  background-repeat: no-repeat;
}

/* line 561, ../sass/partials/_subpages.scss */
#media-player a.button:hover {
  background-position: 0 -20px;
}

/* line 565, ../sass/partials/_subpages.scss */
#media-player a.button.previous {
  background-image: url(../images/media-player/prev.png);
}

/* line 569, ../sass/partials/_subpages.scss */
#media-player a.button.next {
  background-image: url(../images/media-player/next.png);
}

/* line 573, ../sass/partials/_subpages.scss */
#media-player .now-playing .title {
  float: left;
  width: 400px;
  padding-left: 110px;
  font-size: 12px;
}

/* line 580, ../sass/partials/_subpages.scss */
.media-tiles {
  list-style: none;
}

/* line 584, ../sass/partials/_subpages.scss */
.media-tiles li {
  display: inline;
}

/* line 588, ../sass/partials/_subpages.scss */
.media-tiles li a {
  text-decoration: none;
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  padding: 0 10px 10px 0;
  background: url(../images/media-player/tile-bg.png) no-repeat;
}

/* line 599, ../sass/partials/_subpages.scss */
.media-tiles li a img {
  width: 70px;
  height: auto;
}

/* line 607, ../sass/partials/_subpages.scss */
#related-media {
  padding: 80px 0 20px 20px;
  margin: 0 0 20px 0px;
  background: url(../images/media-player/media.png) no-repeat 20px 20px;
}

/* line 612, ../sass/partials/_subpages.scss */
.video-overlay {
  position: absolute;
  z-index: 200;
  width: 70px;
  height: 70px;
  background: url(../images/media-player/video-overlay.png) no-repeat;
}

/* line 620, ../sass/partials/_subpages.scss */
#subnav {
  list-style: none;
}

/* line 624, ../sass/partials/_subpages.scss */
#subnav li {
  background: url(../images/subnav-bullet.png) no-repeat;
  padding-left: 16px;
  margin: 0;
  line-height: 20px;
}

/* line 631, ../sass/partials/_subpages.scss */
#subnav li a {
  text-decoration: none;
  font-weight: bold;
}

/* line 636, ../sass/partials/_subpages.scss */
#subnav li.selected a {
  color: #666;
}

/* line 640, ../sass/partials/_subpages.scss */
.grid_6 {
  width: 410px;
  margin: 10px;
  float: left;
}

/* line 646, ../sass/partials/_subpages.scss */
.disclaimer {
  font-style: italic;
  color: #999;
  font-size: 11px;
}

/* Community Engagement CSS */
/* title for top banner */
/* line 656, ../sass/partials/_subpages.scss */
.page-node-16160 div#title {
  margin-bottom: 10px;
}
/* line 658, ../sass/partials/_subpages.scss */
.page-node-16160 div#title p {
  text-transform: uppercase;
  font-family: "Arial Black", Arial, sans-serif;
  text-align: right;
  padding-right: 20px;
}
/* line 664, ../sass/partials/_subpages.scss */
.page-node-16160 div#title {
  height: 190px;
  padding-top: 30px;
}

/* line 670, ../sass/partials/_subpages.scss */
.page-node-16160 #title {
  color: #fff;
  background: #444444;
}
/* line 673, ../sass/partials/_subpages.scss */
.page-node-16160 #title p.title-small {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: left;
  margin-left: 20px;
  margin-top: -10px;
}
/* line 680, ../sass/partials/_subpages.scss */
.page-node-16160 #title p.title-large {
  padding-right: 20px;
  font-size: 36px;
  margin-bottom: 0;
  text-align: center;
}

/* line 688, ../sass/partials/_subpages.scss */
.page-node-16160 #dfid {
  background: white;
  height: 190px;
  padding-bottom: 10px;
}
/* line 692, ../sass/partials/_subpages.scss */
.page-node-16160 #dfid a {
  display: block;
  padding: 10px;
}
/* line 696, ../sass/partials/_subpages.scss */
.page-node-16160 #dfid p.title-small-black {
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  color: black;
  text-align: center;
}
/* line 703, ../sass/partials/_subpages.scss */
.page-node-16160 #dfid img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 27px;
}

/* managing width of boxes */
/* line 715, ../sass/partials/_subpages.scss */
.page-node-16160 .span-2,
.page-node-16160 .span-4,
.page-node-16160 .span-6,
.page-node-16160 .span-8 {
  box-sizing: border-box;
  margin-left: 0.5%;
  margin-right: 0.5%;
  float: left;
}

/* line 729, ../sass/partials/_subpages.scss */
.page-node-16160 .span-2 {
  width: 15.66666%;
}

/* line 733, ../sass/partials/_subpages.scss */
.page-node-16160 .span-4 {
  width: 32.3%;
}

/* line 737, ../sass/partials/_subpages.scss */
.page-node-16160 .span-6 {
  width: 49%;
}

/* line 741, ../sass/partials/_subpages.scss */
.page-node-16160 .span-8 {
  width: 65.6%;
}

/* video and image block */
/* line 747, ../sass/partials/_subpages.scss */
.page-node-16160 #ce-image img {
  margin-left: 5px;
  height: 259px;
  width: 490px;
}

/* margin between second row and body text */
/* line 755, ../sass/partials/_subpages.scss */
.ce-wrapper {
  height: 259px;
  margin-bottom: 15px;
}

/* line 760, ../sass/partials/_subpages.scss */
.page-node-16160 .page__title {
  display: none;
}

/**
 * @file
 * Digitalus
 *
 * Define styles from the Digitalus CMS we migrated from.
 *
 */
/* --------------------------------------------------------------

   From Women Win's typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */
/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
/* line 18, ../sass/partials/_digitalus.scss */
html {
  font-size: 100.01%;
}

/* line 19, ../sass/partials/_digitalus.scss */
body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings
-------------------------------------------------------------- */
/* line 30, ../sass/partials/_digitalus.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #111;
}

/* line 32, ../sass/partials/_digitalus.scss */
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

/* line 33, ../sass/partials/_digitalus.scss */
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 34, ../sass/partials/_digitalus.scss */
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

/* line 35, ../sass/partials/_digitalus.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 36, ../sass/partials/_digitalus.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 37, ../sass/partials/_digitalus.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* line 39, ../sass/partials/_digitalus.scss */
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */
/* line 48, ../sass/partials/_digitalus.scss */
p {
  margin: 0 0 1.5em;
}

/* 
	These can be used to pull an image at the start of a paragraph, so 
	that the text flows around it (usage: <p><img class="left">Text</p>) 
 */
/* line 53, ../sass/partials/_digitalus.scss */
.left {
  float: left !important;
}

/* line 54, ../sass/partials/_digitalus.scss */
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

/* line 55, ../sass/partials/_digitalus.scss */
.right, .node-type-programme-partner .field-name-field-image {
  float: right !important;
}

/* line 56, ../sass/partials/_digitalus.scss */
p .right, p .node-type-programme-partner .field-name-field-image, .node-type-programme-partner p .field-name-field-image {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 58, ../sass/partials/_digitalus.scss */
a:focus,
a:hover {
  color: #09f;
}

/* line 60, ../sass/partials/_digitalus.scss */
a {
  color: #06c;
  text-decoration: underline;
}

/* line 62, ../sass/partials/_digitalus.scss */
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* line 63, ../sass/partials/_digitalus.scss */
strong, dfn {
  font-weight: bold;
}

/* line 64, ../sass/partials/_digitalus.scss */
em, dfn {
  font-style: italic;
}

/* line 65, ../sass/partials/_digitalus.scss */
sup, sub {
  line-height: 0;
}

/* line 67, ../sass/partials/_digitalus.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
}

/* line 69, ../sass/partials/_digitalus.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 70, ../sass/partials/_digitalus.scss */
del {
  color: #666;
}

/* line 72, ../sass/partials/_digitalus.scss */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 73, ../sass/partials/_digitalus.scss */
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* Lists
-------------------------------------------------------------- */
/* line 79, ../sass/partials/_digitalus.scss */
li ul,
li ol {
  margin: 0;
}

/* line 81, ../sass/partials/_digitalus.scss */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 83, ../sass/partials/_digitalus.scss */
ul {
  list-style-type: disc;
}

/* line 84, ../sass/partials/_digitalus.scss */
ol {
  list-style-type: decimal;
}

/* line 86, ../sass/partials/_digitalus.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 87, ../sass/partials/_digitalus.scss */
dl dt {
  font-weight: bold;
}

/* line 88, ../sass/partials/_digitalus.scss */
dd {
  margin-left: 1.5em;
}

/* Tables
-------------------------------------------------------------- */
/* 
	Because of the need for padding on TH and TD, the vertical rhythm 
	on table cells has to be 27px, instead of the standard 18px or 36px 
	of other elements. 
 */
/* line 99, ../sass/partials/_digitalus.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 100, ../sass/partials/_digitalus.scss */
th {
  font-weight: bold;
}

/* line 101, ../sass/partials/_digitalus.scss */
thead th {
  background: #c3d9ff;
}

/* line 102, ../sass/partials/_digitalus.scss */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/*
	You can zebra-stripe your tables in outdated browsers by adding 
	the class "even" to every other table row. 
 */
/* line 107, ../sass/partials/_digitalus.scss */
tfoot {
  font-style: italic;
}

/* line 108, ../sass/partials/_digitalus.scss */
caption {
  background: #eee;
}

/* Misc classes
-------------------------------------------------------------- */
/* line 114, ../sass/partials/_digitalus.scss */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

/* line 115, ../sass/partials/_digitalus.scss */
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

/* line 116, ../sass/partials/_digitalus.scss */
.hide {
  display: none;
}

/* line 118, ../sass/partials/_digitalus.scss */
.quiet {
  color: #666;
}

/* line 119, ../sass/partials/_digitalus.scss */
.loud {
  color: #000;
}

/* line 120, ../sass/partials/_digitalus.scss */
.highlight {
  background: #ff0;
}

/* line 121, ../sass/partials/_digitalus.scss */
.added {
  background: #060;
  color: #fff;
}

/* line 122, ../sass/partials/_digitalus.scss */
.removed {
  background: #900;
  color: #fff;
}

/* end of Typography */
/* line 126, ../sass/partials/_digitalus.scss */
.dig-button {
  color: #fff !important;
  background: #126697;
  padding: 5px;
  display: block;
  float: none;
  margin-bottom: 10px;
}

/* Contribute block code */
/* line 137, ../sass/partials/_digitalus.scss */
#block-block-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 143, ../sass/partials/_digitalus.scss */
#block-block-1 h3 {
  display: block;
  background: url(../images/nav-bullet.png) right no-repeat white;
  padding: 10px;
  margin: 0 0 2px 0;
  color: #444;
  font-weight: 700;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 155, ../sass/partials/_digitalus.scss */
#block-block-1 h3 a {
  color: #222;
  text-decoration: none;
  font-size: 16px;
  display: block;
}

/* line 162, ../sass/partials/_digitalus.scss */
#block-block-1 .form {
  background: #f5f5f5;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 10px 0;
}

/* line 170, ../sass/partials/_digitalus.scss */
#block-block-1 .form textarea, #contribute .form input {
  border: #ccc 1px solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 5px;
}

/* line 178, ../sass/partials/_digitalus.scss */
#block-block-1 .form textarea {
  width: 300px;
  height: 100px;
}

/* line 182, ../sass/partials/_digitalus.scss */
#block-block-1 .form input[type="text"] {
  width: 300px;
}

/* line 185, ../sass/partials/_digitalus.scss */
#block-block-1 .form p {
  margin: 0 0 5px 0;
  color: #666;
}

/* line 190, ../sass/partials/_digitalus.scss */
#block-block-1 h2 {
  margin-top: 0px;
}

/* part of mega menu functionality that we will likely do some other way (or not at all) 

#navigation ul li .active {
    background: #222;
}


#navigation div.left.toolbar-section.active a.handle,
#navigation div.left.toolbar-section.selected.active a.handle{
    background: none;
    color:#fff;
    padding: 5px 0 0 0;
}

*/
/* core code */
/* line 214, ../sass/partials/_digitalus.scss */
body {
  font-family: 'Titillium Web', sans-serif;
}

/* line 218, ../sass/partials/_digitalus.scss */
h1, h2, h3, h4 {
  font-weight: 700;
}

/* line 222, ../sass/partials/_digitalus.scss */
.sidebars .block {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background: whitesmoke;
  margin-bottom: 20px;
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 33, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 39, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 56, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 59, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 75, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 82, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 87, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 92, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2.5em;
  line-height: 1.2em;
}

/* The link around the name of the website. */
/* line 99, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 105, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 112, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 117, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 122, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 130, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 134, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 144, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 164, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 168, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Messages.
 */
/* line 179, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 191, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 197, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 204, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 207, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 212, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 217, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 222, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 227, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 238, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 248, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 252, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 274, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 280, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 290, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 294, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 318, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 324, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 331, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 340, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 345, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 373, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 377, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 385, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 392, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 395, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 398, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 410, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 415, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 422, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 432, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 442, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 449, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 453, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 457, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 463, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 472, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 484, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 505, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 510, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 516, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 519, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 526, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 536, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 540, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 547, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 553, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 560, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 567, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 573, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 578, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Password confirmation. */
/* line 584, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 590, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 602, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 608, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 612, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 617, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 625, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 630, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 633, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 637, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 643, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 648, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 653, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 659, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 670, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 681, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 687, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 691, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 703, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 706, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 709, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 718, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 727, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 730, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 736, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1421374304');
}

/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */


