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

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - https://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=d097f67e-2ef5-4182-aa33-cbbd70aac6a0");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 1em 40px; }

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

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

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

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

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

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

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

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

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

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

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

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

ul, ol {
  padding: 0 0 0 15px; }

dd {
  margin: 0; }

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

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

Stylesheet: Mixins & Constants Stylesheet

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

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

******************************************************************/
/*********************
COLORS
*********************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

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

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

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

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

******************************************************************/
/*********************
FONTS
*********************/
@font-face {
  font-family: "Briem Akademi W00 Light";
  src: url("../../fonts/8a94ece6-d488-4cc3-b92d-39144c126e2c.eot?#iefix");
  src: url("../../fonts/8a94ece6-d488-4cc3-b92d-39144c126e2c.eot?#iefix") format("eot"), url("../../fonts/5ad65c49-c6e5-4eb4-b885-357c8ae51c44.woff") format("woff"), url("../../fonts/e3de59a4-1275-45ba-b2d5-e607f5fbb195.ttf") format("truetype"), url("../../fonts/1b074cfe-af30-4311-917c-e8143ff280c6.svg#1b074cfe-af30-4311-917c-e8143ff280c6") format("svg"); }
@font-face {
  font-family: "BriemAkademiW00-Medium";
  src: url("../../fonts/2c093e41-b076-40bd-8a57-1706ff8566f9.eot?#iefix");
  src: url("../../fonts/2c093e41-b076-40bd-8a57-1706ff8566f9.eot?#iefix") format("eot"), url("../../fonts/9df96099-a1fc-4571-b75f-22629972bd23.woff") format("woff"), url("../../fonts/fb65d148-1433-4d17-baf3-426f4e696927.ttf") format("truetype"), url("../../fonts/62eb40c7-b78a-45dc-a1d7-6db3c374ecbd.svg#62eb40c7-b78a-45dc-a1d7-6db3c374ecbd") format("svg"); }
@font-face {
  font-family: "BriemAkademiW00-MediumO";
  src: url("../../fonts/e2fa1e0e-48dc-4388-9d0b-1c9912301a0f.eot?#iefix");
  src: url("../../fonts/e2fa1e0e-48dc-4388-9d0b-1c9912301a0f.eot?#iefix") format("eot"), url("../../fonts/8990bee2-e41f-4f3c-ae69-2c470fc54be3.woff") format("woff"), url("../../fonts/262a0f06-b034-4922-a9fd-0077a341eacb.ttf") format("truetype"), url("../../fonts/c4d309b8-741e-4423-97d4-b8ee839b5747.svg#c4d309b8-741e-4423-97d4-b8ee839b5747") format("svg"); }
@font-face {
  font-family: "BriemAkademiW00-LightOb";
  src: url("../../fonts/bc815641-b6d3-470e-ab07-ebc8d77452fe.eot?#iefix");
  src: url("../../fonts/bc815641-b6d3-470e-ab07-ebc8d77452fe.eot?#iefix") format("eot"), url("../../fonts/2a3949c6-3570-41cf-9015-319a6a0c8d38.woff") format("woff"), url("../../fonts/99889b1e-e6f4-48f5-86e8-2e8dd88fdb3d.ttf") format("truetype"), url("../../fonts/2022bce7-cd86-4fbe-ac22-e312f582a8c5.svg#2022bce7-cd86-4fbe-ac22-e312f582a8c5") format("svg"); }
@font-face {
  font-family: "Briem Akademi W00 Bold";
  src: url("../../fonts/e8fbbec1-f84e-4337-8e2f-8927b7f5aebb.eot?#iefix");
  src: url("../../fonts/e8fbbec1-f84e-4337-8e2f-8927b7f5aebb.eot?#iefix") format("eot"), url("../../fonts/b27f0ab4-676f-4e59-9342-fca0118e827a.woff") format("woff"), url("../../fonts/e2ba4dc5-eac8-4687-ad12-69283f6f4652.ttf") format("truetype"), url("../../fonts/75ebe513-0686-425c-8adc-17cab400fc06.svg#75ebe513-0686-425c-8adc-17cab400fc06") format("svg"); }
/*********************
GENERAL STYLES
*********************/
body {
  color: #333;
  font-size: 14px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.5em; }

#sb-site {
  min-height: inherit !important; }

.page-main {
  padding-top: 20px; }

.article-item-content-wrapper .article-item-date-type {
  position: relative;
  padding-top: 6px; }
  .article-item-content-wrapper .article-item-date-type .article-item-date {
    width: 45%;
    display: inline-block; }
  .article-item-content-wrapper .article-item-date-type .article-item-type {
    display: inline-block;
    line-height: 1em;
    background-color: #008ABD;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 9px;
    padding: 0 2px; }
    .article-item-content-wrapper .article-item-date-type .article-item-type a {
      color: #fff;
      line-height: 1.4em; }
.article-item-content-wrapper .article-item-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.29em;
  color: #545454;
  padding-top: 8px;
  display: block; }
.article-item-content-wrapper .article-item-firstline {
  margin-top: 3px;
  margin-bottom: 5px; }
  .article-item-content-wrapper .article-item-firstline .article-item-theme, .article-item-content-wrapper .article-item-firstline .article-item-author {
    display: inline-block;
    color: #b9b9b9; }

.page-single-article .article-item-type {
  margin-bottom: 9px; }

.article-item-type, .article-item-date, .article-item-theme, .article-item-author, .article-item-type a, .article-item-date a, .article-item-theme a, .article-item-author a {
  font-size: 13px;
  font-family: "Briem Akademi W00 Light"; }

.excerpt-read-more, .moretag {
  font-family: "Briem Akademi W00 Light"; }

.article-item-img-wrapper a {
  color: #333; }

.article-item-img-wrapper a:hover {
  color: #CFD256; }

.article-item-tag {
  width: 128px;
  height: 53px;
  position: absolute;
  right: -4px;
  top: -3px;
  background-image: url("../../images/article-type-placeholder-small.png");
  padding: 6px 10px 5px 50px;
  color: #333;
  font-family: "BriemAkademiW00-Medium"; }

.article-item-img-wrapper {
  position: relative;
  display: block; }

.article-item-teaser {
  border-top: 1px dotted #777; }

a:hover, .btn:hover {
  text-decoration: none;
  color: #006186; }

a:focus, a:visited {
  border: none;
  text-decoration: none;
  outline: none;
  outline-width: 0; }

a:focus {
  border: none;
  text-decoration: none;
  outline: none;
  outline-width: 0; }

.btn {
  text-shadow: none; }

#fbkp-header img {
  width: 100%;
  height: auto; }

.fbkp-desktop-display {
  display: none; }

h2, h3, h4, h5, h6 {
  font-family: "BriemAkademiW00-Medium"; }

h1 {
  font-family: "BriemAkademiW00-Medium";
  font-size: 2.29em;
  margin-bottom: 0.5em;
  line-height: 1em;
  margin-top: 0.1em; }

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

h3 {
  font-size: 16px; }

h4 {
  font-size: 16px;
  font-family: "BriemAkademiW00-Medium"; }

h5 {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 200; }

h6 {
  font-size: 13px; }

fieldset {
  font-family: "BriemAkademiW00-Medium";
  border-radius: 4px; }

.wp-caption-text {
  color: #008ABD;
  font-family: "Briem Akademi W00 Light";
  padding-top: 0;
  margin-top: 0; }

.fbkp-content-wrapper ul, .fbkp-content-wrapper ol {
  padding-left: 38px;
  font-size: 13px; }

.fbkp-content-wrapper ol ol {
  padding-left: 19px;
  margin: 0.1em 0;
  list-style-type: lower-alpha; }

.fbkp-content-wrapper ul ul {
  padding-left: 17px;
  margin: 0.1em 0;
  list-style-type: circle; }

.fbkp-content-wrapper ul ul ul {
  list-style-type: square; }

.fbkp-content-wrapper ul {
  list-style-type: disc; }

.fbkp-content-wrapper ol {
  list-style-type: decimal; }

.fbkp-content-wrapper table {
  font-size: 12px; }

.table-responsive {
  border: 0 !important; }

.fbkp-content-wrapper table tr td {
  padding: 0.1em 1em 0.1em 0.3em;
  border-right: 1px solid #777;
  border-left: 1px solid #777; }

.fbkp-content-wrapper tbody tr:nth-child(odd) {
  background-color: #b9b9b9; }

.fbkp-content-wrapper table tr:first-child td {
  background-color: #008ABD;
  padding: 0.2em 1em 0.2em 0.3em;
  color: #fff;
  border-color: #008ABD;
  font-family: "BriemAkademiW00-Medium"; }

.fbkp-content-wrapper .simple-footnotes ol {
  list-style-type: none;
  padding-left: 0; }

.fbkp-content-wrapper table tr:last-child td {
  border-bottom: 1px solid #777; }

.fbkp-content-wrapper img {
  max-width: 90%;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em; }

.page-single-article img {
  padding-top: 1em;
  padding-bottom: 1em; }

#fbkp-breadcrumbs {
  margin-top: 20px; }

.fbkp-default-dotted-line {
  border-bottom: 1px dotted #777; }

.fbkp-default-button, #buddypress .fbkp-default-button, .readmore-js-toggle, .comment-reply-link {
  background-image: none;
  background-color: #008ABD;
  color: #fff;
  border: 0;
  padding: 8px 18px;
  border-radius: 4px;
  font-family: "BriemAkademiW00-Medium"; }

.fbkp-default-button:hover, #buddypress .fbkp-default-button:hover, .readmore-js-toggle:hover, .comment-reply-link:hover {
  font-family: "BriemAkademiW00-Medium"; }

.fbkp-default-download-button {
  background-image: url("../../images/download-button.png");
  width: 136px;
  height: 38px;
  display: block;
  margin: 1.5em 0 1.5em; }

.fbkp-single-attachment-content {
  padding-bottom: 2em;
  border-bottom: 1px dotted #777;
  margin-bottom: 0; }

.fbkp-single-attachment-content .attachment {
  display: none; }

.fbkp-default-button:hover, #buddypress .fbkp-default-button:hover, .readmore-js-toggle:hover, .comment-reply-link:hover {
  color: #CFD256;
  background-color: #008ABD;
  background-image: none;
  padding: 8px 18px; }

.alignleft {
  float: left;
  margin-right: 20px; }

.alignright {
  float: right;
  margin-left: 20px; }

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

html #wpadminbar {
  margin-top: -46px; }

html, body {
  overflow-x: visible; }

p, ul, ol {
  font-size: 13px;
  letter-spacing: 0.015em; }

footer ul, footer ol {
  font-size: 14px; }

/*********************
MAIN EDITORIAL CSS
*********************/
.fbkp-single-page-content p {
  padding-right: 1em; }

.fbkp-factbox {
  margin-top: 1em;
  margin-left: -25px;
  padding-left: 25px;
  padding-top: 0.5em;
  padding-bottom: 1.75em;
  padding-right: 3em;
  background-image: url("../../images/bg-blue.png"); }

.fbkp-factbox-green, .theme-color-box-green {
  background-image: url("../../images/bg-green.png"); }

.fbkp-factbox-blue, .theme-color-box-blue {
  background-image: url("../../images/bg-blue.png"); }

.fbkp-factbox-pink, .theme-color-box-pink {
  background-image: url("../../images/bg-pink.png"); }

.fbkp-factbox-purple, .theme-color-box-purple {
  background-image: url("../../images/bg-purple.png"); }

.simple-footnotes {
  margin-top: 3em;
  padding-top: 0em;
  padding-right: 1em;
  border-top: 1px dotted #777; }

.simple-footnotes .notes {
  font-family: "BriemAkademiW00-Medium";
  font-size: 16px; }

.footnote-link-below, .simple-footnote {
  font-family: "BriemAkademiW00-Medium"; }

.simple-footnotes ol li {
  margin-bottom: 1em; }

/********************
REGISTER
********************/
#signup_submit {
  margin-top: 1.5em; }

#register-page {
  margin-bottom: 2em; }

#register-page .error {
  color: red; }

#register-page .field-visibility-settings {
  display: none; }

#register-page .field-visibility-settings legend {
  font-size: 1.14em; }

/*********************
HEADER
*********************/
#fbkp-header {
  height: 120px;
  background: url("../../images/bg-gray.png") repeat;
  width: 100%;
  margin-bottom: 0;
  z-index: 10000; }

#fbkp-header .col-xs-2, #fbkp-header .col-xs-6 {
  display: none; }

#fbkp-logo-wrapper {
  display: inline-block;
  width: 200px;
  height: 50px; }

#fbkp-logo {
  padding: 17px 0 23px; }

#fbkp-search-form {
  display: block;
  height: 40px;
  position: relative;
  clear: both; }

#fbkp-search-form .form-control {
  border-radius: 0; }

#header-features {
  position: relative;
  float: right;
  margin-top: 45px; }

#header-features .socialButtons {
  float: right; }

#header-input-search {
  float: left;
  width: 337px;
  height: 36px; }

#header-input-submit {
  float: right;
  background-color: #008ABD;
  width: 45px;
  height: 36px;
  border: 0;
  display: inline-block;
  margin-left: 5px;
  font-family: FontAwesome;
  color: #fff;
  font-size: 17px; }

.header-social-button,
.footer-social-button {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-left: 5px;
  background: #bbb;
  color: #fff;
  font-family: "BriemAkademiW00-Medium";
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='https://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#01FFFFFF, endColorstr=#01FFFFFF) gray; }

.header-social-button:hover,
.footer-social-button:hover {
  -webkit-filter: none;
  -ms-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none; }

.header-social-button.newsletter-btn:hover {
  background: #777;
  color: #fff; }

#header-features .newsletter-btn {
  width: auto;
  padding: 0 10px;
  line-height: 2.3em;
  margin-left: 0; }

.facebook-btn {
  background-image: url("../../images/header-social-fb.png"); }

.linkedin-btn {
  background-image: url("../../images/header-social-in.png"); }

.twitter-btn {
  background-image: url("../../images/header-social-tw.png"); }

.youtube-btn {
  background-image: url("../../images/header-social-yt.png"); }

.rss-btn {
  background-image: url("../../images/header-social-rss.png"); }

#header-input-login {
  color: #fff;
  background-color: #bbb;
  padding: 9px 16px;
  border-radius: 4px;
  border: 0;
  margin-top: 80px;
  margin-right: 0;
  float: right;
  display: block; }

#fbkp-header #header-input-dropdown {
  line-height: 1.2em;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 90px !important;
  margin-left: -5px;
  padding: 6px 12px;
  height: 38px;
  color: #777; }

@-moz-document url-prefix() {
  /* FireFox Fix */
  #header-input-dropdown {
    padding: 13px; } }
@media screen \0 {
  /* IE 8/9/10 Fix */
  #header-input-dropdown {
    padding: 13px; } }
#fbkp-header select {
  max-width: 100%;
  border-radius: 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAARUlEQVQ4y2N49+7dfyBgoDdmGLV41GJknJaWJgjEoVjE0+hh8Rlki4DMmSBM86CGWr4qDQJAlpbTNY6hlqaNpupRi3FhAAWwg5PCBypjAAAAAElFTkSuQmCC);
  -webkit-appearance: none; }

@-moz-document url-prefix() {
  /* FireFox fix */
  select {
    padding-right: 8px;
    background-image: none; } }
@media screen \0 {
  /* IE 8/9/10 Fix */
  select {
    padding-right: 8px;
    background-image: none; } }
.header-dashboard-wrapper {
  position: absolute;
  width: 600px;
  height: 100px;
  right: 0;
  top: 0; }

.header-dashboard-wrapper-min {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100px; }

.header-dashboard {
  white-space: nowrap;
  float: right;
  background-color: #bbb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  font-family: "BriemAkademiW00-Medium";
  font-weight: normal;
  margin-right: 20px; }

#header-dashboard-logged-in {
  cursor: pointer;
  padding: 6px 60px 6px 20px;
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAARUlEQVQ4y2N49+7dfyBgoDdmGLV41GJknJaWJgjEoVjE0+hh8Rlki4DMmSBM86CGWr4qDQJAlpbTNY6hlqaNpupRi3FhAAWwg5PCBypjAAAAAElFTkSuQmCC); }

