/*!
Theme Name: BNEF
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: bnef
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.

BNEF 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=Lexend:wght@300;400;600;700&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../assets/fonts/icomoon.eot?lllfva");
  src: url("../assets/fonts/icomoon.eot?lllfva#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.ttf?lllfva") format("truetype"), url("../assets/fonts/icomoon.woff?lllfva") format("woff"), url("../assets/fonts/icomoon.svg?lllfva#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #dddfe1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-spotify:before {
  content: "\ea94";
}

/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 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: "Lexend", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

.page-title {
  color: #000000;
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 700;
  min-height: 180px;
  background-image: url(../assets/point-circle.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 0 100px;
  margin-left: -100px;
  position: absolute;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .page-title {
    width: 98%;
  }
}
@media (max-width: 540px) {
  .page-title {
    font-size: 2em;
    line-height: 1.3em;
  }
}

header.error-header {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  padding: 250px 0 250px;
}
@media (max-width: 540px) {
  header.error-header {
    font-size: 2em;
    line-height: 1.3em;
  }
}

h2 {
  font-weight: 700;
  line-height: normal;
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
}

h4 {
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

.default-entry-header {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
}

.error-title {
  font-size: 4em;
  font-weight: 700;
}

h1.default-entry-title {
  color: #000000;
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 700;
  min-height: 180px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1.5em;
}

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
--------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-margin-top: 130px;
}

body {
  background: #fff;
}

.site-footer {
  width: 100%;
  height: auto;
}
.site-footer .bottom-socials {
  max-width: 1360px;
  padding: 90px 40px 36px;
  margin: 0 auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 37px;
  display: block;
  text-decoration: none;
}
@media (max-width: 850px) {
  .site-footer .bottom-socials {
    text-align: center;
  }
}
.site-footer .bottom-socials a {
  text-decoration: none;
}
.site-footer .bottom-socials a:hover, .site-footer .bottom-socials a:visited, .site-footer .bottom-socials a:focus {
  text-decoration: none;
}
.site-footer .bottom-socials a span {
  color: #dddfe1;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  text-decoration: none !important;
}
.site-footer .bottom-socials a span:hover {
  color: #bfc1c4;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  text-decoration: none !important;
}
.site-footer .bottom-socials a span:focus, .site-footer .bottom-socials a span:visited {
  text-decoration: none !important;
}
.site-footer .bottom-socials span {
  padding: 0 25px 0 0;
}
@media (max-width: 850px) {
  .site-footer .bottom-socials span {
    padding: 0 13px 0;
  }
}
.site-footer .site-footer__regulations-container {
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e2e2e2;
}
.site-footer .site-footer__regulations-container .regulations {
  color: #aeb3bc;
  max-width: 1360px;
  padding: 36px 40px 36px;
  margin: 0 auto;
  font-size: 1.0625em;
  font-weight: 300;
}
@media (max-width: 850px) {
  .site-footer .site-footer__regulations-container .regulations {
    text-align: center;
  }
}
.site-footer .site-footer__regulations-container .regulations a {
  color: #000;
  float: right;
  padding-left: 85px;
  outline: 0;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  text-decoration: none;
}
.site-footer .site-footer__regulations-container .regulations a:hover {
  opacity: 0.75;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}
@media (max-width: 960px) {
  .site-footer .site-footer__regulations-container .regulations a {
    padding-left: 40px;
  }
}
@media (max-width: 850px) {
  .site-footer .site-footer__regulations-container .regulations a {
    padding: 30px 0 0;
    display: block;
    float: none;
  }
}

hr {
  display: block;
  width: 47px;
  height: 5px;
  background-color: #00b0db;
  margin: 27px 0 27px;
  border: none;
}

ul,
ol {
  margin: 0 0 1.5em 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
ul li,
ol li {
  margin-bottom: 10px;
}

ul {
  list-style: disc;
  list-style-image: url(../assets/list-bullet.png);
  margin: 0 0 1.5em;
  padding-left: 20px;
}
ul li {
  padding-left: 8px;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

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;
}

.post-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.post-list ul li {
  list-style: none;
  flex: 0 0 33.333333%;
  margin: 0 0 40px;
  padding: 0;
}
@media (max-width: 960px) {
  .post-list ul li {
    flex: 1;
    flex-basis: 50%;
  }
}
@media (max-width: 720px) {
  .post-list ul li {
    flex: 1;
    flex-basis: 100%;
  }
}
.post-list ul li h3 {
  color: #000;
  padding: 0;
  margin: 0 5px 20px 5px;
}
.post-list ul li p {
  color: #00b0db;
  padding: 0;
  margin: 10px 5px 5px 5px;
}
@media (max-width: 960px) {
  .post-list ul li img {
    width: 100%;
  }
}
.post-list ul li.left-col {
  padding-right: 20px;
}
@media (max-width: 960px) {
  .post-list ul li.left-col {
    padding: 0 15px 0;
  }
}
@media (max-width: 720px) {
  .post-list ul li.left-col {
    padding: 0;
  }
}
.post-list ul li.middle-col {
  padding: 0 10px 0;
}
@media (max-width: 960px) {
  .post-list ul li.middle-col {
    padding: 0 15px 0;
  }
}
@media (max-width: 720px) {
  .post-list ul li.middle-col {
    padding: 0;
  }
}
.post-list ul li.right-col {
  padding-left: 20px;
}
@media (max-width: 960px) {
  .post-list ul li.right-col {
    padding: 0 15px 0;
  }
}
@media (max-width: 720px) {
  .post-list ul li.right-col {
    padding: 0;
  }
}

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

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

figure {
  margin: 1em 0;
}

.site-header__logo img {
  height: auto;
  width: 170px;
  margin-top: 10px;
}

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

/* Links
--------------------------------------------- */
a {
  color: #00b0db;
  text-decoration: none;
}
a:visited {
  color: #00b0db;
}
a:hover, a:focus, a:active {
  color: #00b0db;
}
a:focus {
  outline: none;
}
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: #00b0db;
  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;
}

