@charset "UTF-8";
/*!
Theme Name: PubAffairs Bruxelles
Theme URI: http://underscores.me/
Author: Daniele Stocco
Author URI: https://www.visionereale.com
Description: Custom theme for PubAffairs Bruxelles
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pubaffairs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

PubAffairs Bruxelles is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  clear: both;
  text-transform: none;
  color: #2D2D2D;
}

h1 {
  font-size: 24px;
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.02rem;
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

p {
  margin-bottom: 1.5em;
  text-align: justify;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #41C9FF;
}
a:visited {
  color: #41C9FF;
}
a:hover, a:focus, a:active {
  color: #000000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #00B1F8;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #4A4A4A;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #4A4A4A;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #4A4A4A;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Customization
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.btn {
  border-radius: 0;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn:hover, .btn:active {
  background-color: #41C9FF;
}

ul {
  margin-bottom: 1.5em;
}

.btn.register {
  font-size: 20px;
  color: #FFFFFF;
  background-color: #000000;
  text-transform: uppercase;
  padding: 2rem 1rem;
  width: 100%;
}
.btn.register:hover, .btn.register:active {
  background-color: #FFC03D;
}

.btn.subscribe, .btn.photo-album, .btn.highlights, .btn.event-detail {
  font-size: 20px;
  color: #FFFFFF;
  background-color: #00B1F8;
  text-transform: uppercase;
  width: 100%;
}
.btn.subscribe:hover, .btn.subscribe:active, .btn.photo-album:hover, .btn.photo-album:active, .btn.highlights:hover, .btn.highlights:active, .btn.event-detail:hover, .btn.event-detail:active {
  background-color: #00B1F8;
}

.btn.event-detail {
  background-color: #a1a1a1;
}
.btn.event-detail:hover, .btn.event-detail:active {
  background-color: #a1a1a1;
}

.btn.photo-album {
  background-color: #032e53;
}
.btn.photo-album:hover, .btn.photo-album:active {
  background-color: #032e53;
}

.btn.highlights {
  background-color: #dc9800;
}
.btn.highlights:hover, .btn.highlights:active {
  background-color: #dc9800;
}

a:hover, a:focus, a:active {
  color: #41C9FF;
}
a.focus, a:focus {
  box-shadow: none;
}

.event, .eu-in-the-media, .eu-institution-news, .opinion-analysis, .podcast, .speaker, .moderator {
  margin: 0 0 1.5em;
}

.podcast-embedded {
  margin-bottom: 2rem;
}

.entry-copyright {
  position: relative;
  top: -26px;
  padding: 5px 15px;
  color: #ffffff;
  background-color: #312f306b;
  width: 100%;
  font-size: 10px;
  font-style: italic;
}

.single-opinion-analysis .entry-copyright {
  top: 0px;
  position: inherit;
  background-color: transparent;
  color: #000000;
  padding: 5px 0;
}

.navigation ul {
  margin: 2rem 0;
  padding: 0;
}
.navigation ul li {
  display: inline;
}
.navigation ul li a, .navigation ul li a:hover, .navigation ul li.active a, .navigation ul li.disabled {
  font-weight: 400;
  color: #9B9B9B;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #9B9B9B;
  border-radius: 0px;
  cursor: pointer;
  padding-top: 14px;
  margin-right: 4px;
  width: 53px;
  height: 53px;
  float: left;
}
.navigation ul li a:hover, .navigation ul li.active a {
  color: #00B1F8;
  border: 1px solid #00B1F8;
}
.navigation ul li a.more {
  cursor: default;
  border: none;
}
.navigation ul li a.previous {
  background-color: #9B9B9B;
  color: #FFFFFF;
  width: 180px;
}
.navigation ul li a.next {
  background-color: #00B1F8;
  border: 1px solid #00B1F8;
  color: #FFFFFF;
  width: 150px;
}

.dropdown-item {
  color: #41C9FF;
}

#masthead.site-header {
  background: #ffffff;
}
#masthead.site-header .sticky-top {
  position: absolute;
}
#masthead.site-header .site-head-info {
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  background-color: #012E53;
  padding-top: 1rem;
  font-size: 85%;
  height: 60px;
}
#masthead.site-header .site-head-info .claim .site-description {
  color: #00B1F8;
}
#masthead.site-header .site-head-info .social {
  font-size: 20px;
  text-align: right;
  max-width: 200px;
}
#masthead.site-header .site-head-info .social a i {
  color: #FFFFFF;
  padding-left: 10px;
}
#masthead.site-header .site-head-info .privacy-cookies, #masthead.site-header .site-head-info .term-linkcol {
  color: #FFFFFF;
}
#masthead.site-header .site-head-info .privacy-cookies a, #masthead.site-header .site-head-info .term-linkcol a {
  color: #FFFFFF;
  text-decoration: underline;
}
#masthead.site-header .site-head-info .privacy-cookies a:visited, #masthead.site-header .site-head-info .term-linkcol a:visited {
  color: #FFFFFF;
}
#masthead.site-header .site-head-info .privacy-cookies a:hover, #masthead.site-header .site-head-info .privacy-cookies a:focus, #masthead.site-header .site-head-info .privacy-cookies a:active, #masthead.site-header .site-head-info .term-linkcol a:hover, #masthead.site-header .site-head-info .term-linkcol a:focus, #masthead.site-header .site-head-info .term-linkcol a:active {
  color: #FFFFFF;
}
#masthead.site-header .site-head-info .privacy-cookies a:focus, #masthead.site-header .site-head-info .term-linkcol a:focus {
  color: #FFFFFF;
}
#masthead.site-header .site-head-info .privacy-cookies a:hover, #masthead.site-header .site-head-info .privacy-cookies a:active, #masthead.site-header .site-head-info .term-linkcol a:hover, #masthead.site-header .site-head-info .term-linkcol a:active {
  outline: 0;
}
#masthead.site-header .site-head-info #menu-lang li a img {
  max-width: none;
}
#masthead.site-header .site-branding {
  background-color: #FFFFFF;
}
#masthead.site-header .site-branding .site-logo {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
#masthead.site-header .site-branding .site-logo img {
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  float: left;
}
#masthead.site-header .site-branding .site-logo .site-title {
  float: left;
  margin-bottom: 0;
  padding: 43px 0 0 5px;
}
#masthead.site-header .site-branding .site-logo .site-title a {
  font-size: 1.2rem;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 576px) {
  #masthead.site-header .site-branding .site-logo .site-title a {
    font-size: 1.5rem;
  }
}
#masthead.site-header .site-branding .head-actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  #masthead.site-header .site-branding .head-actions {
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
#masthead.site-header .site-branding .head-actions div {
  padding: 20px 5px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 130px;
}
@media (max-width: 992px) {
  #masthead.site-header .site-branding .head-actions div {
    max-width: none;
    display: inline-block;
  }
}
#masthead.site-header .site-branding .head-actions div .btn {
  font-size: 0.85rem;
  line-height: 1.2rem;
  color: #FFFFFF;
  border-radius: 0;
  height: 79px;
  padding: 18px 0;
  max-width: 130px;
  width: 100%;
}
#masthead.site-header .site-branding .head-actions div.free-membership .btn, #masthead.site-header .site-branding .head-actions div.newsletter-subscription .btn {
  background-color: #00B1F8;
}
#masthead.site-header .site-branding .head-actions div.event-registration .btn, #masthead.site-header .site-branding .head-actions div.streaming .btn {
  background-color: #A1A1A1;
}
#masthead.site-header.fixed .site-head-info {
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  padding-top: 5px;
  height: 0rem;
}
#masthead.site-header.fixed .site-head-info .container-lg {
  display: none;
}
#masthead.site-header.fixed .site-branding {
  padding-top: 5px;
  padding-bottom: 5px;
}
#masthead.site-header.fixed .site-branding .site-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
#masthead.site-header.fixed .site-branding .site-logo a img {
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  height: 50px;
  width: 50px;
}
#masthead.site-header.fixed .site-branding .site-logo .site-title {
  padding-top: 23px;
}
#masthead.site-header.fixed .site-branding .head-actions div {
  padding-top: 5px;
  padding-bottom: 5px;
}
#masthead.site-header.fixed .site-branding .head-actions div .btn {
  padding-top: 10px;
  height: 58px;
}
#masthead.site-header.fixed .main-navigation {
  padding: 0;
}
#masthead.site-header.fixed .main-navigation .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}

#site-navigation {
  background-color: #00B1F8;
  padding: 5px 0;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.2);
}
#site-navigation #primary-menu.navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
}
#site-navigation #primary-menu .dropdown ul.dropdown-menu {
  display: block;
}
@media (min-width: 992px) {
  #site-navigation #primary-menu .dropdown ul.dropdown-menu:hover .dropdown-menu {
    margin-left: 150px;
  }
}
#site-navigation #primary-menu .nav-link {
  color: #FFFFFF;
  font-size: 1.1rem;
  padding-right: 20px;
}
#site-navigation #primary-menu .pl3 {
  padding-left: 3rem;
}
#site-navigation .searchbar {
  position: relative;
}
@media (max-width: 800px) {
  #site-navigation .searchbar {
    width: 100%;
  }
}
#site-navigation .searchbar .fa-search {
  cursor: pointer;
}
#site-navigation .searchbar .search-container {
  background: #E8E8E4;
  position: absolute;
  right: -15px;
  top: 60px;
  width: 350px;
  height: 75px;
  line-height: 75px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #00B1FD;
  display: none;
}
#site-navigation .searchbar .search-container:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #00B1FD;
}
#site-navigation .searchbar .search-container input[type=text]:focus {
  border-color: inherit;
  box-shadow: none;
}
#site-navigation .mobile-menu {
  width: 100%;
}
#site-navigation .mobile-menu .left-side {
  float: left;
  width: 250px;
}
#site-navigation .mobile-menu .left-side img {
  float: left;
}
#site-navigation .mobile-menu .left-side .site-title {
  margin-bottom: 0;
  padding: 23px 0px 0px 45px;
}
#site-navigation .mobile-menu .left-side .site-title a {
  font-size: 0.9rem;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
#site-navigation .mobile-menu .right-side {
  float: right;
  width: 60px;
}

.footer-boxes {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 800px) {
  .footer-boxes .container {
    flex-wrap: wrap;
  }
}
.footer-boxes .box {
  padding: 38px 0 0;
  width: 18%;
  max-width: 166px;
  height: 122px;
}
@media (max-width: 800px) {
  .footer-boxes .box {
    width: 100%;
  }
}
.footer-boxes .box a {
  background-color: #000000;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  float: left;
  padding: 5px 0;
  text-decoration: none;
}
.footer-boxes .box.image {
  padding: 0;
}
.footer-boxes .box.image a {
  background-color: transparent;
  padding: 0;
}
.footer-boxes .apply-membership {
  padding: 5px;
}
@media (max-width: 800px) {
  .footer-boxes .apply-membership {
    width: 100%;
  }
}
.footer-boxes .apply-membership .btn {
  background-color: #00B1F8;
  color: #FFFFFF;
  border-radius: 0;
  margin-top: 0;
  padding: 0.75rem 1.75rem;
}
.footer-boxes .apply-membership .btn:hover, .footer-boxes .apply-membership .btn:active {
  background-color: #41C9FF;
}

#colophon.site-footer {
  margin-top: 2rem;
}
#colophon.site-footer .site-info .footer-boxes {
  background-color: #F0F0F0;
}
#colophon.site-footer .site-info .footer-links {
  background-color: #012E53;
  color: #FFFFFF;
  padding-bottom: 2rem;
}
#colophon.site-footer .site-info .footer-links .social {
  padding-top: 1rem;
}
#colophon.site-footer .site-info .footer-links .social a, #colophon.site-footer .site-info .footer-links .social i {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 2rem;
  padding: 15px 5px;
}
#colophon.site-footer .site-info .footer-links .social a:visited, #colophon.site-footer .site-info .footer-links .social i:visited {
  color: #FFFFFF;
}
#colophon.site-footer .site-info .footer-links .social a:hover, #colophon.site-footer .site-info .footer-links .social a:focus, #colophon.site-footer .site-info .footer-links .social a:active, #colophon.site-footer .site-info .footer-links .social i:hover, #colophon.site-footer .site-info .footer-links .social i:focus, #colophon.site-footer .site-info .footer-links .social i:active {
  color: #FFFFFF;
}
#colophon.site-footer .site-info .footer-links .social a:focus, #colophon.site-footer .site-info .footer-links .social i:focus {
  color: #FFFFFF;
}
#colophon.site-footer .site-info .footer-links .social a:hover, #colophon.site-footer .site-info .footer-links .social a:active, #colophon.site-footer .site-info .footer-links .social i:hover, #colophon.site-footer .site-info .footer-links .social i:active {
  outline: 0;
}
#colophon.site-footer .site-info .footer-links .footer-menu {
  margin-top: 1rem;
}
#colophon.site-footer .site-info .footer-links .footer-menu h4 {
  font-size: 16px;
  color: #FFFFFF;
  padding-left: 40px;
  font-weight: bold;
}
#colophon.site-footer .site-info .footer-links .footer-menu ul {
  list-style: none;
}
#colophon.site-footer .site-info .footer-links .footer-menu ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 80%;
}
#colophon.site-footer .site-info .footer-links .footer-menu ul li a:visited {
  color: #FFFFFF;
}
#colophon.site-footer .site-info .footer-links .footer-menu ul li a:hover, #colophon.site-footer .site-info .footer-links .footer-menu ul li a:focus, #colophon.site-footer .site-info .footer-links .footer-menu ul li a:active {
  color: #FFFFFF;
}
#colophon.site-footer .site-info .footer-links .footer-menu ul li a:focus {
  color: #FFFFFF;
}
#colophon.site-footer .site-info .footer-links .footer-menu ul li a:hover, #colophon.site-footer .site-info .footer-links .footer-menu ul li a:active {
  outline: 0;
}
#colophon.site-footer .site-info .footer-copy p {
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.site-main {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.site-main .col-md-4 .article {
  min-height: 207px;
}
.site-main .col-md-3 .article {
  min-height: 170px;
}
.site-main .article {
  position: relative;
  float: left;
  background-size: cover;
  background-position: left;
  width: 100%;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.site-main .article .video-play-icon {
  position: absolute;
  width: 100%;
  top: 35%;
  text-align: center;
  left: 0;
}
.site-main .article .video-play-icon .play-icon {
  width: 40px;
  height: 40px;
}
.site-main .article .article-label {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #00B1F8;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.site-main .article .article-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.site-main .article .article-title-panel {
  color: #ffffff;
  background-color: #333 !important;
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(top, transparent, #000);
  background-image: -moz-linear-gradient(top, transparent, #000);
  background-image: -o-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(to bottom, transparent, #000);
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
}
.site-main .article .article-title-panel .article-title {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  max-width: 100%;
  float: left;
  line-height: 17px;
  bottom: 17px;
  position: absolute;
  padding: 20px 0 0 10px;
}
.site-main .article .article-title-panel .article-title:visited {
  color: #FFFFFF;
}
.site-main .article .article-title-panel .article-title:hover, .site-main .article .article-title-panel .article-title:focus, .site-main .article .article-title-panel .article-title:active {
  color: #FFFFFF;
}
.site-main .article .article-title-panel .article-title:focus {
  color: #FFFFFF;
}
.site-main .article .article-title-panel .article-title:hover, .site-main .article .article-title-panel .article-title:active {
  color: #FFFFFF;
  outline: 0;
  text-decoration: none;
}
.site-main .article .article-title-panel .article-source-panel {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.site-main .article .article-title-panel .article-source-panel .article-source, .site-main .article .article-title-panel .article-source-panel .article-date {
  font-size: 12px;
}
.site-main .article .article-title-panel .article-source-panel .article-source {
  float: left;
  padding: 3px 10px;
}
.site-main .article .article-title-panel .article-source-panel .article-date {
  float: right;
  text-align: right;
  padding: 3px 10px;
}
.site-main .article .article-cta {
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #00B1F8;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  top: 41px;
}
.site-main .article.big {
  min-height: 430px;
}
.site-main .article.big .video-play-icon .play-icon {
  width: auto;
  height: auto;
}
.site-main .article.big .article-title {
  max-width: 80%;
}
.site-main .article.big .article-cta {
  left: auto;
  top: auto;
  bottom: 15px;
  right: 15px;
}
.site-main .article.big .article-title-panel {
  height: 25%;
}
.site-main .article.big .article-title-panel .article-title {
  font-size: 18px;
  line-height: 30px;
}
.site-main .article.no-bg-article-panel .article-title-panel {
  background: none;
}
.site-main .no-footer .article .article-title-panel h3.article-title {
  bottom: 0;
}
.site-main .block-title {
  margin-top: 3rem;
}
.site-main .block-title h2 {
  width: 100%;
  padding-bottom: 0.35rem;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  .site-main .twitter {
    display: none;
  }
}
.site-main .category-boxes .block-title h2 {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.site-main .category-boxes .block-title h2 a, .site-main .category-boxes .block-title h2 a:hover, .site-main .category-boxes .block-title h2 a:visited, .site-main .category-boxes .block-title h2 a:focus {
  text-decoration: none;
  color: inherit;
}
.site-main .category-boxes .block-title h2 a span, .site-main .category-boxes .block-title h2 a:hover span, .site-main .category-boxes .block-title h2 a:visited span, .site-main .category-boxes .block-title h2 a:focus span {
  color: #00B1F8;
  font-size: 14px;
  font-weight: bold;
  padding-left: 1rem;
}

.single-eu-in-the-media .site-main .category-boxes .block-title h2 {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.breadcrumb {
  font-size: 18px;
  color: #00B1F8;
  background-color: transparent;
  padding: 0;
}
.breadcrumb a {
  padding-right: 5px;
}
.breadcrumb a:not(:first-child) {
  padding-left: 5px;
}

#archive {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#archive .page-header {
  border-bottom: 1px solid #000000;
  padding-bottom: 0;
  margin: 1rem 0;
}
#archive .page-header .breadcrumb {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}
#archive .page-header .breadcrumb h1 {
  color: #000000;
  margin: 0;
  padding-left: 5px;
  line-height: 1.5;
  font-size: 18px;
}
#archive .page-header .search.col {
  padding-right: 0;
}
#archive .page-header .search.col .search-form.form-inline {
  flex-flow: column;
  align-items: flex-end;
}
#archive article:not(.opinion-analysis) {
  position: relative;
  background-size: cover;
  background-position: right;
  width: 100%;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}
#archive article:not(.opinion-analysis) .entry-content {
  color: #ffffff;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
  padding: 20px 0 0 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
}
#archive article:not(.opinion-analysis) .entry-content .entry-title a {
  color: #ffffff;
}
#archive article:not(.opinion-analysis) .entry-content .entry-title a:visited {
  color: #ffffff;
}
#archive article:not(.opinion-analysis) .entry-content .entry-title a:hover, #archive article:not(.opinion-analysis) .entry-content .entry-title a:focus, #archive article:not(.opinion-analysis) .entry-content .entry-title a:active {
  color: #ffffff;
}
#archive article:not(.opinion-analysis) .entry-content .entry-title a:focus {
  color: #ffffff;
}
#archive article:not(.opinion-analysis) .entry-content .entry-title a:hover, #archive article:not(.opinion-analysis) .entry-content .entry-title a:active {
  outline: 0;
}
#archive article:not(.opinion-analysis) .entry-content .participants {
  color: #FFFFFF;
  font-size: 14px;
  float: left;
  padding-top: 35px;
  padding-left: 10px;
}
#archive article:not(.opinion-analysis) .entry-content .participants b {
  color: #00B1F8;
}
#archive article:not(.opinion-analysis) .entry-content .participants .event-date {
  float: right;
  font-weight: bold;
  font-style: italic;
  padding-right: 10px;
}
#archive article:not(.opinion-analysis) .entry-content .pub-logo {
  float: right;
  margin-right: 10px;
}
#archive .col-md-4 article {
  height: 190px;
}
#archive .col-md-4 article .entry-header {
  position: relative;
}
#archive .col-md-4 article .entry-header .article-label {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #00B1F8;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
}
#archive .col-md-4 article .entry-content {
  padding: 10px 0 0 10px;
  height: 35%;
  position: absolute;
  bottom: 0;
}
#archive .col-md-4 article .entry-content .entry-title {
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 0.01rem;
  bottom: 0;
  position: absolute;
}
#archive .col-md-6 article {
  height: 380px;
}
#archive .col-md-6 article .entry-header {
  position: relative;
}
#archive .col-md-6 article .entry-header .article-label {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #00B1F8;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
}
#archive .col-md-6 article .entry-header time {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #00B1F8;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  top: 41px;
  display: none;
}
#archive .col-md-6 article .entry-content {
  padding: 0;
  margin: 0;
  height: 40%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  #archive .col-md-6 article .entry-content {
    height: 80%;
  }
}
#archive .col-md-6 article .entry-content .entry-title {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.01rem;
  position: absolute;
  bottom: 17px;
  max-width: 100%;
  float: left;
  padding: 20px 0 0 10px;
  text-transform: none;
}
@media (max-width: 768px) {
  #archive .col-md-6 article .entry-content .entry-title {
    line-height: normal;
    margin-bottom: 4rem;
  }
}
#archive .col-md-6 article .entry-content .article-source-panel {
  bottom: 0;
  position: absolute;
  width: 100%;
}
#archive .col-md-6 article .entry-content .article-source-panel .article-source, #archive .col-md-6 article .entry-content .article-source-panel .article-date {
  font-size: 12px;
}
#archive .col-md-6 article .entry-content .article-source-panel .article-source {
  float: left;
  padding: 3px 10px;
}
#archive .col-md-6 article .entry-content .article-source-panel .article-date {
  float: right;
  text-align: right;
  padding: 3px 10px;
}
#archive .col-md-8.articles {
  border-right: 1px solid #979797;
}
#archive .col-md-8.articles article {
  height: 200px;
}
#archive .col-md-8.articles article .entry-content {
  height: 60%;
  padding-top: 5px;
}
#archive .col-md-8.articles article .entry-content .entry-title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
}
#archive .col-md-8.articles article .entry-content .participants, #archive .col-md-8.articles article .entry-content .pub-logo {
  display: none;
}
#archive .eu-istitution-news h3 {
  text-transform: uppercase;
  color: #0613AF;
}
#archive .row.display-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#archive .row.display-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  #archive .row.display-flex > [class*=col-] {
    margin-top: 1rem;
  }
}
#archive .col-md-3 a:hover, #archive .col-md-3 a:focus, #archive .col-md-3 a:active {
  color: #000000;
  text-decoration: none;
}
#archive .col-md-3 article.opinion-analysis {
  margin: 0;
  position: relative;
  min-height: 320px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
#archive .col-md-3 article.opinion-analysis .thumbnail {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
}
#archive .col-md-3 article.opinion-analysis .article-label {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 0.5rem;
}
#archive .col-md-3 article.opinion-analysis .article-label a {
  color: #41C9FF;
}
#archive .col-md-3 article.opinion-analysis .article-label a:hover {
  text-decoration: underline;
}
#archive .col-md-3 article.opinion-analysis .entry-content {
  padding: 0.5rem;
  margin: 0;
}
#archive .col-md-3 article.opinion-analysis .entry-content .entry-title {
  font-size: 14px;
  line-height: normal;
}
#archive .col-md-3 article.opinion-analysis .entry-content .article-source-panel .article-source {
  padding-top: 0.5rem;
  font-size: 12px;
  bottom: 5px;
  position: absolute;
}
#archive .taxonomy-cloud {
  text-align: center;
}
#archive .taxonomy-cloud a {
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 80%;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  padding: 8px;
  margin: 0px 5px;
  line-height: 40px;
  border-radius: 0px;
  background-color: #00B1F8;
}
@media (max-width: 500px) {
  #archive .taxonomy-cloud a {
    font-size: 14px;
  }
}
#archive .taxonomy-cloud a:hover {
  background-color: #A1A1A1;
}

#archive.eu-institution-news-archive .page-header {
  border-bottom: none;
  margin-bottom: 2rem;
  text-align: center;
}
#archive.eu-institution-news-archive h2 {
  border-bottom: 1px solid #000000;
  padding-bottom: 0;
  margin: 1rem 0;
}

/**
highlights
 */