#header-dashboard-logged-in-min {
  cursor: pointer;
  padding: 6px 60px 6px 20px;
  display: block;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAARUlEQVQ4y2N49+7dfyBgoDdmGLV41GJknJaWJgjEoVjE0+hh8Rlki4DMmSBM86CGWr4qDQJAlpbTNY6hlqaNpupRi3FhAAWwg5PCBypjAAAAAElFTkSuQmCC); }

#header-dashboard-logged-in-min-options li {
  margin-bottom: 0.5em; }

#header-dashboard-log-in-button {
  padding: 6px 24px;
  display: block; }

.header-dashboard > ul {
  display: none;
  padding-left: 20px;
  margin: 0 0 6px; }

.header-dashboard > ul a {
  padding-right: 1.5em; }

.header-dashboard > ul a:hover {
  text-decoration: none;
  color: #CFD256; }

.header-dashboard.header-dashboard-normal:hover > ul {
  display: block; }

.header-dashboard a {
  color: #fff; }

/*********************
HOMEPAGE
*********************/
.hp-sidebar-wrapper {
  display: none; }

.svg-container-768, .svg-container-1030 {
  pointer-events: none;
  display: none;
  position: absolute;
  left: 15px;
  top: 0;
  height: 360px;
  width: 120px;
  vertical-align: middle;
  overflow: hidden;
  z-index: 2; }

#hp-quotes {
  margin-top: 1em;
  margin-bottom: 2.7em;
  color: #545454; }

.hp-quote-top-middle, .hp-quote-bottom-left, .hp-quote-bottom-middle {
  padding-right: 0;
  min-height: 170px; }

.hp-quote-top-right, .hp-quote-bottom-middle, .hp-quote-bottom-right {
  padding-left: 0;
  min-height: 170px; }

.hp-quote-top-middle a, .hp-quote-bottom-right a {
  color: #fff;
  display: block; }

.hp-quote-bottom-left a, .hp-quote-bottom-middle a, .hp-quote-top-right a {
  color: #333;
  display: block; }

#hp-quotes .hp-quote-top-row .hp-quote-box:hover, #hp-quotes .hp-quote-bottom-row .hp-quote-box:hover {
  color: #006186;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  /* ...and now for the proper property */
  transition: .5s; }

.hp-quote-bottom-row a, .hp-quote-top-row a {
  color: #333; }

#hp-quotes.hp-quotes-bootstrap .hp-quote-top-middle .hp-quote-box, #hp-quotes.hp-quotes-bootstrap .hp-quote-top-right .hp-quote-box {
  height: 230px; }

.pointer-event-visible {
  pointer-events: visible; }

#hp-quotes .hisClass {
  background-image: url("../../images/bg-green.png"); }

#hp-quotes.hp-quotes-bootstrap .hp-quote-box {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.16em;
  padding: 1em; }

.hp-quote-box-green {
  background-image: url("../../images/bg-green.png"); }

.hp-quote-box-purple {
  background-image: url("../../images/bg-purple.png");
  color: #fff; }

.hp-quote-box-blue {
  background-image: url("../../images/bg-blue.png"); }

.hp-quote-box-pink {
  background-image: url("../../images/bg-pink.png"); }

#hp-quote-box-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.4em;
  line-height: 1.1em;
  margin-bottom: 0.2em; }

#hp-quote-box-text {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  padding-bottom: 1em; }

#hp-quote-box-text p {
  font-size: 14px; }

#hp-quote-box-link {
  background-color: #fff;
  color: #008ABD;
  box-shadow: none;
  border: 0;
  padding: 9px 26px; }

#hp-quote-box-link:hover {
  color: #CFD256; }

#hp-quotes.hp-quotes-bootstrap .hp-quote-top-left .hp-quote-box {
  padding-right: 1.5em;
  padding-left: 25px;
  padding-top: 2em; }

#hp-quotes.hp-quotes-bootstrap .hp-quote-top-middle .hp-quote-box {
  padding-left: 25px;
  padding-right: 1.4em;
  padding-top: 2em; }

#hp-quotes.hp-quotes-bootstrap .hp-quote-top-middle .hp-quote-box, #hp-quotes.hp-quotes-bootstrap .hp-quote-top-right .hp-quote-box {
  min-height: 10em; }

#hp-quotes.hp-quotes-bootstrap .hp-quote-top-right .hp-quote-box {
  padding-top: 2em; }

#hp-quotes.hp-quotes-bootstrap .hp-quote-bottom-left .hp-quote-box {
  padding-top: 2.5em;
  padding-left: 2.1em;
  padding-right: 0.6em; }

#hp-quotes.hp-quotes-bootstrap .hp-quote-bottom-middle .hp-quote-box {
  padding-top: 2.5em;
  padding-left: 1.7em; }

#hp-quotes.hp-quotes-bootstrap .hp-quote-bottom-right .hp-quote-box {
  padding-top: 2.5em; }

.hp-quote-bottom-row, .hp-quote-top-row {
  display: none; }

.team-member-read-more {
  font-family: "Briem Akademi W00 Light"; }

.hp-in-color-block {
  width: 100%;
  padding-bottom: 0.4em; }

.hp-color-block-color .col-sm-12 {
  position: relative; }

.hp-in-color-block-img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45%;
  max-width: 293px;
  right: 15px;
  overflow: hidden; }

.hp-in-color-block-img img {
  height: 100%;
  width: auto;
  vertical-align: baseline;
  float: right; }

.hp-theme-button {
  background-color: #fff;
  color: #008ABD;
  box-shadow: none;
  border: 0;
  padding: 9px 26px;
  margin: 1em 0;
  font-family: "BriemAkademiW00-Medium"; }

.hp-theme-button:hover {
  color: #CFD256;
  background-color: #fff; }

.hp-theme-button#showRemainingContent {
  background-color: #f5f5f5; }

#hp-main-text-header {
  margin-bottom: 2.5em; }

#hp-main-text-header .hp-in-color-block {
  padding-bottom: 14px; }

.hp-main-text-header-text h5 {
  padding: 0.8em 0;
  border-top: 1px dotted #fff;
  border-bottom: 0;
  margin: 0.2em 0;
  color: #fff; }

.hp-main-text-header-text h5 span {
  font-weight: 200; }

.hp-main-text-header-title {
  font-size: 1.71em;
  font-family: "BriemAkademiW00-Medium"; }

.main-post-no-thumbnail .hp-in-color-block {
  width: 100%; }

#hp-food-waste-header {
  margin-bottom: 2em; }

.hp-color-block-color-purple {
  background: url("../../images/bg-purple.png") repeat; }

.hp-color-block-color-green {
  background: url("../../images/bg-green.png") repeat; }

.hp-color-block-color-blue {
  background: url("../../images/bg-blue.png") repeat; }

.hp-color-block-color-pink {
  background: url("../../images/bg-pink.png") repeat; }

#hp-nutrition-header {
  margin-bottom: 2.5em; }

#hp-nutrition-header .hp-in-color-block, #hp-nutrition-header .hp-in-color-block-img {
  min-height: 327px; }

#hp-partnerships-header {
  margin-bottom: 2.5em; }

#hp-partnerships-header .hp-in-color-block, #hp-partnerships-header .hp-in-color-block-img {
  min-height: 327px; }

.hp-in-color-block {
  padding-top: 1.5em;
  padding-left: 25px;
  padding-right: 1.5em; }

.no-padding-right {
  padding-right: 0; }

.no-padding-left {
  padding-left: 0; }

/* HOMEPAGE SLIDER */
#hp-slider {
  margin-top: 1em;
  margin-bottom: 2em; }
  #hp-slider #hp-slide-selector .slide-button {
    display: block;
    width: 100%;
    font-family: "BriemAkademiW00-Medium";
    padding: 1em;
    position: relative;
    cursor: pointer; }
    #hp-slider #hp-slide-selector .slide-button .slide-button-title {
      font-family: "BriemAkademiW00-Medium";
      font-size: 1.28em;
      color: #333; }
  #hp-slider #hp-slide {
    display: none; }
  #hp-slider .hp-element-green {
    background-image: url("../../images/bg-green.png"); }
  #hp-slider .hp-element-purple {
    background-image: url("../../images/bg-purple.png"); }
  #hp-slider .hp-element-blue {
    background-image: url("../../images/bg-blue.png"); }
  #hp-slider .hp-element-pink {
    background-image: url("../../images/bg-pink.png"); }

/*********************
HOMEPAGE WIDGETS
*********************/
.hp-sidebar-wrapper > div {
  margin-bottom: 2em; }

.hp-sidebar-wrapper {
  border-bottom: 1px dotted #777;
  margin-bottom: 2em; }

.hp-sidebar-wrapper > div {
  margin-bottom: 2em;
  border-top: 1px dotted #777;
  padding-top: 2.4em; }

.editors-choice-widget-wrapper, .FBKPTextWidget, .consultation-comments-widget-wrapper {
  margin-bottom: 2em; }

.sub-theme-block-header {
  color: #545454; }

.hp-editors-choice-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.285em;
  color: #545454;
  border-bottom: 1px dotted #777;
  margin-bottom: 0.5em; }

.hp-editors-item {
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #777;
  margin-bottom: 0.5em;
  max-width: 300px; }

.hp-editors-item-img {
  display: inline-block;
  width: 70px;
  height: 61px; }

.hp-editors-item-img img {
  display: block; }

.hp-editors-item-textwrapper {
  display: inline-block; }

.hp-editors-item-title {
  font-family: "Briem Akademi W00 Light";
  color: #008ABD; }

.hp-editors-item-author {
  font-family: "Briem Akademi W00 Light";
  color: #545454; }

.hp-editors-item-date {
  color: #777;
  font-size: 0.86em; }

.hp-recent-forum-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.285em;
  color: #545454; }

.hp-recent-forum-text {
  font-family: "Briem Akademi W00 Light"; }

.hp-widget-theme-list-title, .widget-dossier-title, .fbkp-text-widget-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.285em;
  color: #545454;
  margin-bottom: 0.2em; }

.fbkp-text-widget-title {
  border-bottom: 1px dotted #777; }

.fbkp-text-widget-text {
  font-size: 13px;
  max-width: 90%; }

.simple_tweet_widget h4 + img + a {
  font-family: "Briem Akademi W00 Light";
  color: #008ABD; }

.simple_tweet_widget ul.pages {
  height: 300px;
  overflow: auto;
  margin-bottom: 15px;
  border-top: 1px solid #777;
  padding-top: 10px; }

.simple_tweet_widget ul.pages li {
  border-bottom: 1px dotted #777;
  margin-bottom: 8px; }

.hp-widget-theme-list-themename {
  font-family: "Briem Akademi W00 Light";
  padding-bottom: 0.1em; }

.hp-widget-theme-list-themename a {
  color: #008ABD; }

.hp-widget-theme-list-themename a:hover {
  color: #006186; }

.widget-dynamic-articles-sidebar-wrapper {
  margin-bottom: 2em; }

.widget-fbkp-links-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.29em;
  border-bottom: 1px solid #777;
  padding: 0 0 10px; }

.knowledgePortal .widget-fbkp-links-hook {
  display: inline-block; }

.knowledgePortal .widget-fkbp-link {
  padding: 0.25em 0 0.75em;
  border-bottom: 1px solid #777; }

.knowledgePortal .widget-fkbp-links-subtitle {
  padding-bottom: 0; }

.widget-fbkp-links-hook {
  display: none;
  max-width: 5%;
  vertical-align: top;
  color: #008ABD;
  font-family: "Briem Akademi W00 Light", helvetica, arial, sans-serif; }

.widget-fkbp-links-link a {
  display: inline-block;
  max-width: 86%; }

.widget-fkbp-links-link {
  font-family: "Briem Akademi W00 Light"; }

.widget-fkbp-links-subtitle {
  color: #545454;
  padding-bottom: 0.4em;
  padding-left: 1em;
  font-size: 0.86em; }

.FBKPLinksWidget {
  color: #545454; }

.widget-fbkp-links-wrapper {
  margin-bottom: 2em; }

.widget_yarpp_widget .footer-widget-title {
  color: #545454; }

.widget-when-in-show-in-wrapper {
  margin-bottom: 2em; }

/*********************
WIDGETS
*********************/
.fbkp-twitter-widget {
  display: none; }

/*********************
Article list items
*********************/
.article-item-wrap {
  padding-bottom: 2em; }

/*********************
SHARE ICONS
**********************/
.fbkp-share-buttons {
  border-top: 1px dotted #777;
  padding-top: 0.2em;
  border-bottom: 1px dotted #777;
  padding-bottom: 0.4em; }

.fbkp-favorite-text {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Briem Akademi W00 Light"; }

.wpfp-span {
  display: inline-block;
  float: right;
  margin-top: 6px;
  max-height: 24px;
  overflow: hidden; }

.page-single-article .wpfp-span img {
  padding-top: 0;
  padding-bottom: 1em; }

.fbkp-share-buttons .wpfp-span a {
  display: block;
  background: none;
  background-image: none;
  background-repeat: no-repeat;
  -webkit-filter: none;
  -ms-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none; }

.fbkp-share-buttons .fbkp-favorite-add, .fbkp-share-buttons .fbkp-favorite-removed, .fbkp-share-buttons .fbkp-favorite-added, .fbkp-share-buttons .fbkp-favorite-remove {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 1em;
  background-image: url("../../images/favorite-blue.png"); }

.fbkp-share-buttons .wpfp-span .fbkp-favorite-add:hover, .fbkp-share-buttons .fbkp-favorite-added, .fbkp-share-buttons .fbkp-favorite-remove {
  background-image: url("../../images/favorite-green.png"); }

#fbkp-share-linkedin, #fbkp-share-twitter, #fbkp-share-facebook, #fbkp-share-googleplus {
  display: inline-block;
  background-image: url("../../images/share-buttons24.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 0.3em;
  margin-bottom: 0em;
  margin-top: 0.3em;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='https://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#01FFFFFF, endColorstr=#01FFFFFF) gray;
  padding: 0.1px;
  zoom: 1; }

#fbkp-share-linkedin:hover, #fbkp-share-twitter:hover, #fbkp-share-facebook:hover, #fbkp-share-googleplus:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
  cursor: pointer; }

.synved-social-fade img {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#01FFFFFF,endColorstr=#01FFFFFF) progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }

.synved-social-fade:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#01FFFFFF,endColorstr=#01FFFFFF) progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#01FFFFFF, endColorstr=#01FFFFFF) progid:DXImageTransform.Microsoft.Alpha(Opacity=100); }

#fbkp-share-linkedin {
  background-position: 0 0; }

#fbkp-share-twitter {
  background-position: -24px 0; }

#fbkp-share-facebook {
  background-position: -48px 0; }

#fbkp-share-googleplus {
  background-position: -72px 0; }

/*********************
Single article page
*********************/
.fbkp-single-article-content {
  padding-top: 0.8em;
  padding-bottom: 0.8em; }

.single-article-title {
  margin-bottom: 0.5em;
  line-height: 1em;
  margin-top: 0.1em; }

.single-article-subtitle {
  font-size: 18px;
  font-family: "Briem Akademi W00 Light";
  color: #777;
  margin-bottom: 0.7em; }

.article-single-item-tag {
  width: 160px;
  height: 67px;
  position: absolute;
  right: -12px;
  top: -6px;
  background-image: url("../../images/article-type-placeholder-large.png");
  background-repeat: no-repeat;
  padding: 14px 0px 5px 62px;
  color: #333;
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.14em; }

.article-dotted-line {
  border-bottom: 1px dotted #777; }

.single-article-image {
  width: 100%;
  max-height: 223px;
  height: auto;
  overflow: hidden;
  margin-bottom: 1em;
  position: relative; }

.single-article-image img {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: auto; }

.single-article-catbox {
  padding-top: 0.9em;
  padding-bottom: 0.8em;
  border-bottom: 1px dotted #777; }

.fbkp-hidden-text {
  display: none; }

.category-main-content {
  padding-bottom: 2em; }

/*********************
Single article widgets
*********************/
.FBKPArticleThemesWidget {
  padding-top: 1.2em; }

.widget-article-themes-wrapper {
  margin-bottom: 0.7em;
  height: 61px; }

.widget-article-themes-img {
  width: 61px;
  height: 61px; }

.widget-article-themes-img img {
  width: 100%;
  height: auto; }

.widget-article-themes-img, .widget-article-themes-name {
  display: inline-block; }

.widget-article-themes-name {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.29em;
  color: #fff;
  width: 212px;
  height: 61px;
  margin: 0;
  padding: 0; }

.widget-article-themes-name a {
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  display: inline-table;
  padding: 0 0 0 16px;
  margin: 0; }

.widget-fbkp-header-block {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.29em;
  border-bottom: 1px dotted #777;
  margin-bottom: 0.5em; }

.widget-dossier-item, .widget-category-item, .widget-tag-item {
  border-bottom: 1px dotted #777;
  margin-bottom: 0.5em; }

.widget-category-item {
  padding-bottom: 0.2em; }

.FBKPArticleDossiersWidget .widget-fbkp-header-block, .FBKPArticleCategoriesWidget .widget-fbkp-header-block, .FBKPArticleTagsWidget .widget-fbkp-header-block {
  margin-bottom: 0.3em; }

/*********************
Comments
*********************/
.commentlist > li {
  padding-bottom: 1em;
  border-bottom: 1px dotted #777;
  margin-bottom: 1em; }

.commentlist > li > article {
  width: 95%; }

.commentlist header {
  font-family: "BriemAkademiW00-Medium"; }

.commentlist .comment article {
  margin-bottom: 1em;
  border-radius: 4px; }

.commentlist .children {
  margin-top: 2em;
  margin-left: 3em; }

#comments-title {
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #777; }

/*********************
Homepage events
*********************/
#knowledge-forum-title {
  font-size: 1.28em;
  font-family: "BriemAkademiW00-Medium";
  padding-top: 2em;
  border-bottom: 1px dotted #777;
  padding-bottom: 0.2em;
  margin-top: 0.5em;
  margin-bottom: 1em; }

.forum-titles {
  font-family: "BriemAkademiW00-Medium"; }

/*********************
Consultation
*********************/
#consultation-title {
  padding-top: 0em;
  border-bottom: 1px dotted #777;
  padding-bottom: 0.2em;
  margin-top: 0.5em;
  margin-bottom: 1em; }

#consultation-title h1 {
  padding: 0;
  margin: 0; }

.consultation-contribution-title {
  margin-top: 0.2em;
  font-size: 1.714em;
  font-family: "BriemAkademiW00-Medium";
  padding-bottom: 0.2em;
  line-height: 1.24em; }

.consultation-comments li {
  list-style-type: none; }

.form-error-message {
  margin-top: 14px; }

.comment-title {
  font-size: 13px;
  font-family: "BriemAkademiW00-Medium";
  padding: 0.7em 0 0; }

.comment-authority, .comment-country {
  font-size: 13px;
  font-family: "Briem Akademi W00 Light"; }

.comment-extra-fields {
  font-size: 0.86em; }

#comments-title {
  margin-bottom: 0; }

.commentlist {
  margin-top: 0; }

#comment-form-title {
  margin-top: 0; }

#comments-wrapper .clearfix {
  margin: 0.5em 0; }

