/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Grid Layout */
/* Compass CSS3 Mixins */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Option variable to define the spacing between images in the generated sprite
 */
/**
 * A mixin to create retina sprites with hover & active states
 *
 * You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
 *
 *     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
 *
 *     .my-icon {
 *       @include retina-sprite(icon-name, icons);
 *     }
 *
 * @param {String} $name
 * @param {String} [$sprite-name]
 * @param {Boolean} [$hover=false]
 * @param {Boolean} [$active=false]
 */
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Mixin for retina backgrounds where you can't use a sprite.
 *
 * - Make sure you have a file@2x.png file additional to your file.png.
 * - The mixin prepends $imgPath, which should be set globally at some point. Default is: "img/"
 *
 * Examples:
 *     li {
 *       @include retina-background(arrow, no-repeat 10px 15px)
 *     }
 *
 *     a.external {
 *       @include retina-background(external, no-repeat right)
 *     }
 *
 * @param {String} $file Path to file relative to images folder defined in config.rb and without a file extension
 * @param {Object} [$attr] Additional attributes like position or repetition. E.g. `no-repeat top right`
 * @param {String} [$type] The file type.
 */
/*------------------------------------*\
  FOUNDATION TEMPLATES RESOURCES
\*------------------------------------*/
/*------------------------------------*\
  VARIABLES [FOUNDATION]
\*------------------------------------*/
/*------------------------------------*\
  FONTS VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  COLORS VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  UNIT VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  GRID VARIABLES
\*------------------------------------*/
/*------------------------------------*\
   TRANSITIONS MIXINS
\*------------------------------------*/
/*------------------------------------*\
   FONT MIXINS
\*------------------------------------*/
/*------------------------------------*\
   ABSOLUTE MIXINS
\*------------------------------------*/
/*------------------------------------*\
  BASE [FOUNDATION]
\*------------------------------------*/
body.foundation {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
body.foundation .page {
  background: #FFF;
  height: 100%;
  position: relative;
}
body.foundation p {
  margin: 15px 0;
}
body.foundation a {
  color: #0068b4;
  text-decoration: none;
}
body.foundation a:hover {
  color: #004b81;
}
body.foundation .sprite {
  display: block;
}
body.foundation main {
  padding: 30px 0;
}
@media (min-width: 1400px) {
  body.foundation main {
    padding: 40px 0;
  }
}

body.foundation.admin-bar.home main {
  padding-top: 76px;
}
@media (min-width: 768px) {
  body.foundation.admin-bar.home main {
    top: 62px;
  }
}

/*------------------------------------*\
  LAYOUT [FOUNDATION]
\*------------------------------------*/
body.foundation .container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
body.foundation .container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  body.foundation .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 970px) {
  body.foundation .page .inner-content-wrapper {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 970px) {
  body.foundation .page .inner-content-wrapper.full {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 970px) {
  body.foundation .page .sidebar {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
}
body.foundation .has-columns {
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  clear: both;
}

/*------------------------------------*\
    HEADER [FOUNDATION]
\*------------------------------------*/
body.foundation header.main {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border-bottom: 1px solid #dedede;
  padding: 13px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 1200px) {
  body.foundation header.main {
    background: transparent;
    border-bottom: none;
    padding: 26px 0;
    position: static;
  }
}
body.foundation header.main .header-line {
  text-align: right;
}
body.foundation header.main .header-line.first {
  width: 83.05085%;
  float: right;
  margin-right: 0;
  display: none;
}
body.foundation header.main .header-line.second {
  width: 83.05085%;
  float: right;
  margin-right: 0;
}
body.foundation header.main .header-line.second .navigation-wrapper ul.main-nav {
  display: none;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  body.foundation header.main .header-line.second .navigation-wrapper ul.main-nav {
    display: block;
  }
  body.foundation header.main .header-line.second .navigation-wrapper ul.main-nav li {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
    border-top: 1px solid #0060a9;
    display: inline;
    padding: 18px 0;
    margin-left: 16px;
  }
  body.foundation header.main .header-line.second .navigation-wrapper ul.main-nav li:first-child {
    margin-left: 0;
  }
  body.foundation header.main .header-line.second .navigation-wrapper ul.main-nav li:hover {
    border-top: 4px solid #0060a9;
  }
  body.foundation header.main .header-line.second .navigation-wrapper ul.main-nav li:hover a {
    color: #0060a9;
  }
  body.foundation header.main .header-line.second .navigation-wrapper ul.main-nav li a {
    color: #275475;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0;
    padding: 0 2px;
    text-decoration: none;
  }
}
body.foundation header.main .header-line.second .navigation-wrapper #mobile-header .side-nav-icon {
  background-image: url('/wp-content/themes/fbk-foundation/images/sprites/icons-sd918828e5f.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 35px;
  width: 35px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  position: absolute;
  top: 0.6em;
  right: 1em;
  z-index: 20;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  body.foundation header.main .header-line.second .navigation-wrapper #mobile-header .side-nav-icon {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/icons-s9e5f6c1696.png');
    -moz-background-size: 35px 72px;
    -o-background-size: 35px 72px;
    -webkit-background-size: 35px 72px;
    background-size: 35px 72px;
    background-position: 0 0;
  }
}
@media (min-width: 1200px) {
  body.foundation header.main .header-line.second .navigation-wrapper #mobile-header .side-nav-icon {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites/icons-sd918828e5f.png');
    background-position: 0 -37px;
    background-repeat: repeat-y;
    height: 35px;
    width: 35px;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */
  }
}
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 1200px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 1200px) and (min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-resolution: 144dpi) {
  body.foundation header.main .header-line.second .navigation-wrapper #mobile-header .side-nav-icon {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/icons-s9e5f6c1696.png');
    -moz-background-size: 35px 72px;
    -o-background-size: 35px 72px;
    -webkit-background-size: 35px 72px;
    background-size: 35px 72px;
    background-position: 0 -37px;
  }
}

body.foundation header.main .header-line.second .navigation-wrapper #mobile-header a {
  float: right;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  body.foundation header.main .header-line.second .navigation-wrapper #mobile-header {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.foundation header.main .header-line {
    text-align: right;
  }
  body.foundation header.main .header-line.first {
    display: block;
  }
  body.foundation header.main .header-line.first ul.secondary-nav {
    float: right;
  }
  body.foundation header.main .header-line.first ul.secondary-nav li {
    display: inline;
    margin-left: 15px;
  }
  body.foundation header.main .header-line.first ul.secondary-nav li:first-child {
    margin-left: 0;
  }
  body.foundation header.main .header-line.first ul.secondary-nav li a {
    color: #909090;
    font-size: 12px;
  }
  body.foundation header.main .header-line.first ul.language-menu {
    float: right;
    margin-left: 20px;
  }
  body.foundation header.main .header-line.first ul.language-menu li {
    display: inline;
    margin-left: 0px !important;
  }
  body.foundation header.main .header-line.first ul.language-menu li:first-child a {
    border-left: none;
  }
  body.foundation header.main .header-line.first ul.language-menu li a {
    border-left: 1px solid #909090;
    color: #909090;
    font-size: 12px;
    padding-left: 2px;
    text-transform: lowercase;
  }
  body.foundation header.main .header-line.first ul.language-menu li a.active {
    color: #333;
  }
  body.foundation header.main .header-line.first form.search {
    float: right;
    margin-left: 20px;
    position: relative;
  }
  body.foundation header.main .header-line.first form.search input {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
    border: 1px solid #dedede;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px 5px 30px;
    width: 12em;
  }
  body.foundation header.main .header-line.first form.search input:focus {
    cursor: default;
    width: 24em;
  }
  body.foundation header.main .header-line.first form.search > ul {
    position: absolute;
    left: 0;
    background: #fafafa;
    display: none;
    font-size: 12px;
    padding: 0 15px;
    text-align: left;
    width: 32em;
    z-index: 120;
  }
  body.foundation header.main .header-line.first form.search > ul > li {
    border-top: 1px solid #dedede;
  }
  body.foundation header.main .header-line.first form.search > ul > li:first-child {
    border-top: none;
  }
  body.foundation header.main .header-line.first form.search > ul > li.note {
    color: #666;
    font-style: italic;
    line-height: normal;
    padding: 6px 0;
  }
  body.foundation header.main .header-line.first form.search > ul > li.note h6 {
    font-size: 14px;
    font-style: normal;
  }
  body.foundation header.main .header-line.first form.search > ul > li .title {
    font-size: 14px;
  }
  body.foundation header.main .header-line.first form.search > ul > li span {
    color: #666;
    font-style: italic;
  }
  body.foundation header.main .header-line.first form.search > ul > li > a {
    display: block;
    padding: 6px 0;
  }
  body.foundation header.main .header-line.first form.search > ul > li.contains-phonebook-contact {
    padding: 6px 0;
  }
  body.foundation header.main .header-line.first form.search > ul > li.contains-phonebook-contact span {
    font-style: normal !important;
  }
  body.foundation header.main .header-line.first form.search > ul > li.contains-phonebook-contact a {
    margin-right: 4px;
  }
  body.foundation header.main .header-line.first form.search > ul > li ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  body.foundation header.main .header-line.first form.search > ul > li ul li {
    display: inline-block;
    margin: 0 6px 0 0;
  }
  body.foundation header.main .header-line.first form.search.has-results input {
    cursor: default;
    width: 24em;
  }
  body.foundation header.main .header-line.first form.search.has-results ul {
    display: block;
  }
  body.foundation header.main .header-line.first form.search span.lens:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    position: relative;
    text-decoration: inherit;
    text-rendering: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #909090;
    content: "\f002";
    margin-right: -28px;
    position: relative;
    top: 1px;
  }
  body.foundation header.main .header-line.first a.trentino {
    float: right;
    margin-left: 20px;
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites/logos-sa45d351140.png');
    background-position: 0 -493px;
    background-repeat: repeat-y;
    height: 30px;
    width: 90px;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */
  }
}
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 1200px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 1200px) and (min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-resolution: 144dpi) {
  body.foundation header.main .header-line.first a.trentino {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/logos-sb0dd89d569.png');
    -moz-background-size: 248px 523px;
    -o-background-size: 248px 523px;
    -webkit-background-size: 248px 523px;
    background-size: 248px 523px;
    background-position: 0 -492.5px;
  }
}
@media (min-width: 1200px) and (min-width: 970px) {
  body.foundation header.main .header-line.first a.trentino {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites/logos-sa45d351140.png');
    background-position: 0 -493px;
    background-repeat: repeat-y;
    height: 30px;
    width: 90px;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */
  }
}
@media (min-width: 1200px) and (min-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-width: 970px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 1200px) and (min-width: 970px) and (min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-width: 970px) and (min-resolution: 144dpi) {
  body.foundation header.main .header-line.first a.trentino {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/logos-sb0dd89d569.png');
    -moz-background-size: 248px 523px;
    -o-background-size: 248px 523px;
    -webkit-background-size: 248px 523px;
    background-size: 248px 523px;
    background-position: 0 -492.5px;
  }
}

@media (min-width: 1200px) {
  body.foundation header.main .header-line.first ul.social {
    float: right;
    margin-left: 20px;
  }
  body.foundation header.main .header-line.first ul.social li {
    display: inline-block;
    font-size: 24px;
    margin-left: 8px;
  }
  body.foundation header.main .header-line.first ul.social li:first-child {
    margin-left: 0;
  }
  body.foundation header.main .header-line.first ul.social li a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
  }
  body.foundation header.main .header-line.first ul.social li a:hover {
    color: #00599b;
  }
}
body.foundation header.main .logo-wrapper .logo {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
}
body.foundation header.main .logo-wrapper .logo-foundation {
  background-image: url('/wp-content/themes/fbk-foundation/images/sprites/logos-sa45d351140.png');
  background-position: 0 -176px;
  background-repeat: repeat-y;
  height: 49px;
  width: 60px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  body.foundation header.main .logo-wrapper .logo-foundation {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/logos-sb0dd89d569.png');
    -moz-background-size: 248px 523px;
    -o-background-size: 248px 523px;
    -webkit-background-size: 248px 523px;
    background-size: 248px 523px;
    background-position: 0 -176px;
  }
}
@media (min-width: 1200px) {
  body.foundation header.main .logo-wrapper .logo-foundation {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites/logos-sa45d351140.png');
    background-position: 0 -227px;
    background-repeat: repeat-y;
    height: 120px;
    width: 248px;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */
  }
}
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 1200px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 1200px) and (min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-resolution: 144dpi) {
  body.foundation header.main .logo-wrapper .logo-foundation {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/logos-sb0dd89d569.png');
    -moz-background-size: 248px 523px;
    -o-background-size: 248px 523px;
    -webkit-background-size: 248px 523px;
    background-size: 248px 523px;
    background-position: 0 -226.5px;
  }
}