.site-header__register-button {
  font-size: 1em;
  font-weight: 600;
  color: #fff !important;
  background-color: #00b0db;
  border-radius: 0;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 14px 23px 13px;
  margin-left: 2em;
  text-decoration: none;
  margin-top: 45px;
  min-width: 136px;
  text-align: center;
}
.site-header__register-button:hover {
  background-color: #00a3cc;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .site-header__register-button {
    margin-left: 1em;
  }
}
@media (max-width: 960px) {
  .site-header__register-button {
    display: none;
  }
}

.edit-link {
  display: none;
}

.wp-block-button .cta-btn {
  height: 90px;
}

a.wp-block-button__link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding: 30px 40px 30px;
  text-decoration: none;
  background-color: #00b0db !important;
}
a.wp-block-button__link:hover {
  background-color: #00a3cc !important;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

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: #666;
  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: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}

#mobile-navigation {
  display: none;
}
@media (max-width: 960px) {
  #mobile-navigation {
    display: inherit;
  }
}

.site-header {
  height: 130px;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.site-header-narrow {
  height: 130px;
  padding-top: 0;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
}

.nav-col {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: -13px;
}

.top-navigation {
  display: block;
}
.top-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 15px;
}
.top-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;
}
.top-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.top-navigation ul ul li:hover > ul, .top-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
  opacity: 0.7;
}
.top-navigation ul ul a {
  width: 200px;
}
.top-navigation ul li:hover > ul,
.top-navigation ul li.focus > ul {
  left: auto;
}
.top-navigation li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  opacity: 1;
}
.top-navigation a {
  display: block;
  text-decoration: none;
}
.top-navigation a:focus {
  outline: 0;
}
@media (max-width: 960px) {
  .top-navigation {
    display: none;
  }
}

.top-socials {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 25px;
}
.top-socials a span {
  color: #dddfe1;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.top-socials a span:hover {
  color: #bfc1c4;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.top-socials span {
  padding: 0 10px;
}

.main-navigation {
  display: block;
  border-top: 2px solid #f4f4f4;
}
.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 ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.main-navigation li:after {
  content: "";
  position: absolute;
  width: 40px;
  transform: scaleX(0);
  height: 4px;
  top: 69px;
  bottom: 0;
  left: 1.4375em;
  background-color: #00b0db;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
.main-navigation li:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.main-navigation li.lang-item a {
  color: #00b0db !important;
}
.main-navigation li.lang-item:after {
  display: none;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.main-navigation a:focus {
  outline: 0;
}
@media (max-width: 960px) {
  .main-navigation {
    display: none;
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

#primary-menu > li > a {
  font-size: 1em;
  font-weight: 300;
  color: #000000;
  padding: 1.25em 1.4375em 1em;
}
@media (max-width: 1365px) {
  #primary-menu > li > a {
    padding: 1.125em 1em 1em;
  }
}

#top-menu > li > a {
  font-size: 0.9375em;
  font-weight: 300;
  color: #5d5d5d;
  padding: 1em 1em 1em;
  opacity: 1;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
#top-menu > li > a:hover {
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  opacity: 0.6;
}
@media (max-width: 1365px) {
  #top-menu > li > a {
    padding: 1em 1em 1em;
  }
}

