/**
 * @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. */
/* HTML element (SMACSS base) rules */
/**
 * @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 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 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 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}



/**
 * 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
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * 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 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

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

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

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

/* Address differences between Firefox and other browsers. */
/* line 233, ../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 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../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. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

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

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

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  /**  margin: rhythm(1) 0; ~IE6/7 not worth screwing up my margins JST */
}

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

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

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

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

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

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

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 443, ../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 457, ../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 471, ../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 482, ../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 497, ../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 506, ../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 512, ../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 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @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
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 41, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 60, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 3em;
    position: relative;
  }

  /* line 65, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 1099px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 86, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 88, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 93, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 101, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 103, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 200%;
    margin-left: 0%;
    margin-right: -200%;
  }
  /* line 108, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 116, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 118, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 128, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 134, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 138, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 143, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
  }
  /* line 147, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 1100px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 164, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 166, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 400%;
    margin-left: 100%;
    margin-right: -500%;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 179, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 400%;
    margin-left: 0%;
    margin-right: -400%;
  }
  /* line 186, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 194, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 196, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 300%;
    margin-left: 100%;
    margin-right: -400%;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 206, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }
}
/* 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 39, ../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 45, ../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 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../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 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

/**
 * Navigation bar.
 */
/* line 136, ../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 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../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 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 185, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../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 212, ../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 221, ../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 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

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

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

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

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

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

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../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 #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../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 279, ../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 292, ../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 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

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

/* line 307, ../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 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../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 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

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

/* line 358, ../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 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../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 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../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 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

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

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

/* line 425, ../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 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../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 452, ../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 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

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

/**
 * Menus.
 */
/* line 479, ../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 486, ../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 493, ../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 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 511, ../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 523, ../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 551, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

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

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

/* Nested comments are indented. */
/* line 572, ../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 582, ../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 586, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 593, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 599, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../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 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

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

/* Buttons used by contrib modules like Media. */
/* line 630, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

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

/* Drupal's default login form block. */
/* line 641, ../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 653, ../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 659, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 663, ../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 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

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

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

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

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

/* Center checkboxes inside table cell. */
/* line 714, ../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 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

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

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../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 751, ../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 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

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

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

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

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

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 794, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 797, ../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 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1398863088');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
/* line 30, ../sass/styles.scss */
.element-invisible {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 35, ../sass/styles.scss */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  clip: auto;
  position: static !important;
}

/* ---------- Clearfix ---------------*/
/* line 43, ../sass/styles.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 52, ../sass/styles.scss */
.clearfix {
  display: block;
}

/* line 56, ../sass/styles.scss */
html[xmlns] .clearfix {
  display: block;
}

/* line 60, ../sass/styles.scss */
* html .clearfix {
  height: 1%;
}

/* --------- List -------------*/
/* line 65, ../sass/styles.scss */
#copy ul, #aside-right ul {
  list-style: none;
  margin: 0 0 20px 8px;
  padding: 0;
  overflow: hidden;
}

/* line 71, ../sass/styles.scss */
#copy ul li, #aside-right ul li {
  background: url(../images/bullet_level1.png) 0 7px no-repeat;
  padding: 0 0 10px 15px;
}

/* line 75, ../sass/styles.scss */
#copy ul ul, #aside-right ul ul {
  margin: 0 0 0 8px;
}

/* line 78, ../sass/styles.scss */
#copy ol li, #aside-right ol li {
  list-style-type: decimal;
  padding-bottom: 2px;
  padding-top: 2px;
}

/* line 83, ../sass/styles.scss */
#copy ul li ol li, #aside-right ul li ol li {
  background: none;
  list-style-type: decimal;
  margin-left: 5px;
  padding-left: 0;
}

/* line 89, ../sass/styles.scss */
#copy ol, #aside-right ol {
  margin-left: 20px;
  margin-bottom: 0px;
}

/* line 93, ../sass/styles.scss */
#copy ul li ol, #copy ul li ol li, #aside-right ul li ol, #aside-right ul li ol li {
  list-style: decimal;
}

/* line 94, ../sass/styles.scss */
#copy ol ul li, #copy ul ul li, #copy ul li ol li li, #aside-right ol ul li, #aside-right ul ul li, #aside-right ul li ol li li {
  background: url(../images/bullet_level2.png) 0 5px no-repeat;
  list-style-type: none;
  padding-left: 13px;
  margin-left: -5px;
}

/* line 100, ../sass/styles.scss */
#aside-right ul {
  margin: 20px 0;
}

/* line 101, ../sass/styles.scss */
#aside-right ul li a {
  color: #386199;
  text-decoration: none;
}

/* line 105, ../sass/styles.scss */
#aside-right ul li a:hover {
  text-decoration: none;
  color: #28456c;
}

/* Table -----------------------------
-------------------------------------*/
/* line 109, ../sass/styles.scss */
table.general-table {
  width: auto;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 18px;
}

/* line 110, ../sass/styles.scss */
.general-table td {
  padding: 8px;
  border-right: 1px solid #dbdbdb;
}

/* line 111, ../sass/styles.scss */
.general-table th {
  font-weight: bold;
  text-align: left;
  background: #784c9a;
  color: #fff;
  padding: 8px;
  border-right: 1px solid #512672;
}

/* line 112, ../sass/styles.scss */
.general-table tr {
  border-top: 1px solid #bdbdbd;
}

/* line 113, ../sass/styles.scss */
.general-table tr:nth-child(even) {
  background: #ccc;
}

/* Pager -----------------------------
-------------------------------------*/
/* line 118, ../sass/styles.scss */
.pager {
  background: #f3f3f3;
  padding: 6px 15px;
  font-size: 12px;
  width: 95%;
}

/* line 119, ../sass/styles.scss */
.pager a {
  text-decoration: underline;
  color: #666;
}

/* line 120, ../sass/styles.scss */
.pager a:hover {
  text-decoration: none;
  color: #000;
}

/* line 122, ../sass/styles.scss */
.pager-number a {
  background: #fff;
  border: 1px solid #ededed;
  padding: 0;
  margin: 0px 2px;
  width: 35px;
  display: inline-block;
  text-align: center;
  width: 22px !important;
}

/* line 123, ../sass/styles.scss */
.pager-number a:hover {
  border: 1px solid #666;
}

/* line 124, ../sass/styles.scss */
.pager span a {
  text-decoration: none;
  color: #666;
}

/* line 126, ../sass/styles.scss */
.pager-previous {
  background: url(../images/back_pagerprevious.png) no-repeat 0px 4px;
  padding: 0 0 0 13px;
  float: left;
}

/* line 130, ../sass/styles.scss */
.pager-next {
  background: url(../images/back_pagernext.png) no-repeat right 4px;
  padding: 0 13px 0 0;
  float: right;
}

/* line 135, ../sass/styles.scss */
.first-number {
  margin-left: 10px;
}

/* --------- Font --------------------*/
@font-face {
  font-family: 'PTSansRegular';
  src: url("../font/PTS55F-webfont.eot");
  src: url("../font/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("../font/PTS55F-webfont.woff") format("woff"), url("../font/PTS55F-webfont.ttf") format("truetype"), url("../font/PTS55F-webfont.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansItalic';
  src: url("../font/PTS56F-webfont.eot");
  src: url("../font/PTS56F-webfont.eot?#iefix") format("embedded-opentype"), url("../font/PTS56F-webfont.woff") format("woff"), url("../font/PTS56F-webfont.ttf") format("truetype"), url("../font/PTS56F-webfont.svg#PTSansItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansBold';
  src: url("../font/PTS75F-webfont.eot");
  src: url("../font/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("../font/PTS75F-webfont.woff") format("woff"), url("../font/PTS75F-webfont.ttf") format("truetype"), url("../font/PTS75F-webfont.svg#PTSansBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSansBoldItalic';
  src: url("../font/PTS76F-webfont.eot");
  src: url("../font/PTS76F-webfont.eot?#iefix") format("embedded-opentype"), url("../font/PTS76F-webfont.woff") format("woff"), url("../font/PTS76F-webfont.ttf") format("truetype"), url("../font/PTS76F-webfont.svg#PTSansBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 188, ../sass/styles.scss */
.bold, #copy strong, #aside-right strong {
  font-family: 'PTSansBold', Arial, sans-serif;
}

/* line 189, ../sass/styles.scss */
.italic, #copy em, #aside-right em {
  font-family: 'PTSansItalic', Arial, sans-serif;
}

/* line 190, ../sass/styles.scss */
#copy em strong, #aside-right em strong, #copy strong em, #aside-right strong em {
  font-family: 'PTSansBoldItalic', Arial, sans-serif;
}

/* line 191, ../sass/styles.scss */
.quote {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font: 16px/18px 'PTSansRegular', Arial, sans-serif;
  clear: both;
  padding: 25px;
  color: #1c314d;
  background: url(../images/img-quotetop.png), url(../images/img-quotebottom.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  margin: 20px 0;
}

/* line 196, ../sass/styles.scss */
sup {
  vertical-align: super;
  font-size: 75%;
}

/* line 197, ../sass/styles.scss */
sub {
  vertical-align: sub;
  font-size: 75%;
}

/* line 199, ../sass/styles.scss */
tbody {
  border-top: none;
}

/*---------HTML and Body---------*/
/* line 202, ../sass/styles.scss */
html, body {
  height: 100%;
}

/* line 203, ../sass/styles.scss */
body {
  font: 14px/18px 'PTSansRegular', Arial, sans-serif;
  -webkit-user-drag: auto !important;
  touch-action: pan-y !important;
}

/* line 210, ../sass/styles.scss */
#skip-link a {
  padding: 0;
}

/*------Mobile Sliding Menu------*/
/* line 215, ../sass/styles.scss */
.mmenu-nav.mm-basic {
  background: #784c9a;
  top: 47px;
}

/* line 216, ../sass/styles.scss */
.back-button {
  background: url("../images/close-menu.png") no-repeat 0% !important;
  padding-left: 30px;
  font: 14px/16px 'PTSansBold', Arial, sans-serif;
  color: white;
}

/* line 223, ../sass/styles.scss */
.mm-list a.mm-subopen:after {
  border: 0;
  background-color: white;
  transform: initial;
  background-image: url("../images/megamenu/megabullet.png");
}

/* line 230, ../sass/styles.scss */
.mm-list a.mm-subclose:before {
  background-image: url("../images/megamenu/megabullet.png");
  background-color: white;
  width: 13px;
  height: 13px;
  transform: rotate(180deg);
  margin-bottom: -17px;
}

/* line 239, ../sass/styles.scss */
.mmenu-mm-list-level-2 span.mmenu-block-title,
.mmenu-mm-list-level-3 span.mmenu-block-title {
  font-size: 14px;
  color: #E2CBF3;
}

/* line 245, ../sass/styles.scss */
.mmenu-nav.mm-basic .mm-subopen:after, .mmenu-nav.mm-basic .mm-subclose:after {
  width: 12px;
  height: 12px;
}

/* line 250, ../sass/styles.scss */
#mmenu_left div#block-block-11 {
  margin: 0;
  padding: 17px 0 10px 0;
  border-bottom: dotted 2px white;
}

/* line 251, ../sass/styles.scss */
#mm-0 > li > em, #mm-0 > li > a, #mm-0 > li > span {
  display: none;
}

