@charset "UTF-8";
/*!
Theme Name: Webiz Starter
Theme URI: http://webiz.team
Author: Webiz Team
Author URI: https://webiz.team/
Description: Webiz Starter Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webiz_starter

*/
/* space-grotesk-300 - latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  ascent-override: 90%;
  src: local(""), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Light.woff2") format("woff2"), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Light.woff") format("woff"), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Light.ttf") format("truetype"); }

/* space-grotesk-regular - latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  ascent-override: 90%;
  src: local(""), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Regular.woff") format("woff"), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Regular.ttf") format("truetype"); }

/* space-grotesk-500 - latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  ascent-override: 90%;
  src: local(""), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Medium.woff2") format("woff2"), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Medium.woff") format("woff"), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Medium.ttf") format("truetype"); }

/* space-grotesk-600 - latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  ascent-override: 90%;
  src: local(""), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-SemiBold.woff") format("woff"), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-SemiBold.ttf") format("truetype"); }

/* space-grotesk-700 - latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  ascent-override: 90%;
  src: local(""), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Bold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Bold.woff") format("woff"), url("../fonts/SpaceGrotesk-1.1.6/SpaceGrotesk-Bold.ttf") format("truetype"); }

/**
 * Strips the unit from a given number-unit-combination and returns the number.
 * @link: http://stackoverflow.com/a/12335841/1779999
 * @usage: parse-int(10px) => 10
 */
/**
 * Simply adds the em unit to a given number. This is used twice in the
 * function underneath, thus the need for a separate function.
 */
/**
 * Calculates em values for a given list of (px or em) values and a given em
 * base. Multiply base values for nested em structures (last @usage example).
 * @usage: em(10px, 1.125) => .55556em
 *         em(24px, .875em) => 1.71429em
 *         em(12px 0 7em rgba(0, 0, 0, .7), 1.75) => .42857em 0 4em rgba(0, 0, 0, 0.7)
 *         em(12px) + em(3em) => 3.75em
 *         em(23px, em(53px)) => .43396em
 *         em(24px, 1.5 * 1.125) => .88889em
 */
/*--------------------------------------------------------------
# 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;
  overflow-x: hidden; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  margin-right: .3rem; }

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

/*--------------------------------------------------------------
# Main Layout
--------------------------------------------------------------*/
.wrapper, .alignfull .wp-block-group__inner-container,
.alignfull .wp-block-cover__inner-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1080px;
  margin: 0 auto; }
  .wrapper.big, .alignfull .big.wp-block-group__inner-container,
  .alignfull .big.wp-block-cover__inner-container {
    max-width: 1200px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem; }

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 0; }

.col-xs-offset-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 25%; }

.col-xs-offset-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 50%; }

.col-xs-offset-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 75%; }

.col-xs-offset-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 100%; }

.col-xs {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media only screen and (min-width: 48em) {
  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 0; }
  .col-sm-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 25%; }
  .col-sm-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 50%; }
  .col-sm-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 75%; }
  .col-sm-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 100%; }
  .col-sm {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 62em) {
  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 0; }
  .col-md-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 25%; }
  .col-md-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 50%; }
  .col-md-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 75%; }
  .col-md-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 100%; }
  .col-md {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 80em) {
  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 0; }
  .col-lg-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 25%; }
  .col-lg-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 50%; }
  .col-lg-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 75%; }
  .col-lg-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-left: 100%; }
  .col-lg {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 62em) {
  .col-md-1-5 {
    -moz-flex-grow: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-md-1-8 {
    -moz-flex-grow: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-preferred-size: 15.5%;
        flex-basis: 15.5%;
    max-width: 15.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem; } }

:root {
  --sticky-header-height: 76px; }

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  line-height: 1.4;
  font-weight: 400; }

@media (min-width: 768px) {
  .page-template-page-register,
  .page-template-page-default-wide {
    background: #F6F8FB; } }

@media (min-width: 768px) {
  .post-type-archive-video {
    background: #F6F8FB; } }

.site-content {
  padding-top: 3.875rem;
  min-height: 600px; }
  @media (min-width: 768px) {
    .site-content {
      padding-top: 0;
      min-height: 850px; } }

.content-area.register {
  padding: 2rem 1rem;
  background: white;
  border: 1px solid #D4DCE9;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .content-area.register {
      padding: 2.8125rem;
      background: white;
      border: 1px solid #D4DCE9;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
      width: 700px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .content-area.register.margin {
      margin: 1.875rem auto; } }

.content-area.dashboard {
  padding: 2rem 1rem;
  background: white;
  border: 1px solid #D4DCE9;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .content-area.dashboard {
      padding: 2.8125rem;
      background: white;
      border: 1px solid #D4DCE9;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
      width: 950px;
      margin: 0 auto; } }

.content-area.default-wide {
  width: 100%;
  padding: 1.5rem 1rem;
  background: white;
  border: 1px solid #D4DCE9;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .content-area.default-wide {
      padding: 2.8125rem;
      background: white;
      border: 1px solid #D4DCE9;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
      width: 915px;
      margin: 0 auto; } }

.content-area.alternative {
  padding-top: 3.125rem; }
  @media (min-width: 768px) {
    .content-area.alternative {
      min-height: 960px;
      padding-top: 8.125rem; } }

.content-area .post-password-required {
  padding-top: 3.125rem; }
  @media (min-width: 768px) {
    .content-area .post-password-required {
      min-height: 560px;
      padding-top: 8.125rem;
      text-align: center; } }

@media (min-width: 768px) {
  .user-registration-page .content-area.default-wide {
    width: 750px; } }

.wrapper, .alignfull .wp-block-group__inner-container,
.alignfull .wp-block-cover__inner-container {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 768px) {
    .wrapper, .alignfull .wp-block-group__inner-container,
    .alignfull .wp-block-cover__inner-container {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media (min-width: 1280px) {
    .wrapper, .alignfull .wp-block-group__inner-container,
    .alignfull .wp-block-cover__inner-container {
      max-width: 1300px;
      margin: 0 auto; }
      .wrapper.narrow, .alignfull .narrow.wp-block-group__inner-container,
      .alignfull .narrow.wp-block-cover__inner-container {
        max-width: 46.875em; }
      .wrapper.content-area, .alignfull .content-area.wp-block-group__inner-container,
      .alignfull .content-area.wp-block-cover__inner-container {
        padding-left: 0;
        padding-right: 0; } }
  .wrapper.standard, .alignfull .standard.wp-block-group__inner-container,
  .alignfull .standard.wp-block-cover__inner-container {
    padding: 1rem; }
    @media (min-width: 768px) {
      .wrapper.standard, .alignfull .standard.wp-block-group__inner-container,
      .alignfull .standard.wp-block-cover__inner-container {
        padding: 2rem 1rem; } }
    @media (min-width: 1440px) {
      .wrapper.standard, .alignfull .standard.wp-block-group__inner-container,
      .alignfull .standard.wp-block-cover__inner-container {
        padding: 2rem 0; } }
  .wrapper.single, .alignfull .single.wp-block-group__inner-container,
  .alignfull .single.wp-block-cover__inner-container {
    padding-top: 2rem; }
    @media (min-width: 768px) {
      .wrapper.single, .alignfull .single.wp-block-group__inner-container,
      .alignfull .single.wp-block-cover__inner-container {
        padding-top: 4rem; } }
    .wrapper.single .grid-v3, .alignfull .single.wp-block-group__inner-container .grid-v3, .alignfull .single.wp-block-cover__inner-container .grid-v3, .wrapper.single .grid-v4, .alignfull .single.wp-block-group__inner-container .grid-v4, .alignfull .single.wp-block-cover__inner-container .grid-v4, .wrapper.single .grid-v5, .alignfull .single.wp-block-group__inner-container .grid-v5, .alignfull .single.wp-block-cover__inner-container .grid-v5 {
      margin-top: 0; }
  @media (min-width: 768px) {
    .wrapper.negative, .alignfull .negative.wp-block-group__inner-container,
    .alignfull .negative.wp-block-cover__inner-container {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); } }
  .wrapper.full, .alignfull .full.wp-block-group__inner-container,
  .alignfull .full.wp-block-cover__inner-container {
    max-width: 100%; }
  .wrapper.wide, .alignfull .wide.wp-block-group__inner-container,
  .alignfull .wide.wp-block-cover__inner-container {
    max-width: 1280px;
    padding: 1rem; }
    @media (min-width: 768px) {
      .wrapper.wide, .alignfull .wide.wp-block-group__inner-container,
      .alignfull .wide.wp-block-cover__inner-container {
        padding: 2rem 1rem; } }
    @media (min-width: 1440px) {
      .wrapper.wide, .alignfull .wide.wp-block-group__inner-container,
      .alignfull .wide.wp-block-cover__inner-container {
        padding: 2rem 0; } }
  @media (min-width: 1440px) {
    .wrapper.wide-xl, .alignfull .wide-xl.wp-block-group__inner-container,
    .alignfull .wide-xl.wp-block-cover__inner-container {
      max-width: 1720px; } }
  .wrapper.video, .alignfull .video.wp-block-group__inner-container,
  .alignfull .video.wp-block-cover__inner-container {
    position: relative; }
    @media (min-width: 1440px) {
      .wrapper.video, .alignfull .video.wp-block-group__inner-container,
      .alignfull .video.wp-block-cover__inner-container {
        max-width: 1720px; } }
    .wrapper.video.single, .alignfull .video.single.wp-block-group__inner-container,
    .alignfull .video.single.wp-block-cover__inner-container {
      padding-top: 2rem; }
  .wrapper.narrow-xs, .alignfull .narrow-xs.wp-block-group__inner-container,
  .alignfull .narrow-xs.wp-block-cover__inner-container {
    max-width: 915px; }
  @media (min-width: 768px) {
    .wrapper.nopad, .alignfull .nopad.wp-block-group__inner-container,
    .alignfull .nopad.wp-block-cover__inner-container {
      padding-left: 0;
      padding-right: 0; } }

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%; }
  @media (max-width: 767px) {
    .wp-block-cover-image .wp-block-cover__inner-container,
    .wp-block-cover .wp-block-cover__inner-container {
      padding: 1rem; } }

.row.center {
  webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-box-align: center;
          align-items: center; }

.row .order-3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3; }

.row .order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2; }