body.special-events #archive .articles .article,
body.podcasts #archive .articles .article,
body.highlights #archive .articles .article {
  box-shadow: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00B1F8;
}
body.special-events #archive .articles .article .podcast-logo,
body.podcasts #archive .articles .article .podcast-logo,
body.highlights #archive .articles .article .podcast-logo {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 60px;
  line-height: 150px;
  color: #00B1F8;
  background-color: #F0F0F0;
}
body.special-events #archive .articles .article .entry-header .article-label,
body.podcasts #archive .articles .article .entry-header .article-label,
body.highlights #archive .articles .article .entry-header .article-label {
  padding: 0;
  background-color: transparent;
}
body.special-events #archive .articles .article .entry-header .article-label a,
body.podcasts #archive .articles .article .entry-header .article-label a,
body.highlights #archive .articles .article .entry-header .article-label a {
  background-color: #00B1F8;
  color: #ffffff;
  padding: 10px 15px;
  position: relative;
  top: 8px;
  left: 15px;
}
body.special-events #archive .articles .article .entry-content,
body.podcasts #archive .articles .article .entry-content,
body.highlights #archive .articles .article .entry-content {
  margin: 0;
  position: relative;
  height: 100%;
}
body.special-events #archive .articles .article .entry-content .entry-title,
body.podcasts #archive .articles .article .entry-content .entry-title,
body.highlights #archive .articles .article .entry-content .entry-title {
  padding: 2.5rem 0 0 0;
  font-size: 25px;
}
@media (max-width: 1200px) {
  body.special-events #archive .articles .article .entry-content .entry-title,
body.podcasts #archive .articles .article .entry-content .entry-title,
body.highlights #archive .articles .article .entry-content .entry-title {
    font-size: 18px;
    line-height: normal;
  }
}
body.special-events #archive .articles .article .entry-content .participants,
body.podcasts #archive .articles .article .entry-content .participants,
body.highlights #archive .articles .article .entry-content .participants {
  color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
}
@media (max-width: 1200px) {
  body.special-events #archive .articles .article .entry-content .participants,
body.podcasts #archive .articles .article .entry-content .participants,
body.highlights #archive .articles .article .entry-content .participants {
    position: relative;
  }
}
body.special-events #archive .articles .article .entry-content .participants b,
body.podcasts #archive .articles .article .entry-content .participants b,
body.highlights #archive .articles .article .entry-content .participants b {
  color: #00B1F8;
}
body.special-events #archive .articles .article .entry-content .participants .event-date,
body.podcasts #archive .articles .article .entry-content .participants .event-date,
body.highlights #archive .articles .article .entry-content .participants .event-date {
  float: left;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 10px;
  width: 100%;
}
body.special-events #archive .articles .article .entry-content .participants .event-date i,
body.podcasts #archive .articles .article .entry-content .participants .event-date i,
body.highlights #archive .articles .article .entry-content .participants .event-date i {
  margin: 0 1px 0 5px;
}
body.special-events #archive .articles .article .entry-content .participants .event-guests,
body.podcasts #archive .articles .article .entry-content .participants .event-guests,
body.highlights #archive .articles .article .entry-content .participants .event-guests {
  float: left;
}
body.special-events #archive .articles .article .entry-content p,
body.podcasts #archive .articles .article .entry-content p,
body.highlights #archive .articles .article .entry-content p {
  font-size: 0.95rem;
}
body.special-events #archive .articles .article .entry-content .article-source-panel,
body.podcasts #archive .articles .article .entry-content .article-source-panel,
body.highlights #archive .articles .article .entry-content .article-source-panel {
  bottom: 0;
  position: absolute;
  width: 100%;
}
body.special-events #archive .articles .article .entry-content .article-source-panel .article-source, body.special-events #archive .articles .article .entry-content .article-source-panel .article-date,
body.podcasts #archive .articles .article .entry-content .article-source-panel .article-source,
body.podcasts #archive .articles .article .entry-content .article-source-panel .article-date,
body.highlights #archive .articles .article .entry-content .article-source-panel .article-source,
body.highlights #archive .articles .article .entry-content .article-source-panel .article-date {
  font-size: 12px;
}
body.special-events #archive .articles .article .entry-content .article-source-panel .article-source,
body.podcasts #archive .articles .article .entry-content .article-source-panel .article-source,
body.highlights #archive .articles .article .entry-content .article-source-panel .article-source {
  float: left;
  padding: 3px 0px;
}
body.special-events #archive .articles .article .entry-content .article-source-panel .article-date,
body.podcasts #archive .articles .article .entry-content .article-source-panel .article-date,
body.highlights #archive .articles .article .entry-content .article-source-panel .article-date {
  float: right;
  text-align: right;
  padding: 3px 10px;
}