body.foundation header.clone {
  height: 0;
  visibility: hidden;
}
@media (min-width: 1200px) {
  body.foundation header.clone {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: white;
    border-bottom: 1px solid #dedede;
    left: 0;
    height: 30px;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: -40px;
    visibility: visible;
    z-index: 200;
  }
  body.foundation header.clone ul.main-nav {
    float: right;
  }
  body.foundation header.clone ul.main-nav li {
    display: inline;
  }
  body.foundation header.clone .header-line.second .navigation-wrapper ul.main-nav {
    margin-top: 0;
  }
  body.foundation header.clone .header-line.second .navigation-wrapper ul.main-nav li a {
    color: #0060a9;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 6px 0 4px 18px;
  }
  body.foundation header.clone .logo-wrapper {
    float: left;
  }
  body.foundation header.clone .logo-wrapper .logo-foundation {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites/logos-sa45d351140.png');
    background-position: 0 -144px;
    background-repeat: repeat-y;
    height: 30px;
    width: 57px;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */
  }
}
@media (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 1200px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 1200px) and (min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-resolution: 144dpi) {
  body.foundation header.clone .logo-wrapper .logo-foundation {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/logos-sb0dd89d569.png');
    -moz-background-size: 248px 523px;
    -o-background-size: 248px 523px;
    -webkit-background-size: 248px 523px;
    background-size: 248px 523px;
    background-position: 0 -144px;
  }
}
@media (min-width: 1200px) and (min-width: 970px) {
  body.foundation header.clone .logo-wrapper .logo-foundation {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites/logos-sa45d351140.png');
    background-position: 0 -144px;
    background-repeat: repeat-y;
    height: 30px;
    width: 57px;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */
  }
}
@media (min-width: 1200px) and (min-width: 970px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-width: 970px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-width: 970px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 1200px) and (min-width: 970px) and (min-device-pixel-ratio: 1.5), (min-width: 1200px) and (min-width: 970px) and (min-resolution: 144dpi) {
  body.foundation header.clone .logo-wrapper .logo-foundation {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/logos-sb0dd89d569.png');
    -moz-background-size: 248px 523px;
    -o-background-size: 248px 523px;
    -webkit-background-size: 248px 523px;
    background-size: 248px 523px;
    background-position: 0 -144px;
  }
}

@media (min-width: 1200px) {
  body.foundation header.clone.sticky {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 0;
  }
}
body.foundation .mm-listview > li > a, body.foundation .mm-listview > li > span {
  color: white;
  text-transform: uppercase;
}
body.foundation nav#side-nav:not(.mm-menu) {
  display: none;
}

body.foundation.admin-bar header.main {
  top: 46px;
}
@media (min-width: 783px) {
  body.foundation.admin-bar header.main {
    top: 32px;
  }
}
body.foundation.admin-bar header.clone.sticky {
  top: 46px;
}
@media (min-width: 783px) {
  body.foundation.admin-bar header.clone.sticky {
    top: 32px;
  }
}
@media (max-width: 600px) {
  body.foundation.admin-bar #wpadminbar {
    position: fixed;
  }
}

/*------------------------------------*\
    SIDE NAV [FOUNDATION]
\*------------------------------------*/
body.foundation #side-nav form.search {
  position: relative;
}
body.foundation #side-nav form.search input[type="search"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 6px 6px 6px 26px;
  width: 100%;
}
body.foundation #side-nav form.search:before {
  position: absolute;
  top: 25px;
  left: 7px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  position: relative;
  text-decoration: inherit;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #666;
  content: "\f002";
}
body.foundation #side-nav ul.menu li a {
  padding: 10px 10px 10px 0;
}
body.foundation #side-nav ul.language-menu li a {
  font-size: 12px;
}
body.foundation #side-nav nav {
  margin-bottom: 20px;
}