.row .order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .columns .column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.9375rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    @media (min-width: 768px) {
      .columns .column {
        padding-top: 0.9375rem; } }
  @media (min-width: 768px) {
    .columns.grid_2 .column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media (min-width: 768px) {
    .columns.grid_3 .column {
      width: 33.333%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%; } }
  @media (min-width: 768px) {
    .columns.grid_4 .column {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .columns.grid_4 .column {
      width: 25%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }
  @media (min-width: 768px) {
    .columns.grid_5 .column {
      width: 20%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; } }
  @media (min-width: 992px) {
    .columns.grid_5 .column {
      width: 20%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; } }

.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
  background-color: #fff; }

body.featured-event,
.page-template-livestream {
  background: #000034;
  color: white; }
  body.featured-event h1:not(.has-text-color),
  body.featured-event h2:not(.has-text-color),
  body.featured-event h3:not(.has-text-color),
  body.featured-event h4:not(.has-text-color),
  body.featured-event h5:not(.has-text-color),
  .page-template-livestream h1:not(.has-text-color),
  .page-template-livestream h2:not(.has-text-color),
  .page-template-livestream h3:not(.has-text-color),
  .page-template-livestream h4:not(.has-text-color),
  .page-template-livestream h5:not(.has-text-color) {
    color: white; }
  body.featured-event .box-holder h1,
  body.featured-event .box-holder h2,
  body.featured-event .box-holder h3,
  body.featured-event .box-holder h4,
  body.featured-event .box-holder h5,
  body.featured-event .agenda-box h1,
  body.featured-event .agenda-box h2,
  body.featured-event .agenda-box h3,
  body.featured-event .agenda-box h4,
  body.featured-event .agenda-box h5,
  .page-template-livestream .box-holder h1,
  .page-template-livestream .box-holder h2,
  .page-template-livestream .box-holder h3,
  .page-template-livestream .box-holder h4,
  .page-template-livestream .box-holder h5,
  .page-template-livestream .agenda-box h1,
  .page-template-livestream .agenda-box h2,
  .page-template-livestream .agenda-box h3,
  .page-template-livestream .agenda-box h4,
  .page-template-livestream .agenda-box h5 {
    color: #000034; }
  body.featured-event .wp-block-image,
  body.featured-event .has-white-text-background-color,
  .page-template-livestream .wp-block-image,
  .page-template-livestream .has-white-text-background-color {
    border-radius: 0.625rem; }
  body.featured-event .wp-block-group.is-style-green-group,
  .page-template-livestream .wp-block-group.is-style-green-group {
    background: #6FCF97;
    color: #000034;
    border-radius: 10px; }
    body.featured-event .wp-block-group.is-style-green-group h1,
    body.featured-event .wp-block-group.is-style-green-group h2,
    body.featured-event .wp-block-group.is-style-green-group h3,
    body.featured-event .wp-block-group.is-style-green-group h4,
    .page-template-livestream .wp-block-group.is-style-green-group h1,
    .page-template-livestream .wp-block-group.is-style-green-group h2,
    .page-template-livestream .wp-block-group.is-style-green-group h3,
    .page-template-livestream .wp-block-group.is-style-green-group h4 {
      color: #000034; }
  body.featured-event .site-footer h1,
  body.featured-event .site-footer h2,
  body.featured-event .site-footer h3,
  body.featured-event .site-footer h4,
  .page-template-livestream .site-footer h1,
  .page-template-livestream .site-footer h2,
  .page-template-livestream .site-footer h3,
  .page-template-livestream .site-footer h4 {
    color: white; }
  body.featured-event .site-footer .footer-navigation ul li a,
  body.featured-event .site-footer .menu-footer-container ul li a,
  .page-template-livestream .site-footer .footer-navigation ul li a,
  .page-template-livestream .site-footer .menu-footer-container ul li a {
    color: white; }
  body.featured-event .site-footer .eoa-social .fa-icon.facebook,
  .page-template-livestream .site-footer .eoa-social .fa-icon.facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22white%22 d=%22M24 12.0719C23.9997 9.77866 23.3424 7.53355 22.1058 5.60233C20.8692 3.67111 19.1051 2.13465 17.0225 1.17486C14.9398 0.215067 12.6257 -0.127869 10.3542 0.186652C8.08263 0.501172 5.94878 1.45998 4.20524 2.94956C2.4617 4.43914 1.18149 6.39711 0.516158 8.59167C-0.149172 10.7862 -0.171753 13.1255 0.451088 15.3325C1.07393 17.5395 2.31611 19.5218 4.03057 21.0448C5.74503 22.5677 7.85996 23.5675 10.125 23.9259V15.5409H7.078V12.0719H10.125V9.42786C10.125 6.42086 11.917 4.75886 14.657 4.75886C15.5571 4.77177 16.4552 4.84998 17.344 4.99286V7.94686H15.83C15.3742 7.88636 14.9131 8.00934 14.548 8.28875C14.1829 8.56816 13.9437 8.98113 13.883 9.43686C13.8658 9.56448 13.8632 9.69363 13.875 9.82186V12.0719H17.2L16.668 15.5409H13.868V23.9259C16.692 23.4808 19.2644 22.0422 21.1219 19.869C22.9795 17.6957 24.0001 14.9307 24 12.0719Z%22 /%3E%3C/svg%3E"); }
  body.featured-event .site-footer .eoa-social .fa-icon.twitter,
  .page-template-livestream .site-footer .eoa-social .fa-icon.twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 20%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22white%22 d=%22M24 2.5998C23.1 2.9998 22.2 3.2998 21.2 3.3998C22.2 2.7998 23 1.7998 23.4 0.699805C22.4 1.2998 21.4 1.6998 20.3 1.8998C19.4 0.899805 18.1 0.299805 16.7 0.299805C14 0.299805 11.8 2.4998 11.8 5.1998C11.8 5.5998 11.8 5.9998 11.9 6.2998C7.7 6.0998 4.1 4.0998 1.7 1.0998C1.2 1.8998 1 2.6998 1 3.5998C1 5.2998 1.9 6.7998 3.2 7.6998C2.4 7.6998 1.6 7.4998 1 7.0998C1 7.0998 1 7.0998 1 7.1998C1 9.5998 2.7 11.5998 4.9 11.9998C4.5 12.0998 4.1 12.1998 3.6 12.1998C3.3 12.1998 3 12.1998 2.7 12.0998C3.3 14.0998 5.1 15.4998 7.3 15.4998C5.6 16.7998 3.5 17.5998 1.2 17.5998C0.8 17.5998 0.4 17.5998 0 17.4998C2.2 18.8998 4.8 19.6998 7.5 19.6998C16.6 19.6998 21.5 12.1998 21.5 5.6998C21.5 5.4998 21.5 5.2998 21.5 5.0998C22.5 4.39981 23.3 3.4998 24 2.5998Z%22 /%3E%3C/svg%3E"); }
  body.featured-event .site-footer .eoa-social .fa-icon.youtube,
  .page-template-livestream .site-footer .eoa-social .fa-icon.youtube {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22white%22 d=%22M23.8 4.2001C23.8 4.2001 23.6 2.5001 22.8 1.8001C21.9 0.800098 20.9 0.800098 20.4 0.800098C17 0.600098 12 0.600098 12 0.600098C12 0.600098 7 0.600098 3.6 0.800098C3.1 0.900098 2.1 0.900098 1.2 1.8001C0.5 2.5001 0.2 4.2001 0.2 4.2001C0.2 4.2001 0 6.1001 0 8.1001V9.9001C0 11.8001 0.2 13.8001 0.2 13.8001C0.2 13.8001 0.4 15.5001 1.2 16.2001C2.1 17.2001 3.3 17.1001 3.8 17.2001C5.7 17.4001 12 17.4001 12 17.4001C12 17.4001 17 17.4001 20.4 17.1001C20.9 17.0001 21.9 17.0001 22.8 16.1001C23.5 15.4001 23.8 13.7001 23.8 13.7001C23.8 13.7001 24 11.8001 24 9.8001V8.0001C24 6.1001 23.8 4.2001 23.8 4.2001ZM9.5 12.1001V5.4001L16 8.8001L9.5 12.1001Z%22 /%3E%3C/svg%3E"); }
  body.featured-event .site-footer .eoa-social .fa-icon.instagram,
  .page-template-livestream .site-footer .eoa-social .fa-icon.instagram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22white%22 d=%22M12 2.162C15.204 2.162 15.584 2.174 16.849 2.232C18.215 2.294 19.482 2.568 20.457 3.543C21.432 4.518 21.706 5.785 21.768 7.151C21.826 8.416 21.838 8.796 21.838 12C21.838 15.204 21.826 15.584 21.768 16.849C21.706 18.215 21.432 19.482 20.457 20.457C19.482 21.432 18.215 21.706 16.849 21.768C15.584 21.826 15.204 21.838 12 21.838C8.796 21.838 8.416 21.826 7.151 21.768C5.785 21.706 4.518 21.432 3.543 20.457C2.568 19.482 2.294 18.215 2.232 16.849C2.174 15.584 2.162 15.204 2.162 12C2.162 8.796 2.174 8.416 2.232 7.151C2.294 5.785 2.568 4.518 3.543 3.543C4.518 2.568 5.785 2.294 7.151 2.232C8.416 2.174 8.796 2.162 12 2.162ZM12 0C8.741 0 8.332 0.014 7.052 0.072C5.102 0.161 3.389 0.639 2.014 2.014C0.639 3.389 0.161 5.102 0.072 7.052C0.014 8.332 0 8.741 0 12C0 15.259 0.014 15.668 0.072 16.948C0.161 18.898 0.639 20.611 2.014 21.986C3.389 23.361 5.102 23.839 7.052 23.928C8.332 23.986 8.741 24 12 24C15.259 24 15.668 23.986 16.948 23.928C18.898 23.839 20.611 23.361 21.986 21.986C23.361 20.611 23.839 18.898 23.928 16.948C23.986 15.668 24 15.259 24 12C24 8.741 23.986 8.332 23.928 7.052C23.839 5.102 23.361 3.389 21.986 2.014C20.611 0.639 18.898 0.161 16.948 0.072C15.668 0.014 15.259 0 12 0Z%22 /%3E\a%3Cpath fill=%22white%22 d=%22M12 5.83789C8.597 5.83789 5.838 8.59689 5.838 11.9999C5.838 15.4029 8.597 18.1619 12 18.1619C15.403 18.1619 18.162 15.4029 18.162 11.9999C18.162 8.59689 15.403 5.83789 12 5.83789ZM12 15.9999C9.791 15.9999 8 14.2089 8 11.9999C8 9.79089 9.791 7.99989 12 7.99989C14.209 7.99989 16 9.79089 16 11.9999C16 14.2089 14.209 15.9999 12 15.9999Z%22 /%3E\a%3Cpath fill=%22white%22 d=%22M18.406 7.03381C19.2013 7.03381 19.846 6.3891 19.846 5.59381C19.846 4.79852 19.2013 4.15381 18.406 4.15381C17.6107 4.15381 16.966 4.79852 16.966 5.59381C16.966 6.3891 17.6107 7.03381 18.406 7.03381Z%22 /%3E%3C/svg%3E"); }
  body.featured-event .site-footer .eoa-social .fa-icon.linkedin,
  .page-template-livestream .site-footer .eoa-social .fa-icon.linkedin {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22white%22 d=%22M23 0H1C0.4 0 0 0.4 0 1V23C0 23.6 0.4 24 1 24H23C23.6 24 24 23.6 24 23V1C24 0.4 23.6 0 23 0ZM7.1 20.5H3.6V9H7.2V20.5H7.1ZM5.3 7.4C4.2 7.4 3.2 6.5 3.2 5.3C3.2 4.2 4.1 3.2 5.3 3.2C6.4 3.2 7.4 4.1 7.4 5.3C7.4 6.5 6.5 7.4 5.3 7.4ZM20.5 20.5H16.9V14.9C16.9 13.6 16.9 11.9 15.1 11.9C13.2 11.9 13 13.3 13 14.8V20.5H9.4V9H12.8V10.6C13.3 9.7 14.4 8.8 16.2 8.8C19.8 8.8 20.5 11.2 20.5 14.3V20.5Z%22 /%3E%3C/svg%3E"); }

.page-template-livestream {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #000034), color-stop(60%, #00004b), to(#000034));
  background: linear-gradient(0deg, #000034 35%, #00004b 60%, #000034 100%); }

.medflix-events {
  margin: 1rem 0; }
  @media (min-width: 568px) {
    .medflix-events {
      margin: 1.5rem 0; } }
  @media (min-width: 992px) {
    .medflix-events {
      margin: 4rem 0; }
      .medflix-events .grid-v3 {
        margin-top: 0; } }

section.related {
  margin-top: 2rem; }

.site-header {
  background: #12B76A;
  position: fixed;
  top: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  height: var(--sticky-header-height);
  width: 100%;
  z-index: 995; }
  @media (min-width: 768px) {
    .site-header {
      background: #12B76A;
      position: relative; }
      .site-header.dark {
        background: #000034; } }
  .site-header .header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    height: 100%; }
    @media (min-width: 992px) {
      .site-header .header_wrap {
        padding: 1rem; } }
  .site-header .site-branding a {
    display: block; }
  .site-header .site-branding img, .site-header .site-branding svg {
    display: block;
    max-width: 185px;
    max-height: 2.8125rem; 
object-fit: contain;
}
    @media (min-width: 992px) {
      .site-header .site-branding img, .site-header .site-branding svg {
        max-height: 3.4375rem;
        max-width: 15rem; 
		object-fit: contain;
		} }
    @media (min-width: 992px) {
      .site-header .site-branding img.wide, .site-header .site-branding svg.wide {
        max-width: 22.5rem; 
		object-fit: contain;
		} }
  .site-header.transparent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (min-width: 992px) {
      .site-header.transparent {
        background: none;
        position: absolute; } }
  @media (min-width: 992px) {
    .site-header.dark a {
      color: #000034; } }
  .site-header.fixed {
    position: fixed;
    background: rgba(0, 0, 52, 0.7);
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    @media (min-width: 992px) {
      .site-header.fixed .header_wrap {
        padding: 1.25rem 1.875rem;
        -webkit-transition: all .2s linear;
        transition: all .2s linear; } }
    @media (min-width: 992px) {
      .site-header.fixed.dark a {
        color: white; } }
  .site-header.slideUp {
    top: -9.0625rem;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .site-header.slideUp.menu_opened {
      top: 0; }
  .site-header.slideDown {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }

.hamburger-switch {
  width: 28px;
  height: 25px;
  position: relative;
  float: right;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .hamburger-switch span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .hamburger-switch span:nth-child(1) {
      top: 0px; }
    .hamburger-switch span:nth-child(2) {
      top: 10px; }
    .hamburger-switch span:nth-child(3) {
      top: 20px; }
  .hamburger-switch.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .hamburger-switch.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .hamburger-switch.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .hamburger-switch.compact {
    width: 16px;
    height: 16px;
    position: relative;
    float: none; }
    .hamburger-switch.compact span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: white;
      border-radius: 0;
      opacity: .9;
      left: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .hamburger-switch.compact span:nth-child(1) {
        top: 0px; }
      .hamburger-switch.compact span:nth-child(2) {
        top: 6px; }
      .hamburger-switch.compact span:nth-child(3) {
        top: 12px; }

@media (max-width: 767px) {
  #endo_side_menu {
    display: block;
    float: right; } }

.site-footer {
  font-size: 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #000034;
  color: #FBFBFC; }
  .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #FBFBFC; }
  @media (max-width: 767px) {
    .site-footer {
      padding: 2rem 1rem; } }
  @media (min-width: 768px) {
    .site-footer .footer-cell {
      padding: 3.125rem; }
      .site-footer .footer-cell.first {
        padding-left: 0.75rem; }
      .site-footer .footer-cell.last {
        padding-right: 0.75rem; } }
  @media (min-width: 768px) {
    .site-footer .col-xs-12 {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .site-footer .col-xs-12:last-child {
        border-right: none; } }
  .site-footer .site-branding {
	width: 55%;
    max-width: 293px;
    margin-bottom: 1rem; }
  .site-footer h3 {
    font-size: 1.5rem; }
  .site-footer .eoa-social .fa-icon.facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22white%22 d=%22M24 12.0719C23.9997 9.77866 23.3424 7.53355 22.1058 5.60233C20.8692 3.67111 19.1051 2.13465 17.0225 1.17486C14.9398 0.215067 12.6257 -0.127869 10.3542 0.186652C8.08263 0.501172 5.94878 1.45998 4.20524 2.94956C2.4617 4.43914 1.18149 6.39711 0.516158 8.59167C-0.149172 10.7862 -0.171753 13.1255 0.451088 15.3325C1.07393 17.5395 2.31611 19.5218 4.03057 21.0448C5.74503 22.5677 7.85996 23.5675 10.125 23.9259V15.5409H7.078V12.0719H10.125V9.42786C10.125 6.42086 11.917 4.75886 14.657 4.75886C15.5571 4.77177 16.4552 4.84998 17.344 4.99286V7.94686H15.83C15.3742 7.88636 14.9131 8.00934 14.548 8.28875C14.1829 8.56816 13.9437 8.98113 13.883 9.43686C13.8658 9.56448 13.8632 9.69363 13.875 9.82186V12.0719H17.2L16.668 15.5409H13.868V23.9259C16.692 23.4808 19.2644 22.0422 21.1219 19.869C22.9795 17.6957 24.0001 14.9307 24 12.0719Z%22 /%3E%3C/svg%3E"); }
  .site-footer .eoa-social .fa-icon.twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 20%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22white%22 d=%22M24 2.5998C23.1 2.9998 22.2 3.2998 21.2 3.3998C22.2 2.7998 23 1.7998 23.4 0.699805C22.4 1.2998 21.4 1.6998 20.3 1.8998C19.4 0.899805 18.1 0.299805 16.7 0.299805C14 0.299805 11.8 2.4998 11.8 5.1998C11.8 5.5998 11.8 5.9998 11.9 6.2998C7.7 6.0998 4.1 4.0998 1.7 1.0998C1.2 1.8998 1 2.6998 1 3.5998C1 5.2998 1.9 6.7998 3.2 7.6998C2.4 7.6998 1.6 7.4998 1 7.0998C1 7.0998 1 7.0998 1 7.1998C1 9.5998 2.7 11.5998 4.9 11.9998C4.5 12.0998 4.1 12.1998 3.6 12.1998C3.3 12.1998 3 12.1998 2.7 12.0998C3.3 14.0998 5.1 15.4998 7.3 15.4998C5.6 16.7998 3.5 17.5998 1.2 17.5998C0.8 17.5998 0.4 17.5998 0 17.4998C2.2 18.8998 4.8 19.6998 7.5 19.6998C16.6 19.6998 21.5 12.1998 21.5 5.6998C21.5 5.4998 21.5 5.2998 21.5 5.0998C22.5 4.39981 23.3 3.4998 24 2.5998Z%22 /%3E%3C/svg%3E"); }
  .site-footer .eoa-social .fa-icon.youtube {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22white%22 d=%22M23.8 4.2001C23.8 4.2001 23.6 2.5001 22.8 1.8001C21.9 0.800098 20.9 0.800098 20.4 0.800098C17 0.600098 12 0.600098 12 0.600098C12 0.600098 7 0.600098 3.6 0.800098C3.1 0.900098 2.1 0.900098 1.2 1.8001C0.5 2.5001 0.2 4.2001 0.2 4.2001C0.2 4.2001 0 6.1001 0 8.1001V9.9001C0 11.8001 0.2 13.8001 0.2 13.8001C0.2 13.8001 0.4 15.5001 1.2 16.2001C2.1 17.2001 3.3 17.1001 3.8 17.2001C5.7 17.4001 12 17.4001 12 17.4001C12 17.4001 17 17.4001 20.4 17.1001C20.9 17.0001 21.9 17.0001 22.8 16.1001C23.5 15.4001 23.8 13.7001 23.8 13.7001C23.8 13.7001 24 11.8001 24 9.8001V8.0001C24 6.1001 23.8 4.2001 23.8 4.2001ZM9.5 12.1001V5.4001L16 8.8001L9.5 12.1001Z%22 /%3E%3C/svg%3E"); }
  .site-footer .eoa-social .fa-icon.instagram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22white%22 d=%22M12 2.162C15.204 2.162 15.584 2.174 16.849 2.232C18.215 2.294 19.482 2.568 20.457 3.543C21.432 4.518 21.706 5.785 21.768 7.151C21.826 8.416 21.838 8.796 21.838 12C21.838 15.204 21.826 15.584 21.768 16.849C21.706 18.215 21.432 19.482 20.457 20.457C19.482 21.432 18.215 21.706 16.849 21.768C15.584 21.826 15.204 21.838 12 21.838C8.796 21.838 8.416 21.826 7.151 21.768C5.785 21.706 4.518 21.432 3.543 20.457C2.568 19.482 2.294 18.215 2.232 16.849C2.174 15.584 2.162 15.204 2.162 12C2.162 8.796 2.174 8.416 2.232 7.151C2.294 5.785 2.568 4.518 3.543 3.543C4.518 2.568 5.785 2.294 7.151 2.232C8.416 2.174 8.796 2.162 12 2.162ZM12 0C8.741 0 8.332 0.014 7.052 0.072C5.102 0.161 3.389 0.639 2.014 2.014C0.639 3.389 0.161 5.102 0.072 7.052C0.014 8.332 0 8.741 0 12C0 15.259 0.014 15.668 0.072 16.948C0.161 18.898 0.639 20.611 2.014 21.986C3.389 23.361 5.102 23.839 7.052 23.928C8.332 23.986 8.741 24 12 24C15.259 24 15.668 23.986 16.948 23.928C18.898 23.839 20.611 23.361 21.986 21.986C23.361 20.611 23.839 18.898 23.928 16.948C23.986 15.668 24 15.259 24 12C24 8.741 23.986 8.332 23.928 7.052C23.839 5.102 23.361 3.389 21.986 2.014C20.611 0.639 18.898 0.161 16.948 0.072C15.668 0.014 15.259 0 12 0Z%22 /%3E\a%3Cpath fill=%22white%22 d=%22M12 5.83789C8.597 5.83789 5.838 8.59689 5.838 11.9999C5.838 15.4029 8.597 18.1619 12 18.1619C15.403 18.1619 18.162 15.4029 18.162 11.9999C18.162 8.59689 15.403 5.83789 12 5.83789ZM12 15.9999C9.791 15.9999 8 14.2089 8 11.9999C8 9.79089 9.791 7.99989 12 7.99989C14.209 7.99989 16 9.79089 16 11.9999C16 14.2089 14.209 15.9999 12 15.9999Z%22 /%3E\a%3Cpath fill=%22white%22 d=%22M18.406 7.03381C19.2013 7.03381 19.846 6.3891 19.846 5.59381C19.846 4.79852 19.2013 4.15381 18.406 4.15381C17.6107 4.15381 16.966 4.79852 16.966 5.59381C16.966 6.3891 17.6107 7.03381 18.406 7.03381Z%22 /%3E%3C/svg%3E"); }
  .site-footer .eoa-social .fa-icon.linkedin {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22white%22 d=%22M23 0H1C0.4 0 0 0.4 0 1V23C0 23.6 0.4 24 1 24H23C23.6 24 24 23.6 24 23V1C24 0.4 23.6 0 23 0ZM7.1 20.5H3.6V9H7.2V20.5H7.1ZM5.3 7.4C4.2 7.4 3.2 6.5 3.2 5.3C3.2 4.2 4.1 3.2 5.3 3.2C6.4 3.2 7.4 4.1 7.4 5.3C7.4 6.5 6.5 7.4 5.3 7.4ZM20.5 20.5H16.9V14.9C16.9 13.6 16.9 11.9 15.1 11.9C13.2 11.9 13 13.3 13 14.8V20.5H9.4V9H12.8V10.6C13.3 9.7 14.4 8.8 16.2 8.8C19.8 8.8 20.5 11.2 20.5 14.3V20.5Z%22 /%3E%3C/svg%3E"); }

.site-socket {
  background: #000034;
  color: #FBFBFC; }
  @media (max-width: 767px) {
    .site-socket {
      padding: 1rem; } }

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

.sticky {
  display: block; }

.post-image {
  display: block;
  width: 100%; }
  .post-image img {
    border-radius: 0.375rem; }

.post-tags {
  list-style: none;
  padding: 1rem 0;
  margin-bottom: 1rem;
  display: block; }
  .post-tags li {
    display: inline-block;
    border-radius: 39px;
    font-size: 0.875rem;
    margin-right: 0.5rem;
    border: 1px solid #5A6374;
    background: #D4DCE9;
    border: none;
    color: #5A6374; }
    .post-tags li a {
      padding: 0.375rem 0.625rem;
      text-decoration: none;
      color: #5A6374; }
    .post-tags li:hover {
      text-decoration: none; }

.post-date {
  color: #D1FADF; }
  .post-date a {
    color: #D1FADF; }
    .post-date a:hover {
      text-decoration: none;
      color: white; }

.entry-footer span {
  display: inline-block;
  margin-right: .5rem; }

.entry-meta {
  display: block;
  margin-bottom: .5rem; }

article.type-post {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    article.type-post {
      display: inline-block;
      padding: 1rem; } }
  article.type-post a:hover {
    text-decoration: none; }

.navigation.pagination .nav-links {
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  position: relative; }
  .navigation.pagination .nav-links .page-numbers {
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-weight: 500;
    border: 0;
    color: #000034;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
    .navigation.pagination .nav-links .page-numbers:hover {
      -webkit-box-shadow: 0 0 0 1px #F2F3F9;
              box-shadow: 0 0 0 1px #F2F3F9;
      -webkit-transition: all 300ms;
      transition: all 300ms; }
    .navigation.pagination .nav-links .page-numbers.current {
      color: white;
      background-color: #6D6D8A; }
    .navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.previous {
      -webkit-box-shadow: 0 0 0 1px #FBFBFC;
              box-shadow: 0 0 0 1px #FBFBFC; }

.user-registration nav {
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1); }

.user-registration.horizontal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0; }
  .user-registration.horizontal ul li {
    list-style: none;
    padding: .4rem;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent; }
    .user-registration.horizontal ul li a {
      text-decoration: none;
      padding: 1rem .5rem;
      color: #000034;
      opacity: .8; }
    .user-registration.horizontal ul li.is-active {
      background-color: #000034; }
      .user-registration.horizontal ul li.is-active a {
        color: white;
        opacity: 1; }
    @media (max-width: 767px) {
      .user-registration.horizontal ul li {
        display: block;
        width: 100%; }
        .user-registration.horizontal ul li a {
          font-size: 0.875rem;
          width: 100%; } }

.user-registration .user-registration-MyAccount-content {
  padding: 0.75rem;
  margin-top: 1.5rem; }

nav.dashboard-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  nav.dashboard-navigation ul {
    padding: 0; }
  nav.dashboard-navigation li {
    margin-right: 1rem;
    padding: 0.75rem 0;
    display: inline-block;
    -webkit-transition: 300ms all;
    transition: 300ms all;
    font-weight: 600; }
    nav.dashboard-navigation li a {
      color: white;
      text-decoration: none; }
    nav.dashboard-navigation li:hover {
      -webkit-transition: 300ms all;
      transition: 300ms all;
      -webkit-box-shadow: inset 0px -3px 0px #fff;
              box-shadow: inset 0px -3px 0px #fff; }
    nav.dashboard-navigation li.is-active {
      -webkit-transition: 300ms all;
      transition: 300ms all;
      -webkit-box-shadow: inset 0px -3px 0px #fff;
              box-shadow: inset 0px -3px 0px #fff; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #10142C;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5; }

a {
  color: #12B76A;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #2494BC;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.4;
  margin-bottom: 1rem; }

h1 {
  font-size: 3.375rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: -0.02em;
  margin-top: 0; }
  h1.medium {
    margin-bottom: 1.75rem; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.75rem; } }

h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.3125rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-top: 0;
  color: #000; }
  @media (max-width: 767px) {
    h2 {
      font-size: 1.625rem; } }

h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.2; }
  @media (min-width: 1280px) {
    h3 {
      font-size: 1.25em; } }

h4 {
  margin-top: 0;
  font-size: 1rem; }

h5, h6 {
  margin-top: 0;
  font-size: 1rem; }

p {
  font-size: 1rem;
  margin-bottom: 0.875rem;
  margin-top: 0; }
  @media (min-width: 1600px) {
    p {
      font-size: 1em; } }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  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: Arial, "Helvetica Neue", Helvetica, sans-serif;
  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%; }

small {
  font-size: 0.625em; }

.caption {
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.125rem;
  color: #000034;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .caption {
      min-height: 1.0625rem; } }
  .caption.big {
    font-size: 1.5rem;
    line-height: 1.5rem; }

.accent {
  font-size: 1em;
  font-weight: 700;
  text-decoration: none; }
  .accent.blue {
    color: #2EBAEC; }
  .accent.small {
    font-size: 0.75em;
    display: block;
    text-align: center;
    margin-top: 1em; }

.fa-icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  height: 24px;
  width: 24px; }
  .fa-icon.facebook {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22%23121421%22 d=%22M24 12.0719C23.9997 9.77866 23.3424 7.53355 22.1058 5.60233C20.8692 3.67111 19.1051 2.13465 17.0225 1.17486C14.9398 0.215067 12.6257 -0.127869 10.3542 0.186652C8.08263 0.501172 5.94878 1.45998 4.20524 2.94956C2.4617 4.43914 1.18149 6.39711 0.516158 8.59167C-0.149172 10.7862 -0.171753 13.1255 0.451088 15.3325C1.07393 17.5395 2.31611 19.5218 4.03057 21.0448C5.74503 22.5677 7.85996 23.5675 10.125 23.9259V15.5409H7.078V12.0719H10.125V9.42786C10.125 6.42086 11.917 4.75886 14.657 4.75886C15.5571 4.77177 16.4552 4.84998 17.344 4.99286V7.94686H15.83C15.3742 7.88636 14.9131 8.00934 14.548 8.28875C14.1829 8.56816 13.9437 8.98113 13.883 9.43686C13.8658 9.56448 13.8632 9.69363 13.875 9.82186V12.0719H17.2L16.668 15.5409H13.868V23.9259C16.692 23.4808 19.2644 22.0422 21.1219 19.869C22.9795 17.6957 24.0001 14.9307 24 12.0719Z%22 /%3E%3C/svg%3E"); }
  .fa-icon.twitter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 20%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22%23121421%22 d=%22M24 2.5998C23.1 2.9998 22.2 3.2998 21.2 3.3998C22.2 2.7998 23 1.7998 23.4 0.699805C22.4 1.2998 21.4 1.6998 20.3 1.8998C19.4 0.899805 18.1 0.299805 16.7 0.299805C14 0.299805 11.8 2.4998 11.8 5.1998C11.8 5.5998 11.8 5.9998 11.9 6.2998C7.7 6.0998 4.1 4.0998 1.7 1.0998C1.2 1.8998 1 2.6998 1 3.5998C1 5.2998 1.9 6.7998 3.2 7.6998C2.4 7.6998 1.6 7.4998 1 7.0998C1 7.0998 1 7.0998 1 7.1998C1 9.5998 2.7 11.5998 4.9 11.9998C4.5 12.0998 4.1 12.1998 3.6 12.1998C3.3 12.1998 3 12.1998 2.7 12.0998C3.3 14.0998 5.1 15.4998 7.3 15.4998C5.6 16.7998 3.5 17.5998 1.2 17.5998C0.8 17.5998 0.4 17.5998 0 17.4998C2.2 18.8998 4.8 19.6998 7.5 19.6998C16.6 19.6998 21.5 12.1998 21.5 5.6998C21.5 5.4998 21.5 5.2998 21.5 5.0998C22.5 4.39981 23.3 3.4998 24 2.5998Z%22 /%3E%3C/svg%3E"); }
  .fa-icon.youtube {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22%23121421%22 d=%22M23.8 4.2001C23.8 4.2001 23.6 2.5001 22.8 1.8001C21.9 0.800098 20.9 0.800098 20.4 0.800098C17 0.600098 12 0.600098 12 0.600098C12 0.600098 7 0.600098 3.6 0.800098C3.1 0.900098 2.1 0.900098 1.2 1.8001C0.5 2.5001 0.2 4.2001 0.2 4.2001C0.2 4.2001 0 6.1001 0 8.1001V9.9001C0 11.8001 0.2 13.8001 0.2 13.8001C0.2 13.8001 0.4 15.5001 1.2 16.2001C2.1 17.2001 3.3 17.1001 3.8 17.2001C5.7 17.4001 12 17.4001 12 17.4001C12 17.4001 17 17.4001 20.4 17.1001C20.9 17.0001 21.9 17.0001 22.8 16.1001C23.5 15.4001 23.8 13.7001 23.8 13.7001C23.8 13.7001 24 11.8001 24 9.8001V8.0001C24 6.1001 23.8 4.2001 23.8 4.2001ZM9.5 12.1001V5.4001L16 8.8001L9.5 12.1001Z%22 /%3E%3C/svg%3E"); }
  .fa-icon.instagram {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22%23121421%22 d=%22M12 2.162C15.204 2.162 15.584 2.174 16.849 2.232C18.215 2.294 19.482 2.568 20.457 3.543C21.432 4.518 21.706 5.785 21.768 7.151C21.826 8.416 21.838 8.796 21.838 12C21.838 15.204 21.826 15.584 21.768 16.849C21.706 18.215 21.432 19.482 20.457 20.457C19.482 21.432 18.215 21.706 16.849 21.768C15.584 21.826 15.204 21.838 12 21.838C8.796 21.838 8.416 21.826 7.151 21.768C5.785 21.706 4.518 21.432 3.543 20.457C2.568 19.482 2.294 18.215 2.232 16.849C2.174 15.584 2.162 15.204 2.162 12C2.162 8.796 2.174 8.416 2.232 7.151C2.294 5.785 2.568 4.518 3.543 3.543C4.518 2.568 5.785 2.294 7.151 2.232C8.416 2.174 8.796 2.162 12 2.162ZM12 0C8.741 0 8.332 0.014 7.052 0.072C5.102 0.161 3.389 0.639 2.014 2.014C0.639 3.389 0.161 5.102 0.072 7.052C0.014 8.332 0 8.741 0 12C0 15.259 0.014 15.668 0.072 16.948C0.161 18.898 0.639 20.611 2.014 21.986C3.389 23.361 5.102 23.839 7.052 23.928C8.332 23.986 8.741 24 12 24C15.259 24 15.668 23.986 16.948 23.928C18.898 23.839 20.611 23.361 21.986 21.986C23.361 20.611 23.839 18.898 23.928 16.948C23.986 15.668 24 15.259 24 12C24 8.741 23.986 8.332 23.928 7.052C23.839 5.102 23.361 3.389 21.986 2.014C20.611 0.639 18.898 0.161 16.948 0.072C15.668 0.014 15.259 0 12 0Z%22 /%3E\a%3Cpath fill=%22%23121421%22 d=%22M12 5.83789C8.597 5.83789 5.838 8.59689 5.838 11.9999C5.838 15.4029 8.597 18.1619 12 18.1619C15.403 18.1619 18.162 15.4029 18.162 11.9999C18.162 8.59689 15.403 5.83789 12 5.83789ZM12 15.9999C9.791 15.9999 8 14.2089 8 11.9999C8 9.79089 9.791 7.99989 12 7.99989C14.209 7.99989 16 9.79089 16 11.9999C16 14.2089 14.209 15.9999 12 15.9999Z%22 /%3E\a%3Cpath fill=%22%23121421%22 d=%22M18.406 7.03381C19.2013 7.03381 19.846 6.3891 19.846 5.59381C19.846 4.79852 19.2013 4.15381 18.406 4.15381C17.6107 4.15381 16.966 4.79852 16.966 5.59381C16.966 6.3891 17.6107 7.03381 18.406 7.03381Z%22 /%3E%3C/svg%3E"); }
  .fa-icon.linkedin {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%220 0 24 24%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill=%22%23121421%22 d=%22M23 0H1C0.4 0 0 0.4 0 1V23C0 23.6 0.4 24 1 24H23C23.6 24 24 23.6 24 23V1C24 0.4 23.6 0 23 0ZM7.1 20.5H3.6V9H7.2V20.5H7.1ZM5.3 7.4C4.2 7.4 3.2 6.5 3.2 5.3C3.2 4.2 4.1 3.2 5.3 3.2C6.4 3.2 7.4 4.1 7.4 5.3C7.4 6.5 6.5 7.4 5.3 7.4ZM20.5 20.5H16.9V14.9C16.9 13.6 16.9 11.9 15.1 11.9C13.2 11.9 13 13.3 13 14.8V20.5H9.4V9H12.8V10.6C13.3 9.7 14.4 8.8 16.2 8.8C19.8 8.8 20.5 11.2 20.5 14.3V20.5Z%22 /%3E%3C/svg%3E"); }

html {
  -webkit-box-sizing: border-box;
          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/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

ul, ol {
  margin: 0; }

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

.grid-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.grid-v2 {
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: 1fr;
  margin: 1rem 0; }
  @media (min-width: 568px) {
    .grid-v2 {
      grid-template-columns: 1fr 1fr;
      margin: 2rem 0; } }
  @media (min-width: 568px) {
    .grid-v2.v1-2 {
      grid-template-columns: 1fr 2fr;
      margin: 2rem 0; } }

.grid-v3 {
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: 1fr;
  margin: 1rem 0; }
  @media (min-width: 568px) {
    .grid-v3 {
      grid-template-columns: 1fr 1fr;
      margin: 1rem 0; } }
  @media (min-width: 992px) {
    .grid-v3 {
      grid-template-columns: 1fr 1fr 1fr;
      margin: 2rem 0; } }
  .grid-v3 .grid-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.grid-v4 {
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: 1fr;
  margin: 1rem 0; }
  @media (min-width: 568px) {
    .grid-v4 {
      grid-template-columns: 1fr 1fr;
      margin: 1rem 0; } }
  @media (min-width: 992px) {
    .grid-v4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      margin: 2rem 0; } }
  .grid-v4 .grid-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.grid-v5 {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr;
  margin: 1rem 0; }
  @media (min-width: 400px) {
    .grid-v5 {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 568px) {
    .grid-v5 {
      grid-template-columns: 1fr 1fr 1fr;
      margin: 1rem 0; } }
  @media (min-width: 992px) {
    .grid-v5 {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      margin: 2rem 0; } }
  .grid-v5 .grid-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .grid-v5.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.grid-v6 {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: 1fr;
  margin: 1rem 0; }
  @media (min-width: 400px) {
    .grid-v6 {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 568px) {
    .grid-v6 {
      grid-template-columns: 1fr 1fr 1fr;
      margin: 1rem 0; } }
  @media (min-width: 992px) {
    .grid-v6 {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      margin: 2rem 0; } }
  @media (min-width: 1280px) {
    .grid-v6 {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      margin: 2rem 0; } }
  .grid-v6 .grid-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .grid-v6.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.grid-auto-fit {
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  margin: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(100px, 160px)); }
  .grid-auto-fit img {
    max-width: 160px; }
  .grid-auto-fit .grid-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .grid-auto-fit.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .grid-auto-fit.left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left; }
  .grid-auto-fit.right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right; }

.grid-v7 {
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: 1fr;
  margin: 1rem 0; }
  @media (min-width: 568px) {
    .grid-v7 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      margin: 1rem 0; } }
  @media (min-width: 992px) {
    .grid-v7 {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      margin: 2rem 0; } }
  .grid-v7 .grid-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .grid-v7.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.grid-v9 {
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 1rem 0; }
  @media (min-width: 568px) {
    .grid-v9 {
      grid-template-columns: repeat(3, 1fr);
      margin: 1rem 0; } }
  @media (min-width: 768px) {
    .grid-v9 {
      grid-template-columns: repeat(5, 1fr);
      margin: 1rem 0; } }
  @media (min-width: 992px) {
    .grid-v9 {
      grid-template-columns: repeat(7, 1fr);
      margin: 2rem 0; } }
  @media (min-width: 1280px) {
    .grid-v9 {
      grid-template-columns: repeat(9, 1fr);
      margin: 2rem 0; } }

.grid-v12 {
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 1rem 0; }
  @media (min-width: 568px) {
    .grid-v12 {
      grid-template-columns: repeat(4, 1fr);
      margin: 1rem 0; } }
  @media (min-width: 768px) {
    .grid-v12 {
      grid-template-columns: repeat(6, 1fr);
      margin: 1rem 0; } }
  @media (min-width: 992px) {
    .grid-v12 {
      grid-template-columns: repeat(8, 1fr);
      margin: 2rem 0; } }
  @media (min-width: 1280px) {
    .grid-v12 {
      grid-template-columns: repeat(10, 1fr);
      margin: 2rem 0; } }

.grid-v-auto {
  display: grid;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: 1fr; }
  @media (min-width: 568px) {
    .grid-v-auto {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
  @media (min-width: 992px) {
    .grid-v-auto {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }
  .grid-v-auto .grid-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.grid-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .grid-flex > div {
    margin: 1rem; }
  .grid-flex.white {
    background: #f8f8f8;
    border-radius: 5px; }

ul.listing-pagination {
  margin: 0;
  margin-bottom: 2rem;
  padding: 1rem 0;
  text-align: center;
  position: relative; }
  ul.listing-pagination li {
    display: inline-block;
    margin-right: 0.375rem;
    font-size: 1rem; }
    ul.listing-pagination li a {
      text-decoration: none;
      padding: 0.5rem 0.75rem;
      font-weight: 500;
      border: 0;
      color: #039855;
      -webkit-transition: all 300ms;
      transition: all 300ms; }
      ul.listing-pagination li a:hover {
        -webkit-box-shadow: 0 0 0 1px #039855;
                box-shadow: 0 0 0 1px #039855;
        -webkit-transition: all 300ms;
        transition: all 300ms; }
    ul.listing-pagination li.active a {
      background-color: #E2E9ED;
      color: #000034; }
      ul.listing-pagination li.active a:hover {
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: all 300ms;
        transition: all 300ms; }

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

.table-wrapper {
  overflow-x: auto;
  margin: 0 0 20px;
  overflow-y: hidden; }

.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap; }

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0; }

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.no-touch .cd-nugget-info a:hover {
  opacity: .8; }

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block; }

.cd-nugget-info span svg {
  display: block; }

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d; }

/* --------------------------------

xpopup

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
  .cd-popup .cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 430px;
    overflow: hidden;
    margin: 4em auto;
    background: #FFF;
    color: black;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .cd-popup .cd-popup-container h2, .cd-popup .cd-popup-container h3 {
      padding: 2rem 1rem;
      padding-bottom: 0;
      color: #000034 !important; }
    .cd-popup .cd-popup-container p {
      padding: 1rem;
      margin-bottom: 0; }
    .cd-popup .cd-popup-container input[type="submit"] {
      width: 100%;
      border-radius: 0 0 6px 6px;
      border: none;
      padding: 1.5625rem 1.5625rem; }
    .cd-popup .cd-popup-container .cd-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .cd-popup .cd-popup-container .cd-buttons .button {
        border-radius: 0 0 0 6px;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .cd-popup .cd-popup-container .cd-buttons .button.alternative {
          background: #000034;
          border-color: #000034;
          color: white;
          border-radius: 0 0 6px 0; }

.cd-popup-container .cd-buttons li:first-child a {
  background: #FECC17;
  color: black;
  border-radius: 0 0 0 .25em; }

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #c89d01; }

.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0; }

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8; }

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px; }

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5; }

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px; }

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px; }

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto; } }

/* --------------------------------
Modals for side menu and other hidden elements
-------------------------------- */
.endo-sidepanel {
  display: none; }
  .endo-sidepanel.active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.5); }
  .endo-sidepanel .modal-dialog {
    right: -340px;
    position: fixed;
    margin: auto;
    width: 340px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    z-index: 2040;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-animation: slideleft 400ms forwards;
            animation: slideleft 400ms forwards; }
    @media (max-width: 767px) {
      .endo-sidepanel .modal-dialog {
        width: 95%; } }
  .endo-sidepanel .loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0EC997;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0EC997), color-stop(42%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #0EC997 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 600ms infinite linear;
    animation: load3 600ms infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .endo-sidepanel .loader:before {
    width: 50%;
    height: 50%;
    background: #0EC997;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .endo-sidepanel .loader:after {
    background: white;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes slideleft {
  100% {
    right: 0; } }

@keyframes slideleft {
  100% {
    right: 0; } }

@-webkit-keyframes slideright {
  100% {
    right: -40%; } }

@keyframes slideright {
  100% {
    right: -40%; } }
  .endo-sidepanel .modal-header {
    background: #000034;
    padding: 1.875rem;
    color: white;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .endo-sidepanel .modal-header {
        padding: 1.875rem 1rem; }
        .endo-sidepanel .modal-header #modal_header {
          padding-right: 2.5rem; } }
  .endo-sidepanel .icon.close {
    display: block;
    padding: 1.25rem 1.875rem;
    padding-left: 3.75rem;
    border-bottom: 1px solid #D4DCE9;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
    .endo-sidepanel .icon.close:before, .endo-sidepanel .icon.close:after {
      content: '';
      position: absolute;
      top: 1.875rem;
      width: 20px;
      height: 2px;
      background-color: #000034; }
    .endo-sidepanel .icon.close:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 1.5625rem; }
    .endo-sidepanel .icon.close:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 1.5625rem; }
  .endo-sidepanel .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    overflow: auto;
    background: white; }
    .endo-sidepanel .modal-content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
      background-color: #F2F3F9;
      border-radius: 10px; }
    .endo-sidepanel .modal-content::-webkit-scrollbar {
      width: 6px;
      background-color: #F2F3F9; }
    .endo-sidepanel .modal-content::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #0EC997), color-stop(0.72, #0EC997), color-stop(0.86, #0EC997)); }
    .endo-sidepanel .modal-content h4, .endo-sidepanel .modal-content h5 {
      margin-top: 0;
      color: initial; }
    @media (max-width: 767px) {
      .endo-sidepanel .modal-content {
        padding: 1.875rem 1rem; } }
  .endo-sidepanel .menu {
    padding: 0; }
    .endo-sidepanel .menu li {
      display: block;
      padding: 1.25rem 1.875rem;
      border-bottom: 1px solid #D4DCE9; }
      .endo-sidepanel .menu li a {
        font-weight: 700;
        -webkit-transition: all 300ms;
        transition: all 300ms;
        color: #000034; }
        .endo-sidepanel .menu li a:hover {
          text-decoration: none;
          color: #12B76A;
          -webkit-transition: all 300ms;
          transition: all 300ms; }
      .endo-sidepanel .menu li:last-child {
        border: none; }
      .endo-sidepanel .menu li.new {
        position: relative; }
        .endo-sidepanel .menu li.new:after {
          content: 'new';
          position: absolute;
          background: #CE181B;
          border-radius: 50px;
          color: white;
          padding: 0 8px;
          top: 0.5rem;
          font-size: 0.625rem; }

.agenda-box {
  display: block;
  position: relative;
  background: #FFFFFF;
  color: #000034;
  -webkit-box-shadow: 20px 24px 64px rgba(0, 0, 0, 0.15);
          box-shadow: 20px 24px 64px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 2rem;
  overflow: hidden; }
  .agenda-box .tab-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    padding: 0.9rem 1.8rem;
    color: #fff;
    background: #6FCF97;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer; }
    .agenda-box .tab-horizontal:hover {
      background-color: #ccc; }
    .agenda-box .tab-horizontal .accent {
      padding: 0.625rem 1rem;
      border-radius: 6.25rem;
      margin-right: 1.25rem;
      color: #6FCF97;
      background: #000034; }
    .agenda-box .tab-horizontal .title {
      color: #000034;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 2rem;
      font-weight: 700; }
    @media (max-width: 767px) {
      .agenda-box .tab-horizontal {
        display: block;
        padding: 1rem; }
        .agenda-box .tab-horizontal .accent {
          display: inline-block;
          margin-bottom: 1rem; }
        .agenda-box .tab-horizontal .title {
          display: block;
          font-size: 1.375rem; } }
  .agenda-box .agenda-panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out; }
    .agenda-box .agenda-panel .panel-inner {
      padding: 1rem; }
      @media (min-width: 768px) {
        .agenda-box .agenda-panel .panel-inner {
          padding: 1.25rem 2.5rem; } }
    .agenda-box .agenda-panel:not(:last-of-type) {
      border-bottom: 4px solid #000034; }
    .agenda-box .agenda-panel.open {
      max-height: 100%; }
  .agenda-box .tabs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .agenda-box .tabs button {
      background: #EEF4F8;
      border-radius: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-weight: bold;
      border-color: #EEF4F8; }
      .agenda-box .tabs button:first-of-type {
        border-radius: 6px 0 0 0; }
      .agenda-box .tabs button:last-of-type {
        border-radius: 0 6px 0 0; }
      .agenda-box .tabs button:hover, .agenda-box .tabs button.active, .agenda-box .tabs button:focus {
        background: white;
        border-color: white;
        outline: none;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
  .agenda-box .tabcontent {
    display: none;
    padding-top: 2rem;
    -webkit-animation: fadeEffect 400ms;
            animation: fadeEffect 400ms;
    /* Go from zero to full opacity */ }
    .agenda-box .tabcontent.active {
      display: block; }

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .agenda-box .session {
    padding-bottom: 1rem;
    margin: 1rem 0;
    border-bottom: 1px solid rgba(16, 20, 44, 0.05);
    position: relative; }
    .agenda-box .session .row {
      margin-bottom: 0.5rem; }
    .agenda-box .session .time {
      font-weight: 600;
      font-size: 1.3125rem; }
      @media (min-width: 768px) {
        .agenda-box .session .time {
          text-align: center; } }
    .agenda-box .session .content .title {
      position: relative;
      font-size: 1.125rem;
      font-weight: 600;
      padding-left: 1.875rem;
      border-left: 1px solid #D4DCE9; }
    .agenda-box .session .content h3 {
      position: relative;
      margin-top: 0;
      font-weight: 600;
      padding-left: 1.875rem; }
      .agenda-box .session .content h3:before {
        content: '';
        width: 0.625rem;
        height: 0.625rem;
        left: -3px;
        top: 0.4375rem;
        border-radius: 100px;
        position: absolute;
        display: block;
        background: #000034;
        /* shadow-soft */
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }
    .agenda-box .session .content .moderators {
      position: relative;
      color: #5A6374;
      font-size: 1.125rem;
      padding-left: 1.875rem;
      border-left: 1px solid #D4DCE9; }
    .agenda-box .session:last-child {
      margin-bottom: 0; }
  .agenda-box .subsession.row {
    margin-bottom: 1rem; }
  .agenda-box .subsession .time {
    font-weight: 600;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .agenda-box .subsession .time {
        text-align: center; } }
  .agenda-box .subsession .sub-content .title {
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    padding-left: 1.875rem; }
    .agenda-box .subsession .sub-content .title:before {
      content: '';
      width: 0.4375rem;
      height: 0.4375rem;
      left: -3px;
      top: 0.4375rem;
      border-radius: 100px;
      position: absolute;
      display: block;
      background: #D4DCE9;
      /* shadow-soft */
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }
  .agenda-box .subsession .sub-content .speakers {
    position: relative;
    color: #454b58;
    font-size: 1rem;
    padding-left: 1.875rem;
    border-left: 1px solid #D4DCE9; }
  .agenda-box .subsession .sub-content .moderators {
    position: relative;
    font-style: italic;
    color: #5A6374;
    font-size: 0.875rem;
    padding-left: 1.875rem;
    border-left: 1px solid #D4DCE9; }
  @media (max-width: 767px) {
    .agenda-box .subsession {
      border-radius: 6px;
      padding: .5rem;
      position: relative; }
      .agenda-box .subsession .title {
        font-weight: bold;
        margin-bottom: .5rem; } }
  .agenda-box h3 {
    margin: 0.625rem 0; }
  .agenda-box .align-right {
    text-align: right; }
  .agenda-box .button {
    width: 100%;
    text-align: center;
    font-weight: 600; }

.event-streaming-box {
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  padding-right: 0.75rem;
  margin-bottom: 2rem;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  background: white;
  color: #CE181B !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .event-streaming-box:hover, .event-streaming-box:focus {
    text-decoration: none;
    outline: none; }
  .event-streaming-box:hover {
    background: #fce9e9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .event-streaming-box .event-live {
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.75rem;
    padding: 0.5rem 0.875rem;
    margin-right: 0.625rem;
    background: #CE181B;
    color: white !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .event-streaming-box .event-live .icon-play {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: relative;
      display: inline-block;
      width: 12px;
      height: 10px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 7px solid; }
  .event-streaming-box a {
    color: #CE181B;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .event-streaming-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      border-radius: 0; }
      .event-streaming-box .event-live {
        width: auto !important;
        margin-bottom: 1rem; } }

.tag:not(.archive) {
  display: inline-block;
  padding: 0.375rem 0.625rem;
  border-radius: 39px;
  color: #5A6374;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #5A6374; }
  .tag:not(.archive).upcoming {
    background: #32D583;
    border: none;
    color: #000034; }
  .tag:not(.archive).past {
    background: #A1A9BB;
    border: none;
    color: #000034; }
  .tag:not(.archive).warning {
    border-radius: 0;
    color: #9F6000;
    background-color: #FEEFB3;
    border: none; }
  .tag:not(.archive).live {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.1875rem 0.25rem;
    border-radius: 0.125rem;
    color: white;
    background-color: #CE181B;
    text-transform: uppercase;
    border: none; }
    .tag:not(.archive).live svg {
      fill: white;
      padding-right: 0.25rem; }
  .tag:not(.archive).special {
    padding: 0.75rem 1.5rem;
    margin-bottom: 1.3125rem;
    background: #12B76A;
    border: none;
    border-radius: 100px;
    font-size: 1.375rem;
    line-height: 1.625rem;
    color: white; }
    .tag:not(.archive).special a {
      color: white; }
      .tag:not(.archive).special a:hover {
        color: white;
        text-decoration: none; }
  .tag:not(.archive):hover {
    text-decoration: none; }

.event-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  height: 100%;
  background: #000034; }
  .event-holder:hover, .event-holder:focus {
    text-decoration: none; }
  .event-holder .image-holder {
    height: 340px;
    width: 100%;
    background-size: cover;
    background-position: center center; }
  .event-holder .content-holder {
    padding: 1.25rem;
    width: 100%;
    background-color: #000034;
    color: #FBFBFC; }
    .event-holder .content-holder .title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #FBFBFC;
      margin-bottom: 0.5rem;
      line-height: 1.5rem; }
    .event-holder .content-holder .date {
      display: inline-block;
      font-size: 0.875rem;
      margin-bottom: 1rem;
      font-weight: 500;
      color: #32D583; }
    .event-holder .content-holder .excerpt {
      display: block;
      font-size: 0.875rem;
      font-weight: 400; }
  .event-holder.past .image-holder {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
  .event-holder.past .date {
    color: #6D6D8A; }

.box-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: #000034; }
  .box-holder:hover {
    text-decoration: none; }
  .box-holder .image-holder {
    height: 160px;
    width: 100%;
    background-size: cover;
    background-position: center center; }
    .box-holder .image-holder.corner-effect {
      -webkit-clip-path: polygon(calc(100% - 31px) 0, 100% 31px, 100% 100%, 0 100%, 0 0);
              clip-path: polygon(calc(100% - 31px) 0, 100% 31px, 100% 100%, 0 100%, 0 0);
      position: relative; }
      .box-holder .image-holder.corner-effect:before {
        content: "";
        position: absolute;
        top: 0%;
        right: 0%;
        width: 0px;
        height: 0px;
        border-bottom: 30px solid #6da1b1;
        border-right: 30px solid transparent; }
      .box-holder .image-holder.corner-effect:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 22px;
        width: 38px;
        height: 3px;
        background: #6da1b1; }
  .box-holder .content-holder {
    padding: 1.25rem;
    width: 100%;
    color: #000034;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .box-holder .content-holder .title {
      font-size: 1.125rem;
      font-weight: 700;
      margin-bottom: 0.5rem; }
    .box-holder .content-holder .post-date {
      display: inline-block;
      font-size: 0.875rem;
      color: #8893A7; }
    .box-holder .content-holder .excerpt {
      display: block;
      font-size: 0.875rem;
      color: #5A6374; }
      .box-holder .content-holder .excerpt.org {
        font-style: italic;
        margin: 0.3125rem 0; }
      .box-holder .content-holder .excerpt.country {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .box-holder .content-holder .excerpt.country svg, .box-holder .content-holder .excerpt.country img {
          margin-right: .5rem; }
    @media (max-width: 767px) {
      .box-holder .content-holder {
        padding: 0.75rem; } }
  .box-holder.event {
    background: #F6F8FB; }
    .box-holder.event .image-holder {
      height: 225px; }
  .box-holder.accent {
    border: 1px solid #D4DCE9;
    background: white; }
    .box-holder.accent .image-holder {
      height: 225px; }
    .box-holder.accent .content-holder .post-date {
      color: #D80000; }
  .box-holder.cta .content-holder {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .box-holder.cta .content-holder .title,
    .box-holder.cta .content-holder h2,
    .box-holder.cta .content-holder h3,
    .box-holder.cta .content-holder h4 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .box-holder.cta:hover {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); }
  .box-holder.mini .image-holder {
    height: 100px; }
  .box-holder.mini .content-holder {
    padding: 0.625rem; }
    .box-holder.mini .content-holder .title {
      font-size: 0.875rem;
      text-align: center; }
  .box-holder.normal {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .box-holder.normal .image-holder {
      height: 215px;
      max-width: 210px;
      background-blend-mode: normal;
      background-color: white;
      background-position: center center;
      -webkit-transition: all 300ms;
      transition: all 300ms; }
      .box-holder.normal .image-holder:hover {
        background-blend-mode: luminosity;
        -webkit-transition: all 300ms;
        transition: all 300ms; }
    .box-holder.normal .content-holder {
      padding: 0.875rem;
      background: #000034;
      color: #FBFBFC;
      max-width: 210px; }
      .box-holder.normal .content-holder .title {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 0.3125rem; }
      .box-holder.normal .content-holder .excerpt {
        text-align: center;
        color: #FBFBFC;
        opacity: .7; }
    .box-holder.normal:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    @media (max-width: 568px) {
      .box-holder.normal {
        max-width: 210px;
        min-width: 200px;
        margin: 0 auto; } }
  .box-holder.video {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .box-holder.video .image-holder {
      height: 190px; }
    .box-holder.video .content-holder {
      padding: 0.875rem;
      background: #000034;
      color: #FBFBFC; }
      .box-holder.video .content-holder .title {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 0.3125rem; }
      .box-holder.video .content-holder .excerpt {
        text-align: center;
        color: #FBFBFC;
        opacity: .7; }
    .box-holder.video:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .box-holder.partner {
    border: 1px solid #D4DCE9;
    background: white; }
    .box-holder.partner .logo-holder {
      max-height: 125px;
      padding: 1rem; }
    .box-holder.partner .content-holder {
      padding: 1rem;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .box-holder.partner .content-holder .post-date {
        color: #D80000; }
  .box-holder.director {
    background: #F6F8FB;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 568px) {
      .box-holder.director {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .box-holder.director .image-holder {
      height: 254px;
      min-width: 210px;
      width: 210px; }
    .box-holder.director .content-holder {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .box-holder.director .content-holder .title {
        font-size: 1.5rem; }
      .box-holder.director .content-holder p {
        margin: 0;
        font-size: 0.875rem; }
      .box-holder.director .content-holder .wp-post-image {
        max-width: 150px;
        height: auto;
        margin: 0 auto;
        margin-top: 1rem;
        position: relative; }
  .box-holder.single {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .box-holder.single .image-holder {
      height: 270px;
      max-width: 260px;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-position: center center; }
      @media (min-width: 768px) {
        .box-holder.single .image-holder {
          max-width: 400px; } }
    .box-holder.single .content-holder {
      background: #000034;
      -webkit-transition: all 300ms;
      transition: all 300ms;
      color: white; }
      .box-holder.single .content-holder .title {
        font-size: 1.5rem;
        margin-bottom: 1rem; }
      .box-holder.single .content-holder .excerpt {
        font-size: 0.875rem;
        color: white; }
    .box-holder.single:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
      .box-holder.single:hover .content-holder {
        background: #6da1b1;
        -webkit-transition: all 300ms;
        transition: all 300ms; }
  .box-holder.video iframe {
    width: 100%; }
  .box-holder:hover {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15); }

.speaker-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .speaker-holder .image-holder {
    height: 240px;
    border-radius: 10px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative; }
    .speaker-holder .image-holder .social-connection {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      height: 100%;
      width: 100%;
      border-radius: 10px;
      background-color: rgba(111, 207, 151, 0.9);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 300ms;
      transition: all 300ms; }
      .speaker-holder .image-holder .social-connection a {
        margin: 0 0.3125rem; }
    .speaker-holder .image-holder:hover .social-connection {
      opacity: 1;
      -webkit-transition: all 300ms;
      transition: all 300ms; }
  .speaker-holder .content-holder {
    padding: 1rem 0.375rem;
    width: 100%;
    text-align: center; }
    .speaker-holder .content-holder .title {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0.75rem; }
    .speaker-holder .content-holder .excerpt {
      display: block;
      font-size: 0.875rem;
      color: #5A6374; }
    .speaker-holder .content-holder .wp-post-image {
      max-width: 150px;
      height: auto;
      margin: 10px auto;
      position: relative; }
  .speaker-holder:hover {
    text-decoration: none; }

.logo-holder {
  display: block;
  max-height: 125px; }
  .logo-holder.grayscale {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    .logo-holder.grayscale:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
  .logo-holder.small {
    max-height: 70px; }
    @media (max-width: 767px) {
      .logo-holder.small {
        margin: 1rem auto; } }
  @media (max-width: 767px) {
    .logo-holder {
      margin: 0 auto; } }

.breadcrumbs {
  text-align: left;
  display: block;
  margin-bottom: 1rem;
  width: 100%;
  color: #8893A7;
  font-size: 0.75rem; }
  .breadcrumbs a {
    color: #8893A7; }
    .breadcrumbs a:hover {
      text-decoration: none; }

.post-header h1,
.post-header h2 {
  text-align: left; }

.speaker-meta {
  margin: 2rem 0; }
  .speaker-meta .excerpt {
    margin-bottom: .5rem; }
  .speaker-meta .eoa-social {
    margin-bottom: .5rem; }

.post-meta {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .post-meta .post-date {
    display: inline-block;
    font-size: 0.75rem;
    color: #8893A7;
    margin-bottom: 0; }
  .post-meta .social-share {
    display: inline-block;
    margin-left: 1rem; }

.eoa-social {
  display: block; }
  .eoa-social a {
    display: inline-block;
    margin-right: 0.75rem;
    -webkit-transition: all 250ms;
    transition: all 250ms; }
    .eoa-social a:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: all 250ms;
      transition: all 250ms; }

.medflix-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #000034;
  border-right: 3px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%); }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0); } }

@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0); }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0); }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%); }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%); }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0); } }

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
/**
 * Color palette.
 *
 * @see resources/styles/shared/_variables.scss
 */
.has-main-color-color {
  color: #000034; }

.has-main-color-background-color {
  background-color: #000034; }

.has-main-green-color {
  color: #12B76A; }

.has-main-green-background-color {
  background-color: #12B76A; }

.has-green-100-color {
  color: #D1FADF; }

.has-green-100-background-color {
  background-color: #D1FADF; }

.has-green-400-color {
  color: #32D583; }

.has-green-400-background-color {
  background-color: #32D583; }

.has-green-600-color {
  color: #039855; }

.has-green-600-background-color {
  background-color: #039855; }

.has-grey-400-color {
  color: #A1A9BB; }

.has-grey-400-background-color {
  background-color: #A1A9BB; }

.has-grey-500-color {
  color: #6D6D8A; }

.has-grey-500-background-color {
  background-color: #6D6D8A; }

.has-grey-700-color {
  color: #363861; }

.has-grey-700-background-color {
  background-color: #363861; }

.has-blue-700-color {
  color: #6da1b1; }

.has-blue-700-background-color {
  background-color: #6da1b1; }

.has-blue-800-color {
  color: #7ab3c5; }

.has-blue-800-background-color {
  background-color: #7ab3c5; }

.has-grey-text-color {
  color: #646464; }

.has-grey-text-background-color {
  background-color: #646464; }

.has-dark-grey-color {
  color: #333333; }

.has-dark-grey-background-color {
  background-color: #333333; }

.has-black-text-color {
  color: #000000; }

.has-black-text-background-color {
  background-color: #000000; }

.has-white-text-color {
  color: #ffffff; }

.has-white-text-background-color {
  background-color: #ffffff; }

.has-light-blue-color {
  color: #EEF4F8; }

.has-light-blue-background-color {
  background-color: #EEF4F8; }

/**
 * Font sizes.
 *
 * @see resources/styles/shared/_variables.scss
 */
.has-xs-font-size {
  font-size: 12px; }

.has-s-font-size {
  font-size: 16px; }

.has-sb-font-size {
  font-size: 18px; }

.has-m-font-size {
  font-size: 20px; }

.has-l-font-size {
  font-size: 36px; }

.has-l2-font-size {
  font-size: 40px; }

.has-xl-font-size {
  font-size: 46px; }

.has-xxl-font-size {
  font-size: 64px; }

.has-white-text-color {
  color: #ffffff !important;
  border-color: #fff !important; }

.wp-block-group.has-background.alignfull {
  padding: 2.5rem 0 1.25rem; }
  @media (min-width: 768px) {
    .wp-block-group.has-background.alignfull {
      padding: 3.75rem 0; } }

.wp-block-cover,
.wp-block-cover-image {
  padding: 0; }

.wp-block-cover-video {
  position: relative;
  display: block; }
  .wp-block-cover-video .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden; }
    .wp-block-cover-video .vimeo-wrapper iframe {
      width: 100vw;
      height: 56.25vw;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 113vh;
      min-width: 190.77vh;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (min-height: 420px) and (max-height: 873px) and (min-width: 745px) {
        .wp-block-cover-video .vimeo-wrapper iframe {
          min-height: 120vh;
          min-width: 210vh; } }

.wp-block-cover.is-style-hero-section {
  padding-top: 1.25rem; }
  .wp-block-cover.is-style-hero-section.is-light .wp-block-cover__inner-container {
    color: white; }
  .wp-block-cover.is-style-hero-section .has-background-dim {
    opacity: 0 !important; }
  @media (min-width: 768px) {
    .wp-block-cover.is-style-hero-section {
      padding-top: 2.5rem;
      padding-bottom: 3.75rem; } }
  .wp-block-cover.is-style-hero-section.livestream {
    padding-top: 9.375rem; }
  @media (min-width: 992px) {
    .wp-block-cover.is-style-hero-section {
      padding-top: 18.75rem;
      padding-bottom: 7.5rem; }
      .wp-block-cover.is-style-hero-section.livestream {
        padding-top: 3.4375rem; } }
  .wp-block-cover.is-style-hero-section .wp-block-cover__inner-container {
    z-index: 25; }
    .wp-block-cover.is-style-hero-section .wp-block-cover__inner-container > p {
      margin-bottom: 2rem; }
  .wp-block-cover.is-style-hero-section:before {
    display: none; }
  .wp-block-cover.is-style-hero-section:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(16, 20, 44, 0.5)), to(#000034));
    background: linear-gradient(to bottom, rgba(16, 20, 44, 0.5) 1%, #000034 100%); }

.wp-block-cover.is-style-landing-hero {
  padding-top: 1.25rem; }
  @media (min-width: 768px) {
    .wp-block-cover.is-style-landing-hero {
      padding-top: 2.5rem;
      padding-bottom: 3.75rem; } }
  @media (min-width: 992px) {
    .wp-block-cover.is-style-landing-hero {
      padding-top: 5rem; } }
  .wp-block-cover.is-style-landing-hero .wp-block-cover__inner-container > p {
    margin-bottom: 2rem; }
  .wp-block-cover.is-style-landing-hero:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #12B76A), to(rgba(0, 150, 90, 0.85)));
    background: linear-gradient(to bottom, #12B76A 1%, rgba(0, 150, 90, 0.85) 100%); }

.wp-block-cover.is-style-default-bg {
  padding-top: 1.25rem; }
  @media (min-width: 768px) {
    .wp-block-cover.is-style-default-bg {
      padding-top: 2.5rem;
      padding-bottom: 3.75rem; } }
  @media (min-width: 992px) {
    .wp-block-cover.is-style-default-bg {
      padding-top: 5rem; } }
  .wp-block-cover.is-style-default-bg .wp-block-cover__inner-container > p {
    margin-bottom: 2rem; }
  .wp-block-cover.is-style-default-bg:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #12B76A; }
  .wp-block-cover.is-style-default-bg.narrow {
    min-height: 150px; }

.wp-block-cover.is-style-single-header {
  padding-top: 1.875rem;
  min-height: 150px;
  background: #12B76A; }
  @media (min-width: 768px) {
    .wp-block-cover.is-style-single-header {
      padding-top: 4.375rem;
      padding-bottom: 1.875rem; } }
  @media (min-width: 768px) {
    .wp-block-cover.is-style-single-header.no-b-pad {
      padding-bottom: 0; } }

.wp-block-cover.is-style-video-header {
  padding-top: 0;
  background: #12B76A;
  min-height: 100px; }
  @media (min-width: 768px) {
    .wp-block-cover.is-style-video-header {
      padding-top: 1.5rem;
      padding-bottom: 0; }
      .wp-block-cover.is-style-video-header h2 {
        margin-bottom: 0; }
      .wp-block-cover.is-style-video-header .wp-block-cover__inner-container {
        max-width: 1720px; } }

.wp-block-cover.is-style-alternative-hero-section {
  padding-top: 1.25rem; }
  @media (min-width: 768px) {
    .wp-block-cover.is-style-alternative-hero-section {
      padding-top: 2.5rem;
      padding-bottom: 3.75rem; } }
  @media (min-width: 992px) {
    .wp-block-cover.is-style-alternative-hero-section {
      padding-top: 15.625rem; } }
  .wp-block-cover.is-style-alternative-hero-section .wp-block-cover__inner-container > p {
    margin-bottom: 2rem; }
  .wp-block-cover.is-style-alternative-hero-section:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00965a), color-stop(80%, rgba(0, 150, 90, 0.85)));
    background: linear-gradient(to bottom, #00965a 1%, rgba(0, 150, 90, 0.85) 80%); }
  .wp-block-cover.is-style-alternative-hero-section .tag.special {
    background: #2196f3; }

.wp-block-cover.is-style-agenda-section {
  z-index: 9;
  padding-top: 1.25rem;
  padding-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .wp-block-cover.is-style-agenda-section {
      padding-top: 3.75rem;
      padding-bottom: 2.5rem; } }

.wp-block-cover .mc4wp-form {
  background: white;
  border-radius: 0.375rem;
  padding: 1rem; }
  .wp-block-cover .mc4wp-form label {
    color: #333333; }
  @media (min-width: 768px) {
    .wp-block-cover .mc4wp-form {
      padding: 1.75rem; } }

.max-width-910,
.is-style-maxwidth {
  max-width: 56.875rem; }

.is-style-maxwidth-centered {
  max-width: 56.875rem;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .wp-block-separator.is-style-wide {
    margin: 2rem 0; } }

.is-style-line-separator {
  height: 1px !important;
  background: #000;
  opacity: 0.1;
  margin: 1.875rem 0 2.5rem;
  width: 100%;
  max-width: 100% !important;
  border: 0 none !important; }
  @media (min-width: 768px) {
    .is-style-line-separator {
      margin: 2.5rem 0 3.125rem; } }
  @media (min-width: 992px) {
    .is-style-line-separator {
      margin: 3.125rem 0 3.75rem; } }

.has-xxl-font-size {
  font-size: 2.5rem;
  line-height: 1.15; }
  @media (min-width: 768px) {
    .has-xxl-font-size {
      font-size: 2.875rem; } }
  @media (min-width: 992px) {
    .has-xxl-font-size {
      font-size: 4rem; } }

has-sb-font-size {
  font-size: 1rem; }
  @media (min-width: 768px) {
    has-sb-font-size {
      font-size: 1.125rem; } }

.has-l-font-size {
  font-size: 1.625rem; }
  @media (min-width: 768px) {
    .has-l-font-size {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    .has-l-font-size {
      font-size: 2.25rem; } }

.has-l-2-font-size {
  font-size: 1.375rem; }
  @media (min-width: 768px) {
    .has-l-2-font-size {
      font-size: 2.25rem; } }
  @media (min-width: 992px) {
    .has-l-2-font-size {
      font-size: 2.5rem; } }

@media (max-width: 767px) {
  .wp-block-spacer {
    height: 2rem !important; } }

.event_boxes_wrap {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none; }
  @media (min-width: 768px) {
    .event_boxes_wrap {
      margin: 0 -0.625rem; } }
  .event_boxes_wrap .event_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 1.375rem; }
    @media (min-width: 768px) {
      .event_boxes_wrap .event_box {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        padding: 0 0.625rem; } }
    @media (min-width: 992px) {
      .event_boxes_wrap .event_box {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%;
        padding: 0 0.625rem; } }
    .event_boxes_wrap .event_box .event_box_wrap {
      border-radius: 0.625rem;
      background: #fff;
      padding: 1.5rem;
      color: #000; }
      .event_boxes_wrap .event_box .event_box_wrap input[type="submit"] {
        float: none;
        display: block;
        width: 100%; }
      .event_boxes_wrap .event_box .event_box_wrap label a {
        padding: 0; }
      .event_boxes_wrap .event_box .event_box_wrap .event-registration {
        text-align: left; }
    .event_boxes_wrap .event_box .continent {
      border-radius: 2.4375rem;
      border: 1px solid #000;
      padding: 0 0.625rem;
      display: inline-block;
      font-weight: 500;
      margin-bottom: 1.25rem;
      font-family: "BasierCircle"; }
    .event_boxes_wrap .event_box h4 {
      font-family: "BasierCircle";
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 1.3125rem; }
      .event_boxes_wrap .event_box h4 b {
        font-weight: 600; }
    .event_boxes_wrap .event_box p {
      margin-bottom: 1.3125rem;
      font-size: 0.875rem; }
    .event_boxes_wrap .event_box a.button {
      width: 100%;
      font-weight: bold;
      text-align: center;
      font-size: 0.875rem;
      padding: 0.75rem; }
    .event_boxes_wrap .event_box.first {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 1 100% !important;
              flex: 0 1 100% !important; }
      @media (min-width: 768px) {
        .event_boxes_wrap .event_box.first {
          margin-bottom: 2rem; } }
  @media (min-width: 992px) {
    .event_boxes_wrap.dark .event_box {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; } }
  .event_boxes_wrap.dark .event_box .event_box_wrap {
    background: #F7F7F7; }

.entry-content .is-style-green-group:last-of-type {
  margin-bottom: 0; }

.wp-block-group.is-style-green-group {
  padding: 1rem;
  margin-bottom: 2rem;
  color: white;
  background: #12B76A; }
  @media (min-width: 768px) {
    .wp-block-group.is-style-green-group {
      padding: 3.125rem; } }
  .wp-block-group.is-style-green-group h1,
  .wp-block-group.is-style-green-group h2,
  .wp-block-group.is-style-green-group h3,
  .wp-block-group.is-style-green-group h4 {
    color: white; }
  .wp-block-group.is-style-green-group .wp-block-button.is-style-cta a, .wp-block-group.is-style-green-group .wp-block-button.is-style-cta-2 a {
    background: #000034;
    border-color: #000034;
    color: white; }
    .wp-block-group.is-style-green-group .wp-block-button.is-style-cta a:hover, .wp-block-group.is-style-green-group .wp-block-button.is-style-cta-2 a:hover {
      background: #000067; }

.wp-block-group.is-style-white-group {
  padding: 1rem;
  border-radius: 0.625rem;
  margin-bottom: 2rem;
  color: #000034;
  background: white; }
  @media (min-width: 768px) {
    .wp-block-group.is-style-white-group {
      padding: 3.125rem; } }
  .wp-block-group.is-style-white-group h1,
  .wp-block-group.is-style-white-group h2,
  .wp-block-group.is-style-white-group h3,
  .wp-block-group.is-style-white-group h4 {
    color: #000034; }

.wp-block-group.is-style-masonry-group .wp-block-columns {
  margin: 0 auto; }
  .wp-block-group.is-style-masonry-group .wp-block-columns:last-of-type {
    margin-bottom: 2rem; }
  .wp-block-group.is-style-masonry-group .wp-block-columns .wp-block-column {
    margin-left: 0; }

.wp-block-group.is-style-masonry-group .wp-block-cover {
  min-height: 150px;
  height: 100%;
  -webkit-clip-path: polygon(calc(100% - 31px) 0, 100% 31px, 100% 100%, -2px 102%, 0 0);
          clip-path: polygon(calc(100% - 31px) 0, 100% 31px, 100% 100%, -2px 102%, 0 0);
  position: relative; }
  .wp-block-group.is-style-masonry-group .wp-block-cover:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 30px solid #FBFBFC;
    border-right: 30px solid transparent;
    z-index: 99; }

.wp-block-group.is-style-masonry-group .wp-block-group {
  padding: 1.875rem; }

.wp-block-group.is-style-masonry-group .wp-block-group__inner-container {
  padding: 0; }

.wp-block-group.is-style-masonry-group h2 {
  font-size: 1.5rem;
  line-height: 1.875rem; }

ul.is-style-horisontal-v2 {
  margin: 2rem 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    ul.is-style-horisontal-v2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      ul.is-style-horisontal-v2 li {
        margin-left: 0; } }
  ul.is-style-horisontal-v2 li {
    padding-left: 1.5rem;
    background: url("../icons/check-white.svg");
    background-repeat: no-repeat;
    background-position: left 0.1875rem;
    background-size: 1rem;
    margin-bottom: .5rem;
    color: white; }
    @media (min-width: 768px) {
      ul.is-style-horisontal-v2 li {
        margin-right: 2rem;
        margin-bottom: 0; } }

ul.is-style-horisontal {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    ul.is-style-horisontal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      ul.is-style-horisontal.left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        ul.is-style-horisontal.left li {
          margin-left: 0; } }
  ul.is-style-horisontal li {
    padding-left: 1.5rem;
    background: url("../icons/check.svg");
    background-repeat: no-repeat;
    background-position: left 0.4375rem;
    background-size: 1rem;
    margin: 0 0 0.625rem 0;
    font-weight: bold;
    color: #000; }
    @media (min-width: 768px) {
      ul.is-style-horisontal li {
        margin: 0 1.25rem 0.875rem; } }

.block-numbers {
  display: block; }
  .block-numbers ul {
    padding: 0;
    margin: 1rem 0;
    list-style: none; }
    @media (min-width: 768px) {
      .block-numbers ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .block-numbers ul li {
      text-align: center;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .block-numbers ul li {
          margin-right: 1rem;
          margin-bottom: 0;
          text-align: left; } }
      .block-numbers ul li .number {
        font-size: 1.5rem;
        line-height: 1.5rem; }
      .block-numbers ul li .desc {
        font-size: 0.875rem;
        line-height: 1.3125rem; }

.block-global-person-images ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: -0.75rem -0.75rem 2rem; }
  @media (min-width: 768px) {
    .block-global-person-images ul {
      margin: -0.75rem -1.125rem 2rem; } }
  @media (min-width: 992px) {
    .block-global-person-images ul {
      margin: -0.75rem -1.5rem 2rem; } }
  .block-global-person-images ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    padding: 0.75rem; }
    @media (min-width: 768px) {
      .block-global-person-images ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        padding: 1.125rem; } }
    @media (min-width: 992px) {
      .block-global-person-images ul li {
        padding: 1.5rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666%;
                flex: 0 0 16.666%; } }
    .block-global-person-images ul li img {
      display: block; }

.partner-logos {
  margin-bottom: 3.75rem; }
  @media (min-width: 992px) {
    .partner-logos {
      margin-bottom: 5rem; } }
  .partner-logos h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 2.25rem; }
    @media (min-width: 768px) {
      .partner-logos h4 {
        margin-bottom: 2.5rem; } }
  .partner-logos .logos_wrap {
    margin: 0 0 2rem 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none; }
    .partner-logos .logos_wrap li {
      padding: 0 1.25rem 1.125rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%; }
      @media (min-width: 768px) {
        .partner-logos .logos_wrap li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 20%;
                  flex: 0 0 20%; } }
      @media (min-width: 992px) {
        .partner-logos .logos_wrap li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 12%;
                  flex: 0 0 12%; } }
      .partner-logos .logos_wrap li img {
        display: block;
        margin: 0 auto; }

.wp-block-columns.is-style-dates-section {
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 2rem; }
  .wp-block-columns.is-style-dates-section .wp-block-column:first-child {
    padding-right: 2rem; }
  .wp-block-columns.is-style-dates-section h2,
  .wp-block-columns.is-style-dates-section h3,
  .wp-block-columns.is-style-dates-section h4 {
    margin-bottom: 0; }
  .wp-block-columns.is-style-dates-section p {
    opacity: .7; }

.wp-block-file {
  padding: 1rem 0;
  margin-bottom: 1rem;
  -webkit-box-shadow: inset 0 1px 0 0 #DBDEE6;
          box-shadow: inset 0 1px 0 0 #DBDEE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-block-file:before {
    content: url("../icons/file2.svg");
    display: block;
    width: 20px;
    height: 20px;
    position: absolute; }
  .wp-block-file a {
    text-decoration: none;
    color: #3D4361;
    padding-left: 1.375rem;
    font-weight: 500; }
  @media (max-width: 767px) {
    .wp-block-file {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: 1px solid #dbdee6; }
      .wp-block-file a.wp-block-file__button {
        min-width: 95px; } }
  .wp-block-file a.wp-block-file__button {
    background: none;
    color: #3D4361;
    -webkit-box-shadow: inset 0 -1px 0 0 #DBDEE6;
            box-shadow: inset 0 -1px 0 0 #DBDEE6;
    border-radius: 0;
    padding: 0;
    position: relative;
    font-size: 0.75rem; }
    .wp-block-file a.wp-block-file__button:hover {
      color: #10142C; }
    .wp-block-file a.wp-block-file__button:visited {
      color: #3D4361;
      opacity: .9; }
    .wp-block-file a.wp-block-file__button:after {
      content: url("../icons/download.svg");
      display: inline-block;
      padding-left: 0.875rem;
      width: 35px;
      height: 16px;
      position: relative; }

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 1rem 0; } }

.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 568px) {
    .wp-block-gallery {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media all and (max-width: 760px) {
  .wp-block-gallery .wp-block-image {
    width: 100% !important; } }

button,
.button,
a.button,
.main-navigation a.button,
.is-style-cd-popup-trigger a,
input[type="button"],
input[type="reset"],
input[type="submit"], .wp-block-buttons .wp-block-button a, .wp-block-buttons .wp-block-button.is-style-outline a, .wp-block-buttons .wp-block-button.is-style-cta a, .wp-block-buttons .wp-block-button.is-style-cta-3 a, .wp-block-buttons .wp-block-button.is-style-disabled a, .wp-block-buttons .wp-block-button.is-style-cta-2 > .wp-block-button__link:not(.has-background),
.wp-block-buttons .wp-block-button.is-style-cta-2 a {
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 4px 8px rgba(16, 20, 44, 0.1);
          box-shadow: 0px 4px 8px rgba(16, 20, 44, 0.1);
  border-radius: 3.5625rem;
  padding: 0.75rem 1.5rem;
  display: inline-block;
  font-weight: 600;
  line-height: 1.25rem; }
  button:hover,
  .button:hover,
  .main-navigation a.button:hover,
  .is-style-cd-popup-trigger a:hover,
  input:hover[type="button"],
  input:hover[type="reset"],
  input:hover[type="submit"], .wp-block-buttons .wp-block-button a:hover, .wp-block-buttons .wp-block-button.is-style-cta-2 > .wp-block-button__link:hover:not(.has-background) {
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }

button,
.button,
a.button,
.main-navigation a.button,
.is-style-cd-popup-trigger a,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #12B76A;
  color: white; }
  button:hover,
  .button:hover,
  a.button:hover,
  .main-navigation a.button:hover,
  .is-style-cd-popup-trigger a:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #fee072;
    color: #6D6D8A; }
  button:active, button:focus,
  .button:active,
  .button:focus,
  a.button:active,
  a.button:focus,
  .main-navigation a.button:active,
  .main-navigation a.button:focus,
  .is-style-cd-popup-trigger a:active,
  .is-style-cd-popup-trigger a: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 {
    background: #fed230; }
  button a,
  .button a,
  a.button a,
  .main-navigation a.button a,
  .is-style-cd-popup-trigger a a,
  input[type="button"] a,
  input[type="reset"] a,
  input[type="submit"] a {
    color: #000034 !important; }
  button.success,
  .button.success,
  a.button.success,
  .main-navigation a.button.success,
  .is-style-cd-popup-trigger a.success,
  input[type="button"].success,
  input[type="reset"].success,
  input[type="submit"].success {
    background: rgba(0, 150, 90, 0.1);
    color: #00965A;
    border-radius: 100px; }
    button.success:hover,
    .button.success:hover,
    a.button.success:hover,
    .main-navigation a.button.success:hover,
    .is-style-cd-popup-trigger a.success:hover,
    input[type="button"].success:hover,
    input[type="reset"].success:hover,
    input[type="submit"].success:hover {
      background: rgba(0, 150, 90, 0.3); }
  button.cta-alternative,
  .button.cta-alternative,
  a.button.cta-alternative,
  .main-navigation a.button.cta-alternative,
  .is-style-cd-popup-trigger a.cta-alternative,
  input[type="button"].cta-alternative,
  input[type="reset"].cta-alternative,
  input[type="submit"].cta-alternative {
    background: #12B76A;
    color: white; }
    button.cta-alternative:hover,
    .button.cta-alternative:hover,
    a.button.cta-alternative:hover,
    .main-navigation a.button.cta-alternative:hover,
    .is-style-cd-popup-trigger a.cta-alternative:hover,
    input[type="button"].cta-alternative:hover,
    input[type="reset"].cta-alternative:hover,
    input[type="submit"].cta-alternative:hover {
      background: #6FCF97; }
  button.cta,
  .button.cta,
  a.button.cta,
  .main-navigation a.button.cta,
  .is-style-cd-popup-trigger a.cta,
  input[type="button"].cta,
  input[type="reset"].cta,
  input[type="submit"].cta {
    background: #FECC17;
    border: 1px solid #FECC17;
    color: #000; }
    button.cta:hover,
    .button.cta:hover,
    a.button.cta:hover,
    .main-navigation a.button.cta:hover,
    .is-style-cd-popup-trigger a.cta:hover,
    input[type="button"].cta:hover,
    input[type="reset"].cta:hover,
    input[type="submit"].cta:hover {
      background: #fed74a; }
    button.cta:after,
    .button.cta:after,
    a.button.cta:after,
    .main-navigation a.button.cta:after,
    .is-style-cd-popup-trigger a.cta:after,
    input[type="button"].cta:after,
    input[type="reset"].cta:after,
    input[type="submit"].cta:after {
      content: '→';
      margin-left: 0.75rem; }
  button.cta-3,
  .button.cta-3,
  a.button.cta-3,
  .main-navigation a.button.cta-3,
  .is-style-cd-popup-trigger a.cta-3,
  input[type="button"].cta-3,
  input[type="reset"].cta-3,
  input[type="submit"].cta-3 {
    background: #12B76A;
    border: 1px solid #12B76A;
    color: white;
    text-transform: uppercase; }
    button.cta-3:hover,
    .button.cta-3:hover,
    a.button.cta-3:hover,
    .main-navigation a.button.cta-3:hover,
    .is-style-cd-popup-trigger a.cta-3:hover,
    input[type="button"].cta-3:hover,
    input[type="reset"].cta-3:hover,
    input[type="submit"].cta-3:hover {
      background: #6FCF97; }
    button.cta-3:after,
    .button.cta-3:after,
    a.button.cta-3:after,
    .main-navigation a.button.cta-3:after,
    .is-style-cd-popup-trigger a.cta-3:after,
    input[type="button"].cta-3:after,
    input[type="reset"].cta-3:after,
    input[type="submit"].cta-3:after {
      display: inline-block;
      content: ' ';
      background-image: url("../icons/button-arrow-right.svg");
      background-repeat: no-repeat;
      background-size: 16px 13px;
      background-position: center center;
      height: 10px;
      width: 19px;
      margin-left: 0.75rem; }
  button.cta-live,
  .button.cta-live,
  a.button.cta-live,
  .main-navigation a.button.cta-live,
  .is-style-cd-popup-trigger a.cta-live,
  input[type="button"].cta-live,
  input[type="reset"].cta-live,
  input[type="submit"].cta-live {
    background: #CE181B;
    border: 1px solid #CE181B;
    color: white !important;
    text-transform: uppercase; }
    button.cta-live:hover,
    .button.cta-live:hover,
    a.button.cta-live:hover,
    .main-navigation a.button.cta-live:hover,
    .is-style-cd-popup-trigger a.cta-live:hover,
    input[type="button"].cta-live:hover,
    input[type="reset"].cta-live:hover,
    input[type="submit"].cta-live:hover {
      background: #e73235; }
    button.cta-live:after,
    .button.cta-live:after,
    a.button.cta-live:after,
    .main-navigation a.button.cta-live:after,
    .is-style-cd-popup-trigger a.cta-live:after,
    input[type="button"].cta-live:after,
    input[type="reset"].cta-live:after,
    input[type="submit"].cta-live:after {
      display: inline-block;
      content: ' ';
      background-image: url("../icons/button-arrow-right.svg");
      background-repeat: no-repeat;
      background-size: 16px 13px;
      background-position: center center;
      height: 10px;
      width: 19px;
      margin-left: 0.75rem; }
  button.alternative,
  .button.alternative,
  a.button.alternative,
  .main-navigation a.button.alternative,
  .is-style-cd-popup-trigger a.alternative,
  input[type="button"].alternative,
  input[type="reset"].alternative,
  input[type="submit"].alternative {
    background: none;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5); }
    button.alternative a,
    .button.alternative a,
    a.button.alternative a,
    .main-navigation a.button.alternative a,
    .is-style-cd-popup-trigger a.alternative a,
    input[type="button"].alternative a,
    input[type="reset"].alternative a,
    input[type="submit"].alternative a {
      color: white !important; }
    button.alternative:hover,
    .button.alternative:hover,
    a.button.alternative:hover,
    .main-navigation a.button.alternative:hover,
    .is-style-cd-popup-trigger a.alternative:hover,
    input[type="button"].alternative:hover,
    input[type="reset"].alternative:hover,
    input[type="submit"].alternative:hover {
      background: rgba(255, 255, 255, 0.3); }
      button.alternative:hover a,
      .button.alternative:hover a,
      a.button.alternative:hover a,
      .main-navigation a.button.alternative:hover a,
      .is-style-cd-popup-trigger a.alternative:hover a,
      input[type="button"].alternative:hover a,
      input[type="reset"].alternative:hover a,
      input[type="submit"].alternative:hover a {
        color: #000034 !important; }
  button.full,
  .button.full,
  a.button.full,
  .main-navigation a.button.full,
  .is-style-cd-popup-trigger a.full,
  input[type="button"].full,
  input[type="reset"].full,
  input[type="submit"].full {
    width: 100%;
    text-align: center; }
  button.compact,
  .button.compact,
  a.button.compact,
  .main-navigation a.button.compact,
  .is-style-cd-popup-trigger a.compact,
  input[type="button"].compact,
  input[type="reset"].compact,
  input[type="submit"].compact {
    padding: 0.375rem 0.75rem;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 1rem; }

.wp-block-buttons .wp-block-button {
  margin-right: 0;
  margin-bottom: 1.125rem; }
  .wp-block-buttons .wp-block-button.is-style-outline a {
    background: none;
    color: white; }
    .wp-block-buttons .wp-block-button.is-style-outline a:hover {
      background: rgba(0, 0, 0, 0.1); }
  .wp-block-buttons .wp-block-button.is-style-cd-popup-trigger a:hover {
    background: #6FCF97;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  .wp-block-buttons .wp-block-button.is-style-cd-popup-trigger a:after {
    display: inline-block;
    content: ' ';
    background-image: url("../icons/button-arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 16px 13px;
    background-position: center center;
    height: 10px;
    width: 19px;
    margin-left: 0.75rem; }
  .wp-block-buttons .wp-block-button.is-style-disabled a {
    background: none;
    color: #9595b3;
    border: 1px solid #9595b3;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
    border-radius: 57px;
    font-size: 1rem;
    font-weight: 600;
    cursor: not-allowed;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .wp-block-buttons .wp-block-button.is-style-disabled a:hover {
      background: none;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
  .wp-block-buttons .wp-block-button.is-style-cta a {
    background: #12B76A;
    color: white; }
    .wp-block-buttons .wp-block-button.is-style-cta a:hover {
      background: #6FCF97; }
    .wp-block-buttons .wp-block-button.is-style-cta a:after {
      content: '→';
      margin-left: 0.75rem; }
  .wp-block-buttons .wp-block-button.is-style-cta-3 a {
    background: #000034;
    color: white; }
    .wp-block-buttons .wp-block-button.is-style-cta-3 a:hover {
      background: #6FCF97; }
    .wp-block-buttons .wp-block-button.is-style-cta-3 a:after {
      content: '→';
      margin-left: 0.75rem; }
  .wp-block-buttons .wp-block-button.is-style-disabled a {
    background: none;
    color: #9595b3;
    border: 1px solid #9595b3;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: not-allowed; }
    .wp-block-buttons .wp-block-button.is-style-disabled a:hover {
      background: none; }
  .wp-block-buttons .wp-block-button.is-style-cta-2 > .wp-block-button__link:not(.has-background),
  .wp-block-buttons .wp-block-button.is-style-cta-2 a {
    background: #FECC17;
    border: 1px solid #FECC17;
    color: #000; }
    .wp-block-buttons .wp-block-button.is-style-cta-2 > .wp-block-button__link:not(.has-background):hover,
    .wp-block-buttons .wp-block-button.is-style-cta-2 a:hover {
      background: #fedd63; }

.cd-buttons.compact .button {
  padding: 0.375rem 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  margin-right: 0.75rem; }

.btn-group {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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;
  padding: 3px;
  border-radius: 6px;
  min-height: 40px;
  -webkit-transition: 300ms all;
  transition: 300ms all; }
  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;
    -webkit-transition: 300ms all;
    transition: 300ms all;
    outline: none; }

select {
  border: 1px solid #ccc;
  border-radius: 6px; }

textarea {
  width: 100%; }

.ur-frontend-form {
  max-width: 100%; }

.medflix-search-form label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .medflix-search-form input,
  .medflix-search-form select {
    margin-bottom: 0; } }

.medflix-search-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .medflix-search-form .input-group .input-container {
    padding-right: 1rem; }

.medflix-search-form .input-container {
  position: relative; }
  .medflix-search-form .input-container [class^="icon-"],
  .medflix-search-form .input-container [class*=" icon-"] {
    position: absolute;
    font-size: 1rem;
    left: 0.75rem;
    top: 0.875rem; }
  .medflix-search-form .input-container input[type="text"],
  .medflix-search-form .input-container input[type="search"],
  .medflix-search-form .input-container select {
    padding-left: 2.1875rem; }

.medflix-search-form input[type="text"],
.medflix-search-form input[type="search"],
.medflix-search-form select {
  display: block;
  width: 95%;
  cursor: pointer; }
  .medflix-search-form input[type="text"].error,
  .medflix-search-form input[type="search"].error,
  .medflix-search-form select.error {
    -webkit-box-shadow: inset 0px 0px 0px 2px red;
            box-shadow: inset 0px 0px 0px 2px red; }

.medflix-search-form .button,
.medflix-search-form input[type=submit] {
  border: none;
  border-radius: 0;
  background: #000034; }

@media (max-width: 767px) {
  .medflix-search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .medflix-search-form label {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      width: 100%; }
    .medflix-search-form input[type="text"],
    .medflix-search-form select {
      width: 100%; }
    .medflix-search-form input[type=submit] {
      width: 100%; } }

.medflix-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: white;
  margin: .5rem 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  min-height: 40px;
  -webkit-transition: 300ms all;
  transition: 300ms all;
  margin-bottom: 2rem;
  max-width: 500px; }
  .medflix-input-group .icon {
    margin: 0 .5rem; }
  .medflix-input-group .button {
    font-size: 1rem;
    text-transform: uppercase; }
  .medflix-input-group input {
    margin: 0;
    padding: 0.625rem 1.25rem;
    border: none;
    background: white; }
  @media (max-width: 767px) {
    .medflix-input-group {
      -webkit-box-shadow: #5A6374;
              box-shadow: #5A6374;
      border: 1px solid #5A6374; }
      .medflix-input-group .icon {
        display: none; }
      .medflix-input-group .button {
        margin: 0; } }

.medflix-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 150px;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 768px) {
    .medflix-select-wrapper {
      margin-bottom: 0;
      margin-right: 1rem;
      max-width: 230px;
      width: auto; } }
  .medflix-select-wrapper .medflix-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.6); }
  .medflix-select-wrapper .medflix-select__trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.625rem 2rem 0.625rem 1.25rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 20px;
    color: white;
    background: none;
    cursor: pointer;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.6); }
    .medflix-select-wrapper .medflix-select__trigger .inner {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .medflix-select-wrapper .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 2px solid white;
    border-top: 0;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    max-height: 500px;
    overflow-y: scroll; }
    .medflix-select-wrapper .custom-options::-webkit-scrollbar {
      width: 7px; }
    .medflix-select-wrapper .custom-options::-webkit-scrollbar-track {
      background: #FBFBFC; }
    .medflix-select-wrapper .custom-options::-webkit-scrollbar-thumb {
      background: #888; }
    .medflix-select-wrapper .custom-options::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .medflix-select-wrapper .medflix-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .medflix-select-wrapper .custom-option {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 400;
    color: #000034;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .medflix-select-wrapper .custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2; }
  .medflix-select-wrapper .custom-option.selected {
    color: #ffffff;
    background-color: #000034; }
  .medflix-select-wrapper .arrow {
    position: absolute;
    right: 8px;
    height: 10px;
    width: 12px; }
  .medflix-select-wrapper .arrow::before,
  .medflix-select-wrapper .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.1875rem;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .medflix-select-wrapper .arrow::before {
    left: -3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.9); }
  .medflix-select-wrapper .arrow::after {
    left: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.9); }
  .medflix-select-wrapper .open .arrow::before {
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .medflix-select-wrapper .open .arrow::after {
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.medflix-filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: none;
  border-radius: 0;
  min-height: 40px;
  -webkit-transition: 300ms all;
  transition: 300ms all; }
  .medflix-filter-group .filter-title {
    margin-right: 1rem;
    font-weight: 500; }
  .medflix-filter-group .filter-clear,
  .medflix-filter-group a.filter-clear {
    text-decoration: none;
    color: white;
    font-size: 0.75rem; }
  @media (min-width: 768px) {
    .medflix-filter-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.user-registration label,
.ur-frontend-form label {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 10px;
  margin-top: 10px; }

.user-registration ul,
.ur-frontend-form ul {
  padding: 0; }

.user-registration .ur-form-row,
.ur-frontend-form .ur-form-row {
  margin: 1rem 0; }

.user-registration .user-registration-form-row,
.ur-frontend-form .user-registration-form-row {
  margin-bottom: 1.25rem; }

.user-registration .ur-field-item,
.ur-frontend-form .ur-field-item {
  width: 44%;
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1rem; }
  .user-registration .ur-field-item.single,
  .ur-frontend-form .ur-field-item.single {
    display: block; }
  .user-registration .ur-field-item.field-checkbox, .user-registration .ur-field-item.field-privacy_policy,
  .ur-frontend-form .ur-field-item.field-checkbox,
  .ur-frontend-form .ur-field-item.field-privacy_policy {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.75rem; }
    .user-registration .ur-field-item.field-checkbox input, .user-registration .ur-field-item.field-privacy_policy input,
    .ur-frontend-form .ur-field-item.field-checkbox input,
    .ur-frontend-form .ur-field-item.field-privacy_policy input {
      width: auto; }
    .user-registration .ur-field-item.field-checkbox .ur-label, .user-registration .ur-field-item.field-privacy_policy .ur-label,
    .ur-frontend-form .ur-field-item.field-checkbox .ur-label,
    .ur-frontend-form .ur-field-item.field-privacy_policy .ur-label {
      display: none; }
  @media (max-width: 767px) {
    .user-registration .ur-field-item,
    .ur-frontend-form .ur-field-item {
      width: 100%;
      margin-right: 0; } }
  .user-registration .ur-field-item ul,
  .ur-frontend-form .ur-field-item ul {
    list-style-type: none; }

.user-registration .user-registration-message,
.ur-frontend-form .user-registration-message {
  padding: 1rem;
  margin: 1rem 0;
  font-size: 1.125rem;
  background-color: #e0ffe1; }
  .user-registration .user-registration-message ul,
  .ur-frontend-form .user-registration-message ul {
    list-style: none; }

.user-registration .user-registration-error,
.ur-frontend-form .user-registration-error {
  font-size: 0.75rem;
  margin-top: 0;
  color: #CE181B; }

.user-registration input[type=date],
.user-registration input[type=email],
.user-registration input[type=number],
.user-registration input[type=password],
.user-registration input[type=phone],
.user-registration input[type=text],
.user-registration input[type=timepicker],
.user-registration input[type=url],
.user-registration select,
.user-registration textarea,
.ur-frontend-form input[type=date],
.ur-frontend-form input[type=email],
.ur-frontend-form input[type=number],
.ur-frontend-form input[type=password],
.ur-frontend-form input[type=phone],
.ur-frontend-form input[type=text],
.ur-frontend-form input[type=timepicker],
.ur-frontend-form input[type=url],
.ur-frontend-form select,
.ur-frontend-form textarea {
  display: block;
  width: 100%;
  padding: 4px 8px;
  min-height: 36px;
  margin-bottom: 0.625rem;
  line-height: 1.5;
  background: #F6F8FB;
  border: 1px solid #D4DCE9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }
  .user-registration input[type=date]:focus, .user-registration input[type=date]:active,
  .user-registration input[type=email]:focus,
  .user-registration input[type=email]:active,
  .user-registration input[type=number]:focus,
  .user-registration input[type=number]:active,
  .user-registration input[type=password]:focus,
  .user-registration input[type=password]:active,
  .user-registration input[type=phone]:focus,
  .user-registration input[type=phone]:active,
  .user-registration input[type=text]:focus,
  .user-registration input[type=text]:active,
  .user-registration input[type=timepicker]:focus,
  .user-registration input[type=timepicker]:active,
  .user-registration input[type=url]:focus,
  .user-registration input[type=url]:active,
  .user-registration select:focus,
  .user-registration select:active,
  .user-registration textarea:focus,
  .user-registration textarea:active,
  .ur-frontend-form input[type=date]:focus,
  .ur-frontend-form input[type=date]:active,
  .ur-frontend-form input[type=email]:focus,
  .ur-frontend-form input[type=email]:active,
  .ur-frontend-form input[type=number]:focus,
  .ur-frontend-form input[type=number]:active,
  .ur-frontend-form input[type=password]:focus,
  .ur-frontend-form input[type=password]:active,
  .ur-frontend-form input[type=phone]:focus,
  .ur-frontend-form input[type=phone]:active,
  .ur-frontend-form input[type=text]:focus,
  .ur-frontend-form input[type=text]:active,
  .ur-frontend-form input[type=timepicker]:focus,
  .ur-frontend-form input[type=timepicker]:active,
  .ur-frontend-form input[type=url]:focus,
  .ur-frontend-form input[type=url]:active,
  .ur-frontend-form select:focus,
  .ur-frontend-form select:active,
  .ur-frontend-form textarea:focus,
  .ur-frontend-form textarea:active {
    background: white; }

.user-registration .ur-submit-button,
.user-registration input[type=submit],
.ur-frontend-form .ur-submit-button,
.ur-frontend-form input[type=submit] {
  background: #00965A;
  text-transform: capitalize;
  color: white;
  border-radius: 70px;
  padding: 1rem 1.875rem;
  border: none;
  width: 100%; }

.user-registration .ur-front-spinner,
.ur-frontend-form .ur-front-spinner {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #e2e2e3;
  border-radius: 50%;
  border-top-color: #00965A;
  animation: spin 0.6s ease-in-out infinite;
  -webkit-animation: spin 0.6s ease-in-out infinite; }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

.user-registration iframe,
.ur-frontend-form iframe {
  height: 20px !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.user-registration form.register .user-registration-error,
.ur-frontend-form form.register .user-registration-error {
  position: absolute; }

#registration_section {
  margin-bottom: 2rem; }

.event-registration {
  text-align: center; }
  .event-registration label {
    margin-bottom: 2rem;
    display: inline-block; }
    .event-registration label a {
      padding: 0;
      color: #2EBAEC; }
  .event-registration .terms {
    display: inline; }
    .event-registration .terms a {
      color: #2EBAEC; }

.mc4wp-form input[type=date],
.mc4wp-form input[type=email],
.mc4wp-form input[type=number],
.mc4wp-form input[type=password],
.mc4wp-form input[type=phone],
.mc4wp-form input[type=text],
.mc4wp-form input[type=timepicker],
.mc4wp-form input[type=url],
.mc4wp-form select,
.mc4wp-form textarea {
  display: block;
  width: 100%;
  padding: 4px 8px;
  min-height: 40px;
  margin-bottom: 0.625rem;
  line-height: 1.5;
  background: #F6F8FB;
  border: 1px solid #D4DCE9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }
  .mc4wp-form input[type=date]:focus, .mc4wp-form input[type=date]:active,
  .mc4wp-form input[type=email]:focus,
  .mc4wp-form input[type=email]:active,
  .mc4wp-form input[type=number]:focus,
  .mc4wp-form input[type=number]:active,
  .mc4wp-form input[type=password]:focus,
  .mc4wp-form input[type=password]:active,
  .mc4wp-form input[type=phone]:focus,
  .mc4wp-form input[type=phone]:active,
  .mc4wp-form input[type=text]:focus,
  .mc4wp-form input[type=text]:active,
  .mc4wp-form input[type=timepicker]:focus,
  .mc4wp-form input[type=timepicker]:active,
  .mc4wp-form input[type=url]:focus,
  .mc4wp-form input[type=url]:active,
  .mc4wp-form select:focus,
  .mc4wp-form select:active,
  .mc4wp-form textarea:focus,
  .mc4wp-form textarea:active {
    background: white; }

.mc4wp-form input[type=submit] {
  background: #FECC17;
  border: 1px solid #FECC17;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding: 0.5625rem 1.875rem; }
  .mc4wp-form input[type=submit]:hover {
    background: #fed74a; }
  .mc4wp-form input[type=submit]:focus {
    border: none; }

.mc4wp-form .mc4wp-response {
  padding: .8rem 0;
  font-size: 1.2rem; }

.wpcf7 input[type=date],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=password],
.wpcf7 input[type=phone],
.wpcf7 input[type=text],
.wpcf7 input[type=timepicker],
.wpcf7 input[type=url],
.wpcf7 select,
.wpcf7 textarea {
  display: block;
  width: 100%;
  padding: 4px 8px;
  min-height: 40px;
  margin-bottom: 0.625rem;
  line-height: 1.5;
  background: #F6F8FB;
  border: 1px solid #D4DCE9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px; }
  .wpcf7 input[type=date]:focus, .wpcf7 input[type=date]:active,
  .wpcf7 input[type=email]:focus,
  .wpcf7 input[type=email]:active,
  .wpcf7 input[type=number]:focus,
  .wpcf7 input[type=number]:active,
  .wpcf7 input[type=password]:focus,
  .wpcf7 input[type=password]:active,
  .wpcf7 input[type=phone]:focus,
  .wpcf7 input[type=phone]:active,
  .wpcf7 input[type=text]:focus,
  .wpcf7 input[type=text]:active,
  .wpcf7 input[type=timepicker]:focus,
  .wpcf7 input[type=timepicker]:active,
  .wpcf7 input[type=url]:focus,
  .wpcf7 input[type=url]:active,
  .wpcf7 select:focus,
  .wpcf7 select:active,
  .wpcf7 textarea:focus,
  .wpcf7 textarea:active {
    background: white; }

.wpcf7 input[type=submit] {
  background: #32D583;
  color: white;
  padding: 0.75rem 1.5rem;
  min-height: 45px;
  border-radius: 0;
  border: none; }
  .wpcf7 input[type=submit]:focus {
    border: none; }

.wpcf7 .wpcf7-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem; }
  .wpcf7 .wpcf7-group input[type=date],
  .wpcf7 .wpcf7-group input[type=email],
  .wpcf7 .wpcf7-group input[type=number],
  .wpcf7 .wpcf7-group input[type=password],
  .wpcf7 .wpcf7-group input[type=phone],
  .wpcf7 .wpcf7-group input[type=text],
  .wpcf7 .wpcf7-group input[type=timepicker] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0; }
  .wpcf7 .wpcf7-group input[type=email] {
    border-radius: 0;
    background: #363861;
    border-color: #363861;
    color: #A1A9BB;
    min-height: 45px; }
    .wpcf7 .wpcf7-group input[type=email]::-webkit-input-placeholder {
      color: #A1A9BB; }
    .wpcf7 .wpcf7-group input[type=email]::-moz-placeholder {
      color: #A1A9BB; }
    .wpcf7 .wpcf7-group input[type=email]:-ms-input-placeholder {
      color: #A1A9BB; }
    .wpcf7 .wpcf7-group input[type=email]::-ms-input-placeholder {
      color: #A1A9BB; }
    .wpcf7 .wpcf7-group input[type=email]::placeholder {
      color: #A1A9BB; }
  .wpcf7 .wpcf7-group .wpcf7-not-valid-tip {
    position: absolute;
    left: 0; }

.wpcf7 .ajax-loader {
  background-color: #12B76A; }

.wpcf7 .wpcf7-list-item {
  margin: 0; }

.main-navigation {
  clear: both;
  display: block;
  color: white; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media (max-width: 991px) {
      .main-navigation ul {
        opacity: 0;
        visibility: visible;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background: rgba(16, 20, 44, 0.9);
        z-index: 5;
        pointer-events: none;
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
        padding: 1.5rem; }
        .main-navigation ul li {
          width: 100%;
          display: block;
          position: relative;
          padding: 1em;
          margin: 0;
          overflow: hidden;
          -webkit-transition: max-height .15s .15s, padding .15s .15s, margin .15s .15s;
          transition: max-height .15s .15s, padding .15s .15s, margin .15s .15s;
          font-weight: bold;
          font-size: 1rem; }
          .main-navigation ul li.button-wrap {
            border-radius: 0;
            padding: 0;
            margin: 0; }
            .main-navigation ul li.button-wrap a {
              width: 100%; }
          .main-navigation ul li .button {
            width: 100%;
            text-align: center; }
          .main-navigation ul li a {
            -webkit-transition: max-height .15s .15s, padding .15s .15s, margin .15s .15s;
            transition: max-height .15s .15s, padding .15s .15s, margin .15s .15s;
            text-align: center; }
            .main-navigation ul li a.button {
              border-radius: 0;
              padding: 1rem 1rem 0.8rem;
              margin: 0; }
              .main-navigation ul li a.button.alternative {
                border: 0 none;
                margin: 0; }
          .main-navigation ul li.button {
            border-radius: 0;
            padding: 1rem 1rem 0.8rem;
            margin: 0; }
            .main-navigation ul li.button.alternative {
              border: 0 none;
              margin: 0; }
          .main-navigation ul li ul.sub-menu {
            display: block;
            position: relative;
            top: 0;
            font-size: 0.875rem;
            background: none; }
            .main-navigation ul li ul.sub-menu li:last-child {
              padding-bottom: 0; } }
  .main-navigation li {
    position: relative;
    margin: 0 0 0 0.5rem;
    font-weight: normal;
    padding: 0.5rem 0.75rem;
    font-size: 1.1rem; }
    .main-navigation li a.button {
      margin: 0 0 0 1rem;
      font-size: 0.875rem;
      font-weight: 700;
      position: relative; }
      .main-navigation li a.button.alternative {
        margin: 0;
        font-weight: 500; }
    @media (min-width: 768px) {
      .main-navigation li ul.sub-menu {
        padding-top: 1rem;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-width: 200px;
        left: -20px;
        list-style: none;
        border-radius: 5px;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .main-navigation li ul.sub-menu li {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          background: #f6f9fc;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .main-navigation li ul.sub-menu li a {
            padding: .5rem;
            color: #000034;
            text-decoration: none;
            width: 100%;
            text-align: center; }
            .main-navigation li ul.sub-menu li a:hover {
              background: #bdd3e9; }
          .main-navigation li ul.sub-menu li:first-child {
            border-radius: 6px 6px 0 0; }
          .main-navigation li ul.sub-menu li:last-child {
            border-radius: 0 0 6px 6px; }
        .main-navigation li ul.sub-menu:hover {
          opacity: 1;
          visibility: visible;
          pointer-events: all;
          -webkit-transform: translateY(0px);
                  transform: translateY(0px); }
        .main-navigation li ul.sub-menu:before {
          content: '';
          position: absolute;
          top: 0;
          left: 20%;
          right: auto;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          height: 0;
          width: 0;
          border: 8px solid transparent;
          border-bottom-color: #f6f9fc;
          -webkit-transition: opacity .2s;
          transition: opacity .2s; }
      .main-navigation li:hover > ul {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 500; }
    .main-navigation a:hover {
      color: #bfbfbf;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }

/* Small menu. */
.menu-toggle {
  display: block;
  z-index: 99; }

.main-navigation.toggled ul {
  opacity: 1;
  pointer-events: all; }

@media (min-width: 992px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

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

ul.menu.page-menu {
  padding: 0;
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  ul.menu.page-menu li {
    padding: 1em 2em; }
    ul.menu.page-menu li a {
      text-decoration: none;
      color: #10142C; }

.footer-navigation ul,
.menu-footer-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .footer-navigation ul li,
  .menu-footer-container ul li {
    display: block;
    margin-bottom: .5rem; }
    .footer-navigation ul li a,
    .menu-footer-container ul li a {
      color: #FBFBFC;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.25rem;
      text-decoration: none; }
  @media (min-width: 768px) {
    .footer-navigation ul,
    .menu-footer-container ul {
      padding: 0 1em; } }

ul.socket-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }
  ul.socket-menu li {
    margin-right: .5rem;
    display: inline-block; }
    ul.socket-menu li a {
      color: #FBFBFC;
      font-size: 0.875rem;
      text-decoration: none; }
  @media (min-width: 768px) {
    ul.socket-menu {
      padding: 0 1em; } }

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            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: 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; }

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

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.alignwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  padding-left: 1.875em;
  padding-right: 1.875em; }
  @media (max-width: 360px) {
    .alignwide {
      padding-left: 0.9375em;
      padding-right: 0.9375em; } }
  @media (min-width: 1280px) {
    .alignwide {
      margin-left: calc(50% - 600px);
      margin-right: calc(50% - 600px);
      max-width: 1300px;
      width: 1300px; } }

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

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

@media (max-width: 767px) {
  .video-placeholder.sticky {
    display: block;
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 50%; } }

.video-holder {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .video-holder.sticky {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      top: var(--sticky-header-height);
      z-index: 99; } }
  .video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .video-holder.slido {
    padding-bottom: 550px; }
    @media (min-width: 768px) {
      .video-holder.slido {
        padding-bottom: 700px; } }

.avatar-holder {
  width: 100%;
  background-size: cover;
  height: 300px;
  max-width: 260px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-position: center center; }

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

/*--------------------------------------------------------------
## Helper media classes
--------------------------------------------------------------*/
.has-background-image {
  background-size: cover;
  background-color: #000034; }

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Sliders
--------------------------------------------------------------*/
.medflix-slider {
  margin: 2rem 0 1rem;
  /* the slides */
  /* the parent */ }
  .medflix-slider .medflix-row {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: none; }
    .medflix-slider .medflix-row .inner-left {
      min-height: 65px; }
  .medflix-slider .slick-slide {
    margin: 0 0.625rem; }
  .medflix-slider .slick-list {
    margin: 0 -0.625rem; }
  .medflix-slider .controls .icon {
    border-radius: 0.25rem;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center; }
  @media (max-width: 767px) {
    .medflix-slider .inner {
      padding: 1rem; }
    .medflix-slider .inner-right {
      display: none; } }

.medflix-slider-wrapper {
  background-size: cover;
  position: relative;
  color: white;
  background-position: center center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 250px;
  max-width: 100vw;
  width: 100vw; }
  .medflix-slider-wrapper .owl-carousel {
    display: block; }
  @media (min-width: 768px) {
    .medflix-slider-wrapper {
      min-height: 800px; }
      .medflix-slider-wrapper .owl-loading,
      .medflix-slider-wrapper .owl-refresh {
        opacity: 1; } }
  .medflix-slider-wrapper .medflix-events-slider h1,
  .medflix-slider-wrapper .medflix-events-slider h2 {
    margin-top: 0; }
  .medflix-slider-wrapper .medflix-events-slider h1 {
    font-size: 2.5rem; }
  .medflix-slider-wrapper .medflix-events-slider p {
    opacity: .8; }
  .medflix-slider-wrapper .medflix-events-slider .single-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-position: center center;
    padding: 2rem 1rem 4rem 1rem;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 150, 90, 0.48);
            box-shadow: inset 0 0 0 1000px rgba(0, 150, 90, 0.48); }
    @media (min-width: 768px) {
      .medflix-slider-wrapper .medflix-events-slider .single-slide {
        min-height: 800px;
        padding: 1.25rem; } }
    .medflix-slider-wrapper .medflix-events-slider .single-slide .cd-buttons .button {
      margin-right: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .medflix-slider-wrapper .medflix-events-slider .single-slide .cd-buttons .button {
          margin-bottom: 0; } }
      .medflix-slider-wrapper .medflix-events-slider .single-slide .cd-buttons .button.cta-3 {
        background: #000034;
        border: 2px solid #000034; }
    .medflix-slider-wrapper .medflix-events-slider .single-slide .slide-inner {
      max-width: 1300px;
      margin: 0 auto; }
      .medflix-slider-wrapper .medflix-events-slider .single-slide .slide-inner .tag {
        font-size: 0.75em;
        color: white;
        border-color: rgba(255, 255, 255, 0.3); }
      .medflix-slider-wrapper .medflix-events-slider .single-slide .slide-inner a {
        text-decoration: none; }
      @media (min-width: 768px) {
        .medflix-slider-wrapper .medflix-events-slider .single-slide .slide-inner h1 {
          font-size: 6rem;
          line-height: 6rem;
          margin-bottom: 2rem; } }
      @media (min-width: 992px) {
        .medflix-slider-wrapper .medflix-events-slider .single-slide .slide-inner h1 {
          padding-right: 200px; } }
      .medflix-slider-wrapper .medflix-events-slider .single-slide .slide-inner .date {
        display: inline-block;
        font-size: 1.25rem;
        margin-bottom: 2rem;
        font-weight: 500;
        color: #FBFBFC; }
      .medflix-slider-wrapper .medflix-events-slider .single-slide .slide-inner.active {
        opacity: 1;
        pointer-events: inherit;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; }
    .medflix-slider-wrapper .medflix-events-slider .single-slide .vimeo-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      pointer-events: none;
      overflow: hidden;
      background: #000034; }
    .medflix-slider-wrapper .medflix-events-slider .single-slide .vimeo-wrapper iframe {
      width: 100vw;
      height: 56.25vw;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 100vh;
      min-width: 177.77vh;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (min-height: 420px) and (max-height: 873px) and (min-width: 745px) {
        .medflix-slider-wrapper .medflix-events-slider .single-slide .vimeo-wrapper iframe {
          min-height: 120vh;
          min-width: 210vh; } }
    @media (min-width: 768px) {
      .medflix-slider-wrapper .medflix-events-slider .single-slide {
        min-height: 900px; } }
    .medflix-slider-wrapper .medflix-events-slider .single-slide.background-green {
      -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 150, 90, 0.9);
              box-shadow: inset 0 0 0 1000px rgba(0, 150, 90, 0.9); }
  .medflix-slider-wrapper .medflix-events-slider .owl-dots {
    left: 0;
    right: 0;
    position: absolute;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    grid-gap: 1rem;
    margin: 0 auto;
    bottom: 20px;
    padding: 0 1rem; }
    @media (min-width: 768px) {
      .medflix-slider-wrapper .medflix-events-slider .owl-dots {
        text-align: center;
        max-width: 1300px;
        bottom: 100px;
        width: 100%;
        padding: 0; } }
  .medflix-slider-wrapper .medflix-events-slider .owl-dots button.owl-dot {
    border: none;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-radius: 0;
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .medflix-slider-wrapper .medflix-events-slider .owl-dots button.owl-dot span {
      background-color: white;
      border-radius: 0;
      height: 1px;
      width: 0%;
      -webkit-transition: background 0.4s;
      transition: background 0.4s;
      position: absolute;
      top: 0;
      left: 0; }
  .medflix-slider-wrapper .medflix-events-slider .owl-dots button.owl-dot.active span {
    width: 100%;
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out; }

.carousel-inner {
  width: 100%; }
  @media (min-width: 768px) {
    .carousel-inner {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      max-width: 100vw;
      width: 100vw; } }
  .carousel-inner .carousel-inner-container {
    padding: 0; }
    @media (min-width: 768px) {
      .carousel-inner .carousel-inner-container {
        padding: 2rem; }
        .carousel-inner .carousel-inner-container .owl-carousel {
          display: block; }
          .carousel-inner .carousel-inner-container .owl-carousel .owl-stage {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                    flex: 1 0 auto;
            height: 100%; }
        .carousel-inner .carousel-inner-container .upcoming-event,
        .carousel-inner .carousel-inner-container .past-event {
          height: 100%;
          max-width: 330px; } }
    @media (min-width: 1920px) {
      .carousel-inner .carousel-inner-container {
        max-width: 1900px;
        margin: 0 auto; } }
    .carousel-inner .carousel-inner-container .owl-nav {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      top: -50px;
      font-size: 1.5rem;
      right: 0; }
      .carousel-inner .carousel-inner-container .owl-nav .owl-prev, .carousel-inner .carousel-inner-container .owl-nav .owl-next {
        margin: 0 0.25rem; }

/*--------------------------------------------------------------
## Video Library
--------------------------------------------------------------*/
.medflix-video-filters .filter-section .filter-inner::-webkit-scrollbar-track, .select2-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #F2F3F9;
  border-radius: 0; }

.medflix-video-filters .filter-section .filter-inner::-webkit-scrollbar, .select2-results::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F3F9; }

.medflix-video-filters .filter-section .filter-inner::-webkit-scrollbar-thumb, .select2-results::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #12B76A), color-stop(0.72, #12B76A), color-stop(0.86, #12B76A)); }

.medflix-video-filters {
  background: rgba(0, 0, 52, 0.98);
  -webkit-box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.2);
  color: white;
  padding: 1rem;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .medflix-video-filters {
      margin: 2rem 0; } }
  .medflix-video-filters h2,
  .medflix-video-filters h3 {
    color: white; }
  .medflix-video-filters .filter-section {
    display: block;
    margin-bottom: 1rem; }
    .medflix-video-filters .filter-section:last-child {
      margin-bottom: 0; }
    .medflix-video-filters .filter-section .filter-title {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 0.5rem;
      margin-bottom: 0.5rem; }
    .medflix-video-filters .filter-section .filter-inner {
      max-height: 220px;
      overflow-y: auto; }
  @media (max-width: 767px) {
    .medflix-video-filters {
      display: block;
      visibility: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
      transition: visibility 0.3s linear, opacity 0.3s linear;
      left: -600px;
      position: fixed;
      margin: auto;
      width: 95%;
      height: 100%;
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      z-index: 2040;
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      -webkit-animation: slideleft2 400ms forwards;
              animation: slideleft2 400ms forwards;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1040;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      max-height: 80%;
      overflow-y: scroll; }
      .medflix-video-filters.active {
        visibility: visible;
        -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
        transition: visibility 0.3s linear, opacity 0.3s linear;
        opacity: 1; }
      .medflix-video-filters::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
        background-color: #F2F3F9;
        border-radius: 10px; }
      .medflix-video-filters::-webkit-scrollbar {
        width: 6px;
        background-color: #F2F3F9; }
      .medflix-video-filters::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #0EC997), color-stop(0.72, #0EC997), color-stop(0.86, #0EC997)); } }

.filter-trigger {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0.5rem;
  border: 1px solid;
  font-size: 0.875rem;
  text-align: right; }
  @media (min-width: 768px) {
    .filter-trigger {
      display: none; } }
  .filter-trigger.filter-trigger-off {
    position: absolute;
    right: 10px;
    top: 10px; }
  .filter-trigger.filter-trigger-on {
    margin-top: .5rem; }

.medflix-video-sorting {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .medflix-video-sorting .video-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right; }
    @media (max-width: 767px) {
      .medflix-video-sorting .video-sort select {
        width: 100%; } }
  .medflix-video-sorting .medflix-input-group {
    margin: 0;
    max-width: 100%; }
  @media (min-width: 992px) {
    .medflix-video-sorting {
      display: grid;
      grid-template-columns: 3fr 1fr 1fr;
      gap: 1.5rem; } }

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create a custom checkbox */ }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox-container input:checked ~ .checkmark {
      background-color: #12B76A; }
      .checkbox-container input:checked ~ .checkmark:after {
        display: block; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee; }
    .checkbox-container .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .checkbox-container .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc; }

/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .radio-container input:checked ~ .checkmark {
      background-color: #12B76A; }
      .radio-container input:checked ~ .checkmark:after {
        display: block; }
  .radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%; }
    .radio-container .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .radio-container .checkmark:after {
      top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white; }
  .radio-container:hover input ~ .checkmark {
    background-color: #ccc; }

.single-video-library {
  background: #000034;
  color: white;
  position: relative; }
  .single-video-library .video-image-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center center;
    background-size: cover;
    background-color: black;
    width: 100%;
    overflow: hidden;
    height: 235px;
    z-index: 0; }
    @media (max-width: 568px) {
      .single-video-library .video-image-holder {
        height: 200px; } }
    .single-video-library .video-image-holder:after {
      content: '';
      position: absolute;
      left: 0;
      opacity: 1;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background: rgba(0, 0, 0, 0.2); }
    .single-video-library .video-image-holder svg {
      z-index: 2; }
    .single-video-library .video-image-holder:hover:after {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background: rgba(0, 0, 0, 0.6); }
  .single-video-library .video-image {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .single-video-library .video-title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #32D583;
    margin-bottom: 0.5rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: normal; }
    .single-video-library .video-title:hover {
      text-decoration: none; }
  .single-video-library .date-block {
    font-weight: 600;
    font-size: 0.625rem;
    line-height: 0.75rem;
    text-transform: uppercase;
    color: #A1A9BB;
    margin-bottom: 1rem; }
  .single-video-library .meta-block {
    color: #A1A9BB;
    font-size: 0.875rem;
    margin-bottom: .5rem; }
  .single-video-library .meta-tags {
    color: #A1A9BB;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    text-align: right; }
    .single-video-library .meta-tags .single-tag {
      color: #000034 !important;
      background: #A1A9BB;
      cursor: pointer;
      margin-left: 0.3125rem;
      display: inline-block;
      padding: 0.3125rem 0.375rem;
      border-radius: 39px;
      font-size: .7rem;
      font-weight: 500;
      line-height: 1rem;
      margin-bottom: 0;
      margin-top: .5rem; }
      .single-video-library .meta-tags .single-tag:before {
        content: '#'; }
      .single-video-library .meta-tags .single-tag:hover {
        text-decoration: none;
        background: white; }
      .single-video-library .meta-tags .single-tag.selected {
        background: white; }
  .single-video-library .content-holder {
    padding: 1rem; }
    @media (min-width: 768px) {
      .single-video-library .content-holder {
        padding: 2rem; } }
    .single-video-library .content-holder a {
      color: #32D583; }
  .single-video-library.related {
    margin-bottom: 2rem; }
    .single-video-library.related .video-image-holder {
      margin-bottom: .5rem;
      height: 200px; }
    .single-video-library.related .content-holder {
      padding: 1.2rem; }
    .single-video-library.related .video-title {
      font-size: 1.1rem;
      margin-bottom: .5rem; }
    .single-video-library.related .video-meta-block {
      color: #606060;
      font-size: 0.875rem;
      margin-bottom: .5rem; }

.video-tags {
  display: block;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 0.75rem; }
  .video-tags .tag {
    margin-right: .5rem;
    -webkit-transition: 300ms all;
    transition: 300ms all; }
    .video-tags .tag:hover {
      -webkit-transition: 300ms all;
      transition: 300ms all;
      background: #CED5DE; }
  .video-tags span {
    display: block;
    margin-bottom: .5rem; }

.related-videos-section {
  /* Track */
  /* Handle */ }
  .related-videos-section::-webkit-scrollbar {
    width: 10px; }
  .related-videos-section::-webkit-scrollbar-track {
    background: #F2F3F9; }
  .related-videos-section::-webkit-scrollbar-thumb {
    background: #000034;
    height: 50px; }

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: white; }

.select2-container--medflix .select2-container--focus .select2-selection--multiple {
  border: 1px solid #000034; }

.select2-container--medflix .select2-results__option--highlighted[aria-selected] {
  background: #000034 !important;
  color: #ffffff; }

.select2-container--medflix .select2-results__option[aria-selected=true] {
  background: #000034;
  color: #fff;
  opacity: 0.8; }

.select2-container--medflix .select2-selection--single {
  border-radius: 0px;
  height: 36px !important; }

.select2-container--medflix.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg); }

.select2-container--medflix span.select2-search input {
  height: 30px !important; }

.select2-container .select2-choice {
  border: 2px solid #dce4ec;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-indent: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none; }
  .select2-container .select2-choice div {
    border-left: 2px solid #dce4ec;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box; }
  .select2-container .select2-choice .select2-arrow {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    background-image: none; }

.select2-container *:focus {
  outline: 0px; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px; }

.select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none; }

.select2-search {
  margin-top: 3px; }
  .select2-search input {
    border: 2px solid #dce4ec; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-dropdown-open .select2-choice .select2-choice div {
    background: transparent;
    border-left: none;
    -webkit-filter: none;
            filter: none; }

.select2-results {
  max-height: 500px;
  overflow-y: auto; }
  .select2-results .select2-highlighted {
    background: #16a085;
    color: #fff;
    border-radius: 0px; }

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #dce4ec; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none; }

/****** Single SCSS *******/
.select2-container--medflix .select2-selection--single {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: none;
  font-weight: 500;
  border-radius: 0px;
  height: 40px; }
  .select2-container--medflix .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.6); }
  .select2-container--medflix .select2-selection--single .select2-selection__arrow {
    height: 30px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--medflix .select2-selection--single .select2-selection__arrow b {
      border-color: #fff transparent transparent transparent;
      top: 60%;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      width: 0; }
  .select2-container--medflix .select2-selection--single .select2-selection__placeholder {
    color: #fff; }
  .select2-container--medflix .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    color: #12B76A;
    float: right;
    font-weight: bold;
    padding: 0;
    line-height: 34px;
    margin-right: 1.2rem;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

/****** Multiple SCSS *******/
.select2-container--medflix .select2-selection--multiple {
  border: 1px solid #16a085; }
  .select2-container--medflix .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #16a085;
    cursor: pointer; }
  .select2-container--medflix .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--medflix .select2-selection--multiple .select2-selection__choice {
    background-color: #48c9b0;
    color: #fff;
    border: 1px solid #48c9b0;
    border-radius: 0px;
    padding: 3px 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px; }
  .select2-container--medflix .select2-selection--multiple .select2-selection__choice__remove {
    color: #16a085;
    margin-right: 6px;
    margin-left: 6px;
    float: right; }

@media (min-width: 768px) {
  .show-xs {
    display: none; } }

@media (max-width: 767px) {
  .hide-xs {
    display: none; } }

body.eoa-purple .site-header {
  background: #C35F7F; }
  @media (min-width: 992px) {
    body.eoa-purple .site-header.transparent {
      background: none; } }

body.eoa-purple .tag.upcoming {
  color: #C35F7F;
  background: rgba(195, 95, 127, 0.1); }

body.eoa-purple .wp-block-cover.is-style-alternative-hero-section:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #C35F7F), color-stop(90%, rgba(195, 95, 127, 0.8)));
  background: linear-gradient(to bottom, #C35F7F 1%, rgba(195, 95, 127, 0.8) 90%); }

body.eoa-purple .wp-block-cover.is-style-alternative-hero-section .tag.special {
  background: #2196f3; }

body.eoa-purple .wp-block-cover.is-style-single-header {
  background: #C35F7F; }

body.eoa-purple .wp-block-cover.is-style-video-header {
  background: #C35F7F; }

body.eoa-purple .wp-block-cover.is-style-default-bg:after {
  background: #C35F7F; }

body.eoa-purple .wp-block-cover.is-style-landing-hero:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #C35F7F), to(rgba(195, 95, 127, 0.85)));
  background: linear-gradient(to bottom, #C35F7F 1%, rgba(195, 95, 127, 0.85) 100%); }

body.eoa-purple .button.cd-popup-trigger {
  background: #C35F7F; }

body.eoa-purple .tag:not(.archive).special {
  background: #ca728e; }

body.eoa-purple .wp-block-group.is-style-green-group {
  background: #C35F7F; }

body.eoa-purple .wpcf7 input[type=submit] {
  background: #C35F7F; }

body.eoa-purple .agenda-box .tab-horizontal {
  background: #edced8; }

body.eoa-purple .user-registration .ur-submit-button,
body.eoa-purple .user-registration input[type=submit],
body.eoa-purple .ur-frontend-form .ur-submit-button,
body.eoa-purple .ur-frontend-form input[type=submit] {
  background: #C35F7F; }

body.eoa-purple .user-registration .ur-front-spinner,
body.eoa-purple .ur-frontend-form .ur-front-spinner {
  border-top-color: #C35F7F; }

body.eoa-purple.featured-event .wp-block-group.is-style-green-group {
  background: #edced8;
  color: #000034; }

body.eoa-purple .medflix-slider-wrapper .medflix-events-slider .single-slide {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(195, 95, 127, 0.48);
          box-shadow: inset 0 0 0 1000px rgba(195, 95, 127, 0.48); }

body.eoa-blue .site-header {
  background: #00ADF3; }
  @media (min-width: 992px) {
    body.eoa-blue .site-header.transparent {
      background: none; } }

body.eoa-blue .tag.upcoming {
  color: #00ADF3;
  background: rgba(0, 173, 243, 0.1); }

body.eoa-blue .wp-block-cover.is-style-alternative-hero-section:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00ADF3), color-stop(90%, rgba(0, 173, 243, 0.8)));
  background: linear-gradient(to bottom, #00ADF3 1%, rgba(0, 173, 243, 0.8) 90%); }

body.eoa-blue .wp-block-cover.is-style-alternative-hero-section .tag.special {
  background: #2196f3; }

body.eoa-blue .wp-block-cover.is-style-single-header {
  background: #00ADF3; }

body.eoa-blue .wp-block-cover.is-style-video-header {
  background: #00ADF3; }

body.eoa-blue .wp-block-cover.is-style-default-bg:after {
  background: #00ADF3; }

body.eoa-blue .wp-block-cover.is-style-landing-hero:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00ADF3), to(rgba(0, 173, 243, 0.85)));
  background: linear-gradient(to bottom, #00ADF3 1%, rgba(0, 173, 243, 0.85) 100%); }

body.eoa-blue .button.cd-popup-trigger {
  background: #00ADF3; }

body.eoa-blue .tag:not(.archive).special {
  background: #0eb9ff; }

body.eoa-blue .wp-block-group.is-style-green-group {
  background: #00ADF3; }

body.eoa-blue .wpcf7 input[type=submit] {
  background: #00ADF3; }

body.eoa-blue .agenda-box .tab-horizontal {
  background: #8ddeff; }

body.eoa-blue .user-registration .ur-submit-button,
body.eoa-blue .user-registration input[type=submit],
body.eoa-blue .ur-frontend-form .ur-submit-button,
body.eoa-blue .ur-frontend-form input[type=submit] {
  background: #00ADF3; }

body.eoa-blue .user-registration .ur-front-spinner,
body.eoa-blue .ur-frontend-form .ur-front-spinner {
  border-top-color: #00ADF3; }

body.eoa-blue.featured-event .wp-block-group.is-style-green-group {
  background: #8ddeff;
  color: #000034; }

body.eoa-blue .medflix-slider-wrapper .medflix-events-slider .single-slide {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 173, 243, 0.48);
          box-shadow: inset 0 0 0 1000px rgba(0, 173, 243, 0.48); }

body.eoa-vascular .site-header {
  background: #bc2121; }
  @media (min-width: 992px) {
    body.eoa-vascular .site-header.transparent {
      background: none; } }

body.eoa-vascular .tag.upcoming {
  color: #bc2121;
  background: rgba(188, 33, 33, 0.1); }

body.eoa-vascular .wp-block-cover.is-style-alternative-hero-section:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #bc2121), color-stop(90%, rgba(188, 33, 33, 0.8)));
  background: linear-gradient(to bottom, #bc2121 1%, rgba(188, 33, 33, 0.8) 90%); }

body.eoa-vascular .wp-block-cover.is-style-alternative-hero-section .tag.special {
  background: #2196f3; }

body.eoa-vascular .wp-block-cover.is-style-single-header {
  background: #bc2121; }

body.eoa-vascular .wp-block-cover.is-style-video-header {
  background: #bc2121; }

body.eoa-vascular .wp-block-cover.is-style-default-bg:after {
  background: #bc2121; }

body.eoa-vascular .wp-block-cover.is-style-landing-hero:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #bc2121), to(rgba(188, 33, 33, 0.85)));
  background: linear-gradient(to bottom, #bc2121 1%, rgba(188, 33, 33, 0.85) 100%); }

body.eoa-vascular .button.cd-popup-trigger {
  background: #bc2121; }

body.eoa-vascular .tag:not(.archive).special {
  background: #d22525; }

body.eoa-vascular .wp-block-group.is-style-green-group {
  background: #bc2121; }

body.eoa-vascular .wpcf7 input[type=submit] {
  background: #bc2121; }

body.eoa-vascular .agenda-box .tab-horizontal {
  background: #eb8b8b; }

body.eoa-vascular .user-registration .ur-submit-button,
body.eoa-vascular .user-registration input[type=submit],
body.eoa-vascular .ur-frontend-form .ur-submit-button,
body.eoa-vascular .ur-frontend-form input[type=submit] {
  background: #bc2121; }

body.eoa-vascular .user-registration .ur-front-spinner,
body.eoa-vascular .ur-frontend-form .ur-front-spinner {
  border-top-color: #bc2121; }

body.eoa-vascular.featured-event .wp-block-group.is-style-green-group {
  background: #eb8b8b;
  color: #000034; }

body.eoa-vascular .medflix-slider-wrapper .medflix-events-slider .single-slide {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(188, 33, 33, 0.48);
          box-shadow: inset 0 0 0 1000px rgba(188, 33, 33, 0.48); }

body.eoa-healthtech .site-header {
  background: #000034; }
  @media (min-width: 992px) {
    body.eoa-healthtech .site-header.transparent {
      background: none; } }

body.eoa-healthtech .tag.upcoming {
  color: #18DF95;
  background: rgba(24, 223, 149, 0.1); }

body.eoa-healthtech .wp-block-cover.is-style-alternative-hero-section {
  color: #000034; }
  body.eoa-healthtech .wp-block-cover.is-style-alternative-hero-section h1,
  body.eoa-healthtech .wp-block-cover.is-style-alternative-hero-section h2,
  body.eoa-healthtech .wp-block-cover.is-style-alternative-hero-section p,
  body.eoa-healthtech .wp-block-cover.is-style-alternative-hero-section ul,
  body.eoa-healthtech .wp-block-cover.is-style-alternative-hero-section li {
    color: #000034; }
  body.eoa-healthtech .wp-block-cover.is-style-alternative-hero-section:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #18DF95), color-stop(90%, rgba(24, 223, 149, 0.8)));
    background: linear-gradient(to bottom, #18DF95 1%, rgba(24, 223, 149, 0.8) 90%); }
  body.eoa-healthtech .wp-block-cover.is-style-alternative-hero-section .tag.special {
    background: #2196f3; }

body.eoa-healthtech .wp-block-cover.is-style-single-header {
  background: #18DF95; }

body.eoa-healthtech .wp-block-cover.is-style-video-header {
  background: #18DF95; }

body.eoa-healthtech .wp-block-cover.is-style-default-bg:after {
  background: #18DF95; }

body.eoa-healthtech .wp-block-cover.is-style-landing-hero:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #18DF95), to(rgba(24, 223, 149, 0.85)));
  background: linear-gradient(to bottom, #18DF95 1%, rgba(24, 223, 149, 0.85) 100%); }

body.eoa-healthtech .button.cd-popup-trigger {
  background: #18DF95; }

body.eoa-healthtech .tag:not(.archive).special {
  background: #29e8a1; }

body.eoa-healthtech .wp-block-group.is-style-green-group {
  background: #18DF95;
  color: #000034; }
  body.eoa-healthtech .wp-block-group.is-style-green-group h1,
  body.eoa-healthtech .wp-block-group.is-style-green-group h2,
  body.eoa-healthtech .wp-block-group.is-style-green-group h3,
  body.eoa-healthtech .wp-block-group.is-style-green-group h4,
  body.eoa-healthtech .wp-block-group.is-style-green-group p,
  body.eoa-healthtech .wp-block-group.is-style-green-group ul {
    color: #000034; }

body.eoa-healthtech .wpcf7 input[type=submit] {
  background: #18DF95; }

body.eoa-healthtech .agenda-box .tab-horizontal {
  background: #9cf4d3; }

body.eoa-healthtech .user-registration .ur-submit-button,
body.eoa-healthtech .user-registration input[type=submit],
body.eoa-healthtech .ur-frontend-form .ur-submit-button,
body.eoa-healthtech .ur-frontend-form input[type=submit] {
  background: #18DF95; }

body.eoa-healthtech .user-registration .ur-front-spinner,
body.eoa-healthtech .ur-frontend-form .ur-front-spinner {
  border-top-color: #18DF95; }

body.eoa-healthtech.featured-event .wp-block-group.is-style-green-group {
  background: #9cf4d3;
  color: #000034; }

body.eoa-healthtech .medflix-slider-wrapper .medflix-events-slider .single-slide {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(24, 223, 149, 0.48);
          box-shadow: inset 0 0 0 1000px rgba(24, 223, 149, 0.48); }

body.eoa-pulmonology .site-header {
  background: #3b6dfa; }
  @media (min-width: 992px) {
    body.eoa-pulmonology .site-header.transparent {
      background: none; } }

body.eoa-pulmonology .tag.upcoming {
  color: #3b6dfa;
  background: rgba(59, 109, 250, 0.1); }

body.eoa-pulmonology .wp-block-cover.is-style-alternative-hero-section:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3b6dfa), color-stop(90%, rgba(59, 109, 250, 0.8)));
  background: linear-gradient(to bottom, #3b6dfa 1%, rgba(59, 109, 250, 0.8) 90%); }

body.eoa-pulmonology .wp-block-cover.is-style-alternative-hero-section .tag.special {
  background: #2196f3; }

body.eoa-pulmonology .wp-block-cover.is-style-single-header {
  background: #3b6dfa; }

body.eoa-pulmonology .wp-block-cover.is-style-video-header {
  background: #3b6dfa; }

body.eoa-pulmonology .wp-block-cover.is-style-default-bg:after {
  background: #3b6dfa; }

body.eoa-pulmonology .wp-block-cover.is-style-landing-hero:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3b6dfa), to(rgba(59, 109, 250, 0.85)));
  background: linear-gradient(to bottom, #3b6dfa 1%, rgba(59, 109, 250, 0.85) 100%); }

body.eoa-pulmonology .button.cd-popup-trigger {
  background: #3b6dfa; }

body.eoa-pulmonology .tag:not(.archive).special {
  background: #5480fb; }

body.eoa-pulmonology .wp-block-group.is-style-green-group {
  background: #3b6dfa; }

body.eoa-pulmonology .wpcf7 input[type=submit] {
  background: #3b6dfa; }

body.eoa-pulmonology .agenda-box .tab-horizontal {
  background: #d0dcfe; }

body.eoa-pulmonology .user-registration .ur-submit-button,
body.eoa-pulmonology .user-registration input[type=submit],
body.eoa-pulmonology .ur-frontend-form .ur-submit-button,
body.eoa-pulmonology .ur-frontend-form input[type=submit] {
  background: #3b6dfa; }

body.eoa-pulmonology .user-registration .ur-front-spinner,
body.eoa-pulmonology .ur-frontend-form .ur-front-spinner {
  border-top-color: #3b6dfa; }

body.eoa-pulmonology.featured-event .wp-block-group.is-style-green-group {
  background: #d0dcfe;
  color: #000034; }

body.eoa-pulmonology .medflix-slider-wrapper .medflix-events-slider .single-slide {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(59, 109, 250, 0.48);
          box-shadow: inset 0 0 0 1000px rgba(59, 109, 250, 0.48); }

body.eoa-hematology .site-header {
  background: #E82427; }
  @media (min-width: 992px) {
    body.eoa-hematology .site-header.transparent {
      background: none; } }

body.eoa-hematology .tag.upcoming {
  color: #E82427;
  background: rgba(232, 36, 39, 0.1); }

body.eoa-hematology .wp-block-cover.is-style-alternative-hero-section:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #E82427), color-stop(90%, rgba(232, 36, 39, 0.8)));
  background: linear-gradient(to bottom, #E82427 1%, rgba(232, 36, 39, 0.8) 90%); }

body.eoa-hematology .wp-block-cover.is-style-alternative-hero-section .tag.special {
  background: #2196f3; }

body.eoa-hematology .wp-block-cover.is-style-single-header {
  background: #E82427; }

body.eoa-hematology .wp-block-cover.is-style-video-header {
  background: #E82427; }

body.eoa-hematology .wp-block-cover.is-style-default-bg:after {
  background: #E82427; }

body.eoa-hematology .wp-block-cover.is-style-landing-hero:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #E82427), to(rgba(232, 36, 39, 0.85)));
  background: linear-gradient(to bottom, #E82427 1%, rgba(232, 36, 39, 0.85) 100%); }

body.eoa-hematology .button.cd-popup-trigger {
  background: #E82427; }

body.eoa-hematology .tag:not(.archive).special {
  background: #ea3b3e; }

body.eoa-hematology .wp-block-group.is-style-green-group {
  background: #E82427; }

body.eoa-hematology .wpcf7 input[type=submit] {
  background: #E82427; }

body.eoa-hematology .agenda-box .tab-horizontal {
  background: #f7aeb0; }

body.eoa-hematology .user-registration .ur-submit-button,
body.eoa-hematology .user-registration input[type=submit],
body.eoa-hematology .ur-frontend-form .ur-submit-button,
body.eoa-hematology .ur-frontend-form input[type=submit] {
  background: #E82427; }

body.eoa-hematology .user-registration .ur-front-spinner,
body.eoa-hematology .ur-frontend-form .ur-front-spinner {
  border-top-color: #E82427; }

body.eoa-hematology.featured-event .wp-block-group.is-style-green-group {
  background: #f7aeb0;
  color: #000034; }

body.eoa-hematology .medflix-slider-wrapper .medflix-events-slider .single-slide {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(232, 36, 39, 0.48);
          box-shadow: inset 0 0 0 1000px rgba(232, 36, 39, 0.48); }

body.eoa-ibd .site-header {
  background: #00BD52; }
  @media (min-width: 992px) {
    body.eoa-ibd .site-header.transparent {
      background: none; } }

body.eoa-ibd .tag.upcoming {
  color: #00BD52;
  background: rgba(0, 189, 82, 0.1); }

body.eoa-ibd .wp-block-cover.is-style-alternative-hero-section:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00BD52), color-stop(90%, rgba(0, 189, 82, 0.8)));
  background: linear-gradient(to bottom, #00BD52 1%, rgba(0, 189, 82, 0.8) 90%); }

body.eoa-ibd .wp-block-cover.is-style-alternative-hero-section .tag.special {
  background: #2196f3; }

body.eoa-ibd .wp-block-cover.is-style-single-header {
  background: #00BD52; }

body.eoa-ibd .wp-block-cover.is-style-video-header {
  background: #00BD52; }

body.eoa-ibd .wp-block-cover.is-style-default-bg:after {
  background: #00BD52; }

body.eoa-ibd .wp-block-cover.is-style-landing-hero:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00BD52), to(rgba(0, 189, 82, 0.85)));
  background: linear-gradient(to bottom, #00BD52 1%, rgba(0, 189, 82, 0.85) 100%); }

body.eoa-ibd .button.cd-popup-trigger {
  background: #00BD52; }

body.eoa-ibd .tag:not(.archive).special {
  background: #00d75d; }

body.eoa-ibd .wp-block-group.is-style-green-group {
  background: #00BD52; }

body.eoa-ibd .wpcf7 input[type=submit] {
  background: #00BD52; }

body.eoa-ibd .agenda-box .tab-horizontal {
  background: #57ffa0; }

body.eoa-ibd .user-registration .ur-submit-button,
body.eoa-ibd .user-registration input[type=submit],
body.eoa-ibd .ur-frontend-form .ur-submit-button,
body.eoa-ibd .ur-frontend-form input[type=submit] {
  background: #00BD52; }

body.eoa-ibd .user-registration .ur-front-spinner,
body.eoa-ibd .ur-frontend-form .ur-front-spinner {
  border-top-color: #00BD52; }

body.eoa-ibd.featured-event .wp-block-group.is-style-green-group {
  background: #57ffa0;
  color: #000034; }

body.eoa-ibd .medflix-slider-wrapper .medflix-events-slider .single-slide {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 189, 82, 0.48);
          box-shadow: inset 0 0 0 1000px rgba(0, 189, 82, 0.48); }

body.eoa-4u .entry-content a:not([class]) {
  /* every section without class  */
  color: #E8493A; }

body.eoa-4u .ur-frontend-form a {
  color: #E8493A; }

body.eoa-4u .button, body.eoa-4u a.button {
  background: #E8493A; }

body.eoa-4u .medflix-video-filters,
body.eoa-4u .single-video-library {
  background: #297EEF; }

body.eoa-4u .medflix-events-slider .no-slider {
  -webkit-box-shadow: inset 0 0 0 1000px #297EEF;
          box-shadow: inset 0 0 0 1000px #297EEF; }

body.eoa-4u .single-video-library .content-holder a {
  color: #000034; }

body.eoa-4u .single-video-library .meta-block,
body.eoa-4u .single-video-library .date-block {
  color: #FCE912; }

body.eoa-4u .checkbox-container input:checked ~ .checkmark {
  background-color: #E8493A; }

body.eoa-4u .radio-container input:checked ~ .checkmark {
  background-color: #E8493A; }

body.eoa-4u .site-header {
  border: none;
  background: #297EEF; }
  body.eoa-4u .site-header .site-branding img {
    max-width: 120px;
    max-height: 120px; }
  @media (min-width: 992px) {
    body.eoa-4u .site-header.transparent {
      background: none; } }

body.eoa-4u .tag.upcoming {
  color: #297EEF;
  background: rgba(41, 126, 239, 0.1); }

body.eoa-4u .wp-block-cover.is-style-alternative-hero-section:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #297EEF), color-stop(90%, rgba(41, 126, 239, 0.8)));
  background: linear-gradient(to bottom, #297EEF 1%, rgba(41, 126, 239, 0.8) 90%); }

body.eoa-4u .wp-block-cover.is-style-alternative-hero-section .tag.special {
  background: #2196f3; }

body.eoa-4u .wp-block-cover.is-style-single-header {
  background: #297EEF; }

body.eoa-4u .wp-block-cover.is-style-video-header {
  background: #297EEF; }

body.eoa-4u .wp-block-cover.is-style-default-bg:after {
  background: #297EEF; }

body.eoa-4u .wp-block-cover.is-style-landing-hero:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #297EEF), to(rgba(41, 126, 239, 0.85)));
  background: linear-gradient(to bottom, #297EEF 1%, rgba(41, 126, 239, 0.85) 100%); }

body.eoa-4u .button.cd-popup-trigger {
  background: #297EEF; }

body.eoa-4u .tag:not(.archive).special {
  background: #418cf1; }

body.eoa-4u .wp-block-group.is-style-green-group {
  background: #297EEF;
  background: #FCE912;
  color: #000034; }
  body.eoa-4u .wp-block-group.is-style-green-group h1,
  body.eoa-4u .wp-block-group.is-style-green-group h2,
  body.eoa-4u .wp-block-group.is-style-green-group h3,
  body.eoa-4u .wp-block-group.is-style-green-group h4,
  body.eoa-4u .wp-block-group.is-style-green-group p,
  body.eoa-4u .wp-block-group.is-style-green-group ul {
    color: #000034; }
  body.eoa-4u .wp-block-group.is-style-green-group .wp-block-button.is-style-cta a {
    background: #E8493A; }

body.eoa-4u .wpcf7 input[type=submit] {
  background: #297EEF; }

body.eoa-4u .agenda-box .tab-horizontal {
  background: #b7d4fa; }

body.eoa-4u .user-registration .ur-submit-button,
body.eoa-4u .user-registration input[type=submit],
body.eoa-4u .ur-frontend-form .ur-submit-button,
body.eoa-4u .ur-frontend-form input[type=submit] {
  background: #297EEF; }

body.eoa-4u .user-registration .ur-front-spinner,
body.eoa-4u .ur-frontend-form .ur-front-spinner {
  border-top-color: #297EEF; }

body.eoa-4u.featured-event .wp-block-group.is-style-green-group {
  background: #b7d4fa;
  color: #000034; }

body.eoa-4u .medflix-slider-wrapper .medflix-events-slider .single-slide {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(41, 126, 239, 0.48);
          box-shadow: inset 0 0 0 1000px rgba(41, 126, 239, 0.48); }

body.eoa-4u .medflix-slider-wrapper .medflix-events-slider .no-slider {
  -webkit-box-shadow: inset 0 0 0 1000px #297EEF !important;
          box-shadow: inset 0 0 0 1000px #297EEF !important; }

body.eoa-4u .medflix-slider-wrapper .medflix-events-slider .cd-buttons .button.cta-3 {
  background: #E8493A !important;
  border: 2px solid #E8493A !important; }

body.eoa-4u .box-holder.normal .content-holder {
  background: #297EEF; }

body.eoa-4u .event-holder {
  background: #297EEF; }
  body.eoa-4u .event-holder .content-holder {
    background: #297EEF; }
  body.eoa-4u .event-holder.past .date {
    color: #FCE912; }

body.eoa-4u .site-footer,
body.eoa-4u .site-socket {
  background: #297EEF; }
  body.eoa-4u .site-footer .col-xs-12,
  body.eoa-4u .site-socket .col-xs-12 {
    border: none; }
  body.eoa-4u .site-footer .site-branding img,
  body.eoa-4u .site-socket .site-branding img {
    max-width: 120px;
    max-height: 120px; }

body.eoa-radiology .site-header {
  background: #BC1768; }
  @media (min-width: 992px) {
    body.eoa-radiology .site-header.transparent {
      background: none; } }

body.eoa-radiology .tag.upcoming {
  color: #BC1768;
  background: rgba(188, 23, 104, 0.1); }

body.eoa-radiology .wp-block-cover.is-style-alternative-hero-section:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #BC1768), color-stop(90%, rgba(188, 23, 104, 0.8)));
  background: linear-gradient(to bottom, #BC1768 1%, rgba(188, 23, 104, 0.8) 90%); }

body.eoa-radiology .wp-block-cover.is-style-alternative-hero-section .tag.special {
  background: #2196f3; }

body.eoa-radiology .wp-block-cover.is-style-single-header {
  background: #BC1768; }

body.eoa-radiology .wp-block-cover.is-style-video-header {
  background: #BC1768; }

body.eoa-radiology .wp-block-cover.is-style-default-bg:after {
  background: #BC1768; }

body.eoa-radiology .wp-block-cover.is-style-landing-hero:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #BC1768), to(rgba(188, 23, 104, 0.85)));
  background: linear-gradient(to bottom, #BC1768 1%, rgba(188, 23, 104, 0.85) 100%); }

body.eoa-radiology .button.cd-popup-trigger {
  background: #BC1768; }

body.eoa-radiology .tag:not(.archive).special {
  background: #d31a75; }

body.eoa-radiology .wp-block-group.is-style-green-group {
  background: #BC1768; }

body.eoa-radiology .wpcf7 input[type=submit] {
  background: #BC1768; }

body.eoa-radiology .agenda-box .tab-horizontal {
  background: #ef7db5; }

body.eoa-radiology .user-registration .ur-submit-button,
body.eoa-radiology .user-registration input[type=submit],
body.eoa-radiology .ur-frontend-form .ur-submit-button,
body.eoa-radiology .ur-frontend-form input[type=submit] {
  background: #BC1768; }

body.eoa-radiology .user-registration .ur-front-spinner,
body.eoa-radiology .ur-frontend-form .ur-front-spinner {
  border-top-color: #BC1768; }

body.eoa-radiology.featured-event .wp-block-group.is-style-green-group {
  background: #ef7db5;
  color: #000034; }

body.eoa-radiology .medflix-slider-wrapper .medflix-events-slider .single-slide {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(188, 23, 104, 0.48);
          box-shadow: inset 0 0 0 1000px rgba(188, 23, 104, 0.48); }
          .header_wrap{
            background-color: #3f5af3 !important;
          }
          .site-header{
            background-color: #3f5af3 !important;
        
          }

          .button{
            background-color: #3f5af3;
          }
          .button{
            background: #3f5af3 !important;
          }

          button:hover{
            background-color: #460ef3 !important;
            color: white;
            border: #460ef3;
          }
          .button:hover{
            background-color: #460ef3 !important;
            color: white !important;
          }
          button:focus{
                      background-color: #460ef3;
                      color: white;
                      border: #460ef3;
                  }
          input[type=submit]{
            background-color: #3f5af3 !important;
          }
          button[type=submit]{
            background-color: #3f5af3 !important;
          }
          button[type=submit]{
            background: #3f5af3 !important;
          }
          
          button, .button, a.button, .main-navigation a.button, .is-style-cd-popup-trigger a, input[type="button"], input[type="reset"], input[type="submit"] {
            background: #3f5af3;
            color: white;
        }
        .wp-block-cover.is-style-single-header {
          padding-top: 1.875rem;
          min-height: 150px;
          background: #3f5af3;
      }
        .wp-block-buttons .wp-block-button.is-style-cta a {
          background: #3f5af3 !important;
          color: white;
      }
@media (max-width: 991px) { 

  .header_wrap{
    background-color: #3f5af3 !important;
  }
  .site-header{
    background-color: #3f5af3 !important;

  }
}