body.podcasts #archive .articles .article .entry-thumbnail {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 350px;
}
body.podcasts #archive .articles .article .entry-thumbnail .article-label {
  left: -15px;
}
body.podcasts #archive .articles .article .entry-content {
  font-size: 14px;
  height: 250px;
}
body.podcasts #archive .articles .article .entry-content .entry-title {
  padding-top: 10px;
  font-size: 22px;
  height: 100px;
}

body.releases #archive .articles .article {
  margin: 0;
  position: relative;
  min-height: 320px;
}
body.releases #archive .articles .article .thumbnail {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
}
body.releases #archive .articles .article .entry-content {
  font-size: 14px;
  height: 250px;
  padding: 0.5rem;
  margin: 0;
}
@media (max-width: 992px) {
  body.releases #archive .articles .article .entry-content {
    height: auto;
  }
}
body.releases #archive .articles .article .entry-content .entry-title {
  padding-top: 10px;
  font-size: 16px;
  height: 90px;
  line-height: 20px;
}
@media (max-width: 992px) {
  body.releases #archive .articles .article .entry-content .entry-text {
    display: none;
  }
}
body.releases #archive .articles .article .entry-content .article-source-panel {
  bottom: 15px;
  position: absolute;
  right: 15px;
  font-size: 12px;
}