.consultation-contribution-wrapper {
  padding-bottom: 0;
  border-bottom: 1px dotted #bbb;
  margin-bottom: 1em; }

.consultation-comments {
  margin-top: 1em;
  padding-left: 1.5em; }

.consultation-comments .commentlist {
  margin-bottom: 0; }

.consultation-comments .comment_content, .commentlist .depth-2 .comment_content, .commentlist .depth-3 .comment_content {
  color: #777; }

.consultation-comments .comment-author, .consultation-comments .comment_content, .consultation-comments .excerpt-read-more {
  font-size: 13px; }

.consultation-contribution-wrapper .commentlist > li {
  border-bottom: 0;
  border-top: 1px dotted #bbb;
  padding-top: 1em;
  padding-bottom: 0.8em;
  margin-bottom: 0; }

.page-single-consultation #comments-title {
  font-size: 24px; }

.consultation-comments-widget .consultation-comments {
  padding-left: 0em; }

.consultation-comments-widget .commentlist > li {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 1.5em; }

#house-rules-link {
  padding-bottom: 1em; }

/*********************
Knowledge discussion
*********************/
.discussion-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1em; }

#overview-consultation-wrapper .fbkp-default-button, #overview-knowledge-discussions-wrapper .fbkp-default-button {
  display: inline-block;
  margin: 0.4em 0 4em; }

/*********************
Homepage events
*********************/
#hp-events {
  background: url("../../images/bg-green.png") repeat;
  min-height: 10em;
  padding: 2.4em 0;
  overflow: hidden; }

.hp-single-event {
  margin-bottom: 3em; }

#hp-events-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.71em;
  padding-bottom: 1.2em;
  padding-left: 25px; }

.hp-single-event-block {
  height: 80px;
  display: block;
  position: relative;
  margin-bottom: 1em; }

#hp-events .hp-single-event-block img {
  width: auto;
  height: 100%; }

.hp-single-event-date {
  padding: 20px 0;
  text-align: center;
  width: 4.5em;
  background: url("../../images/bg-blue.png") repeat;
  line-height: 24px;
  font-size: 24px;
  position: absolute;
  height: 80px;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "BriemAkademiW00-Medium";
  white-space: nowrap; }

.hp-single-event-title {
  font-family: "Briem Akademi W00 Light";
  color: #545454;
  font-size: 1.29em;
  margin-bottom: 0.3em; }

.hp-single-event-title a {
  color: #545454; }

.hp-single-event-datetime {
  font-family: "Briem Akademi W00 Light";
  color: #737732;
  line-height: 1.2em;
  margin-bottom: 0.1em; }

.hp-single-event-text p {
  margin: 0; }

.hp-events-all {
  text-align: center; }

.hp-events-all .fbkp-default-button {
  background-color: white;
  color: #008ABD; }

.hp-events-all .fbkp-default-button:hover {
  color: #CFD256;
  background-color: white; }

/*********************
About - Office team / Editorial team
*********************/
.page-steering-committee .team-member-item {
  background: url("../../images/bg-blue.png") repeat; }

.team-member-item {
  background: url("../../images/bg-green.png") repeat;
  margin-bottom: 3em; }

.team-member-image img {
  width: 100%;
  height: auto; }

.team-member-name {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.71em;
  color: #fff;
  padding-left: 14px;
  padding-top: 0.8em; }

.team-member-jobtitle {
  font-family: "Briem Akademi W00 Light";
  padding-left: 14px;
  font-size: 1.29em;
  color: #fff;
  padding-top: 0.4em; }

.team-member-text, .team-member-contact-details {
  padding-left: 14px;
  padding-right: 24px; }

.team-member-text a {
  margin-bottom: 0.3em; }

.team-member-contact-details {
  padding-top: 0.3em;
  color: #fff;
  padding-bottom: 2em;
  font-weight: 600; }

.team-member-contact-details-header {
  font-weight: 300;
  font-family: "BriemAkademiW00-Medium"; }

/*********************
About - funding
*********************/
.page-fullwidth {
  padding-top: 0.9em;
  padding-bottom: 4em; }

#about-contact-form label {
  font-family: "Briem Akademi W00 Light";
  font-weight: 300; }

.btn-about-submit {
  background-color: #008ABD;
  color: #fff;
  border: 0;
  padding: 8px 18px; }

.btn-about-submit:hover {
  background-color: #008ABD; }

#about-contact-form h4.hp-widget-title,
#about-contact-form-header {
  font-size: 1.29em;
  font-family: "BriemAkademiW00-Medium";
  border-bottom: 0.2em;
  border-bottom: 1px dotted #777;
  margin-bottom: 0.6em; }

.page-with-sidebar {
  min-height: 300px;
  margin-bottom: 1em;
  /*margin-left: 25px;*/ }

/*.page-steering-committee, .page-office-team, .page-full-width-margin{
    margin-left: 25px;
}*/
/*********************
Theme overview
*********************/
.page-theme-overview {
  padding-top: 1.5em;
  padding-bottom: 4em; }

.theme-overview-wrapper {
  margin-bottom: 0.9em;
  padding-bottom: 1em; }

.theme-overview-image-wrapper {
  display: none; }

#theme-color-box-wrapper {
  padding: 2em 25px 1em;
  margin-bottom: 1em;
  color: #fff; }

#theme-color-box-wrapper.theme-color-box-green {
  color: #333; }

.theme-overview-image img {
  width: 100%;
  height: auto; }

.theme-overview-context-title {
  font-family: "BriemAkademiW00-Medium";
  color: #fff;
  font-size: 2em;
  padding-top: 1em; }

.theme-overview-context-title a, .theme-overview-context-text a {
  color: #fff; }

.theme-overview-context-title a:hover, .theme-overview-context-text a:hover {
  color: #006186; }

.theme-overview-context-text {
  color: #fff;
  font-size: 1.29em;
  padding-right: 16px; }

.theme-overview-context-text, .theme-overview-context-title {
  padding-left: 15px; }

.theme-overview-context-text p {
  margin: 0.6em 0; }

.theme-overview-context {
  display: inline-block; }

.theme-overview-color-blue {
  background: url("../../images/bg-blue.png") repeat; }

.theme-overview-color-pink {
  background: url("../../images/bg-pink.png") repeat; }

.theme-overview-color-green {
  background: url("../../images/bg-green.png") repeat; }

.theme-overview-color-purple {
  background: url("../../images/bg-purple.png") repeat; }

.sub-theme-block-header {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.28em;
  padding-bottom: 0.1em;
  border-bottom: 1px dotted #777;
  margin-bottom: 1.3em; }

/*********************
About overview
*********************/
.page-about-overview .theme-overview-wrapper {
  margin-bottom: 1.5em; }

/*********************
Theme main pages
*********************/
.theme-dotted-line {
  padding-bottom: 1em;
  border-bottom: 1px dotted #777;
  margin-bottom: 2.2em; }

/*********************
Dossier overview pages
*********************/
.dossier-overview-wrapper {
  margin-top: 1.5em; }

/*********************
Theme widgets
*********************/
.hp-share-knowledge-title, .hp-theme-links-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.285em;
  color: #545454; }

.hp-share-knowledge-content {
  border-top: 1px dotted #777;
  padding-top: 0.5em; }

.hp-share-knowledge-button {
  color: #fff; }

.hp-share-knowledge-button, .hp-share-knowledge-button:hover {
  background-color: #008ABD;
  border: 0;
  padding: 8px 18px; }

.hp-share-knowledge-button-wrapper {
  margin-top: 0.8em; }

.widget-share-knowledge-wrapper {
  padding-bottom: 1em;
  border-bottom: 1px dotted #777; }

/*********************
Advanced search
*********************/
.advanced-search-hide {
  display: none; }

.page-search-results .page-title {
  margin-bottom: 0.2em; }

#page-advanced-search {
  margin-bottom: 4em; }

#ui-datepicker-div {
  font-size: 12px; }

.fbkp-search-dotted-line {
  border-bottom: 1px dotted #777;
  margin-bottom: 1em; }

.yarpp-related-widget h3 {
  padding-bottom: 0.2em;
  border-bottom: 1px dotted #777;
  margin-bottom: 0.5em;
  margin-top: 0;
  color: #545454; }

.fbkp-related-item, .fbkp-ed-item, .fbkp-sidebar-article {
  padding-bottom: 0.2em;
  border-bottom: 1px dotted #777;
  margin-bottom: 0.5em;
  position: relative;
  min-height: 70px; }

.fbkp-related-thumbnail, .fbkp-related-content, .fbkp-ed-thumbnail, .fbkp-ed-content, .fbkp-sidebar-article-thumbnail, .fbkp-sidebar-content {
  float: none; }

.fbkp-related-content, .fbkp-ed-content, .fbkp-sidebar-content {
  padding-left: 0.8em;
  margin-left: 70px; }

.fbkp-related-title, .fbkp-related-date, .fbkp-ed-title, .fbkp-ed-date, .fbkp-sidebar-title, .fbkp-sidebar-date {
  font-family: "Briem Akademi W00 Light"; }

.fbkp-related-thumbnail, .fbkp-ed-thumbnail, .fbkp-sidebar-thumbnail {
  width: 70px;
  height: 61px;
  position: absolute;
  top: 4px;
  left: 0; }

.fbkp-related-thumbnail img, .fbkp-ed-thumbnail img, .fbkp-sidebar-thumbnail img {
  width: 100%;
  height: 100%; }

.fbkp-related-thumb-default, .fbkp-ed-thumb-default, .fbkp-sidebar-thumb-default {
  padding-left: 4px;
  padding-right: 5px; }

.fbkp-related-author, .fbkp-ed-author, .fbkp-sidebar-author {
  font-family: "BriemAkademiW00-Medium"; }

.fbkp-related-date, .fbkp-ed-date, .fbkp-sidebar-date {
  color: #777;
  font-size: 0.86em; }

.advanced-search-submit-button {
  margin-top: 2em; }

.pagination-wrapper {
  margin: 1em 0;
  text-align: center; }

.search-results-meta-wrapper {
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #777;
  margin-bottom: 1.5em; }

#search-results-loader {
  display: none; }

.search-advanced-search {
  float: right;
  display: inline-block; }

#search-searched-for {
  padding-top: 1.2em;
  font-family: "BriemAkademiW00-Medium"; }

/*********************
Advanced search
*********************/
.advanced-search-item {
  margin-top: 1.4em; }

/*********************
Breadcrumbs
*********************/
#fbkp-breadcrumbs {
  margin-left: 0;
  margin-top: 1.4em;
  font-family: "Briem Akademi W00 Light";
  color: #bbb;
  font-size: 0.86em;
  margin-bottom: 0em; }

/*********************
Log in page /login/
*********************/
.page-password-retrieval {
  margin: 3em 0 10em; }

.lost-password-login-form {
  display: none; }

.page-login .lost-password-login-form label {
  margin-left: 0; }

#lost-password-login {
  margin-bottom: 1em;
  display: block; }

#activate-page {
  margin: 2em 0; }

.login-title {
  margin-bottom: 0.7em; }

.page-login {
  margin-top: 1em;
  font-family: "Briem Akademi W00 Light"; }

.page-login .login-error {
  color: red;
  margin-top: 1em;
  margin-bottom: 1em; }

.page-login input[type="text"], .page-login input[type="password"] {
  background-color: #fff;
  font-family: "Briem Akademi W00 Light";
  width: 100%; }

.page-login input[type="submit"] {
  background-color: #008ABD;
  color: #fff;
  box-shadow: none;
  border: 0;
  font-family: "Briem Akademi W00 Light";
  padding: 9px 18px;
  margin-bottom: 1em; }

.page-login label {
  font-weight: normal;
  margin-bottom: 0.5em;
  margin-left: 0.4em; }

.login-register {
  font-family: "BriemAkademiW00-Medium";
  margin-top: 2em;
  margin-bottom: 4em; }

.dotted-wrapper {
  border-top: 1px dotted #bbb;
  height: 1px;
  text-align: center; }

.login-socialauth > div {
  text-align: center;
  margin-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #bbb; }

#fbkp-login-linkedin-block {
  margin-bottom: 10em; }

.login-socialauth {
  border-top: 1px dotted #777;
  text-align: center; }

#wp-social-login-connect-with {
  font-family: "Briem Akademi W00 Light";
  font-weight: normal !important;
  padding-top: 1em;
  position: relative;
  top: -0.8em;
  background-color: #fff;
  text-align: center; }

#wp-social-login-connect-options {
  padding: 0 0 5em 0 !important;
  margin-top: 0; }

#wp-social-login-connect-options a {
  display: block;
  padding: 1em 0;
  border-bottom: 1px dotted #777; }