/* line 252, ../sass/styles.scss */
a.mmenu-mm-list i:before {
  display: none;
}

/* line 253, ../sass/styles.scss */
.mmenu-nav.mm-basic > .mm-list li {
  border: 0;
}

/* line 254, ../sass/styles.scss */
span.mmenu-block-title {
  text-transform: uppercase;
}

/* line 255, ../sass/styles.scss */
li.mmenu-mm-list-mlid-914 {
  display: none;
}

/* line 256, ../sass/styles.scss */
#mm-0 > .mm-list > li.mmenu-block-wrap > span {
  padding: 0 10px;
}

/* line 259, ../sass/styles.scss */
.mmenu-nav.mm-basic > .mm-list li > a:not(.mm-subopen):not(.mm-subclose):not(.mm-fullsubopen) {
  padding: 8px 10px 3px;
}

/* line 262, ../sass/styles.scss */
#mm-0 li.mmenu-mm-list-path-blog {
  padding: 0 10px;
}

/* line 265, ../sass/styles.scss */
#mm-0 li.mmenu-mm-list-path-blog a {
  padding: 8px 0 21px 0;
  border-bottom: dotted 2px white;
}

/* line 269, ../sass/styles.scss */
#mm-0 ul:last-child {
  margin-top: 11px;
}

/* line 273, ../sass/styles.scss */
ul.mmenu-mm-list-level-1.mm-list:last-child span {
  font-size: 14px;
}

/* line 277, ../sass/styles.scss */
.mm-menu .mm-list > li > a.mm-subclose {
  color: white;
  font-family: PTSansBold, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

/*Sliding Menu Search*/
/* line 287, ../sass/styles.scss */
nav#mmenu_left .searchcontainer {
  float: none;
  margin: 15px 0;
}

/*---------- Main container ------------*/
/* line 294, ../sass/styles.scss */
.container {
  margin: 0 auto;
}

/*------------- Header ------------*/
/* line 300, ../sass/styles.scss */
#header {
  padding: 0;
  /*---------- Logo ------------*/
}
/* line 303, ../sass/styles.scss */
#header .logocontainer {
  background-color: #fff;
  border-bottom: 7px solid #784c9a;
  text-align: center;
  float: right;
}
/* line 308, ../sass/styles.scss */
#header .logocontainer h1 {
  margin: 0;
}
/* line 309, ../sass/styles.scss */
#header .logocontainer .logo img {
  margin-top: 0px;
}

/*---------- Header Utility ------------*/
/* line 314, ../sass/styles.scss */
.header-utility {
  display: none;
  float: right;
  margin-top: 11px;
}
/* line 316, ../sass/styles.scss */
.header-utility ul, .header-utility p {
  margin: 0;
  padding: 0;
}
/* line 317, ../sass/styles.scss */
.header-utility #block-menu-menu-header-menu {
  margin: 0;
}
/* line 320, ../sass/styles.scss */
.header-utility #block-search-form {
  margin: -5px 0 0 0;
}

/* line 323, ../sass/styles.scss */
.header-utility .menu li {
  display: inline-block;
  float: left;
  list-style-image: none;
  list-style-type: none;
  margin: 2px 18px 0 0;
  padding: 0;
}

/* line 329, ../sass/styles.scss */
.header-utility .menu li a {
  color: #fff;
  text-decoration: none;
}

/* line 330, ../sass/styles.scss */
.header-utility .menu li a:hover {
  color: #bfccde;
  text-decoration: none;
}

/*---------- Social media icons ------------*/
/* line 356, ../sass/styles.scss */
.social {
  margin: -1px 0 0 0;
  display: inline-block;
}

/* line 357, ../sass/styles.scss */
.social img {
  margin-right: 1px;
}

/* line 359, ../sass/styles.scss */
.social img:hover {
  opacity: .9;
  filter: alpha(opacity=90);
  -moz-opacity: .9;
  background-color: #3d2851;
}

/*---------- Search ------------*/
/* line 365, ../sass/styles.scss */
.searchcontainer {
  float: right;
  margin-top: -5px;
}

/* line 367, ../sass/styles.scss */
.cf:before, .cf:after {
  content: "";
  display: table;
}

/* line 372, ../sass/styles.scss */
.cf:after {
  clear: both;
}

/* line 376, ../sass/styles.scss */
.cf {
  zoom: 1;
}

/* line 380, ../sass/styles.scss */
#search-block-form {
  width: 168px;
  padding: 7px;
  background: #1f375b;
  background: #1f375f;
}

/* line 387, ../sass/styles.scss */
#search-block-form input.form-text {
  width: 100px;
  height: 12px;
  padding: 4px;
  float: left;
  font: 12px 'PTSansItalic', Arial, sans-serif;
  border: 0;
  background: #eee;
  margin-top: 0;
  box-sizing: content-box;
}

/* line 399, ../sass/styles.scss */
#search-block-form input:focus.form-text {
  outline: 0;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

/* line 407, ../sass/styles.scss */
#search-block-form input::-webkit-input-placeholder.form-text {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

/* line 413, ../sass/styles.scss */
#search-block-form input:-moz-placeholder.form-text {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

/* line 419, ../sass/styles.scss */
#search-block-form input:-ms-input-placeholder.form-text {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

/* line 425, ../sass/styles.scss */
#search-block-form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 433, ../sass/styles.scss */
#search-block-form input.form-submit, #aside-right input.form-submit {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  width: 60px;
  font: 10px/20px 'PTSansBold', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: url(../images/search-btn.png) no-repeat 0 0 #7b539a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* line 450, ../sass/styles.scss */
#search-block-form input:hover.form-submit, #aside-right input:hover.form-submit {
  background: url(../images/search-btn-hover.png) no-repeat 0 0 #6e468c;
}

/* line 454, ../sass/styles.scss */
#search-block-form input:active.form-submit,
#search-block-form input:focus.form-submit {
  background: #7b539a;
}

/* Not sure any of this is necessary
#search-block-form #edit-actions:before {
    content: '';
    position: absolute;
    border-width: 5px 5px 5px 0;
    border-style: solid solid solid none;
    border-color: transparent #7b539a transparent;
    top: 5px;
    left: -5px;
} */
/* line 470, ../sass/styles.scss */
#search-block-form input:hover:before.form-submit {
  border-right-color: #6e468c;
}

/* line 474, ../sass/styles.scss */
#search-block-form input:focus:before.form-submit {
  border-right-color: #7b539a;
}

/* line 478, ../sass/styles.scss */
#search-block-form input::-moz-focus-inner.form-submit {
  border: 0;
  padding: 0;
}

/* line 483, ../sass/styles.scss */
#om-maximenu-megamenu .content {
  text-align: left;
}

/* line 487, ../sass/styles.scss */
.om-maximenu-content .block.first h2, .om-maximenu-content .block.last h2 {
  color: #fff;
}
/* line 488, ../sass/styles.scss */
.om-maximenu-content .block h2 a {
  color: #fff;
}
/* line 490, ../sass/styles.scss */
.om-maximenu-content .block > .content > div > ul > li.menu__item.is-expanded, .om-maximenu-content .block > .content > div > ul > li.menu__item.is-leaf, .om-maximenu-content .block > .content > ul > li.menu__item.is-expanded, .om-maximenu-content .block > .content > ul > li.menu__item.is-leaf {
  list-style-image: none;
  list-style-type: none;
}

/*-------- FlexSlider Slideshow --------*/
/* line 500, ../sass/styles.scss */
.region-homeslideshow {
  position: relative;
  clear: both;
  top: 11px;
  opacity: .99;
}
/* line 505, ../sass/styles.scss */
.region-homeslideshow .block {
  margin: 0;
}

/* line 508, ../sass/styles.scss */
.flexslider {
  border: none;
  margin: 0;
}

/* line 509, ../sass/styles.scss */
.flex-control-nav {
  display: none;
}

/* line 511, ../sass/styles.scss */
.flexslider .flex-direction-nav a {
  display: block;
  font-size: 0;
  width: 36px;
  height: 36px;
  top: 80px;
}

/* line 518, ../sass/styles.scss */
.flexslider .flex-direction-nav a.flex-prev {
  background-image: url("../images/carousel-arrow-left.png");
}

/* line 521, ../sass/styles.scss */
.flexslider .flex-direction-nav a.flex-next {
  background-image: url("../images/carousel-arrow-right.png");
}

/* line 524, ../sass/styles.scss */
.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
  content: none;
}

/* line 526, ../sass/styles.scss */
.carouseltext {
  background: url(../images/back-textblock.png) repeat;
  position: relative;
  color: #fff;
  padding: 30px;
}
/* line 531, ../sass/styles.scss */
.carouseltext h2 {
  font: 33px/33px 'PTSansBold', Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  /*top:-80px;*/
}
/* line 532, ../sass/styles.scss */
.carouseltext h3 {
  font: 20px/24px 'PTSansRegular', Arial, sans-serif;
  position: relative;
  /*top:-75px;*/
}

/* line 535, ../sass/styles.scss */
.views-field.views-field-field-thumbnail-image img {
  width: 120px;
  display: none;
}

/* line 540, ../sass/styles.scss */
#block-views-nodequeue-1-block .views-slideshow-controls-text {
  display: none;
}

/* line 543, ../sass/styles.scss */
.carousel-arrowleft {
  position: relative;
  z-index: 1;
  /*left:60px;*/
}

/* line 544, ../sass/styles.scss */
.carousel-arrowright {
  position: relative;
  z-index: 1;
  /*left:-143px;*/
}

/* line 545, ../sass/styles.scss */
.carousel-arrowright:hover, .carousel-arrowleft:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

/* line 547, ../sass/styles.scss */
.prev {
  position: absolute;
  display: block;
  top: 45px;
  z-index: 10;
  left: 45px;
}

/* line 554, ../sass/styles.scss */
.next {
  position: absolute;
  display: block;
  top: 45px;
  z-index: 10;
  right: 45px;
}

/* line 562, ../sass/styles.scss */
#main {
  padding: 0;
}

/*----------- homepagecontent ------------*/
/* line 568, ../sass/styles.scss */
.homepagecontent .view-content {
  overflow: hidden;
}
.homepagecontent .region-homecontent .block-views .content {
  background-color: #dcdcdc;
}
.homepagecontent .region-homecontent .view-header {
  padding: 0 13px;
}

.homepagecontent .region-homecontent .view-header h2 {
  margin-bottom: 0;
}

