@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

html {
  font-size: 62.5%;
  font-family: "din-2014", sans-serif;
  font-variant-ligatures: no-common-ligatures; }

body {
  font-size: 18px;
  font-size: 1.8rem;
  color: #585858;
  font-weight: 300; }

* {
  box-sizing: border-box; }

h1.m_logo {
  width: 100%;
  margin: 0 0;
  display: inline-block; }
  h1.m_logo > a {
    display: block;
    background-image: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#logo-main-2");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-top: 48%; }
    h1.m_logo > a > svg {
      display: none; }
    h1.m_logo > a > span {
      display: none; }

h1.m_logo.m_logo__white > a {
  background-image: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#logo-white"); }

/* UHero Slider */
div.hero-container div.slick--skin--fullwidth {
  height: 440px;
  overflow: hidden; }
  @media (min-width: 720px) {
    div.hero-container div.slick--skin--fullwidth {
      height: 500px; } }
  div.hero-container div.slick--skin--fullwidth .media {
    height: 100%; }
  div.hero-container div.slick--skin--fullwidth .slide__constrained {
    height: 500px;
    margin: auto;
    position: absolute;
    top: 0px;
    padding-top: 30px;
    width: 100%; }
    @media (min-width: 375px) {
      div.hero-container div.slick--skin--fullwidth .slide__constrained {
        position: absolute;
        top: 0px;
        padding-top: 22%;
        width: 100%; } }
    @media (min-width: 1024px) {
      div.hero-container div.slick--skin--fullwidth .slide__constrained {
        padding-top: 20%;
        width: 98%;
        transform: translateX(-50%); } }
    @media (min-width: 1100px) {
      div.hero-container div.slick--skin--fullwidth .slide__constrained {
        padding-top: 10%; } }
    @media (min-width: 1300px) {
      div.hero-container div.slick--skin--fullwidth .slide__constrained {
        width: 1170px; } }
    div.hero-container div.slick--skin--fullwidth .slide__constrained .slide__caption {
      top: 40%;
      width: 100%; }
      div.hero-container div.slick--skin--fullwidth .slide__constrained .slide__caption h2 {
        display: block;
        width: 80%;
        max-width: 970px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-family: "kepler-std", serif;
        color: #fff;
        text-transform: initial; }
        @media (min-width: 375px) {
          div.hero-container div.slick--skin--fullwidth .slide__constrained .slide__caption h2 {
            font-size: 3.8rem;
            line-height: 4.6rem; } }
        @media (min-width: 720px) {
          div.hero-container div.slick--skin--fullwidth .slide__constrained .slide__caption h2 {
            font-size: 4.5rem;
            line-height: 5.5rem; } }
  div.hero-container div.slick--skin--fullwidth .slick__arrow .slick-arrow:before {
    color: #0378E2; }
    @media (min-width: 375px) {
      div.hero-container div.slick--skin--fullwidth .slick__arrow .slick-arrow:before {
        font-size: 3.25rem; } }
    @media (min-width: 480px) {
      div.hero-container div.slick--skin--fullwidth .slick__arrow .slick-arrow:before {
        font-size: 4.25rem; } }
  @media (min-width: 375px) {
    div.hero-container div.slick--skin--fullwidth .slick__arrow .slick-arrow {
      margin: 0 5px; } }
  @media (min-width: 480px) {
    div.hero-container div.slick--skin--fullwidth .slick__arrow .slick-arrow {
      margin: 0 30px; } }

/* UHero Banner */
div.m_hero {
  position: relative; }
  div.m_hero > div.content,
  div.m_hero > div.image-container {
    width: 100%; }
    @media (min-width: 720px) {
      div.m_hero > div.content,
      div.m_hero > div.image-container {
        height: 572px; } }
  div.m_hero > div.content {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 70px;
    padding-bottom: 100px;
    height: 100%; }
    @media (min-width: 720px) {
      div.m_hero > div.content {
        min-height: 55vh;
        padding-top: 80px;
        padding-bottom: 110px; } }
    @media (min-width: 940px) {
      div.m_hero > div.content {
        min-height: 65vh; } }
    div.m_hero > div.content > h2 {
      display: block;
      width: 80%;
      max-width: 970px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      font-family: "kepler-std", serif;
      color: #fff;
      font-size: 38px;
      font-size: 3.8rem;
      line-height: 46px;
      line-height: 4.6rem; }
      @media (min-width: 720px) {
        div.m_hero > div.content > h2 {
          font-size: 50px;
          font-size: 5rem;
          line-height: 65px;
          line-height: 6.5rem; } }
  div.m_hero > div.image-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    div.m_hero > div.image-container > img {
      display: none; }

/* UHomeWeDo */
div.m_home-we-do div.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -60px;
  position: relative;
  z-index: 500; }
  @media (min-width: 800px) {
    div.m_home-we-do div.wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    div.m_home-we-do div.wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 720px) {
    div.m_home-we-do div.wrapper {
      margin-top: -60px;
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 940px) {
    div.m_home-we-do div.wrapper {
      flex-wrap: nowrap;
      justify-content: space-around; } }

div.m_home-we-do div.m_home-we-do__box {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  flex-basis: 100%;
  background: linear-gradient(to right, #0378E2 0%, #0378E2 70.01%, #036dce 100%);
  background-size: 100% 50.1%;
  color: #fff;
  border-bottom: 1px solid #cce6fe; }
  @media (min-width: 720px) {
    div.m_home-we-do div.m_home-we-do__box {
      flex-basis: 50%;
      border-left: 1px solid #cce6fe;
      border-bottom-width: 0px; } }
  @media (min-width: 940px) {
    div.m_home-we-do div.m_home-we-do__box {
      flex-basis: 25%; } }
  div.m_home-we-do div.m_home-we-do__box:nth-child(odd) {
    border-left-width: 0px; }
    @media (min-width: 940px) {
      div.m_home-we-do div.m_home-we-do__box:nth-child(odd) {
        border-left-width: 1px; } }
  @media (min-width: 940px) {
    div.m_home-we-do div.m_home-we-do__box:first-child {
      border-left-width: 0px; } }
  div.m_home-we-do div.m_home-we-do__box > h3 {
    flex-basis: 100%;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1em;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 8px; }
    @media (min-width: 720px) {
      div.m_home-we-do div.m_home-we-do__box > h3 {
        font-size: 35px;
        font-size: 3.5rem; } }
  div.m_home-we-do div.m_home-we-do__box > p,
  div.m_home-we-do div.m_home-we-do__box a {
    flex-basis: 100%;
    font-weight: 300;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem; }
    @media (min-width: 720px) {
      div.m_home-we-do div.m_home-we-do__box > p,
      div.m_home-we-do div.m_home-we-do__box a {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 20px;
        line-height: 2rem; } }
  div.m_home-we-do div.m_home-we-do__box > p {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px; }
  div.m_home-we-do div.m_home-we-do__box > a {
    display: block;
    padding: 12.5px 25px;
    width: 100%;
    background-color: #ff715b;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-shadow: 0px 0px 0px #fff;
    transition: text-shadow 300ms ease; }
    div.m_home-we-do div.m_home-we-do__box > a:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 50%;
      right: 12.5px;
      width: 20px;
      height: 20px;
      background-image: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#chevron-down");
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(-90deg) translateX(50%);
      transition: right 300ms ease; }
    div.m_home-we-do div.m_home-we-do__box > a:hover {
      text-shadow: 0px 0px 2px #fff; }
      div.m_home-we-do div.m_home-we-do__box > a:hover:after {
        right: 0px; }

/* MHomeNutrition */
div.m_home-nutrition > div.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px; }
  @media (min-width: 800px) {
    div.m_home-nutrition > div.wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    div.m_home-nutrition > div.wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  div.m_home-nutrition > div.wrapper > h3 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1em;
    font-family: "kepler-std", serif;
    color: #1d3461;
    text-align: center;
    margin-bottom: 25px; }
    @media (min-width: 720px) {
      div.m_home-nutrition > div.wrapper > h3 {
        margin-bottom: 40px; } }
  div.m_home-nutrition > div.wrapper > div.boxes {
    display: flex;
    flex-wrap: wrap; }

div.m_home-nutrition div.m_home-nutrition__box {
  flex-basis: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-style: solid;
  border-color: rgba(88, 88, 88, 0.3); }
  @media (min-width: 720px) {
    div.m_home-nutrition div.m_home-nutrition__box {
      flex-basis: 50%; } }
  @media (min-width: 1024px) {
    div.m_home-nutrition div.m_home-nutrition__box {
      flex-basis: 33.33%;
      padding-top: 40px;
      padding-bottom: 35px; } }
  div.m_home-nutrition div.m_home-nutrition__box > span {
    display: block;
    color: #1d3461;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 6px;
    position: relative; }
    div.m_home-nutrition div.m_home-nutrition__box > span:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: -26px;
      width: 35px;
      height: 35px;
      background-image: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#arrow-down");
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(-90deg) translateX(11px);
      transition: right 300ms ease; }
  div.m_home-nutrition div.m_home-nutrition__box > h5 {
    display: block;
    color: #ff715b;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1em;
    padding-bottom: 12px; }
  div.m_home-nutrition div.m_home-nutrition__box > p {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3em;
    font-weight: 300;
    color: #585858; }
  div.m_home-nutrition div.m_home-nutrition__box.box1 {
    border-bottom-width: 1px; }
  div.m_home-nutrition div.m_home-nutrition__box.box2 {
    border-bottom-width: 1px; }
  div.m_home-nutrition div.m_home-nutrition__box.box3 {
    border-bottom-width: 1px; }
  div.m_home-nutrition div.m_home-nutrition__box.box4 {
    border-bottom-width: 1px; }
  div.m_home-nutrition div.m_home-nutrition__box.box5 {
    border-bottom-width: 1px; }
  div.m_home-nutrition div.m_home-nutrition__box.box6 {
    border-bottom-width: 1px; }
  @media (min-width: 720px) {
    div.m_home-nutrition div.m_home-nutrition__box.box2 {
      border-left-width: 1px; }
    div.m_home-nutrition div.m_home-nutrition__box.box4 {
      border-left-width: 1px; }
    div.m_home-nutrition div.m_home-nutrition__box.box6 {
      border-left-width: 1px; }
    div.m_home-nutrition div.m_home-nutrition__box.box5 {
      border-bottom-width: 0px; }
    div.m_home-nutrition div.m_home-nutrition__box.box6 {
      border-bottom-width: 0px; } }
  @media (min-width: 1024px) {
    div.m_home-nutrition div.m_home-nutrition__box.box3 {
      border-left-width: 1px; }
    div.m_home-nutrition div.m_home-nutrition__box.box5 {
      border-left-width: 1px; }
    div.m_home-nutrition div.m_home-nutrition__box.box4 {
      border-left-width: 0px;
      border-bottom-width: 0px; } }

/* MHomeNuBox */
div.m_home-nu-box {
  background-color: rgba(3, 120, 226, 0.1); }
  div.m_home-nu-box > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 35px;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 800px) {
      div.m_home-nu-box > div.wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.m_home-nu-box > div.wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    div.m_home-nu-box > div.wrapper:after {
      content: '';
      display: table;
      clear: both; }
    @media (min-width: 800px) {
      div.m_home-nu-box > div.wrapper {
        display: block;
        padding-top: 60px;
        padding-bottom: 45px; } }
    div.m_home-nu-box > div.wrapper > div.image-container {
      order: 2;
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 800px) {
        div.m_home-nu-box > div.wrapper > div.image-container {
          float: left;
          order: 1;
          width: calc(35% - 40px);
          margin-right: 40px; } }
      div.m_home-nu-box > div.wrapper > div.image-container > img {
        display: block;
        width: 100%; }
    div.m_home-nu-box > div.wrapper > h3 {
      order: 1;
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 1em;
      color: #1d3461;
      font-family: "kepler-std", serif;
      padding-bottom: 15px; }
      @media (min-width: 800px) {
        div.m_home-nu-box > div.wrapper > h3 {
          order: 2; } }
    div.m_home-nu-box > div.wrapper > div.content {
      order: 3;
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem;
      margin-bottom: 20px; }
    div.m_home-nu-box > div.wrapper > a {
      order: 4;
      display: inline-block; }

/* MButton */
.m_button {
  outline: none;
  display: block;
  line-height: 1em;
  text-decoration: none;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  white-space: nowrap;
  font-family: "din-2014", sans-serif;
  font-weight: 500;
  color: #0378E2;
  border: 1px solid #0378E2;
  background-color: transparent;
  transition: color 300ms ease, background-color 300ms ease;
  cursor: pointer; }
  .m_button:hover {
    background-color: #0378E2;
    color: #fff; }

.m_button.m_button__red {
  color: #ff715b;
  border-color: #ff715b; }
  .m_button.m_button__red:hover {
    background-color: #ff715b;
    color: #fff; }

.m_button.m_button__dark-blue {
  color: #1d3461;
  border-color: #1d3461; }
  .m_button.m_button__dark-blue:hover {
    background-color: #1d3461;
    color: #fff; }

.m_button.m_button__full {
  border-color: #0378E2;
  background-color: #0378E2;
  color: #fff;
  transition: background-color 300ms ease, border-color 300ms ease; }
  .m_button.m_button__full:hover {
    background-color: #1c92fc;
    border-color: #1c92fc; }

.m_button.m_button__full.m_button__red {
  border-color: #ff715b;
  background-color: #ff715b;
  color: #fff; }
  .m_button.m_button__full.m_button__red:hover {
    background-color: #ff9d8e;
    border-color: #ff9d8e; }

.m_button.m_button__full.m_button__dark-blue {
  border-color: #1d3461;
  background-color: #1d3461;
  color: #fff; }
  .m_button.m_button__full.m_button__dark-blue:hover {
    background-color: #294988;
    border-color: #294988; }

.m_button.m_button__white {
  color: #fff;
  border-color: #fff; }
  .m_button.m_button__white:hover {
    background-color: #fff;
    color: #1d3461; }

/* MHomeJoin */
div.m_home-join {
  background-color: #ff715b;
  color: #fff;
  text-align: center; }
  div.m_home-join > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    padding-top: 70px;
    padding-bottom: 60px; }
    @media (min-width: 800px) {
      div.m_home-join > div.wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.m_home-join > div.wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    div.m_home-join > div.wrapper > h3 {
      font-family: "kepler-std", serif;
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 1em;
      color: #fff;
      margin-bottom: 25px; }
    div.m_home-join > div.wrapper > p {
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      line-height: 30px;
      line-height: 3rem;
      margin-bottom: 35px; }
    div.m_home-join > div.wrapper > a {
      outline: none;
      display: block;
      line-height: 1em;
      text-decoration: none;
      padding-left: 1.5em;
      padding-right: 1.5em;
      padding-top: 0.6em;
      padding-bottom: 0.6em;
      white-space: nowrap;
      font-family: "din-2014", sans-serif;
      font-weight: 500;
      color: #fff;
      border: 1px solid #fff;
      background-color: transparent;
      transition: color 300ms ease, background-color 300ms ease;
      cursor: pointer;
      display: inline-block; }
      div.m_home-join > div.wrapper > a:hover {
        background-color: #fff;
        color: #ff715b; }

/* MStoryList */
div.m_story-list > div.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  padding-top: 50px; }
  @media (min-width: 800px) {
    div.m_story-list > div.wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    div.m_story-list > div.wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  div.m_story-list > div.wrapper > h3 {
    display: block;
    text-align: center;
    font-family: "kepler-std", serif;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1em;
    color: #1d3461;
    margin-bottom: 60px; }
    @media (min-width: 940px) {
      div.m_story-list > div.wrapper > h3 {
        margin-bottom: 80px; } }
  div.m_story-list > div.wrapper > div.stories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

div.m_story-list .m_story-list__story {
  flex-basis: 100%;
  background-color: #f7fafb;
  padding: 0px 20px 40px 20px;
  margin-bottom: 60px; }
  @media (min-width: 940px) {
    div.m_story-list .m_story-list__story {
      flex-basis: 32%; } }
  div.m_story-list .m_story-list__story > div.image-container {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 1000px;
    background-color: #e6eff3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #0378E2;
    margin-top: -30px;
    margin-left: 0;
    margin-bottom: 20px; }
    div.m_story-list .m_story-list__story > div.image-container:before {
      z-index: 1;
      width: 80px;
      height: 80px;
      border-radius: 1000px;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border: 3px solid #f7fafb; }
    div.m_story-list .m_story-list__story > div.image-container > img {
      display: none; }
  div.m_story-list .m_story-list__story > p {
    line-height: 1.3em;
    display: block;
    margin-bottom: 20px; }
  div.m_story-list .m_story-list__story > h5 {
    font-weight: bold;
    color: #252931;
    display: block;
    margin-bottom: 2px; }

header.u_main-header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 2000; }
  @media (min-width: 720px) {
    header.u_main-header {
      position: static;
      border-bottom: 4px solid #0378E2; } }
  header.u_main-header > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    z-index: 1000;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 800px) {
      header.u_main-header > div.wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      header.u_main-header > div.wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 720px) {
      header.u_main-header > div.wrapper {
        padding-top: 10px;
        padding-bottom: 12px; } }
    header.u_main-header > div.wrapper > div.logo-container {
      min-width: 155px;
      flex-grow: 0; }
      @media (min-width: 720px) {
        header.u_main-header > div.wrapper > div.logo-container {
          min-width: 190px; } }
    header.u_main-header > div.wrapper > div.nav-button-container {
      display: flex;
      align-items: center; }
      @media (min-width: 720px) {
        header.u_main-header > div.wrapper > div.nav-button-container {
          display: none; } }
    header.u_main-header > div.wrapper > div.nav-container {
      max-height: 0px;
      border-top: 2px solid #0378E2;
      border-bottom: 2px solid #0378E2;
      overflow: hidden;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      transition: max-height 300ms ease; }
      @media (min-width: 720px) {
        header.u_main-header > div.wrapper > div.nav-container {
          position: static;
          top: initial;
          left: initial;
          max-height: none;
          border: none;
          display: flex;
          justify-content: flex-end;
          overflow: visible; } }
  header.u_main-header.isNavOpen > div.wrapper > div.nav-container {
    max-height: calc(100vh - 108px);
    overflow: auto; }
    @media (min-width: 720px) {
      header.u_main-header.isNavOpen > div.wrapper > div.nav-container {
        max-height: none;
        padding-bottom: 0; } }
    header.u_main-header.isNavOpen > div.wrapper > div.nav-container > nav {
      padding-bottom: 100px; }
      @media (min-width: 720px) {
        header.u_main-header.isNavOpen > div.wrapper > div.nav-container > nav {
          padding-bottom: 0; } }

nav.u_main-nav {
  background-color: #fff;
  z-index: 2000;
  font-weight: 400; }
  @media (min-width: 720px) {
    nav.u_main-nav {
      display: flex;
      align-items: center; } }
  nav.u_main-nav > ul {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px; }
    @media (min-width: 720px) {
      nav.u_main-nav > ul {
        padding-bottom: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        justify-content: flex-end; } }
    nav.u_main-nav > ul > li {
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 15px;
      margin-bottom: 10px; }
      @media (min-width: 720px) {
        nav.u_main-nav > ul > li {
          padding-left: 50px;
          border: none;
          display: inline-block;
          padding-left: 20px;
          padding-right: 20px;
          padding-bottom: 0px;
          margin-bottom: 0px;
          position: relative; } }
      nav.u_main-nav > ul > li > a {
        display: block;
        font-family: "din-2014", sans-serif;
        text-decoration: none; }
        @media (min-width: 720px) {
          nav.u_main-nav > ul > li > a {
            display: inline-block;
            width: auto; } }
      @media (min-width: 720px) {
        nav.u_main-nav > ul > li > ul {
          max-height: 0px;
          overflow: hidden;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          background-color: #fff;
          width: auto;
          transition: max-height 600ms ease; } }
      nav.u_main-nav > ul > li > ul > li {
        padding-left: 10px; }
        @media (min-width: 720px) {
          nav.u_main-nav > ul > li > ul > li {
            padding-left: 0px; } }
        nav.u_main-nav > ul > li > ul > li > a {
          padding-left: 10px; }
          @media (min-width: 720px) {
            nav.u_main-nav > ul > li > ul > li > a {
              white-space: nowrap;
              padding-left: 15px;
              padding-right: 15px; } }
        @media (min-width: 720px) {
          nav.u_main-nav > ul > li > ul > li:first-child {
            border-top: 2px solid #0378E2;
            margin-top: 5px; } }
        nav.u_main-nav > ul > li > ul > li:first-child:before {
          width: 0;
          height: 0;
          content: '';
          z-index: 2;
          display: inline-block;
          border-bottom: 4.5px solid #0378E2;
          border-left: 3px solid transparent;
          border-right: 3px solid transparent;
          display: none;
          content: '';
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, 1px); }
          @media (min-width: 720px) {
            nav.u_main-nav > ul > li > ul > li:first-child:before {
              display: block; } }
      nav.u_main-nav > ul > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
        @media (min-width: 720px) {
          nav.u_main-nav > ul > li:last-child {
            padding-right: 20px; } }
      @media (min-width: 720px) {
        nav.u_main-nav > ul > li:hover > ul {
          max-height: 500px; } }
  nav.u_main-nav a.u_main-nav__link {
    display: block;
    color: #494949;
    text-decoration: none;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: color 300ms ease; }
    @media (min-width: 720px) {
      nav.u_main-nav a.u_main-nav__link {
        font-size: 16px;
        font-size: 1.6rem;
        padding-bottom: 5px; } }
    nav.u_main-nav a.u_main-nav__link:hover {
      color: #0378E2; }

button.u_mobile-nav-button {
  display: inline;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left;
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  background-image: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#mobile-nav-button");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -10000px;
  overflow: hidden; }
  button.u_mobile-nav-button > svg {
    height: 40px;
    width: 40px; }

/* UPage */
div.u_page > div.main-container {
  padding-top: 107px; }
  @media (min-width: 720px) {
    div.u_page > div.main-container {
      padding-top: 0px; } }

/* UTplHome */
div.u_tpl-home > div.nutrition-container {
  margin-top: 60px;
  margin-bottom: 40px; }

/* MFooter */
footer.m_footer {
  background-color: #1d3461; }
  footer.m_footer > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 800px) {
      footer.m_footer > div.wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      footer.m_footer > div.wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1100px) {
      footer.m_footer > div.wrapper {
        flex-wrap: nowrap;
        padding-top: 60px;
        padding-bottom: 100px; } }
    footer.m_footer > div.wrapper > div.branding-container {
      flex-basis: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      @media (min-width: 1100px) {
        footer.m_footer > div.wrapper > div.branding-container {
          flex-basis: calc(20% - 20px);
          flex-wrap: wrap;
          margin-bottom: 0px;
          height: 130px; } }
      footer.m_footer > div.wrapper > div.branding-container > div.logo-container {
        flex-basis: 50%;
        max-width: 165px;
        margin-bottom: 15px; }
        @media (min-width: 1100px) {
          footer.m_footer > div.wrapper > div.branding-container > div.logo-container {
            flex-basis: 100%; } }
      footer.m_footer > div.wrapper > div.branding-container > ul.social {
        flex-basis: 50%;
        max-width: 200px;
        display: flex;
        justify-content: space-around;
        align-items: center; }
        @media (min-width: 1100px) {
          footer.m_footer > div.wrapper > div.branding-container > ul.social {
            flex-basis: 100%;
            justify-content: flex-start; } }
        footer.m_footer > div.wrapper > div.branding-container > ul.social > li {
          display: block;
          margin-left: 5px; }
          @media (min-width: 1100px) {
            footer.m_footer > div.wrapper > div.branding-container > ul.social > li {
              margin-right: 20px;
              margin-left: 0px; } }
    footer.m_footer > div.wrapper > div.nav-container {
      flex-basis: 100%;
      margin-bottom: 50px; }
      @media (min-width: 720px) {
        footer.m_footer > div.wrapper > div.nav-container {
          flex-basis: calc(50% - 20px); } }
      @media (min-width: 1100px) {
        footer.m_footer > div.wrapper > div.nav-container {
          flex-basis: calc(35% - 20px);
          margin-top: 10px; } }
    footer.m_footer > div.wrapper > div.subscribe-container {
      flex-basis: 100%;
      max-width: 100%; }
      @media (min-width: 720px) {
        footer.m_footer > div.wrapper > div.subscribe-container {
          flex-basis: calc(50% - 20px); } }
      @media (min-width: 1100px) {
        footer.m_footer > div.wrapper > div.subscribe-container {
          flex-basis: calc(33% - 20px);
          margin-top: 10px; } }
  footer.m_footer a.m_footer__social-link {
    display: block;
    text-indent: -10000px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    background-position: 50% 50%; }
    footer.m_footer a.m_footer__social-link.fb {
      background-image: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#social-fb"); }
    footer.m_footer a.m_footer__social-link.tw {
      background-image: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#social-tw"); }
    footer.m_footer a.m_footer__social-link.li {
      background-image: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#social-li"); }
    footer.m_footer a.m_footer__social-link.yt {
      background-image: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#social-yt"); }
    footer.m_footer a.m_footer__social-link.ig {
      background-image: url("/themes/custom/ana/img/instagram-icon.png");
      background-size: cover !important;
      border-radius: 2px !important; }

/* MFooterNav */
nav.m_footer-nav {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 400; }
  nav.m_footer-nav > div.area {
    flex-basis: 48%;
    flex-grow: 0;
    flex-shrink: 0; }
    nav.m_footer-nav > div.area > h5 {
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 5px;
      margin-bottom: 5px; }
    nav.m_footer-nav > div.area > ul > li {
      display: block;
      padding-top: 3px;
      padding-bottom: 2px; }
      nav.m_footer-nav > div.area > ul > li > a {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        transition: border-bottom-color 300ms ease; }
        nav.m_footer-nav > div.area > ul > li > a:hover {
          border-bottom-color: #fff; }

/* UMailchimpBox */
div.u_mailchimp-box {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem; }
  div.u_mailchimp-box > h5 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 12px; }
  div.u_mailchimp-box > p {
    font-weight: 300;
    margin-bottom: 30px; }
  div.u_mailchimp-box > form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*
    > button {
      //@include make-button($color02, $color05);
    }
    */ }
    div.u_mailchimp-box > form > input[type='email'] {
      min-width: 0;
      margin-right: 20px;
      flex-basis: 1;
      flex-grow: 1;
      height: 44px;
      background-color: transparent;
      outline: none;
      border: none;
      border-bottom: 1px solid currentColor;
      color: #fff;
      font-family: "din-2014", sans-serif;
      border-radius: 0; }
      div.u_mailchimp-box > form > input[type='email']::placeholder {
        color: rgba(255, 255, 255, 0.4); }

/* UTplBasicPage */
div.u_tpl-basic-page > div.heading-container {
  width: 100%; }

div.u_tpl-basic-page > div.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 800px) {
    div.u_tpl-basic-page > div.wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    div.u_tpl-basic-page > div.wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 940px) {
    div.u_tpl-basic-page > div.wrapper {
      flex-wrap: nowrap; } }
  div.u_tpl-basic-page > div.wrapper > article.content-container {
    order: 3;
    flex-basis: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 100%; }
    @media (min-width: 940px) {
      div.u_tpl-basic-page > div.wrapper > article.content-container {
        padding-left: 60px; } }
  div.u_tpl-basic-page > div.wrapper > aside.sidebar-container {
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c9c9c9;
    order: 2;
    flex-basis: 100%; }
    @media (min-width: 940px) {
      div.u_tpl-basic-page > div.wrapper > aside.sidebar-container {
        flex-basis: 270px;
        flex-shrink: 0;
        flex-grow: 0;
        border: none;
        padding-left: 20px; } }

/* MPageHeading */
header.m_page-heading,
header.m_page-heading-blue {
  background-color: #0378E2;
  color: #fff;
  text-align: center; }
  header.m_page-heading > div.wrapper,
  header.m_page-heading-blue > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 60px;
    max-width: 760px; }
    @media (min-width: 800px) {
      header.m_page-heading > div.wrapper,
      header.m_page-heading-blue > div.wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      header.m_page-heading > div.wrapper,
      header.m_page-heading-blue > div.wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    header.m_page-heading > div.wrapper > h1,
    header.m_page-heading-blue > div.wrapper > h1 {
      display: block;
      font-size: 42px;
      font-size: 4.2rem;
      line-height: 1em;
      font-family: "kepler-std", serif;
      margin-bottom: 30px; }
      @media (min-width: 720px) {
        header.m_page-heading > div.wrapper > h1,
        header.m_page-heading-blue > div.wrapper > h1 {
          font-size: 50px;
          font-size: 5rem; } }
    header.m_page-heading > div.wrapper > span,
    header.m_page-heading-blue > div.wrapper > span {
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 28px;
      line-height: 2.8rem; }
      @media (min-width: 720px) {
        header.m_page-heading > div.wrapper > span,
        header.m_page-heading-blue > div.wrapper > span {
          font-size: 20px;
          font-size: 2rem;
          line-height: 30px;
          line-height: 3rem; } }

header.m_page-heading-white {
  color: #0378E2;
  text-align: center;
  border-bottom: 1px solid #0378E2; }
  header.m_page-heading-white > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    padding-bottom: 40px;
    max-width: 850px; }
    @media (min-width: 800px) {
      header.m_page-heading-white > div.wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      header.m_page-heading-white > div.wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    header.m_page-heading-white > div.wrapper > h1 {
      display: block;
      font-size: 42px;
      font-size: 4.2rem;
      line-height: 1em;
      font-family: "kepler-std", serif;
      margin-bottom: 30px; }
      @media (min-width: 720px) {
        header.m_page-heading-white > div.wrapper > h1 {
          font-size: 50px;
          font-size: 5rem; } }
    header.m_page-heading-white > div.wrapper > span {
      color: #494949;
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 28px;
      line-height: 2.8rem; }
      @media (min-width: 720px) {
        header.m_page-heading-white > div.wrapper > span {
          font-size: 20px;
          font-size: 2rem;
          line-height: 30px;
          line-height: 3rem; } }

header.m_page-heading-dark-blue {
  background-color: #1d3461;
  color: #fff;
  text-align: center; }
  header.m_page-heading-dark-blue > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 60px;
    max-width: 760px; }
    @media (min-width: 800px) {
      header.m_page-heading-dark-blue > div.wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      header.m_page-heading-dark-blue > div.wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    header.m_page-heading-dark-blue > div.wrapper > h1 {
      display: block;
      font-size: 42px;
      font-size: 4.2rem;
      line-height: 1em;
      font-family: "kepler-std", serif;
      margin-bottom: 30px; }
      @media (min-width: 720px) {
        header.m_page-heading-dark-blue > div.wrapper > h1 {
          font-size: 50px;
          font-size: 5rem; } }
    header.m_page-heading-dark-blue > div.wrapper > span {
      display: block;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 28px;
      line-height: 2.8rem; }
      @media (min-width: 720px) {
        header.m_page-heading-dark-blue > div.wrapper > span {
          font-size: 20px;
          font-size: 2rem;
          line-height: 30px;
          line-height: 3rem; } }

/* MSideNav */
nav.m_side-nav {
  color: #1d3461;
  display: none; }
  @media (min-width: 940px) {
    nav.m_side-nav {
      display: block;
      margin-bottom: 60px; } }
  nav.m_side-nav > h3 {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase; }
    @media (min-width: 940px) {
      nav.m_side-nav > h3 {
        display: block;
        padding-bottom: 14px; } }
  nav.m_side-nav > ul {
    display: inline-block; }
    @media (min-width: 940px) {
      nav.m_side-nav > ul {
        display: block; } }
    nav.m_side-nav > ul > li {
      display: inline-block;
      padding-top: 0px;
      padding-bottom: 0px; }
      @media (min-width: 940px) {
        nav.m_side-nav > ul > li {
          display: block;
          padding-top: 14px;
          padding-bottom: 14px; } }
      nav.m_side-nav > ul > li > a {
        display: inline-block;
        color: currentColor;
        text-decoration: none;
        font-weight: 300;
        text-transform: uppercase;
        border-bottom-width: 1px;
        border-style: solid;
        border-color: transparent;
        transition: border 300ms ease; }
        nav.m_side-nav > ul > li > a:hover {
          border-color: #7495d6; }
      nav.m_side-nav > ul > li:last-child {
        padding-bottom: 0px; }

/* MSidebox */
div.m_sidebox {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 940px) {
    div.m_sidebox {
      padding-left: 0px;
      padding-right: 0px; } }
  div.m_sidebox > span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1em;
    margin-bottom: 15px;
    position: relative; }
    div.m_sidebox > span:before {
      content: '';
      display: block;
      position: absolute;
      top: -10px;
      left: -38px;
      width: 40px;
      height: 40px;
      transform: rotate(-90deg);
      background-image: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#arrow-down");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
  div.m_sidebox > h3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1em;
    color: #ff715b;
    font-weight: 500;
    margin-bottom: 20px; }
  div.m_sidebox > div.m_wysiwyg {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem; }
  div.m_sidebox > a {
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    font-size: 1.6rem; }

/* UContent */
/* Mwysiwyg */
div.m_wysiwyg {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  div.m_wysiwyg h2,
  div.m_wysiwyg h3,
  div.m_wysiwyg h4,
  div.m_wysiwyg h5,
  div.m_wysiwyg h6 {
    font-family: "kepler-std", serif;
    color: #1d3461;
    padding-top: 20px;
    padding-bottom: 0.7em; }
  div.m_wysiwyg h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1em; }
  div.m_wysiwyg h3 {
    font-size: 35px;
    font-size: 3.5rem; }
  div.m_wysiwyg h4 {
    font-size: 25px;
    font-size: 2.5rem; }
  div.m_wysiwyg h5 {
    color: #0378E2;
    text-transform: uppercase;
    font-family: "din-2014", sans-serif;
    font-weight: 500; }
  div.m_wysiwyg h6 {
    color: #494949;
    text-transform: uppercase;
    font-family: "din-2014", sans-serif;
    font-weight: 500; }
  div.m_wysiwyg p {
    line-height: 1.5em;
    margin-bottom: 30px; }
    div.m_wysiwyg p img {
      max-width: 40%;
      margin-right: 30px;
      height: auto; }
  div.m_wysiwyg strong {
    font-weight: 600; }
  div.m_wysiwyg em {
    font-style: italic; }
  div.m_wysiwyg a {
    text-decoration: none;
    color: #0378E2; }
    div.m_wysiwyg a:not(.m_button) {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: transparent;
      transition: border-bottom-color 300ms ease; }
      div.m_wysiwyg a:not(.m_button):hover {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #68b6fd; }
  div.m_wysiwyg figure {
    display: block;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px; }
    div.m_wysiwyg figure > figcaption {
      padding-top: 5px;
      display: block;
      text-align: center;
      font-size: 0.9em; }
  div.m_wysiwyg img {
    max-width: 100%; }
  div.m_wysiwyg ul,
  div.m_wysiwyg ol {
    margin-left: 20px; }
    div.m_wysiwyg ul > li,
    div.m_wysiwyg ol > li {
      line-height: 1.5em;
      padding-bottom: 8px;
      padding-left: 30px; }
  div.m_wysiwyg ul > li {
    position: relative; }
    div.m_wysiwyg ul > li:before {
      content: '●';
      position: absolute;
      left: 0px;
      color: #0378E2; }
  div.m_wysiwyg ol {
    counter-reset: li-counter; }
    div.m_wysiwyg ol > li {
      position: relative; }
      div.m_wysiwyg ol > li:before {
        content: counter(li-counter);
        counter-increment: li-counter;
        position: absolute;
        left: 0px;
        font-weight: 600;
        color: #0378E2; }
  div.m_wysiwyg blockquote {
    display: block;
    color: #0378E2;
    border-left: 1px solid rgba(29, 52, 97, 0.3);
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px; }
    div.m_wysiwyg blockquote p {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 1.2em;
      font-family: "kepler-std", serif;
      text-align: center;
      margin-bottom: 0; }
    div.m_wysiwyg blockquote span {
      display: block;
      margin-top: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      color: #898989;
      font-style: italic; }
      div.m_wysiwyg blockquote span:before {
        content: '– '; }
  div.m_wysiwyg .quotebox {
    display: block;
    color: #0378E2;
    border-left: 1px solid rgba(29, 52, 97, 0.3);
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px; }
    div.m_wysiwyg .quotebox .quote {
      font-size: 35px;
      font-size: 3.5rem;
      line-height: 1.2em;
      font-family: "kepler-std", serif;
      text-align: center;
      margin-bottom: 0; }
    div.m_wysiwyg .quotebox .byline {
      display: block;
      margin-top: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: center;
      color: #898989;
      font-style: italic; }
  div.m_wysiwyg table {
    width: 100%;
    max-width: 100% !important; }
    div.m_wysiwyg table > thead > tr > td,
    div.m_wysiwyg table > thead > tr > th,
    div.m_wysiwyg table > tbody > tr > td,
    div.m_wysiwyg table > tbody > tr > th {
      border-color: #fff;
      border-style: solid;
      border-right-width: 1px; }
      div.m_wysiwyg table > thead > tr > td:last-child,
      div.m_wysiwyg table > thead > tr > th:last-child,
      div.m_wysiwyg table > tbody > tr > td:last-child,
      div.m_wysiwyg table > tbody > tr > th:last-child {
        border-right-width: 0px; }
    div.m_wysiwyg table > thead > tr > th {
      background-color: #0378E2;
      color: #fff;
      padding: 15px 30px; }
    div.m_wysiwyg table > tbody > tr > td {
      padding-top: 20px;
      text-align: center;
      padding-bottom: 20px; }
    div.m_wysiwyg table > tbody > tr:nth-child(even) > td {
      background-color: #bddffe; }
    @media (max-width: 620px) {
      div.m_wysiwyg table {
        display: block; }
        div.m_wysiwyg table caption, div.m_wysiwyg table thead, div.m_wysiwyg table tbody, div.m_wysiwyg table tr, div.m_wysiwyg table td, div.m_wysiwyg table th {
          display: block;
          width: 100%; }
        div.m_wysiwyg table > thead > tr > td,
        div.m_wysiwyg table > thead > tr > th,
        div.m_wysiwyg table > tbody > tr > td,
        div.m_wysiwyg table > tbody > tr > th {
          border-right-width: 0px; } }
  @media (min-width: 720px) {
    div.m_wysiwyg .cols, div.m_wysiwyg .two-col {
      display: flex;
      justify-content: stretch; } }
  @media (min-width: 720px) {
    div.m_wysiwyg .cols > div, div.m_wysiwyg .two-col > div {
      flex-basis: 50%;
      flex-grow: 0;
      flex-shrink: 0;
      margin-right: 20px; } }
  div.m_wysiwyg .m_button {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px; }

/* UTplTestimonials */
div.u_tpl-testimonials > .stories-container {
  padding-top: 30px; }
  @media (min-width: 940px) {
    div.u_tpl-testimonials > .stories-container {
      padding-top: 60px; } }

/* UTplTeam */
div.u_tpl-team > .teams-container {
  padding-top: 40px; }
  @media (min-width: 800px) {
    div.u_tpl-team > .teams-container {
      padding-top: 60px; } }

/* MMemberList */
div.m_member-list > div.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px; }
  @media (min-width: 800px) {
    div.m_member-list > div.wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    div.m_member-list > div.wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  div.m_member-list > div.wrapper > h3 {
    display: block;
    text-align: center;
    font-family: "kepler-std", serif;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1em;
    color: #1d3461;
    margin-bottom: 40px; }
    @media (min-width: 940px) {
      div.m_member-list > div.wrapper > h3 {
        margin-bottom: 50px; } }
  div.m_member-list > div.wrapper > div.members {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -11px; }

div.m_member-list .m_member-list__member {
  display: block;
  flex-basis: 100%;
  margin-bottom: 60px;
  padding: 0 11px; }
  @media (min-width: 480px) {
    div.m_member-list .m_member-list__member {
      flex-basis: 50%; } }
  @media (min-width: 800px) {
    div.m_member-list .m_member-list__member {
      flex-basis: 25%; } }
  div.m_member-list .m_member-list__member > a {
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: #f7fafb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s; }
    div.m_member-list .m_member-list__member > a > div.image-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-color: #e6eff3;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      div.m_member-list .m_member-list__member > a > div.image-container > img {
        display: none; }
    div.m_member-list .m_member-list__member > a > .member-content {
      padding: 20px; }
      div.m_member-list .m_member-list__member > a > .member-content > h5 {
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        color: #252931;
        display: block;
        margin-bottom: 2px; }
      div.m_member-list .m_member-list__member > a > .member-content > .credentials {
        line-height: 1.3em;
        display: block;
        margin-bottom: 10px; }
      div.m_member-list .m_member-list__member > a > .member-content > .title {
        line-height: 1.3em;
        display: block;
        margin-top: 10px;
        font-style: italic; }
    div.m_member-list .m_member-list__member > a:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

/* UTplEvents */
div.u_tpl-events > .featured {
  background: #fbfcfd; }
  div.u_tpl-events > .featured > .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    padding-top: 35px; }
    @media (min-width: 800px) {
      div.u_tpl-events > .featured > .wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.u_tpl-events > .featured > .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }

/* MFeaturedEvent */
div.m_featured-event {
  transition: box-shadow 0.3s;
  display: flex;
  flex-wrap: wrap;
  justify-content: left; }
  div.m_featured-event > .image-container {
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
    width: 100%; }
    @media (min-width: 720px) {
      div.m_featured-event > .image-container {
        flex-basis: 50%;
        padding-right: 11px; } }
    div.m_featured-event > .image-container > .image {
      width: 100%;
      height: 240px;
      background-color: #e6eff3;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border: 1px solid #8492a2; }
      @media (min-width: 720px) {
        div.m_featured-event > .image-container > .image {
          height: 0;
          padding-bottom: 63.7%; } }
      div.m_featured-event > .image-container > .image > img {
        display: none; }
  div.m_featured-event > .content {
    margin-bottom: 30px; }
    @media (min-width: 720px) {
      div.m_featured-event > .content {
        flex-basis: 50%;
        padding-left: 11px; } }
    div.m_featured-event > .content > .topic {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 5px;
      color: #0378E2;
      font-weight: 400; }
    div.m_featured-event > .content > h4 {
      font-family: "kepler-std", serif;
      color: #1d3461;
      font-size: 40px;
      font-size: 4rem;
      display: block;
      margin-bottom: 10px; }
      div.m_featured-event > .content > h4 > a {
        text-decoration: none;
        color: inherit; }
    div.m_featured-event > .content > .text {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.4;
      margin-bottom: 20px; }
    div.m_featured-event > .content > .event-data {
      margin-bottom: 15px;
      font-weight: 300;
      font-size: 16px;
      font-size: 1.6rem;
      color: #8492a2; }
      div.m_featured-event > .content > .event-data > .speakers {
        display: inline;
        font-style: italic; }
        div.m_featured-event > .content > .event-data > .speakers > span {
          color: #1d3461;
          font-weight: 400;
          font-style: normal; }
      div.m_featured-event > .content > .event-data > .separator {
        display: inline-block;
        margin: 0 6px; }
    div.m_featured-event > .content > .tags {
      color: #7a9cde;
      margin-bottom: 21px;
      font-size: 16px;
      font-size: 1.6rem; }
      div.m_featured-event > .content > .tags > span:not(:last-child):after {
        content: ","; }
    div.m_featured-event > .content > .button {
      outline: none;
      display: block;
      line-height: 1em;
      text-decoration: none;
      padding-left: 1.5em;
      padding-right: 1.5em;
      padding-top: 0.6em;
      padding-bottom: 0.6em;
      white-space: nowrap;
      font-family: "din-2014", sans-serif;
      font-weight: 500;
      color: #fff;
      border: 1px solid #fff;
      background-color: transparent;
      transition: color 300ms ease, background-color 300ms ease;
      cursor: pointer;
      background-color: #0378E2;
      display: inline-block;
      transition: background-color 300ms ease, border-color 300ms ease; }
      div.m_featured-event > .content > .button:hover {
        background-color: #fff;
        color: #0378E2; }
      div.m_featured-event > .content > .button:hover {
        background-color: #1c92fc;
        border-color: #1c92fc;
        color: #fff; }

/* UEventSearch */
div.u_event-search > .filters {
  border-top: 1px solid #d7dce2;
  border-bottom: 1px solid #d7dce2;
  padding: 20px 0 10px 0;
  background: #fbfcfd;
  font-size: 16px;
  font-size: 1.6rem; }
  div.u_event-search > .filters > .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left; }
    @media (min-width: 800px) {
      div.u_event-search > .filters > .wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.u_event-search > .filters > .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    div.u_event-search > .filters > .wrapper > .filter {
      margin-bottom: 10px;
      width: 100%; }
      @media (min-width: 720px) {
        div.u_event-search > .filters > .wrapper > .filter {
          padding-right: 30px; } }
    @media (min-width: 720px) {
      div.u_event-search > .filters > .wrapper > .year {
        flex-basis: 210px; } }
    div.u_event-search > .filters > .wrapper > .year > span {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle;
      color: #8492a2; }
    div.u_event-search > .filters > .wrapper > .year > .field {
      display: inline-block;
      width: 100px;
      vertical-align: middle; }
    @media (min-width: 720px) {
      div.u_event-search > .filters > .wrapper > .topics, div.u_event-search > .filters > .wrapper .tags {
        flex-basis: 40%;
        max-width: 40%; } }

div.u_event-search > .list > .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 800px) {
    div.u_event-search > .list > .wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    div.u_event-search > .list > .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  div.u_event-search > .list > .wrapper > .no-results {
    display: none;
    text-align: center;
    padding: 100px 40px 100px 40px; }
    div.u_event-search > .list > .wrapper > .no-results > h4 {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 600; }

div.u_event-search.hasNoResults > .list > .wrapper > .no-results {
  display: block; }

.u_event-search__select {
  display: block;
  position: relative;
  border: 1px solid #8492a2;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  background: #fff; }
  .u_event-search__select > .current {
    position: relative;
    height: 38px;
    line-height: 38px;
    padding: 0 25px 0 15px;
    color: #0378E2;
    font-weight: 400;
    cursor: pointer; }
    .u_event-search__select > .current:after {
      content: "";
      position: absolute;
      top: 13px;
      right: 15px;
      width: 12px;
      height: 12px;
      background: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#arrow-blue") center no-repeat;
      background-size: cover; }
    .u_event-search__select > .current > span {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
    .u_event-search__select > .current.isEmpty {
      color: #8492a2; }
  .u_event-search__select > .list {
    position: absolute;
    color: #8492a2;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: scroll;
    max-height: 316px;
    border: 1px solid #8492a2;
    border-top: none;
    z-index: 1000;
    max-height: 0;
    transition: max-height 150ms; }
    .u_event-search__select > .list > .item {
      min-height: 38px;
      line-height: 24px;
      padding: 7px 15px;
      cursor: pointer;
      word-wrap: break-word; }
      .u_event-search__select > .list > .item:hover {
        background: #d9e6f5; }
  .u_event-search__select:not(.isMultiple) > .list > .item.active {
    background: #d9e6f5; }
  .u_event-search__select.isMultiple > .list > .item {
    position: relative;
    padding-right: 40px; }
    .u_event-search__select.isMultiple > .list > .item:before, .u_event-search__select.isMultiple > .list > .item:after {
      content: "";
      position: absolute;
      top: 10px;
      right: 16px;
      width: 14px;
      height: 14px; }
    .u_event-search__select.isMultiple > .list > .item:before {
      border-radius: 15px;
      border: 2px solid #0378E2; }
    .u_event-search__select.isMultiple > .list > .item:after {
      background: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#check") center no-repeat;
      background-size: contain;
      width: 18px;
      height: 18px;
      opacity: 0;
      transition: opacity 300ms; }
    .u_event-search__select.isMultiple > .list > .item.active:before {
      background: #0378E2; }
    .u_event-search__select.isMultiple > .list > .item.active:after {
      opacity: 1; }
  .u_event-search__select.isOpen > .current {
    border-bottom: 1px solid #0378E2; }
  .u_event-search__select.isOpen > .list {
    max-height: 320px; }

.u_event-search__list {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left; }

.u_event-search__event {
  flex-basis: 100%;
  padding: 0 10px;
  margin-bottom: 36px; }
  @media (min-width: 620px) {
    .u_event-search__event {
      flex-basis: 50%; } }
  @media (min-width: 800px) {
    .u_event-search__event {
      flex-basis: 25%; } }
  .u_event-search__event > .topic {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #0378E2;
    font-weight: 400;
    border-top: 1px solid #d7dce2; }
  .u_event-search__event > .image-container {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 64.8%;
    background-color: #e6eff3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #8492a2;
    margin-bottom: 15px; }
    @media (min-width: 720px) {
      .u_event-search__event > .image-container {
        height: 0;
        padding-bottom: 64.8%; } }
    .u_event-search__event > .image-container > img {
      display: none; }
  .u_event-search__event > h4 {
    font-family: "kepler-std", serif;
    color: #1d3461;
    font-size: 24px;
    font-size: 2.4rem;
    display: block;
    margin-bottom: 10px; }
    .u_event-search__event > h4 > a {
      text-decoration: none;
      color: inherit; }
  .u_event-search__event > .text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px; }
  .u_event-search__event > .event-data {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    color: #8492a2; }
    .u_event-search__event > .event-data > .speakers {
      font-style: italic;
      margin-bottom: 5px; }
      .u_event-search__event > .event-data > .speakers > span {
        color: #1d3461;
        font-weight: 400;
        font-style: normal; }
  .u_event-search__event > .tags {
    color: #7a9cde;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem; }
    .u_event-search__event > .tags > span:not(:last-child):after {
      content: ","; }

/* MEventHeading */
div.m_event-heading {
  background-color: #0378E2;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem; }
  div.m_event-heading > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left; }
    @media (min-width: 800px) {
      div.m_event-heading > div.wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.m_event-heading > div.wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    div.m_event-heading > div.wrapper > .return {
      width: 100%; }
      @media (min-width: 720px) {
        div.m_event-heading > div.wrapper > .return {
          flex-basis: 25%;
          padding-right: 10px; } }
      div.m_event-heading > div.wrapper > .return > a {
        display: block;
        margin: 25px 0;
        color: #fff;
        text-decoration: none;
        line-height: 1.5;
        padding-left: 28px;
        position: relative; }
        @media (min-width: 720px) {
          div.m_event-heading > div.wrapper > .return > a {
            max-width: 80px; } }
        div.m_event-heading > div.wrapper > .return > a:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 26px;
          background: url("/themes/custom/ana/uneets-fw/dist/assets/stack/svg/sprite.stack.svg#arrow-return") center no-repeat;
          background-size: 200% 200%;
          background-position: 50% 50%; }
    @media (min-width: 720px) {
      div.m_event-heading > div.wrapper > .event-info {
        flex-basis: 75%;
        padding-left: 10px; } }
    @media (min-width: 940px) {
      div.m_event-heading > div.wrapper > .event-info {
        flex-basis: 66.666667%; } }
    div.m_event-heading > div.wrapper > .event-info > .topic {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 10px;
      font-weight: 400; }
    div.m_event-heading > div.wrapper > .event-info > h4 {
      font-family: "kepler-std", serif;
      font-size: 50px;
      font-size: 5rem;
      display: block;
      margin-bottom: 10px; }
      div.m_event-heading > div.wrapper > .event-info > h4 > a {
        text-decoration: none;
        color: inherit; }
    div.m_event-heading > div.wrapper > .event-info > .event-data {
      margin-bottom: 15px;
      font-weight: 300; }
      div.m_event-heading > div.wrapper > .event-info > .event-data > .speakers {
        display: block;
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 5px;
        font-weight: 400; }
      div.m_event-heading > div.wrapper > .event-info > .event-data > .date {
        font-size: 20px;
        font-size: 2rem; }
    div.m_event-heading > div.wrapper > .event-info > .tags {
      margin-bottom: 21px;
      font-size: 16px;
      font-size: 1.6rem; }
      div.m_event-heading > div.wrapper > .event-info > .tags > span:not(:last-child):after {
        content: ","; }

/* UTplEvent */
div.u_tpl-event > .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 60px; }
  @media (min-width: 800px) {
    div.u_tpl-event > .wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    div.u_tpl-event > .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  div.u_tpl-event > .wrapper > .content-container {
    padding-left: 10px; }
    @media (min-width: 720px) {
      div.u_tpl-event > .wrapper > .content-container {
        margin-left: 25%;
        width: 75%; } }
    @media (min-width: 940px) {
      div.u_tpl-event > .wrapper > .content-container {
        width: 66.666667%; } }

.u_tpl-event__speakers {
  margin-bottom: 20px; }
  .u_tpl-event__speakers > h4 {
    border-bottom: 1px solid #bbc2cf;
    color: #0378E2;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 400; }
  .u_tpl-event__speakers > .speaker-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -10px; }
    .u_tpl-event__speakers > .speaker-list > .speaker {
      display: block;
      flex-basis: 100%;
      margin-bottom: 30px;
      padding: 0 10px; }
      @media (min-width: 620px) {
        .u_tpl-event__speakers > .speaker-list > .speaker {
          flex-basis: 50%; } }
      .u_tpl-event__speakers > .speaker-list > .speaker > h5 {
        font-family: "kepler-std", serif;
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 15px;
        color: #1d3461; }

.u_tpl-event__sponsors {
  margin-bottom: 20px;
  padding-top: 40px;
  border-top: 1px solid #bbc2cf; }
  .u_tpl-event__sponsors > h5 {
    font-weight: bold;
    margin-bottom: 10px; }
  .u_tpl-event__sponsors > .sponsors-list > .sponsor {
    width: 80%;
    max-width: 292px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px; }
    .u_tpl-event__sponsors > .sponsors-list > .sponsor img {
      width: 100%;
      height: auto; }

/* MLogin */
div.m_login {
  min-height: 100vh;
  background: #0378E2;
  padding: 50px 0 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  div.m_login > .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    max-width: 340px; }
    @media (min-width: 800px) {
      div.m_login > .wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.m_login > .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    div.m_login > .wrapper h1 {
      text-align: center;
      color: #fff;
      font-size: 40px;
      font-size: 4rem;
      font-family: "kepler-std", serif;
      margin-top: 0; }
    div.m_login > .wrapper label {
      display: none; }
    div.m_login > .wrapper input {
      display: block;
      width: 100%;
      max-width: 100%;
      line-height: 36px;
      padding: 0 16px;
      font-family: "din-2014", sans-serif; }
    div.m_login > .wrapper .description {
      display: none; }
    div.m_login > .wrapper .form-submit {
      outline: none;
      display: block;
      line-height: 1em;
      text-decoration: none;
      padding-left: 1.5em;
      padding-right: 1.5em;
      padding-top: 0.6em;
      padding-bottom: 0.6em;
      white-space: nowrap;
      font-family: "din-2014", sans-serif;
      font-weight: 500;
      color: #0378E2;
      border: 1px solid #0378E2;
      background-color: transparent;
      transition: color 300ms ease, background-color 300ms ease;
      cursor: pointer;
      background: #ff715b;
      color: #fff; }
      div.m_login > .wrapper .form-submit:hover {
        background-color: #0378E2;
        color: #fff; }
      div.m_login > .wrapper .form-submit:hover {
        background: #ff2f0f; }

/* UTplMember */
div.u_tpl-member > .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 60px; }
  @media (min-width: 800px) {
    div.u_tpl-member > .wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    div.u_tpl-member > .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  div.u_tpl-member > .wrapper > .content-container {
    padding-left: 10px; }
    @media (min-width: 720px) {
      div.u_tpl-member > .wrapper > .content-container {
        margin-left: 25%;
        width: 75%;
        min-height: 200px; } }
    @media (min-width: 940px) {
      div.u_tpl-member > .wrapper > .content-container {
        width: 66.666667%; } }

/* MMemberHeading */
div.m_member-heading {
  background-color: #0378E2;
  color: #fff;
  text-align: left; }
  div.m_member-heading > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left; }
    @media (min-width: 800px) {
      div.m_member-heading > div.wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.m_member-heading > div.wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 720px) {
      div.m_member-heading > div.wrapper {
        padding-top: 90px;
        padding-bottom: 50px; } }
    div.m_member-heading > div.wrapper > .photo {
      width: 100%;
      margin-bottom: 30px; }
      @media (min-width: 720px) {
        div.m_member-heading > div.wrapper > .photo {
          flex-basis: 25%;
          padding-right: 10px;
          position: relative; } }
      div.m_member-heading > div.wrapper > .photo > img {
        display: block;
        max-width: 350px;
        height: auto; }
        @media (min-width: 720px) {
          div.m_member-heading > div.wrapper > .photo > img {
            position: absolute;
            top: 0;
            left: 0;
            right: 10px;
            max-width: calc(100% - 10px);
            max-height: 400px; } }
    @media (min-width: 720px) {
      div.m_member-heading > div.wrapper > .member-info {
        flex-basis: 75%;
        padding-left: 10px; } }
    @media (min-width: 940px) {
      div.m_member-heading > div.wrapper > .member-info {
        flex-basis: 66.666667%; } }
    div.m_member-heading > div.wrapper > .member-info > h1 {
      font-family: "kepler-std", serif;
      margin-top: 0;
      font-size: 50px;
      font-size: 5rem;
      display: block;
      margin-bottom: 10px; }
      div.m_member-heading > div.wrapper > .member-info > h1 > a {
        text-decoration: none;
        color: inherit; }
    div.m_member-heading > div.wrapper > .member-info > .credentials {
      display: block;
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 5px;
      font-weight: 400; }
    div.m_member-heading > div.wrapper > .member-info > .title {
      display: block;
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 5px;
      font-weight: 400;
      font-style: italic; }

/* UTplOrganizations */
div.u_tpl-organizations > .teams-container {
  padding-top: 40px; }
  @media (min-width: 800px) {
    div.u_tpl-organizations > .teams-container {
      padding-top: 60px; } }

/* MOrganizationList */
div.m_organization-list > div.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px; }
  @media (min-width: 800px) {
    div.m_organization-list > div.wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    div.m_organization-list > div.wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  div.m_organization-list > div.wrapper > div.members {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -11px; }

div.m_organization-list .m_organization-list__member {
  display: block;
  flex-basis: 100%;
  margin-bottom: 60px;
  padding: 0 11px; }
  @media (min-width: 480px) {
    div.m_organization-list .m_organization-list__member {
      flex-basis: 50%; } }
  @media (min-width: 800px) {
    div.m_organization-list .m_organization-list__member {
      flex-basis: 33.333%; } }
  div.m_organization-list .m_organization-list__member > a {
    display: block;
    text-decoration: none;
    color: inherit;
    background-color: #f7fafb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s; }
    div.m_organization-list .m_organization-list__member > a > div.image-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 50%;
      background-color: #e6eff3;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      border: 5px solid #f7fafb; }
      div.m_organization-list .m_organization-list__member > a > div.image-container > img {
        display: none; }
    div.m_organization-list .m_organization-list__member > a > .member-content {
      padding: 20px; }
      div.m_organization-list .m_organization-list__member > a > .member-content > h5 {
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        color: #252931;
        display: block;
        margin-bottom: 15px; }
      div.m_organization-list .m_organization-list__member > a > .member-content > .info {
        line-height: 1.3em;
        display: block;
        margin-bottom: 10px; }
    div.m_organization-list .m_organization-list__member > a:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

/* UTplAdvocacyPage */
div.u_tpl-advocacy-page img {
  max-width: 100%; }

div.u_tpl-advocacy-page .intro {
  padding: 30px 0;
  border-bottom: 1px solid #D2D2D2; }
  @media (min-width: 720px) {
    div.u_tpl-advocacy-page .intro {
      padding: 60px 0; } }
  div.u_tpl-advocacy-page .intro > .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px; }
    @media (min-width: 800px) {
      div.u_tpl-advocacy-page .intro > .wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.u_tpl-advocacy-page .intro > .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 720px) {
      div.u_tpl-advocacy-page .intro > .wrapper > .intro-row {
        display: flex; } }
    @media (min-width: 720px) {
      div.u_tpl-advocacy-page .intro > .wrapper > .intro-row > .text {
        flex: 1 1 45%; } }
    div.u_tpl-advocacy-page .intro > .wrapper > .intro-row > .img-container {
      margin-bottom: 20px; }
      @media (min-width: 720px) {
        div.u_tpl-advocacy-page .intro > .wrapper > .intro-row > .img-container {
          flex: 1 1 55%;
          padding-left: 100px; } }

div.u_tpl-advocacy-page .main-content {
  padding: 30px 0;
  border-bottom: 1px solid #D2D2D2; }
  @media (min-width: 720px) {
    div.u_tpl-advocacy-page .main-content {
      padding: 60px 0; } }
  div.u_tpl-advocacy-page .main-content .title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000; }
  div.u_tpl-advocacy-page .main-content .subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000; }
  div.u_tpl-advocacy-page .main-content .disclaimer {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 30px; }
    div.u_tpl-advocacy-page .main-content .disclaimer p {
      margin-bottom: 20px; }
  div.u_tpl-advocacy-page .main-content > .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px; }
    @media (min-width: 800px) {
      div.u_tpl-advocacy-page .main-content > .wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.u_tpl-advocacy-page .main-content > .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 720px) {
      div.u_tpl-advocacy-page .main-content > .wrapper > .intro-row {
        display: flex; } }
    @media (min-width: 720px) {
      div.u_tpl-advocacy-page .main-content > .wrapper > .intro-row > .text {
        flex: 0 0 380px; } }
    div.u_tpl-advocacy-page .main-content > .wrapper > .intro-row > .img-container {
      margin-bottom: 20px; }
      @media (min-width: 720px) {
        div.u_tpl-advocacy-page .main-content > .wrapper > .intro-row > .img-container {
          flex: 1;
          padding-left: 40px; } }

div.u_tpl-advocacy-page .columns {
  padding: 30px 0; }
  div.u_tpl-advocacy-page .columns h3 {
    font-weight: 600;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
    color: #000; }
  @media (min-width: 720px) {
    div.u_tpl-advocacy-page .columns {
      padding: 60px 0; } }
  div.u_tpl-advocacy-page .columns .btn-container {
    margin: 20px 0 35px 0; }
    div.u_tpl-advocacy-page .columns .btn-container a {
      outline: none;
      display: block;
      line-height: 1em;
      text-decoration: none;
      padding-left: 1.5em;
      padding-right: 1.5em;
      padding-top: 0.6em;
      padding-bottom: 0.6em;
      white-space: nowrap;
      font-family: "din-2014", sans-serif;
      font-weight: 500;
      color: #fff;
      border: 1px solid #fff;
      background-color: transparent;
      transition: color 300ms ease, background-color 300ms ease;
      cursor: pointer;
      background: #0378E2;
      border: 1px solid #0378E2;
      display: inline-block; }
      div.u_tpl-advocacy-page .columns .btn-container a:hover {
        background-color: #fff;
        color: #0378E2; }
      div.u_tpl-advocacy-page .columns .btn-container a:hover {
        background: #FFF; }
  div.u_tpl-advocacy-page .columns > .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px; }
    @media (min-width: 800px) {
      div.u_tpl-advocacy-page .columns > .wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.u_tpl-advocacy-page .columns > .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 720px) {
      div.u_tpl-advocacy-page .columns > .wrapper {
        display: flex; } }
    div.u_tpl-advocacy-page .columns > .wrapper > .resources {
      margin-bottom: 30px; }
      @media (min-width: 720px) {
        div.u_tpl-advocacy-page .columns > .wrapper > .resources {
          flex: 0 0 66.666%; } }
      @media (min-width: 720px) {
        div.u_tpl-advocacy-page .columns > .wrapper > .resources .resources-list {
          column-count: 2;
          column-gap: 60px;
          padding-right: 40px; } }
    div.u_tpl-advocacy-page .columns > .wrapper > .learn-more {
      margin-bottom: 30px; }
      @media (min-width: 720px) {
        div.u_tpl-advocacy-page .columns > .wrapper > .learn-more {
          flex: 0 0 33.333%;
          padding-left: 40px;
          border-left: 1px solid #D2D2D2; } }

.u_tpl-advocacy-page--link {
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }
  .u_tpl-advocacy-page--link > .title {
    color: #0378E2;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem; }
    .u_tpl-advocacy-page--link > .title > a {
      color: inherit;
      text-decoration: none; }

/* MAdvocacyKey */
div.m_advocacy-key {
  margin-bottom: 30px;
  overflow: auto; }
  div.m_advocacy-key .item {
    clear: left;
    margin: 20px 0; }
    div.m_advocacy-key .item > .light {
      background: #EEE;
      float: left;
      width: 21px;
      height: 21px;
      display: block;
      border-radius: 40px; }
    div.m_advocacy-key .item > .content {
      margin-left: 30px;
      font-size: 14px;
      font-size: 1.4rem; }
    div.m_advocacy-key .item:nth-child(3n+1) > .light {
      background: #FD7260; }
    div.m_advocacy-key .item:nth-child(3n+2) > .light {
      background: #FFF594; }
    div.m_advocacy-key .item:nth-child(3n) > .light {
      background: #B1DA91; }

/* UAdvocacyMap */
div.u_advocacy-map {
  min-height: 60px;
  margin: auto;
  margin-bottom: 15px;
  position: relative; }
  div.u_advocacy-map > .dropdown {
    position: relative;
    background: #0378E2;
    width: 228px;
    color: #FFF;
    margin: 0 auto; }
    @media (min-width: 1100px) {
      div.u_advocacy-map > .dropdown {
        top: 0px;
        left: 50%;
        margin-left: -114px;
        z-index: 2; } }
    div.u_advocacy-map > .dropdown > .placeholder {
      padding: 15px 15px;
      text-transform: uppercase;
      font-weight: 600;
      cursor: pointer;
      font-size: 18px;
      font-size: 1.8rem; }
      div.u_advocacy-map > .dropdown > .placeholder:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 9px 0 9px;
        border-color: #ffffff transparent transparent transparent; }
    div.u_advocacy-map > .dropdown > .list {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      background: #0378E2;
      color: #FFF;
      opacity: 0.9;
      max-height: 400px;
      overflow: auto; }
      div.u_advocacy-map > .dropdown > .list a {
        display: block;
        padding: 10px 15px;
        color: #FFF;
        text-decoration: none;
        font-size: 18px;
        font-size: 1.8rem; }
      div.u_advocacy-map > .dropdown > .list.isOpen {
        display: block; }
  div.u_advocacy-map img {
    display: block; }
  div.u_advocacy-map .caption {
    text-align: right;
    margin: 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #B9B9B9; }

/* MDonateWidget */
#donate-widget .Donations {
  max-width: 400px;
  margin: 40px auto;
  border: 1px solid #d7dce2;
  padding: 0 20px 20px 20px; }
  #donate-widget .Donations * {
    box-sizing: border-box; }
  #donate-widget .Donations > .title {
    display: block;
    padding: 10px 20px;
    margin: 0 -20px;
    background: #eff1f3;
    border-bottom: 1px solid #d7dce2;
    margin-bottom: 20px;
    font-weight: 500; }
    #donate-widget .Donations > .title span {
      color: #0378E2;
      font-size: 0.8em;
      cursor: pointer;
      font-weight: 600;
      margin-left: 5px; }
  #donate-widget .Donations > .container {
    padding: 10px 0; }
  #donate-widget .Donations > .checkbox-container {
    font-size: 14px;
    color: #0378E2;
    font-weight: 400; }
  #donate-widget .Donations button {
    font-family: "din-2014", sans-serif;
    font-variant-ligatures: no-common-ligatures;
    cursor: pointer; }
    #donate-widget .Donations button:focus {
      box-shadow: none; }
  #donate-widget .Donations input[type="checkbox"] {
    margin-right: 8px; }
  #donate-widget .Donations button.donation {
    padding: 18px 3px;
    background: #f5f6f7;
    border: 1px solid #d7dce2;
    color: #333;
    font-family: "din-2014", sans-serif;
    font-variant-ligatures: no-common-ligatures;
    font-size: 15px;
    transition: background 0.3s, color 0.3s;
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%; }
    #donate-widget .Donations button.donation:hover {
      background: #d7dce2; }
    #donate-widget .Donations button.donation.selected {
      background: #0378E2;
      color: #FFF;
      border-color: #0378E2; }
    #donate-widget .Donations button.donation:nth-child(3), #donate-widget .Donations button.donation:nth-child(6) {
      margin-right: 0; }
  #donate-widget .Donations button.button-style {
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #0378E2;
    color: #FFF;
    margin-top: 20px; }
  #donate-widget .Donations form input {
    border: 1px solid #d7dce2;
    padding: 10px 10px;
    box-shadow: none;
    width: 100%;
    font-family: "din-2014", sans-serif;
    font-variant-ligatures: no-common-ligatures; }
  #donate-widget .Donations form > div {
    margin-bottom: 15px; }
    #donate-widget .Donations form > div:nth-child(1) {
      display: flex; }
      #donate-widget .Donations form > div:nth-child(1) > label {
        width: 50%;
        display: block;
        flex: 1 1 50%; }
      #donate-widget .Donations form > div:nth-child(1) > label:nth-child(1) input {
        border-right: 0; }
  #donate-widget .Donations form > label {
    font-size: 12px; }
  #donate-widget .Donations form .StripeElement {
    margin-top: 10px;
    border: 1px solid #d7dce2;
    padding: 10px 10px; }

/* MPdfViewer */
body {
  background: #FFF !important; }

div.m_pdf-viewer #mainContainer {
  background: #CCC; }

/* UTplSchoolComparison */
div.u_tpl-school-comparison > div.top-section {
  background-color: #1d3461; }
  div.u_tpl-school-comparison > div.top-section > div.wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    color: #fff; }
    @media (min-width: 800px) {
      div.u_tpl-school-comparison > div.top-section > div.wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      div.u_tpl-school-comparison > div.top-section > div.wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 940px) {
      div.u_tpl-school-comparison > div.top-section > div.wrapper {
        flex-wrap: nowrap; } }
    div.u_tpl-school-comparison > div.top-section > div.wrapper > article.content-container {
      order: 3;
      flex-basis: 100%;
      padding-top: 50px;
      padding-bottom: 20px;
      max-width: 100%; }
      @media (min-width: 940px) {
        div.u_tpl-school-comparison > div.top-section > div.wrapper > article.content-container {
          padding-left: 60px; } }

div.u_tpl-school-comparison > div.bottom-container {
  margin: auto; }

/* UPhilContainer */
div.u_phil-container section.m_phil * {
  font-family: 'din-2014', sans-serif; }

div.u_phil-container form.m_search-bar > input[type='text'],
div.u_phil-container section.m_phil .m_phil--results-header > div.count-area {
  font-size: 1.8em;
  font-family: 'din-2014', sans-serif; }

div.u_phil-container section.m_phil .m_phil--results-header > div.sort-controls-container {
  display: none; }

div.u_phil-container section.m_phil .m_phil--filter-header > h3,
div.u_phil-container dl.m_filter-list > dt > button.toggle-all > span.title {
  font-size: 1.4em;
  font-family: 'din-2014', sans-serif; }

div.u_phil-container button.m_clear-all-filters-btn,
div.u_phil-container dl.m_filter-list > dt > button.toggle-all > span.active-count,
div.u_phil-container .m_filter button.m_filter__filter-btn,
div.u_phil-container .m_phil .m_filter-summary > span,
div.u_phil-container .m_phil .m_filter-summary > div.selected-filter-list > button.selected-filter,
div.u_phil-container section.m_phil > div.search-section > div.wrapper > button.copy-search {
  font-family: 'din-2014', sans-serif;
  font-size: 1.2em; }

div.u_phil-container section.m_phil .m_phil--results-header > div.view-controls-container {
  display: none; }

div.u_phil-container form.m_search-bar > input[type='text'] {
  color: #fff; }

div.u_phil-container section.m_phil > div.search-section {
  background-color: #1d3461; }

div.u_phil-container section.m_phil > div.headers-section,
div.u_phil-container section.m_phil .m_phil--results-header {
  background-color: #0378E2; }

div.u_phil-container section.m_phil .m_phil--filter-header {
  background-color: #7a9cde; }

div.u_phil-container dl.m_filter-list > dt {
  background-color: #359efc; }

div.u_phil-container .m_filter {
  background-color: #e5f3ff; }

div.u_phil-container .m_phil .m_filter-summary > span {
  color: #0378E2; }

div.u_phil-container .m_phil
.m_filter-summary
> div.selected-filter-list
> button.selected-filter {
  border-color: #0378E2;
  background-color: #e5f3ff;
  color: #0378E2; }

div.u_phil-container nav.m_pagination button.btn.isActive,
div.u_phil-container nav.m_pagination button.btn:hover {
  background-color: #0378E2; }

div.u_phil-container nav.m_pagination button.btn {
  background-color: #359efc; }

div.u_phil-container nav.m_pagination button.btn:disabled,
div.u_phil-container nav.m_pagination button.btn:disabled:hover {
  background-color: #81c2fd; }

div.u_phil-container .m_item-list > .item-container > .philItem {
  padding: 30px 30px; }
  div.u_phil-container .m_item-list > .item-container > .philItem > h1.title {
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px;
    display: inline-block; }
    div.u_phil-container .m_item-list > .item-container > .philItem > h1.title > a {
      color: #1d3461;
      text-decoration: none; }
      div.u_phil-container .m_item-list > .item-container > .philItem > h1.title > a:after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #1d3461;
        height: 1px;
        content: '';
        opacity: 0;
        transition: opacity 300ms ease; }
      div.u_phil-container .m_item-list > .item-container > .philItem > h1.title > a:hover:after {
        opacity: 1; }
  div.u_phil-container .m_item-list > .item-container > .philItem > span.location {
    display: block;
    margin-bottom: 20px;
    font-size: 1.2em; }
  div.u_phil-container .m_item-list > .item-container > .philItem > div.philosophy {
    font-size: 1.4em;
    line-height: 1.6em;
    margin-bottom: 20px; }
  div.u_phil-container .m_item-list > .item-container > .philItem > span.website {
    font-size: 1.2em; }
    div.u_phil-container .m_item-list > .item-container > .philItem > span.website > a {
      color: #1d3461; }
  div.u_phil-container .m_item-list > .item-container > .philItem > span {
    font-size: 1.4em; }
  div.u_phil-container .m_item-list > .item-container > .philItem > dl.more-info {
    font-size: 1.4em;
    line-height: 1.4em; }
    div.u_phil-container .m_item-list > .item-container > .philItem > dl.more-info > dt {
      display: block;
      margin-bottom: 10px; }
      div.u_phil-container .m_item-list > .item-container > .philItem > dl.more-info > dt > button {
        display: inline;
        border: none;
        outline: none;
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        cursor: pointer;
        text-align: left;
        color: #1d3461; }
        div.u_phil-container .m_item-list > .item-container > .philItem > dl.more-info > dt > button:hover {
          text-decoration: underline; }
    div.u_phil-container .m_item-list > .item-container > .philItem > dl.more-info > dd {
      display: block;
      position: relative;
      padding-left: 15px;
      overflow: hidden;
      max-height: 0;
      transition: max-height 300ms ease; }
      div.u_phil-container .m_item-list > .item-container > .philItem > dl.more-info > dd > span {
        display: block;
        margin-bottom: 5px; }
      div.u_phil-container .m_item-list > .item-container > .philItem > dl.more-info > dd > div.contact-info {
        margin-top: 10px; }
        div.u_phil-container .m_item-list > .item-container > .philItem > dl.more-info > dd > div.contact-info > span {
          display: block; }
      div.u_phil-container .m_item-list > .item-container > .philItem > dl.more-info > dd:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 4px;
        background-color: #b3dafe; }
    div.u_phil-container .m_item-list > .item-container > .philItem > dl.more-info.isOpen > dd {
      max-height: 1000px; }

div.u_phil-container .m_item-list > .item-container.even {
  background-color: #f7fbff;
  border-bottom: 1px solid rgba(29, 52, 97, 0.3); }

div.u_phil-container .m_item-list > .item-container.odd {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid rgba(29, 52, 97, 0.3); }

div.u_phil-container .m_item-list.viewAsGrid > .item-container {
  padding: 10px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative; }
  div.u_phil-container .m_item-list.viewAsGrid > .item-container:after {
    position: absolute;
    bottom: -15px;
    width: 90%;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-color: rgba(29, 52, 97, 0.3);
    height: 1px; }
  div.u_phil-container .m_item-list.viewAsGrid > .item-container > .philItem {
    padding: 15px 15px; }
  div.u_phil-container .m_item-list.viewAsGrid > .item-container.even {
    border: none;
    background-color: #fff;
    border-right: 1px solid rgba(29, 52, 97, 0.3); }
  div.u_phil-container .m_item-list.viewAsGrid > .item-container.odd {
    border: none;
    background-color: #fff; }

/* UTplContact */
div.u_tpl-contact > .wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  max-width: 700px;
  padding: 30px 0; }
  @media (min-width: 800px) {
    div.u_tpl-contact > .wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    div.u_tpl-contact > .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

/* MContactForm */
div.m_contact-form label {
  display: block;
  margin-bottom: 8px; }

div.m_contact-form input, div.m_contact-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 26px;
  padding: 5px 16px;
  font-family: "din-2014", sans-serif;
  border: 1px solid #8492a2; }

div.m_contact-form textarea {
  height: 270px; }

div.m_contact-form select {
  max-width: 100%;
  line-height: 38px;
  height: 38px; }

div.m_contact-form form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  div.m_contact-form form > * {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  div.m_contact-form form > .field--type-string,
  div.m_contact-form form > .field--type-email,
  div.m_contact-form form > .field--widget-options-select {
    flex: 0 0 50%;
    max-width: 50%; }
  div.m_contact-form form > .field--type-language {
    display: none; }

div.m_contact-form .form-actions {
  text-align: center; }
  div.m_contact-form .form-actions input {
    outline: none;
    display: block;
    line-height: 1em;
    text-decoration: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    white-space: nowrap;
    font-family: "din-2014", sans-serif;
    font-weight: 500;
    color: #0378E2;
    border: 1px solid #0378E2;
    background-color: transparent;
    transition: color 300ms ease, background-color 300ms ease;
    cursor: pointer;
    display: inline-block;
    margin: 10px 15px;
    width: auto; }
    div.m_contact-form .form-actions input:hover {
      background-color: #0378E2;
      color: #fff; }
    @media (min-width: 720px) {
      div.m_contact-form .form-actions input {
        width: auto; } }
    div.m_contact-form .form-actions input#edit-submit {
      background: #0378E2;
      color: #fff; }
    div.m_contact-form .form-actions input#edit-preview {
      display: none; }
    div.m_contact-form .form-actions input:hover {
      background: #ff2f0f; }

#toolbar-administration {
  position: fixed;
  z-index: 2100;
  width: 100%;
  top: 0; }

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