/*********************
Networks page /networks/
*********************/
#networks-members-header {
  margin-top: 1em;
  border-top: 1px dotted #777;
  padding: 0.6em 0;
  border-bottom: 1px dotted #777;
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.71em; }

.network-item-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 14px;
  color: #545454;
  padding-top: .5em;
  display: block; }
  .network-item-title img {
    max-width: 100%;
    height: auto; }

.network-dotted-line {
  border-bottom: 1px dotted #777;
  margin: 2em 0; }

.networks-member-item {
  margin: 2em 0;
  padding-bottom: 2em;
  border-bottom: 1px dotted #777; }

.network-member-image {
  padding-right: 1em;
  margin-bottom: 2em; }

.network-member-name {
  font-size: 1.29em;
  font-family: "BriemAkademiW00-Medium";
  padding-bottom: 0; }

.network-member-specialisation {
  font-family: "Briem Akademi W00 Light";
  color: #777;
  padding-top: 1em;
  margin-bottom: -0.3em; }

.network-member-author-link {
  display: block;
  margin-top: 1.5em; }

/*********************
Events page /events/
*********************/
.event-even .event-list-single-event-info {
  background: url("../../images/bg-gray-666.png") repeat; }

.event-even .event-list-single-event-content {
  background: url("../../images/bg-gray-ccc.png") repeat; }

.event-uneven .event-list-single-event-info, .single-event-detail .event-list-single-event-info {
  background: url("../../images/bg-blue.png") repeat; }

.event-uneven .event-list-single-event-content {
  background: url("../../images/bg-green.png") repeat; }

.single-event-detail .event-list-single-event-date {
  padding-top: 0.6em; }

.single-event-detail .event-list-single-event-info {
  height: 8em;
  width: 14em;
  margin-bottom: 1.5em; }

.event-single-image {
  width: 100%;
  height: 223px;
  overflow: hidden;
  margin-bottom: 1em; }

.event-single-image img {
  width: 100%;
  height: auto; }

.event-list-single-event-info, .event-list-single-event-content {
  height: 24em; }

.event-list-single-event-info {
  text-align: center; }

.event-list-single-event-date {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.8em;
  color: #fff;
  padding: 0.9em 0 0.5em; }

.event-list-single-event-content-text p {
  margin: 0.3em 0 0; }

.event-list-single-event-fulldate, .event-list-single-event-time {
  font-family: "Briem Akademi W00 Light";
  color: #fff;
  line-height: 1.2em; }

.event-list-single-event-content-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.71em;
  padding: 1.1em 0 0; }

.event-list-single-event-content-title a {
  color: #333; }

.event-list-single-event-content-title a:hover {
  color: #333; }

#tribe-events-bar {
  margin-top: 1em; }

.event-list-single-event-content-title, .event-list-single-event-content-text {
  padding-left: 22px; }

.tribe-events-list .vevent.hentry {
  padding: 0; }

.tribe-events-list .type-tribe_events {
  padding-top: 0;
  padding-bottom: 0; }

.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop {
  max-width: none; }

.tribe-events-page-title {
  font-family: "BriemAkademiW00-Medium"; }

.tribe-bar-filters {
  padding-bottom: 17px; }

#tribe-bar-views li.tribe-bar-views-option {
  display: list-item; }

/*********************
Events page detail /event/event-title/
*********************/
.single-event-detail .event-list-single-event-info {
  margin-left: 15px; }

.event-detail-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 2.26em;
  padding: 0.5em 0 0.4em;
  line-height: 1.1em; }

.event-time-single {
  color: #545454;
  font-family: "Briem Akademi W00 Light"; }

.tribe-events-nav-previous a, .tribe-events-nav-next a {
  font-family: "Briem Akademi W00 Light";
  border: 1px solid #bbb;
  border-radius: 16px;
  display: inline-block;
  padding: 8px 14px; }

#tribe-events-header .tribe-events-sub-nav, #tribe-events-footer .tribe-events-sub-nav {
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
  padding-top: 0.8em;
  padding-bottom: 0.8em; }

.single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .events-list #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
  border-top: 0;
  margin-bottom: 8em; }

/*********************
Register page /register/
*********************/
.register-title {
  font-size: 2.29em;
  font-family: "BriemAkademiW00-Medium";
  margin-bottom: 0.7em; }

/*********************
Activate page /activate/
*********************/
#activation-title {
  font-size: 2.29em;
  font-family: "BriemAkademiW00-Medium";
  margin-bottom: 0.7em; }

/*********************
MY DASHBOARD
*********************/
.single-author-image {
  margin-bottom: 1em; }

.single-author-profile-field-title h3 {
  margin-top: 2em;
  margin-bottom: 0; }

.single-author-articles-title h2 {
  margin: 2em 0 0.3em;
  padding: 0.5em 0.5em 0.5em 0;
  border-top: 1px dotted #777;
  border-bottom: 1px dotted #777; }

.single-author-article-wrapper .dashboard-article-title {
  font-size: 1.28em; }

.page-members {
  margin-top: 1.5em; }

#item-header-avatar a {
  display: block; }

#item-header-avatar img {
  width: 100%;
  height: auto; }

#dashboard-title {
  font-size: 2.29em;
  font-family: "BriemAkademiW00-Medium";
  margin-bottom: 0.7em;
  color: #44451E; }

.advanced-search-item .col-xs-2 {
  min-width: 150px; }

.advanced-search-item .col-xs-3 {
  min-width: 240px; }

#dashboard-tabs-wrapper {
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #bbb;
  margin-bottom: 0.5em; }

.dashboard-tab-btn {
  background: url("../../images/bg-gray-a7a7a7.png") repeat;
  color: #fff;
  border: 0;
  box-shadow: none;
  font-family: "Briem Akademi W00 Light";
  padding: 9px 18px;
  margin-right: 10px;
  margin-bottom: 1em; }

.dashboard-tab-btn:hover {
  background: url("../../images/bg-green.png") repeat;
  color: #fff; }

.dashboard-btn-green {
  background: url("../../images/bg-green.png") repeat; }

#dashboard-recent-contribute .form-group {
  margin-top: 0.5em; }

#contribute-editor-wrapper {
  border: 1px solid #bbb;
  border-radius: 4px;
  overflow: hidden; }

#buddypress #contribute-editor-wrapper input[type=button] {
  background: #bbb;
  color: #545454;
  border: 1px solid #777;
  font-family: 'Open Sans', sans-serif;
  padding: 2px 4px;
  margin-right: 1px;
  border-radius: 2px; }

#buddypress #contribute-editor-wrapper input[type=button]:hover {
  background: #777;
  color: #fff;
  border: 1px solid #bbb;
  font-family: 'Open Sans', sans-serif;
  padding: 2px 4px;
  margin-right: 1px;
  border-radius: 2px; }

#dashboard-tab-favorites, #dashboard-tab-contributions, #dashboard-tab-contribute {
  display: none; }

#dashboard-tab-contribute select {
  margin-top: 1em;
  margin-bottom: 0.5em;
  display: inline-block; }

#dashboard-tab-contribute .contribute-file-input {
  margin-bottom: 2em; }

#dashboard-tab-contribute #contribute-tags {
  max-width: 290px; }

#dashboard-contribute select {
  line-height: 1em;
  border: 1px solid #bbb;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 13em;
  margin-left: -5px;
  padding: 6px 12px;
  height: 38px;
  color: #777;
  display: inline-block;
  margin-right: 2em; }

.contribute-send, .contribute-cancel {
  color: #fff;
  border: 0;
  box-shadow: none;
  font-family: "Briem Akademi W00 Light";
  padding: 9px 18px;
  margin-right: 10px; }

.contribute-submit-wrapper {
  border-top: 1px dotted #bbb;
  padding-top: 0;
  padding-bottom: 8em;
  margin-top: 2em; }

.contribute-send {
  background: url("../../images/bg-blue.png") repeat; }

.contribute-cancel {
  background: url("../../images/bg-gray-ddd.png") repeat; }

.dashboard-article-title {
  margin-bottom: 0.2em;
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.71em;
  padding-right: 1em; }

.dashboard-article-content {
  padding-right: 1em; }

.dashboard-article-wrapper {
  margin-top: 0.7em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #777;
  margin-bottom: 1.5em; }

#dashboard-more-files-wrapper {
  display: none; }

.dashboard-extra-file, #dashboard-more-files, #contribute-file {
  padding: 1em 0; }

.contribute-submit-messages {
  padding: 0.6em;
  border-radius: 4px;
  display: inline-block; }

#contribute-editor-wrapper * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#contribute-editor-wrapper textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/*********************
MY DASHBOARD - PROFILE
*********************/
#my-profile {
  background: url("../../images/bg-gray-ddd.png") repeat;
  min-height: 10em;
  margin-bottom: 3em;
  margin-top: 3.0em;
  font-family: "BriemAkademiW00-Medium";
  max-width: 25em; }

#my-profile-links {
  margin-top: 1.5em;
  padding-bottom: 1em; }

#my-profile-links ul {
  position: relative;
  margin-left: 4em; }

#my-profile-links ul li {
  padding-bottom: 0.5em; }

#my-profile-links span {
  position: absolute;
  left: -56px;
  color: #fff;
  text-align: center;
  padding: 1px 1px;
  margin-left: 17px;
  margin-right: 10px;
  width: 2em;
  font-size: 0.86em;
  background-color: #008ABD; }

#my-profile-picture {
  background-color: #333; }

#buddypress .profile-label {
  width: 30%;
  /*border-right: 1px solid $oil;*/ }

.admin-change-profile-buttons a {
  margin-right: 2em; }

#buddypress .field-visibility-settings legend, #buddypress .field-visibility-settings, #buddypress .field-visibility-settings-toggle, #buddypress .field-visibility-settings-notoggle {
  font-style: normal;
  font-size: 13px;
  margin: 1em 0 0.5em; }

.my-profile-amount-box, .my-profile-text, .my-profile-amount-box-empty {
  display: inline-block; }

.my-profile-amount-box, .my-profile-amount-box-empty {
  color: #fff;
  text-align: center;
  padding: 1px 1px;
  margin-left: 17px;
  margin-right: 10px;
  width: 2em;
  font-size: 0.86em; }

.my-profile-amount-box {
  background-color: #008ABD; }

.my-profile-text {
  padding: 3px 5px; }

.my-profile-amount-box-empty {
  height: 1em; }

#my-profile-links > div {
  margin-bottom: 0.5em;
  vertical-align: middle; }

/********************
MEMBERS AREA
********************/
#buddypress div.item-list-tabs#subnav {
  margin-top: 0; }

#buddypress .profile {
  margin-top: 2em; }

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
  background: url("../../images/bg-gray-a7a7a7.png") repeat;
  color: #fff;
  border: 0;
  box-shadow: none;
  font-family: "Briem Akademi W00 Light";
  padding: 9px 18px;
  margin-right: 10px;
  border-radius: 4px; }

#buddypress div.item-list-tabs ul li a:hover {
  background: url("../../images/bg-green.png") repeat;
  color: #fff; }

#buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a {
  background: url("../../images/bg-green.png") repeat;
  color: #fff;
  opacity: 1;
  font-weight: 300; }

#whats-new-options {
  height: 50px !important; }

#buddypress ul.button-nav li a {
  background: url("../../images/bg-gray-a7a7a7.png") repeat;
  color: #fff;
  border: 0;
  box-shadow: none;
  font-family: "Briem Akademi W00 Light";
  padding: 9px 18px;
  margin-right: 10px;
  border-radius: 4px; }

#buddypress ul.button-nav li a:hover {
  background: url("../../images/bg-green.png") repeat;
  color: #fff;
  border: 0;
  box-shadow: none;
  font-family: "Briem Akademi W00 Light";
  padding: 9px 18px;
  margin-right: 10px;
  border-radius: 4px;
  font-weight: 300; }

#buddypress a.button, #buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset], #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button {
  background-image: none;
  background-color: #008ABD;
  color: #fff;
  border: 0;
  padding: 8px 18px;
  border-radius: 4px;
  font-family: "BriemAkademiW00-Medium"; }

#buddypress a.button:hover, #buddypress input[type=submit]:hover, #buddypress input[type=button]:hover, #buddypress input[type=reset]:hover, #buddypress div.generic-button a:hover, #buddypress .comment-reply-link:hover, a.bp-title-button:hover {
  background-image: none;
  background-color: #008ABD;
  color: #CFD256;
  border: 0;
  padding: 8px 18px;
  border-radius: 4px;
  font-family: "BriemAkademiW00-Medium"; }

#buddypress .wp-editor-wrap a.button, #buddypress .wp-editor-wrap button, #buddypress .wp-editor-wrap input[type=submit], #buddypress .wp-editor-wrap input[type=button], #buddypress .wp-editor-wrap input[type=reset] {
  padding: 0 1px 1px; }

#buddypress .profile #file {
  margin-top: 1em; }

#buddypress .profile #upload {
  margin-top: 2em;
  margin-bottom: 1em; }

#buddypress .profile .button.edit {
  margin-top: 1em;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px; }

#buddypress {
  margin-bottom: 4em; }

#buddypress div.activity-meta a {
  padding: 9px 18px; }

#buddypress a.bp-primary-action span, #buddypress #reply-title small a span {
  background-color: #008ABD;
  padding: 3px 6px; }

#buddypress div#message p, #sitewide-notice p {
  margin-top: 1.2em;
  border: 0;
  background-color: transparent; }

#buddypress div#message p, #sitewide-notice p {
  padding: 10px 0; }

#buddypress .standard-form input[type=text] {
  width: 100%; }

#buddypress .standard-form textarea {
  width: 100%; }

#buddypress .standard-form textarea, #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form input[type=password], #buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text] {
  border-radius: 4px; }

/*********************
Page templates global
*********************/
.page-title {
  margin-bottom: 0.5em;
  line-height: 1em; }

.page-date, .page-author, .page-image-caption, .article-share-text {
  font-size: 14px;
  color: #545454;
  font-family: "Briem Akademi W00 Light"; }

.page-author a, .page-image-caption a {
  font-size: 13px;
  font-family: "Briem Akademi W00 Light"; }

.article-share-text {
  display: inline-block;
  margin-top: 6px;
  margin-right: 4px; }

.page-author {
  padding-left: 0;
  padding-right: 0; }

.page-image-caption {
  padding-left: 2em;
  padding-right: 0;
  float: right; }

.page-date {
  padding-right: 0.4em; }

.fbkp-page-social-media {
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

.fbkp-share-buttons * {
  vertical-align: middle; }

/*********************
ABOUT PAGES
*********************/
.with-sidebar-main-content {
  padding-top: 0.9em;
  border-right: 1px dotted #777;
  margin-bottom: 3em; }

.page-office-team, .page-steering-committee {
  padding-top: 0.9em;
  margin-bottom: 3em; }

.fbkp-about-content-wrapper {
  margin-top: 0.8em; }

/*********************
COMMENT FORM
*********************/
#respond {
  color: #333;
  margin-top: 0.5em; }

#respond .fbkp-default-button {
  margin-top: 1em; }

#comment-form-title, #comments-title {
  font-size: 18px;
  font-family: "BriemAkademiW00-Medium"; }

#respond label {
  font-weight: normal;
  font-family: "Briem Akademi W00 Light"; }

#respond textarea {
  min-height: 150px; }

.commentlist header {
  height: auto; }

#comments-wrapper {
  margin-top: 0.5em; }

/* COMMENT SEARCH */
.search-comment-section {
  font-size: 13px;
  color: #777; }

/*********************
FOOTER
*********************/
#fbkp-footer {
  background: url("../../images/bg-gray.png") repeat;
  min-height: 10em;
  padding-bottom: 20em; }

.footer-contact-wrapper {
  padding-left: 0; }

#footer-contact {
  background-color: #fff;
  padding: 25px;
  margin-top: 5em; }
  #footer-contact .textwidget {
    color: #777;
    font-family: "Briem Akademi W00 Light"; }
  #footer-contact .textwidget b {
    font-size: 1.28em;
    font-family: "BriemAkademiW00-Medium";
    font-weight: normal; }