/* line 570, ../sass/styles.scss */
.homepagecontent .view-content .graybox {
  padding: 13px;
}
/* line 574, ../sass/styles.scss */
.homepagecontent .view-content .graybox img {
  border: 5px solid #9b9b9b;
  float: left;
  margin: 0 15px 0 0;
}
/* line 575, ../sass/styles.scss */
.homepagecontent .view-content .graybox p {
  margin-top: 10px;
}
/* line 576, ../sass/styles.scss */
.homepagecontent .view-content .graybox h2 {
  margin: 0;
}
/* line 577, ../sass/styles.scss */
.homepagecontent .view-content .graybox h3 {
  font: 15px/18px 'PTSansBold', Arial, sans-serif;
  margin-top: .5em;
  margin-bottom: 0;
}
/* line 580, ../sass/styles.scss */
.homepagecontent .view-content .graybox h3 a {
  color: #000;
  text-decoration: none;
}
/* line 581, ../sass/styles.scss */
.homepagecontent .view-content .graybox h3 a:hover {
  text-decoration: underline;
}
/* line 585, ../sass/styles.scss */
.homepagecontent .threecolumns .region {
  border-top: 5px solid #784c9a;
}
/* line 586, ../sass/styles.scss */
.homepagecontent .region-homecontent .view-footer {
  background-color: #bebebe;
}
/* line 589, ../sass/styles.scss */
.homepagecontent .view-footer {
  padding: 13px;
}
/* line 592, ../sass/styles.scss */
.homepagecontent .view-footer .graybox-link a {
  color: #386199;
  font: 14px/18px 'PTSansBold', Arial, sans-serif;
  text-decoration: none;
  background: transparent url("../images/icon-linkarrow.png") no-repeat right 4px;
  padding: 0 18px 0 0;
  display: inline-block;
}
/* line 593, ../sass/styles.scss */
.homepagecontent .view-footer .graybox-link a:hover {
  text-decoration: none;
  color: #28456c;
}

/* line 598, ../sass/styles.scss */
.adblock h2 {
  text-transform: uppercase;
  font-size: 14px;
}

/* line 603, ../sass/styles.scss */
.date {
  margin: 7px 0;
  color: #666;
}

/*----------- internalcontent ------------*/
/* line 606, ../sass/styles.scss */
.internalcontent {
  /*----------- breadcrumb ------------*/
  /*------Copy------*/
}
/* line 608, ../sass/styles.scss */
.internalcontent .breadcrumb {
  font-size: 12px;
  color: #555;
}
/* line 609, ../sass/styles.scss */
.internalcontent .breadcrumb a {
  text-decoration: none;
  color: #28456c;
}
/* line 610, ../sass/styles.scss */
.internalcontent .breadcrumb a:hover {
  text-decoration: underline;
}
/* line 612, ../sass/styles.scss */
.internalcontent #copy {
  margin-top: 20px;
  /*----------- page title ------------*/
}
/* line 615, ../sass/styles.scss */
.internalcontent #copy h1.pagetitle {
  font: 24px/26px 'PTSansBold', Arial, sans-serif;
  color: #fff;
  width: 220px;
  padding: 20px;
  margin: 0;
  text-transform: uppercase;
}
/* line 623, ../sass/styles.scss */
.internalcontent #copy .intro {
  background-color: #dcdcdc;
}
/* line 625, ../sass/styles.scss */
.internalcontent #copy .intro .field-name-field-image {
  display: none;
}
/* line 626, ../sass/styles.scss */
.internalcontent #copy .intro p {
  margin: 0;
}
/* line 627, ../sass/styles.scss */
.internalcontent #copy .intro p.purplebutton {
  margin-top: 10px;
}
/* line 631, ../sass/styles.scss */
.internalcontent #copy .member-table > div {
  padding: 10px 0;
}
/* line 632, ../sass/styles.scss */
.internalcontent #copy .member-table img {
  width: 120px;
}
/* line 635, ../sass/styles.scss */
.internalcontent #copy .view-press-releases .intro {
  background-color: white;
}
/* line 636, ../sass/styles.scss */
.internalcontent #copy .view-press-releases .views-widget-filter-date_filter select#edit-date-filter-value-year {
  font-family: Arial;
}
/* line 640, ../sass/styles.scss */
.internalcontent #aside-right .region-sidebar-second {
  float: none;
  margin: 0;
}

/*----------- Sponsors --------------------*/
/* line 646, ../sass/styles.scss */
.sponsorbox h2 {
  background: transparent url(../images/icon-sponsor.png) no-repeat left 1px;
  padding: 4px 0 0 33px;
  height: 40px;
}

/* line 648, ../sass/styles.scss */
.sponsorbox .sponsor-logos {
  width: 100%;
  text-align: center;
}

/* line 649, ../sass/styles.scss */
.sponsorbox .sponsor-logos img {
  clear: both;
  margin: 40px 20px;
}

/*----------- Blog --------------------*/
/* line 652, ../sass/styles.scss */
#aside-right .blogbox {
  border-top: 5px solid #784c9a;
}

/* line 653, ../sass/styles.scss */
.blogbox h2 {
  background: transparent url(../images/icon-blog.png) no-repeat left 5px;
  padding: 4px 0 0 33px;
  height: 40px;
  margin-bottom: 0;
}

/* line 655, ../sass/styles.scss */
.blogentry.views-row-last {
  padding: 15px 0;
  border-bottom: 1px dotted transparent;
}

/* line 656, ../sass/styles.scss */
.blogentry {
  padding: 15px 0;
  border-bottom: 1px dotted #bebebe;
}

/* line 657, ../sass/styles.scss */
.blogentry h3, .view-blog a {
  font: 15px/18px 'PTSansBold', Arial, sans-serif;
  margin-bottom: 5px;
}

/* line 658, ../sass/styles.scss */
.blogentry h3 a, .view-blog a {
  color: #000;
  text-decoration: none;
}

/* line 659, ../sass/styles.scss */
.blogentry h3 a:hover, .view-blog a:hover {
  text-decoration: underline;
}

/*----------- Featured Report --------------------*/
/* line 662, ../sass/styles.scss */
.featured-report h2 {
  background: transparent url(../images/icon-report.png) no-repeat left 1px;
  padding: 4px 0 0 29px;
  height: 40px;
}

/*---------- Footer ------------*/
/* line 665, ../sass/styles.scss */
#footer {
  position: relative;
  padding: 0;
  /*height: 575px;*/
  clear: both;
  background-color: #ecf0f5;
  border-top: 5px solid #386199;
  width: 100%;
  /* --------- Link -------------*/
}
/* line 677, ../sass/styles.scss */
#footer a {
  color: #386199;
  font: 14px/18px 'PTSansBold', Arial, sans-serif;
  text-decoration: none;
}
/* line 678, ../sass/styles.scss */
#footer a:hover {
  text-decoration: none;
  color: #28456c;
}
/* line 680, ../sass/styles.scss */
#footer .block {
  padding: 0 10px;
  box-sizing: border-box;
}
/* line 682, ../sass/styles.scss */
#footer .footer-top {
  padding-top: 30px;
  border-bottom: 1px solid #b1bccc;
  overflow: hidden;
}
/* line 683, ../sass/styles.scss */
#footer .footer-topleft h2 {
  font: 18px/22px 'PTSansBold', Arial, sans-serif;
  background: transparent url(../images/icon-photos.png) no-repeat left 5px;
  padding: 7px 0 0 33px;
  height: 40px;
}
/* line 684, ../sass/styles.scss */
#footer .footer-topleft {
  overflow: hidden;
}
/* line 686, ../sass/styles.scss */
#footer .footer-topright h2 {
  font: 18px/22px 'PTSansBold', Arial, sans-serif;
  background: transparent url(../images/icon-twitter.png) no-repeat left 5px;
  padding: 7px 0 0 29px;
  height: 40px;
}
/* line 687, ../sass/styles.scss */
#footer .footer-topright .views-row {
  margin-bottom: 20px;
}
/* line 690, ../sass/styles.scss */
#footer .footer-bottom select {
  width: 80%;
  margin: 5px 10%;
}
/* line 691, ../sass/styles.scss */
#footer .footer-bottom .social {
  width: 100%;
  text-align: center;
}
/* line 695, ../sass/styles.scss */
#footer .footer-bottomleft {
  margin: 20px 0 0;
}
/* line 696, ../sass/styles.scss */
#footer .footer-bottomright {
  margin: 20px 0 0;
}
/* line 697, ../sass/styles.scss */
#footer .footer-bottomleft h2 {
  font: 18px/22px 'PTSansBold', Arial, sans-serif;
  background: transparent url(../images/icon-about.png) no-repeat left 5px;
  padding: 6px 0 0 33px;
}
/* line 699, ../sass/styles.scss */
#footer .footer-bottomright p {
  margin: 0;
}
/* line 700, ../sass/styles.scss */
#footer .footer-bottomright h3 {
  font: 14px/18px 'PTSansBold', Arial, sans-serif;
  margin-top: 10px;
}
/* line 702, ../sass/styles.scss */
#footer .footer-bottomright img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}

/* ---------- Footer slideshow ---------*/
/* line 710, ../sass/styles.scss */
.block-flickr .content {
  border: 0px solid transparent;
  background-color: #dae1eb;
}

/* line 714, ../sass/styles.scss */
.block-flickr .content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 722, ../sass/styles.scss */
.jcarousel-clip {
  width: 50%;
  overflow: hidden;
  float: left;
  margin-bottom: 6px;
}

/* line 723, ../sass/styles.scss */
.jcarousel-container li {
  list-style-type: none;
  float: left;
  margin: 13px 5px 5px 5px;
}

/* line 726, ../sass/styles.scss */
.jcarousel-container ul {
  overflow: hidden;
  float: left;
}

/* line 727, ../sass/styles.scss */
.jcarousel-prev {
  width: 25%;
  float: left;
  margin-top: 23%;
  text-align: center;
  cursor: pointer;
}

/* line 728, ../sass/styles.scss */
.jcarousel-next {
  width: 25%;
  float: right;
  margin-top: 23%;
  text-align: center;
  cursor: pointer;
}

/** Flickr **/
/* line 731, ../sass/styles.scss */
.flickr-photoset {
  display: none;
}

/* line 732, ../sass/styles.scss */
.flickrlist {
  position: relative;
  overflow: hidden;
}

/* line 737, ../sass/styles.scss */
.flickrlist li img {
  width: 100%;
}

/* line 738, ../sass/styles.scss */
.flickrlist .jcarousel-item-1, .flickrlist .jcarousel-item-2, .flickrlist li:last-child {
  display: none;
}

/* line 739, ../sass/styles.scss */
.flickrlist li a {
  display: block;
  width: 100%;
}

/* line 740, ../sass/styles.scss */
.prev-btn img:hover, .next-btn img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}

/* line 744, ../sass/styles.scss */
.about-columnone, .about-columntwo, .about-columnthree {
  float: left;
}

/* line 748, ../sass/styles.scss */
.about-columnone li, .about-columntwo li, .about-columnthree li {
  list-style-type: none;
  line-height: 30px;
}

/* line 750, ../sass/styles.scss */
.about-columnone a, .about-columntwo a, .about-columnthree a {
  color: #386199;
  font: 14px/18px 'PTSansBold', Arial, sans-serif;
  text-decoration: none;
  background: transparent url("../images/icon-linkarrow.png") no-repeat left 2px;
  padding: 0 0 0 18px;
  display: inline-block;
}

/* line 751, ../sass/styles.scss */
.about-columnone a:hover, .about-columntwo a:hover, .about-columnthree a:hover {
  text-decoration: none;
  color: #28456c;
}

