/*!
Theme Name: LNIF
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lnif
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 with others.

LNIF is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }
  button:focus,
  select:focus {
    outline-color: transparent;
    outline-style: 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: Avenir;
  src: url(fonts/avenir-reg.eot);
  src: url(fonts/avenir-reg.eot?#iefix) format("embedded-opentype"), url(fonts/avenir-reg.woff) format("woff"), url(fonts/avenir-reg.ttf) format("truetype"), url(fonts/avenir-reg.svg#avenir-reg) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Avenir;
  src: url(fonts/avenir-italic.eot);
  src: url(fonts/avenir-italic.eot?#iefix) format("embedded-opentype"), url(fonts/avenir-italic.woff) format("woff"), url(fonts/avenir-italic.ttf) format("truetype"), url(fonts/avenir-italic.svg#avenir-italic) format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: Avenir;
  src: url(fonts/avenir-med.eot);
  src: url(fonts/avenir-med.eot?#iefix) format("embedded-opentype"), url(fonts/avenir-med.woff) format("woff"), url(fonts/avenir-med.ttf) format("truetype"), url(fonts/avenir-med.svg#avenir-med) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Avenir;
  src: url(fonts/avenir-heavy.eot);
  src: url(fonts/avenir-heavy.eot?#iefix) format("embedded-opentype"), url(fonts/avenir-heavy.woff) format("woff"), url(fonts/avenir-heavy.ttf) format("truetype"), url(fonts/avenir-heavy.svg#avenir-heavy) format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: Avenir;
  src: url(fonts/avenir-light.woff) format("woff"), url(fonts/avenir-light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #555659;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0; }

.main-title {
  font-size: 42px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: .011em;
  line-height: 1; }
  .main-title em {
    color: #F37127;
    font-style: normal; }
  @media (max-width: 640px) {
    .main-title {
      font-size: 28px; } }
.secondary-title {
  font-size: 28px;
  text-transform: uppercase; }
  .secondary-title.primary {
    color: #F37127; }
  .secondary-title.secondary {
    color: #33647E; }
  .secondary-title.reverse {
    color: #fff; }
  @media (max-width: 640px) {
    .secondary-title {
      font-size: 21px; } }
.section-title {
  color: #3486A3;
  text-transform: uppercase; }

.title-right {
  text-align: right; }

p {
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

.cta {
  /*border-bottom-style: solid;
	border-bottom-width: 6px;*/
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  margin-top: 1em;
  padding: 0 .25em 10px;
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: 0 4px;
  transition: background-size .2s ease; }
  .cta.primary {
    background-image: url(img/hover_underline.png); }
  .cta.secondary {
    background-image: url(img/hover_underline_blue.png); }
  .cta:hover {
    background-size: 100% 4px;
    background-position: 0 90%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

html.sr .scroll-from-left, html.sr .scroll-from-right, html.sr .scroll-from-bottom, html.sr .scroll-fade-in {
  visibility: hidden; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

.btn {
  display: inline-block;
  background: #33647E;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  padding: .5em 1.5em; }
  .btn:hover {
    color: #fff;
    background: #2c566c; }
  .btn:visited {
    color: #fff; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .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: #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%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none; }
  a:visited {
    color: inherit; }
  a:hover, a:focus, a:active {
    color: inherit; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  font-size: 14px; }
  @media (max-width: 600px) {
    .main-navigation {
      margin-right: 20px !important; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    text-align: right;
    margin: 0;
    padding-left: 0; }
    @media (max-width: 600px) {
      .main-navigation ul {
        text-align: center;
        font-size: 21px; } }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      top: 100%;
      left: calc(-100% + 25px);
      z-index: 99999;
      max-height: 0;
      transition: 250ms;
      transform: perspective(400px) rotate3d(1, -50, 0, -90deg);
      transform-origin: 55% 0; }
      @media (max-width: 600px) {
        .main-navigation ul ul {
          position: static;
          float: none;
          transform: none;
          font-size: 16px; } }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      @media (min-width: 600px) {
        .main-navigation ul ul li {
          width: 128px; } }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      max-height: 1000px;
      transform: perspective(400px) rotate3d(0, 0, 0, 0); }
      @media (min-width: 600px) {
        .main-navigation ul li:hover > ul,
        .main-navigation ul li.focus > ul {
          background: rgba(243, 113, 39, 0.85); } }
      .main-navigation ul li:hover > ul li,
      .main-navigation ul li.focus > ul li {
        opacity: 1; }
      .main-navigation ul li:hover > ul:after,
      .main-navigation ul li.focus > ul:after {
        border-bottom-color: rgba(243, 113, 39, 0.85); }
    .main-navigation ul .menu-item-4467 > ul {
      left: calc(-100% - 10px); }
    .main-navigation ul .menu-item-1666 > ul, .main-navigation ul .menu-item-5201 > ul, .main-navigation ul .menu-item-5327 > ul {
      left: calc(-100% + 47px); }
  .main-navigation li {
    display: inline-block;
    position: relative;
    margin-left: 60px; }
    @media (max-width: 923px) {
      .main-navigation li {
        margin-left: 20px; } }
    @media (max-width: 600px) {
      .main-navigation li {
        display: block;
        margin-left: 0; } }
  .main-navigation a {
    color: #33647E;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .04em;
    padding: 28px 0 28px;
    background: url(img/hover_underline.png) no-repeat;
    background-position: 100% 50px;
    background-size: 0 3px;
    transition: background-size .2s ease; }
    @media (min-width: 600px) and (max-width: 700px) {
      .main-navigation a {
        font-size: 14px; } }
    @media (max-width: 600px) {
      .main-navigation a {
        color: #fff;
        padding: 20px 0 0 0;
        background: none; } }
  @media (min-width: 600px) {
    .main-navigation .sub-menu {
      text-align: left;
      background: rgba(243, 113, 39, 0.2);
      border-radius: 4px;
      padding: 16px 20px; } }
  .main-navigation .sub-menu li {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: 400ms; }
    .main-navigation .sub-menu li:nth-child(1) {
      transition-delay: 100ms; }
    .main-navigation .sub-menu li:nth-child(2) {
      transition-delay: 200ms; }
    .main-navigation .sub-menu li:nth-child(3) {
      transition-delay: 300ms; }
    .main-navigation .sub-menu li:nth-child(4) {
      transition-delay: 400ms; }
    @media (max-width: 600px) {
      .main-navigation .sub-menu li:first-child {
        padding-top: 20px; } }
  .main-navigation .sub-menu a {
    padding: 0;
    color: #fff;
    background: url(img/hover_underline_white.png) no-repeat;
    background-position: 100% 22px;
    background-size: 0 2px;
    transition: background-size .2s ease;
    transition-delay: 0;
    padding-bottom: 8px;
    display: inline-block;
    font-size: 13px; }
    .main-navigation .sub-menu a:hover {
      background-size: 100% 2px;
      background-position: 100% 22px; }
  @media (min-width: 600px) {
    .main-navigation .sub-menu:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: rgba(243, 113, 39, 0.2);
      border-width: 14px;
      margin-left: -14px;
      transition: 250ms; } }
.nav-menu > li:hover > a {
  background-size: 100% 3px;
  background-position: 0 50px; }

.home .main-navigation a {
  color: #fff; }

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

.menu-toggle {
  background: none;
  border: none;
  top: 18px;
  right: 20px;
  position: absolute;
  padding: 0 0 0 8px; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 44px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 28px;
  height: 3px;
  left: 0;
  top: 12px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: 8px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity; }

.hamburger-inner:after {
  bottom: -8px;
  top: 16px; }

.toggled .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }

.toggled .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.toggled .hamburger-inner:after {
  transform: translate3d(0, -17px, 0) rotate(-90deg); }

@media (max-width: 600px) {
  .mobile-overlay {
    background-color: rgba(243, 113, 39, 0.85);
    border-radius: 50%;
    position: absolute;
    top: 18px;
    right: 20px;
    height: 44px;
    width: 44px;
    transition: .3s; } }

.toggled {
  overflow: hidden; }
  .toggled .menu-toggle:after {
    transform: scale(1); }
  .toggled .mobile-overlay {
    position: fixed;
    transform: scale(100); }

@media screen and (min-width: 37.51em) {
  .main-navigation {
    display: flex;
    align-items: center; }
  .menu-menu-1-container, .menu-public-menu-container {
    width: 100%; }
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.nav-icn {
  display: inline-block; }

.nav-icn a {
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 32px;
  width: 32px;
  min-height: 32px;
  text-indent: -9999px;
  line-height: 0; }

.icn-fb a {
  background-image: url(img/facebook.png); }

.icn-insta a {
  background-image: url(img/instagram.png); }

.icn-twitter a {
  background-image: url(img/twitter.png); }

.icn-linkedin a {
  background-image: url(img/linkedin.png); }

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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: #555659;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# JS dependent css
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #33647E;
  opacity: 0.95; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.container {
  max-width: 1260px;
  margin: 0 auto; }
  @media (max-width: 1280px) {
    .container {
      margin-right: 20px; } }
.row {
  display: flex;
  flex-flow: row wrap; }

.col-1 {
  width: calc(11.1111111111% - 20px);
  margin: 0 0 0 20px; }

.col-2 {
  width: calc(22.2222222222% - 20px);
  margin: 0 0 0 20px; }

.col-3 {
  width: calc(33.3333333333% - 20px);
  margin: 0 0 0 20px; }

.col-4 {
  width: calc(44.4444444444% - 20px);
  margin: 0 0 0 20px; }

.col-5 {
  width: calc(55.5555555556% - 20px);
  margin: 0 0 0 20px; }

.col-6 {
  width: calc(66.6666666667% - 20px);
  margin: 0 0 0 20px; }

.col-7 {
  width: calc(77.7777777778% - 20px);
  margin: 0 0 0 20px; }

.col-8 {
  width: calc(88.8888888889% - 20px);
  margin: 0 0 0 20px; }

.col-9 {
  width: calc(100% - 20px);
  margin: 0 0 0 20px; }

@media (min-width: 600px) {
  .offset-1 {
    margin-left: calc(11.1111111111% + 20px); } }

@media (min-width: 600px) {
  .offset-2 {
    margin-left: calc(22.2222222222% + 20px); } }

@media (min-width: 600px) {
  .offset-3 {
    margin-left: calc(33.3333333333% + 20px); } }

@media (min-width: 600px) {
  .offset-4 {
    margin-left: calc(44.4444444444% + 20px); } }

@media (min-width: 600px) {
  .offset-5 {
    margin-left: calc(55.5555555556% + 20px); } }

@media (min-width: 600px) {
  .offset-6 {
    margin-left: calc(66.6666666667% + 20px); } }

@media (min-width: 600px) {
  .offset-7 {
    margin-left: calc(77.7777777778% + 20px); } }

@media (min-width: 600px) {
  .offset-8 {
    margin-left: calc(88.8888888889% + 20px); } }

@media (min-width: 600px) {
  .offset-9 {
    margin-left: calc(100% + 20px); } }

.half {
  width: calc(50% - 20px);
  margin: 0 0 0 20px; }

.quarter {
  width: calc(25% - 20px);
  margin: 0 0 0 20px; }

.third {
  width: calc(33.33333333% - 20px);
  margin: 0 0 0 20px; }

.fluid {
  flex: 2;
  margin: 0 0 0 20px; }

@media (max-width: 600px) {
  .row, .row > * {
    width: 100% !important; } }

/*--------------------------------------------------------------
## Header and Footer
--------------------------------------------------------------*/
.site-header {
  position: absolute;
  width: 100%;
  z-index: 2; }

.site-branding .site-title {
  font-size: 2em;
  margin: .67em 0 0.67em 0; }
  @media (max-width: 707px) {
    .site-branding .site-title {
      margin-top: .276em; } }
.site-branding img {
  display: block; }
  @media (max-width: 600px) {
    .site-branding img {
      max-width: 140px; } }
.hero {
  position: relative; }

.hero-overlay {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff; }

.overlay-content {
  width: 100%; }
  .overlay-content .main-title {
    font-size: 70px;
    text-shadow: 0 0 28px rgba(0, 0, 0, 0.8); }
    @media (max-width: 1178px) {
      .overlay-content .main-title {
        font-size: 62px; } }
    @media (max-width: 1030px) {
      .overlay-content .main-title {
        font-size: 52px; } }
    @media (max-width: 920px) {
      .overlay-content .main-title {
        font-size: 42px; } }
    @media (max-width: 700px) {
      .overlay-content .main-title {
        font-size: 28px; } }
  @media (max-width: 920px) {
    .overlay-content {
      padding-top: 60px; }
      .overlay-content .col-6 {
        width: calc(75% - 20px); } }
.hero-wrap {
  justify-content: center; }

.hero-content {
  text-align: center; }

.hero-date-time {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px; }
  .hero-date-time em {
    color: #F37127;
    font-style: normal; }
  @media (max-width: 1020px) {
    .hero-date-time {
      font-size: 21px; } }
  @media (max-width: 700px) {
    .hero-date-time {
      font-size: 18px; } }
  @media (max-width: 700px) {
    .hero-date-time {
      font-size: 16px; } }
.hero-bg {
  position: relative; }
  .hero-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(-180deg, rgba(12, 33, 53, 0.3) 31%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(12, 33, 53, 0.2);
    height: 100%; }
  .hero-bg img, .hero-bg video {
    width: 100%;
    height: auto;
    display: block; }
  @media (max-width: 600px) {
    .hero-bg {
      padding-bottom: 500px;
      overflow: hidden; }
      .hero-bg img, .hero-bg video {
        position: absolute;
        width: auto;
        height: 100%;
        top: 0;
        left: -25%;
        z-index: -1; } }
  @media (max-width: 480px) {
    .hero-bg img, .hero-bg video {
      left: -50%; } }
.excerpt {
  font-size: 28px;
  padding: 0px 8%;
  line-height: 1.2; }
  @media (max-width: 1024px) {
    .excerpt {
      padding: 0px 4%; } }
  @media (max-width: 700px) {
    .excerpt {
      font-size: 18px; } }
.site-footer {
  background: url(img/footer-bg.png) no-repeat left top;
  background-size: cover;
  padding: 60px 0 80px 0; }
  @media (max-width: 600px) {
    .site-footer {
      text-align: center; }
      .site-footer .site-title {
        padding-top: 20px; } }
.footer-menu {
  margin: 0;
  list-style-type: none;
  padding: 0; }
  .footer-menu li {
    padding: 0;
    display: inline;
    margin-right: 20px; }
  .footer-menu a {
    text-decoration: none; }

.footer-links {
  font-size: 16px;
  font-weight: bold; }

.copyright {
  margin-top: 1em; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.event-info {
  background: url(img/intro-bg.png) fixed no-repeat left top #E4EDEE;
  background-size: 85% auto;
  padding: 140px 0 60px 0; }
  @media (max-width: 880px) {
    .event-info {
      padding: 80px 0 40px 0; } }
  @media (max-width: 600px) {
    .event-info {
      padding: 40px 0 20px 0; } }
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto; }

.intro {
  grid-column: 1 / span 4;
  grid-row: 1;
  padding-left: 20px; }
  @media (max-width: 1230px) {
    .intro {
      grid-column: 1 / span 5; } }
  @media (max-width: 1020px) {
    .intro {
      grid-column: 1 / span 9; } }
  .intro .main-title {
    color: #33647E;
    margin-bottom: 0.25em; }
  .intro .secondary-title {
    color: #F37127;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: .25em; }
  .intro .event-time {
    color: #33647E;
    margin-bottom: 1.75em; }
  .intro p {
    font-size: 28px; }
    @media (max-width: 900px) {
      .intro p {
        font-size: 18px; } }
  .intro .cta {
    font-size: 18px; }

.previous-speakers-title {
  grid-column: 6 / span 4;
  text-align: center;
  grid-row: 1;
  color: #33647E;
  text-transform: uppercase; }
  @media (max-width: 1020px) {
    .previous-speakers-title {
      grid-row: 2;
      grid-column: 4 / span 6;
      padding-top: 40px; } }
  @media (max-width: 560px) {
    .previous-speakers-title {
      grid-column: 1 / span 9; } }
.speakers {
  list-style-type: none;
  margin: 0px;
  /*padding: 50px 0 0 0;*/
  grid-column: 4 / span 6;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px; }
  @media (max-width: 1020px) {
    .speakers {
      grid-column: 2 / span 8;
      grid-row: 2;
      padding-top: 80px; } }
  @media (max-width: 640px) {
    .speakers {
      grid-row-gap: 20px; } }
  @media (max-width: 560px) {
    .speakers {
      padding-top: 120px;
      padding-left: 20px;
      grid-column: 1 / span 9;
      grid-template-columns: 1fr 1fr; } }
.speaker {
  text-align: center; }
  .speaker:first-child {
    grid-column: 2 / span 1; }
    @media (max-width: 560px) {
      .speaker:first-child {
        grid-column: 1; } }
  .speaker img {
    width: 85%; }

.img-round {
  border: 4px solid #979797;
  border-radius: 50%; }

.speaker-name {
  color: #3486A3;
  font-size: 18px;
  margin-bottom: 0; }

.speaker-title {
  font-size: 14px;
  font-style: italic; }

.partner-row {
  align-items: center; }

.partners {
  background: url(img/partners-bg.png) no-repeat left top #33647E;
  background-size: cover;
  color: #fff;
  padding: 60px 0; }
  .partners .cta {
    font-size: 18px;
    float: right; }

.partner-logos {
  padding-top: 40px;
  padding-bottom: 40px; }

.highlights {
  background: url(img/highlights-bg.png) no-repeat left top;
  background-size: 85% auto;
  padding-top: 140px;
  padding-bottom: 120px; }
  @media (max-width: 740px) {
    .highlights {
      padding-top: 80px;
      padding-bottom: 40px; } }
.content-gateway {
  background: url(img/rings-right.png) fixed no-repeat right top rgba(148, 182, 187, 0.57);
  background-size: 75% auto;
  padding: 60px 0; }
  .content-gateway.light {
    background-color: rgba(148, 182, 187, 0.2); }

.block-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.content-box {
  background: #fff;
  position: relative;
  margin-bottom: 40px; }
  .content-box .thumb img {
    display: block;
    width: 100%; }

.video-thumb {
  position: relative; }
  .video-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 100, 126, 0.3);
    transition: all .2s; }
  .video-thumb:after {
    content: '';
    background: url(img/play-icn.png) no-repeat center;
    background-size: 117px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    transition: all .2s; }
    @media (max-width: 940px) {
      .video-thumb:after {
        background-size: 60px; } }
.lightbox-video:hover .video-thumb:before {
  background: rgba(51, 100, 126, 0.5); }

.lightbox-video:hover .video-thumb:after {
  opacity: 0.6; }

.content-box-info {
  padding: 20px;
  font-size: 16px; }
  .content-box-info.video-info {
    text-align: center; }
  .content-box-info p {
    margin-bottom: 0; }
  .content-box-info .cta {
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    right: 20px; }

.content-box-title {
  color: #3486A3;
  margin-bottom: 0; }

.news-title {
  padding-bottom: 40px; }

.recent-news > .cta, .videos > .cta {
  font-size: 16px;
  float: right;
  margin-bottom: 60px; }
  .recent-news > .cta:after, .videos > .cta:after {
    content: '';
    clear: both; }

html.sr .event-info, html.sr .highlights, html.sr .partners, html.sr .content-gateway {
  overflow-x: hidden; }

.sticky {
  display: block; }

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

.page-content,
.entry-content,
.entry-summary {
  margin-top: 6em; }
  @media (max-width: 640px) {
    .page-content,
    .entry-content,
    .entry-summary {
      margin-top: 3em; } }
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-header {
  background: url(img/header-bg.png) no-repeat left top #E4EDEF;
  background-size: auto 100%;
  padding: 230px 0 80px 0;
  position: relative;
  max-height: 504px;
  overflow: hidden; }
  .entry-header .main-title {
    color: #33647E; }
  @media (max-width: 640px) {
    .entry-header {
      padding: 120px 0 40px 0; } }
.header-container {
  position: relative;
  z-index: 1; }

.videobg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .3;
  z-index: 0; }
  .videobg video {
    min-width: 100%;
    min-height: 100%; }

.breadcrumb {
  margin-bottom: 1em;
  font-size: 16px;
  letter-spacing: .03em; }

.page-intro {
  font-size: 28px;
  line-height: 1.4; }
  @media (max-width: 640px) {
    .page-intro {
      font-size: 21px; } }
.biogrid {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .biogrid .img-round {
    width: 70%; }

.year-header {
  padding-top: 20px; }

.item, .staff-member {
  text-align: center; }
  @media (max-width: 640px) {
    .item, .staff-member {
      width: calc(50% - 20px) !important; } }
.staff-member .img-round {
  width: 70%; }

.speaker-popup {
  position: relative;
  background: #fff;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 670px) {
    .speaker-popup {
      min-width: 660px;
      max-width: 50%; } }
  .speaker-popup .popup-content {
    padding: 20px 20px 60px 20px; }

.popup-top img {
  width: 100%; }

.popup-header {
  text-align: center;
  margin-top: -140px; }
  .popup-header .img-round {
    max-width: 250px; }
  .popup-header .speaker-name {
    font-size: 48px;
    padding-left: 20px;
    padding-right: 20px; }
  .popup-header .speaker-title {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }

.popup-content {
  text-align: center; }
  .popup-content .bio {
    font-size: 18px;
    max-width: 660px;
    text-align: left;
    margin: 0 auto; }

.event-details .secondary-title {
  color: #F37127;
  margin-bottom: 0; }

.event-details .event-time {
  color: #33647E;
  margin-bottom: 3em; }

.overview-callouts {
  padding-top: 40px;
  padding-bottom: 60px; }
  .overview-callouts img {
    width: 100%; }

.callout {
  background: #33647E; }
  @media (max-width: 600px) {
    .callout {
      margin-bottom: 20px; } }
.callout-content {
  color: #fff;
  padding: 20px;
  font-size: 21px; }

.overview-outro {
  background: url(img/partners-bg.png) no-repeat left top #33647E;
  background-size: cover;
  color: #fff;
  padding: 60px 0; }

.outro {
  font-size: 18px;
  padding-bottom: 80px; }

.topics-themes .secondary-title {
  margin-bottom: 1em; }

.arrow-list {
  list-style-image: url(img/arrow-bullet.png);
  margin-left: 0;
  padding-left: 20px;
  font-size: 16px; }
  .arrow-list li {
    margin-bottom: .25em;
    padding-left: 8px; }

.overview-wrap {
  background: url(img/overview-bg.png) no-repeat left center;
  background-size: 70% auto; }
  @media (max-width: 700px) {
    .overview-wrap {
      background-size: auto 60%; } }
.overview-speakers-wrap {
  padding: 80px 0; }
  .overview-speakers-wrap .overview-speaker-intro {
    grid-column: 1 / span 4;
    grid-row: 1;
    padding-left: 20px; }
    @media (max-width: 980px) {
      .overview-speakers-wrap .overview-speaker-intro {
        grid-column: 1 / span 5; } }
    @media (max-width: 820px) {
      .overview-speakers-wrap .overview-speaker-intro {
        grid-column: 1 / span 7; } }
    @media (max-width: 600px) {
      .overview-speakers-wrap .overview-speaker-intro {
        grid-column: 1 / span 9; } }
  .overview-speakers-wrap .overview-speakers-container {
    grid-column: 3 / span 7;
    grid-row: 1; }
    @media (max-width: 820px) {
      .overview-speakers-wrap .overview-speakers-container {
        grid-column: 2 / span 8;
        grid-row: 2; } }
    @media (max-width: 680px) {
      .overview-speakers-wrap .overview-speakers-container {
        grid-column: 1 / span 9; } }
.overview-speaker-intro .secondary-title {
  font-size: 36px;
  line-height: 1.2; }
  @media (max-width: 640px) {
    .overview-speaker-intro .secondary-title {
      font-size: 24px; } }
.overview-speakers {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  @media (max-width: 680px) {
    .overview-speakers {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 560px) {
    .overview-speakers {
      grid-template-columns: 1fr 1fr; } }
  .overview-speakers .speaker:first-child {
    grid-column: 3 / span 1; }
    @media (max-width: 680px) {
      .overview-speakers .speaker:first-child {
        grid-column: 2; } }
    @media (max-width: 560px) {
      .overview-speakers .speaker:first-child {
        grid-column: 1; } }
  .overview-speakers .speaker-name, .overview-speakers .speaker-title {
    font-size: 12px; }

.quote-cta {
  background: #33647E;
  color: #fff;
  margin-top: 80px; }
  .quote-cta .quote-body {
    font-size: 24px;
    font-weight: normal; }
    @media (max-width: 780px) {
      .quote-cta .quote-body {
        font-size: 18px; } }
    @media (max-width: 600px) {
      .quote-cta .quote-body {
        font-size: 16px; } }
    .quote-cta .quote-body:before {
      content: '';
      background: url(img/open-quote.png) no-repeat;
      display: block;
      width: 39px;
      height: 30px;
      margin-bottom: 20px; }
  .quote-cta .quote-img-wrap {
    width: 55%;
    padding-top: 80px;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 600px) {
      .quote-cta .quote-img-wrap {
        padding-top: 260px; } }
  .quote-cta .quote-img {
    display: block;
    width: 100%; }
  .quote-cta .quote-content-wrap {
    width: 45%;
    padding: 40px 10% 20px 5%; }
  .quote-cta .quote-name {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0; }
  .quote-cta .quote-title {
    font-size: 12px; }
  .quote-cta.primary {
    background: #F37127; }

#news-sidebar #search #searchform #s {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  padding-left: 10px; }

.searchsubmit {
  cursor: pointer;
  position: absolute;
  background: url(/img/search-icon.png) no-repeat right center;
  border: none;
  height: 40px;
  width: 35px;
  right: 0; }

#post-nav {
  text-align: center;
  width: 100%;
  margin: 0 auto; }

.page-numbers {
  margin-left: 0;
  padding-left: 0; }

#post-nav ul.page-numbers li {
  display: inline;
  border-right: 1px solid #000;
  padding: 0 6px 0 4px; }
  #post-nav ul.page-numbers li:last-child {
    border-right: none; }

.podcast-section .section-title {
  margin-bottom: 40px; }

.podcast .sc-wrap {
  margin-top: 20px; }

.text-block {
  padding: 60px 0; }

.partner_section .year-header .section-title {
  color: #F37127; }

.partner {
  display: flex; }
  @media (max-width: 840px) {
    .partner {
      width: calc(100% - 20px); } }
  @media (max-width: 500px) {
    .partner {
      flex-wrap: wrap; } }
  .partner .partner-logo, .partner .partner-content {
    width: 50%; }
    @media (max-width: 500px) {
      .partner .partner-logo, .partner .partner-content {
        width: 100%; } }
  .partner .partner-logo {
    display: flex;
    align-items: center;
    background: #34647f;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
    .partner .partner-logo img {
      margin: 0 auto; }
  .partner .partner-content {
    padding: 20px; }
    .partner .partner-content h3 {
      color: #33647E; }
    .partner .partner-content p {
      font-size: 13px; }
      .partner .partner-content p:last-child {
        margin-bottom: 0; }

/*Agenda*/
.agenda-title {
  color: #F37127; }

.agenda-time {
  color: #33647E; }

.agenda-item {
  margin-top: 40px;
  border-left: 10px solid #F37127; }

.agenda-speaker-list {
  margin: 0;
  padding: 20px 0 0 0;
  list-style-type: none;
  display: flex;
  flex-flow: wrap; }
  .agenda-speaker-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media (min-width: 1000px) {
      .agenda-speaker-list li {
        width: 50%; }
        .agenda-speaker-list li.long-title {
          width: 75%; } }
.agenda-speaker-info {
  padding: 0 20px; }
  .agenda-speaker-info .speaker-name {
    color: #555659; }
    @media (max-width: 360px) {
      .agenda-speaker-info .speaker-name {
        font-size: 16px; } }
  @media (max-width: 360px) {
    .agenda-speaker-info .speaker-title {
      font-size: 12px; } }
.content-link {
  border-bottom: 1px solid #F37127;
  display: inline-block;
  padding-bottom: 2px; }

@media (max-width: 560px) {
  .logo-365 img {
    max-width: 180.5px; } }

.landing-365 .content-box-info.video-info {
  padding-bottom: 60px; }

.mail-form-365 {
  margin-top: 1.5em; }
  .mail-form-365 ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .mail-form-365 .gfield {
    margin-bottom: .75em; }
  .mail-form-365 .ginput_container {
    width: 50%; }
    @media (max-width: 600px) {
      .mail-form-365 .ginput_container {
        width: 100%; } }
  .mail-form-365 label {
    font-size: 18px; }
  .mail-form-365 input {
    border-radius: 0; }
  .mail-form-365 input[type=email], .mail-form-365 textarea {
    border: none;
    background: rgba(255, 255, 255, 0.7);
    padding: .5em;
    width: 100%; }
  .mail-form-365 input[type=submit] {
    background: #F37127;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: .5em;
    width: 50%; }
  .mail-form-365 .gfield_checkbox label {
    font-size: 14px; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*--------------------------------------------------------------
## 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; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0; }
  .gallery-item img {
    display: block; }
    @media (min-width: 1760px) {
      .gallery-item img {
        width: 100%; } }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

@media (max-width: 768px) {
  .gallery-columns-4 .gallery-item {
    max-width: 50%; } }

.gallery-caption {
  display: block; }

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