body.single-release #article-post .entry-content {
  min-height: 350px;
}

.team .team-row {
  background-color: #ffffff;
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .team .team-row {
    padding: 2rem 0;
  }
}
.team .team-row:nth-child(odd) {
  background-color: #F0F0F0;
}
.team .team-row .element {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .team .team-row .element {
    display: block;
  }
}
.team .team-row .element .left-box {
  padding-right: 50px;
  max-width: 250px;
}
@media (max-width: 768px) {
  .team .team-row .element .left-box {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 50px;
  }
}
.team .team-row .element .left-box .image img {
  border-radius: 200px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}
.team .team-row .element .left-box .links {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.team .team-row .element .right-box hr {
  background-color: #07b0f8;
  width: 100px;
  border-color: #07b0f8;
  height: 10px;
  margin: 0;
}
.team .team-row .element .right-box h3 {
  font-size: 20px;
  margin: 0;
}
.team .team-row .element .right-box h4 {
  color: #07b0f8;
  text-transform: uppercase;
  font-weight: bold;
}
.team .team-row .element .right-box p {
  margin-bottom: 0;
}

.partners .partner-row {
  background-color: #ffffff;
  padding: 5rem 0;
}
.partners .partner-row:nth-child(odd) {
  background-color: #F0F0F0;
}
.partners .partner-row h2 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 18px;
}
.partners .partner-row .image {
  margin-bottom: 3rem;
}
.partners .partner-row .image img {
  height: 70px;
  width: auto;
}
.partners .partner-row p {
  margin-bottom: 0;
}