/*-------- Media Queries ----------*/
@media all and (max-width: 360px) {
  /* line 757, ../sass/styles.scss */
  p.purplebutton {
    font-size: 12px;
    padding: 6px 30px 5px 10px;
  }
}
@media all and (max-width: 860px) {
  /* line 763, ../sass/styles.scss */
  span.megabutton, div.megabutton {
    font-size: 12px;
    padding: 6px 30px 5px 10px;
  }
}
@media all and (max-width: 625px) {
  /* line 770, ../sass/styles.scss */
  #admin-menu {
    display: none;
  }

  /* line 771, ../sass/styles.scss */
  .container {
    width: 93%;
    box-sizing: border-box;
  }

  /* line 772, ../sass/styles.scss */
  #header {
    background-color: #784c9a;
  }
  /* line 773, ../sass/styles.scss */
  #header .container {
    width: 100%;
  }
  /* line 775, ../sass/styles.scss */
  #header .smallmenu {
    display: block;
    float: left;
    width: 26%;
    text-align: center;
  }
  /* line 780, ../sass/styles.scss */
  #header .smallmenu a {
    display: inline-block;
    font-size: 0;
    width: 80px;
    z-index: 99999;
    text-decoration: none;
    height: 40px;
    vertical-align: top;
    cursor: pointer;
  }
  /* line 790, ../sass/styles.scss */
  #header .smallmenu a:focus {
    outline: none;
  }
  /* line 791, ../sass/styles.scss */
  #header .smallmenu a#mobilemenu {
    background: url("../images/smallmenu.png") no-repeat 50% !important;
  }
  /* line 792, ../sass/styles.scss */
  #header .smallmenu a#mobilesearch {
    background: url("../images/search-bg.png") no-repeat 50% !important;
  }
  /* line 794, ../sass/styles.scss */
  #header .logocontainer {
    width: 72%;
    height: 40px;
  }
  /* line 797, ../sass/styles.scss */
  #header .logocontainer .logo img {
    margin: 3px 0;
    height: 34px;
  }

  /* line 801, ../sass/styles.scss */
  .megamenu_container {
    display: none;
  }

  /* line 802, ../sass/styles.scss */
  .region-homeslideshow {
    top: 0;
  }
  /* line 804, ../sass/styles.scss */
  .region-homeslideshow .flex-caption {
    height: 270px;
    margin-bottom: 10px;
  }
  /* line 807, ../sass/styles.scss */
  .region-homeslideshow .flex-caption .carouseltext {
    height: 100%;
    box-sizing: border-box;
  }

  /* line 811, ../sass/styles.scss */
  .homepagecontent .graybox .views-field.views-field-field-image {
    width: 65%;
  }
  /* line 812, ../sass/styles.scss */
  .homepagecontent .graybox .views-field-field-date {
    display: none;
  }
  /* line 813, ../sass/styles.scss */
  .homepagecontent .graybox .views-field-body {
    display: none;
  }

  /*----------- internalcontent ------------*/
  /* line 817, ../sass/styles.scss */
  .internalcontent .tabs, .internalcontent .breadcrumb {
    display: none;
  }
  /* line 818, ../sass/styles.scss */
  .internalcontent #copy h1.pagetitle {
    color: #2e5478;
  }

  /* line 820, ../sass/styles.scss */
  #widget_pager_bottom_nodequeue_1-block {
    display: none;
  }

  /* line 821, ../sass/styles.scss */
  .prev {
    top: -100px;
    left: 6px;
  }

  /* line 822, ../sass/styles.scss */
  .next {
    top: -100px;
    right: 6px;
  }

  /* line 826, ../sass/styles.scss */
  #footer .footer-bottomleft .about-columnone, #footer .footer-bottomleft .about-columntwo, #footer .footer-bottomleft .about-columnthree {
    display: none;
  }
  /* line 828, ../sass/styles.scss */
  #footer .footer-bottomright {
    text-align: center;
  }
}
@media all and (min-width: 626px) and (max-width: 1119px) {
  /* line 837, ../sass/styles.scss */
  .container {
    width: 95%;
  }

  /* line 838, ../sass/styles.scss */
  header#header {
    width: 100%;
    background-color: #28456c;
    border-bottom: 5px solid #386199;
  }
  /* line 842, ../sass/styles.scss */
  header#header .container {
    width: 100%;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  header#header .container:before, header#header .container:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  header#header .container:after {
    clear: both;
  }
  /* line 846, ../sass/styles.scss */
  header#header .container .smallmenu {
    display: none;
  }
  /* line 849, ../sass/styles.scss */
  header#header .container .logocontainer {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    background-color: #fff;
    border-bottom: 4px solid #784c9a;
    text-align: center;
  }
  /* line 855, ../sass/styles.scss */
  header#header .container .logocontainer .logo img {
    margin: 15px 0;
  }
  /* line 857, ../sass/styles.scss */
  header#header .container .header-utility {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
    display: block;
  }
  /* line 861, ../sass/styles.scss */
  header#header .container .header-utility #block-menu-menu-header-menu ul {
    float: right;
    margin-bottom: 18px;
  }
  /* line 864, ../sass/styles.scss */
  header#header .container .header-utility #block-menu-menu-header-menu ul li.last {
    margin-right: 12px;
  }
  /* line 866, ../sass/styles.scss */
  header#header .container .header-utility #block-menu-menu-header-menu:after {
    clear: both;
    content: "";
    display: table;
  }
  /* line 868, ../sass/styles.scss */
  header#header .container .header-utility .social {
    position: relative;
    float: right;
    right: 192px;
  }
  /* line 869, ../sass/styles.scss */
  header#header .container .header-utility .searchcontainer {
    position: relative;
    right: -83px;
  }
  /* line 871, ../sass/styles.scss */
  header#header .container .megamenu_container {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    top: 0;
  }
  /* line 875, ../sass/styles.scss */
  header#header .container .megamenu_container ul#om-menu-megamenu {
    text-align: center;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  header#header .container .megamenu_container ul#om-menu-megamenu:before, header#header .container .megamenu_container ul#om-menu-megamenu:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  header#header .container .megamenu_container ul#om-menu-megamenu:after {
    clear: both;
  }
  /* line 879, ../sass/styles.scss */
  header#header .container .megamenu_container ul#om-menu-megamenu > li {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 20%;
    padding-left: 0;
    padding-right: 16px;
    margin-right: 4px;
    padding-left: 1.9%;
    padding-right: 1.9%;
    margin-right: 0;
  }

  /* line 890, ../sass/styles.scss */
  .megamenu > li .om-maximenu-content {
    width: 100%;
    margin: 0;
    background: none;
    background-color: #583871;
  }
  /* line 895, ../sass/styles.scss */
  .megamenu > li .om-maximenu-content .om-maximenu-middle-right {
    position: relative;
    clear: both;
    content: "";
    width: 100%;
    overflow: hidden;
  }
  /* line 901, ../sass/styles.scss */
  .megamenu > li .om-maximenu-content .om-maximenu-middle-right .block {
    box-sizing: border-box;
    width: 50% !important;
  }
  /* line 904, ../sass/styles.scss */
  .megamenu > li .om-maximenu-content .om-maximenu-middle-right .block ul.menu {
    padding: 0 9px;
  }
  /* line 906, ../sass/styles.scss */
  .megamenu > li .om-maximenu-content .om-maximenu-middle-right .block.last {
    right: 0;
    height: 100%;
  }

  /* line 914, ../sass/styles.scss */
  .region-homeslideshow {
    top: 0;
  }
  /* line 916, ../sass/styles.scss */
  .region-homeslideshow .flex-caption {
    position: absolute;
    top: 0;
    width: 90%;
    margin: 0 5%;
    bottom: 93px;
  }
  /* line 922, ../sass/styles.scss */
  .region-homeslideshow .flex-caption .carouseltext {
    margin: 0 16.66665%;
    width: 66.666666%;
    height: 100%;
    box-sizing: border-box;
  }
  /* line 925, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block ul.flex-direction-nav {
    position: absolute;
    width: 90%;
    bottom: 0;
    margin: 0 5%;
    background-color: white;
    z-index: 20;
    opacity: .3;
  }
  /* line 933, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block ul.flex-direction-nav a {
    top: 50%;
  }
  /* line 934, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block ul.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 50px;
  }
  /* line 935, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block ul.flex-direction-nav .flex-next {
    opacity: 1;
    right: 50px;
  }
  /* line 938, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block-1 {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
  }
  /* line 944, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block-1 #thumbnail-controls .flex-viewport {
    width: 66.666666%;
    margin: 0 16.66665%;
    z-index: 99;
  }
  /* line 948, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block-1 #thumbnail-controls .flex-viewport img {
    display: block;
  }

  /* line 953, ../sass/styles.scss */
  .views-slideshow-controls-bottom {
    position: relative;
    top: 0;
    width: 720px;
  }

  /* line 955, ../sass/styles.scss */
  .homepagecontent {
    margin-top: 25px;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .homepagecontent .region-homecontent:before, .homepagecontent .region-homecontent:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .homepagecontent .region-homecontent:after {
    clear: both;
  }
  /* line 963, ../sass/styles.scss */
  .homepagecontent .region-homecontent .twocolumn-left {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 964, ../sass/styles.scss */
  .homepagecontent .region-homecontent .twocolumn-right {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 965, ../sass/styles.scss */
  .homepagecontent .region-homecontent .block .content {
    margin: 0 0.9em;
  }
  /* line 968, ../sass/styles.scss */
  .homepagecontent .graybox .views-field-field-date {
    display: none;
  }
  /* line 969, ../sass/styles.scss */
  .homepagecontent .graybox .views-field-body {
    display: none;
  }
  /* line 970, ../sass/styles.scss */
  .homepagecontent .graybox .views-field.views-field-field-image img {
    width: 65%;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .homepagecontent .threecolumns:before, .homepagecontent .threecolumns:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .homepagecontent .threecolumns:after {
    clear: both;
  }
  /* line 975, ../sass/styles.scss */
  .homepagecontent .threecolumns .threecolumn-left {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 976, ../sass/styles.scss */
  .homepagecontent .threecolumns .threecolumn-middle {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 977, ../sass/styles.scss */
  .homepagecontent .threecolumns .threecolumn-right {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 981, ../sass/styles.scss */
  .homepagecontent .threecolumns .threecolumn-right .featured-report {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 982, ../sass/styles.scss */
  .homepagecontent .threecolumns .threecolumn-right .adblock {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 984, ../sass/styles.scss */
  .homepagecontent .threecolumns .region {
    border-top: 5px solid #784c9a;
    padding: 15px 10px;
    margin: 0 18px;
  }

  /*----------- internalcontent ------------*/
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .internalcontent:before, .internalcontent:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .internalcontent:after {
    clear: both;
  }
  /* line 997, ../sass/styles.scss */
  .internalcontent .breadcrumb {
    margin-left: 30%;
  }
  /* line 998, ../sass/styles.scss */
  .internalcontent .tabs {
    float: right;
  }
  /* line 999, ../sass/styles.scss */
  .internalcontent #copy {
    margin-top: 0;
    float: left;
    width: 60%;
    margin-left: 0%;
    margin-right: -60%;
    padding-right: 15px;
  }
  /* line 1003, ../sass/styles.scss */
  .internalcontent #copy h1.pagetitle {
    position: relative;
    background: transparent url(../images/back-textblock.png) repeat;
  }
  /* line 1004, ../sass/styles.scss */
  .internalcontent #copy .node-3column div {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin: 0 2%;
  }
  /* line 1010, ../sass/styles.scss */
  .internalcontent #copy .member-table {
    border-top: 1px solid #ccc;
  }
  /* line 1012, ../sass/styles.scss */
  .internalcontent #copy .member-table > div {
    padding: 10px 0;
  }
  /* line 1013, ../sass/styles.scss */
  .internalcontent #copy .member-table img {
    float: left;
    margin: 0 50px 0 15px;
  }
  /* line 1015, ../sass/styles.scss */
  .internalcontent #copy #edit-date-filter-value-year {
    margin-top: 3px;
  }
  /* line 1017, ../sass/styles.scss */
  .internalcontent #aside-right {
    float: left;
    width: 40%;
    margin-left: 60%;
    margin-right: -100%;
  }
  /* line 1021, ../sass/styles.scss */
  .internalcontent .node-table div.clearfix {
    margin: 20px 0;
  }
  /* line 1022, ../sass/styles.scss */
  .internalcontent .node-table img {
    float: left;
    margin-right: 100px;
    margin-top: -30px;
  }
  /* line 1023, ../sass/styles.scss */
  .internalcontent .node-table h2 {
    margin-left: 220px;
  }
  /* line 1024, ../sass/styles.scss */
  .internalcontent .node-table div.strong {
    margin-bottom: 15px;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer .footer-top:before, #footer .footer-top:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer .footer-top:after {
    clear: both;
  }
  /* line 1031, ../sass/styles.scss */
  #footer .footer-top #block-flickr-3 {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 1032, ../sass/styles.scss */
  #footer .footer-top #block-views-tweets-block {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 1033, ../sass/styles.scss */
  #footer .footer-top .jcarousel-clip {
    width: 80%;
  }
  /* line 1034, ../sass/styles.scss */
  #footer .footer-top .jcarousel-prev, #footer .footer-top .jcarousel-next {
    width: 10%;
    margin-top: 12%;
  }
  /* line 1036, ../sass/styles.scss */
  #footer .footer-bottom {
    clear: left;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer .footer-bottom:before, #footer .footer-bottom:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer .footer-bottom:after {
    clear: both;
  }
  /* line 1040, ../sass/styles.scss */
  #footer .footer-bottom .social {
    display: none;
  }
  /* line 1041, ../sass/styles.scss */
  #footer .footer-bottom select {
    display: none;
  }
  /* line 1042, ../sass/styles.scss */
  #footer .footer-bottom #block-block-2 {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 1043, ../sass/styles.scss */
  #footer .footer-bottom #block-block-3 {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 1044, ../sass/styles.scss */
  #footer .footer-bottom .footer-bottomright img {
    margin: 25px 0 0 35px;
  }

  /* line 1047, ../sass/styles.scss */
  .footer-bottomleft {
    border-right: 1px solid #b1bccc;
  }
}
@media all and (min-width: 1120px) {
  /* line 1058, ../sass/styles.scss */
  body {
    background: #fff url(../images/back-header.png) repeat-x;
  }

  /* line 1059, ../sass/styles.scss */
  .container {
    width: 83.333333%;
  }

  /* line 1060, ../sass/styles.scss */
  header#header {
    padding: 0;
  }
  /* line 1062, ../sass/styles.scss */
  header#header .smallmenu {
    display: none;
  }
  /* line 1065, ../sass/styles.scss */
  header#header .logocontainer {
    width: 21%;
    height: 145px;
    background-color: #fff;
    border-bottom: 4px solid #784c9a;
    text-align: center;
    float: left;
    position: absolute;
    z-index: 50;
  }
  /* line 1067, ../sass/styles.scss */
  header#header .logocontainer .logo img {
    margin-top: 43px;
  }
  /* line 1069, ../sass/styles.scss */
  header#header .header-utility {
    display: block;
    width: 72%;
    margin: 11px 0 6px 0;
  }
  /* line 1070, ../sass/styles.scss */
  header#header .megamenu_container {
    top: 0;
    width: 74%;
    margin-bottom: 5px;
  }
  /* line 1074, ../sass/styles.scss */
  header#header .megamenu_container ul#om-menu-megamenu {
    text-align: center;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  header#header .megamenu_container ul#om-menu-megamenu:before, header#header .megamenu_container ul#om-menu-megamenu:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  header#header .megamenu_container ul#om-menu-megamenu:after {
    clear: both;
  }
  /* line 1078, ../sass/styles.scss */
  header#header .megamenu_container ul#om-menu-megamenu > li {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    width: 20%;
    padding-left: 0;
    padding-right: 16px;
    margin-right: 4px;
    padding-left: 1.9%;
    padding-right: 1.9%;
    margin-right: 0;
  }

  /* line 1088, ../sass/styles.scss */
  .megamenu > li .om-maximenu-content {
    margin: 0;
    background: none;
    background-color: #583871;
  }
  /* line 1093, ../sass/styles.scss */
  .megamenu > li .om-maximenu-content .om-maximenu-middle-right {
    position: relative;
    clear: both;
    content: "";
    width: 100%;
    overflow: hidden;
  }
  /* line 1099, ../sass/styles.scss */
  .megamenu > li .om-maximenu-content .om-maximenu-middle-right .block {
    box-sizing: border-box;
    width: 50% !important;
    min-width: 400px;
  }
  /* line 1102, ../sass/styles.scss */
  .megamenu > li .om-maximenu-content .om-maximenu-middle-right .block ul.menu {
    padding: 0 9px;
  }
  /* line 1104, ../sass/styles.scss */
  .megamenu > li .om-maximenu-content .om-maximenu-middle-right .block.last {
    height: 100%;
    float: left;
  }

  .megamenu > li {
    position: relative;
  }

  .megamenu_carousel_frame {
    overflow: inherit;
  }

  .megamenu > li .om-maximenu-content {
    width: 800px;
  }

  .megamenu > li:hover .om-maximenu-content{
  }

  .megamenu > li.leaf-about:hover .om-maximenu-content{
    left: 0;
  }

  .megamenu > li.leaf-focus-areas:hover .om-maximenu-content{
    left: unset;
    right: 0;
  }


  .megamenu > li.leaf-membership .om-maximenu-content,
  .megamenu > li.leaf-certification .om-maximenu-content,
  .megamenu > li.leaf-advancement .om-maximenu-content {
    width: 400px;
  }

  .megamenu > li.leaf-membership .om-maximenu-content .om-maximenu-middle-right .block,
  .megamenu > li.leaf-certification .om-maximenu-content .om-maximenu-middle-right .block,
  .megamenu > li.leaf-advancement .om-maximenu-content .om-maximenu-middle-right .block{
    width: 100% !important;
    min-width: 400px;
  }


  /* line 1112, ../sass/styles.scss */
  .region-homeslideshow {
    top: 0;
  }
  /* line 1114, ../sass/styles.scss */
  .region-homeslideshow .flex-caption {
    position: absolute;
    height: 45%;
    margin-left: 8.333333%;
    bottom: 120px;
  }
  /* line 1119, ../sass/styles.scss */
  .region-homeslideshow .flex-caption .carouseltext {
    left: 120px;
    width: 480px;
    height: 100%;
    box-sizing: border-box;
  }
  /* line 1122, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block ul.flex-direction-nav {
    position: absolute;
    width: 720px;
    height: 120px;
    bottom: 0;
    margin-left: 8.333333%;
    background-color: white;
    z-index: 20;
    opacity: .3;
  }
  /* line 1131, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block ul.flex-direction-nav a {
    top: 50%;
  }
  /* line 1132, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block ul.flex-direction-nav .flex-prev {
    opacity: 1;
    left: 50px;
  }
  /* line 1133, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block ul.flex-direction-nav .flex-next {
    opacity: 1;
    right: 50px;
  }
  /* line 1136, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block-1 {
    position: absolute;
    bottom: 0;
    left: 8.333333%;
  }
  /* line 1140, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block-1 #thumbnail-controls {
    height: 120px;
  }
  /* line 1142, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block-1 #thumbnail-controls .flex-viewport {
    width: 480px;
    left: 120px;
    z-index: 99;
  }
  /* line 1146, ../sass/styles.scss */
  .region-homeslideshow div#block-views-nodequeue-1-block-1 #thumbnail-controls .flex-viewport img {
    display: block;
  }

  /* line 1151, ../sass/styles.scss */
  .homepagecontent {
    margin-top: 25px;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .homepagecontent .region-homecontent:before, .homepagecontent .region-homecontent:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .homepagecontent .region-homecontent:after {
    clear: both;
  }
  /* line 1159, ../sass/styles.scss */
  .homepagecontent .region-homecontent .twocolumn-left {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 1160, ../sass/styles.scss */
  .homepagecontent .region-homecontent .twocolumn-right {
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 1161, ../sass/styles.scss */
  .homepagecontent .region-homecontent .block .content {
    margin: 0 0.9em;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .homepagecontent .threecolumns:before, .homepagecontent .threecolumns:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .homepagecontent .threecolumns:after {
    clear: both;
  }
  /* line 1166, ../sass/styles.scss */
  .homepagecontent .threecolumns .threecolumn-left {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 1167, ../sass/styles.scss */
  .homepagecontent .threecolumns .threecolumn-middle {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 1168, ../sass/styles.scss */
  .homepagecontent .threecolumns .threecolumn-right {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 1169, ../sass/styles.scss */
  .homepagecontent .threecolumns .region {
    padding: 15px 10px;
    margin: 0 18px;
  }

  /*----------- internalcontent ------------*/
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .internalcontent:before, .internalcontent:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .internalcontent:after {
    clear: both;
  }
  /* line 1181, ../sass/styles.scss */
  .internalcontent .breadcrumb {
    margin: 12px 0 25px 27.5%;
  }
  /* line 1182, ../sass/styles.scss */
  .internalcontent .tabs {
    float: right;
  }
  /* line 1183, ../sass/styles.scss */
  .internalcontent #copy {
    margin-top: 0;
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-right: 15px;
    /*----------- intro ------------*/
  }
  /* line 1187, ../sass/styles.scss */
  .internalcontent #copy .node-page {
    margin-right: 10px;
  }
  /* line 1188, ../sass/styles.scss */
  .internalcontent #copy h1.pagetitle {
    position: absolute;
    background: transparent url(../images/back-textblock.png) repeat;
  }
  /* line 1190, ../sass/styles.scss */
  .internalcontent #copy .intro {
    position: relative;
    top: 0;
  }
  /* line 1192, ../sass/styles.scss */
  .internalcontent #copy .intro img {
    margin-top: 0;
    padding: 0;
  }
  /* line 1193, ../sass/styles.scss */
  .internalcontent #copy .intro .field-type-image {
    display: block;
    float: left;
    margin-right: 20px;
  }
  /* line 1198, ../sass/styles.scss */
  .internalcontent #copy .intro .field-name-field-intro {
    min-height: 280px;
  }
  /* line 1200, ../sass/styles.scss */
  .internalcontent #copy .node-3column div {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin: 0 2%;
  }
  /* line 1206, ../sass/styles.scss */
  .internalcontent #copy .member-table {
    border-top: 1px solid #ccc;
  }
  /* line 1208, ../sass/styles.scss */
  .internalcontent #copy .member-table > div {
    padding: 10px 0;
  }
  /* line 1209, ../sass/styles.scss */
  .internalcontent #copy .member-table img {
    float: left;
    margin: 0 100px 0 15px;
  }
  /* line 1212, ../sass/styles.scss */
  .internalcontent #aside-right {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 1216, ../sass/styles.scss */
  .internalcontent .node-table div.clearfix {
    margin: 20px 0;
  }
  /* line 1217, ../sass/styles.scss */
  .internalcontent .node-table img {
    float: left;
    margin-right: 100px;
    margin-top: -30px;
  }
  /* line 1218, ../sass/styles.scss */
  .internalcontent .node-table h2 {
    margin-left: 220px;
  }
  /* line 1219, ../sass/styles.scss */
  .internalcontent .node-table div.strong {
    margin-bottom: 15px;
  }

  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer .footer-top:before, #footer .footer-top:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer .footer-top:after {
    clear: both;
  }
  /* line 1226, ../sass/styles.scss */
  #footer .footer-top #block-flickr-3 {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 1229, ../sass/styles.scss */
  #footer .footer-top #block-views-tweets-block {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  /* line 1231, ../sass/styles.scss */
  #footer .footer-bottom {
    clear: left;
  }
  /* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer .footer-bottom:before, #footer .footer-bottom:after {
    content: "";
    display: table;
  }
  /* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer .footer-bottom:after {
    clear: both;
  }
  /* line 1235, ../sass/styles.scss */
  #footer .footer-bottom .social {
    display: none;
  }
  /* line 1236, ../sass/styles.scss */
  #footer .footer-bottom select {
    display: none;
  }
  /* line 1237, ../sass/styles.scss */
  #footer .footer-bottom #block-block-2 {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 1238, ../sass/styles.scss */
  #footer .footer-bottom #block-block-3 {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding: 0 30px;
  }
  /* line 1239, ../sass/styles.scss */
  #footer .footer-bottom .footer-bottomright img {
    margin: 25px 0 0 35px;
  }
  #footer .footer-bottom .footer-bottomright .ssl-icon img {
    margin-left: 0;
  }
  /* line 1241, ../sass/styles.scss */
  #footer .jcarousel-clip {
    width: 80%;
    margin-bottom: 8px;
  }
  /* line 1242, ../sass/styles.scss */
  #footer .jcarousel-prev, #footer .jcarousel-next {
    width: 10%;
    margin-top: 9%;
  }
}
/*-----End of Media Queries-----*/
/* line 1251, ../sass/styles.scss */
form#search-block-form--3 {
  width: 93%;
  padding: 7px;
  background: #563d76;
}