.site-header__nav-container {
  height: 100%;
  max-width: 1360px;
  padding: 0 40px 0;
  margin: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#site-navigation {
  margin-left: auto;
}

#small-navigation {
  margin-left: auto;
  display: flex;
}
@media (max-width: 960px) {
  #small-navigation {
    display: none;
  }
}

@media screen and (min-width: 37.5em) {
  .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%;
}

.site-header_mobile-menu-container {
  flex: 1;
  float: right;
  display: none;
}
@media (max-width: 960px) {
  .site-header_mobile-menu-container {
    display: inherit;
  }
}

.site-header__mobile-menu-button {
  font-size: 2.8em;
  font-weight: 600;
  color: #000 !important;
  background-color: #fff;
  border-radius: 25px 25px 25px 0;
  padding: 14px 14px 8px;
  width: 60px;
  margin-left: auto;
  text-decoration: none;
}
.site-header__mobile-menu-button span {
  color: #000;
}

.mm-blocker {
  background: rgba(0, 0, 0, 0.6) !important;
}

.mm {
  background: #fff !important;
}
.mm ul li:hover > a, .mm ul li:focus > a {
  background-color: #f1f3fa !important;
}
.mm ul li.mobile-register:focus > a {
  background-color: #00a3cc !important;
}

.mm li:before {
  top: 32px !important;
}

.mm li.mobile-register a:hover, .mm li.mobile-register a:focus {
  background-color: #00a3cc !important;
}

.mm a {
  line-height: 2.5em !important;
  font-size: 1.0625em !important;
  font-weight: normal !important;
  color: #000000 !important;
  text-align: left !important;
}
.mm a:focus {
  background-color: #f1f3fa !important;
}

.mm.mm--offcanvas {
  color: #67708e !important;
}

.mobile-register {
  background-color: #00b0db !important;
}
.mobile-register a {
  color: #fff !important;
  font-weight: 600 !important;
}

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

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 60px auto 0;
  width: 100%;
  padding: 40px 0 0;
}

.default-entry-content {
  margin: 130px auto 60px;
  width: 1024px;
  padding: 40px 0 40px;
}
@media (max-width: 1180px) {
  .default-entry-content {
    width: 80%;
  }
}

.main-content {
  margin: 130px auto 0;
  width: 100%;
  padding: 0 0 0;
}

.speakers-content {
  margin: 0 auto 0;
  width: 100%;
  padding: 30px 0 110px;
}

.blog-post-content {
  margin: 0 auto 0;
  width: 100%;
  padding: 0 0 120px;
}

.partner-content {
  margin: 0 auto 0;
  width: 100%;
  padding: 0;
}
.partner-content p {
  margin: 0;
  padding: 0;
}

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

.header-container {
  width: 100%;
  max-height: 350px;
  margin: 130px auto 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.header-container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 350px;
  min-height: 350px;
}

.speaker-data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 1280px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px #00b0db solid;
}
@media (max-width: 1440px) {
  .speaker-data {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .speaker-data {
    flex-direction: column;
  }
}

.partner-data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 1280px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  border-left: 2px #00b0db solid;
}
@media (max-width: 1440px) {
  .partner-data {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .partner-data {
    flex-direction: column;
  }
}

.text-bullet {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 4px #00b0db solid;
  border-radius: 25px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 80px;
  margin-left: -20px;
}

.img-container {
  margin-top: 50px;
  height: 180px;
}
@media (max-width: 1024px) {
  .img-container {
    margin-left: 55px;
    margin-top: 10px;
  }
}

.partner-img-container {
  margin-top: 50px;
  height: 190px;
}
.partner-img-container img {
  border: 1px solid #dcdee1;
  width: 240px !important;
}
@media (max-width: 1024px) {
  .partner-img-container {
    margin-left: 55px;
    margin-top: 10px;
  }
}

.text-container {
  width: calc(100% - 298px);
  max-width: 860px;
  margin-left: 50px;
  margin-top: 40px;
}
.text-container h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.text-container h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  padding: 0;
  margin: 5px 0 0;
}
.text-container hr {
  display: block;
  width: 47px;
  height: 5px;
  background: #00b0db;
  margin: 27px 0 0;
  border: none;
}
@media (max-width: 1024px) {
  .text-container {
    width: calc(100% - 118px);
  }
}
@media (max-width: 540px) {
  .text-container {
    width: 80%;
  }
}

.post-text-container {
  width: 100%;
  max-width: 820px;
  margin-left: 50px;
  margin-top: 40px;
}
.post-text-container h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.post-text-container h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  padding: 0;
  margin: 5px 0 0;
}
.post-text-container hr {
  display: block;
  width: 47px;
  height: 5px;
  background: #00b0db;
  margin: 27px 0 0;
  border: none;
}
@media (max-width: 1024px) {
  .post-text-container {
    width: calc(100% - 118px);
  }
}
@media (max-width: 540px) {
  .post-text-container {
    width: calc(100% - 10px);
    margin-left: 30px;
    margin-right: 30px;
  }
}