#fbkp-footer .nav {
  padding-left: 15px; }

#fbkp-footer .main-items-menu {
  float: left;
  margin-right: 2em; }
  #fbkp-footer .main-items-menu .has-children {
    display: none; }
  #fbkp-footer .main-items-menu li {
    float: left;
    clear: both; }
    #fbkp-footer .main-items-menu li a {
      padding: 15px 0 0 0; }

#fbkp-footer .sub-items-menu {
  float: left; }
  #fbkp-footer .sub-items-menu li {
    margin-right: 2em; }
  #fbkp-footer .sub-items-menu .no-children {
    display: none; }

#fbkp-footer .nav a {
  text-transform: uppercase;
  color: #777;
  font-size: 1.27em;
  font-family: "BriemAkademiW00-Medium";
  padding: 15px 2.6em 0 0; }

#fbkp-footer .nav a:hover {
  color: #D2D462;
  text-decoration: none;
  background-color: inherit; }

#fbkp-footer .current-menu-item > a {
  color: #D2D462; }

#fbkp-footer .current-menu-parent.current-menu-item > a {
  color: #777; }

#fbkp-footer .current-menu-item.menu-item-246 > a {
  color: #777;
  font-weight: normal; }

#fbkp-footer .nav .sub-menu {
  margin-top: 0.2em;
  padding-left: 0;
  list-style-type: none; }

#fbkp-footer .nav .sub-menu a {
  font-size: 0.9em;
  padding: 0; }

.footer-widget-title {
  font-size: 1.27em;
  font-family: "BriemAkademiW00-Medium";
  margin: 0.5em 0 0.9em;
  color: #777; }

#footer-newsletter,
#footer-social {
  color: #777;
  background-color: #fff;
  padding: 25px;
  margin-top: 5em; }

#mce-responses {
  margin-bottom: 1em;
  font-family: "BriemAkademiW00-Medium"; }

.footer-newsletter-title {
  font-family: "BriemAkademiW00-Medium";
  font-size: 1.27em;
  margin: 0.5em 0 0.9em; }

#footer-newsletter label {
  font-weight: normal;
  font-family: "Briem Akademi W00 Light"; }

#footer-newsletter input {
  max-width: 90%; }

#footer-social .socialButtons {
  padding: 0;
  list-style: none; }
  #footer-social .socialButtons .footer-social-button {
    width: auto;
    background-color: #fff;
    color: #777;
    float: none;
    background-repeat: no-repeat;
    padding-left: 40px; }
    #footer-social .socialButtons .footer-social-button:hover {
      opacity: 0.8; }

/*
#theme_color_box_text *,
#theme_color_box_text *:before,
#theme_color_box_text *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}*/
/**************
404
**************/
.page-404 {
  margin: 2em 0 4em; }

/**************
SLIDEBAR
**************/
#fbkp-nav-button {
  background: url("../../images/bg-blue.png") repeat;
  padding-bottom: 10px;
  position: absolute;
  right: 20px;
  top: 60px; }

#fbkp-nav-button .icon-bar {
  display: block;
  width: 20px;
  height: 8px;
  border-bottom: 2px solid #fff; }

#sb-site {
  padding: 0; }

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  background-color: #545454;
  /* Background colour. */
  color: #bbb;
  /* Text colour. */ }

.sb-slidebar a {
  color: #b9b9b9;
  /* Link colour. */
  text-decoration: none; }

.sb-slidebar a:hover {
  color: #008ABD;
  /* Link hover colour. */
  text-decoration: underline; }

/* --------------------
 * 004 - Slidebar Menus
 */
/* Main Menu */
.sb-menu {
  /* Apply to <ul> or <ol>. */
  padding: 0;
  margin: 0;
  list-style-type: none; }

.sb-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* Will darken any background colour you set. */ }

.sb-menu > li:first-child {
  border-top: none;
  /* Removes top border from first list item.. */ }

.sb-menu > li:last-child {
  border-bottom: none;
  /* Removed bottom border from last list item. */ }

.sb-menu li a {
  width: 100%;
  /* Makes links full width. */
  display: inline-block;
  padding: 1em;
  /* Creates an even padding the same size as your font. */ }

.sb-menu li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  /* Will lighten any background colour you set. */ }

/* Borders */
.sb-left .sb-menu li a {
  border-left: 3px solid transparent; }

.sb-left .sb-menu li a:hover {
  border-left: 3px solid;
  /* Removes transparent colour, so border colour will be the same as link hover colour. */ }

.sb-right .sb-menu li a {
  border-right: 3px solid transparent; }

.sb-right .sb-menu li a:hover {
  border-right: 3px solid;
  /* Removes transparent colour, so border colour will be the same as link hover colour. */ }

/* Submenus */
.sb-submenu {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: rgba(255, 255, 255, 0.05);
  /* Submenu background colour. */ }

/* Caret */
span.sb-caret {
  width: 0;
  height: 0;
  display: inline-block;
  margin: 0 5px;
  border: 5px solid transparent; }

span.sb-caret {
  /* Caret Down */
  border-top: 5px solid;
  border-bottom: 0px solid transparent; }

.sb-submenu-active > span.sb-caret {
  /* Caret Up */
  border-top: 0px solid transparent;
  border-bottom: 5px solid; }

/* ----------------------
 * 005 - Slidebar Widgets
 */
.sb-widget {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */
  margin: 14px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  /* Slight shadow. */ }

.sb-widget-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* Will darken any background colour you set. */
  padding: 14px;
  background-color: #292929;
  /* Widget title background colour. */ }

.sb-widget-title {
  margin: 0;
  /* Removes browser default margins for heading tags. */ }

.sb-widget-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */
  padding: 14px;
  background-color: #262626;
  /* Widget content background colour. */ }

/* ------------------------
 * 006 - Top Navigation Bar
 */
.sb-navbar {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  z-index: 1000;
  background-color: #008ABD;
  /* Bar colour. */
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.01), 0 4px 0 0 rgba(0, 0, 0, 0.02), 0 3px 0 0 rgba(0, 0, 0, 0.04), 0 2px 0 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.08), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 0 rgba(255, 255, 255, 0.1) inset, -1px 0 0 0 rgba(255, 255, 255, 0.1) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  /* Glass gradient overlay, works with any colour background. */
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.02) 51%);
  /*  Webkit syntax. */
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 50%, rgba(0, 0, 0, 0.02) 51%);
  /* Final syntax. */
  background-size: 100%;
  background-repeat: no-repeat; }

html.sb-android .sb-navbar {
  position: absolute;
  /* Fix navbar to top for old versions of Android Browser. */ }

/* Navbar Menu Items */
.sb-navbar-menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.sb-navbar-menu-left {
  float: left; }

.sb-navbar-menu-right {
  float: right; }

.sb-navbar-menu li {
  padding: 0;
  margin: 0;
  display: block;
  float: left; }

.sb-navbar-menu li a {
  display: inline-block;
  color: #bbb;
  /* Navbar link colour */
  padding: 14px;
  text-decoration: none; }

.sb-navbar-menu li a:hover {
  color: #bbb;
  /* Navbar link hover colour */
  background-color: rgba(0, 0, 0, 0.05);
  /* Will lighten any background colour you set. */ }

/* -----------------------
 * 007 - Slidebar Controls
 */
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
  cursor: pointer;
  /* Help desktop users with Slidebar controls. */ }

/* Navicons */
/* These are prefixed with .sb-navbar to avoid styling other Slidebar toggles you may be using. */
.sb-navbar .sb-toggle-left {
  width: 52px;
  float: left;
  padding: 14px; }

.sb-navbar .sb-toggle-right {
  width: 52px;
  float: right;
  padding: 14px; }

.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #fff;
  /* Colour of navicon lines. */ }

/* Hover states to match navbar menu item hover. */
.sb-navbar .sb-toggle-left:hover {
  background-color: rgba(0, 0, 0, 0.05);
  /* Will lighten any background colour you set. */ }

.sb-navbar .sb-toggle-right:hover {
  background-color: rgba(0, 0, 0, 0.05);
  /* Will lighten any background colour you set. */ }

.or-sign-in-with {
  background-color: #fff;
  position: relative;
  top: -0.8em; }

/*#notifications-personal-li, #forums-personal-li, .login-socialauth, .or-sign-in-with{
    display: none;
}*/
.widget-fbkp-article-themes-wrapper, .widget-fbkp-article-categories-wrapper, .widget-fbkp-article-dossiers-wrapper, .widget-fbkp-article-tags-wrapper, .widget-share-knowledge-wrapper, .widget_yarpp_widget, .widget-themes-list-wrapper {
  margin-bottom: 2em; }

.login-notification {
  font-size: 1em;
  font-family: "BriemAkademiW00-Medium";
  padding: 1em 0; }

/*******************
Tag suggest
*******************/
.ac_results {
  background-color: #fff;
  border-color: #777;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 99999999;
  border-width: 1px;
  border-style: solid;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-family: "BriemAkademiW00-Medium"; }

.ac_results li {
  padding: 2px 20px;
  white-space: nowrap;
  text-align: left;
  color: #777; }

.ac_results li:hover {
  background-color: #008ABD;
  color: #fff;
  cursor: pointer; }

.ac_match {
  color: #545454; }

.ac_match:hover {
  color: #fff; }

.theme-main-category-main-content {
  display: none;
  padding-bottom: 2em; }

#profile-personal-li, #buddypress .page-members div.item-list-tabs ul li a#notifications, #buddypress .page-members div.item-list-tabs ul li a#capabilities {
  display: none; }

.dashboard-article-wrapper .page-date {
  padding-right: 0; }

#comments-wrapper .comment_content.clearfix {
  margin-bottom: 1.3em; }

.comment_content {
  background-color: #bbb;
  padding: 10px;
  box-shadow: 0px 2px 3px -1px #b9b9b9; }

#comments-wrapper .children {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px dotted #bbb; }

.children .comment_content {
  background-color: #bbb; }

.comment-reply-link {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px; }

.readmore-js-toggle {
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  display: inline !important;
  float: right;
  max-width: 120px; }

#tribe-events-header, .tribe-events-page-title {
  display: none; }

.header-dashboard-outer-wrapper {
  position: relative; }

.header-social-outer-wrapper {
  display: none; }

#header-dashboard-newsletter {
  white-space: nowrap;
  background-color: #bbb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  font-family: "BriemAkademiW00-Medium";
  font-weight: normal;
  padding: 6px 20px;
  display: block;
  cursor: pointer;
  float: right;
  margin-right: 20px; }

#page-list {
  text-align: center; }