/* line 1257, ../sass/styles.scss */
#block-search-form--2 .container-inline {
  position: relative;
}

/* line 1261, ../sass/styles.scss */
div#edit-actions--3 {
  position: absolute;
  right: 0;
}

/* line 1266, ../sass/styles.scss */
#search-block-form--3 input.form-text {
  height: 12px;
  padding: 4px;
  float: left;
  font: 12px 'PTSansItalic', Arial, sans-serif;
  border: 0;
  background: #eee;
  margin-top: 0;
  width: 80%;
  box-sizing: content-box;
}

/* line 1278, ../sass/styles.scss */
#search-block-form--3 input.form-submit, #aside-right input.form-submit {
  overflow: visible;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 20px;
  width: 60px;
  font: 10px/20px 'PTSansBold', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: url(../images/search-btn.png) no-repeat 0 0 #7b539a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

/* line 1294, ../sass/styles.scss */
.mmenu-nav.mm-basic [class^="icon-"], .mmenu-nav.mm-basic [class*=" icon-"], .mmenu-nav.mm-basic .mmenu-block-icon {
  padding: 0;
}

/* line 1298, ../sass/styles.scss */
span.mmenu-block-title {
  text-transform: uppercase;
  font: 18px/18px 'PTSansBold', Arial, sans-serif;
  color: #eee;
}