/*------------------------------------*\
 	FOOTER [FOUNDATION]
\*------------------------------------*/
body.foundation .footer-logo {
  overflow: hidden;
  *zoom: 1;
  margin: 20px auto;
  text-align: center;
}
body.foundation .footer-logo a {
  display: inline-block;
  margin: 0 10px 20px;
}
body.foundation .footer-logo .family-trentino {
  background-image: url('/wp-content/themes/fbk-foundation/images/sprites/logos-sa45d351140.png');
  background-position: 0 -349px;
  background-repeat: repeat-y;
  height: 60px;
  width: 118px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  body.foundation .footer-logo .family-trentino {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/logos-sb0dd89d569.png');
    -moz-background-size: 248px 523px;
    -o-background-size: 248px 523px;
    -webkit-background-size: 248px 523px;
    background-size: 248px 523px;
    background-position: 0 -348.5px;
  }
}
body.foundation .footer-logo .hr-excellence {
  background-image: url('/wp-content/themes/fbk-foundation/images/sprites/logos-sa45d351140.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 60px;
  width: 89px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  body.foundation .footer-logo .hr-excellence {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/logos-sb0dd89d569.png');
    -moz-background-size: 248px 523px;
    -o-background-size: 248px 523px;
    -webkit-background-size: 248px 523px;
    background-size: 248px 523px;
    background-position: 0 0;
  }
}
@media (min-width: 768px) {
  body.foundation .footer-logo a {
    margin: 0 20px;
    vertical-align: middle;
  }
  body.foundation .footer-logo .family-trentino {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites/logos-sa45d351140.png');
    background-position: 0 -411px;
    background-repeat: repeat-y;
    height: 80px;
    width: 158px;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi) {
  body.foundation .footer-logo .family-trentino {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/logos-sb0dd89d569.png');
    -moz-background-size: 248px 523px;
    -o-background-size: 248px 523px;
    -webkit-background-size: 248px 523px;
    background-size: 248px 523px;
    background-position: 0 -410.5px;
  }
}
@media (min-width: 768px) {
  body.foundation .footer-logo .hr-excellence {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites/logos-sa45d351140.png');
    background-position: 0 -62px;
    background-repeat: repeat-y;
    height: 80px;
    width: 118px;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 768px) and (-o-min-device-pixel-ratio: 3 / 2), (min-width: 768px) and (min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi) {
  body.foundation .footer-logo .hr-excellence {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/logos-sb0dd89d569.png');
    -moz-background-size: 248px 523px;
    -o-background-size: 248px 523px;
    -webkit-background-size: 248px 523px;
    background-size: 248px 523px;
    background-position: 0 -62px;
  }
}

body.foundation footer {
  background: #2b6ca3;
  border-bottom: 6px solid #2b6ca3;
  color: white;
  padding: 20px 0 120px 0;
  text-align: center;
}
@media (min-width: 480px) {
  body.foundation footer {
    padding: 20px 20px 120px 20px;
  }
}
@media (min-width: 1200px) {
  body.foundation footer {
    padding-bottom: 20px;
  }
}
body.foundation footer .footer-title {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.foundation footer .footer-title {
    margin-bottom: 20px;
  }
}
body.foundation footer a, body.foundation footer a:hover {
  color: white;
}
body.foundation footer .nav-wrapper {
  overflow: hidden;
  *zoom: 1;
  min-height: 220px;
}
body.foundation footer .nav-wrapper ul.main-nav {
  margin-bottom: 20px;
}
body.foundation footer .nav-wrapper ul.main-nav li {
  border-bottom: 1px solid #265f8f;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  position: relative;
}
body.foundation footer .nav-wrapper ul.main-nav li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
body.foundation footer .nav-wrapper ul.main-nav li ul.sub-menu {
  display: none;
}
@media (min-width: 768px) {
  body.foundation footer .nav-wrapper ul.main-nav li {
    display: inline-block;
    margin: 0;
    min-height: 60px;
    padding-bottom: 0;
    vertical-align: top;
    width: 13%;
  }
  body.foundation footer .nav-wrapper ul.main-nav li ul.sub-menu {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    display: block;
  }
  body.foundation footer .nav-wrapper ul.main-nav li ul.sub-menu li {
    overflow: hidden;
    *zoom: 1;
    border-bottom: none;
    display: inline-block;
    margin: 0;
    min-height: inherit;
    text-align: center;
    width: 100%;
  }
  body.foundation footer .nav-wrapper ul.main-nav li ul.sub-menu li a {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  body.foundation footer .nav-wrapper ul.main-nav li {
    min-height: 40px;
  }
  body.foundation footer .nav-wrapper ul.main-nav li ul.sub-menu {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
  }
}
body.foundation footer ul.social li {
  display: inline;
  font-size: 20px;
  margin: 0 6px;
}
@media (min-width: 480px) {
  body.foundation footer ul.social li {
    font-size: 28px;
    margin: 0 12px;
  }
}
body.foundation footer .footer-secondary-nav {
  margin: 32px 0;
}
body.foundation footer .footer-secondary-nav li {
  color: #86b8f5;
  display: block;
}
body.foundation footer .footer-secondary-nav li a {
  color: #86b8f5;
  font-size: 12px;
  text-transform: uppercase;
}
body.foundation footer .footer-secondary-nav li a:hover {
  color: #b5d4f9;
}
@media (min-width: 970px) {
  body.foundation footer .footer-secondary-nav li {
    display: inline-block;
  }
  body.foundation footer .footer-secondary-nav li:before {
    content: " | ";
    margin-left: 8px;
    padding-right: 8px;
  }
  body.foundation footer .footer-secondary-nav li.first-menu-item::before {
    display: none;
  }
  body.foundation footer .footer-secondary-nav li a {
    font-size: 14px;
  }
}
body.foundation footer .copy {
  color: #86b8f5;
  font-size: 12px;
  text-transform: uppercase;
}

/*------------------------------------*\
  PAGE  [FOUNDATION]
\*------------------------------------*/
body.foundation {
  padding-top: 75px;
}
body.foundation.bare {
  padding-top: 0 !important;
}
html.mm-opened body.foundation {
  padding-top: 0;
}
body.foundation.home {
  padding-top: 0;
}
@media (min-width: 970px) {
  body.foundation.home {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  body.foundation {
    padding-top: 0;
  }
  body.foundation.home {
    padding-top: 0;
  }
}
body.foundation .header-picture {
  position: relative;
}
html.mm-opened body.foundation .header-picture {
  padding-top: 75px;
}
body.foundation .header-picture .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
body.foundation .header-picture img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
body.foundation .header-empty {
  background: #003c68;
  height: 460px;
}
body.foundation .page .page-title-wrapper {
  letter-spacing: 4px;
}
body.foundation .page .page-title-wrapper h1 {
  text-transform: uppercase;
}
body.foundation .page .page-title-wrapper h1 {
  color: #0068b4;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  body.foundation .page .page-title-wrapper h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 970px) {
  body.foundation .page .page-title-wrapper h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
body.foundation .page .inner-content, body.foundation .page .inner-content-dynamic {
  line-height: 28px;
}
body.foundation .page .inner-content .page-detail, body.foundation .page .inner-content-dynamic .page-detail {
  margin-bottom: 25px;
}
body.foundation .page .inner-content .page-detail .picture-wrapper img, body.foundation .page .inner-content-dynamic .page-detail .picture-wrapper img {
  height: inherit;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  body.foundation .page .inner-content .page-detail, body.foundation .page .inner-content-dynamic .page-detail {
    margin-bottom: 50px;
  }
}
body.foundation .page .inner-content .contains-schedules,
body.foundation .page .inner-content .contains-related-media, body.foundation .page .inner-content-dynamic .contains-schedules,
body.foundation .page .inner-content-dynamic .contains-related-media {
  margin-top: 20px;
}
body.foundation .page .inner-content .contains-schedules ul,
body.foundation .page .inner-content .contains-related-media ul, body.foundation .page .inner-content-dynamic .contains-schedules ul,
body.foundation .page .inner-content-dynamic .contains-related-media ul {
  list-style: none;
  margin-left: 0;
}
body.foundation .page .inner-content .contains-schedules h3,
body.foundation .page .inner-content .contains-related-media h3, body.foundation .page .inner-content-dynamic .contains-schedules h3,
body.foundation .page .inner-content-dynamic .contains-related-media h3 {
  border-top: 1px solid #dedede;
  font-size: 18px;
  padding-top: 20px;
  text-transform: uppercase;
}
body.foundation .page .inner-content .contains-schedules, body.foundation .page .inner-content-dynamic .contains-schedules {
  font-size: 14px;
}
body.foundation .page .inner-content .contains-schedules ul, body.foundation .page .inner-content-dynamic .contains-schedules ul {
  overflow: hidden;
  *zoom: 1;
  background: #fafafa;
  padding: 20px;
}
body.foundation .page .inner-content .contains-schedules ul li, body.foundation .page .inner-content-dynamic .contains-schedules ul li {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  margin-top: 20px;
}
body.foundation .page .inner-content .contains-schedules ul li:first-child, body.foundation .page .inner-content-dynamic .contains-schedules ul li:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
body.foundation .page .inner-content .contains-schedules ul li p, body.foundation .page .inner-content-dynamic .contains-schedules ul li p {
  line-height: normal;
  margin: 10px 0;
}
body.foundation .page .inner-content .contains-schedules ul li .location, body.foundation .page .inner-content-dynamic .contains-schedules ul li .location {
  margin: 0;
}
body.foundation .page .inner-content .contains-schedules ul li .location .name, body.foundation .page .inner-content-dynamic .contains-schedules ul li .location .name {
  font-weight: 700;
  font-size: 16px;
}
body.foundation .page .inner-content .contains-schedules ul li .date, body.foundation .page .inner-content-dynamic .contains-schedules ul li .date {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #0068b4;
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 6px 10px;
  width: 100%;
}
@media (min-width: 768px) {
  body.foundation .page .inner-content .contains-schedules ul li .date, body.foundation .page .inner-content-dynamic .contains-schedules ul li .date {
    float: right;
    margin-bottom: 0;
    width: auto;
  }
}
body.foundation .page .inner-content h2, body.foundation .page .inner-content h3, body.foundation .page .inner-content-dynamic h2, body.foundation .page .inner-content-dynamic h3 {
  font-weight: 700;
  margin: 0 0 10px 0;
}
body.foundation .page .inner-content h2, body.foundation .page .inner-content-dynamic h2 {
  font-size: 20px;
  line-height: 24px;
}
body.foundation .page .inner-content h3, body.foundation .page .inner-content-dynamic h3 {
  font-size: 18px;
  line-height: 22px;
}
body.foundation .page .inner-content .search-results, body.foundation .page .inner-content-dynamic .search-results {
  margin-top: 20px;
}
body.foundation .page .inner-content .search-results li, body.foundation .page .inner-content-dynamic .search-results li {
  border-top: 1px solid #dedede;
}
body.foundation .page .inner-content .search-results li:first-child, body.foundation .page .inner-content-dynamic .search-results li:first-child {
  border-top: none;
}
body.foundation .page .inner-content .search-results li h6, body.foundation .page .inner-content-dynamic .search-results li h6 {
  font-size: 18px;
}
body.foundation .page .inner-content .search-results li .details, body.foundation .page .inner-content-dynamic .search-results li .details {
  font-size: 14px;
}
body.foundation .page .inner-content .search-results li .details a, body.foundation .page .inner-content-dynamic .search-results li .details a {
  margin-right: 6px;
}
@media (min-width: 768px) {
  body.foundation .page .inner-content h2, body.foundation .page .inner-content-dynamic h2 {
    font-size: 22px;
    line-height: 26px;
  }
  body.foundation .page .inner-content h3, body.foundation .page .inner-content-dynamic h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 970px) {
  body.foundation .page .inner-content h2, body.foundation .page .inner-content-dynamic h2 {
    font-size: 26px;
    line-height: 30px;
  }
  body.foundation .page .inner-content h3, body.foundation .page .inner-content-dynamic h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
body.foundation .page .contains-rich-text {
  overflow: hidden;
  *zoom: 1;
  line-height: 28px;
}
body.foundation .page .contains-rich-text em, body.foundation .page .contains-rich-text i {
  font-style: italic;
}
body.foundation .page .contains-rich-text a {
  color: #0068b4;
}
body.foundation .page .contains-rich-text a:hover {
  color: #004b81;
}
body.foundation .page .contains-rich-text ul, body.foundation .page .contains-rich-text ol {
  line-height: 22px;
  margin: 20px 0 20px 20px;
}
body.foundation .page .contains-rich-text ul li, body.foundation .page .contains-rich-text ol li {
  margin: 8px 0;
}
body.foundation .page .contains-rich-text ul {
  list-style: circle;
}
body.foundation .page .contains-rich-text ol {
  list-style: decimal;
}
body.foundation .page .contains-rich-text .contains-external-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
body.foundation .page .contains-rich-text .contains-external-video iframe, body.foundation .page .contains-rich-text .contains-external-video object, body.foundation .page .contains-rich-text .contains-external-video embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  body.foundation .page .contains-rich-text .contains-external-video {
    padding-bottom: 56.25%;
  }
}
body.foundation .page .sidebar {
  margin-top: 25px;
  text-align: center;
}
body.foundation .page .sidebar .widget {
  margin-bottom: 40px;
}
body.foundation .page .sidebar .widget .title {
  border-bottom: 1px solid #2b6ca3;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 28px;
  margin: 20px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}
body.foundation .page .sidebar .widget img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
body.foundation .page .sidebar .widget.related-media .item, body.foundation .page .sidebar .widget.related-videos .item {
  line-height: 30px;
  margin-bottom: 10px;
}
body.foundation .page .sidebar .widget.related-media .type, body.foundation .page .sidebar .widget.related-videos .type {
  display: inline;
  font-size: 30px;
  margin-right: 8px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  body.foundation .page .sidebar {
    text-align: left;
  }
  body.foundation .page .sidebar .widget {
    margin-bottom: 40px;
  }
  body.foundation .page .sidebar .title {
    font-size: 30px;
    line-height: 38px;
  }
  body.foundation .page .sidebar.related-media .type, body.foundation .page .sidebar.related-videos .type {
    float: left;
  }
}

/*------------------------------------*\
   SIDEBAR [FOUNDATION]
\*------------------------------------*/
body.foundation .sidebar .box-content, body.foundation .sidebar .box-title, body.foundation .sidebar .widget {
  text-align: center;
}
body.foundation .sidebar .box-content, body.foundation .sidebar .widget {
  margin-bottom: 30px;
}
body.foundation .sidebar .widget {
  overflow: hidden;
  *zoom: 1;
  background: #f2f2f2;
  padding: 0 20px 20px 20px;
}
body.foundation .sidebar .widget > h6 {
  background: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 0 -20px 20px -20px;
  padding: 0 0 20px 0;
}
body.foundation .sidebar .contains-facts-and-numbers {
  background: #0068b4;
  color: white;
}
body.foundation .sidebar .contains-facts-and-numbers .box-content, body.foundation .sidebar .contains-facts-and-numbers .box-title {
  background: #0068b4;
  text-align: left;
}
body.foundation .sidebar .contains-facts-and-numbers .box-title {
  font-size: 22px;
  margin-bottom: 0;
  padding: 15px 20px 0;
}
body.foundation .sidebar .contains-facts-and-numbers ul {
  overflow: hidden;
  *zoom: 1;
  text-align: left;
}
body.foundation .sidebar .contains-facts-and-numbers ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  min-height: 150px;
  overflow: auto;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
body.foundation .sidebar .contains-facts-and-numbers ul li .number {
  border-bottom: 1px solid #00599b;
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media (min-width: 970px) {
  body.foundation .sidebar .contains-facts-and-numbers ul li .number {
    font-size: 24px;
    line-height: 26px;
    text-align: left;
  }
}
@media (min-width: 480px) {
  body.foundation .sidebar .contains-facts-and-numbers ul li {
    min-height: 115px;
    width: 33.333%;
  }
}
@media (min-width: 970px) {
  body.foundation .sidebar .contains-facts-and-numbers ul li {
    display: block;
    font-size: 13px;
    margin-bottom: 20px;
    min-height: inherit;
    overflow: hidden;
    text-align: left;
    width: 100%;
  }
}
body.foundation .sidebar .visits-fbk .box-content .box-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
}
body.foundation .sidebar .visits-fbk .box-content li {
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
}
body.foundation .sidebar .visits-fbk .box-content li .date {
  font-size: 14px;
}
body.foundation .sidebar .visits-fbk .box-content li:first-child {
  border-top: none;
  padding-top: 0;
}
body.foundation .sidebar .newsletter form input, body.foundation .sidebar .newsletter form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  body.foundation .sidebar .newsletter form input, body.foundation .sidebar .newsletter form textarea {
    width: auto;
  }
}
@media (min-width: 768px) {
  body.foundation .sidebar .newsletter form input, body.foundation .sidebar .newsletter form textarea {
    width: 320px;
  }
}
@media (min-width: 970px) {
  body.foundation .sidebar .newsletter form input, body.foundation .sidebar .newsletter form textarea {
    width: 100%;
  }
}
@media (min-width: 970px) {
  body.foundation .sidebar .newsletter form input[type="submit" i] {
    width: 100%;
  }
}
body.foundation .sidebar .newsletter .contains-subscriber-actions {
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 24px 0 0 0;
  text-align: center;
  width: 100%;
}
body.foundation .sidebar .social ul {
  margin-top: 20px;
}
body.foundation .sidebar .social ul li {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  height: 30px;
  margin: 0;
  text-align: center;
  width: 30px;
}
@media (min-width: 1200px) {
  body.foundation .sidebar .social ul li {
    margin: 0 1px;
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 1400px) {
  body.foundation .sidebar .social ul li {
    margin: 0 2px;
  }
}
body.foundation .sidebar .social ul li a {
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  color: white;
  display: block;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  body.foundation .sidebar .social ul li a {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
  }
}
body.foundation .sidebar .social ul li a.fbk-fa-facebook {
  background: #3c599b;
}
body.foundation .sidebar .social ul li a.fbk-fa-facebook:hover {
  background: #354e89;
}
body.foundation .sidebar .social ul li a.fbk-fa-twitter {
  background: #06aae7;
}
body.foundation .sidebar .social ul li a.fbk-fa-twitter:hover {
  background: #0598ce;
}
body.foundation .sidebar .social ul li a.fbk-fa-linkedin {
  background: #0077b5;
}
body.foundation .sidebar .social ul li a.fbk-fa-linkedin:hover {
  background: #00669c;
}
body.foundation .sidebar .social ul li a.fbk-fa-instagram {
  background: #9537bc;
}
body.foundation .sidebar .social ul li a.fbk-fa-instagram:hover {
  background: #8531a8;
}
body.foundation .sidebar .social ul li a.fbk-fa-youtube {
  background: #da202e;
}
body.foundation .sidebar .social ul li a.fbk-fa-youtube:hover {
  background: #c41d29;
}
body.foundation .sidebar .social ul li a.fbk-fa-google-plus {
  background: #da4c38;
}
body.foundation .sidebar .social ul li a.fbk-fa-google-plus:hover {
  background: #d23c27;
}
body.foundation .sidebar .social ul li a.fbk-fa-instagram {
  background: #405de6;
}
body.foundation .sidebar .social ul li a.fbk-fa-instagram:hover {
  background: #294ae3;
}
body.foundation .sidebar .related-media .item {
  line-height: 30px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 15px;
}
body.foundation .sidebar .related-media .type {
  display: inline;
  font-size: 30px;
  margin-right: 8px;
  vertical-align: middle;
}

/*------------------------------------*\
   LISTS [FOUNDATION]
\*------------------------------------*/
body.foundation .page div.half {
  margin: 20px 0;
}
@media (min-width: 970px) {
  body.foundation .page div.half {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  body.foundation .page div.half:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
body.foundation .page div.half .item {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
}
body.foundation .page div.half .item .picture-wrapper img {
  height: inherit;
  width: 100%;
}
body.foundation .page div.half .item h2 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  body.foundation .page div.half .item {
    text-align: left;
  }
  body.foundation .page div.half .item .picture-wrapper {
    float: left;
    margin-right: 20px;
    width: 36%;
  }
}
@media (min-width: 768px) {
  body.foundation .page div.half .item h2 {
    font-size: 20px;
    height: 50px;
    line-height: 24px;
  }
}
@media (min-width: 970px) {
  body.foundation .page div.half .item .picture-wrapper {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
body.foundation .page div.hubs {
  margin: 20px 0;
}
body.foundation .page div.hubs .item {
  overflow: hidden;
  *zoom: 1;
  text-align: center;
}
body.foundation .page div.hubs .item .picture-wrapper img {
  height: inherit;
  margin-bottom: 10px;
  width: 100%;
}
body.foundation .page div.hubs .item h2 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  body.foundation .page div.hubs .item {
    text-align: left;
  }
  body.foundation .page div.hubs .item .picture-wrapper {
    float: left;
    margin: 0 20px 0 0;
    width: 26%;
  }
}
@media (min-width: 768px) {
  body.foundation .page div.hubs .item h2 {
    font-size: 20px;
    height: 50px;
    line-height: 24px;
  }
}
body.foundation .full-contatcts-wrapper ul {
  overflow: hidden;
  *zoom: 1;
}
body.foundation .full-contatcts-wrapper ul li.line {
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
  margin-bottom: 20px;
  padding: 25px;
  text-align: center;
}
@media (min-width: 970px) {
  body.foundation .full-contatcts-wrapper ul li.line {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  body.foundation .full-contatcts-wrapper ul li.line:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
body.foundation .full-contatcts-wrapper ul li.line .data {
  overflow: hidden;
}
body.foundation .full-contatcts-wrapper ul li.line .data .title {
  text-transform: uppercase;
}
body.foundation .full-contatcts-wrapper ul li.line .data .contains-contact .contains-links span {
  display: block;
}
@media (min-width: 480px) {
  body.foundation .full-contatcts-wrapper ul li.line .data .contains-contact .contains-links {
    word-wrap: break-word;
  }
  body.foundation .full-contatcts-wrapper ul li.line .data .contains-contact .contains-links span {
    display: inline-block;
  }
  body.foundation .full-contatcts-wrapper ul li.line .data .contains-contact .contains-links span:before {
    content: '|';
    display: inline-block;
    padding: 0 4px;
  }
  body.foundation .full-contatcts-wrapper ul li.line .data .contains-contact .contains-links span:first-child::before {
    display: none;
  }
}
body.foundation .full-contatcts-wrapper ul li.line img, body.foundation .full-contatcts-wrapper ul li.line .avatar {
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  display: table;
  height: 80px;
  margin: 0 auto 10px;
  width: 80px;
}
body.foundation .full-contatcts-wrapper ul li.line .avatar {
  background-image: url('/wp-content/themes/fbk-foundation/images/sprites/placeholders-s5b214e2811.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 80px;
  width: 80px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  body.foundation .full-contatcts-wrapper ul li.line .avatar {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/placeholders-s28d36f3270.png');
    -moz-background-size: 80px 80px;
    -o-background-size: 80px 80px;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
    background-position: 0 0;
  }
}
body.foundation .full-contatcts-wrapper ul li.line strong {
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  body.foundation .full-contatcts-wrapper ul li.line {
    text-align: left;
  }
  body.foundation .full-contatcts-wrapper ul li.line img, body.foundation .full-contatcts-wrapper ul li.line .avatar {
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    height: 80px;
    width: 80px;
    float: left;
    margin: 0 25px 30px 0;
  }
}
body.foundation .phonebook-title {
  display: block;
  text-align: center;
}
@media (min-width: 480px) {
  body.foundation .phonebook-title {
    text-align: left;
  }
}

/*------------------------------------*\
   DETAIL [FOUNDATION]
\*------------------------------------*/
body.foundation .page .related-container ul {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
}
body.foundation .page .related-container.related-media {
  margin-top: 30px;
}
body.foundation .page .related-container.related-media ul li {
  line-height: 20px;
  margin: 8px 0;
  padding-left: 30px;
}
body.foundation .page .related-container.related-media ul .type {
  float: left;
  font-size: 20px;
  margin-right: 10px;
  margin-left: -30px;
}
body.foundation .page .related-container.related-videos ul li {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
body.foundation .page .related-container.related-videos ul li img {
  height: inherit;
  width: 100%;
}
body.foundation .page .related-container.related-videos ul li i.fbk-fa-play {
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  color: white;
  font-size: 28px;
  left: 50%;
  position: absolute;
  top: 40%;
  z-index: 10;
}
body.foundation .page .related-container.related-videos ul li p {
  margin: 0;
}
@media (min-width: 480px) {
  body.foundation .page .related-container.related-videos ul li {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0;
    text-align: left;
  }
  body.foundation .page .related-container.related-videos ul li:nth-child(3n) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  body.foundation .page .related-container.related-videos ul li i.fbk-fa-play {
    font-size: 36px;
  }
  body.foundation .page .related-container.related-videos ul li p {
    font-size: 18px;
    margin: 0;
  }
}
body.foundation .page .related-container.related-posts .item-wrapper {
  margin-bottom: 20px;
}
body.foundation .page .related-container.related-posts .item-wrapper .title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
}
body.foundation .page .related-container.related-posts .item-wrapper .subtitle {
  line-height: 18px;
}

/*------------------------------------*\
  RESEARCH CENTERS  [FOUNDATION]
\*------------------------------------*/
body.foundation .page .inner-content ul.reseach-centers-wrapper {
  overflow: hidden;
  *zoom: 1;
  list-style: none;
  margin: 0;
}
body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f0f4f7;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}
body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center .picture {
  margin: 20px -20px 15px;
  position: relative;
}
body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center .picture img {
  height: inherit;
  width: 100%;
}
@media (min-width: 768px) {
  body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center .picture {
    margin: 20px -30px 15px;
  }
}
body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center .heading-wrapper {
  min-height: 84px;
}
body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center .heading-wrapper .title {
  color: #0068b4;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center .heading-wrapper .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center .heading-wrapper .subtitle {
  font-weight: 700;
  line-height: normal;
}
body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center .description {
  line-height: 22px;
}
@media (min-width: 768px) {
  body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 20px;
    min-height: 580px;
    padding: 30px 30px 60px 30px;
  }
  body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center a.download {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center a.website {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 970px) {
  body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center:nth-child(2n) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  body.foundation .page .inner-content ul.reseach-centers-wrapper li.reseach-center:nth-child(3n) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}
body.foundation .page.contains-center-info .page-title-wrapper h1 {
  margin-bottom: 0;
}
body.foundation .page.contains-center-info .main-picture img {
  height: inherit;
  width: 100%;
  vertical-align: bottom;
}
body.foundation .page.contains-center-info .contains-url {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body.foundation .page.contains-center-info .contains-url a {
  text-decoration: underline;
}
body.foundation .page.contains-center-info .contains-url:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  position: relative;
  text-decoration: inherit;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0068b4;
  content: "\f35d";
  font-size: 16px;
  margin-right: 6px;
  position: relative;
}
body.foundation .page.contains-center-info .infographic {
  overflow: hidden;
  *zoom: 1;
  background: #fafafa;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (min-width: 768px) {
  body.foundation .page.contains-center-info .infographic {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  body.foundation .page.contains-center-info .infographic {
    padding: 10px 0;
  }
}
body.foundation .page.contains-center-info .infographic div.item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  display: flex;
  flex-direction: row;
}
body.foundation .page.contains-center-info .infographic div.item .contains-number span.value {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2b6ca3;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  width: 50px;
}
body.foundation .page.contains-center-info .infographic div.item .contains-description {
  font-weight: 600;
  line-height: 20px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  body.foundation .page.contains-center-info .infographic div.item {
    display: flex;
    flex-direction: row;
    padding: 20px 10px;
    width: 49%;
  }
  body.foundation .page.contains-center-info .infographic div.item .contains-description {
    margin-top: 10px;
  }
  body.foundation .page.contains-center-info .infographic div.item .contains-number span.value {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    width: 60px;
  }
}
@media (min-width: 1200px) {
  body.foundation .page.contains-center-info .infographic div.item {
    padding: 30px 10px;
    width: 24%;
  }
  body.foundation .page.contains-center-info .infographic div.item .contains-number span.value {
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    width: 80px;
  }
}
body.foundation .page.contains-center-info .text-block {
  margin: 20px 0 10px;
}
body.foundation .page.contains-center-info .text-block h3 {
  color: #0068b4;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.foundation .page.contains-center-info .text-block p {
  line-height: 24px;
}
body.foundation .page.contains-center-info .text-block.contacts p {
  line-height: 26px;
}
body.foundation .page.contains-center-info .text-block.contacts i.fbk-fa {
  margin-right: 6px;
}
body.foundation .page.contains-center-info .text-block.contacts .director-picture {
  margin: 0 0 20px 0;
}
body.foundation .page.contains-center-info .text-block.contacts .director-picture a {
  display: inline-block;
}
body.foundation .page.contains-center-info .text-block.contacts .director-picture img {
  height: inherit;
  vertical-align: bottom;
  width: 100%;
}
@media (min-width: 480px) {
  body.foundation .page.contains-center-info .text-block.contacts .director-picture {
    float: left;
    margin: 0 20px 0 0;
  }
  body.foundation .page.contains-center-info .text-block.contacts .director-picture img {
    width: 100px;
    height: inherit;
  }
}

/*------------------------------------*\
  EVENTS  [FOUNDATION]
\*------------------------------------*/
body.foundation .page .inner-content ul.events li {
  padding-bottom: 50px;
}
body.foundation .page .inner-content ul.events li .picture-wrapper.full, body.foundation .page .inner-content ul.events li .description.full {
  width: 100%;
  margin-bottom: 30px;
}
body.foundation .page .inner-content .view-all {
  margin-top: 30px;
}
body.foundation .contains-schedules .schedules.ui-accordion .ui-state-default {
  color: #0068b4;
}
body.foundation .contains-schedules .schedules.ui-accordion .ui-state-active {
  background: #0068b4;
  color: white;
}
body.foundation .contains-schedules .schedules.ui-accordion .ui-state-active .ui-icon {
  background-image: url("//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/flick/images/ui-icons_ffffff_256x240.png");
}
body.foundation .contains-schedules .schedules.ui-accordion .ui-state-hover {
  background: #004b81;
  color: white;
}
body.foundation .contains-schedules .schedules.ui-accordion .details .when .date {
  font-weight: 700;
  margin-bottom: 4px;
}
body.foundation .contains-schedules .schedules.ui-accordion .details .where .map-bubble {
  min-width: 180px;
}
body.foundation .contains-schedules .schedules.ui-accordion .details .where .map-bubble h4 {
  border-bottom: 1px solid #dedede;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
body.foundation .contains-schedules .schedules.ui-accordion .details .where .map-bubble p {
  margin: 10px 0 20px 0;
}
body.foundation .contains-schedules .schedules ul.actions {
  background: transparent;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
body.foundation .contains-schedules .schedules ul.actions li {
  margin: 0 0 10px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}
body.foundation .contains-schedules .schedules ul.actions li:first-child {
  padding-top: 10px;
}
body.foundation .contains-schedules .schedules ul.actions li.google-calendar {
  background: #3a82f5;
}
body.foundation .contains-schedules .schedules ul.actions li.eventbrite {
  background: #f28522;
}
body.foundation .contains-schedules .schedules ul.actions li.register-url {
  background: #0068b4;
}
body.foundation .contains-schedules .schedules ul.actions li .fbk-fa, body.foundation .contains-schedules .schedules ul.actions li .fbk-fas, body.foundation .contains-schedules .schedules ul.actions li .fbk-fab, body.foundation .contains-schedules .schedules ul.actions li .fbk-far {
  display: inline;
  margin-right: 6px;
}
body.foundation .contains-schedules .schedules ul.actions li a {
  color: white;
  display: block;
}
@media (min-width: 768px) {
  body.foundation .contains-schedules .schedules ul.actions li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0 0 10px;
    width: auto;
  }
  body.foundation .contains-schedules .schedules ul.actions li:first-child {
    margin-left: 0;
    padding: 10px;
  }
}
body.foundation .contains-schedules .schedules .contains-map {
  margin: 20px 0 0 0;
  min-height: 380px;
  position: relative;
}
body.foundation .contains-schedules .schedules .contains-map:after {
  content: '';
  display: block;
  padding-bottom: 68%;
}
@media (min-width: 768px) {
  body.foundation .contains-schedules .schedules .contains-map:after {
    padding-bottom: 52%;
  }
}
@media (min-width: 1400px) {
  body.foundation .contains-schedules .schedules .contains-map:after {
    padding-bottom: 40%;
  }
}
body.foundation .contains-schedules .schedules .contains-map .map {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.single-fbkpressrelease .date {
  font-weight: 700;
  margin: 0 0 16px 0;
}

.contains-press-releases .description {
  position: relative;
}
.contains-press-releases .date {
  float: left;
}
.contains-press-releases .flags {
  margin: 10px 0 0 0;
  line-height: 20px;
  padding: 0 0 0 1px;
}
@media (min-width: 768px) {
  .contains-press-releases .flags {
    bottom: 32px;
    left: 0;
    position: absolute;
  }
}
@media (min-width: 970px) {
  .contains-press-releases .flags {
    bottom: 10px;
  }
}
.contains-press-releases .flags span {
  display: inline-block;
  font-size: 23px;
  margin: 0 4px 0 0;
}
.contains-press-releases a.more {
  bottom: 12px !important;
  display: none;
}
@media (min-width: 768px) {
  .contains-press-releases a.more {
    display: block;
  }
}
.contains-press-releases .title {
  clear: both;
}

/*------------------------------------*\
  PHONEBOOK [FOUNDATION]
\*------------------------------------*/
body.foundation .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 10px;
}
body.foundation .select2-container .select2-selection {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #dedede;
  height: 39px;
  padding: 10px;
}
body.foundation .select2-container .select2-selection .select2-selection__rendered {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
body.foundation .select2-container .select2-dropdown {
  border-top: none !important;
  padding: 6px;
}
body.foundation .select2-container .select2-dropdown, body.foundation .select2-container .select2-search__field {
  border: 1px solid #dedede;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 4px;
}
body.foundation .select2-container .select2-results__option {
  font-size: 14px;
}
body.foundation .select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0068b4;
}
body.foundation .filters-wrapper {
  overflow: hidden;
  *zoom: 1;
}
body.foundation .filters-wrapper input[type="submit"], body.foundation .filters-wrapper input[type="reset"], body.foundation .filters-wrapper input[type="search"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 10px;
  -webkit-appearance: none;
}
body.foundation .filters-wrapper .fields {
  float: left;
  width: 100%;
}
body.foundation .filters-wrapper .fields input[type="search"] {
  border: 1px solid #dedede;
}
body.foundation .filters-wrapper .fields input[type="search"], body.foundation .filters-wrapper .fields .select2 {
  width: 100% !important;
}
body.foundation .filters-wrapper .fields input[type="search"] {
  margin: 0 2% 2% 0;
}
@media (min-width: 480px) {
  body.foundation .filters-wrapper .fields input[type="search"], body.foundation .filters-wrapper .fields .select2 {
    width: 48.5% !important;
  }
  body.foundation .filters-wrapper .fields input[type="search"] {
    margin: 0 2% 0 0;
  }
}
body.foundation .filters-wrapper .buttons {
  float: right;
  text-align: center;
  width: 100%;
}
body.foundation .filters-wrapper .buttons input[type="reset"], body.foundation .filters-wrapper .buttons input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  margin: 16px 8px;
}
body.foundation .filters-wrapper .buttons input[type="reset"] {
  background: #dedede;
}
body.foundation .filters-wrapper .buttons input[type="submit"] {
  background: #0068b4;
  color: white;
}
@media (min-width: 970px) {
  body.foundation .filters-wrapper .fields {
    width: 80%;
  }
  body.foundation .filters-wrapper .buttons {
    text-align: right;
    width: 20%;
  }
  body.foundation .filters-wrapper .buttons input[type="reset"], body.foundation .filters-wrapper .buttons input[type="submit"] {
    margin: 0 8px;
  }
}
body.foundation ul.contacts {
  overflow: hidden;
  *zoom: 1;
}
body.foundation ul.contacts li {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
  position: relative;
}
body.foundation ul.contacts li:first-child {
  padding-top: 0;
}
@media (min-width: 480px) {
  body.foundation ul.contacts li:first-child {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  body.foundation ul.contacts li {
    float: left;
    min-height: 130px;
    padding: 20px 0 10px;
    width: 48%;
  }
}
@media (min-width: 1400px) {
  body.foundation ul.contacts li {
    min-height: 136px;
    width: 31.333%;
  }
}
body.foundation ul.contacts li .data-content {
  overflow: hidden;
  *zoom: 1;
  padding-left: 100px;
}
body.foundation ul.contacts li .picture {
  position: absolute;
  left: 0;
  width: 80px;
}
body.foundation ul.contacts li .picture .avatar {
  background-image: url('/wp-content/themes/fbk-foundation/images/sprites/placeholders-s5b214e2811.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 80px;
  width: 80px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  body.foundation ul.contacts li .picture .avatar {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/placeholders-s28d36f3270.png');
    -moz-background-size: 80px 80px;
    -o-background-size: 80px 80px;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
    background-position: 0 0;
  }
}
body.foundation ul.contacts li .picture img, body.foundation ul.contacts li .picture .avatar {
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  height: 80px;
  width: 80px;
}
body.foundation ul.contacts li .data .additional p.organisation {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 970px) {
  body.foundation ul.contacts li .data .main .email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
body.foundation ul.contacts li p {
  margin: 0 0 4px 0;
}
body.foundation ul.page-numbers {
  margin-top: 20px;
  text-align: center;
}
body.foundation ul.page-numbers li {
  border-top: none;
  display: inline;
}
body.foundation ul.page-numbers li a, body.foundation ul.page-numbers li span {
  display: inline-block;
  padding: 0 6px;
}

/*------------------------------------*\
  SEARCH RESULTS [FOUNDATION]
\*------------------------------------*/
body.foundation .contains-search-results .search-results {
  margin-bottom: 30px;
}
body.foundation .contains-search-results .search-results li {
  border-top: 1px solid #dedede;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}
body.foundation .contains-search-results .search-results li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 480px) {
  body.foundation .contains-search-results .search-results li .picture-wrapper {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
body.foundation .contains-search-results .search-results li .picture-wrapper img {
  height: inherit;
  margin-bottom: 10px;
  vertical-align: bottom;
  width: 100%;
}
body.foundation .contains-search-results .search-results li .picture {
  display: none;
}
body.foundation .contains-search-results .search-results li .picture .avatar {
  background-image: url('/wp-content/themes/fbk-foundation/images/sprites/placeholders-s5b214e2811.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 80px;
  width: 80px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  body.foundation .contains-search-results .search-results li .picture .avatar {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/placeholders-s28d36f3270.png');
    -moz-background-size: 80px 80px;
    -o-background-size: 80px 80px;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
    background-position: 0 0;
  }
}
body.foundation .contains-search-results .search-results li .picture img, body.foundation .contains-search-results .search-results li .picture .avatar {
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  display: block;
  height: 80px;
  width: 80px;
}
@media (min-width: 480px) {
  body.foundation .contains-search-results .search-results li .picture {
    display: block;
    float: left;
    padding: 0 20px 20px 0;
  }
}
@media (min-width: 480px) {
  body.foundation .contains-search-results .search-results li .text-wrapper {
    width: 83.05085%;
    float: right;
    margin-right: 0;
  }
}
body.foundation .contains-search-results .search-results li .text-wrapper .date {
  font-size: 14px;
  margin-bottom: 10px;
}
body.foundation .contains-search-results .search-results li .text-wrapper .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
body.foundation .contains-search-results .search-results li .text-wrapper .more {
  background: white;
  color: #0068b4;
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-top: 10px;
}

/*------------------------------------*\
  SHARED [FOUNDATION]
\*------------------------------------*/
body.foundation strong, body.foundation .strong, body.foundation .page .contains-rich-text strong, body.foundation .page .contains-rich-text b {
  font-weight: 700;
}
body.foundation .clearfix {
  clear: both;
}
body.foundation hr {
  background: #e5e5e5;
  height: 1px;
  border: none;
  margin: 30px 0;
  clear: both;
}
body.foundation .title-line {
  background: #0068b4;
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 20px;
}
body.foundation .view-all {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
  position: relative;
}
body.foundation .view-all .divider {
  position: absolute;
  top: 19.5px;
  right: 0;
  left: 0;
  border-top: 1px solid #0068b4;
  z-index: 10;
}
body.foundation .view-all a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  background: white;
  border-left: 10px solid  white;
  float: right;
  position: relative;
  z-index: 20;
}
body.foundation .view-all a span {
  border: 1px solid #0068b4;
  color: #0068b4;
  display: block;
  padding: 5px 10px;
}
body.foundation .view-all a:hover {
  background: #0068b4;
}
body.foundation .view-all a:hover span {
  color: white;
}
@media (min-width: 768px) {
  body.foundation .view-all {
    margin-bottom: 40px;
  }
}
body.foundation img.alignleft, body.foundation img.alignright, body.foundation img.alignnone {
  height: auto;
  margin: 10px 0 20px;
  width: 100%;
}
@media (min-width: 480px) {
  body.foundation img.alignleft {
    float: left;
    width: auto;
    margin: 0 20px 20px 0;
  }
}
@media (min-width: 480px) {
  body.foundation img.alignright {
    float: right;
    width: auto;
    margin: 0 0 20px 20px;
  }
}
@media (min-width: 480px) {
  body.foundation img.alignnone {
    margin: 20px 0 20px 0;
  }
}
body.foundation .box-content {
  overflow: hidden;
  *zoom: 1;
  background: #f2f2f2;
  padding: 20px;
}
body.foundation .box-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 20px;
}
body.foundation .fbk-fa.bigger {
  color: #dedede;
  font-size: 300px;
  margin-bottom: 20px;
}
body.foundation .center {
  text-align: center;
}

/*------------------------------------*\
  LIST [FOUNDATION]
\*------------------------------------*/
body.foundation .fragment-wrapper ul li {
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #dedede;
  padding-top: 30px;
  position: relative;
}
body.foundation .fragment-wrapper ul li:first-child {
  border-top: none;
  padding-top: 0;
}
body.foundation .fragment-wrapper ul li .picture-wrapper {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  margin: 0 0 20px 0;
}
body.foundation .fragment-wrapper ul li .picture-wrapper img {
  width: 100%;
  height: inherit;
}
body.foundation .fragment-wrapper ul li .description {
  width: 74.57627%;
  float: right;
  margin-right: 0;
}
body.foundation .fragment-wrapper ul li .description .title {
  color: #333;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 768px) {
  body.foundation .fragment-wrapper ul li .description .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
  }
}
body.foundation .fragment-wrapper ul li .description .title .source {
  display: block;
  margin: 0 4px 0 0;
}
@media (min-width: 480px) {
  body.foundation .fragment-wrapper ul li .description .title .source {
    display: inline-block;
  }
}
body.foundation .fragment-wrapper ul li .description .title .source span {
  background: rgba(43, 108, 163, 0.8);
  color: white;
  font-size: 0.75em;
  padding: 2px 8px;
  text-transform: uppercase;
}
body.foundation .fragment-wrapper ul li .description .date {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  body.foundation .fragment-wrapper ul li .description .date {
    font-size: 14px;
    line-height: 16px;
  }
}
body.foundation .fragment-wrapper ul li .description .details, body.foundation .fragment-wrapper ul li .description a.more {
  display: none;
}
@media (min-width: 768px) {
  body.foundation .fragment-wrapper ul li .description .details, body.foundation .fragment-wrapper ul li .description a.more {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  body.foundation .fragment-wrapper ul li .description .details {
    padding-bottom: 40px;
  }
}
@media (min-width: 970px) {
  body.foundation .fragment-wrapper ul li .description a.more {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

.contains-actions {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 12px;
  left: 50%;
  position: fixed;
  z-index: 1000;
}
@media (min-width: 480px) {
  .contains-actions {
    bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .contains-actions {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    bottom: 32px;
    left: auto;
    right: 26px;
  }
}
.contains-actions ul {
  white-space: nowrap;
}
.contains-actions ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  height: 48px;
  overflow: hidden;
  padding: 3px 0;
  text-align: center;
  width: 60px;
}
.contains-actions ul li a {
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #ffffff;
  border-radius: 48px;
  cursor: pointer;
  height: 48px;
  margin: 0 6px;
  padding: 8px;
  width: 48px;
}
.contains-actions ul li a span:before {
  font-size: 24px;
}
.contains-actions ul li a img {
  width: 24px;
}
@media (min-width: 480px) {
  .contains-actions ul li {
    height: 64px;
    width: 76px;
  }
  .contains-actions ul li a {
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    border-radius: 64px;
    height: 64px;
    padding: 16px;
    width: 64px;
  }
  .contains-actions ul li a img {
    width: 32px;
  }
}
.contains-actions ul li.contains-print a span {
  position: relative;
  top: 4px;
}
.contains-actions ul li.contains-print a span:before {
  color: #778899;
}
.contains-actions ul li.contains-share a span {
  left: -1px;
  position: relative;
  top: 4px;
}
.contains-actions ul li.contains-share a span:before {
  color: #487db3;
}
.contains-actions ul li.contains-to-top {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 0;
}
.contains-actions ul li.contains-to-top.is-visible {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 60px;
}
@media (min-width: 480px) {
  .contains-actions ul li.contains-to-top.is-visible {
    width: 76px;
  }
}
.contains-actions ul li.contains-to-top a span {
  position: relative;
  top: 2px;
}
.contains-actions ul li.contains-to-top a span:before {
  color: black;
}

.vex.vex-theme-plain .vex-content .contains-add-to-calendar-dialog-contents h2 {
  padding: 8px 0;
}
.vex.vex-theme-plain .vex-content .contains-add-to-calendar-dialog-contents ul li {
  overflow: hidden;
  *zoom: 1;
  margin: 24px 0 0 0;
}
.vex.vex-theme-plain .vex-content .contains-add-to-calendar-dialog-contents ul li a span {
  display: block;
  float: left;
  font-size: 96px;
  width: 120px;
}
.vex.vex-theme-plain .vex-content .contains-add-to-calendar-dialog-contents ul li a label {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.vex.vex-theme-plain .vex-content .contains-add-to-calendar-dialog-contents ul li a p {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.vex.vex-theme-plain .vex-content .contains-add-to-calendar-dialog-contents ul li.contains-add-to-device-calendar a span {
  color: #ce4739;
}
.vex.vex-theme-plain .vex-content .contains-add-to-calendar-dialog-contents ul li.contains-add-to-google-calendar a span {
  color: #1c80db;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents h2 {
  padding: 8px 0;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents ul {
  margin: 0 0 16px 0;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents ul li a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents ul li a span {
  font-size: 64px;
  height: 64px;
  width: 64px;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents ul li.whatsapp a span {
  color: #25d366;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents ul li.email a span {
  color: #333333;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents ul li.facebook a span {
  color: #3b5999;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents ul li.twitter a span {
  color: #55acee;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents ul li.linkedin a span {
  color: #0077B5;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents ul li.google-plus a span {
  color: #dd4b39;
}
.vex.vex-theme-plain .vex-content .contains-share-dialog-contents textarea {
  font-size: 16px;
  padding: 8px;
  resize: none;
  width: 100%;
}

.contains-boxes ul {
  width: 100%;
  width: -moz-calc(100% + 24px);
  width: -webkit-calc(100% + 24px);
  width: calc(100% + 24px);
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .contains-boxes ul {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.contains-boxes ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
  border: 12px solid white;
  width: 100%;
}
@media (min-width: 768px) {
  .contains-boxes ul li {
    min-height: 200px;
    width: 50%;
  }
}
.contains-boxes ul li .contents-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.contains-boxes ul li .contents-wrapper .contents {
  display: table-cell;
  padding: 24px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .contains-boxes ul li .contents-wrapper .contents {
    padding: 16px;
  }
}
.contains-boxes ul li .contents-wrapper .contents img {
  max-height: 120px;
}
.contains-boxes ul li .contents-wrapper .contents .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.contains-boxes ul li .contents-wrapper .contents img + .title {
  margin-top: 8px;
}
.contains-boxes ul li .contents-wrapper .contents a {
  display: block;
  margin-top: 8px;
}

/*------------------------------------*\
    SLIDER [FOUNDATION]
\*------------------------------------*/
body.foundation .slider-wrapper {
  margin-top: 75px;
  position: relative;
}
@media (min-width: 970px) {
  body.foundation .slider-wrapper {
    margin-top: 0;
  }
}
body.foundation .slider-wrapper > .slider li {
  display: none;
}
body.foundation .slider-wrapper > .slider li:first-child {
  display: block;
}
body.foundation .slider-wrapper .slider li {
  min-height: 300px;
  opacity: 1;
  width: 100%;
}
body.foundation .slider-wrapper .slider li:after {
  content: '';
  display: block;
  padding-bottom: 37.5%;
}
body.foundation .slider-wrapper .slider li .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: cover;
}
body.foundation .slider-wrapper .slider li .overlay {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10;
}
body.foundation .slider-wrapper .slider li .overlay .text-wrapper {
  margin: 0 auto;
  text-align: center;
}
body.foundation .slider-wrapper .slider li .overlay .text-wrapper h1, body.foundation .slider-wrapper .slider li .overlay .text-wrapper .subtitle {
  background-color: rgba(25, 24, 24, 0.6);
  color: white;
  margin-bottom: 1px;
  padding: 8px 10px 9px;
  vertical-align: bottom;
}
body.foundation .slider-wrapper .slider li .overlay .text-wrapper h1 {
  display: inline-block;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: normal;
}
body.foundation .slider-wrapper .slider li .overlay .text-wrapper .subtitle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.foundation .slider-wrapper .slider li .overlay .slider-button {
  background: white;
  display: inline-block;
  margin: 5px auto 0;
  padding: 8px 10px;
  vertical-align: bottom;
}
body.foundation .slider-wrapper .slider li .trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 15;
}
@media (min-width: 768px) {
  body.foundation .slider-wrapper .slider li .overlay .text-wrapper h1 {
    white-space: nowrap;
  }
  body.foundation .slider-wrapper .slider li .overlay .text-wrapper .subtitle {
    display: inline-block;
  }
  body.foundation .slider-wrapper .slider li.has-left-layout .overlay .text-wrapper {
    margin: 0 auto 0 0;
    text-align: left;
  }
  body.foundation .slider-wrapper .slider li.has-left-layout .overlay .text-wrapper h1 {
    margin-right: auto;
    text-align: left;
  }
  body.foundation .slider-wrapper .slider li.has-center-layout .overlay .text-wrapper {
    margin: 0 auto;
    text-align: center;
  }
  body.foundation .slider-wrapper .slider li.has-center-layout .overlay .text-wrapper h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  body.foundation .slider-wrapper .slider li.has-right-layout .overlay .text-wrapper {
    margin: 0 0 0 auto;
    text-align: right;
  }
  body.foundation .slider-wrapper .slider li.has-right-layout .overlay .text-wrapper h1 {
    margin-left: auto;
    text-align: right;
  }
}
body.foundation .slider-wrapper .slider li.has-custom-layout .overlay {
  display: none;
}
body.foundation .slider-wrapper .slider li.has-custom-layout .trigger {
  display: block;
}
@media (min-width: 970px) {
  body.foundation .slider-wrapper .slider li .overlay .text-wrapper h1, body.foundation .slider-wrapper .slider li .overlay .text-wrapper .subtitle {
    padding: 18px 20px 17px;
    white-space: normal;
  }
  body.foundation .slider-wrapper .slider li .overlay .slider-button {
    margin: 10px 0 0 0;
    padding: 15px 20px;
  }
}
@media (min-width: 970px) {
  body.foundation .slider-wrapper .slider li.is-half-size .overlay .text-wrapper {
    width: 50%;
  }
}
body.foundation .slider-wrapper .slider li.is-full-size .overlay .text-wrapper {
  width: 100%;
}
body.foundation .sy-controls {
  display: none !important;
}
@media (min-width: 768px) {
  body.foundation .sy-controls li a:after {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 4px solid white;
    line-height: 20px;
  }
}
body.foundation .sy-pager {
  margin: 0;
  position: relative;
  top: -2em;
  z-index: 20;
}
body.foundation .sy-pager li {
  width: .8em;
  height: .8em;
  margin: 0 .3em 0 0;
}
body.foundation .sy-pager li a {
  background: white;
}
body.foundation .sy-pager li.sy-active a {
  background-color: #0068b4;
}

/*------------------------------------*\
  GALLERY [FOUNDATION]
\*------------------------------------*/
body.foundation .contains-rich-text ul.contains-embedded-gallery {
  margin: 0;
}
body.foundation .contains-rich-text ul.contains-embedded-gallery li {
  list-style: none;
  margin: 0;
}
body.foundation .contains-rich-text ul.contains-embedded-gallery li img {
  width: 100%;
  height: auto;
}

.owl-theme .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -31px;
}
.owl-theme .owl-controls .owl-buttons {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.owl-theme .owl-controls img {
  vertical-align: bottom;
}
.owl-theme .owl-controls div.owl-prev, .owl-theme .owl-controls div.owl-next {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../images/arrows.svg);
  border: 2px solid white;
  color: white;
  font-weight: normal;
  height: 42px;
  line-height: 1.8em;
  text-align: center;
  text-indent: -9999px;
  width: 30px;
  position: absolute;
}
.owl-theme .owl-controls div.owl-prev {
  left: 2%;
  background-position: 5px 0;
}
.owl-theme .owl-controls div.owl-next {
  right: 2%;
  background-position: 45px 0;
}

/*------------------------------------*\
   NEWSLETTER [FOUNDATION]
\*------------------------------------*/
body.foundation .newsletter {
  text-align: center;
}
body.foundation .newsletter form {
  font-weight: 700;
  margin-top: 20px;
}
body.foundation .newsletter form input, body.foundation .newsletter form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #FFF;
  border: none;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  display: inline;
  height: 40px;
  padding: 10px;
  width: 100%;
}
body.foundation .newsletter form input[type="submit" i] {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  background: #0068b4;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 10px 20px;
  text-transform: uppercase;
}
body.foundation .newsletter form input[type="submit" i]:hover {
  background: #00599b;
}
body.foundation .newsletter form select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  height: 30px;
  margin: 0;
}
body.foundation .newsletter form input[type="submit" i] {
  font-size: 16px;
}
@media (min-width: 480px) {
  body.foundation .newsletter form input, body.foundation .newsletter form textarea, body.foundation .newsletter form select {
    width: 320px;
  }
  body.foundation .newsletter form input[type="submit" i] {
    display: static;
  }
  body.foundation .newsletter form textarea {
    width: 65%;
  }
}
@media (min-width: 768px) {
  body.foundation .newsletter form input, body.foundation .newsletter form textarea, body.foundation .newsletter form select {
    margin-bottom: 0;
  }
  body.foundation .newsletter form input[type="submit" i] {
    width: auto;
  }
}
body.foundation .newsletter .contains-subscriber-actions {
  font-size: 0.8em;
  margin: 32px auto 16px auto;
  text-align: center;
  width: 80%;
}
@media (min-width: 768px) {
  body.foundation .newsletter .contains-subscriber-actions {
    width: 60%;
  }
}
body.foundation .contains-newsletter-request-form .confirmation-message, body.foundation .contains-newsletter-request-form .error-message {
  display: none;
}
body.foundation .contains-newsletter-form label {
  display: block;
  font-weight: normal;
  margin-bottom: 4px;
}
body.foundation .contains-newsletter-form label.alpaca-control-label {
  font-weight: 700;
}
body.foundation .contains-newsletter-form .alpaca-field {
  margin-top: 10px;
}
body.foundation .contains-newsletter-form .alpaca-field-radio, body.foundation .contains-newsletter-form .alpaca-field-checkbox {
  border-top: 1px solid #dedede;
  margin-top: 20px;
  padding-top: 10px;
}
body.foundation .contains-newsletter-form .alpaca-control.radio {
  margin-left: 0;
}
body.foundation .contains-newsletter-form .alpaca-control {
  overflow: hidden;
  *zoom: 1;
}
body.foundation .contains-newsletter-form .alpaca-control input[type="radio" i], body.foundation .contains-newsletter-form .alpaca-control input[type="checkbox" i] {
  float: left;
  height: auto;
  padding: 0;
  width: auto;
}
body.foundation .contains-newsletter-form .alpaca-control input[type="radio" i] {
  margin: 2px 6px 2px 2px;
}
body.foundation .contains-newsletter-form .alpaca-control input[type="checkbox" i] {
  margin: 7px 6px 0 2px;
}
body.foundation .contains-newsletter-form input[type="text" i].alpaca-control,
body.foundation .contains-newsletter-form input[type="email" i].alpaca-control {
  background: #f9f9f9;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  body.foundation .contains-newsletter-form input[type="text" i].alpaca-control,
  body.foundation .contains-newsletter-form input[type="email" i].alpaca-control {
    width: 67%;
  }
}
body.foundation .contains-newsletter-form button[type="submit" i] {
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 480px) {
  body.foundation .contains-newsletter-form button[type="submit" i] {
    width: auto;
  }
}
body.foundation .contains-newsletter-form .confirmation-message, body.foundation .contains-newsletter-form .error-message {
  display: none;
}
body.foundation .contains-newsletter-form.is-completed .newsletter-form-preamble, body.foundation .contains-newsletter-form.is-completed .newsletter-form {
  display: none;
}
body.foundation .contains-newsletter-form.is-completed .confirmation-message {
  display: block;
}
body.foundation .contains-newsletter-form .confirmation-message {
  margin: 16px 0 48px 0;
  text-align: center;
}
body.foundation .contains-newsletter-form .confirmation-message i {
  font-size: 160px;
  margin: 48px 0;
}
body.foundation .vex .confirmation-message, body.foundation .vex .error-message {
  margin: 24px 0 0 0;
  text-align: center;
}
body.foundation .vex .confirmation-message i, body.foundation .vex .error-message i {
  font-size: 92px;
}

/*------------------------------------*\
  INITIATIVES [FOUNDATION]
\*------------------------------------*/
body.foundation .initiatives-wrapper ul.initiatives {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 10px;
}
body.foundation .initiatives-wrapper ul.initiatives li {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
body.foundation .initiatives-wrapper ul.initiatives li .img-wrapper img {
  height: inherit;
  vertical-align: bottom;
  width: 100%;
}
body.foundation .initiatives-wrapper ul.initiatives li .description {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 12px;
  line-height: 15px;
  padding: 15px;
}
body.foundation .initiatives-wrapper ul.initiatives li .description .title {
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
body.foundation .initiatives-wrapper ul.initiatives li .description .details {
  display: none;
}
body.foundation .initiatives-wrapper ul.initiatives li .description .more {
  background: white;
  color: #0068b4;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 15px;
  text-align: center;
}
@media (min-width: 480px) {
  body.foundation .initiatives-wrapper ul.initiatives li .description {
    min-height: 160px;
  }
  body.foundation .initiatives-wrapper ul.initiatives li .description .more {
    position: absolute;
    right: 15px;
    bottom: 10px;
    left: 15px;
  }
}
@media (min-width: 970px) {
  body.foundation .initiatives-wrapper ul.initiatives li .description {
    min-height: 120px;
  }
}
@media (min-width: 480px) {
  body.foundation .initiatives-wrapper ul.initiatives.has-three-elements li {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  body.foundation .initiatives-wrapper ul.initiatives.has-three-elements li:nth-child(3n) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  body.foundation .initiatives-wrapper ul.initiatives.has-four-elements li {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 10px;
  }
  body.foundation .initiatives-wrapper ul.initiatives.has-four-elements li:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  body.foundation .initiatives-wrapper ul.initiatives.has-four-elements li {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 30px;
  }
  body.foundation .initiatives-wrapper ul.initiatives.has-four-elements li:nth-child(2n) {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  body.foundation .initiatives-wrapper ul.initiatives.has-four-elements li:nth-child(4n) {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .no-touchevents body.foundation .initiatives-wrapper ul.initiatives li .description {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -125px;
    left: 0;
    height: 190px;
  }
  .no-touchevents body.foundation .initiatives-wrapper ul.initiatives li .description .title {
    font-size: 15px;
    line-height: 18px;
    min-height: 40px;
  }
  .no-touchevents body.foundation .initiatives-wrapper ul.initiatives li .description .details {
    display: block;
    padding-bottom: 15px;
  }
  .no-touchevents body.foundation .initiatives-wrapper ul.initiatives li .description .more {
    position: absolute;
    right: 15px;
    bottom: 10px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .no-touchevents body.foundation .initiatives-wrapper ul.initiatives.has-three-elements li:hover .description, .no-touchevents body.foundation .initiatives-wrapper ul.initiatives.has-four-elements li:hover .description {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .no-touchevents body.foundation .initiatives-wrapper ul.initiatives.has-three-elements li:hover .description .title, .no-touchevents body.foundation .initiatives-wrapper ul.initiatives.has-four-elements li:hover .description .title {
    min-height: auto;
    margin-bottom: 6px;
  }
}
@media (min-width: 1400px) {
  .no-touchevents body.foundation .initiatives-wrapper ul.initiatives.has-three-elements li:hover .description .title, .no-touchevents body.foundation .initiatives-wrapper ul.initiatives.has-four-elements li:hover .description .title {
    margin-bottom: 12px;
  }
}

/*------------------------------------*\
  IMPACT INITIATIVES [FOUNDATION]
\*------------------------------------*/
body.foundation .contains-impact-highlight {
  clear: both;
  margin: 0 0 40px;
  position: relative;
  text-align: center;
}
body.foundation .contains-impact-highlight .text-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
body.foundation .contains-impact-highlight .text-content .wrapper {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  float: left;
  left: 50%;
  position: relative;
  top: 50%;
}
body.foundation .contains-impact-highlight .text-content .wrapper h1, body.foundation .contains-impact-highlight .text-content .wrapper .subtitle {
  display: inline-block;
  background-color: rgba(25, 24, 24, 0.6);
  color: white;
  margin-bottom: 1px;
  padding: 8px 10px 9px;
}
body.foundation .contains-impact-highlight .text-content .wrapper h1 {
  font-size: 22px;
  text-align: center;
}
body.foundation .contains-impact-highlight .text-content .wrapper .subtitle {
  display: none;
}
body.foundation .contains-impact-highlight .text-content .wrapper .slider-button {
  background: white;
  display: table;
  margin: 5px auto 0;
  padding: 8px 10px;
}
@media (min-width: 768px) {
  body.foundation .contains-impact-highlight {
    margin: 0 0 30px;
  }
}
@media (min-width: 970px) {
  body.foundation .contains-impact-highlight {
    margin: 0 0 40px;
  }
  body.foundation .contains-impact-highlight .text-content .wrapper h1, body.foundation .contains-impact-highlight .text-content .wrapper .subtitle {
    padding: 18px 20px 17px;
  }
  body.foundation .contains-impact-highlight .text-content .wrapper h1 {
    text-align: left;
  }
  body.foundation .contains-impact-highlight .text-content .wrapper .subtitle {
    display: block;
  }
  body.foundation .contains-impact-highlight .text-content .slider-button {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 15px 20px;
  }
}
body.foundation .contains-impact-highlight .youtube:after, body.foundation .contains-impact-highlight .post:after, body.foundation .contains-impact-highlight .url:after {
  content: '';
  display: block;
  padding-bottom: 50%;
}
@media (min-width: 970px) {
  body.foundation .contains-impact-highlight .youtube:after, body.foundation .contains-impact-highlight .post:after, body.foundation .contains-impact-highlight .url:after {
    padding-bottom: 40%;
  }
}
body.foundation .contains-impact-highlight .youtube iframe, body.foundation .contains-impact-highlight .post iframe, body.foundation .contains-impact-highlight .url iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.foundation .contains-impact-highlight .post, body.foundation .contains-impact-highlight .url {
  background-repeat: no-repeat;
  background-size: cover;
}

/*------------------------------------*\
  EVENTS [FOUNDATION]
\*------------------------------------*/
body.foundation .events-wrapper .events {
  margin-bottom: 30px;
}
body.foundation .events-wrapper .events li {
  border-top: 1px solid #dedede;
  margin-top: 20px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}
body.foundation .events-wrapper .events li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 480px) {
  body.foundation .events-wrapper .events li .picture-wrapper {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
body.foundation .events-wrapper .events li img {
  height: inherit;
  vertical-align: bottom;
  width: 100%;
}
@media (min-width: 480px) {
  body.foundation .events-wrapper .events li .description {
    width: 83.05085%;
    float: right;
    margin-right: 0;
  }
}
body.foundation .events-wrapper .events li .description .details {
  display: none;
}
@media (min-width: 768px) {
  body.foundation .events-wrapper .events li .description .details {
    display: block;
  }
}
body.foundation .events-wrapper .events li .description .date {
  font-size: 14px;
  margin-bottom: 10px;
}
body.foundation .events-wrapper .events li .description .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
body.foundation .events-wrapper .events li .description .source {
  display: block;
  margin: 0 4px 0 0;
}
@media (min-width: 480px) {
  body.foundation .events-wrapper .events li .description .source {
    display: inline-block;
  }
}
body.foundation .events-wrapper .events li .description .source span {
  background: rgba(43, 108, 163, 0.8);
  color: white;
  font-size: 0.75em;
  padding: 2px 8px;
  text-transform: uppercase;
}
body.foundation .events-wrapper .events li .description .more {
  background: white;
  color: #0068b4;
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-top: 10px;
}

/*------------------------------------*\
  COOKIES BANNER
\*------------------------------------*/
#cookie-notice {
  background: black;
  color: white;
}
#cookie-notice .cookie-notice-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 12px 64px 12px;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  display: block;
  line-height: 24px;
  text-align: center;
}
#cookie-notice .cookie-notice-container #cn-close-notice {
  bottom: 24px;
  top: auto;
}
@media (min-width: 768px) {
  #cookie-notice .cookie-notice-container #cn-close-notice {
    bottom: auto;
    top: 50%;
  }
}
@media (min-width: 768px) {
  #cookie-notice .cookie-notice-container {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 52px 20px 20px;
  }
  #cookie-notice .cookie-notice-container #cn-notice-text {
    display: inline;
    line-height: 32px;
  }
}
#cookie-notice a {
  color: #0068b4;
}
@media (min-width: 768px) {
  #cookie-notice a {
    font-size: 16px;
  }
}
#cookie-notice a#cn-more-info {
  margin: 0 12px;
}
#cookie-notice a#cn-accept-cookie {
  position: absolute;
  right: 30%;
  bottom: 12px;
  left: 30%;
  background: #dedede;
  border-radius: 2px;
  color: black;
  margin-left: 0;
  padding: 6px 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #cookie-notice a#cn-accept-cookie {
    float: right;
    position: static;
  }
}

/*------------------------------------*\
  FEED LIST
\*------------------------------------*/
@media (min-width: 480px) {
  body.foundation .feeds-list .img-wrapper, body.foundation .feeds-list .icon-overlay {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 480px) {
  body.foundation .feeds-list .text-wrapper {
    width: 74.57627%;
    float: right;
    margin-right: 0;
  }
}
body.foundation .feeds-list {
  margin-top: 20px;
}
body.foundation .feeds-list li {
  overflow: hidden;
  *zoom: 1;
  margin-top: 30px;
  padding-top: 6px;
  position: relative;
}
body.foundation .feeds-list li:first-child {
  margin-top: 0;
  border: none;
}
body.foundation .feeds-list .img-wrapper, body.foundation .feeds-list .icon-overlay {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  body.foundation .feeds-list .img-wrapper, body.foundation .feeds-list .icon-overlay {
    margin-bottom: 0;
  }
}
body.foundation .feeds-list .img-wrapper img {
  width: 100%;
  height: inherit;
  vertical-align: bottom;
}
body.foundation .feeds-list .icon-overlay {
  position: relative;
}
body.foundation .feeds-list .icon-overlay:after {
  content: '';
  display: block;
  padding-bottom: 72.91667%;
}
body.foundation .feeds-list .icon-overlay .icon-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
body.foundation .feeds-list .category {
  font-size: 13px;
  margin: 0 0 5px;
  text-transform: uppercase;
  width: 36px;
  height: 4px;
}
body.foundation .feeds-list .category .cat-color {
  display: block;
  height: 5px;
  margin: 0 0 15px;
  width: 36px;
}
body.foundation .feeds-list .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.foundation .feeds-list .title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  body.foundation .feeds-list .title {
    font-size: 22px;
    line-height: 30px;
  }
}
body.foundation .feeds-list .subtitle {
  display: none;
}
@media (min-width: 768px) {
  body.foundation .feeds-list .subtitle {
    display: block;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 970px) {
  body.foundation .feeds-list .subtitle {
    overflow: auto;
    white-space: normal;
    text-overflow: auto;
  }
}
body.foundation .feeds-list .date {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
body.foundation .feeds-list .more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

.video-ribbon-wrapper {
  position: absolute;
  top: -5px;
  right: 16px;
  width: 51px;
  z-index: 100;
}
.video-ribbon-wrapper span.angle {
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #0d5594 transparent;
  height: 0;
  width: 0;
}
.video-ribbon-wrapper .video-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  background: #1d73be;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 46px;
}
.video-ribbon-wrapper .video-ribbon .fbk-fa {
  color: white;
}
.posts-list .video-ribbon-wrapper span.angle {
  position: absolute;
  top: 0;
}
.posts-list .video-ribbon-wrapper .video-ribbon {
  position: absolute;
  top: -6px;
}
body.archive .video-ribbon-wrapper {
  position: absolute;
  top: 1px;
  right: 8px;
  width: 40px;
}
body.archive .video-ribbon-wrapper .video-ribbon {
  position: absolute;
  top: -6px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
body.archive .video-ribbon-wrapper .video-ribbon .fbk-fa {
  font-size: 12px;
}

.event-source-widget .event-source {
  background: rgba(43, 108, 163, 0.8);
  color: white;
  font-size: 0.75em;
  font-weight: bold;
  padding: 2px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.highlights-posts-widget ul.highlights {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
}
.highlights-posts-widget ul.highlights li {
  overflow: hidden;
  *zoom: 1;
}
.highlights-posts-widget ul.highlights.list-view li {
  border-top: 1px solid #dedede;
  margin-top: 20px;
  padding-top: 20px;
}
.highlights-posts-widget ul.highlights.list-view li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.highlights-posts-widget ul.highlights.list-view .contains-picture picture {
  display: block;
  position: relative;
}
.highlights-posts-widget ul.highlights.list-view .contains-picture picture:after {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.highlights-posts-widget ul.highlights.list-view .contains-picture picture img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}
@media (min-width: 480px) {
  .highlights-posts-widget ul.highlights.list-view .contains-picture {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 768px) {
  .highlights-posts-widget ul.highlights.list-view .contains-picture {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
.highlights-posts-widget ul.highlights.list-view .description {
  margin-top: 1em;
}
@media (min-width: 480px) {
  .highlights-posts-widget ul.highlights.list-view .description {
    width: 74.57627%;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .highlights-posts-widget ul.highlights.list-view .description {
    width: 83.05085%;
    float: right;
    margin-right: 0;
  }
}
.highlights-posts-widget ul.highlights.list-view .description .details {
  display: none;
}
@media (min-width: 768px) {
  .highlights-posts-widget ul.highlights.list-view .description .details {
    display: block;
  }
}
.highlights-posts-widget ul.highlights.list-view .description .date {
  font-size: 14px;
  margin-bottom: 10px;
}
.highlights-posts-widget ul.highlights.list-view .description .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.highlights-posts-widget ul.highlights.list-view .description .more {
  background: white;
  color: #0068b4;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}
.highlights-posts-widget ul.highlights.grid-view li {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.highlights-posts-widget ul.highlights.grid-view li .contains-picture picture {
  display: block;
  position: relative;
}
.highlights-posts-widget ul.highlights.grid-view li .contains-picture picture:after {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.highlights-posts-widget ul.highlights.grid-view li .contains-picture picture img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}
.highlights-posts-widget ul.highlights.grid-view li .description {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 12px;
  line-height: 15px;
  padding: 15px;
}
.highlights-posts-widget ul.highlights.grid-view li .description .title {
  color: white;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.highlights-posts-widget ul.highlights.grid-view li .description .details {
  display: none;
}
.highlights-posts-widget ul.highlights.grid-view li .description .more {
  background: white;
  color: #0068b4;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 15px;
  text-align: center;
}
@media (min-width: 480px) {
  .highlights-posts-widget ul.highlights.grid-view li {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 10px;
  }
  .highlights-posts-widget ul.highlights.grid-view li:nth-child(2n) {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  .highlights-posts-widget ul.highlights.grid-view li .description {
    min-height: 160px;
  }
  .highlights-posts-widget ul.highlights.grid-view li .description .more {
    position: absolute;
    right: 15px;
    bottom: 10px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .highlights-posts-widget ul.highlights.grid-view li {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 30px;
  }
  .highlights-posts-widget ul.highlights.grid-view li:nth-child(2n) {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .highlights-posts-widget ul.highlights.grid-view li:nth-child(4n) {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .highlights-posts-widget ul.highlights.grid-view li:hover .description {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .highlights-posts-widget ul.highlights.grid-view li:hover .description .title {
    min-height: auto;
    margin-bottom: 6px;
  }
  .highlights-posts-widget ul.highlights.grid-view li .description {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -125px;
    left: 0;
    height: 190px;
  }
  .highlights-posts-widget ul.highlights.grid-view li .description .title {
    font-size: 15px;
    line-height: 18px;
    min-height: 40px;
  }
  .highlights-posts-widget ul.highlights.grid-view li .description .details {
    display: block;
    padding-bottom: 15px;
  }
  .highlights-posts-widget ul.highlights.grid-view li .description .more {
    position: absolute;
    right: 15px;
    bottom: 10px;
    left: auto;
  }
}

.highlights-slider-widget {
  position: relative;
}
.highlights-slider-widget > .slider li {
  display: none;
}
.highlights-slider-widget > .slider li:first-child {
  display: block;
}
.highlights-slider-widget .slider li {
  min-height: 300px;
  opacity: 1;
  width: 100%;
}
.highlights-slider-widget .slider li picture {
  display: block;
  position: relative;
}
.highlights-slider-widget .slider li picture:after {
  content: '';
  display: block;
  padding-bottom: 75%;
}
.highlights-slider-widget .slider li picture img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}
@media (min-width: 768px) {
  .highlights-slider-widget .slider li picture:after {
    content: '';
    display: block;
    padding-bottom: 37.5%;
  }
}
.highlights-slider-widget .slider li .overlay {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10;
}
.highlights-slider-widget .slider li .overlay .text-wrapper {
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.highlights-slider-widget .slider li .overlay .text-wrapper h1,
.highlights-slider-widget .slider li .overlay .text-wrapper .subtitle {
  background-color: rgba(25, 24, 24, 0.6);
  color: white;
  display: inline-block;
  margin-bottom: 1px;
  padding: 8px 10px 9px;
  vertical-align: bottom;
}
.highlights-slider-widget .slider li .overlay .text-wrapper h1 {
  display: inline-block;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: normal;
}
.highlights-slider-widget .slider li .overlay .text-wrapper .subtitle {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.highlights-slider-widget .slider li .overlay .slider-button {
  background: white;
  display: inline-block;
  margin: 5px auto 0;
  padding: 8px 10px;
  vertical-align: bottom;
}
.highlights-slider-widget .slider li .trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 15;
}
@media (min-width: 768px) {
  .highlights-slider-widget .slider li .overlay .text-wrapper h1 {
    white-space: nowrap;
  }
  .highlights-slider-widget .slider li .overlay .text-wrapper .subtitle {
    display: inline-block;
  }
  .highlights-slider-widget .slider li .overlay .text-wrapper, .highlights-slider-widget .slider li.has-align-center-layout .overlay .text-wrapper {
    margin: 0 auto;
    text-align: center;
  }
  .highlights-slider-widget .slider li .overlay .text-wrapper h1, .highlights-slider-widget .slider li.has-align-center-layout .overlay .text-wrapper h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .highlights-slider-widget .slider li.has-align-left-layout .overlay .text-wrapper {
    margin: 0 auto 0 0;
    text-align: left;
  }
  .highlights-slider-widget .slider li.has-align-left-layout .overlay .text-wrapper h1 {
    margin-right: auto;
    text-align: left;
  }
  .highlights-slider-widget .slider li.has-align-right-layout .overlay .text-wrapper {
    margin: 0 0 0 auto;
    text-align: right;
  }
  .highlights-slider-widget .slider li.has-align-right-layout .overlay .text-wrapper h1 {
    margin-left: auto;
    text-align: right;
  }
}
@media (min-width: 970px) {
  .highlights-slider-widget .slider li .overlay .text-wrapper h1,
  .highlights-slider-widget .slider li .overlay .text-wrapper .subtitle {
    padding: 18px 20px 17px;
    white-space: normal;
  }
  .highlights-slider-widget .slider li .overlay .slider-button {
    margin-top: 10px;
    padding: 15px 20px;
  }
}
.highlights-slider-widget .slider li.has-custom-layout .overlay {
  display: none;
}
.highlights-slider-widget .slider li.has-custom-layout .trigger {
  display: block;
}
@media (min-width: 970px) {
  .highlights-slider-widget .slider li.is-half-size .overlay .text-wrapper {
    width: 50%;
  }
}
.highlights-slider-widget .slider li.is-full-size .overlay .text-wrapper {
  width: 100%;
}
.highlights-slider-widget .sy-controls {
  display: none !important;
}
@media (min-width: 768px) {
  .highlights-slider-widget .sy-controls li a:after {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 4px solid white;
    line-height: 20px;
  }
}
.highlights-slider-widget .sy-pager {
  margin: 0;
  position: relative;
  top: -2em;
  z-index: 20;
}
.highlights-slider-widget .sy-pager li {
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.3em 0 0;
}
.highlights-slider-widget .sy-pager li a {
  background: white;
}
.highlights-slider-widget .sy-pager li.sy-active a {
  background-color: #0068b4;
}

.magazine-news-widget {
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding: 10px;
}
.magazine-news-widget .magazine-news ul.posts-list li {
  overflow: hidden;
  *zoom: 1;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding-top: 6px;
  position: relative;
}
@media (min-width: 480px) {
  .magazine-news-widget .magazine-news ul.posts-list li {
    flex-direction: row;
  }
}
.magazine-news-widget .magazine-news ul.posts-list li:first-child {
  margin-top: 0;
  border: none;
}
.magazine-news-widget .magazine-news ul.posts-list li .img-wrapper,
.magazine-news-widget .magazine-news ul.posts-list li .icon-overlay {
  max-width: 300px;
  width: 100%;
}
.magazine-news-widget .magazine-news ul.posts-list li .text-wrapper {
  margin: 20px 0 0 0;
}
@media (min-width: 480px) {
  .magazine-news-widget .magazine-news ul.posts-list li .text-wrapper {
    flex: 1;
    margin: 0 0 0 20px;
  }
}
.magazine-news-widget .magazine-news ul.posts-list li .img-wrapper,
.magazine-news-widget .magazine-news ul.posts-list li .icon-overlay {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .magazine-news-widget .magazine-news ul.posts-list li .img-wrapper,
  .magazine-news-widget .magazine-news ul.posts-list li .icon-overlay {
    margin-bottom: 0;
  }
}
.magazine-news-widget .magazine-news ul.posts-list li .img-wrapper img {
  width: 100%;
  height: inherit;
  vertical-align: bottom;
}
.magazine-news-widget .magazine-news ul.posts-list li .icon-overlay {
  position: relative;
}
.magazine-news-widget .magazine-news ul.posts-list li .icon-overlay:after {
  content: "";
  display: block;
  padding-bottom: 72.91667%;
}
.magazine-news-widget .magazine-news ul.posts-list li .icon-overlay .icon-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.magazine-news-widget .magazine-news ul.posts-list li .category {
  font-size: 13px;
  margin: 0 0 5px;
  text-transform: uppercase;
  width: 36px;
  height: 4px;
}
.magazine-news-widget .magazine-news ul.posts-list li .category .cat-color {
  display: block;
  height: 5px;
  margin: 0 0 15px;
  width: 36px;
}
.magazine-news-widget .magazine-news ul.posts-list li .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .magazine-news-widget .magazine-news ul.posts-list li .title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .magazine-news-widget .magazine-news ul.posts-list li .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.magazine-news-widget .magazine-news ul.posts-list li .subtitle {
  display: none;
}
@media (min-width: 768px) {
  .magazine-news-widget .magazine-news ul.posts-list li .subtitle {
    display: block;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 970px) {
  .magazine-news-widget .magazine-news ul.posts-list li .subtitle {
    overflow: auto;
    text-overflow: auto;
    white-space: normal;
  }
}
.magazine-news-widget .magazine-news ul.posts-list li .date {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.magazine-news-widget .magazine-news ul.posts-list li .more {
  display: none;
}
.magazine-news-widget .magazine-news-credits {
  margin: 20px 0 0 0;
  text-align: center;
}
.magazine-news-widget .magazine-news-credits a {
  color: #333;
  font-size: 12px;
  text-decoration: underline;
}

.phonebook-widget .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  right: 10px;
}
.phonebook-widget .select2-container .select2-selection {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #dedede;
  height: 39px;
  padding: 10px;
}
.phonebook-widget .select2-container .select2-selection .select2-selection__rendered {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
.phonebook-widget .select2-container .select2-dropdown {
  border-top: none !important;
  padding: 6px;
}
.phonebook-widget .select2-container .select2-dropdown,
.phonebook-widget .select2-container .select2-search__field {
  border: 1px solid #dedede;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 4px;
}
.phonebook-widget .select2-container .select2-results__option {
  font-size: 14px;
}
.phonebook-widget .select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0068b4;
}
.phonebook-widget form.filters-wrapper {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.phonebook-widget form.filters-wrapper input[type="submit"],
.phonebook-widget form.filters-wrapper input[type="reset"],
.phonebook-widget form.filters-wrapper input[type="search"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 10px;
}
.phonebook-widget form.filters-wrapper .fields {
  float: left;
  width: 100%;
}
.phonebook-widget form.filters-wrapper .fields input[type="search"] {
  border: 1px solid #dedede;
}
.phonebook-widget form.filters-wrapper .fields input[type="search"],
.phonebook-widget form.filters-wrapper .fields .select2 {
  width: 100% !important;
}
.phonebook-widget form.filters-wrapper .fields input[type="search"] {
  margin: 0 2% 2% 0;
}
@media (min-width: 480px) {
  .phonebook-widget form.filters-wrapper .fields input[type="search"],
  .phonebook-widget form.filters-wrapper .fields .select2 {
    width: 48.5% !important;
  }
  .phonebook-widget form.filters-wrapper .fields input[type="search"] {
    margin: 0 2% 0 0;
  }
}
.phonebook-widget form.filters-wrapper .buttons {
  float: right;
  text-align: center;
  width: 100%;
}
.phonebook-widget form.filters-wrapper .buttons input[type="reset"],
.phonebook-widget form.filters-wrapper .buttons input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  margin: 16px 8px;
}
.phonebook-widget form.filters-wrapper .buttons input[type="reset"] {
  background: #dedede;
}
.phonebook-widget form.filters-wrapper .buttons input[type="submit"] {
  background: #0068b4;
  color: white;
}
@media (min-width: 970px) {
  .phonebook-widget form.filters-wrapper .fields {
    width: 80%;
  }
  .phonebook-widget form.filters-wrapper .buttons {
    text-align: right;
    width: 20%;
  }
  .phonebook-widget form.filters-wrapper .buttons input[type="reset"],
  .phonebook-widget form.filters-wrapper .buttons input[type="submit"] {
    margin: 0 8px;
  }
}
.phonebook-widget ul.contacts {
  overflow: hidden;
  *zoom: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.phonebook-widget ul.contacts li {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
  position: relative;
}
.phonebook-widget ul.contacts li:first-child {
  padding-top: 0;
}
@media (min-width: 480px) {
  .phonebook-widget ul.contacts li:first-child {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .phonebook-widget ul.contacts li {
    flex: 0 0 50%;
    min-height: 130px;
    padding: 20px 0 10px;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .phonebook-widget ul.contacts li {
    flex: 0 0 33%;
    min-height: 140px;
    width: 33%;
  }
}
.phonebook-widget ul.contacts li .data-content {
  overflow: hidden;
  *zoom: 1;
  padding-left: 100px;
}
.phonebook-widget ul.contacts li .picture {
  position: absolute;
  left: 0;
  width: 80px;
}
.phonebook-widget ul.contacts li .picture .avatar {
  background-image: url('/wp-content/themes/fbk-foundation/images/sprites/placeholders-s5b214e2811.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 80px;
  width: 80px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .phonebook-widget ul.contacts li .picture .avatar {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/placeholders-s28d36f3270.png');
    -moz-background-size: 80px 80px;
    -o-background-size: 80px 80px;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
    background-position: 0 0;
  }
}
.phonebook-widget ul.contacts li .picture img,
.phonebook-widget ul.contacts li .picture .avatar {
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  height: 80px;
  width: 80px;
}
.phonebook-widget ul.contacts li .data .additional p.organisation {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 970px) {
  .phonebook-widget ul.contacts li .data .main .email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.phonebook-widget ul.contacts li p {
  margin: 0 0 4px 0;
}
.phonebook-widget ul.page-numbers {
  margin-top: 20px;
  text-align: center;
}
.phonebook-widget ul.page-numbers li {
  border-top: none;
  display: inline;
}
.phonebook-widget ul.page-numbers li a,
.phonebook-widget ul.page-numbers li span {
  display: inline-block;
  padding: 0 6px;
}

.pressrelease-flags-widget .flags {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 10px 0 0 0;
  line-height: 18px;
  padding: 0 0 0 1px;
}
.pressrelease-flags-widget .flags .flag {
  align-items: center;
  border: 1px solid gray;
  display: flex;
  flex-direction: row;
  margin-right: 8px;
  padding: 0 8px;
}
.pressrelease-flags-widget .flags .flag i {
  color: gray;
  font-size: 10px;
}
.pressrelease-flags-widget .flags .flag span {
  color: gray;
  font-size: 10px;
  margin-left: 6px;
  text-transform: uppercase;
}

.related-media-widget ul.related-media li {
  display: flex;
  flex-direction: row;
  line-height: 20px;
  margin: 8px 0;
  padding-left: 30px;
}
.related-media-widget ul.related-media li .type {
  font-size: 20px;
  margin-right: 10px;
  margin-left: -30px;
}
.related-media-widget ul.related-media li a {
  flex: 1;
}

.result-related-posts-widget .related-posts .related-post {
  margin-bottom: 20px;
}
.result-related-posts-widget .related-posts .related-post .title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
}
.result-related-posts-widget .related-posts .related-post .subtitle {
  line-height: 18px;
}

.result-related-videos-widget ul.related-videos li {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.result-related-videos-widget ul.related-videos li img {
  height: inherit;
  width: 100%;
}
.result-related-videos-widget ul.related-videos li i.fbk-fa-play {
  -moz-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  color: white;
  font-size: 28px;
  left: 50%;
  position: absolute;
  top: 40%;
  z-index: 10;
}
.result-related-videos-widget ul.related-videos li p {
  margin: 0;
}
@media (min-width: 480px) {
  .result-related-videos-widget ul.related-videos li {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 0;
    text-align: left;
  }
  .result-related-videos-widget ul.related-videos li:nth-child(3n) {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  .result-related-videos-widget ul.related-videos li i.fbk-fa-play {
    font-size: 36px;
  }
  .result-related-videos-widget ul.related-videos li p {
    font-size: 18px;
    margin: 0;
  }
}

.search-field-widget form {
  position: relative;
}
.search-field-widget form input {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  border: 1px solid #dedede;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  padding: 8px 16px 8px 32px;
  width: 100%;
}
.search-field-widget form > ul {
  position: absolute;
  left: 0;
  background: #fafafa;
  display: none;
  font-size: 12px;
  padding: 8px 16px;
  text-align: left;
  width: 32em;
  z-index: 120;
}
.search-field-widget form > ul > li {
  border-top: 1px solid #dedede;
}
.search-field-widget form > ul > li:first-child {
  border-top: none;
}
.search-field-widget form > ul > li.note {
  color: #666;
  font-style: italic;
  line-height: normal;
  padding: 6px 0;
}
.search-field-widget form > ul > li.note h6 {
  font-size: 14px;
  font-style: normal;
}
.search-field-widget form > ul > li .title {
  font-size: 14px;
  line-height: 16px;
}
.search-field-widget form > ul > li span {
  color: #666;
  font-style: italic;
}
.search-field-widget form > ul > li > a {
  display: block;
  padding: 6px 0;
}
.search-field-widget form > ul > li.contains-phonebook-contact {
  padding: 6px 0;
}
.search-field-widget form > ul > li.contains-phonebook-contact span {
  font-style: normal !important;
}
.search-field-widget form > ul > li.contains-phonebook-contact a {
  margin-right: 4px;
}
.search-field-widget form > ul > li ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.search-field-widget form > ul > li ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.search-field-widget form.has-results input {
  cursor: default;
}
.search-field-widget form.has-results ul {
  display: block;
}
.search-field-widget form span.lens {
  position: absolute;
  top: 50%;
  left: 8px;
  pointer-events: none;
  transform: translateY(-50%);
}
.search-field-widget form span.lens:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  position: relative;
  text-decoration: inherit;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #909090;
  content: "\f002";
}

.separator-link-widget {
  align-items: center;
  display: flex;
  flex-direction: row;
  position: relative;
}
.separator-link-widget .divider {
  border-top: 1px solid #0068b4;
  height: 1px;
  flex: 1;
  margin: 0 10px 0 0;
}
.separator-link-widget a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  background-color: white;
  border: 1px solid #0068b4;
  color: #0068b4;
  padding: 5px 10px;
  position: relative;
  z-index: 20;
}
.separator-link-widget a:hover {
  background: #0068b4;
  color: white !important;
}

.mm-page {
  background-color: #ffffff !important;
  height: 100%;
  z-index: 100;
}

.side-navigation-widget .side-navigation-icon {
  background-image: url('/wp-content/themes/fbk-foundation/images/sprites/icons-sd918828e5f.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 35px;
  width: 35px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .side-navigation-widget .side-navigation-icon {
    background-image: url('/wp-content/themes/fbk-foundation/images/sprites-retina/icons-s9e5f6c1696.png');
    -moz-background-size: 35px 72px;
    -o-background-size: 35px 72px;
    -webkit-background-size: 35px 72px;
    background-size: 35px 72px;
    background-position: 0 0;
  }
}

nav.side-navigation {
  display: none;
  pointer-events: none;
  visibility: hidden;
  z-index: 99;
}
nav.side-navigation.mm-menu {
  pointer-events: auto;
  visibility: visible;
}
nav.side-navigation form.search {
  position: relative;
}
nav.side-navigation form.search input[type="search"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 8px 16px 8px 32px;
  width: 100%;
}
nav.side-navigation form.search:before {
  position: absolute;
  top: 26px;
  left: 8px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  position: relative;
  text-decoration: inherit;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #666;
  content: "\f002";
  pointer-events: none;
  transform: translateY(-50%);
}
nav.side-navigation .mm-close {
  font-size: 20px;
}
nav.side-navigation .mm-listview > li > a, nav.side-navigation .mm-listview > li > span {
  color: white;
  text-transform: uppercase;
}
nav.side-navigation ul.menu li a {
  padding: 10px 10px 10px 0;
}
nav.side-navigation ul.language-menu li a {
  font-size: 12px;
}
nav.side-navigation nav {
  margin-bottom: 20px;
}

body.admin-bar nav.side-navigation {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar nav.side-navigation {
    top: 46px;
  }
}

@media screen {
  .printable {
    display: none;
  }
}
@media print {
  body.foundation {
    padding: 0;
  }
  body.foundation .screenable {
    display: none;
  }
  body.foundation .page .print-logo {
    margin: 20px 20px 0 20px;
  }
  body.foundation .page header, body.foundation .page footer, body.foundation .page .footer-logo, body.foundation .page .sidebar, body.foundation .page .contains-actions, body.foundation .page .view-all {
    display: none;
  }
  body.foundation .page .inner-content-wrapper {
    margin: 0;
    width: 100%;
  }
  body.foundation .page .page-title-wrapper h1 {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 24px 0;
  }
  body.foundation .page .related-container.related-media ul li {
    padding-left: 8px;
  }
  body.foundation .page .related-container.related-media ul li:before {
    content: "-";
    display: inline-block;
    float: left;
    padding-right: 4px;
  }
  body.foundation .page .related-container.related-media ul .type, body.foundation .page .related-container.related-media ul a {
    display: none;
  }
}