.page-numbers.current {
  color: #CFD256; }

/*******************
Category Pagination
*******************/
ul.category-sub-nav {
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  line-height: normal;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  text-align: center; }
  ul.category-sub-nav li {
    display: inline-block;
    vertical-align: middle; }
    ul.category-sub-nav li a {
      text-decoration: none;
      font-size: 15px;
      font-weight: 700;
      border: 1px solid #bbb;
      display: inline-block;
      font-family: "Briem Akademi W00 Light";
      padding: 8px 14px;
      border-radius: 16px;
      -o-border-radius: 16px;
      -moz-border-radius: 16px;
      -webkit-border-radius: 16px; }
  ul.category-sub-nav .category-nav-left {
    float: left;
    text-align: left; }
  ul.category-sub-nav .category-nav-right {
    float: right;
    text-align: right; }
  ul.category-sub-nav .category-nav-previous {
    margin-right: 5px; }
  ul.category-sub-nav .category-nav-next {
    margin-left: 5px; }

/*******************
Knowledge Portal
*******************/
/* Overview */
.knowledgePortal .page-title {
  margin-bottom: 0; }
  .knowledgePortal .page-title h1 {
    margin-bottom: 0.1em; }
.knowledgePortal .introText h3 {
  margin-bottom: 0; }
.knowledgePortal .introText .btn-primary {
  margin-top: 20px;
  font-size: 14px;
  font-family: "BriemAkademiW00-Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border: none;
  background: #008ABD;
  box-shadow: none; }
.knowledgePortal .introText .btn-primary:hover {
  color: #fff; }

.portalTopicOverview .cats .row {
  margin: 0 0 20px; }
.portalTopicOverview .cats .row:last-child {
  margin: 0; }
.portalTopicOverview .title {
  margin: 35px 0 15px;
  padding: 15px 0 0;
  border-top: 1px dotted #777; }
  .portalTopicOverview .title h2 {
    margin: 0;
    float: left; }
  .portalTopicOverview .title .readmore {
    margin-left: 30px;
    float: right; }
    .portalTopicOverview .title .readmore a {
      font-family: "BriemAkademiW00-Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .portalTopicOverview .title .clr {
    clear: both; }
.portalTopicOverview .subTopic {
  margin-bottom: 20px; }
  .portalTopicOverview .subTopic .subTopicImage {
    overflow: hidden;
    height: 110px; }
  .portalTopicOverview .subTopic .subTopicName h3 {
    margin: 0;
    padding: 10px;
    font-size: 18px;
    color: #545454;
    font-weight: normal; }
.portalTopicOverview .archived {
  position: relative; }
  .portalTopicOverview .archived .archiveIcon {
    position: absolute;
    right: 7px;
    top: -7px;
    background: #000;
    border-radius: 31px;
    height: 31px;
    width: 31px;
    color: #fff;
    z-index: 99999;
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    cursor: pointer; }
  .portalTopicOverview .archived .archiveNote {
    display: none;
    width: 190px;
    position: absolute;
    right: 25px;
    top: 10px;
    border: 2px solid #FFF;
    padding: 4px 5px 3px;
    font-family: "BriemAkademiW00-Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    z-index: 999;
    text-align: center; }
  .portalTopicOverview .archived .subTopicName {
    background: #bbb !important; }
  .portalTopicOverview .archived img {
    filter: grayscale(100%);
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
.portalTopicOverview > .row:last-child {
  padding-bottom: 35px;
  border-bottom: 1px dotted #777; }

.portalTopicOverview .topics-green .subTopicName,
.portalTopicOverview .topics-green .archived .archiveNote {
  background: #CFD256; }

.portalTopicOverview .topics-blue .subTopicName,
.portalTopicOverview .topics-blue .archived .archiveNote {
  background: #008ABD; }

.portalTopicOverview .topics-purple .subTopicName,
.portalTopicOverview .topics-purple .archived .archiveNote {
  background: #9275b8; }

.portalTopicOverview .topics-pink .subTopicName,
.portalTopicOverview .topics-pink .archived .archiveNote {
  background: #c060ab; }

/* KNOWLEDGE PORTAL TOPIC SINGLE */
.knowledge-portal-single .page-parent-title h2 {
  color: #bbb;
  font-size: 16px;
  margin: 0 0 10px; }
.knowledge-portal-single .theme-main-category-main-content {
  padding-bottom: 0; }
.knowledge-portal-single .actionbar > div {
  margin: 0 0 20px; }
.knowledge-portal-single .back-button a {
  font-family: "BriemAkademiW00-Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  height: 32px;
  line-height: 32px; }
.knowledge-portal-single .fbkp-share-buttons {
  border: none;
  padding: 0; }
  .knowledge-portal-single .fbkp-share-buttons #fbkp-share-linkedin, .knowledge-portal-single .fbkp-share-buttons #fbkp-share-twitter, .knowledge-portal-single .fbkp-share-buttons #fbkp-share-facebook, .knowledge-portal-single .fbkp-share-buttons #fbkp-share-googleplus {
    background-image: url("../../images/share-buttons22.png");
    width: 22px;
    height: 21px;
    margin-right: 5px; }
  .knowledge-portal-single .fbkp-share-buttons #fbkp-share-linkedin {
    background-position: 0 0; }
  .knowledge-portal-single .fbkp-share-buttons #fbkp-share-twitter {
    background-position: -22px 0; }
  .knowledge-portal-single .fbkp-share-buttons #fbkp-share-facebook {
    background-position: -44px 0; }
  .knowledge-portal-single .fbkp-share-buttons #fbkp-share-googleplus {
    background-position: -66px 0; }
.knowledge-portal-single .subtopics-header {
  margin: 30px 0 20px; }
  .knowledge-portal-single .subtopics-header h2 {
    margin: 0;
    padding: 10px 0 7px;
    border-bottom: 1px dotted #777;
    border-top: 1px dotted #777;
    color: #777; }
.knowledge-portal-single .archived .main-topic-image {
  filter: grayscale(100%);
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
  .knowledge-portal-single .archived .main-topic-image .archiveOverlay {
    margin-top: -65px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center; }
    .knowledge-portal-single .archived .main-topic-image .archiveOverlay .archiveIcon {
      width: 130px;
      height: 130px;
      border-radius: 130px;
      background: #000;
      color: #fff;
      display: inline-block;
      font-size: 70px;
      padding: 30px 0 0 3px; }
.knowledge-portal-single .sub-topics .archived {
  position: relative;
  overflow: visible !important; }
  .knowledge-portal-single .sub-topics .archived .archiveIcon {
    position: absolute;
    right: 7px;
    top: -7px;
    background: #000;
    border-radius: 31px;
    height: 31px;
    width: 31px;
    color: #fff;
    z-index: 99999;
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    cursor: pointer; }
  .knowledge-portal-single .sub-topics .archived .archiveNote {
    display: none;
    width: 190px;
    position: absolute;
    right: 25px;
    top: 10px;
    border: 2px solid #FFF;
    padding: 4px 5px 3px;
    font-family: "BriemAkademiW00-Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    z-index: 999;
    text-align: center; }
  .knowledge-portal-single .sub-topics .archived .sub-topic-name {
    background: #bbb !important; }
  .knowledge-portal-single .sub-topics .archived img {
    filter: grayscale(100%);
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
.knowledge-portal-single .main-topic-content p {
  font-weight: bold; }
.knowledge-portal-single .main-topic-content .btn-primary {
  margin-top: 20px;
  font-size: 14px;
  font-family: "BriemAkademiW00-Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border: none;
  background: #008ABD;
  box-shadow: none; }
.knowledge-portal-single .main-topic-content .btn-primary:hover {
  color: #fff; }
.knowledge-portal-single .main-topic-image {
  position: relative;
  margin: 15px 0 10px; }
  .knowledge-portal-single .main-topic-image img {
    padding: 0;
    max-width: 100%; }
.knowledge-portal-single .sub-topics .green .sub-topic-name,
.knowledge-portal-single .sub-topics .green .archiveNote {
  background: #CFD256; }
.knowledge-portal-single .sub-topics .blue .sub-topic-name,
.knowledge-portal-single .sub-topics .blue .archiveNote {
  background: #008ABD; }
.knowledge-portal-single .sub-topics .purple .sub-topic-name,
.knowledge-portal-single .sub-topics .purple .archiveNote {
  background: #9275b8; }
.knowledge-portal-single .sub-topics .pink .sub-topic-name,
.knowledge-portal-single .sub-topics .pink .archiveNote {
  background: #c060ab; }
.knowledge-portal-single .sub-topics .sub-topic {
  overflow: hidden;
  margin-bottom: 20px; }
  .knowledge-portal-single .sub-topics .sub-topic .sub-topic-image {
    overflow: hidden;
    height: 105px; }
    .knowledge-portal-single .sub-topics .sub-topic .sub-topic-image img {
      max-width: 100%; }
  .knowledge-portal-single .sub-topics .sub-topic .sub-topic-name {
    min-height: 40px; }
    .knowledge-portal-single .sub-topics .sub-topic .sub-topic-name h3 {
      margin: 0;
      padding: 10px;
      font-size: 18px;
      color: #444;
      font-weight: normal; }
.knowledge-portal-single .topic-post {
  padding: 18px 0 15px;
  border-top: 1px dotted #777; }
  .knowledge-portal-single .topic-post .topic-post-date {
    font-family: "Briem Akademi W00 Light";
    font-size: 13.5px;
    color: #bbb;
    margin-bottom: 10px; }
  .knowledge-portal-single .topic-post .topic-post-title a {
    font-family: "BriemAkademiW00-Medium";
    font-size: 24px; }
  .knowledge-portal-single .topic-post .topic-post-source {
    font-family: "Briem Akademi W00 Light";
    font-size: 13.5px;
    color: #777;
    margin: 10px 0; }
    .knowledge-portal-single .topic-post .topic-post-source a {
      font-family: "Briem Akademi W00 Light";
      font-size: 13.5px; }
  .knowledge-portal-single .topic-post .topic-post-info {
    font-family: "Briem Akademi W00 Light";
    font-size: 13px; }
    .knowledge-portal-single .topic-post .topic-post-info i.fa {
      color: #b9b9b9;
      margin-right: 5px;
      font-size: 14px; }
    .knowledge-portal-single .topic-post .topic-post-info div {
      display: inline;
      margin-right: 10px; }
    .knowledge-portal-single .topic-post .topic-post-info .clr {
      clear: both; }
    .knowledge-portal-single .topic-post .topic-post-info .tag i.fa {
      position: relative;
      top: 1px; }
    .knowledge-portal-single .topic-post .topic-post-info .region {
      padding: 1px 7px 2px;
      background: #f1f1f1;
      color: #777;
      margin-right: 5px;
      display: inline-block; }
      .knowledge-portal-single .topic-post .topic-post-info .region i.fa {
        position: relative;
        top: 1px; }
.knowledge-portal-single .topic-post.first {
  margin-top: 15px; }
.knowledge-portal-single .topic-post.last {
  border-bottom: 1px dotted #777; }

/* KNOWLEDGE PORTAL ARTICLE SINGLE */
.knowledge-portal-topic-posts .back-button a {
  font-family: "BriemAkademiW00-Medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  height: 32px;
  line-height: 32px; }
.knowledge-portal-topic-posts .with-sidebar-main-content {
  border-right: none; }
.knowledge-portal-topic-posts .fbkp-share-buttons {
  border: none;
  padding: 0; }
  .knowledge-portal-topic-posts .fbkp-share-buttons #fbkp-share-linkedin, .knowledge-portal-topic-posts .fbkp-share-buttons #fbkp-share-twitter, .knowledge-portal-topic-posts .fbkp-share-buttons #fbkp-share-facebook, .knowledge-portal-topic-posts .fbkp-share-buttons #fbkp-share-googleplus {
    background-image: url("../../images/share-buttons22.png");
    width: 22px;
    height: 21px;
    margin-right: 5px; }
  .knowledge-portal-topic-posts .fbkp-share-buttons #fbkp-share-linkedin {
    background-position: 0 0; }
  .knowledge-portal-topic-posts .fbkp-share-buttons #fbkp-share-twitter {
    background-position: -22px 0; }
  .knowledge-portal-topic-posts .fbkp-share-buttons #fbkp-share-facebook {
    background-position: -44px 0; }
  .knowledge-portal-topic-posts .fbkp-share-buttons #fbkp-share-googleplus {
    background-position: -66px 0; }
.knowledge-portal-topic-posts .page-date {
  font-family: "Briem Akademi W00 Light";
  font-size: 1.3em;
  color: #bbb;
  margin: 20px 0 15px; }
.knowledge-portal-topic-posts .single-article-title h1 {
  font-size: 2em;
  color: #008ABD; }
.knowledge-portal-topic-posts .page-image-caption {
  float: none;
  padding: 0; }
  .knowledge-portal-topic-posts .page-image-caption i {
    color: #bbb; }
.knowledge-portal-topic-posts .fbkp-single-article-content {
  padding-top: 15px;
  border-top: 1px dotted #777; }
.knowledge-portal-topic-posts .topic-post-source {
  font-family: "Briem Akademi W00 Light";
  font-size: 1.3em;
  color: #777;
  margin: 20px 0 15px; }
  .knowledge-portal-topic-posts .topic-post-source .page-image-caption {
    margin-left: 7px; }
    .knowledge-portal-topic-posts .topic-post-source .page-image-caption a {
      font-family: "Briem Akademi W00 Light";
      font-size: 13.5px; }
      .knowledge-portal-topic-posts .topic-post-source .page-image-caption a i {
        margin-left: 5px; }
.knowledge-portal-topic-posts .topic-post-info {
  font-family: "Briem Akademi W00 Light";
  font-size: 13px;
  margin: 20px 0 40px 0; }
  .knowledge-portal-topic-posts .topic-post-info .topic-post-type .type {
    color: #777; }
  .knowledge-portal-topic-posts .topic-post-info i.fa {
    color: #b9b9b9;
    margin-right: 5px;
    font-size: 14px; }
  .knowledge-portal-topic-posts .topic-post-info div {
    display: inline;
    margin-right: 10px; }
  .knowledge-portal-topic-posts .topic-post-info .clr {
    clear: both; }
  .knowledge-portal-topic-posts .topic-post-info .tag i.fa {
    position: relative;
    top: 1px; }
  .knowledge-portal-topic-posts .topic-post-info .region {
    padding: 1px 7px 2px;
    background: #f1f1f1;
    color: #777;
    margin-right: 5px;
    display: inline-block; }
    .knowledge-portal-topic-posts .topic-post-info .region i.fa {
      position: relative;
      top: 1px; }
.knowledge-portal-topic-posts .relatedposts h2 {
  font-family: "BriemAkademiW00-Medium";
  margin: 0;
  padding: 10px 0 7px;
  border-bottom: 1px dotted #777;
  border-top: 1px dotted #777; }
.knowledge-portal-topic-posts .relatedposts .topic-post {
  padding: 18px 0 15px;
  border-bottom: 1px dotted #777; }
  .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-date {
    font-family: "Briem Akademi W00 Light";
    font-size: 13.5px;
    color: #bbb;
    margin-bottom: 10px; }
  .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-title a {
    font-family: "BriemAkademiW00-Medium";
    font-size: 24px; }
  .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-source {
    font-family: "Briem Akademi W00 Light";
    font-size: 13.5px;
    color: #777;
    margin: 10px 0; }
    .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-source a {
      font-family: "Briem Akademi W00 Light";
      font-size: 13.5px; }
  .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-info {
    font-family: "Briem Akademi W00 Light";
    font-size: 13px;
    margin: 10px 0 0; }
    .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-info .topic-post-type .type {
      color: #777; }
    .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-info i.fa {
      color: #b9b9b9;
      margin-right: 5px;
      font-size: 14px; }
    .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-info div {
      display: inline;
      margin-right: 10px; }
    .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-info .clr {
      clear: both; }
    .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-info .tag i.fa {
      position: relative;
      top: 1px; }
    .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-info .region {
      padding: 1px 7px 2px;
      background: #f1f1f1;
      color: #777;
      margin-right: 5px;
      display: inline-block; }
      .knowledge-portal-topic-posts .relatedposts .topic-post .topic-post-info .region i.fa {
        position: relative;
        top: 1px; }

.portal-news-widget {
  margin-top: 1em; }
  .portal-news-widget h3 {
    margin: 0 0 10px 0; }
  .portal-news-widget hr {
    margin: 0;
    border-style: solid;
    border-color: #b9b9b9; }
  .portal-news-widget ul.portal-news-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .portal-news-widget ul.portal-news-list li {
      padding: 0.25em 0 0.75em;
      border-bottom: 1px solid #b9b9b9; }
      .portal-news-widget ul.portal-news-list li .post-title {
        margin-bottom: 0.5em; }
      .portal-news-widget ul.portal-news-list li .post-topic .topic {
        color: #777; }

.portal-news-widget ul, .portal-news-widget h4 {
  margin: 0.5em 0; }

.portal-news-widget {
  margin-bottom: 2em; }

.portal-news-widget li {
  margin-bottom: 4px; }

.widget-fbkp-portal-text {
  max-width: 95%;
  display: inline-block;
  font-family: "Briem Akademi W00 Light", helvetica, arial, sans-serif;
  color: #bbb; }

.topic_posts_button {
  float: right;
  background-color: #008ABD;
  border: 0; }

.topic_posts_button:hover {
  border: 0;
  background-color: #008ABD;
  color: #fff; }

.widget h3 {
  font-size: 18px;
  color: #545454; }

.widget .grey {
  color: #b9b9b9; }

.widget .border-top {
  border-top: #b9b9b9 solid 1px; }

.widget.widget_nav_menu div {
  font-weight: bold;
  font-family: "Briem Akademi W00 Light", helvetica, arial, sans-serif; }
  .widget.widget_nav_menu div > ul {
    border-top: 1px solid #b9b9b9;
    margin-top: .5em;
    margin-bottom: 30px; }
    .widget.widget_nav_menu div > ul > li {
      margin-top: 1em; }
      .widget.widget_nav_menu div > ul > li > a {
        font-size: 15px;
        font-weight: bold; }
      .widget.widget_nav_menu div > ul > li::before {
        content: '\003E\0020'; }
      .widget.widget_nav_menu div > ul > li > ul {
        margin-top: 0; }
        .widget.widget_nav_menu div > ul > li > ul > li {
          padding-left: 30px; }
          .widget.widget_nav_menu div > ul > li > ul > li a {
            font-size: 13px; }
          .widget.widget_nav_menu div > ul > li > ul > li > ul {
            margin-top: 0; }
            .widget.widget_nav_menu div > ul > li > ul > li > ul > li {
              padding-left: 30px; }
              .widget.widget_nav_menu div > ul > li > ul > li > ul > li a {
                font-size: 13px; }

.widget_rss {
  font-family: "Briem Akademi W00 Light", helvetica, arial, sans-serif;
  padding: 18px;
  background-color: #f1f1f1; }
  .widget_rss h3 {
    margin: 0; }
  .widget_rss i {
    color: #ff8514; }
  .widget_rss small {
    font-size: 12px; }
  .widget_rss .rss-content,
  .widget_rss .rss-source {
    margin-left: 13px; }
  .widget_rss .rss-content {
    margin-top: 0; }
  .widget_rss .rss-date {
    margin-bottom: 0; }
  .widget_rss .rss-aggregator {
    list-style-type: none;
    padding: 0; }
    .widget_rss .rss-aggregator > li {
      border-top: #b9b9b9 solid 1px; }
      .widget_rss .rss-aggregator > li > a {
        display: block;
        font-size: 13px;
        letter-spacing: 0.015em;
        margin-bottom: 0.5em;
        margin-left: 13px; }
      .widget_rss .rss-aggregator > li .wprss-feed-meta {
        margin-left: 13px; }
        .widget_rss .rss-aggregator > li .wprss-feed-meta span {
          color: #b9b9b9;
          display: block;
          margin: 0.5em 0;
          font-size: 13px;
          letter-spacing: 0.015em; }
          .widget_rss .rss-aggregator > li .wprss-feed-meta span:after {
            content: ''; }
        .widget_rss .rss-aggregator > li .wprss-feed-meta .feed-date {
          display: none; }
      .widget_rss .rss-aggregator > li .wprss-time-ago {
        display: none; }
  .widget_rss .nav-links {
    display: none; }

.tag-cloud-widget hr {
  margin-top: 2px; }

.portal-news-widget, .tag-cloud-widget, .topics-list-widget, .fbkp-text-widget-text {
  margin-bottom: 2em; }

li.widget {
  list-style-type: none; }

/*********************
FORMS
*********************/
.gform_wrapper ul {
  list-style: none;
  padding-left: 0; }
  .gform_wrapper ul label {
    font-size: 128%;
    font-family: "BriemAkademiW00-Medium";
    padding-top: 2em;
    border-bottom: 1px dotted #777;
    padding-bottom: 0.2em;
    margin-top: 0.5em;
    margin-bottom: 1em; }
    .gform_wrapper ul label span.gfield_required {
      padding-left: .2em; }
  .gform_wrapper ul .gfield_description {
    color: #333;
    font-size: 14px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    line-height: 1.5em; }
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=image] {
  background-image: none;
  background-color: #008ABD;
  color: #fff;
  border: 0;
  padding: 8px 18px;
  border-radius: 4px;
  font-family: "BriemAkademiW00-Medium"; }
  .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_footer input[type=image]:focus {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=image]:hover {
    color: #CFD256;
    background-color: #008ABD;
    background-image: none;
    padding: 8px 18px; }

/* SINGLE ARTICLE PRINT BUTTON */
.print-button {
  float: right;
  line-height: 1.6em !important;
  margin-top: 1px;
  height: auto; }

.print-button .fa-square {
  font-size: 1.6em; }

/* TOPICS TAG CLOUD */
.topics-tag-cloud {
  padding-right: 15px;
  line-height: 27px; }

/* ABOUT CONTACT FORM */
#about-contact-form form.about-form .gfield {
  margin-bottom: 15px; }
  #about-contact-form form.about-form .gfield label {
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.5em;
    font-size: 14px;
    border: none; }
  #about-contact-form form.about-form .gfield .ginput_container {
    margin: 0; }
    #about-contact-form form.about-form .gfield .ginput_container input, #about-contact-form form.about-form .gfield .ginput_container textarea {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555555;
      background-color: #ffffff;
      background-image: none;
      border: 1px solid #cccccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
      font-family: sans-serif; }
    #about-contact-form form.about-form .gfield .ginput_container textarea {
      height: auto; }
    #about-contact-form form.about-form .gfield .ginput_container input:focus, #about-contact-form form.about-form .gfield .ginput_container textarea:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    #about-contact-form form.about-form .gfield .ginput_container input::-moz-placeholder, #about-contact-form form.about-form .gfield .ginput_container textarea::-moz-placeholder {
      color: #999999;
      opacity: 1; }
    #about-contact-form form.about-form .gfield .ginput_container input::-ms-input-placeholder, #about-contact-form form.about-form .gfield .ginput_container textarea::-ms-input-placeholder {
      color: #999999; }
    #about-contact-form form.about-form .gfield .ginput_container input::-webkit-input-placeholder, #about-contact-form form.about-form .gfield .ginput_container textarea::-webkit-input-placeholder {
      color: #999999; }
  #about-contact-form form.about-form .gfield .gfield_required {
    display: none; }
#about-contact-form form.about-form .gform_footer {
  margin: 0.5em 0;
  padding: 0; }
  #about-contact-form form.about-form .gform_footer .gform_button:hover {
    background-color: #008abd;
    color: #006186; }

/* RESEARCH PROJECTS */
.factbox-wrapper {
  margin-bottom: 0.9em;
  padding: 1.5em; }

.factbox-color-purple {
  background: url("../../images/bg-purple.png") repeat; }

.factbox-color-blue {
  background: url("../../images/bg-blue.png") repeat; }

.factbox-color-pink {
  background: url("../../images/bg-pink.png") repeat; }

.factbox-color-green {
  background: url("../../images/bg-green.png") repeat; }

.factbox-image-wrapper {
  display: block; }

.factbox-image {
  overflow: hidden;
  width: 150px;
  height: 150px; }

.factbox-image img.portrait {
  width: 100%;
  height: auto; }

.factbox-image img.landscape {
  height: 100%;
  width: auto; }

.factbox-context-wrapper {
  margin-left: -15px;
  padding: 0; }

.factbox-context {
  display: inline-block; }

.factbox-context-text, .factbox-context-title {
  padding-left: 0; }

.factbox-context-title {
  color: #FFF;
  font-family: "BriemAkademiW00-Medium";
  font-size: 2em;
  line-height: 1em; }

.factbox-context h2 {
  margin-top: 0; }

.factbox-context-title a, .factbox-context-text a {
  color: #FFF; }

.factbox-context-title a:hover, .factbox-context-text a:hover {
  color: #006186; }

.factbox-context-text {
  color: #FFF;
  font-size: 1.29em; }

.factbox-context-text p {
  margin: 0.6em 0; }

.research-project-link {
  border-bottom: 1px solid #b9b9b9;
  padding: 0.50em 0; }

/* RESEARCH PROJECT SUB CATEGORIES */
.research-project-subcat .description {
  margin-bottom: 50px; }

/* FOOTER NEWSLETTER FORM */
#footer-newsletter label {
  font-weight: normal;
  font-family: "Briem Akademi W00 Light";
  padding: 0;
  margin: 0 0 5px 0;
  display: inline-block;
  color: #777;
  border: none;
  font-size: 14px;
  line-height: 1.5em; }

#footer-newsletter .ginput_container {
  margin: 0 0 15px 0; }

#footer-newsletter .ginput_container input {
  max-width: 90%;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 100%;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  font-family: sans-serif; }

#footer-newsletter .gform_footer {
  margin: 0;
  padding: 0; }

/* RSS OVERVIEW TEMPLATE */
.rss-overview ul {
  list-style-type: none;
  padding: 0; }

.rss-overview ul ul {
  padding: 0; }

.rss-overview ul li {
  background: transparent url("../../images/rss_icon.png") no-repeat scroll left top;
  display: block;
  margin: 1px 0;
  padding-left: 30px; }

/*********************
SEARCH
*********************/
#page-advanced-search {
  /* Search: General */
  /* Search: Topic Posts */ }
  #page-advanced-search .search-pagination {
    border-top: 1px dotted #bbb;
    border-bottom: 1px dotted #bbb;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    margin-top: 35px; }
    #page-advanced-search .search-pagination a {
      border: 1px solid #bbb;
      font-family: "Briem Akademi W00 Light";
      border-radius: 16px;
      display: inline-block;
      padding: 8px 14px;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none; }
    #page-advanced-search .search-pagination .search-pagination-right {
      float: right; }
    #page-advanced-search .search-pagination .clr {
      clear: both; }
  #page-advanced-search h1.pageTitle {
    color: #777;
    margin-bottom: 10px; }
  #page-advanced-search .sort-by {
    font-family: "Titillium Web",sans-serif;
    background: #bbb;
    margin: 30px 0 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
    #page-advanced-search .sort-by label {
      margin-top: 8px; }
  #page-advanced-search #searchform {
    margin: 25px 0; }
    #page-advanced-search #searchform label {
      display: none; }
    #page-advanced-search #searchform input[type='submit'] {
      background-color: #bbb;
      width: 48px;
      height: 36px;
      border-radius: 4px;
      border: 0;
      background-image: url("../../images/search.png");
      background-repeat: no-repeat;
      background-position: 14px 9px;
      margin-left: 7px;
      display: inline-block;
      float: right;
      font-size: 0;
      line-height: 0; }
    #page-advanced-search #searchform span {
      display: block;
      overflow: hidden; }
      #page-advanced-search #searchform span input[type='text'] {
        width: 100%;
        background: #f1f1f1;
        border: none;
        padding: 10px 15px 9px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-family: "Briem Akademi W00 Light";
        color: #777; }
  #page-advanced-search ul.facetwp-template {
    list-style-type: none;
    padding-left: 0; }
  #page-advanced-search li {
    padding: 20px 0 7px;
    border-bottom: 1px dotted #777; }
    #page-advanced-search li .post-head .post-image {
      display: none; }
    #page-advanced-search li .clr {
      clear: both; }
    #page-advanced-search li h2 {
      font-size: 24px;
      color: #428bca;
      margin: 0; }
    #page-advanced-search li .topic-post-date {
      font-family: "Briem Akademi W00 Light";
      font-size: 13.5px;
      color: #777;
      margin-bottom: 10px;
      display: block; }
    #page-advanced-search li .post-type {
      display: inline;
      background: #008ABD;
      color: #FFF;
      font-family: "BriemAkademiW00-Medium";
      padding: 0 1px; }
    #page-advanced-search li .post-content {
      margin: 15px 0 0; }
    #page-advanced-search li .post-excerpt, #page-advanced-search li .post-excerpt p {
      display: inline; }
  #page-advanced-search li.post .post-author {
    font-family: "Briem Akademi W00 Light";
    font-size: 13.5px;
    color: #bbb;
    margin: 10px 0 0;
    display: block; }
  #page-advanced-search li.post .post-themes {
    font-family: "Briem Akademi W00 Light";
    font-size: 13.5px;
    color: #bbb;
    margin: 10px 0 0;
    display: block; }
    #page-advanced-search li.post .post-themes a {
      font-family: "Briem Akademi W00 Light";
      font-size: 13.5px; }
  #page-advanced-search li.tribe_events .page-date {
    color: #777;
    margin-top: 10px; }
    #page-advanced-search li.tribe_events .page-date .start-date {
      color: #008ABD;
      margin-right: 10px; }
    #page-advanced-search li.tribe_events .page-date .end-date {
      color: #008ABD; }
    #page-advanced-search li.tribe_events .page-date .event-time {
      color: #008ABD; }
  #page-advanced-search li.topic_posts .topic-post-source {
    font-family: "Briem Akademi W00 Light";
    font-size: 13.5px;
    color: #bbb;
    margin: 10px 0; }
    #page-advanced-search li.topic_posts .topic-post-source a {
      font-family: "Briem Akademi W00 Light";
      font-size: 13.5px; }
    #page-advanced-search li.topic_posts .topic-post-source .post-date {
      color: #777; }
  #page-advanced-search li.topic_posts .topic-post-info {
    font-family: "Briem Akademi W00 Light";
    font-size: 13px;
    margin: 10px 0 0; }
    #page-advanced-search li.topic_posts .topic-post-info .topic-post-type .type {
      color: #777; }
    #page-advanced-search li.topic_posts .topic-post-info i.fa {
      color: #b9b9b9;
      margin-right: 5px;
      font-size: 14px; }
    #page-advanced-search li.topic_posts .topic-post-info div {
      display: inline;
      margin-right: 10px; }
    #page-advanced-search li.topic_posts .topic-post-info .clr {
      clear: both; }
    #page-advanced-search li.topic_posts .topic-post-info .tag i.fa {
      position: relative;
      top: 1px; }
    #page-advanced-search li.topic_posts .topic-post-info .region {
      padding: 1px 7px 2px;
      background: #f1f1f1;
      color: #777;
      margin-right: 5px;
      display: inline-block; }
      #page-advanced-search li.topic_posts .topic-post-info .region i.fa {
        position: relative;
        top: 1px; }
  #page-advanced-search .search-sidebar .search-reset-button {
    border: none;
    padding: 5px 20px;
    background: #008abd;
    color: #FFF;
    border-radius: 4px;
    font-weight: normal; }
  #page-advanced-search .search-sidebar .search-reset-button:hover {
    color: #006186; }
  #page-advanced-search .search-sidebar-top .widget:first-child {
    position: relative; }
    #page-advanced-search .search-sidebar-top .widget:first-child h4 {
      margin: 32px 0 10px;
      color: #b9b9b9;
      cursor: default;
      display: block; }
    #page-advanced-search .search-sidebar-top .widget:first-child h4::after {
      content: ''; }
    #page-advanced-search .search-sidebar-top .widget:first-child .search-reset-button {
      display: inline-block;
      position: absolute;
      right: 0;
      top: -3px; }
  #page-advanced-search .search-sidebar-top .search-reset-button {
    display: none; }
  #page-advanced-search .search-sidebar-bottom .widget:first-child h4 {
    margin: 25px 0 10px;
    color: #b9b9b9;
    cursor: default; }
  #page-advanced-search .search-sidebar-bottom .widget:first-child h4::after {
    content: ''; }
  #page-advanced-search .search-sidebar-bottom .search-reset-button {
    display: none;
    padding: 8px 18px;
    margin-top: 10px; }
  #page-advanced-search .search-sidebar-bottom .search-reset-button:last-child {
    display: inline-block; }
  #page-advanced-search .facetwp-facet {
    max-height: none;
    margin: 0; }
  #page-advanced-search .facetwp-facet div {
    font-family: "BriemAkademiW00-Medium";
    color: #428bca; }
  #page-advanced-search .facetwp-checkbox {
    background-image: url("../images/checkbox.png");
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 0 0;
    padding-left: 25px; }
  #page-advanced-search .facetwp-checkbox.checked {
    background-image: url("../images/checkbox_selected.png"); }
  #page-advanced-search .facetwp-date, #page-advanced-search .facetwp-autocomplete {
    width: 100%;
    background: #f1f1f1;
    border: none;
    padding: 10px 15px 9px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-family: "Briem Akademi W00 Light";
    color: #777; }
  #page-advanced-search .facetwp-type-autocomplete {
    position: relative; }
  #page-advanced-search .facetwp-autocomplete {
    width: 50%; }
  #page-advanced-search .facetwp-autocomplete-update {
    width: 35%;
    float: right;
    border: none;
    padding: 8px 18px;
    background: #008abd;
    color: #FFF;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    position: absolute;
    right: 0;
    top: 0; }
  #page-advanced-search .facetwp-autocomplete-update:hover {
    color: #006186; }
  #page-advanced-search .facetwp-date-min {
    margin-bottom: 5px; }
  #page-advanced-search .widget_text {
    border-bottom: 1px dotted #777;
    padding: 15px 0; }
  #page-advanced-search .widget_text:first-child {
    padding: 0; }
  #page-advanced-search .widget_text h4 {
    color: #333;
    margin: 0 0 10px 0;
    cursor: pointer; }
  #page-advanced-search .widget_text h4::after {
    content: '\f077';
    font-family: FontAwesome;
    margin: 0 0 0 5px; }
  #page-advanced-search .widget_text h4.collapsed::after {
    content: '\f078'; }