/* Button */
/* line 1305, ../sass/styles.scss */
.carouselouterbutton {
  margin-top: 15px;
  position: relative;
  z-index: 1500;
}

/* line 1306, ../sass/styles.scss */
.purplebutton, div.field-name-field-register-link {
  text-transform: uppercase;
  text-align: center;
  background: transparent url("../images/back-purplebutton.png") no-repeat right top;
  border-top: 1px solid #8b68a5;
  border-left: 1px solid #755390;
  border-right: 1px solid #5e3d7a;
  border-bottom: 1px solid #3e2750;
  width: auto;
  padding: 6px 30px 5px 20px;
  display: inline-block;
  color: #fff;
  font: 14px/18px 'PTSansBold', Arial, sans-serif;
}

/* line 1318, ../sass/styles.scss */
.purplebutton:hover, div:hover.field-name-field-register-link {
  background: transparent url("../images/back-purplebutton-hover.png") no-repeat right top;
}

/* line 1321, ../sass/styles.scss */
.purplebutton a, #copy .purplebutton a, div.field-name-field-register-link a, #copy div.field-name-field-register-link a {
  color: #fff !important;
  text-decoration: none;
}

/* line 1322, ../sass/styles.scss */
.purplebutton a:hover, #copy .purplebutton a:hover, div.field-name-field-register-link a:hover, #copy div.field-name-field-register-link a:hover {
  color: #fff !important;
}

/* line 1325, ../sass/styles.scss */
#copy form input.form-submit {
  background: transparent url("../images/back-purplebutton.png") no-repeat 100% 0;
  border-top: 1px solid #8b68a5;
  border-left: 1px solid #755390;
  border-right: 1px solid #5e3d7a;
  border-bottom: 1px solid #3e2750;
  width: auto;
  padding: 4px 30px 3px 20px;
  display: block;
  color: #fff;
  font: 14px/18px 'PTSansBold', Arial, sans-serif;
  cursor: pointer;
}

/* line 1338, ../sass/styles.scss */
#copy form input:hover.form-submit {
  background: transparent url("../images/back-purplebutton-hover.png") no-repeat 100% 0;
}

/* Homepage links */
/* line 1345, ../sass/styles.scss */
.link {
  padding: 25px 0 0 0;
}

/* line 1346, ../sass/styles.scss */
.link a {
  color: #386199;
  font: 14px/18px 'PTSansBold', Arial, sans-serif;
  text-decoration: none;
  background: transparent url("../images/icon-linkarrow.png") no-repeat right 3px;
  padding: 0 18px 0 0;
  display: inline;
}

/* line 1347, ../sass/styles.scss */
.link a:hover {
  text-decoration: none;
  color: #28456c;
}

/*----------- Events --------------------*/
/* line 1350, ../sass/styles.scss */
h2 {
  font: 22px/22px 'PTSansRegular', Arial, sans-serif;
}

/* line 1351, ../sass/styles.scss */
h2.eventstitle {
  background: transparent url("../images/icon-events.png") no-repeat;
  display: inline-block;
  padding: 5px 0 0 35px;
  height: 30px;
}

/* line 1353, ../sass/styles.scss */
.page-events #copy h1 {
  font-size: 18px;
}

/*----------- News --------------------*/
/* line 1356, ../sass/styles.scss */
h2 {
  font: 22px/22px 'PTSansRegular', Arial, sans-serif;
}

/* line 1357, ../sass/styles.scss */
h2.newstitle {
  background: transparent url("../images/icon-news.png") no-repeat;
  display: inline-block;
  padding: 5px 0 0 35px;
  height: 30px;
}

/* line 1359, ../sass/styles.scss */
#block-views-nodequeue-3-block .view-nodequeue-3 {
  border-top: none;
  padding: 0;
}

/* line 1361, ../sass/styles.scss */
.view-blog .views-row {
  margin-top: 0px;
  padding-top: 0;
  border-bottom: 1px dotted #bebebe;
  padding-bottom: 20px;
}

/* line 1362, ../sass/styles.scss */
.view-display-id-block_1 {
  border-top: none;
}

/* line 1364, ../sass/styles.scss */
.front .view-blog .views-row {
  margin-top: 0;
}

/* line 1365, ../sass/styles.scss */
#aside-right .view-blog .views-row {
  margin-top: 0px;
}

/* line 1366, ../sass/styles.scss */
.page-node-16 #aside-right .view-blog .views-row, .page-blog .view-blog .views-row {
  margin-top: 20px;
}

/* line 1367, ../sass/styles.scss */
#aside-right .blogentry:first-child h3 {
  margin-top: 5px;
}

/* line 1368, ../sass/styles.scss */
.view-blog .views-row-last.blogentry {
  border-bottom: none;
}

/* line 1370, ../sass/styles.scss */
.page-blog .view-blog .views-row .views-field-body {
  margin-top: 8px;
}

/* line 1371, ../sass/styles.scss */
.page-blog .view-blog .views-row .views-field-created {
  margin-top: 5px;
}

/* line 1372, ../sass/styles.scss */
.page-blog .view-blog .views-row .views-field-field-staff-bio {
  margin-top: 2px;
}

/* line 1373, ../sass/styles.scss */
.page-blog .view-blog .views-row .views-field-title a {
  font-size: 18px;
}

/*----------- Purple box --------------------*/
/* line 1377, ../sass/styles.scss */
.purplebox {
  width: 296px;
  border-top: 5px solid #784c9a;
  margin-top: 20px;
  padding: 20px 10px;
  overflow: hidden;
}

/* line 1378, ../sass/styles.scss */
.purplebox img {
  border: 5px solid #9b9b9b;
  float: left;
  margin: 0 13px 0 0;
}

/* line 1379, ../sass/styles.scss */
.purplebox h3 {
  font: 15px/18px 'PTSansBold', Arial, sans-serif;
  margin-bottom: 5px;
}

/* line 1380, ../sass/styles.scss */
.purplebox h3 a {
  color: #000;
  text-decoration: none;
}

/* line 1381, ../sass/styles.scss */
.purplebox h3 a:hover {
  text-decoration: underline;
}

/* line 1382, ../sass/styles.scss */
.purplebox p {
  float: left;
  width: 160px;
  margin-bottom: 30px;
}

/* line 1383, ../sass/styles.scss */
#aside-right .purplebox p {
  float: none;
  margin: 0;
  width: auto;
}

/* line 1384, ../sass/styles.scss */
#aside-right .purplebox h2 {
  margin-bottom: 15px;
}

/* line 1385, ../sass/styles.scss */
#aside-right .purplebox h3 {
  margin-bottom: 5px;
}

/* line 1388, ../sass/styles.scss */
#copy h1, #copy .intro .field-name-field-job-title {
  font: 24px/26px 'PTSansBold', Arial, sans-serif;
  margin-bottom: 3px;
  margin-top: 5px;
  color: #1c314d;
  text-transform: uppercase;
}