.programmes .program {
  margin-bottom: 5rem;
}
.programmes .program h2 {
  text-align: center;
  background: #a1a1a13d;
  padding: 15px 0;
}
.programmes .program p {
  margin: 0;
  font-size: 14px;
}

/**
MODERATOR / SPEAKER
 */
ul.letters li.list-group-item {
  padding: 0.75rem;
}
ul.letters li.list-group-item.active, ul.letters li.list-group-item:hover {
  background-color: #A1A1A1;
  border-color: #A1A1A1;
}
ul.letters li.list-group-item.active a, ul.letters li.list-group-item:hover a {
  color: #FFFFFF;
  text-decoration: none;
}

table.contact-list thead tr {
  background: #A1A1A1;
  color: #FFFFFF;
}
table.contact-list thead tr th {
  font-weight: normal;
}

.post-type-archive-event #archive article .entry-content .entry-title {
  bottom: 67px;
}
.post-type-archive-event #archive article .entry-content .participants {
  position: absolute;
  bottom: 5px;
  width: 100%;
}

.category-event-series #archive article .entry-header time {
  display: block;
}

.single-post #article-post, .single-event #article-post, .single-release #article-post {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-post #article-post .highlights-head, .single-event #article-post .highlights-head, .single-release #article-post .highlights-head {
  background-color: #00B1F8;
}
.single-post #article-post .highlights-head h2, .single-event #article-post .highlights-head h2, .single-release #article-post .highlights-head h2 {
  color: #ffffff;
  padding: 2rem 0;
  font-size: 35px;
  text-align: center;
}
.single-post #article-post .entry-header, .single-event #article-post .entry-header, .single-release #article-post .entry-header {
  display: table;
  margin-bottom: 1rem;
}
.single-post #article-post .entry-header .entry-meta, .single-event #article-post .entry-header .entry-meta, .single-release #article-post .entry-header .entry-meta {
  background-color: #00B1F8;
  text-align: center;
  width: 110px;
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem 0;
}
.single-post #article-post .entry-header .entry-meta time, .single-event #article-post .entry-header .entry-meta time, .single-release #article-post .entry-header .entry-meta time {
  color: #FFFFFF;
  margin: auto;
}
.single-post #article-post .entry-header .entry-title, .single-event #article-post .entry-header .entry-title, .single-release #article-post .entry-header .entry-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
}
.single-post #article-post .entry-header .entry-title h1, .single-event #article-post .entry-header .entry-title h1, .single-release #article-post .entry-header .entry-title h1 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.single-post #article-post .entry-header .entry-title .participants, .single-event #article-post .entry-header .entry-title .participants, .single-release #article-post .entry-header .entry-title .participants {
  color: #00B1F8;
  font-size: 14px;
}
.single-post #article-post .entry-content #photoAlbumCarousel, .single-event #article-post .entry-content #photoAlbumCarousel, .single-release #article-post .entry-content #photoAlbumCarousel {
  margin-bottom: 2rem;
}
.single-post #article-post .entry-content #photoAlbumCarousel .carousel-caption, .single-event #article-post .entry-content #photoAlbumCarousel .carousel-caption, .single-release #article-post .entry-content #photoAlbumCarousel .carousel-caption {
  text-align: center;
}
.single-post #article-post .entry-content #photoAlbumCarousel .carousel-caption h5, .single-event #article-post .entry-content #photoAlbumCarousel .carousel-caption h5, .single-release #article-post .entry-content #photoAlbumCarousel .carousel-caption h5 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.single-post #article-post .entry-content #photoAlbumCarousel .carousel-caption p, .single-event #article-post .entry-content #photoAlbumCarousel .carousel-caption p, .single-release #article-post .entry-content #photoAlbumCarousel .carousel-caption p {
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}
.single-post #article-post .entry-content .hashtags, .single-event #article-post .entry-content .hashtags, .single-release #article-post .entry-content .hashtags {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.single-post #article-post .entry-content .hashtags h3, .single-post #article-post .entry-content .hashtags a, .single-event #article-post .entry-content .hashtags h3, .single-event #article-post .entry-content .hashtags a, .single-release #article-post .entry-content .hashtags h3, .single-release #article-post .entry-content .hashtags a {
  color: #00B1F8;
}
.single-post #article-post .entry-footer, .single-event #article-post .entry-footer, .single-release #article-post .entry-footer {
  text-align: center;
}
.single-post #article-post .entry-footer .btn.register, .single-event #article-post .entry-footer .btn.register, .single-release #article-post .entry-footer .btn.register {
  padding: 2rem 1rem;
}
.single-post .post-navigation .nav-links a, .single-event .post-navigation .nav-links a, .single-release .post-navigation .nav-links a {
  font-weight: 400;
  color: #9B9B9B;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px;
  float: left;
}
.single-post .post-navigation .nav-links .nav-previous a, .single-event .post-navigation .nav-links .nav-previous a, .single-release .post-navigation .nav-links .nav-previous a {
  background-color: #9B9B9B;
  color: #FFFFFF;
  width: 180px;
}
.single-post .post-navigation .nav-links .nav-next, .single-event .post-navigation .nav-links .nav-next, .single-release .post-navigation .nav-links .nav-next {
  flex: none;
}
.single-post .post-navigation .nav-links .nav-next a, .single-event .post-navigation .nav-links .nav-next a, .single-release .post-navigation .nav-links .nav-next a {
  background-color: #00B1F8;
  border: 1px solid #00B1F8;
  color: #FFFFFF;
  width: 150px;
}