.partner-text-container {
  width: calc(100% - 298px);
  max-width: 860px;
  margin-left: 50px;
  margin-top: 40px;
  margin-bottom: 110px;
}
.partner-text-container h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.partner-text-container h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  padding: 0;
  margin: 5px 0 0;
}
.partner-text-container hr {
  display: block;
  width: 47px;
  height: 5px;
  background: #00b0db;
  margin: 30px 0 30px;
  border: none;
}
.partner-text-container a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  opacity: 1;
  transition: all 0.3s ease;
}
.partner-text-container a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.partner-text-container img {
  width: 240px;
}
@media (max-width: 1024px) {
  .partner-text-container {
    width: calc(100% - 118px);
  }
}
@media (max-width: 540px) {
  .partner-text-container {
    width: 80%;
  }
}

.posts-list-container {
  max-width: 1080px;
  margin: -220px auto 25px;
}
@media (max-width: 1180px) {
  .posts-list-container {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .posts-list-container {
    width: 90%;
  }
}

.post-container {
  max-width: 1080px;
  margin: -220px auto 0;
}
@media (max-width: 1180px) {
  .post-container {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .post-container {
    width: 90%;
  }
}

.first-post {
  position: relative;
}

.first-post-image {
  width: 1080px;
  height: 580px;
  position: relative;
}
@media (max-width: 1180px) {
  .first-post-image {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 720px) {
  .first-post-image {
    width: 100%;
  }
}
.first-post-image .inner-content {
  position: absolute;
  bottom: 80px;
}
.first-post-image .inner-content h2 {
  font-weight: 700;
  line-height: normal;
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  padding: 0 250px 10px 100px;
  margin: 0;
  display: block;
}
@media (max-width: 1180px) {
  .first-post-image .inner-content h2 {
    padding: 0 10% 10px;
  }
}
.first-post-image .inner-content p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding: 0 100px 10px;
  color: #fff;
}
@media (max-width: 1180px) {
  .first-post-image .inner-content p {
    padding: 0 10% 10px;
  }
}
.first-post-image .inner-content a.post-link-btn {
  font-size: 1em;
  font-weight: 600;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border: 2px solid #fff;
  padding: 14px 23px 13px;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 100px;
  transition: all 0.3s ease;
  width: 160px;
  text-align: center;
  line-height: normal;
  display: block;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .first-post-image .inner-content a.post-link-btn {
    margin-left: 10%;
  }
}
.first-post-image .inner-content a.post-link-btn:hover {
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  color: #fff !important;
  opacity: 0.8 !important;
}

.post-list {
  max-width: 1080px;
  margin: 50px auto 50px;
}
@media (max-width: 1180px) {
  .post-list {
    width: 100%;
  }
}
.post-list a.post-blue-link-btn {
  font-size: 1em;
  font-weight: 600;
  color: #00b0db !important;
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #00b0db;
  padding: 14px 23px 13px;
  text-decoration: none;
  margin-top: 30px;
  transition: all 0.3s ease;
  width: 160px;
  text-align: center;
  line-height: normal;
  margin: 30px 5px 20px;
  display: block;
}
.post-list a.post-blue-link-btn:hover {
  text-decoration: none;
  border: 2px solid #00a3cc;
  transition: all 0.3s ease;
  color: #00b0db !important;
  opacity: 0.6 !important;
}

.post-data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 1080px;
  margin-top: -20px;
  margin-left: 70px;
  margin-right: auto;
  border-left: 2px #00b0db solid;
}
@media (max-width: 1440px) {
  .post-data {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .post-data {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .post-data {
    margin-left: 40px;
  }
}
@media (max-width: 540px) {
  .post-data {
    margin-left: 0;
  }
}

.post-bullet {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: 4px #00b0db solid;
  border-radius: 25px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 30px;
  margin-left: -20px;
  position: relative;
}
@media (max-width: 540px) {
  .post-bullet {
    display: none;
  }
}

.share-container {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}

.share-container-bottom {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.share-title {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-weight: 300;
  margin-left: 20px;
}

/* Container Style */
.share-buttons {
  display: flex;
  justify-content: left; /* Center the buttons horizontally */
  margin-top: 0; /* Add space above the button container */
  font-size: 35px;
}
.share-buttons a {
  margin-right: 20px;
}

/* 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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  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;
}/*# sourceMappingURL=style.css.map */