/* line 1389, ../sass/styles.scss */
#copy h2.subtitle {
  font: 18px/22px 'PTSansBold', Arial, sans-serif;
  margin-bottom: 3px;
  margin-top: 2px;
  color: #555;
}

/* line 1390, ../sass/styles.scss */
#copy h2 {
  font: 22px/22px 'PTSansRegular', Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: 5px;
}

/* line 1391, ../sass/styles.scss */
#copy h3 {
  font: 16px/20px 'PTSansBold', Arial, sans-serif;
  margin-bottom: 3px;
  margin-top: 5px;
}

/* line 1392, ../sass/styles.scss */
#copy h4 {
  font: 14px/20px 'PTSansBold', Arial, sans-serif;
  margin-bottom: 3px;
  margin-top: 5px;
}

/* line 1394, ../sass/styles.scss */
#copy p {
  margin-bottom: 20px;
}

/* line 1396, ../sass/styles.scss */
#copy a, #aside-right p a {
  color: #386199;
  text-decoration: none;
  font-family: 'PTSansBold',Arial,sans-serif;
}

/* line 1397, ../sass/styles.scss */
#copy a:hover, #aside-right p a:hover {
  text-decoration: none;
  color: #28456c;
}

/* line 1399, ../sass/styles.scss */
#copy h2 a {
  font: 22px/22px 'PTSansRegular', Arial, sans-serif;
  color: #000;
}

/* line 1402, ../sass/styles.scss */
.node-type-staff-bio .intro img {
  margin-top: -10px;
  padding: 0;
  width: 63%;
  height: auto;
  border: 30px solid #fff;
}

/* line 1403, ../sass/styles.scss */
.node-type-staff-bio .intro .field-type-image {
  display: block;
  float: left;
  margin-right: -38px;
  margin-bottom: 15px;
}

/* line 1409, ../sass/styles.scss */
.intro-textcontainer, .field-name-field-intro {
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
  top: 0;
  color: #555;
  font: 15px/24px 'PTSansRegular', Arial, sans-serif;
}

/* line 1415, ../sass/styles.scss */
#copy .intro-textcontainer h2, #copy .field-name-field-intro h2 {
  color: #1c314d;
  font: 18px/24px 'PTSansBold', Arial, sans-serif;
  margin-bottom: 8px;
  margin-top: 0;
}

/*----------- Internal gray top border --------------------*/
/* line 1420, ../sass/styles.scss */
.gray-topborder-box {
  width: 180px;
  border-top: 5px solid #9b9b9b;
  margin-top: 20px;
  padding: 15px 10px;
}

/*----------- Benefits --------------------*/
/* line 1424, ../sass/styles.scss */
.benefitsbox {
  width: 638px;
  border-top: 5px solid #784c9a;
  position: relative;
  top: 30px;
  padding: 10px 10px 15px 10px;
  clear: both;
}

/* line 1425, ../sass/styles.scss */
.benefitsbox h2 {
  background: transparent url(../images/icon-benefits.png) no-repeat left 1px;
  padding: 4px 0 0 27px;
  height: 40px;
}

/*----------- Decision tree --------------------*/
/* line 1430, ../sass/styles.scss */
.decisionbox {
  width: 95%;
  border-top: 5px solid #784c9a;
  position: relative;
  padding: 10px 10px 15px 10px;
  clear: both;
  background-color: #e9e2ef;
  overflow: hidden;
  margin: 0 2.5% 20px 2.5%;
  box-sizing: border-box;
}

/* line 1431, ../sass/styles.scss */
.decisionbox h2 {
  background: transparent url(../images/icon-decision.png) no-repeat left 1px;
  padding: 4px 0 0 27px;
  height: 40px;
}

/* line 1432, ../sass/styles.scss */
.decisionbox p {
  margin-bottom: 7px;
}

/* line 1433, ../sass/styles.scss */
.decisiontree-left {
  float: left;
}

/* line 1434, ../sass/styles.scss */
.decisiontree-left .decision-item {
  clear: both;
  margin-bottom: 5px;
}

/*----------- Callout --------------------*/
/* line 1438, ../sass/styles.scss */
.callout-box, #aside-right .field.field-type-node-reference {
  width: auto;
  border: 5px solid #dcdcdc;
  margin-bottom: 15px;
}

/* line 1439, ../sass/styles.scss */
.callout-box p, #aside-right .field.field-type-node-reference p {
  padding: 15px;
  color: #1c314d;
}

/* line 1440, ../sass/styles.scss */
.callout-box-darkblue h2 {
  background-color: #1c314d;
  padding: 13px 0 10px 2px;
  height: auto;
  color: #bfccde;
  font: 18px/20px 'PTSansBold', Arial, sans-serif;
}

/* line 1441, ../sass/styles.scss */
.callout-box-blue h2, #aside-right .field.field-type-node-reference h2 {
  background-color: #386199;
  padding: 13px 0 10px 2px;
  height: auto;
  color: #fff;
  font: 18px/20px 'PTSansBold', Arial, sans-serif;
}

/* line 1442, ../sass/styles.scss */
.callout-box-darkblue h2, #aside-right .field.field-type-node-reference.darkblue h2 {
  background-color: #1c314d;
  padding: 13px 0 10px 2px;
  height: auto;
  color: #bfccde;
  font: 18px/20px 'PTSansBold', Arial, sans-serif;
}

/* line 1443, ../sass/styles.scss */
.callout-box-darkblue img, .callout-box-blue img, #aside-right .field.field-type-node-reference img {
  margin: 10px 7px 10px 10px;
  float: left;
}

/* line 1444, ../sass/styles.scss */
#aside-right .field h2 a, .callout-box h2 a {
  color: #fff;
  text-decoration: none;
}

/* line 1445, ../sass/styles.scss */
#aside-right .field.field-type-node-reference.darkblue h2 a {
  color: #bfccde;
}

/* line 1446, ../sass/styles.scss */
#aside-right .field.field-type-node-reference h2 a:hover, .callout-box h2 a:hover {
  text-decoration: underline;
}

/* line 1447, ../sass/styles.scss */
#aside-right .callout-box h2, #aside-right .node-callout h2 {
  margin-top: 0;
}

/*----------- Member --------------------*/
/* line 1451, ../sass/styles.scss */
.memberbox {
  border-top: 5px solid #784c9a;
  margin-top: 20px;
  padding: 15px 10px;
}

/* line 1452, ../sass/styles.scss */
.memberbox h2 {
  background: transparent url(../images/icon-member.png) no-repeat left 0px;
  padding: 4px 0 0 22px;
  padding-bottom: 20px;
}

/* line 1453, ../sass/styles.scss */
.memberbox h2 a {
  color: #000;
  text-decoration: none;
}

/* line 1454, ../sass/styles.scss */
.memberbox h2 a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 1455, ../sass/styles.scss */
.memberbox img {
  border: 5px solid #9B9B9B;
  float: left;
  margin: 0 15px 15px 0;
}

/* Form -----------------------------
-------------------------------------*/
/* line 1462, ../sass/styles.scss */
.form-all {
  width: 100%;
}

/* Style for label */
/* line 1464, ../sass/styles.scss */
.form-required {
  color: red;
  padding-left: 5px;
}

/* line 1465, ../sass/styles.scss */
.form-sub-label-container {
  font-size: 11px;
  clear: left;
  padding: 2px 0px 15px 0px;
  color: #666;
  float: left;
}

/* line 1467, ../sass/styles.scss */
.no-sub-label {
  padding: 0px 0px 25px 0px;
}

/* line 1468, ../sass/styles.scss */
.form-textarea, .form-text {
  width: 80%;
}

/* line 1469, ../sass/styles.scss */
form select {
  width: auto;
}

/* line 1470, ../sass/styles.scss */
.form-textarea, .form-text, form select, .form-single-column, .form-checkbox {
  margin-top: 5px;
}

/* line 1472, ../sass/styles.scss */
.break {
  clear: both;
}

/* line 1474, ../sass/styles.scss */
form select#edit-date-filter-value-year {
  margin-top: 0;
}

/* line 1475, ../sass/styles.scss */
.date-year {
  line-height: 27px;
}

/*Opera Fix*/
/* line 1482, ../sass/styles.scss */
body:before {
  /* thanks to Maleika (Kohoutec)*/
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
  /* thank you Erik J - negate effect of float*/
}

/* line 1490, ../sass/styles.scss */
.tabs ul {
  list-style: none outside none;
  margin: 0 0 20px 8px;
  padding: 0;
  border-bottom: 1px solid #BBBBBB;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  white-space: nowrap;
}

/* line 1500, ../sass/styles.scss */
.tabs li {
  padding: 0 0 2px 15px;
  display: inline;
}

/* line 1504, ../sass/styles.scss */
.tabs li a {
  background-color: #DDDDDD;
  border-color: #BBBBBB;
  border-style: solid solid none;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}

/* line 1514, ../sass/styles.scss */
.tabs li.active a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: #BBBBBB #BBBBBB #FFFFFF;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #000000;
}

/* focus areas */
/* line 1528, ../sass/styles.scss */
#copy div.horizontal-tabs {
  border: 0 none;
  background: none repeat scroll 0 0 #F1F1F1;
}

/* line 1532, ../sass/styles.scss */
#copy ul.horizontal-tabs-list {
  margin: 0;
  background: #fff;
  border-bottom: 10px solid #bfccdd;
  border-right: 0 none;
}

/* line 1538, ../sass/styles.scss */
#copy ul.horizontal-tabs-list li {
  background: #fff;
  padding: 0;
  width: 128px;
  margin: 0 13px 0 0;
  height: 55px;
  border-top: 5px solid #dcdcdc;
  border-right: 0 none;
}

/* line 1547, ../sass/styles.scss */
#copy ul.horizontal-tabs-list li a, #copy ul.horizontal-tabs-list li a:hover {
  font-size: 18px;
  color: #37619b;
  text-decoration: none;
  background-color: transparent;
  padding: 11px 14px 11px;
}

/* line 1554, ../sass/styles.scss */
#copy ul.horizontal-tabs-list li.selected {
  background: #bfccdd;
  border-top: 5px solid #1d314c;
}

/* line 1555, ../sass/styles.scss */
#copy ul.horizontal-tabs-list li.selected a {
  color: #050505;
}

/* line 1556, ../sass/styles.scss */
.node-type-focus-area .field-name-field-image {
  text-align: center;
  margin-bottom: 15px;
}

/* line 1557, ../sass/styles.scss */
.node-type-focus-area .field-name-field-tab-1-title, .node-type-focus-area .field-name-field-tab-2-title,
.node-type-focus-area .field-name-field-tab-3-title, .node-type-focus-area .field-name-field-tab-4-title, .node-type-focus-area .field-name-field-tab-5-title, .node-type-focus-area .field-name-field-tab-6-title {
  display: none;
}


/* line 1559, ../sass/styles.scss */
#aside-right .field-name-field-top-featured-report {
  border: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1563, ../sass/styles.scss */
#aside-right #block-ds-extras-focus-area-featured-reports h2 {
  background-image: url(../images/icon-download.png);
  background-position: 6px 10px;
  background-repeat: no-repeat;
  background-color: #1C314D;
  color: #BFCCDE;
  font: 18px/20px 'PTSansBold',Arial,sans-serif;
  height: auto;
  padding: 13px 0 10px 40px;
}