#secondary {
  margin-top: 40px;
}
#secondary #sidebarSections {
  margin-bottom: 1rem;
}
#secondary .widget {
  margin: 0;
}
#secondary.widget-area h2 {
  font-size: 18px;
  color: #00B1F8;
  font-weight: bold;
  border-bottom: 1px solid #00B1F8;
  width: 100%;
  padding-bottom: 0.35rem;
  margin-bottom: 1rem;
}
#secondary.widget-area .btn.register {
  font-size: 16px;
  font-weight: bold;
  padding: 21px 0;
  margin-bottom: 20px;
}
#secondary.widget-area #show_posts_by_post_type_widget-2 {
  margin-top: 1rem;
}
#secondary.widget-area article {
  position: relative;
  background-size: cover;
  background-position: right;
  width: 100%;
  min-height: 167px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}
#secondary.widget-area article .entry-header .article-label {
  font-size: 14px;
  font-weight: 400;
  color: #00B1F8;
  background-color: #D8D8D8;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
}
#secondary.widget-area article .entry-header .entry-date {
  display: none;
}
#secondary.widget-area article .entry-header time {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #00B1F8;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  top: 41px;
}
#secondary.widget-area article .entry-content {
  color: #2D2D2D;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0) 100%);
  padding: 0 0 0 10px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
}
#secondary.widget-area article .entry-content .entry-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.01rem;
  color: #ffffff;
  bottom: 0;
  position: absolute;
}
#secondary.widget-area article .entry-content .entry-title a {
  color: #2D2D2D;
}
#secondary.widget-area article .entry-content .entry-title a:visited {
  color: #2D2D2D;
}
#secondary.widget-area article .entry-content .entry-title a:hover, #secondary.widget-area article .entry-content .entry-title a:focus, #secondary.widget-area article .entry-content .entry-title a:active {
  color: #2D2D2D;
}
#secondary.widget-area article .entry-content .entry-title a:focus {
  color: #2D2D2D;
}
#secondary.widget-area article .entry-content .entry-title a:hover, #secondary.widget-area article .entry-content .entry-title a:active {
  outline: 0;
}
#secondary.widget-area article .entry-content .participants,
#secondary.widget-area article .entry-content .pub-logo,
#secondary.widget-area article .entry-content .article-source-panel {
  display: none !important;
}
#secondary.widget-area .col-md-6 article {
  height: 380px;
}
#secondary.widget-area .col-md-6 article .entry-content {
  padding: 20px 0 0 10px;
  height: 35%;
}
#secondary.widget-area .col-md-6 article .entry-content .entry-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.01rem;
}