/* FBKP-484 - Notification widget */
.fbkp-notification {
  padding: 15px 20px 10px;
  position: relative;
  margin: 20px 0 0; }
  .fbkp-notification.home {
    margin: 0 0 20px; }
  .fbkp-notification .close {
    position: absolute;
    top: 10px;
    right: 10px; }
  .fbkp-notification .notification-title {
    font-size: 1.16em;
    margin-bottom: 5px;
    font-family: "BriemAkademiW00-Medium";
    color: #fff; }
  .fbkp-notification .notification-content {
    font-family: "Briem Akademi W00 Light";
    font-size: 1em;
    color: #000; }
  .fbkp-notification .notification-button {
    position: absolute;
    top: 50%;
    right: 5%; }
  .fbkp-notification .notification-button a {
    background: #FFF;
    color: #008abd; }
  .fbkp-notification .notification-button a:hover {
    background: #FFF;
    color: #cfd256; }

.fbkp-notification-blue {
  background-image: url("../../images/bg-blue.png"); }

.fbkp-notification-green {
  background-image: url("../../images/bg-green.png"); }

.fbkp-notification-purple {
  background-image: url("../../images/bg-purple.png"); }

.fbkp-notification-pink {
  background-image: url("../../images/bg-pink.png"); }

/* Knowledge portal filter styles */
.knowledgePortal .kp-filters {
  background: rgba(66, 139, 202, 0.1);
  padding: 0 15px;
  font-family: "BriemAkademiW00-Medium";
  margin: 10px 0; }

.knowledgePortal .kp-filters label {
  margin: 15px 0 10px; }

.knowledgePortal .kp-filters .toggle-filters {
  color: #888;
  background: #fff;
  display: inline-block;
  padding: 7px 12px;
  margin: 15px 0;
  border-radius: 5px;
  cursor: pointer; }

.knowledgePortal .kp-filters .toggle-filters i {
  margin-left: 5px; }

.knowledgePortal .kp-filters .main-filters {
  display: none; }

.knowledgePortal .kp-filters .filter {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.knowledgePortal .kp-filters .filter span {
  cursor: pointer;
  display: inline-block;
  color: #888;
  margin-right: 5px;
  background: #fff;
  padding: 3px 7px;
  border-radius: 5px;
  font-family: "BriemAkademiW00-Medium";
  margin-bottom: 5px; }

.knowledgePortal .kp-filters .filter span.active {
  background: #008abd;
  color: #fff; }

.knowledgePortal .kp-filters .filter span:hover {
  background: #008abd;
  color: #fff; }

.knowledgePortal .kp-filters .reset-filters {
  display: none;
  color: #888;
  background: #fff;
  padding: 7px 12px;
  margin: 15px 0;
  border-radius: 5px;
  cursor: pointer; }

.knowledgePortal .kp-filters .reset-filters i {
  margin-left: 5px; }

.knowledgePortal .filter-results {
  margin-top: 10px;
  font-size: 20px;
  font-family: "BriemAkademiW00-Medium"; }

.google-map {
  margin-bottom: 30px; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  .event-list-single-event-info, .event-list-single-event-content {
    height: 13em; }

  /* KNOWLEDGE PORTAL TOPIC SINGLE */
  .knowledge-portal-single .fbkp-share-buttons {
    float: right; }
  .knowledge-portal-single .actionbar > .col-md-4 {
    width: 33.333333%;
    float: left; }
  .knowledge-portal-single .actionbar > .col-md-8 {
    width: 66.6666666%;
    float: left; }

  /* KNOWLEDGE PORTAL ARTICLE SINGLE */
  .knowledge-portal-topic-posts .fbkp-share-buttons {
    float: right; }
  .knowledge-portal-topic-posts .actionbar > .col-md-4 {
    width: 33.333333%;
    float: left; }
  .knowledge-portal-topic-posts .actionbar > .col-md-8 {
    width: 66.6666666%;
    float: left; }

  /*********************
  SEARCH
  *********************/
  #page-advanced-search li .post-head {
    float: left;
    width: 100%; }
    #page-advanced-search li .post-head .post-image {
      display: block;
      float: left;
      width: 24%; }
    #page-advanced-search li .post-head .post-info {
      float: none;
      width: 100%; }
    #page-advanced-search li .post-head .post-info-image {
      float: left;
      width: 76%; } }
@media only screen and (min-width: 600px) {
  html #wpadminbar {
    margin-top: 0; }

  /* KNOWLEDGE PORTAL OVERVIEW */
  .portalTopicOverview .cats > .col-md-4 {
    width: 33.3333333%;
    float: left; }
  .portalTopicOverview .cats .subTopicImage img {
    max-height: 100%; }

  /* KNOWLEDGE PORTAL TOPIC SINGLE */
  .knowledge-portal-single .sub-topics > .col-md-6 {
    width: 50%;
    float: left; } }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 824px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  .fbkp-desktop-display {
    display: block; }

  .header-dashboard-outer-wrapper {
    display: none; }

  .header-social-outer-wrapper {
    display: block; }

  #fbkp-nav-button {
    display: none; }

  #main-nav-wrapper .sub-menu
  #main-nav-wrapper ul {
    padding-left: 15px;
    font-size: 13px; }

  /*********************
  HEADER
  *********************/
  #header-input-search {
    width: 24.1em; }

  #fbkp-logo-wrapper {
    margin-left: -50px;
    width: 280px; }

  #fbkp-header {
    height: 160px; }

  #fbkp-header .col-xs-2, #fbkp-header .col-xs-6 {
    display: block; }

  /*********************
  NAVBAR
  *********************/
  #main-nav-wrapper {
    border-bottom: 1px solid #b9b9b9;
    height: 50px; }

  #main-nav-wrapper a {
    text-transform: uppercase;
    color: #b9b9b9;
    font-size: 1.16em;
    font-family: "Briem Akademi W00 Light";
    padding: 15px 0.7em; }

  #main-nav-wrapper ul.nav > li > a:hover {
    color: #CFD256;
    background-color: transparent; }

  #main-nav-wrapper .current-menu-item a {
    /*font-family:"Briem Akademi W00 Bold";*/
    color: #CFD256;
    /*background-image: url("../../images/point-down.png");
    background-position: 50% 44px;
    background-repeat: no-repeat;*/ }

  #main-nav-wrapper .menu-item-123 a {
    padding-left: 0; }

  #main-nav-wrapper .current-menu-parent > a, #main-nav-wrapper .sub-menu .current-menu-item > a {
    color: #CFD256; }

  #main-nav-wrapper ul > li {
    z-index: 9999; }

  #main-nav-wrapper ul li:hover ul {
    display: block; }

  #main-nav-wrapper .sub-menu {
    z-index: 99999;
    display: none;
    background-color: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 0;
    margin-left: -18px;
    border-left: 1px solid #777;
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    -moz-box-shadow: 2px 4px 4px rgba(51, 51, 51, 0.3);
    -webkit-box-shadow: 2px 4px 4px rgba(51, 51, 51, 0.3);
    box-shadow: 2px 4px 4px rgba(51, 51, 51, 0.3);
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    position: absolute;
    left: 1.5em;
    padding-left: 0;
    list-style-type: none; }

  #main-nav-wrapper .sub-menu li > .sub-menu {
    display: none;
    border-radius: 0 4px 4px 0;
    border-top: 1px solid #777;
    left: 100%;
    margin-left: 0;
    margin-top: -27px;
    position: absolute; }

  #main-nav-wrapper .sub-menu li > .sub-menu > li > a {
    padding-left: 1em; }

  #main-nav-wrapper .sub-menu li:hover > .sub-menu {
    display: block; }

  #main-nav-wrapper .sub-menu a {
    font-family: "Briem Akademi W00 Light";
    font-weight: 400;
    text-transform: none;
    white-space: nowrap;
    color: #999;
    display: block;
    padding: 0 3em 0 1.8em;
    font-size: 16px; }

  #main-nav-wrapper .sub-menu a:hover {
    background-color: #008ABD;
    color: #fff; }

  #main-nav-wrapper #menu-item-123 a {
    padding-left: 0px; }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }

  /*********************
  HOMEPAGE
  *********************/
  .hp-single-event-wrap-1 .hp-single-event-content-block, .hp-single-event-wrap-4 .hp-single-event-content-block {
    padding-left: 25px; }

  #fbkp-footer .nav a {
    padding: 15px 4em 0 0; }

  .hp-in-color-block {
    padding-right: 0; }

  #hp-quotes {
    height: 360px; }

  .svg-container-768 {
    display: block;
    left: 226px; }

  .hp-quote-top-left {
    height: 360px;
    padding-right: 3px; }

  #hp-quotes.hp-quotes-bootstrap .hp-quote-top-middle .hp-quote-box {
    padding-left: 6.4em;
    padding-right: 1.4em;
    padding-top: 2em; }

  #hp-quotes.hp-quotes-bootstrap .hp-quote-top-middle .hp-quote-box, #hp-quotes.hp-quotes-bootstrap .hp-quote-top-right .hp-quote-box {
    height: 177px; }

  .hp-quote-top-middle, .hp-quote-bottom-left, .hp-quote-bottom-middle {
    padding-left: 3px;
    padding-right: 3px; }

  .hp-quote-top-right, .hp-quote-bottom-right {
    padding-left: 3px; }

  .hp-quote-top-row {
    height: 177px;
    margin-bottom: 6px; }

  .hp-quote-top-row .col-xs-8, .hp-quote-top-row .col-xs-4, .hp-quote-bottom-row .col-xs-4, .hp-quote-bottom-row .col-xs-5, .hp-quote-bottom-row .col-xs-3 {
    height: 177px; }

  .hp-quote-bottom-row {
    margin-top: 0px;
    height: 177px;
    display: block; }

  .hp-quote-top-row {
    display: block; }

  .hp-in-color-block {
    width: 45%; }

  #hp-food-waste-header .hp-in-color-block {
    width: 100%; }

  #hp-nutrition-header .hp-in-color-block, #hp-partnerships-header .hp-in-color-block {
    width: 55%; }

  #homepage-slider #slide-selector {
    height: 360px;
    padding-right: 3px; }

  /* KNOWLEDGE PORTAL OVERVIEW */
  .portalTopicOverview .subTopic {
    margin-bottom: 0; }
    .portalTopicOverview .subTopic .subTopicImage img {
      height: 100%; }
    .portalTopicOverview .subTopic .subTopicName {
      min-height: 60px; }

  /* HOMEPAGE SLIDER */
  #hp-slider {
    height: 360px;
    margin-top: 1em;
    color: #545454;
    position: relative;
    overflow: hidden; }
    #hp-slider #hp-slide-selector {
      padding-right: 3px;
      height: 360px;
      position: absolute; }
      #hp-slider #hp-slide-selector .slide-button:first-child {
        border-top: 4px solid transparent;
        margin-top: -4px; }
      #hp-slider #hp-slide-selector .slide-button {
        height: 88px;
        display: table;
        margin: 4px 0; }
        #hp-slider #hp-slide-selector .slide-button.hp-element-blue {
          width: 301px !important;
          background-image: url("../../images/bg-blue-slider-active.png"); }
          #hp-slider #hp-slide-selector .slide-button.hp-element-blue.active {
            background-position: -122px 0; }
        #hp-slider #hp-slide-selector .slide-button.hp-element-green {
          width: 254px !important;
          background-image: url("../../images/bg-green-slider-active.png"); }
          #hp-slider #hp-slide-selector .slide-button.hp-element-green.active {
            background-position: -169px 0; }
        #hp-slider #hp-slide-selector .slide-button.hp-element-purple {
          width: 279px !important; }
          #hp-slider #hp-slide-selector .slide-button.hp-element-purple.active {
            background-image: url("../../images/bg-purple-slider-active.png");
            background-position: -144px 0; }
        #hp-slider #hp-slide-selector .slide-button.hp-element-pink {
          width: 229px !important; }
          #hp-slider #hp-slide-selector .slide-button.hp-element-pink.active {
            background-image: url("../../images/bg-pink-slider-active.png");
            background-position: -194px 0; }
        #hp-slider #hp-slide-selector .slide-button.active {
          z-index: 999;
          background-repeat: no-repeat; }
        #hp-slider #hp-slide-selector .slide-button .slide-button-title {
          padding-right: 50px;
          display: table-cell;
          vertical-align: middle; }
    #hp-slider #hp-slider-right-skew {
      transform: skewX(-15deg);
      border-left: 4px solid #FFF;
      overflow: hidden;
      margin-left: 250px; }
    #hp-slider #hp-slide {
      display: block;
      transform: skewX(15deg);
      margin-left: -63px;
      background: #FFF; }
      #hp-slider #hp-slide .hp-slides-container {
        position: relative;
        height: 360px; }
      #hp-slider #hp-slide .hp-slide-container {
        position: absolute;
        top: 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear; }
        #hp-slider #hp-slide .hp-slide-container .slide-image {
          overflow: hidden;
          height: 360px; }
          #hp-slider #hp-slide .hp-slide-container .slide-image img {
            height: 360px;
            width: auto; }
        #hp-slider #hp-slide .hp-slide-container .slide-content {
          position: absolute;
          bottom: 20px;
          right: 20px;
          width: 80%;
          padding: 1em;
          color: #fff; }
          #hp-slider #hp-slide .hp-slide-container .slide-content .slide-title {
            font-family: "BriemAkademiW00-Medium";
            font-size: 1.16em;
            margin-bottom: 5px; }
          #hp-slider #hp-slide .hp-slide-container .slide-content .slide-description {
            font-family: "Briem Akademi W00 Light";
            font-size: 1em; }

  /*********************
  EVENTS
  *********************/
  .event-list-single-event-date {
    font-size: 2.57em; }

  .event-list-single-event-info, .event-list-single-event-content {
    height: 10em; }

  /*********************
  FOOTER
  *********************/ }