/* line 1573, ../sass/styles.scss */
#aside-right #block-ds-extras-focus-area-featured-reports {
  padding-bottom: 15px;
}

/* line 1575, ../sass/styles.scss */
#block-views-exp-blog-page h2 {
  background: url("../images/icon-eye.png") no-repeat 7px 12px #386199;
  padding-left: 41px;
}

/* line 1579, ../sass/styles.scss */
#block-views-exp-blog-page form {
  padding: 15px;
}

/* line 1580, ../sass/styles.scss */
#block-views-exp-blog-page label {
  display: none;
}

/* line 1581, ../sass/styles.scss */
#block-views-exp-blog-page .views-exposed-widget {
  padding: 0;
}

/* line 1582, ../sass/styles.scss */
#block-views-exp-blog-page input.form-text {
  width: 125px;
  background: #EEEEEE;
  font: 12px 'PTSansItalic',Arial,sans-serif;
}

/* line 1587, ../sass/styles.scss */
#block-views-exp-blog-page input.form-submit {
  margin-top: 5px;
  height: 20px;
  background: #7B539A;
}

/* line 1588, ../sass/styles.scss */
#block-views-exp-blog-page input:hover.form-submit {
  background: #6e468c;
}

/* line 1590, ../sass/styles.scss */
.view-id-blog.view-display-id-page .views-row {
  margin: 20px 0;
}

/* line 1593, ../sass/styles.scss */
.blogdate {
  color: #555555;
  font-size: 13px;
}

/* line 1594, ../sass/styles.scss */
.node-type-blog .field-name-field-categories .field-item {
  display: inline-block;
  margin-right: 10px;
}

/* line 1595, ../sass/styles.scss */
.bloginfo {
  margin: 10px 0;
}

/* line 1596, ../sass/styles.scss */
.page-node-42 .intro .field-type-image img {
  border: 10px solid #FFFFFF;
}

/* state chapters */
/* line 1599, ../sass/styles.scss */
.view-state-chapters {
  margin: 20px 0;
}

/* line 1602, ../sass/styles.scss */
.views-accordion-state_chapters-block-header {
  display: none;
}

/* line 1603, ../sass/styles.scss */
.ui-accordion .ui-accordion-header {
  background: none repeat scroll 0 0 #784C9A;
  color: #fff;
  border-radius: 0 !important;
}

/* line 1608, ../sass/styles.scss */
.ui-accordion .ui-accordion-header a {
  color: #fff !important;
  font-weight: normal !important;
  font-family: 'PTSansRegular',Arial,sans-serif !important;
}

/* line 1613, ../sass/styles.scss */
.ui-accordion .ui-accordion-header a:hover {
  color: #fff !important;
  font-weight: normal !important;
  font-family: 'PTSansRegular',Arial,sans-serif !important;
}

/* line 1618, ../sass/styles.scss */
.ui-accordion .ui-accordion-content {
  height: auto !important;
  border-radius: 0 !important;
  font-size: 14px;
  line-height: 20px;
}

/* staff page */
/* line 1626, ../sass/styles.scss */
.view-nodequeue-2 .views-row {
  clear: both;
  margin: 30px 0;
}

/* line 1630, ../sass/styles.scss */
.view-nodequeue-2 .views-field-field-image {
  float: left;
}

/* line 1633, ../sass/styles.scss */
.view-nodequeue-2 .views-field-field-image img {
  width: 125px;
  height: auto;
  margin: 0 15px 15px 0;
}

/* line 1635, ../sass/styles.scss */
#block-ds-extras-staff-bio-info-block {
  margin-bottom: -35px;
}

/* line 1636, ../sass/styles.scss */
#block-ds-extras-staff-bio-info-block a {
  color: #386199;
  font: 14px/18px 'PTSansBold', Arial, sans-serif;
  text-decoration: none;
}

/* line 1637, ../sass/styles.scss */
#block-ds-extras-staff-bio-info-block a:hover {
  text-decoration: none;
  color: #28456c;
}

/* line 1639, ../sass/styles.scss */
.field-name-field-phone-number {
  margin-bottom: 15px;
}

/* line 1641, ../sass/styles.scss */
.page-node-16 #block-ds-extras-staff-bio-info-block {
  margin-bottom: -17px;
  border-bottom: 5px solid #784C9A;
  padding-bottom: 30px;
}

/* press releases */
/* line 1644, ../sass/styles.scss */
.node-type-press-release .intro {
  background-color: #fff;
  clear: both;
}

/* line 1645, ../sass/styles.scss */
.node-type-press-release .intro-textcontainer {
  float: right;
  background-color: #DCDCDC;
  width: 100%;
  max-width: 370px;
  min-height: 180px;
  box-sizing: border-box;
}

/* line 1653, ../sass/styles.scss */
.node-type-press-release .intro:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 1661, ../sass/styles.scss */
.node-type-press-release .intro {
  display: inline-block;
}

/* line 1664, ../sass/styles.scss */
.rssfloat {
  clear: both;
  float: right;
  font-size: 12px;
  margin-top: -10px;
  text-align: right;
  width: 100%;
}

/* line 1672, ../sass/styles.scss */
#copy a.rss {
  background: url(../images/rss_16.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 0;
  text-indent: -9999px;
}

/* line 1681, ../sass/styles.scss */
#copy form .views-exposed-widget input.form-submit {
  margin-top: 0;
}

/* line 1683, ../sass/styles.scss */
#copy .twocolumn {
  width: 46%;
  float: left;
  margin-right: 20px;
}

/* line 1689, ../sass/styles.scss */
.node-type-focus-area #aside-right .resource h3 {
  padding: 0 15px;
  color: #37619B;
  font: 15px/18px 'PTSansBold',Arial,sans-serif;
  margin: 35px 0 -10px;
}

/* line 1695, ../sass/styles.scss */
.node-type-focus-area #aside-right .resource a {
  text-decoration: none;
  color: #37619B;
}

/* line 1696, ../sass/styles.scss */
.node-type-focus-area #aside-right .resource a:hover {
  text-decoration: underline;
  color: #37619B;
}

/* line 1697, ../sass/styles.scss */
.node-type-focus-area #aside-right .resource .purplebutton {
  margin: 0 15px;
}

/* line 1699, ../sass/styles.scss */
.views-slideshow-cycle-main-frame-row {
  height: 372px !important;
}

/* line 1701, ../sass/styles.scss */
.not-front .view-id-upcoming_events_and_webinars .views-row {
  margin: 0 0 25px;
}

@media screen and (min-width: 0px) and (max-width: 759px) {
  /**.carouseltext {top:120px;position:absolute;}
  .views-slideshow-pager-fields {top:0;}
  .prev, .next{ top:300px; } */
  /* line 1710, ../sass/styles.scss */
  .megamenu > li {
    display: inline !important;
  }
}
/* line 1713, ../sass/styles.scss */
.multiview-ad {
  border: 0 none !important;
  text-align: center;
}

/* line 1717, ../sass/styles.scss */
.multiview-ad img.calloutimg, .multiview-ad h2 {
  display: none;
}

@media all and (min-width: 1100px) {
  /* line 1729, ../sass/styles.scss */
  .footer-top, .footer-bottom {
    width: 960px;
    margin: 0 auto;
  }

  /* line 1730, ../sass/styles.scss */
  .footer-topleft {
    float: left;
    width: 635px;
    overflow: hidden;
  }

  /* line 1731, ../sass/styles.scss */
  .footer-bottomleft {
    float: left;
    width: 635px;
    margin: 20px 0 0;
  }

  .footer-bottomright {
    border-left: 1px solid #b1bccc;
  }
}

#footer .footer-bottom .footer-bottomright .ssl-icon img {
  margin-top: 10px;
  margin-bottom: 10px;
}
  /*
  .twocolumn-left, .twocolumn-right, .threecolumn-left, .threecolumn-middle, .threecolumn-right {float:left;}
.twocolumn-left, .threecolumn-left, .threecolumn-middle {margin-right:25px;}
.twocolumn-left a, .threecolumn-left a, .threecolumn-middle a, .twocolumn-right a{ color:#386199; text-decoration:none; }
.twocolumn-left a:hover, .threecolumn-left a:hover, .threecolumn-middle a:hover, .twocolumn-right a:hover{ text-decoration:underline; }

.threecolumn-right .purplebox img{ width:113px; height:auto; }
.threecolumn-right .purplebox .link{ padding:15px 0 0; clear:both; }
*/
/* Carousel nav */
/* line 1746, ../sass/styles.scss */
.views-slideshow-pager-fields {
  position: relative;
  /*top:46px;*/
  top: 0;
  width: 600px;
  /*left:-36px;*/
  background: transparent url("../images/back-whiteoverlay.png") repeat;
  padding: 0 0 0 120px;
  display: inline-block;
  z-index: 10;
}

/* line 1748, ../sass/styles.scss */
.views-slideshow-pager-fields .views-slideshow-pager-field-item {
  list-style-type: none;
  display: inline-block;
  float: left;
  cursor: pointer;
}

/* line 1755, ../sass/styles.scss */
.iframe-container {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}
/* line 1760, ../sass/styles.scss */
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html, body {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  -o-user-select: text !important;
  user-select: text !important;
}

a.block-edit-view {
    display:none;
}

*:focus{
  outline: thin dashed gray !important;
}

.region-headerutility *:focus{
  outline: thin dashed white !important;
}

@media all and (min-width: 626px) {
  #mmenu_left{
    display: none;
  }
}

.flex-pauseplay{
  position: absolute;
  right: 15%;
  bottom: 140px;
}

.flex-pauseplay a{
  /*background: #fff;*/
  background: rgba(52, 64, 80, 0.4);
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  display: block;
  font-size: 0;
  border-radius: 50%;
  z-index: 99999;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-pauseplay a:before{
  color: rgba(255,255,255, 1);
}

.flex-play:before{
  left: 2px;
  position: relative;
  top: 1px;
}

@media all and (max-width: 625px) {
  .flex-pauseplay{
    position: absolute;
    right: 58px;
    bottom: auto;
    top: 160px;
  }

  .flex-pauseplay a:before{
    font-size: 14px;
  }

  .flex-pauseplay a{
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

/**
 * sliding-popup.
 */
 #sliding-popup {
  z-index: 1000000;
  padding: 1em 0;
}

#sliding-popup #popup-tex h2{
  font-size: 18px;
} 
#sliding-popup #popup-tex .find-more-button{
  font-size: 16px;
} 

#sliding-popup #popup-buttons {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  font-size: 16px;
}

#sliding-popup #popup-buttons .agree-button {
  background-color: #7b539a;
  color: #fff;
  padding: 15px;
  font-weight: bold;
}

#sliding-popup #popup-buttons .agree-button:hover {
  background-color: #9e84b3;
}

#sliding-popup #popup-buttons .decline-button {
  box-shadow: none;
  background: none;
  color: #fff;
  background-image: none;
  border: none;
  text-shadow: none;
  font-weight: normal;
}