/* single-video-page */
body.single-format-video .bg-black, body.single-event .bg-black {
  background-color: #222222;
  color: #999;
}
body.single-format-video .bg-black #article-post, body.single-event .bg-black #article-post {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 3rem;
}
body.single-format-video .bg-black #article-post .entry-header, body.single-event .bg-black #article-post .entry-header {
  display: block;
}
body.single-format-video .bg-black #article-post .entry-header .breadcrumb, body.single-event .bg-black #article-post .entry-header .breadcrumb {
  width: 100%;
  float: left;
}
body.single-format-video .bg-black #article-post .entry-header .breadcrumb a, body.single-event .bg-black #article-post .entry-header .breadcrumb a {
  color: white;
}
body.single-format-video .bg-black #article-post .entry-header .breadcrumb .post-categories .post-category a, body.single-event .bg-black #article-post .entry-header .breadcrumb .post-categories .post-category a {
  font-size: 0.8rem;
  padding-right: 1rem;
  color: #ffffff;
}
body.single-format-video .bg-black #article-post .entry-header .entry-title, body.single-event .bg-black #article-post .entry-header .entry-title {
  padding-left: 0;
}
body.single-format-video .bg-black #article-post .entry-header .entry-title h1, body.single-event .bg-black #article-post .entry-header .entry-title h1 {
  color: #ffffff;
}
body.single-format-video .bg-black #article-post .entry-meta, body.single-event .bg-black #article-post .entry-meta {
  margin-bottom: 15px;
}
body.single-format-video .bg-black #article-post .entry-meta .entry-date, body.single-event .bg-black #article-post .entry-meta .entry-date {
  font-size: 80%;
  font-style: italic;
}

.entry-source-link {
  padding: 30px 0;
  text-align: center;
}
.entry-source-link a {
  font-size: 1.3rem;
  font-weight: bold;
}