@media only screen and (max-width: 824px) {
  .article-item img, .hp-single-event-block img {
    width: 100%;
    height: auto; } }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1044px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  /*********************
  HEADER
  *********************/
  #header-input-search {
    width: 24.1em; }

  /*********************
  HOMEPAGE
  *********************/
  .hp-in-color-block-img {
    text-align: right; }

  /* HOMEPAGE SIDEBAR */
  .hp-sidebar-wrapper > div {
    border-top: 0;
    padding-top: 0; }

  .hp-sidebar-wrapper {
    border-bottom: 0;
    margin-bottom: 0; }

  .svg-container-768 {
    display: none; }

  .svg-container-1030 {
    display: block;
    left: 300px; }

  #hp-low-res-sidebar {
    display: none; }

  .hp-sidebar-wrapper {
    display: block; }

  /*********************
  WIDGETS
  *********************/
  .fbkp-twitter-widget {
    display: block; }

  /*********************
  ABOUT PAGES
  *********************/
  .about-sidebar .widget {
    border-top: 0;
    padding-top: 0; }

  /*********************
  EVENTS HOMEPAGE
  *********************/
  .hp-single-event-block, .hp-single-event-date {
    height: 106px; }

  .hp-single-event-date {
    padding: 32px 0; }

  /*********************
  SINGLE ARTICLE
  *********************/
  /*.single-article-image{
  	height:223px;
  }
  
  .single-article-image img{
  	position: absolute;
  	margin: auto;
  	left: -99999px;
  	right: -99999px;
  	height:223px;
  	width: auto;
  	max-width: auto;
  
  }*/
  /*********************
  THEME PAGES
  *********************/
  .theme-overview-image-wrapper {
    display: block; }

  .theme-overview-context-text, .theme-overview-context-title {
    padding-left: 0; }

  .theme-overview-wrapper {
    padding-bottom: 0; }

  /*********************
  NAVBAR
  *********************/
  #main-nav-wrapper a {
    font-size: 1.43em;
    padding: 15px .9em; }

  /* KNOWLEDGE PORTAL OVERVIEW */
  .portalTopicOverview .subTopic .subTopicImage {
    height: 70px; }

  /* HOMEPAGE SLIDER */
  #hp-slider #hp-slide-selector .slide-button.hp-element-blue {
    width: 371px !important; }
    #hp-slider #hp-slide-selector .slide-button.hp-element-blue.active {
      background-position: -67px 0; }
  #hp-slider #hp-slide-selector .slide-button.hp-element-purple {
    width: 350px !important; }
    #hp-slider #hp-slide-selector .slide-button.hp-element-purple.active {
      background-position: -89px 0; }
  #hp-slider #hp-slide-selector .slide-button.hp-element-green {
    width: 325px !important; }
    #hp-slider #hp-slide-selector .slide-button.hp-element-green.active {
      background-position: -114px 0; }
  #hp-slider #hp-slide-selector .slide-button.hp-element-pink {
    width: 299px !important; }
    #hp-slider #hp-slide-selector .slide-button.hp-element-pink.active {
      background-position: -139px 0; }
  #hp-slider #hp-slider-right-skew {
    margin-left: 305px; }
  #hp-slider #hp-slide .slide-image .portrait img {
    height: 100%;
    width: auto; }
  #hp-slider #hp-slide .slide-image .landscape img {
    width: 100%;
    height: auto; } }
@media only screen and (max-width: 1044px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  #hp-quotes.hp-quotes-bootstrap .hp-quote-top-left .hp-quote-box {
    padding-right: 0.7em; }

  #hp-quotes.hp-quotes-bootstrap .hp-quote-bottom-left .hp-quote-box, #hp-quotes.hp-quotes-bootstrap .hp-quote-bottom-middle .hp-quote-box, #hp-quotes.hp-quotes-bootstrap .hp-quote-bottom-right .hp-quote-box {
    padding-top: 1.8em; }

  #hp-quotes.hp-quotes-bootstrap .hp-quote-top-middle .hp-quote-box, #hp-quotes.hp-quotes-bootstrap .hp-quote-top-left .hp-quote-box, #hp-quotes.hp-quotes-bootstrap .hp-quote-top-right .hp-quote-box {
    padding-top: 1.3em; }

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

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

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

  /* EDIT SINGLE ARTICLES */
  body {
    background: white;
    color: black;
    margin: 0; }

  a[href] {
    text-decoration: underline; }

  a[href]:after {
    content: "" !important; }

  .col-md-12 {
    padding: 0; }

  header {
    background: none;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0; }

  #fbkp-logo-wrapper {
    margin: 0 auto;
    display: block; }

  .header-dashboard-outer-wrapper {
    display: none; }

  #fbkp-search-form {
    display: none; }

  #nav {
    display: none; }

  #fbkp-breadcrumbs {
    display: none; }

  .with-sidebar-main-content {
    border: none; }

  #about-sidebar {
    display: none; }

  .fbkp-share-buttons {
    display: none; }

  .fbkp-factbox {
    background: none;
    page-break-before: always; }

  .comments-block {
    display: none; }

  #comments-wrapper {
    display: none; }

  #respond {
    display: none; }

  footer {
    display: none; } }

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