.single-opinion-analysis #article-post {
  margin-top: 0;
}
.single-opinion-analysis #article-post .container.featured-image {
  max-height: 600px;
  overflow: hidden;
}
.single-opinion-analysis #article-post .container.featured-image img {
  width: 100%;
  margin-top: -10%;
}
.single-opinion-analysis #article-post .article-header-hover {
  position: relative;
  z-index: 50;
}
.single-opinion-analysis #article-post .article-header-hover .entry-header {
  margin-top: -50px;
  background: #f7f7f7 !important;
  padding: 20px;
}
.single-opinion-analysis #article-post .article-header-hover .entry-header .entry-title h1 {
  font-size: 22px;
  font-weight: bold;
}
.single-opinion-analysis #article-post .article-header-hover .entry-header .entry-date {
  font-size: 14px;
}
.single-opinion-analysis #article-post .article-header-hover .entry-header .entry-date .post-type {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  text-align: right;
}

#go-to-top-button {
  display: inline-block;
  background-color: #00B1F8;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#go-to-top-button::after {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#go-to-top-button:hover {
  cursor: pointer;
  background-color: #222222;
  text-decoration: none;
}
#go-to-top-button:active {
  background-color: #555;
}
#go-to-top-button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */
.content {
  width: 77%;
  margin: 50px auto;
  font-family: "Merriweather", serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (min-width: 500px) {
  .content {
    width: 43%;
  }

  #button {
    margin: 30px;
  }
}
#ctf {
  position: inherit;
}

#ctf p.ctf-tweet-text {
  font-size: 14px;
}

.carousel-home {
  /* display 3 */
}
@media (max-width: 768px) {
  .carousel-home .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-home .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.carousel-home .carousel-inner .carousel-item.active,
.carousel-home .carousel-inner .carousel-item-next,
.carousel-home .carousel-inner .carousel-item-prev {
  display: flex;
}
@media (min-width: 768px) {
  .carousel-home .carousel-inner .carousel-item-right.active,
.carousel-home .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }
  .carousel-home .carousel-inner .carousel-item-left.active,
.carousel-home .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}
.carousel-home .carousel-inner .carousel-item-right,
.carousel-home .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.share-buttons {
  margin-bottom: 2rem;
  /* Non solid icons get a stroke */
  /* Solid icons get a fill */
}
.share-buttons .share-text {
  color: #FFFFFF;
}
.share-buttons .resp-sharing-button__link,
.share-buttons .resp-sharing-button__icon {
  display: inline-block;
}
.share-buttons .resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
}
.share-buttons .resp-sharing-button {
  border-radius: 25px;
  transition: 25ms ease-out;
  padding: 0.5em 0.5em 0em 0.5em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  border: 1px solid #6e7381;
}
.share-buttons .resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin: 0;
  vertical-align: top;
}
.share-buttons .resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}
.share-buttons .resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}
.share-buttons .resp-sharing-button__icon--solid,
.share-buttons .resp-sharing-button__icon--solidcircle {
  stroke: none;
}
.share-buttons .resp-sharing-button--twitter svg {
  fill: #55acee;
}
.share-buttons .resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}
.share-buttons .resp-sharing-button--pinterest svg {
  fill: #bd081c;
}
.share-buttons .resp-sharing-button--facebook svg {
  fill: #3b5998;
}
.share-buttons .resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}
.share-buttons .resp-sharing-button--tumblr {
  background-color: #35465C;
}
.share-buttons .resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}
.share-buttons .resp-sharing-button--reddit {
  background-color: #5f99cf;
}
.share-buttons .resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}
.share-buttons .resp-sharing-button--google {
  background-color: #dd4b39;
}
.share-buttons .resp-sharing-button--google:hover {
  background-color: #c23321;
}
.share-buttons .resp-sharing-button--linkedin svg {
  fill: #0077b5;
}
.share-buttons .resp-sharing-button--linkedin:hover {
  background-color: #046293;
}
.share-buttons .resp-sharing-button--email svg {
  fill: #777;
}
.share-buttons .resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}
.share-buttons .resp-sharing-button--xing {
  background-color: #1a7576;
}
.share-buttons .resp-sharing-button--xing:hover {
  background-color: #114c4c;
}
.share-buttons .resp-sharing-button--whatsapp svg {
  fill: #25D366;
}
.share-buttons .resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}
.share-buttons .resp-sharing-button--hackernews {
  background-color: #FF6600;
}
.share-buttons .resp-sharing-button--hackernews:hover, .share-buttons .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}
.share-buttons .resp-sharing-button--vk {
  background-color: #507299;
}
.share-buttons .resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.single-opinion-analysis .social-column {
  width: 35px;
  margin: auto;
  padding-top: 50px;
}
.single-opinion-analysis .social-column .share-buttons .share-text {
  display: none;
}

#chap1,
#chap2,
#chap3,
#chap4,
#chap5,
#chap6,
#chap7,
#chap7,
#chap8,
#chap9 {
  padding-top: 250px;
}
@media (max-width: 992px) {
  #chap1,
#chap2,
#chap3,
#chap4,
#chap5,
#chap6,
#chap7,
#chap7,
#chap8,
#chap9 {
    padding-top: 80px;
  }
}

.gform_wrapper.gravity-theme .gsection {
  border: none !important;
}

.gform_wrapper.gravity-theme #input_16_21 .gfield-choice-input,
.gform_wrapper.gravity-theme #input_24_21 .gfield-choice-input,
.gform_wrapper.gravity-theme #input_5_21 .gfield-choice-input,
.gform_wrapper.gravity-theme #input_7_21 .gfield-choice-input,
.gform_wrapper.gravity-theme #input_8_21 .gfield-choice-input,
.gform_wrapper.gravity-theme #input_14_20 .gfield-choice-input {
  vertical-align: top !important;
  margin-top: 5px !important;
}

.ctf-image > img, .ctf-media-link > img {
  opacity: 1 !important;
}

p.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button.button {
  color: #ffffff;
  background: #000000;
  border: none;
  border-radius: 0;
  padding: 15px 30px;
  margin-top: 30px;
}
#ctf .ctf-header {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
