@charset "UTF-8";

/**
 * EXTERNAL BOWER RESOURCES
 *
 * Breakpoint:    Media query mixin. http://breakpoint-sass.com/
 * Susy:          Sass grid system. http://susy.oddbird.net/
 *
 */
/**
 * SETTINGS
 *
 * Global:        Globally variables and settings/config.
 * Colors:        Colour variables & assignment
 * Fonts:         @font-face declarations
 *
 */
/*==============================
=            GLOBAL            =
==============================*/
/*===============================
=            COLOURS            =
===============================*/
@font-face {
  font-family: 'UniversalRegular';
  src: url("../fonts/UniversNextPro-Regular.eot");
  src: url("../fonts/UniversNextPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversNextPro-Regular.woff") format("woff"), url("../fonts/UniversNextPro-Regular.woff2") format("woff2"), url("../fonts/UniversNextPro-Regular.ttf") format("truetype"), url("../fonts/UniversNextPro-Regular.svg#UniversalRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UniversalRegular';
  src: url("../fonts/UniversNextPro-Bold.eot");
  src: url("../fonts/UniversNextPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversNextPro-Bold.woff") format("woff"), url("../fonts/UniversNextPro-Bold.woff2") format("woff2"), url("../fonts/UniversNextPro-Bold.ttf") format("truetype"), url("../fonts/UniversNextPro-Bold.svg#UniversalRegular") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UniversalBold';
  src: url("../fonts/UniversNextPro-Bold.eot");
  src: url("../fonts/UniversNextPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversNextPro-Bold.woff") format("woff"), url("../fonts/UniversNextPro-Bold.woff2") format("woff2"), url("../fonts/UniversNextPro-Bold.ttf") format("truetype"), url("../fonts/UniversNextPro-Bold.svg#UniversalRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UniversalLight';
  src: url("../fonts/UniversNextPro-Light.eot");
  src: url("../fonts/UniversNextPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversNextPro-Light.woff") format("woff"), url("../fonts/UniversNextPro-Light.woff2") format("woff2"), url("../fonts/UniversNextPro-Light.ttf") format("truetype"), url("../fonts/UniversNextPro-Light.svg#UniversalLight") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'UniversalCondensed';
  src: url("../fonts/UniversNextPro-HeavyCond.eot");
  src: url("../fonts/UniversNextPro-HeavyCond.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversNextPro-HeavyCond.woff") format("woff"), url("../fonts/UniversNextPro-HeavyCond.woff2") format("woff2"), url("../fonts/UniversNextPro-HeavyCond.ttf") format("truetype"), url("../fonts/UniversNextPro-HeavyCond.svg#UniversalCondensed") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?15235237");
  src: url("../fonts/fontello.eot?15235237#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?15235237") format("woff2"), url("../fonts/fontello.woff?15235237") format("woff"), url("../fonts/fontello.ttf?15235237") format("truetype"), url("../fonts/fontello.svg?15235237#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter-bird:before {
  content: '\e800';
}

.icon-facebook:before {
  content: '\e801';
}

.icon-mail:before {
  content: '\e802';
}

.icon-share:before {
  content: '\e803';
}

.icon-right-open:before {
  content: '\e804';
}

.icon-search:before {
  content: '\e805';
}

.icon-down-open:before {
  content: '\e806';
}

.icon-right-open-thick:before {
  content: '\e807';
}

.icon-left-open-thick:before {
  content: '\e808';
}

.icon-cancel:before {
  content: '\e809';
}

.icon-left-open:before {
  content: '\e80a';
}

.icon-download:before {
  content: '\f02e';
}

.icon-menu-1:before {
  content: '\f0c9';
}

.icon-down-open-after:after {
  content: '\e806';
}

/**
 * TOOLS
 *
 * Functions:             Helper functions.
 * Mixins:                Globally available mixins.
 * Mixins Typography:     Type specific mixins.
 * Sprites:               Don't Edit. This is generated by the 'sprite' gulp task
 *
 */
/*=================================
=            FUNCTIONS            =
=================================*/
/*==============================
=            MIXINS            =
==============================*/
/*==================================
=            TYPOGRAPHY            =
==================================*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/**
 * GENERIC
 *
 * Normalize
 * Box-sizing:    Default `box-sizing`.
 * Reset:         A reset to remove margins.
 * Shared:        Shared rules
 *
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 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: 4px !important;
  /* 2 */
  width: auto !important;
}

/**
 * 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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*==================================
=            BOX-SIZING            =
==================================*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*=============================
=            RESET            =
=============================*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
figure,
table,
th,
td,
caption,
hr {
  margin: 0;
  padding: 0;
}

.o-ie8 {
  display: none;
}

/*==============================
=            SHARED            =
==============================*/
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
  margin-bottom: 20px;
}

ul,
ol,
dd {
  margin-left: 20px;
}

.no-scroll {
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * ELEMENTS
 *
 * Page:          Page-level styles (HTML element).
 * Headings:      Heading styles.
 * Links:         Hyperlink styles.
 * Lists:         Default list styles.
 * Images:        Base image styles.
 * Quotes:        Styling for blockquotes, etc.
 *
 */
/*============================
=            PAGE            =
============================*/
/**
 * Page-level styling (e.g. HTML and BODY elements).
 */
html {
  font-size: 0.875em;
  line-height: 1.42857;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #1E1E1E;
  height: 100%;
}

body {
  height: 100%;
}

p {
  font-size: 17px;
  line-height: 1.5em;
}

li {
  font-size: 17px;
}

em {
  font-weight: bold;
}

.o-content em {
  font-weight: normal;
}

.sr-hide,
.c-formstack label.fsLabel,
.c-formstack legend.fsLabel {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.o-content h2,
.article-body h2 {
  font-family: UniversalBold, "Roboto", Arial, sans-serif;
  font-size: 24px;
  color: #000;
}

@media (min-width: 40.063em) {

  .o-content h2,
  .article-body h2 {
    font-size: 32px;
  }
}

.o-content h3,
.article-body h3 {
  font-size: 17px;
}

.o-content p,
.o-content li,
.o-content ul,
.article-body p,
.article-body li,
.article-body ul {
  font-size: 17px;
  font-size: 1.21429rem;
  line-height: 1.17647;
  line-height: 1.5;
}

.page-no-hero main {
  padding-top: 250px;
}

.page-no-hero.page-hero-color main {
  padding-top: 0;
}

/*================================
=            HEADINGS            =
================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: UniversalBold, "Roboto", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 32px;
  font-size: 2.28571rem;
  line-height: 1.25;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media (min-width: 32em) {
  h1 {
    font-size: 42px;
    font-size: 3rem;
    line-height: 1.42857;
  }
}

@media (min-width: 50em) {
  h1 {
    font-size: 60px;
    font-size: 4.28571rem;
    line-height: 1;
  }
}

h2 {
  font-size: 28px;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: .9em;
}

@media (min-width: 40.063em) {
  h2 {
    font-size: 42px;
    font-size: 3rem;
    line-height: 1.1;
  }
}

h3 {
  font-size: 20px;
  line-height: 1.1;
}

@media (min-width: 40.063em) {
  h3 {
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 1.11111;
  }
}

h4 {
  font-size: 17px;
  font-size: 1.21429rem;
  line-height: 1.17647;
  text-transform: uppercase;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media (min-width: 40.063em) {
  h4 {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.11111;
  }
}

h5 {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 1.81818;
}

h6 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.11111;
}

/*=============================
=            LINKS            =
=============================*/
a {
  color: #1E1E1E;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #00AEEF;
}

.o-content a,
.c-accordion a {
  color: #1E1E1E;
  border-bottom: 1px dashed #00AEEF;
  transition: all .3s ease;
  font-weight: 700;
  text-decoration: none;
}

.o-content a:hover,
.o-content a:focus,
.c-accordion a:hover,
.c-accordion a:focus {
  background-color: #6DD3F9;
  padding: 1px 0;
  border: none;
}

/*=============================
=            LISTS            =
=============================*/
/**
 * Remove trailing margins from nested lists.
 */
li>ul,
li>ol {
  margin-bottom: 0;
}

.o-content ul li {
  list-style: square;
}

.o-content ul li li {
  list-style: none;
}

.o-content ul li li::before {
  content: "\2014\a0";
  list-style: none;
}

.o-content ul li ul {
  margin-left: 5px;
}

/**
 * Visually offset definition titles from their definitions.
 */
dt {
  font-weight: 700;
}

/*==============================
=            IMAGES            =
==============================*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
  height: auto;
}

/*==============================
=            QUOTES            =
==============================*/
q {
  font-style: italic;
  quotes: "‘" "’";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

blockquote {
  quotes: "“" "”";
}

blockquote p {
  text-indent: -0.42em;
}

blockquote p:before {
  content: open-quote;
}

blockquote p:after {
  content: no-close-quote;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote p:last-of-type:after {
  content: close-quote;
}

/**
 * OBJECTS
 *
 * - Objects are shared and can underpin many different components.
 * - Format: .o-object-name[<element>|<modifier>] {}
 *
 *
 * Wrappers       Wrappers and page layout constraints.
 * Headline:      Shared headline rules.
 * Media:         The media object.
 * List-bare:     Lists with no bullets or indents.
 * List-inline:   Simple abstraction for setting lists out in a line.
 * Crop:          A container for cropping image and media content.
 *
 */
/*================================
=            WRAPPERS            =
================================*/
.o-site-container {
  overflow: hidden;
}

.no-flexbox.flexboxlegacy .o-site-container {
  display: block;
}

.o-site-content {
  width: 100%;
}

.o-layout-container,
body #wpfront-notification-bar table {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 5%;
  padding-right: 5%;
  width: 90%;
}

.o-layout-container:after,
body #wpfront-notification-bar table:after {
  content: " ";
  display: block;
  clear: both;
}

.o-layout-container--desktop {
  padding: 0;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.o-layout-container--desktop:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 50em) {
  .o-layout-container--desktop {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
  }
}

.o-layout-container--wide {
  max-width: 1300px;
}

.o-layout-container--half-left {
  max-width: 585px;
  padding-left: 10%;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.o-layout-container--half-right {
  max-width: 585px;
  padding-left: 10%;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

@media (max-width: 640px) {

  .o-layout-container--half-right,
  .o-layout-container--half-left {
    padding-left: 0;
  }
}


/*----------  Content wrapper  ----------*/
.o-content {
  margin-bottom: 40px;
  margin-bottom: 2rem;
  margin-top: 2.8rem;
}

@media (min-width: 1050px) {
  .o-content {
    /* width: 65.71429%; */
    float: left;
    /*margin-right: 2.85714%; */
  }

  .o-content--half {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
}

.o-content> :last-child {
  margin-bottom: 0;
}

/*----------  Side module wrapper   ----------*/
.o-side-module {
  margin: 0;
  align-self: center;
  width: 100%;
  max-width: 500px;
}

@media (min-width: 64.063em) {
  .o-side-module {
    padding-left: 60px;
  }
}

@media (min-width: 1050px) {
  .o-side-module--half {
    width: 40%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 50em) {
  .o-side-module--third {
    width: 22.85714%;
    float: right;
    margin-right: 0;
  }
}

/*================================
=            HEADLINE            =
================================*/
.o-headline {
  margin-bottom: 10px;
  margin-bottom: 0.71429rem;
}

.o-headline__main,
.o-headline__sub {
  margin-bottom: 5px;
  margin-bottom: 0.35714rem;
  line-height: 1;
}

/*=============================
=            MEDIA            =
=============================*/
.o-media {
  display: table;
  width: 100%;
}

.o-media__img,
.o-media__body {
  display: table-cell;
  vertical-align: top;
}

.o-media--middle>.o-media__img,
.o-media--middle>.o-media__body {
  vertical-align: middle;
}

.o-media__img {
  padding-right: 20px;
}

.o-media__img img {
  max-width: none;
}

.o-media__body {
  width: 100%;
}

.o-media-embed {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 100%;
  min-width: 280px;
  aspect-ratio: 16 / 9;
}

.o-media-embed img {
  margin-top: -9%;
}

.o-media-embed .o-media-embed-custom-thumbnail {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 9;
}

.o-media-embed iframe,
.o-media-embed object,
.o-media-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.o-media-embed .yt-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.o-media-embed .yt-iframe-wrapper.placeholder-wrapper {
  padding-bottom: 0;
}

/*------------------------------------*  #LIST-BARE
\*------------------------------------*/
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

/*------------------------------------*  #LIST-INLINE
\*------------------------------------*/
.o-list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-list-inline__item {
  display: inline-block;
}

/*============================
=            CROP            =
============================*/
/**
 * Provide a cropping container in order to display media (usually images)
 * cropped to certain ratios.
 *
 * 1. Set up a positioning context in which the image can sit.
 * 2. This is the crucial part: where the cropping happens.
 */
.o-crop {
  position: relative;
  display: block;
  overflow: hidden;
}

/**
 * A variety of different standard ratios to crop to.
 *
 * We use the `padding` trick to create a fluid-height container (`padding`s set
 * in percentages will track the current width of the element).
 */
.o-crop--1\:1 {
  padding-top: 100%;
}

.o-crop--4\:3 {
  padding-top: 75%;
}

.o-crop--16\:9 {
  padding-top: 56.25%;
}

/**
     * Apply this class to the content (usually `img`) that needs cropping.
     *
     * 1. Positioning to the bottom usually gives consistently better results as
     *    most images’ subjects are toward the bottom of the frame. Of course,
     *    your mileage may vary.
     */
.o-crop__content {
  position: absolute;
  bottom: 0;
  /* [1] */
  left: 0;
}

.o-in-para-heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

/*------------------------------------*  #Hamburger menu
\*------------------------------------*/
/*
 * Base
*/
.o-hamburger {
  float: right;
  padding: 15px 1.7%;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.o-hamburger:hover,
.o-hamburger:focus {
  outline: none;
}

.o-hamburger__box {
  width: 32px;
  height: 27px;
  display: inline-block;
  position: relative;
}

@media (min-width: 22.438em) {
  .o-hamburger__box {
    width: 30px;
    margin-right: 0;
  }
}

@media (min-width: 32em) {
  .o-hamburger__box {
    width: 40px;
  }
}

.o-hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2.5px;
}

.o-hamburger__inner,
.o-hamburger__inner::before,
.o-hamburger__inner::after {
  width: 32px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

@media (min-width: 22.438em) {

  .o-hamburger__inner,
  .o-hamburger__inner::before,
  .o-hamburger__inner::after {
    width: 30px;
  }
}

@media (min-width: 32em) {

  .o-hamburger__inner,
  .o-hamburger__inner::before,
  .o-hamburger__inner::after {
    width: 40px;
  }
}

.o-hamburger__inner::before,
.o-hamburger__inner::after {
  content: "";
  display: block;
}

.o-hamburger__inner::before {
  top: -11px;
}

.o-hamburger__inner::after {
  bottom: -11px;
}

/*
 * Squeeze
 */
.o-hamburger .o-hamburger__inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.o-hamburger .o-hamburger__inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.o-hamburger .o-hamburger__inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.o-hamburger.open .o-hamburger__inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.o-hamburger.open .o-hamburger__inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.o-hamburger.open .o-hamburger__inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.no-flexbox.flexboxlegacy .o-hamburger.open .o-hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2.5px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: none;
}

.no-flexbox.flexboxlegacy .o-hamburger.open .o-hamburger__inner,
.no-flexbox.flexboxlegacy .o-hamburger.open .o-hamburger__inner::before,
.no-flexbox.flexboxlegacy .o-hamburger.open .o-hamburger__inner::after {
  opacity: 1;
  width: 40px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: none;
}

.no-flexbox.flexboxlegacy .o-hamburger.open .o-hamburger__inner::before,
.no-flexbox.flexboxlegacy .o-hamburger.open .o-hamburger__inner::after {
  content: "";
  display: block;
}

.no-flexbox.flexboxlegacy .o-hamburger.open .o-hamburger__inner::before {
  opacity: 1;
  top: -11px;
}

.no-flexbox.flexboxlegacy .o-hamburger.open .o-hamburger__inner::after {
  opacity: 1;
  bottom: -11px;
}

.o-hero-fullscreen {
  margin-top: 50px !important;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  top: 0;
  background-position: center;
  display: block;
  left: inherit;
  background-size: 0;
  max-height: 100% !important;
}

@media (min-width: 40.063em) {
  .o-hero-fullscreen {
    margin-top: 0 !important;
    background-size: cover;
    height: 100%;
    height: 100vh;
  }
}

.o-hero-fullscreen .c-hero__content {
  position: relative;
  bottom: 0;
}

@media (min-width: 40.063em) {
  .o-hero-fullscreen .c-hero__content {
    bottom: 10%;
    position: absolute;
  }

  .o-hero-fullscreen .c-hero__content--middle {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }

  .o-hero-fullscreen .c-hero__content--top {
    bottom: auto;
    top: 100px;
  }
}

.o-hero-arrow {
  display: none;
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  left: 0;
}

@media (min-width: 40.063em) {
  .o-hero-arrow {
    display: block;
  }
}

.o-hero-arrow::before {
  color: #fff;
}

.o-content__category {
  background: #00AEEF;
  padding: 2px 5px;
  color: #fff;
  transition: background-color .3s ease;
  text-transform: uppercase;
  display: inline-block;
  z-index: 1;
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 5px;
  max-width: 75%;
}

@media (min-width: 40.063em) {
  .o-content__category {
    max-width: auto;
    font-size: 15px;
    top: 10px;
    left: 10px;
  }
}

@media (min-width: 64.063em) {
  .o-content__category {
    font-size: 17px;
    padding: 5px 10px;
    max-width: auto;
    top: 10px;
    left: 10px;
  }
}

.o-background-video {
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.o-background-video video {
  background-color: #1E1E1E;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  margin: auto;
  z-index: -1;
  display: none;
}

.o-background-video .act-background-video--center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.o-background-video .act-background-video--left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.o-background-video .act-background-video--right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (min-height: 500px) and (min-width: 40.063em) {
  .o-background-video video {
    display: block;
  }
}

@media (min-height: 500px) and (min-width: 40.063em) {
  .o-background-video .c-home-hero__mobile {
    background-size: 0;
  }
}

@media (min-width: 32em) {
  .o-background-video {
    background: none !important;
  }
}

.o-background-video--fallback-image {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin: auto;
  z-index: -1;
  max-width: none;
  background-size: cover;
}

.o-background-video__wrapper.has-autoplay video {
  display: block;
}

.o-background-video__wrapper.no-autoplay video {
  display: none !important;
}

.o-background-video__wrapper.no-autoplay .o-background-video--fallback-image {
  display: block;
}

/* === Hiding the IOS play button === */
/* But it is not enough now, below dont hide play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.o-breadcrumbs {
  padding: 15px 0;
  color: #a3a3a3;
}

.o-breadcrumbs p {
  margin: 0;
}

.o-breadcrumbs a {
  color: #a3a3a3;
  padding-right: 10px;
}

.o-breadcrumbs a:hover,
.o-breadcrumbs a:focus {
  color: #00AEEF;
  transition: color .1s ease;
}

.o-breadcrumbs span[rel="v:child"] a {
  padding-left: 10px;
}

.o-breadcrumbs .breadcrumb_last {
  padding: 0 5px;
  color: #58595b;
}

.o-anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

.o-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.75);
}

.o-hero-title {
  overflow: hidden;
}

.o-hero-title h2,
.o-hero-title h3,
.o-hero-title h4 {
  margin-bottom: 0;
}

.o-hero-title h3 {
  font-size: 22px;
}

@media (min-width: 40.063em) {
  .o-hero-title h3 {
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 1.11111;
  }
}

.o-hero-title span {
  background-color: #00AEEF;
  box-shadow: 10px 0 0 #00AEEF, -10px 0 0 #00AEEF;
  text-transform: uppercase;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  letter-spacing: 2px;
  float: left;
  padding: .25em 10px;
}

.o-hero-sub-title {
  float: left;
}

.o-hero-sub-title h3,
.o-hero-sub-title h4,
.o-hero-sub-title h5 {
  margin-bottom: 0;
  line-height: 1.15;
  overflow: hidden;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  letter-spacing: 2px;
}

.o-hero-sub-title span {
  background-color: #00AEEF;
  color: #fff;
  position: relative;
  padding: .25em 10px;
  display: block;
  float: left;
}

/**
 * COMPONENTS
 *
 * - Components are implementation-specific bits of UI.
 * - Format: .c-component-name[<element>|<modifier>] {}
 *
 */
/*------------------------------------*  #NAV-PRIMARY
\*------------------------------------*/
.c-nav-primary {
  display: inline-block;
}

.c-nav-primary a {
  color: #fff;
  font-weight: normal;
}

.c-nav-primary a:hover,
.c-nav-primary a:focus {
  color: #00AEEF;
}

.c-nav-primary li,
.c-nav-primary ul {
  list-style: none;
  margin: 0;
  font-family: UniversalRegular, "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.c-nav-primary .current_page_item a {
  color: #00AEEF;
}

.o-hamburger {
  display: none;
}

.page-no-hero .c-nav-primary__item {
  color: #1E1E1E;
}

.c-nav-primary__item {
  color: #fff;
  line-height: 60px;
}

.c-nav-primary__item .c-nav-primary__heading {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 15px;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  transition: all .1s ease;
  -webkit-font-smoothing: antialiased;
}

.c-nav-primary__item .c-nav-primary__heading::after {
  content: '';
  width: 0px;
  position: absolute;
  height: 0px;
  border-top: 20px solid white;
  border-right: 15px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid transparent;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

.c-nav-primary__item .c-nav-primary__heading .c-nav-primary__arrow {
  display: none;
}

@media (min-width: 1050px) {
  li.menu-item-has-children a {
    font-size: 1.4rem;
  }

  .c-nav-primary__item:hover .c-nav-primary__heading,
  .c-nav-primary__item:focus .c-nav-primary__heading {
    background: #fff;
    color: #1E1E1E;
  }
}

.c-nav-primary__item:hover .c-nav-primary__link,
.c-nav-primary__item:focus .c-nav-primary__link {
  color: #00AEEF;
}

.c-nav-primary__item .c-nav-primary__link {
  padding: 0 15px;
  color: #fff;
  position: relative;
  transition: all .1s ease;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.c-nav-primary__item .c-nav-primary__link::after {
  content: '';
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  right: 0;
}

.c-nav-primary__item .c-nav-primary__link:last-child:after {
  display: none;
}

.c-nav-primary__link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
}

.c-nav-primary-sub-menu {
  transition: opacity .3s ease-out;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  top: 60px;
  margin: 0;
  background: rgba(0, 0, 0, 0.9);
}

.c-nav-primary-sub-menu .c-nav-primary-sub-menu__wrapper {
  padding: 60px 0;
}

@media (min-width: 1050px) {
  .c-nav-primary-sub-menu .c-nav-primary-sub-menu__wrapper {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.c-nav-primary-sub-menu__item,
.c-nav-primary-child-sub-menu__item {
  line-height: 2.5;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.c-nav-primary-sub-menu__link {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: all .1s ease;
  font-size: 18px;
  padding-left: 20px;
}

.logged-in .c-nav-primary-sub-menu {
  cursor: default;
  top: 90px;
}

.c-nav-primary__sub-heading {
  display: block;
  line-height: 1.5;
  font-size: 18px;
  color: #999999;
}

.c-nav-primary-child-sub-menu {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}

.c-nav-primary-child-sub-menu:last-of-type {
  float: right;
  margin-right: 0;
}

.menu-active .c-nav-primary__heading {
  background: #fff;
  color: #1E1E1E;
  z-index: 5;
}

.menu-active .c-nav-primary__heading::after {
  display: block;
}

.menu-active .c-nav-primary-sub-menu {
  height: auto;
  opacity: 1;
}

.ie8 .c-nav-primary-sub-menu {
  min-height: 100%;
  background: #1E1E1E;
  visibility: hidden;
}

.ie8 .menu-active .c-nav-primary-sub-menu {
  visibility: visible;
}

.simplified-header-footer .c-site-header__nav-wrapper {
  display: none;
}

.c-site-footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: #58595b;
  width: 100%;
  padding: 20px 0;
  clear: both;
}

.c-site-footer .menu-item {
  display: block;
}

@media (min-width: 64.063em) {
  .c-site-footer .menu-item {
    display: inline-block;
  }
}

.c-site-footer__link {
  font-size: 15px;
  display: block;
  transition: all .1s ease;
  margin: 10px 0;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 64.063em) {
  .c-site-footer__link {
    padding: 0 20px;
  }
}

@media (min-width: 64.063em) {
  .c-site-footer__nav .menu-item:first-of-type .c-site-footer__link {
    padding-left: 0;
  }
}

.c-site-footer__nav .menu-item:last-of-type .c-site-footer__link {
  border: 0;
}

.c-site-footer__nav .c-site-footer__link {
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  transition: all .1s ease;
}

@media (min-width: 64.063em) {
  .c-site-footer__nav .c-site-footer__link {
    border-right: 1px solid #a3a3a3;
  }
}

.c-site-footer__nav .c-site-footer__link:hover,
.c-site-footer__nav .c-site-footer__link:focus {
  color: #00AEEF;
}

.c-site-footer__main-nav {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a3a3a3;
}

@media (min-width: 64.063em) {
  .c-site-footer__main-nav {
    margin: 0;
    border: 0;
    padding: 0;
  }
}

@media (max-width: 700px) {
  .c-site-footer__secound-nav {
    display: none !important;
  }
}

.c-site-footer__secound-nav {
  padding: 20px 0;
  border-top: 1px solid #a3a3a3;
  margin-top: 20px;
}

.simplified-header-footer .c-site-footer__secound-nav {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

@media (min-width: 64.063em) {
  .c-site-footer__secound-nav .menu-item:first-of-type .c-site-footer__link {
    padding-left: 0;
  }
}

.c-site-footer__secound-nav .c-site-footer__link {
  color: #a3a3a3;
  font-weight: bold;
}

.c-site-footer__secound-nav .c-site-footer__link:hover,
.c-site-footer__secound-nav .c-site-footer__link:focus {
  color: #00AEEF;
}

.c-site-footer__text {
  color: #a3a3a3;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 50em) {
  .c-site-footer__text {
    width: 74.28571%;
    float: left;
    margin-right: 2.85714%;
  }
}

.c-search-bar {
  width: 90%;
  margin: 15px 5%;
  position: relative;
}

@media (min-width: 1050px) {
  .c-search-bar {
    display: block;
    position: absolute;
    overflow: hidden;
    margin: 0;
    top: 0;
    width: 480px;
    right: 0;
    height: 60px;
    text-align: right;
    -webkit-transform: translate3d(0, -60px, 0px);
    transform: translate3d(0, -60px, 0px);
    transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), z-index 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1), z-index 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1), z-index 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    padding-top: 10px;
    padding-right: 1px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1300px) {
  .c-search-bar {
    width: 540px;
  }
}

.c-search-bar__form {
  display: inline;
}

.c-site-header__nav-search-wrapper--search-active .c-search-bar {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  z-index: 10;
}

.c-search-bar--mobile-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  padding: 0;
  border: none;
  background: none;
}

@media (min-width: 1050px) {
  .c-search-bar--mobile-icon {
    display: none;
  }
}

.c-search-bar__close {
  display: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.3em;
  padding: 10px;
}

@media (min-width: 1050px) {
  .c-search-bar__close {
    display: inline-block;
  }
}

.c-search-bar__input {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  color: #fff;
  border: none;
  padding: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.c-search-bar__input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.c-search-bar__input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.c-search-bar__input::placeholder {
  color: #fff;
  opacity: 1;
}

.c-search-bar__input:focus {
  outline-color: #00AEEF;
  outline-width: 1px;
  outline-style: solid;
}

@media (min-width: 1050px) {
  .c-search-bar__input {
    width: 415px;
  }
}

@media (min-width: 1300px) {
  .c-search-bar__input {
    width: 475px;
  }
}

@media (min-width: 1050px) {

  .c-site-header--scroll .c-search-bar__close,
  .page-no-hero .c-search-bar__close {
    color: #1E1E1E;
  }
}

@media (min-width: 1050px) {

  .c-site-header--scroll .c-search-bar__input,
  .page-no-hero .c-search-bar__input {
    color: #1E1E1E;
  }

  .c-site-header--scroll .c-search-bar__input::-webkit-input-placeholder,
  .page-no-hero .c-search-bar__input::-webkit-input-placeholder {
    color: #1E1E1E;
    opacity: 1;
  }

  .c-site-header--scroll .c-search-bar__input:-ms-input-placeholder,
  .page-no-hero .c-search-bar__input:-ms-input-placeholder {
    color: #1E1E1E;
    opacity: 1;
  }

  .c-site-header--scroll .c-search-bar__input::placeholder,
  .page-no-hero .c-search-bar__input::placeholder {
    color: #1E1E1E;
    opacity: 1;
  }
}

.ie8 .c-search-bar,
.ie9 .c-search-bar {
  top: -60px;
}

.ie8 .c-site-header__nav-search-wrapper--search-active .c-search-bar,
.ie9 .c-site-header__nav-search-wrapper--search-active .c-search-bar {
  top: 0;
}

.c-panel {
  margin-bottom: 40px;
  margin-bottom: 2.85714rem;
}

@media (min-width: 32em) {
  .c-panel {
    width: 31.42857%;
    float: left;
  }

  .c-panel:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .c-panel:nth-child(3n + 2) {
    margin-left: 34.28571%;
    margin-right: -100%;
    clear: none;
  }

  .c-panel:nth-child(3n + 3) {
    margin-left: 68.57143%;
    margin-right: -100%;
    clear: none;
  }
}

.c-panel__media {
  margin-bottom: 10px;
  margin-bottom: 0.71429rem;
}

.c-panel__content> :last-child {
  margin-bottom: 0;
}

.c-panel__link {
  text-decoration: none;
}

.c-panel__link:hover,
.c-panel__link:focus {
  text-decoration: none;
}

.c-promo {
  padding: 20px;
  padding: 1.42857rem;
  margin-bottom: 40px;
  margin-bottom: 2.85714rem;
}

@media (min-width: 32em) {
  .c-promo {
    width: 48.57143%;
    float: left;
  }

  .c-promo:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }

  .c-promo:nth-child(2n + 2) {
    margin-left: 51.42857%;
    margin-right: -100%;
    clear: none;
  }
}

.c-promo__content> :last-child {
  margin-bottom: 0;
}

.c-btn,
body #wpfront-notification-bar a.wpfront-button,
.c-formstack .fsSubmitButton {
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
  padding: 1.25em 1.75em;
  text-transform: uppercase;
  background: #00AEEF;
  text-align: center;
  transition: all .1s ease;
  margin: 0;
  cursor: pointer;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  letter-spacing: 2px;
}

.c-btn:hover,
body #wpfront-notification-bar a.wpfront-button:hover,
.c-formstack .fsSubmitButton:hover,
.c-btn:focus,
body #wpfront-notification-bar a.wpfront-button:focus,
.c-formstack .fsSubmitButton:focus {
  background: #0abcff;
  text-decoration: none;
  color: #FFF;
}

.c-btn--donate,
body #wpfront-notification-bar a.wpfront-button,
.c-btn--donate--submit-applepay {
  background: #FFFF00;
  border: 1px solid #FFFF00;
  -webkit-font-smoothing: antialiased;
  clear: both;
}

.c-btn--donate:hover,
body #wpfront-notification-bar a.wpfront-button:hover,
.c-btn--donate:focus,
body #wpfront-notification-bar a.wpfront-button:focus,
.c-btn--donate--submit-applepay:hover,
.c-btn--donate--submit-applepay:focus {
  background: #1E1E1E;
  color: #FFFF00;
  border: 1px solid #FFFF00;
}

.c-btn--mobile-donate {
  background: #FFFF00;
  padding: 21px 2px;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid transparent;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 366px) {
  .c-btn--mobile-donate {
    padding: 21px 10px;
    margin-right: 10px;
  }
}

@media (min-width: 40.063em) {
  .c-btn--mobile-donate {
    letter-spacing: 2px;
    margin-right: 30px;
  }
}

.c-btn--mobile-donate:hover,
.c-btn--mobile-donate:focus {
  background: #1E1E1E;
  color: #FFFF00;
  border: 1px solid #FFFF00;
}

.c-btn--mobile-donate-normal {
  display: block;
}

@media (min-width: 55em) {
  .c-btn--mobile-donate-normal {
    display: none;
  }
}

.c-btn--mobile-donate-wide {
  display: none;
}

@media (min-width: 55em) {
  .c-btn--mobile-donate-wide {
    display: block;
  }
}

.c-btn--submit {
  border: 1px solid #FFFF00;
  outline: none;
  padding: .8em 2.5em;
  font-size: 22px;
  display: block;
}

.c-btn--submit:hover,
.c-btn--submit:focus {
  border: 1px solid #fff;
}

.c-btn--big {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1;
}

.c-btn--share-icons {
  background: #00AEEF;
}

.c-btn--share-icons.icon-share {
  min-width: 125px;
  padding: 1.25em;
}

.c-btn--share-icons.icon-share::before {
  font-size: 20px;
}

.c-btn--download {
  padding: 1em 1.75em;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  display: none;
}

.c-btn--download::before {
  font-size: 22px;
  margin-left: 0;
}

@media (min-width: 40.063em) {
  .c-btn--download {
    display: block;
  }
}

.c-btn--download-mobile {
  padding: 1em 1.75em;
}

.c-btn--download-mobile::before {
  font-size: 22px;
  margin-left: 0;
}

@media (min-width: 40.063em) {
  .c-btn--download-mobile {
    display: none;
  }
}

@media (min-width: 50em) {
  .o-side-module .c-btn--download {
    display: none;
  }
}

@media (min-width: 50em) {
  .o-side-module .c-btn--download-mobile {
    display: inline-block;
  }
}

.c-btn--download-search-results {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  display: none;
}

@media (min-width: 40.063em) {
  .c-btn--download-search-results {
    display: block;
  }
}

.c-btn--download-search-results-mobile {
  margin-top: 20px;
}

@media (min-width: 40.063em) {
  .c-btn--download-search-results-mobile {
    display: none;
  }
}

.c-btn--share-reveal {
  position: relative;
  display: inline-block;
}

.c-btn__social-icons {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: z-index 0.4s step-start, -webkit-transform 0.4s ease;
  transition: z-index 0.4s step-start, transform 0.4s ease;
  transition: z-index 0.4s step-start, transform 0.4s ease, -webkit-transform 0.4s ease;
  position: absolute;
  z-index: -1;
  width: 100%;
  text-align: center;
}

.c-btn--open {
  margin-bottom: 45px;
}

.c-btn--open .c-btn__social-icons {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  z-index: 1;
  transition: z-index 0.4s step-end, -webkit-transform 0.4s ease;
  transition: z-index 0.4s step-end, transform 0.4s ease;
  transition: z-index 0.4s step-end, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.c-btn--hero {
  margin-top: 8px;
}

@media (min-width: 40.063em) {
  .c-btn--hero {
    margin-top: 30px;
  }
}

.c-btn--white,
.c-formstack .fsField .fsSubmitButton,
.c-formstack-api__input .c-formstack-api__submit {
  background-color: #fff;
}

.c-btn--white:hover,
.c-formstack .fsField .fsSubmitButton:hover,
.c-formstack-api__input .c-formstack-api__submit:hover,
.c-btn--white:focus,
.c-formstack .fsField .fsSubmitButton:focus,
.c-formstack-api__input .c-formstack-api__submit:focus {
  background: #1E1E1E;
  color: #fff;
}

.c-btn--donate-form {
  border: none;
  background: #1E1E1E;
  color: #FFFF00;
  -webkit-font-smoothing: antialiased;
  min-width: 340px;
  padding: 0;
  line-height: 60px;
  width: 100%;
}

@media (min-width: 50em) {
  .c-btn--donate-form {
    width: auto;
  }
}

.c-btn--donate-form::after {
  font-size: 32px;
  position: relative;
  top: 5px;
  font-weight: bold;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.c-btn--donate-form:hover,
.c-btn--donate-form:focus {
  color: #fff;
  background: #1E1E1E;
}

.ie8 .c-btn__social-icons,
.ie9 .c-btn__social-icons {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: absolute;
  top: 0;
}

.ie8 .c-btn--open .c-btn__social-icons,
.ie9 .c-btn--open .c-btn__social-icons {
  top: 70px;
}

.c-site-header {
  max-width: 100vw;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  z-index: 11;
  position: fixed;
  width: 100%;
  height: 100px;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#FFFFFF');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#444444', EndColorStr='#FFFFFF');
  background: linear-gradient(rgba(1, 1, 1, 0.7), rgba(1, 1, 1, 0));
  top: 0;
}

.c-site-header.simplified_nav {
  background: none;
  height: 60px;
}

.c-site-header.c-site-header--scroll {
  height: 60px;
}

.c-site-header.no-background {
  background: none;
}

.page-template-landing-page .o-site-logo {
  position: absolute;
  transition: -webkit-transform .2s .2s ease-out;
  transition: transform .2s .2s ease-out;
  transition: transform .2s .2s ease-out, -webkit-transform .2s .2s ease-out;
}

@media (min-width: 50em) {
  .page-template-landing-page .o-site-logo {
    position: relative;
  }
}

.c-donation-header-button-visible .o-site-logo {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

@media (min-width: 50em) {
  .c-donation-header-button-visible .o-site-logo {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.page-no-hero .c-site-header {
  background: none;
}

.logged-in .c-site-header {
  top: 46px;
}

@media (min-width: 782px) {
  .logged-in .c-site-header {
    top: 30px;
  }
}

.simplified-header-footer .c-site-header {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  background: none;
}

.c-site-header-btn--wide {
  display: none;
}

@media (min-width: 1300px) {
  .c-site-header-btn--wide {
    display: block;
  }
}

@media (min-width: 1300px) {
  .c-site-header-btn {
    display: none;
  }
}

.c-site-header__button {
  display: inline-block;
  height: 60px;
  float: right;
}

.c-site-header__button a {
  line-height: 30px;
}

@media (min-width: 1050px) {
  .c-site-header__button a {
    padding: 14px;
  }
}

.c-site-header__button span {
  display: none;
}

@media (min-width: 1300px) {
  .c-site-header__button span {
    display: inline-block;
  }
}

.c-site-header__nav-wrapper {
  width: auto;
  overflow: hidden;
}

.c-site-header__search {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 1.5em;
  padding: 10px;
  margin-right: 5px;
}

.o-site-logo {
  background: #00AEEF;
}

.o-site-logo--horizontal {
  height: 60px;
  max-width: 100%;
  display: block;
  width: auto;
  display: none;
}

@media (min-width: 32em) {
  .o-site-logo--horizontal {
    display: block;
  }
}

.o-site-logo {
  display: inline-block;
  position: relative;
  height: auto;
  width: auto;
  max-width: 100%;
  float: left;
}

.c-site-header__container {
  height: 60px;
  transition: all .3s ease-out;
  padding: 0;
  position: relative;
  width: 100%;
}

@media (min-width: 40.063em) {
  .c-site-header__container {
    width: 90%;
  }
}

.o-site-logo-link {
  display: inline-block;
  overflow: hidden;
  transition: max-height .3s ease-out;
  max-height: 282px;
}

.o-site-logo-link .o-site-logo--square {
  max-width: none;
}

.o-site-logo-link .o-site-logo--horizontal {
  opacity: 0;
  transition: opacity .3s ease-out;
}

@media (max-width: 640px) {
  .o-site-logo .o-site-logo-link {
    width: 100%;
  }
}

.horizontal-logo .o-site-logo {
  overflow: visible;
}

.horizontal-logo .o-site-logo-link {
  max-height: 60px;
}

.horizontal-logo .o-site-logo--square {
  opacity: 0;
  display: none;
}

.horizontal-logo .o-site-logo--horizontal {
  max-width: none;
  opacity: 1;
  position: relative;
}

@media screen and (max-height: 660px) {
  .horizontal-logo--small-screen-3-line-hero .o-site-logo {
    overflow: visible;
  }

  .horizontal-logo--small-screen-3-line-hero .o-site-logo-link {
    max-height: 60px;
  }

  .horizontal-logo--small-screen-3-line-hero .o-site-logo--square {
    opacity: 0;
    display: none;
  }

  .horizontal-logo--small-screen-3-line-hero .o-site-logo--horizontal {
    max-width: none;
    opacity: 1;
  }
}

@media screen and (max-height: 590px) {
  .horizontal-logo--small-screen .o-site-logo {
    overflow: visible;
  }

  .horizontal-logo--small-screen .o-site-logo-link {
    max-height: 60px;
  }

  .horizontal-logo--small-screen .o-site-logo--square {
    opacity: 0;
    display: none;
  }

  .horizontal-logo--small-screen .o-site-logo--horizontal {
    max-width: none;
    opacity: 1;
  }
}

@media (max-width: 75em) {
  .page-template-legacies-form .o-site-logo {
    overflow: visible;
  }

  .page-template-legacies-form .o-site-logo-link {
    max-height: 60px;
  }

  .page-template-legacies-form .o-site-logo--square {
    opacity: 0;
  }

  .page-template-legacies-form .o-site-logo--horizontal {
    opacity: 1;
  }
}

.c-site-header--scroll.c-site-header {
  background: none;
}

@media (min-width: 1050px) {
  .o-site-logo {
    overflow: hidden;
  }

  .o-site-logo--horizontal {
    max-width: none;
    position: absolute;
    top: 0;
    left: 11px;
  }

  .c-site-header__nav-search-wrapper {
    position: relative;
    display: inline-block;
    float: right;
  }

  .c-site-header__nav-wrapper-inner {
    transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), z-index 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1), z-index 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s cubic-bezier(0.77, 0, 0.175, 1), z-index 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .c-site-header__nav-search-wrapper--search-active .c-site-header__nav-wrapper-inner {
    -webkit-transform: translate3d(0, 60px, 0px);
    transform: translate3d(0, 60px, 0px);
    opacity: 0;
  }

  .c-site-header--scroll .o-site-logo {
    overflow: visible;
  }

  .c-site-header--scroll .c-site-header__container {
    background: #fff;
    box-shadow: 0px 2px 2px rgba(189, 189, 189, 0.2);
  }

  .page-template-tpl-leads-testamento .c-site-header--scroll .c-site-header__container {
    background: transparent;
    box-shadow: none;
  }

  .simplified-header-footer .c-site-header--scroll .c-site-header__container {
    background: none;
    box-shadow: none;
  }

  .c-site-header--scroll .o-site-logo-link {
    max-height: 60px;
  }

  .c-site-header--scroll .o-site-logo-link .o-site-logo--square {
    opacity: 0;
    transition: opacity .3s .5s ease-out;
  }

  .c-site-header--scroll .o-site-logo-link .o-site-logo--horizontal {
    transition-delay: .1s;
    opacity: 1;
  }

  .c-site-header--scroll .c-nav-primary__heading,
  .c-site-header--scroll .c-site-header__search {
    color: #1E1E1E;
  }

  .c-site-header--scroll .c-nav-primary__link {
    color: #1E1E1E;
  }

  .c-site-header--scroll .c-nav-primary__link::after {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .c-site-header--scroll .c-nav-primary__heading:hover,
  .c-site-header--scroll .c-nav-primary__heading:focus {
    color: #00AEEF;
  }
}

@media (min-width: 1050px) {

  .page-no-hero .c-nav-primary__heading,
  .page-no-hero .c-site-header__search {
    color: #1E1E1E;
  }

  .page-no-hero .c-nav-primary__heading:hover,
  .page-no-hero .c-nav-primary__heading:focus,
  .page-no-hero .c-site-header__search:hover,
  .page-no-hero .c-site-header__search:focus {
    color: #00AEEF;
  }

  .page-no-hero .c-nav-primary__link {
    color: #1E1E1E;
  }
}

.ie8 .c-site-header,
.ie9 .c-site-header {
  -webkit-filter: none;
  filter: none;
}

.ie8 .c-site-header .o-ie8,
.ie9 .c-site-header .o-ie8 {
  display: block;
  content: '\f0c9';
  font-family: 'fontello';
  font-size: 24px;
  color: #fff;
}

.ie8 .c-site-header .o-hamburger__box,
.ie9 .c-site-header .o-hamburger__box {
  display: none;
}

.ie8 .c-site-header__wrapper,
.ie9 .c-site-header__wrapper {
  background: #1E1E1E;
}

.ie8 .c-site-header__nav-wrapper,
.ie9 .c-site-header__nav-wrapper {
  background: #1E1E1E;
}

.ie8 .c-site-header .o-site-logo--horizontal,
.ie9 .c-site-header .o-site-logo--horizontal {
  visibility: hidden;
}

.ie8 .c-site-header .o-site-logo--square,
.ie9 .c-site-header .o-site-logo--square {
  visibility: visible;
  display: block;
}

.ie8 .c-site-header--scroll.c-site-header .o-site-logo--horizontal,
.ie9 .c-site-header--scroll.c-site-header .o-site-logo--horizontal {
  visibility: visible;
}

.ie8 .c-site-header--scroll.c-site-header .o-site-logo--square,
.ie9 .c-site-header--scroll.c-site-header .o-site-logo--square {
  visibility: hidden;
  display: none;
}

.ie8 .c-site-header__nav-search-wrapper--search-active .c-site-header__nav-wrapper-inner,
.ie9 .c-site-header__nav-search-wrapper--search-active .c-site-header__nav-wrapper-inner {
  top: 60px;
  position: relative;
}

.c-hero {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin: 0 0 20px;
}

@media (max-width: 1050px) {
  div.c-hero {
    margin-top: 60px !important;
  }
}

@media (min-width: 40.063em) {
  .c-hero {
    max-height: 600px;
  }
}

.c-hero .c-hero__image {
  width: 100%;
  z-index: -1;
}

.c-hero__content {
  visibility: hidden;
  float: left;
  background: #00AEEF;
  width: 100%;
  padding: 10px 0;
}

.c-hero__content br {
  display: none;
}

@media (min-width: 40.063em) {
  .c-hero__content br {
    display: inline-block;
  }
}

.c-hero__content h1,
.c-hero__content h4 {
  display: inline;
  line-height: 1.18em;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.c-hero__content .c-hero__title-line {
  background: none;
  box-shadow: none;
  position: relative;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.c-hero__content .c-hero__title-line i {
  font-style: normal;
  color: #fff;
}

@media (min-width: 40.063em) {
  .c-hero__content .c-hero__title-line {
    background: #00AEEF;
  }

  .c-hero__content .c-hero__title-line::before {
    content: '';
    width: 5px;
    position: absolute;
    background: #00AEEF;
    height: 95%;
    top: 0;
    display: none;
  }

  /*.c-hero__content .c-hero__title-line::before {
          left: -5px; }
        .c-hero__content .c-hero__title-line::after {
          right: -5px; } */
}

.c-hero__content.c-hero__content--emergency-yellow {
  background: #FFFF00;
}

.c-hero__content.c-hero__content--emergency-red {
  background: red;
  color: #FFF;
}

@media (min-width: 40.063em) {

  .c-hero__content.c-hero__content--emergency-yellow,
  .c-hero__content.c-hero__content--emergency-red {
    background: none;
  }

  .c-hero__content.c-hero__content--emergency-yellow .c-hero__title-line {
    background: #FFFF00;
  }

  .c-hero__content.c-hero__content--emergency-red .c-hero__title-line {
    background: red;
  }
}

.c-hero__content.c-hero__content--emergency-yellow .c-hero__sub-title h4 {
  color: #000;
}

.c-hero__content.c-hero__content--emergency-red .c-hero__sub-title h4 {
  color: #FFF;
}

@media (min-width: 40.063em) {
  .c-hero__content {
    background: none;
    position: absolute;
    left: 0;
    bottom: 30px;
    float: none;
  }
}

.c-hero__content .c-hero__title h1 {
  font-size: 24px;
}

@media (min-width: 40.063em) {
  .c-hero__content .c-hero__title h1 {
    font-size: 42px;
  }
}

@media (min-width: 50em) {
  .c-hero__content .c-hero__title h1 {
    font-size: 50px;
  }
}

@media (min-width: 90em) {
  .c-hero__content .c-hero__title h1 {
    font-size: 60px;
  }
}

.c-hero__content .c-hero__title.c-hero__title-full-width {
  width: 100%;
}

.c-hero__content .c-hero__title.c-hero__title-small-size h1 {
  font-size: 18px;
}

@media (min-width: 40.063em) {
  .c-hero__content .c-hero__title.c-hero__title-small-size h1 {
    font-size: 28px;
  }
}

@media (min-width: 50em) {
  .c-hero__content .c-hero__title.c-hero__title-small-size h1 {
    font-size: 35px;
  }
}

@media (min-width: 90em) {
  .c-hero__content .c-hero__title.c-hero__title-small-size h1 {
    font-size: 45px;
  }
}

/* .c-hero__content .c-hero__title.c-hero--long-title h1 {
    font-size: 30px; } */
/* @media (min-width: 50em) {
      .c-hero__content .c-hero__title.c-hero--long-title h1, .page-template-default:not(.home) .c-hero__content .c-hero__title h1 {
        font-size: 42px; } }
    @media (min-width: 64.063em) {
      .c-hero__content .c-hero__title.c-hero--long-title h1,.page-template-default:not(.home) .c-hero__content .c-hero__title h1 {
        font-size: 42px; } } */

.c-hero-bg {
  min-height: 25px;
  max-height: 500px;
}

@media (min-width: 40.063em) {
  .c-hero-bg {
    height: 20vh;
    min-height: 250px;
  }
}

@media (min-width: 64.063em) {
  .c-hero-bg {
    height: 50vh;
    min-height: 450px;
  }
}

.c-hero-bg--grey {
  background: #f0ecec;
}

.c-hero__sub-title .c-hero__title-line {
  position: relative;
  top: .2em;
}

.c-hero__sub-title .c-hero__title-line:nth-of-type(1) {
  padding-top: .2em;
  padding-bottom: .2em;
}

.c-hero__sub-title .c-hero__title-line:last-of-type {
  padding-bottom: .25em;
}

.c-hero__sub-title h4 {
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

@media (min-width: 64.063em) {
  .c-hero__sub-title h4 {
    font-size: 28px;
  }
}

.c-hero__mobile {
  background-position: center !important;
  /* min-height: 90vh; */
  min-height: 200px;
  position: relative;
  background-size: cover;
}

.Lead-to-pledge-policy span.wpcf7-form-control.wpcf7-acceptance {
  line-height: 0px;
  font-size: 0px;
  height: 0px;
  padding: 0px;
  border: none;
}

.Lead-to-pledge-policy span.wpcf7-list-item-label {
  font-size: 10px;
  text-transform: none;
  font-weight: normal;
}

.Lead-to-pledge-policy a.contacto-unicef-pilicy-link {
  color: #fff;
  font-size: 13px;
  border-bottom: 0px;
  line-height: 12px;
}

@media (min-width: 40.063em) {
  .c-hero__mobile {
    margin-top: 0;
    min-height: auto;
    position: initial;
    background: none !important;
  }
}

/*Fix to make fit the form in a hero being both diferent components using absolute positioning*/
@media (max-width: 640px) {
  .page-template-default:not(.home) .c-hero__mobile {
    min-height: 320px;

  }

  .page-template-default:not(.home) .c-hero__mobile {
    min-height: 320px;

  }

  .page-id-6262:not(.home) .c-hero__mobile {
    min-height: 320px;
  }

  .page-id-6172:not(.home) .c-hero__mobile {
    min-height: 213px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top !important;
  }

  .page-template-default:not(.home) div.c-inline-donation {
    top: 384px !important;
    left: 0 !important;
  }

  .page-template-tpl-lead-to-pledge .c-hero {
    background-color: #00AEEF !important;
  }

  .page-template-tpl-lead-to-pledge .c-donation--inline-module {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-template-tpl-lead-to-pledge .c-inline-donation {
    margin-bottom: 0;
  }

  .customize-support:not(.home) div.c-inline-donation {
    /*top: 432px !important;*/
    left: 0 !important;
  }

  .page-template-tpl-lead-to-pledge .o-layout-container .c-hero__title {
    margin-top: 0px;
    margin-bottom: 2px;
  }


  .page-template-tpl-lead-to-pledge:not(.home) div.c-inline-donation:last-of-type .c-donation__wrapper {
    margin: 0;
  }

  .page-template-tpl-lead-to-pledge:not(.home) form#js-donation-form {
    width: 95%;
    margin: 0 auto;
  }

  .page-template-tpl-lead-to-pledge:not(.home) form#js-donation-form {
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {

  .page-template-tpl-lead-to-pledge .c-cta--large {
    padding-bottom: 0px;
    padding-top: 35px;
    margin-bottom: 0px;
  }

  .page-template-tpl-lead-to-pledge .c-donation__type.c-donation__one-type.c-donation-custommvd label:first-of-type {
    font-size: 12px;
  }

}



.ie8 .o-hero-fullscreen {
  min-height: 600px;
}

.ie8 .o-hero-fullscreen .o-layout-container,
.ie8 .o-hero-fullscreen body #wpfront-notification-bar table,
body #wpfront-notification-bar .ie8 .o-hero-fullscreen table {
  min-height: 600px;
}

.c-hero-stat {
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
  position: relative;
}

@media (min-width: 40.063em) {
  .c-side-module--half .c-hero-stat {
    width: 65.71429%;
    float: right;
    margin-right: 0;
  }
}

.c-hero-stat__number {
  font-size: 70px;
  line-height: 0.85;
  margin-bottom: 5px;
  color: #00AEEF;
  letter-spacing: -3px;
  right: .04em;
}

@media (max-width: 480px) {
  .c-hero-stat__number {
    font-size: 55px;
  }
}

@media (max-width: 380px) {
  .c-hero-stat__number {
    font-size: 45px;
  }
}

@media (min-width: 64.063em) {
  .c-hero-stat__number {
    font-size: 85px;
  }
}

.c-hero-stat__number--large {
  font-size: 60px;
}

.c-hero-stat__text {
  margin-left: 6px;
  line-height: 1.2;
  font-size: 26px;
}

@media (min-width: 40.063em) {
  .c-hero-stat__text {
    font-size: 20px;
  }
}

@media (min-width: 64.063em) {
  .c-hero-stat__text {
    font-size: 26px;
  }
}

.c-hero-stat__text i {
  color: #00AEEF;
  font-style: normal;
}

.c-hero-form {
  overflow: hidden;
  background-size: cover;
  width: 100%;
  min-height: 100%;
}

.c-hero-form form.fsForm {
  background-color: transparent;
}

@media (min-width: 50em) {
  .c-hero-form {
    min-height: 100vh;
  }
}

.c-hero-form .c-hero__content {
  bottom: 0;
  padding-bottom: 20px;
  position: relative;
  margin-top: 80px;
}

@media (min-width: 40.063em) {
  .c-hero-form .c-hero__content {
    margin-top: 100px;
    padding-bottom: 30px;
  }
}

.c-hero-form .c-hero__content .c-hero__title-line {
  background: #00AEEF;
  box-shadow: 10px 0 0 #00AEEF, -10px 0 0 #00AEEF;
}

.c-hero-form .c-hero__content .c-hero__sub-title {
  padding: 0 10px 10px;
}

.c-hero-form .c-hero__content.c-hero__content--emergency-yellow {
  background: #FFFF00;
}

.c-hero-form .c-hero__content.c-hero__content--emergency-red {
  background: red;
}

.c-hero-form .c-hero__title {
  padding: 10px 10px 0;
}

.c-hero-form .c-hero__title h1 {
  font-size: 32px;
}

@media (min-width: 40.063em) {
  .c-hero-form .c-hero__title h1 {
    font-size: 60px;
  }
}

.c-hero-form .c-hero__content {
  background: none;
}

.c-hero-form.o-background-video video {
  display: block;
}

.o-side-module .o-layout-container,
.o-side-module body #wpfront-notification-bar table,
body #wpfront-notification-bar .o-side-module table {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.c-para-cta {
  padding: 20px 0;
  border-top: 2px solid #00AEEF;
  border-bottom: 2px solid #00AEEF;
  margin-bottom: 20px;
}

@media (min-width: 40.063em) {
  .c-para-cta {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media (min-width: 40.063em) {
  .c-para-cta--download {
    padding: 20px 0 0 20px;
  }
}

@media (min-width: 50em) {
  .c-para-cta--half {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
}

.o-side-module .c-para-cta {
  padding: 20px 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.c-para-cta__icon {
  padding: 8px;
  font-size: 18px;
  background: #00AEEF;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}

.c-para-cta__icon:hover,
.c-para-cta__icon:focus {
  color: #1E1E1E;
}

.c-para-cta__icon:last-of-type {
  margin-right: 0;
}

.c-para-cta__icon.icon-twitter-bird::before {
  position: relative;
  right: 2px;
}

.c-para-cta__icon.icon-mail::before {
  position: relative;
  right: 1px;
}

.c-para-cta__facebook {
  background-image: url(../images/sprite.png);
  background-position: -39px 0px;
  width: 39px;
  height: 38px;
}

.c-para-cta__twitter {
  background-image: url(../images/sprite.png);
  background-position: 0px -38px;
  width: 39px;
  height: 38px;
}

.c-para-cta__email {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 39px;
  height: 38px;
}

.c-related-content {
  padding: 20px 0;
  margin-top: 40px;
}

.c-related-content__header {
  text-transform: uppercase;
  margin: 40px 0;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.c-related-content__grid {
  overflow: hidden;
}

.c-related-content__single {
  margin: 10px 6.6666px;
  position: relative;
}

.c-related-content__single a {
  background: #fff;
  transition: background-color .3s ease;
  display: block;
}

.c-related-content__single.no-image .o-content__category {
  position: relative;
  left: 0;
  top: 0;
  margin: 10px;
}

.c-related-content__single.no-image .c-related-content__title {
  font-size: 24px;
}

.c-related-content__single:hover a,
.c-related-content__single:focus a {
  background: #00AEEF;
}

.c-related-content__single:hover .c-related-content__title,
.c-related-content__single:focus .c-related-content__title {
  color: #4e4e4e;
}

.c-related-content__single:hover .o-content__category,
.c-related-content__single:focus .o-content__category {
  background: #4e4e4e;
  color: #00AEEF;
}

.c-related-content__single:hover .c-related-content__arrow,
.c-related-content__single:focus .c-related-content__arrow {
  color: #1E1E1E;
}

.c-related-content__single:hover img,
.c-related-content__single:focus img {
  opacity: .9;
}

.c-related-content__single:hover p,
.c-related-content__single:focus p {
  color: #1E1E1E;
}

.c-related-content__image {
  position: relative;
}

.c-related-content__title {
  transition: color .3s ease;
}

@media (min-width: 40.063em) {
  .c-related-content__title {
    font-size: 22px;
  }
}

@media (min-width: 64.063em) {
  .c-related-content__title {
    font-size: 22px;
  }
}

.c-related-content__text {
  padding: 20px 10px;
  background: #F0ECEC;
}

.c-related-content__text .c-related-content__read-more {
  margin: 0;
  font-weight: 400;
}

.c-related-content__arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 40px;
  line-height: .5;
}

.c-related-content__arrow::before {
  margin: 0;
  padding: 0;
}

@media (max-width: 40.063em) {
  .c-related-content__grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media (min-width: 40.063em) and (max-width: 64.063em) {
  .c-related-content__grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
}

@media (min-width: 64.063em) {
  .c-related-content__grid[data-columns]::before {
    content: '4 .column.size-1of4';

  }

}

.c-related-content__grid {
  display: flex;
  justify-content: center;
}

/* These are the classes that are going to be applied: */
.column {
  float: left;
}

.size-1of4 {
  width: 25%;
  /* margin-right: 2.85714%; */
}

.c-related-content__single.has-image .c-related-content__text {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.size-1of3 {
  position: relative;
  width: 33.333%;
}

.size-1of3:nth-of-type(1) .c-related-content__single {
  margin-left: 0;
}

.size-1of3:nth-of-type(2) .c-related-content__single {
  margin-left: 3.3333px;
  margin-right: 3.3333px;
}

.size-1of3:nth-of-type(3) .c-related-content__single {
  margin-right: 0;
}

.size-1of1 {
  width: 100%;
}

.size-1of2 {
  width: 100%;
}

.c-related-content__mobile-show-1 .size-1of1 .c-related-content__single:nth-of-type(n+2) {
  display: none;
}

.c-related-content__mobile-show-2 .size-1of1 .c-related-content__single:nth-of-type(n+3) {
  display: none;
}

.c-related-content__mobile-show-3 .size-1of1 .c-related-content__single:nth-of-type(n+4) {
  display: none;
}

.c-related-content__mobile-show-4 .size-1of1 .c-related-content__single:nth-of-type(n+5) {
  display: none;
}

.c-related-content__mobile-show-5 .size-1of1 .c-related-content__single:nth-of-type(n+6) {
  display: none;
}

.c-related-content__mobile-show-6 .size-1of1 .c-related-content__single:nth-of-type(n+7) {
  display: none;
}

.c-related-content__mobile-show-7 .size-1of1 .c-related-content__single:nth-of-type(n+8) {
  display: none;
}

.c-related-content__mobile-show-8 .size-1of1 .c-related-content__single:nth-of-type(n+9) {
  display: none;
}

.c-related-content__mobile-show-9 .size-1of1 .c-related-content__single:nth-of-type(n+10) {
  display: none;
}

.c-related-content__mobile-show-10 .size-1of1 .c-related-content__single:nth-of-type(n+11) {
  display: none;
}

/*------------------------------------*  #NAV-Mobile
\*------------------------------------*/
@media (max-width: 1050px) {
  .logged-in .c-site-header__nav-wrapper {
    top: 90px;
  }

  .o-hamburger {
    display: block;
  }

  .c-site-header__nav-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60px;
    background: rgba(0, 0, 0, 0.9);
    overflow-y: scroll !important;
    padding: 20px 0 100px 0;
  }

  .c-site-header__nav-wrapper.mobile-active {
    display: block;
  }

  .c-site-header__nav-wrapper .c-site-header__scroll-menu {
    min-height: 100%;
    position: relative;
    float: left;
    width: 100%;
  }

  .c-site-header__nav-wrapper .c-nav-primary {
    display: block;
  }

  .c-site-header__nav-wrapper .o-list-inline__item {
    display: block;
  }

  .c-site-header__nav-wrapper .c-nav-primary__link {
    display: block;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .submenu-clicked a .c-nav-primary-sub-menu {
    display: block;
  }

  .c-site-header__nav-wrapper .c-nav-primary__link::after {
    border: none;
  }

  .c-site-header__nav-wrapper .c-site-header__search {
    display: none;
  }

  .c-site-header__nav-wrapper .c-site-header__button {
    display: none;
  }

  .c-site-header__nav-wrapper .c-nav-primary-sub-menu {
    position: relative;
    top: 0;
    background: none;
    height: auto;
    display: none;
    opacity: 1;
  }

  .c-site-header__nav-wrapper .c-nav-primary-child-sub-menu {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .c-site-header__nav-wrapper .c-nav-primary-sub-menu__wrapper {
    border: none;
    padding: 0;
  }

  .c-site-header__nav-wrapper .c-nav-primary__heading {
    line-height: normal;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0;
    padding-right: 0;
    padding: 20px 0;
    margin: 0 5%;
    border-bottom: 1px solid #00AEEF;
  }

  .c-site-header__nav-wrapper .c-nav-primary__heading::after {
    display: none;
  }

  .c-site-header__nav-wrapper .c-nav-primary__heading .c-nav-primary__arrow {
    display: block;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
  }

  .c-site-header__nav-wrapper .c-nav-primary__sub-heading {
    padding: 10px 0;
  }

  .c-site-header__nav-wrapper .c-nav-primary-sub-menu__link {
    -webkit-font-smoothing: antialiased;
  }

  .c-site-header__nav-wrapper .menu-active {
    margin-bottom: 20px;
  }

  .c-site-header__nav-wrapper .menu-active .c-nav-primary__heading {
    background: none;
    color: #00AEEF;
  }

  .c-site-header__nav-wrapper .menu-active .c-nav-primary__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media (max-width: 32em) {
  .o-site-logo {
    width: 210px;
  }
}

.o-site-logo--horizontal-mobile {
  display: block;
  width: auto;
  line-height: 60px;
}

@media (min-width: 32em) {
  .o-site-logo--horizontal-mobile {
    display: none;
  }
}

.o-site-logo-link {
  height: 100%;
  transform: translateX(-7%);
}

.page-template-tpl-leads-testamento .o-site-logo--horizontal-mobile {
  height: auto;
}

@media (min-width: 32em) {
  .o-site-logo-link {
    height: 100%;
    transform: none;
  }

  .o-site-logo--horizontal-mobile {
    max-width: 335px;
    height: 100%;
  }
}

@media (max-width: 1050px) {
  .simplified-header-footer .o-hamburger {
    display: none;
  }
}

.c-header-donate-button {
  display: none;
}

@media (max-width: 1050px) {
  .c-site-header .o-site-logo--horizontal {
    opacity: 1;
  }

  .c-site-header .o-site-logo--square {
    display: none;
  }

  .c-site-header__wrapper {
    background: #00AEEF;
  }

  .c-header-donate-button {
    display: block;
    float: right;
  }
}

@media (max-width: 1050px) and (min-width: 75em) {
  .simplified-header-footer .c-site-header__wrapper {
    background: none;
  }
}

.c-cta {
  background: #1E1E1E;
  color: #fff;
  margin-bottom: 20px;
}

.c-cta--bg-cyan {
  background: #00AEEF;
}

.c-cta .c-cta__text {
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: inherit;
  margin-bottom: 0;
  line-height: 1.2;
}

.c-cta--small {
  overflow: hidden;
}

.c-cta--small .c-cta__text {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 20px;
}

@media (min-width: 50em) {
  .c-cta--small .c-cta__text {
    display: table-cell;
    width: 80%;
  }
}

.c-cta--small .c-cta__wrapper {
  margin: 20px 0;
  width: 100%;
}

@media (min-width: 50em) {
  .c-cta--small .c-cta__wrapper {
    display: table;
    margin: 0;
  }
}

.c-cta--small .c-btn,
.c-cta--small body #wpfront-notification-bar a.wpfront-button,
body #wpfront-notification-bar .c-cta--small a.wpfront-button,
.c-cta--small .c-formstack .fsSubmitButton,
.c-formstack .c-cta--small .fsSubmitButton {
  margin-top: 20px;
}

@media (min-width: 50em) {

  .c-cta--small .c-btn,
  .c-cta--small body #wpfront-notification-bar a.wpfront-button,
  body #wpfront-notification-bar .c-cta--small a.wpfront-button,
  .c-cta--small .c-formstack .fsSubmitButton,
  .c-formstack .c-cta--small .fsSubmitButton {
    margin: 0;
    display: table-cell;
    min-width: 200px;
  }
}

.c-cta--large {
  padding: 20px 0;
}

.c-cta--large .c-cta__wrapper {
  position: relative;
  overflow: hidden;
}

.c-cta--large .c-cta__text,
.c-cta--over .c-cta__text {
  font-size: 22px;
}

@media (min-width: 50em) {

  .c-cta--large .c-cta__text,
  .c-cta--over .c-cta__text {
    font-size: 28px;
  }
}

.c-cta--large .c-cta__content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 50em) {

  /*.c-cta--large .c-cta__content{
        width: 74%;
        float: right;
        margin-right: 0; } */
  .c-cta--over .c-cta__content,
  .c-cta--large .c-cta__content {
    height: 180px;
    display: table;
  }

  .c-cta--over .c-cta__content a,
  .c-cta--large .c-cta__content a {
    padding: 20px;
    margin: 58px 0 58px 15px;
    min-width: 150px;
  }

  .c-cta--over .c-cta__text,
  .c-cta--large .c-cta__text {
    width: auto;
    vertical-align: middle;
    display: table-cell;
  }

}

.c-cta--large .c-cta__image,
.c-cta--over .c-cta__image {
  float: left;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

@media (min-width: 50em) {

  .c-cta--over .c-cta__image,
  .c-cta--large .c-cta__image {
    width: 20%;
    float: left;
    margin-right: 20px;
  }
}

.c-cta--large .c-cta__image img,
.c-cta--over .c-cta__image img {
  height: 180px;
  max-width: 150%;
}

@media (min-width: 50em) {

  .c-cta--large.has_image .c-cta__content,
  .c-cta--over.has_image .c-cta__content {
    width: 74.28571%;
    float: left;
    margin-right: 0;
  }
}

.c-cta--large .c-btn,
.c-cta--large body #wpfront-notification-bar a.wpfront-button,
body #wpfront-notification-bar .c-cta--large a.wpfront-button,
.c-cta--large .c-formstack .fsSubmitButton,
.c-formstack .c-cta--large .fsSubmitButton {
  margin: 20px 0;
}

.c-cta--yellow .c-btn,
.c-cta--yellow body #wpfront-notification-bar a.wpfront-button,
body #wpfront-notification-bar .c-cta--yellow a.wpfront-button,
.c-cta--yellow .c-formstack .fsSubmitButton,
.c-formstack .c-cta--yellow .fsSubmitButton {
  background: #FFFF00;
}

.c-cta--yellow .c-btn:hover,
.c-cta--yellow body #wpfront-notification-bar a.wpfront-button:hover,
body #wpfront-notification-bar .c-cta--yellow a.wpfront-button:hover,
.c-cta--yellow .c-formstack .fsSubmitButton:hover,
.c-formstack .c-cta--yellow .fsSubmitButton:hover,
.c-cta--yellow .c-btn:focus,
.c-cta--yellow body #wpfront-notification-bar a.wpfront-button:focus,
body #wpfront-notification-bar .c-cta--yellow a.wpfront-button:focus,
.c-cta--yellow .c-formstack .fsSubmitButton:focus,
.c-formstack .c-cta--yellow .fsSubmitButton:focus {
  color: #1E1E1E;
}

.c-cta--yellow i {
  font-style: normal;
  color: #FFFF00;
}

.c-cta--cyan i,
.c-cta--white i {
  font-style: normal;
  color: #00AEEF;
}

.c-btn--donate--submit-applepay {
  border: 1px solid #fff;
  margin: 0 0 0.8em;
  padding: 0.8em;
}

.c-btn--donate--submit-other {
  background-color: transparent;
  border: 0;
  border-bottom: 1px dashed #00AEEF;
  color: #fff;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  padding: 0;
  text-transform: none;
}

.c-btn--donate--submit-other:hover {
  background-color: transparent;
  border-bottom-style: solid;
}

.c-donation__container {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

@media (min-width: 40.063em) {
  .c-donation__container {
    width: 90%;
    padding: 0 5%;
  }

  .c-donation__container .c-hero__content {
    left: inherit;
    width: auto;
  }
}

.c-donation {
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background: black;
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 40.063em) {
  .c-donation {
    max-width: 380px;
    background: rgba(0, 0, 0, 0.75);
  }
}

.c-donation .c-donation__wrapper {
  margin: 20px 5%;
}

.c-inline-donation__wrapper {}

@media (min-width: 40.063em) {
  .c-donation .c-donation__wrapper {
    margin: 20px;
  }
}

.c-donation .c-donation__header {
  color: #fff;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 28px;
}

.c-donation .c-donation-option {
  position: relative;
  width: 33.33333%;
  float: left;
}

.c-donation input[type="radio"] {
  display: none;
}

.c-donation input[type="radio"]:checked+label {
  transition: background .1s ease-out;
  background: #00AEEF;
  color: #fff;
}

.c-donation input[type="radio"]#donation-type-single:checked+label.js-donation-type-single {
  transition: background .1s ease-out;
  background: #00AEEF;
  color: #fff;
}

.c-donation input[type="radio"]#donation-type-monthly:checked+label.js-donation-type-monthly {
  transition: background .1s ease-out;
  background: #00AEEF;
  color: #fff;
}

.c-donation input[type="radio"]:checked+label .c-donation__down-arrow {
  display: block;
}

.c-donation .c-donation__down-arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
}

.c-donation .c-donation__active,
.c-donation .c-donation-other__active {
  background: #00AEEF;
  color: #fff;
}

.c-donation .js-donation-choose {
  text-align: left;
  padding-left: 10px;
}

@media (min-width: 75em) {
  .c-donation .js-donation-choose {
    padding-left: 20px;
  }
}

.c-donation label,
.c-donation input {
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  color: #C1B8B1;
  background: none;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}

.c-donation label:hover,
.c-donation label:focus,
.c-donation input:hover,
.c-donation input:focus {
  background: #000000;
}

.c-donation input[type="text"] {
  color: white;
}

.c-donation label {
  cursor: pointer;
}

.c-donation ::-webkit-input-placeholder {
  color: #C1B8B1;
}

.c-donation .c-donation-option,
.c-donation .c-donation-prompt__single,
.c-donation .c-donation-prompt__monthly {
  display: none;
}

.c-donation .js-donation-prompt-active {
  display: block;
}

.c-donation .c-donation__other {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.c-donation .c-donation__other::before {
  content: '£';
  position: absolute;
  left: 13%;
  width: 20px;
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}

@media (min-width: 50em) {

  .c-donation .c-donation__other input[type=number]::-webkit-inner-spin-button,
  .c-donation .c-donation__other input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}

.c-donation .c-donation__other .c-donation__radio-other:focus {
  outline: 2px solid #00AEEF;
}

.c-donation .js-donation-active .c-donation-option {
  display: block;
}

.c-donation .c-donation-prompt__single.js-donation-prompt-active {
  display: block;
}

.c-donation .c-donation__type label {
  width: 100%;
}

.c-donation .c-donation__type.c-donation__one-type label {
  width: 100%;
}

.c-donation .c-donation--payment-disclaimer {
  margin: 10px 0 0;
  color: #FFFFFF;
  font-size: 11px;
}

@media (min-width: 642px) and (max-width: 1199px) {
  .c-hero--donation-content {
    max-width: 340px;
  }

  .c-hero--donation-content .c-hero__content {
    background: #00AEEF;
    padding-bottom: 10px;
    margin-top: 90px;
  }

  .c-hero--donation-content .c-hero__content .c-hero__title {
    padding: 10px 10px 0;
  }

  .c-hero--donation-content .c-hero__content .c-hero__title br {
    display: none;
  }

  .c-hero--donation-content .c-hero__content .c-hero__title h1 {
    font-size: 32px;
  }

  .c-hero--donation-content .c-hero__content .c-hero__title-line {
    background: none;
  }

  .c-hero--donation-content .c-hero__content .c-hero__title-line::before {
    background: none;
  }

  .c-hero--donation-content .c-hero__content .c-hero__sub-title br {
    display: none;
  }

  .c-hero--donation-content .c-hero__content .c-hero__sub-title h4 {
    font-size: 17px;
  }

  .c-hero--donation-content .c-hero__content.c-hero__content--emergency-yellow {
    background: #FFFF00;
  }

  .c-hero--donation-content .c-hero__content.c-hero__content--emergency-red {
    background: red;
  }
}

@media (max-width: 480px) {
  .c-hero--donation-content .c-hero__content .c-hero__title h1 {
    font-size: 23px;
  }
}

.c-donation__submit-button {
  background: #FFFF00;
  border: 1px solid #FFFF00;
  -webkit-font-smoothing: antialiased;
  clear: both;
  font-size: 22px;
  padding: .8em 2.5em;
  display: block;
  color: #1E1E1E;
}

.c-donation__submit-button:hover,
.c-donation__submit-button:focus {
  background: #1E1E1E;
  color: #FFFF00;
  border: 1px solid #fff;
}

.c-donation-select label {
  font-size: 14px;
}

@media (min-width: 40.063em) {
  .c-donation-select label {
    font-size: 16px;
  }
}

.c-donation-select__wrapper {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.c-donation-select__wrapper::after {
  font-family: "fontello";
  content: '\e806';
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 0;
  color: #fff;
  line-height: 60px;
  font-size: 28px;
  pointer-events: none;
}

@media (min-width: 642px) and (max-width: 1199px) {
  .c-donation-select__wrapper::after {
    right: 10px;
  }
}

.c-donation-select {
  margin-left: 0;
}

.c-donation-select option {
  text-transform: none;
  font-size: 14px;
}

.c-donation-select__options {
  display: none;
  float: left;
  width: 100%;
}

.c-donation-select__options label {
  min-height: 60px;
  height: auto;
  line-height: 30px;
  padding: 15px 10px;
}

.c-donation__amounts {
  width: 100%;
  margin: 10px 0;
  float: left;
}

.c-donation__other {
  width: 100%;
}

.c-donation-prompt {
  float: left;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}

.c-donation-prompt__single {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.c-donation-prompt__image {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}

@media (min-width: 40.063em) {
  .c-donation-prompt__image {
    display: block;
    float: left;
    width: 30%;
  }
}

.c-donation-prompt__content {
  width: 63%;
  color: #fff;
  display: inline-block;
  margin-left: 2%;
}

@media (min-width: 40.063em) {
  .c-donation-prompt__content {
    float: right;
    width: 65%;
    margin-left: 0;
  }
}

.c-donation-prompt__content p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 40.063em) {
  .js-donation-prompt__equalHeights {
    min-height: auto !important;
  }
}

.c-hero--donation {
  background-size: 0;
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 40.063em) {
  .c-hero--donation {
    background-size: cover;
  }
}

@media (min-width: 40.063em) {

  .c-hero--donation .c-donation__container,
  .c-hero.o-hero-fullscreen {
    min-height: 100vh;
  }

  .c-hero.o-hero-fullscreen {
    min-height: 813px;
  }
}

.c-hero--donation .c-donation__header {
  display: none;
}

@media (min-width: 75em) {
  .c-hero--donation .c-donation__header {
    display: block;
  }
}

.c-hero--donation .c-hero__content {
  position: relative;
  bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  margin-bottom: 0;
}

@media (min-width: 40.063em) {
  .c-hero--donation .c-hero__content {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 75em) {
  .c-hero--donation .c-hero__content {
    margin-top: 0;
    padding-top: 80px;
    max-width: 70%;
  }
}

@media (min-width: 1300px) {
  .c-hero--donation .c-hero__content {
    max-width: 90%;
  }
}

@media (min-width: 642px) and (max-width: 1199px) {
  .c-hero-donation--left .c-hero--donation-content {
    float: left;
  }
}

.c-hero-donation--left .c-donation,
.c-hero-donation--left .c-legacies-form {
  float: left;
}

@media (min-width: 75em) {
  .c-hero-donation--left .c-hero__content {
    margin-bottom: 30px;
  }
}

@media (min-width: 642px) and (max-width: 1199px) {
  .c-hero-donation--right .c-hero--donation-content {
    float: right;
  }
}

@media (min-width: 75em) {

  .c-hero-donation--right .c-donation,
  .c-hero-donation--right .c-legacies-form {
    float: right;
    margin-top: 80px;
  }
}

@media (min-width: 75em) {
  .c-hero-donation--right .c-hero__content {
    position: absolute;
    bottom: 10%;
  }
}

@media (min-width: 75em) {
  .c-hero-donation--right .c-hero__content--middle {
    position: absolute;
    top: 50%;
    padding-top: 0;
  }
}

@media (max-width: 1145px) {
  .o-layout-container-rose h1 {
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 75em) {
  .c-hero-donation--right .c-hero__content--top {
    top: 0;
  }
}

.c-hero-donation__mobile {
  margin-top: 60px;
  max-height: 200px;
}

@media (min-width: 40.063em) {
  .c-hero-donation__mobile {
    display: none;
  }
}

.c-donation__header-button {
  float: left;
  opacity: 0;
  transition: opacity .1s .1s, -webkit-transform .2s ease-in;
  transition: transform .2s ease-in, opacity .1s .1s;
  transition: transform .2s ease-in, opacity .1s .1s, -webkit-transform .2s ease-in;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  width: 100%;
  position: fixed;
  left: 0;
  margin-left: 0;
}

@media (min-width: 50em) {
  .c-donation__header-button {
    margin-left: 20px;
    position: relative;
    width: auto;
  }
}

.c-donation-header-button-visible .c-donation__header-button {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: opacity .1s .1s, -webkit-transform .2s .2s ease-out;
  transition: transform .2s .2s ease-out, opacity .1s .1s;
  transition: transform .2s .2s ease-out, opacity .1s .1s, -webkit-transform .2s .2s ease-out;
  opacity: 1;
}

@media (min-width: 50em) {
  .c-donation-header-button-visible .c-donation__header-button {
    position: relative;
  }
}

.c-donation__header-button .c-donation {
  background: rgba(0, 0, 0, 0.85);
  max-width: 100%;
}

.c-donation__header-button .c-donation__wrapper {
  margin: 0 auto;
  padding: 20px;
  width: 340px;
  max-width: 100%;
  box-sizing: border-box;
}

.donation-form-open.c-donation__header-button .c-btn--donate-form::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 40.063em) {
  .c-donation__container {
    display: block;
  }
}

.c-donation__logo {
  padding: 10px;
  width: 100px;
  margin-top: 20px;
}

/* === Class added once defaults are set to avoid flash of wrong frequency amounts === */
.c-donation {
  opacity: 0;
  transition: opacity .2s ease-out;
}

.c-donation.default-rendered {
  opacity: 1;
  max-width: 450px;
}

.error {
  border-color: red !important;
}

.c-donation__low-amount-error {
  display: none;
  font-size: 14px;
  margin-bottom: 20px;
  clear: both;
}

.c-donation__error {
  color: #fff;
  font-weight: bold;
  float: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.ie8 .c-donation {
  background: #1E1E1E;
}

.c-home-hero {
  height: auto;
  background-size: 0;
  margin-bottom: 10px;
}

@media (min-width: 75em) {
  .c-home-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 75em) and (-ms-high-contrast: active),
(min-width: 75em) and (-ms-high-contrast: none) {
  .c-home-hero {
    display: block;
  }
}

@media (min-width: 40.063em) {
  .c-home-hero {
    min-height: 100%;
    min-height: 100vh;
    background-size: cover;
    margin-bottom: 0;
  }
}

.c-home-hero .o-layout-container,
.c-home-hero body #wpfront-notification-bar table,
body #wpfront-notification-bar .c-home-hero table {
  position: relative;
  height: 100%;
}

.c-home-hero .c-hero__content {
  position: relative;
  padding-bottom: 15px;
}

@media (min-width: 40.063em) {
  .c-home-hero .c-hero__content {
    position: absolute;
  }
}

@media (min-width: 64.063em) {
  .c-home-hero .c-hero__content--middle {
    position: relative;
  }
}

.c-home-hero .c-hero__title .c-hero__title-line,
.c-home-hero .c-hero__sub-title .c-hero__title-line {
  top: 0;
}

.c-home-hero .c-hero__title .c-hero__title-line:first-of-type,
.c-home-hero .c-hero__sub-title .c-hero__title-line:first-of-type {
  padding-bottom: 0;
  padding-top: 0;
}

@media (min-width: 40.063em) {
  .c-home-hero .c-hero__title .c-hero__title-line:last-of-type {
    display: inline-block;
    line-height: 1.2;
  }
}

@media (min-width: 40.063em) {
  .c-home-hero .c-hero__sub-title h4 {
    display: inline-block;
    background: #fff;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .c-home-hero .c-hero__sub-title .c-hero__title-line {
    display: inline-block;
    color: #1E1E1E;
    background: #fff;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
    font-family: UniversalRegular, "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none;
    padding-top: 0;
    letter-spacing: 0;
  }

  .c-home-hero .c-hero__sub-title .c-hero__title-line::after,
  .c-home-hero .c-hero__sub-title .c-hero__title-line::before {
    background: #fff;
  }
}

@media (min-width: 40.063em) and (min-width: 40.063em) {
  .c-home-hero .c-hero__sub-title .c-hero__title-line:last-of-type {
    padding-bottom: 0;
  }
}

@media (min-width: 40.063em) {
  .c-home-hero .c-hero__sub-title .c-home-hero__subtitle {
    padding: 5px 10px 10px 10px;
    background: #fff;
    display: inline-block;
    position: relative;
    right: 10px;
  }
}

@media (min-width: 50em) {
  .c-home-hero .c-hero__mobile {
    min-height: auto;
    position: initial;
    background: none !important;
    position: relative;
  }
}

@media (min-width: 50em) {
  .c-home-hero .c-hero .c-hero__content {
    float: left;
    background: #00AEEF;
    width: 100%;
    padding: 10px 0;
    position: relative;
  }
}

.c-home-hero-related__wrapper {
  background: #1E1E1E;
  width: 100%;
}

@media (min-width: 40.063em) {
  .c-home-hero-related__wrapper {
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

.c-home-hero-related {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  float: left;
}

.c-home-hero-related__single {
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.c-home-hero-related__single.c-home-hero-related--2 {
  width: 100%;
}

@media (min-width: 50em) {
  .c-home-hero-related__single.c-home-hero-related--2 {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    margin-right: 0;
  }
}

.c-home-hero-related__single.c-home-hero-related--2 .c-home-hero-related__content {
  max-width: 100%;
  margin-top: 10px;
}

@media (min-width: 64.063em) {
  .c-home-hero-related__single.c-home-hero-related--2 .c-home-hero-related__content {
    max-width: 60%;
    margin-top: 0;
  }
}

.c-home-hero-related__single:hover .c-home-hero-related__more,
.c-home-hero-related__single:focus .c-home-hero-related__more {
  color: #00AEEF;
}

.c-home-hero-related__image {
  float: left;
  max-height: 100px;
  overflow: hidden;
  margin-right: 20px;
}

.c-home-hero-related__content {
  float: left;
  padding-right: 20px;
  max-width: 100%;
}

@media (min-width: 50em) {
  .c-home-hero-related__content {
    max-width: 75%;
  }
}

.c-home-hero-related__category {
  margin-bottom: 0;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00AEEF;
  line-height: 1.1;
}

.c-home-hero-related__title {
  margin-bottom: 0;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.1;
  padding-bottom: 30px;
}

.c-home-hero-related__more {
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}

.c-home-hero-related__more::after {
  font-family: 'fontello';
  content: '\e804';
  margin-left: 10px;
  font-size: 22px;
  position: relative;
  top: 4px;
}

.c-home-hero__mobile {
  min-height: 50vh;
  margin-top: 60px;
  position: relative;
  background-size: cover;
}

@media (max-height: 465px) {
  .c-home-hero__mobile {
    min-height: calc(100vh - 60px);
  }
}

@media (min-width: 40.063em) {
  .c-home-hero__mobile {
    min-height: 100vh;
  }
}

@media (min-width: 1050px) {
  .c-home-hero__mobile {
    margin-top: 0;
  }
}

@media (min-width: 75em) {
  .c-home-hero__mobile {
    position: initial;
    background: none !important;
  }
}

.c-home-hero--related-2,
.c-home-hero--related-1 {
  position: initial;
}

@media (min-width: 75em) {

  .c-home-hero--related-2,
  .c-home-hero--related-1 {
    min-height: 800px;
    height: 100vh;
  }
}

@media (min-width: 75em) {

  .c-home-hero--related-2,
  .c-home-hero--related-1 {
    position: relative;
  }
}

@media (min-width: 75em) {

  .c-home-hero--related-2 .c-hero__content,
  .c-home-hero--related-1 .c-hero__content {
    position: absolute;
    top: 240px;
  }
}

@media screen and (min-width: 75em) and (-ms-high-contrast: active),
(min-width: 75em) and (-ms-high-contrast: none) {

  .c-home-hero--related-2 .c-hero__content,
  .c-home-hero--related-1 .c-hero__content {
    top: 240px;
  }
}

@media (min-width: 40.063em) {

  .c-home-hero--related-2 .c-home-hero-related__wrapper,
  .c-home-hero--related-1 .c-home-hero-related__wrapper {
    background: #1E1E1E;
    position: relative;
  }
}

@media (min-width: 75em) {

  .c-home-hero--related-2 .c-home-hero-related__wrapper,
  .c-home-hero--related-1 .c-home-hero-related__wrapper {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
  }
}

@media (min-width: 75em) {

  .no-flexbox .c-home-hero.c-home-hero--related-2 .c-hero__content,
  .no-flexbox .c-home-hero.c-home-hero--related-1 .c-hero__content {
    top: 300px;
  }
}

.ie8 .c-home-hero .c-hero__content--middle,
.ie9 .c-home-hero .c-hero__content--middle {
  position: absolute;
}

.c-media {
  margin-bottom: 20px;
  background: #1E1E1E;
}

.c-media__wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

.c-media-embed__caption {
  background: white;
}

.c-media-embed__content {
  padding: 30px 0;
}

.c-media-embed__title {
  text-transform: none;
  color: #00AEEF;
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: 0;
}

.c-media-embed__sub_title {
  text-transform: none;
  color: #1E1E1E;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bolder;
}

.c-slideshow__wrapper {
  padding: 30px 0;
}

.c-slideshow__single,
.c-slideshow__caption {
  position: relative;
}

.c-slideshow__single:focus,
.c-slideshow__caption:focus {
  outline: none;
}

.c-slideshow__image {
  position: relative;
  margin-bottom: 0;
}

.c-slideshow__image img {
  width: 100%;
}

.c-slideshow__image-__wrapper .o-layout-container--wide {
  padding: 0;
  width: 100%;
}

.c-slideshow__caption {
  box-sizing: border-box;
  font-size: 13px;
  color: #58595b;
  padding: 10px 0;
}

.c-slideshow__caption .o-layout-container--wide {
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 1300px) {
  .c-slideshow__caption .o-layout-container--wide {
    padding: 0;
  }
}

.c-slideshow__prev,
.c-slideshow__next {
  position: absolute;
  font-size: 24px;
  color: #58595b;
  font-weight: lighter;
  z-index: 1;
  line-height: 1;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity .2s ease-out;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}

.c-slideshow__prev.active,
.c-slideshow__next.active {
  opacity: 1;
}

@media (min-width: 50em) {

  .c-slideshow__prev,
  .c-slideshow__next {
    opacity: 0;
  }
}

.c-slideshow__prev {
  left: 10px;
}

@media (min-width: 40.063em) {
  .c-slideshow__prev {
    left: 5%;
    top: 50% !important;
  }
}

.c-slideshow__next {
  right: 10px;
}

@media (min-width: 40.063em) {
  .c-slideshow__next {
    right: 5%;
    top: 50% !important;
  }
}

.ie8 .c-slideshow__image img,
.ie9 .c-slideshow__image img {
  margin: 0;
}

.c-quote {
  margin-bottom: 20px;
}

.c-quote__wrapper {
  position: relative;
  padding-right: 20px;
  margin: 0 auto;
}

@media (min-width: 40.063em) {
  .c-quote__wrapper {
    width: 66%;
  }
}

.c-quote__text {
  font-family: UniversalBold, "Roboto", Arial, sans-serif;
  font-size: 22px;
}

@media (min-width: 40.063em) {
  .c-quote__text {
    font-size: 28px;
  }
}

.c-quote__content {
  padding: 100px 0;
  position: relative;
}

.c-quote__content blockquote {
  font-family: UniversalBold, "Roboto", Arial, sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  margin-top: 20px;
  margin-bottom: 40px;
}

.c-quote__content::before,
.c-quote__content::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url(../images/quote-mark.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.c-quote__content::before {
  left: 0;
  top: 30px;
}

.c-quote__content::after {
  right: 0;
  bottom: 40px;
}

.c-quote__info {
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  line-height: 1.4em;
  padding-right: 60px;
}

.c-half-width__image {
  background-size: cover;
  overflow: hidden;
  background-position: center;
  margin-bottom: 20px;
}

@media (max-width: 40.063em) {
  .c-half-width__image {
    background: none !important;
  }
}

.c-half-width__wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.c-half-width__mobile-image {
  width: 100%;
}

@media (min-width: 40.063em) {
  .c-half-width__mobile-image {
    display: none;
  }
}

.c-half-width {
  width: 100%;
  background: #1E1E1E;
}

@media (min-width: 32em) {
  .c-half-width {
    padding: 40px 0;
  }
}

@media (max-width: 640px) {
  .c-half-width {
    padding: 0
  }
}

@media (min-width: 40.063em) {
  .c-half-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    width: 50%;
  }
}

@media (min-width: 64.063em) {
  .c-half-width {
    padding: 100px 0;
  }
}

.c-half-width--left {
  float: left;
}

.c-half-width--right {
  float: right;
}

.c-half-width .o-layout-container,
.c-half-width body #wpfront-notification-bar table,
body #wpfront-notification-bar .c-half-width table {
  margin: 0;
  padding: 0;
}

.c-half-width .c-quote__wrapper {
  width: 100%;
}

.c-half-width .c-quote__content {
  color: #fff;
}

.c-half-width .c-quote__wrapper {
  padding: 20px 0;
}

@media (min-width: 40.063em) {
  .c-half-width .c-quote__wrapper {
    padding: 0;
  }
}

@media (max-width: 64.063em) {
  .c-half-width .c-quote__text {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .c-half-width .c-quote__info {
    padding-right: 40px;
  }

  .c-half-width .c-quote__content {
    padding: 40px 0;
  }

  .c-half-width .c-quote__content::before,
  .c-half-width .c-quote__content::after {
    width: 40px;
    height: 40px;
  }

  .c-half-width .c-quote__content::before {
    top: 10px;
  }

  .c-half-width .c-quote__content::after {
    bottom: 20px;
  }
}

.c-half-width .c-hero-stat {
  max-width: 400px;
  padding: 20px 0;
}

@media (min-width: 40.063em) {
  .c-half-width .c-hero-stat {
    padding: 0 20px 0 0;
  }
}

.c-half-width .c-hero-stat__text {
  color: #fff;
}

.c-list-block {
  margin-bottom: 20px;
}

.c-list-block .c-btn,
.c-list-block body #wpfront-notification-bar a.wpfront-button,
body #wpfront-notification-bar .c-list-block a.wpfront-button,
.c-list-block .c-formstack .fsSubmitButton,
.c-formstack .c-list-block .fsSubmitButton {
  clear: left;
  float: left;
}

@media (min-width: 50em) {

  .c-list-block .c-btn,
  .c-list-block body #wpfront-notification-bar a.wpfront-button,
  body #wpfront-notification-bar .c-list-block a.wpfront-button,
  .c-list-block .c-formstack .fsSubmitButton,
  .c-formstack .c-list-block .fsSubmitButton {
    float: right;
    clear: none;
  }
}

.c-list-block__header {
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
}

.c-list-block__single {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 0 10px 0;
  overflow: hidden;
}

.c-list-block__container {
  position: relative;
  overflow: hidden;
}

.c-list-block__title {
  font-size: 18px;
  margin: 0 0 5px 0;
  color: #00AEEF;
}

.c-list-block__location {
  margin-top: 0;
  font-size: 18px;
}

.c-list-block__desc {
  margin-bottom: 0;
}

.c-list-block__content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 50em) {
  .c-list-block__content {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%;
  }
}

.c-media-block {
  width: 100%;
  margin-bottom: 20px;
}

.o-side-module .c-media-block {
  margin-bottom: 0;
}

.c-media-block .o-layout-container {
  display: flex;
  flex-wrap: wrap;
}

.c-media-block--2 .o-layout-container {
  justify-content: center;
}

.c-media-block .c-media-block__single {
  margin: 0 1.2% 5% 0;
}

.c-media-block .c-media-block__single:last-of-type {
  margin: 0;
}

@media (min-width: 40.063em) {
  .c-media-block__single {
    max-width: 32%;
    margin: 30px 1.2% 30px 0;
  }

  .o-side-module .c-media-block__single {
    max-width: 100%;
  }

  .c-media-block .o-layout-container {
    justify-content: flex-start;
  }
}

.c-media-block__media {
  overflow: hidden;
  padding: 0;
}

.c-media-block__media img {
  min-width: 100%;
}

@media (min-width: 40.063em) {
  .o-side-module .c-media-block__media {
    padding: 10px;
  }
}

.c-media-block__caption {
  /* background: #f0ecec;  */
  padding: 10px;
  color: #1E1E1E;
}

.c-media-block__caption p {
  margin: 0;
}

.c-media-block--block-color {
  height: 300px;
}

.c-selected-blocks {
  overflow: hidden;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-selected-blocks__heading {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.c-selected-blocks__single {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f0ecec;
  transition: background-color .3s ease;
}

.c-selected-blocks__single:nth-of-type(2n) {
  margin-right: 0;
  padding-right: 0;
}

@media (min-width: 22.438em) and (max-width: 40.063em) {
  .c-selected-blocks__single {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-selected-blocks__single:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (min-width: 40.063em) {
  .c-selected-blocks__single {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-selected-blocks__single:first-of-type {
    margin-left: 0;
    padding-left: 0;
  }

  .c-selected-blocks__single:nth-of-type(3n) {
    margin-right: 0;
    padding-right: 0;
  }
}

.c-selected-blocks__single a {
  display: block;
  height: 100%;
}

.c-selected-blocks__single:hover,
.c-selected-blocks__single:focus {
  background: #00AEEF;
}

.c-selected-blocks__single:hover .c-selected-blocks__title,
.c-selected-blocks__single:focus .c-selected-blocks__title {
  color: #fff;
}

.c-selected-blocks__single:hover .o-content__category,
.c-selected-blocks__single:focus .o-content__category {
  background: #fff;
  color: #00AEEF;
}

.c-selected-blocks__single:hover .c-related-content__arrow,
.c-selected-blocks__single:focus .c-related-content__arrow {
  color: #1E1E1E;
}

.c-selected-blocks__single:hover .c-selected-blocks__read-more,
.c-selected-blocks__single:hover .c-selected-blocks__download-icon,
.c-selected-blocks__single:focus .c-selected-blocks__read-more,
.c-selected-blocks__single:focus .c-selected-blocks__download-icon {
  color: #1E1E1E;
}

.c-selected-blocks__single:hover img,
.c-selected-blocks__single:focus img {
  opacity: .9;
}

@media (min-width: 22.438em) and (max-width: 40.063em) {
  .c-select-block--4 .c-selected-blocks__single {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-select-block--4 .c-selected-blocks__single:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (min-width: 40.063em) {
  .c-select-block--4 .c-selected-blocks__single {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-select-block--4 .c-selected-blocks__single:first-of-type {
    margin-left: 0;
    padding-left: 0;
  }

  .c-select-block--4 .c-selected-blocks__single:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (min-width: 64.063em) {
  .c-select-block--4 .c-selected-blocks__single {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-select-block--4 .c-selected-blocks__single:first-of-type {
    margin-left: 0;
    padding-left: 0;
  }

  .c-select-block--4 .c-selected-blocks__single:nth-of-type(2n) {
    margin-right: auto;
    padding-right: auto;
  }

  .c-select-block--4 .c-selected-blocks__single:nth-of-type(4n) {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (min-width: 22.438em) and (max-width: 40.063em) {
  .c-select-block--4col-div3 .c-selected-blocks__single {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-select-block--4col-div3 .c-selected-blocks__single:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (min-width: 40.063em) and (max-width: 50em) {
  .c-select-block--4col-div3 .c-selected-blocks__single {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-select-block--4col-div3 .c-selected-blocks__single:first-of-type {
    margin-left: 0;
    padding-left: 0;
  }

  .c-select-block--4col-div3 .c-selected-blocks__single:nth-of-type(3n) {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (min-width: 50em) {
  .c-select-block--4col-div3 .c-selected-blocks__single {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-select-block--4col-div3 .c-selected-blocks__single:first-of-type {
    margin-left: 0;
    padding-left: 0;
  }

  .c-select-block--4col-div3 .c-selected-blocks__single:nth-of-type(4n) {
    margin-right: 0;
    padding-right: 0;
  }
}

.c-selected-blocks__content {
  padding: 20px 10px 60px 10px;
}

.c-selected-blocks__read-more {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 10px;
  box-sizing: border-box;
  display: none;
  line-height: 1;
  padding-right: 20px;
  display: block;
}

.c-selected-blocks__read-more::after {
  font-family: 'fontello';
  content: '\e804';
  margin-left: 10px;
  font-size: 22px;
  position: relative;
  top: 0px;
  position: absolute;
  right: 10px;
}

@media (min-width: 32em) {
  .c-selected-blocks__read-more::after {
    right: 20px;
  }
}

.c-selected-blocks__download-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 10px;
  box-sizing: border-box;
  padding-right: 40px;
  margin-bottom: 20px;
}

.c-selected-blocks__download-icon::after {
  font-family: 'fontello';
  content: '\f02e';
  margin-left: 10px;
  font-size: 22px;
  position: absolute;
  float: right;
  -webkit-font-smoothing: antialiased;
  right: 20px;
  font-size: 18px;
  color: #58595b;
}

.c-selected-blocks__download-icon p {
  float: left;
  margin: 0;
  padding-right: 20px;
}

.c-selected-blocks__filesize {
  font-size: 14px;
  float: left;
  line-height: 1.8;
  padding-right: 10px;
}

.c-selected-blocks__title {
  margin: 0;
}

.c-legacies-form {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  overflow: hidden;
  background: black;
  margin-bottom: 20px;
  position: relative;
}

@media (min-width: 40.063em) {
  .c-legacies-form {
    max-width: 380px;
    background: rgba(0, 0, 0, 0.75);
  }
}

.c-legacies-form .c-donation__wrapper {
  margin: 20px 5%;
}

@media (min-width: 40.063em) {
  .c-legacies-form .c-donation__wrapper {
    margin: 20px;
  }
}

.c-legacies-form .fsSectionHeader {
  background: none !important;
  margin: 0 !important;
  padding-left: 20px;
}

.c-legacies-form .fsSectionHeading {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.c-legacies-form .fsBody {
  margin-bottom: 0 !important;
}

.c-legacies-form .fsBody .fsForm {
  background: transparent;
}

.c-legacies-form .fsBody .fsForm .fsRequiredLabel {
  color: #fff;
  font-weight: normal;
  margin-bottom: 5px;
}

.c-legacies-form .fsSubField {
  clear: both;
}

.c-legacies-form select,
.c-legacies-form .fsField {
  color: #fff !important;
}

.c-legacies-form select.fsField {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  border-radius: 0;
  padding-right: 30px;
  background-color: transparent !important;
  background-image: url(../images/unicef_arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 5px top 10px;
  cursor: pointer;
  margin-right: 10px;
}

.c-legacies-form select.fsField option {
  background-color: #272727;
}

.c-legacies-form select.fsField::-ms-expand {
  display: none;
}

.c-legacies-form .fsRequiredMarker {
  color: #fff;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  padding-left: 5px;
  font-size: 14px;
}

.c-legacies-form input.fsField {
  max-width: 175px !important;
  background: none !important;
  width: 100%;
  padding: 6px !important;
}

.c-legacies-form .fsForm {
  box-shadow: none !important;
}

.c-legacies-form .fsForm .fsLabel {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  color: #fff !important;
}

.c-legacies-form .fsForm .fsSubmit {
  background: none;
}

.c-legacies-form .fsForm .fsSubmitButton {
  background: #fff !important;
  color: #1E1E1E !important;
  border: none;
  float: left;
  transition: all .05s ease-out;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.25em 1.75em !important;
}

.c-legacies-form .fsForm .fsSubmitButton:hover,
.c-legacies-form .fsForm .fsSubmitButton:focus {
  background: #00AEEF !important;
  color: #fff !important;
}

.c-legacies-form .fsForm .fsOptionLabel {
  background: none;
  color: #fff !important;
  border: none;
  padding-left: 0;
  padding-top: 10px;
}

.c-legacies-form .fsForm .fsSupporting {
  color: #f0ecec !important;
}

.c-legacies-form .fsForm .fsValidationError {
  background: none !important;
}

.c-legacies-form .fsForm .fsCell {
  margin: 0;
  padding-left: 20px;
  padding-top: 0 !important;
  overflow: hidden;
}

.c-legacies-form .ui-datepicker-trigger {
  padding-left: 5px;
  position: relative;
  top: 5px;
}

.c-legacies-form .fsFieldFocused {
  background: none;
}

.c-legacies-form .fsSupporting {
  padding: 5px 0;
}

.c-legacies-form .fsError {
  border-radius: 0;
  background: #fff;
}

.c-hero--legacy-form {
  height: auto;
}

.c-hero--legacy-form .c-hero__content {
  position: absolute;
}

.c-hero--legacy-form .c-hero__content.c-hero__content--bottom {
  bottom: 10%;
}

.c-legacies__video-section {
  padding: 40px 0;
  background: #f0ecec;
  transition: background .4s ease-out;
}

.c-legacies__video-section.loaded {
  background: #00AEEF;
}

@media (min-width: 64.063em) {
  .c-legacies__video-section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 64.063em) {

  .c-legacies-ad,
  .c-legacies-personal-vid {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media (min-width: 64.063em) {
  .c-legacies__content {
    width: 31.42857%;
    float: right;
    margin-right: 0;
  }
}

.c-legacies-progress {
  margin-top: 20px;
  font-size: 18px;
}

.c-legacies-progress.loaded {
  opacity: 0;
}

.js-legacies-progress-indicator {
  display: none;
}

.c-legacies-personal-vid {
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s ease-out;
  display: none;
}

.c-legacies-personal-vid video {
  max-width: 100%;
}

.c-legacies-personal-vid.loaded {
  opacity: 1;
}

.c-legacies__hero {
  background: #fff;
  padding-top: 100px;
  position: relative;
}

.c-legacies__title {
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

.c-legacies__title .c-legacies__thanks {
  color: #00AEEF;
}

@media (min-width: 50em) {
  .c-legacies__title {
    padding-right: 200px;
    font-size: 48px;
  }
}

.c-legacies__social {
  margin: 20px 0;
}

@media (min-width: 64.063em) {
  .c-legacies__social {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    min-width: 170px;
    margin: 0;
  }
}

.c-legacies__buttons {
  min-height: 80px;
}

.c-legacies-complete {
  display: none;
  margin-top: 20px;
}

@media (min-width: 64.063em) {
  .c-legacies-complete {
    margin: 0;
  }
}

.c-legacies-complete p {
  font-size: 18px;
}

@media (min-width: 64.063em) {
  .c-legacies-complete p {
    font-size: 22px;
  }
}

.c-legacies-complete .c-btn.js-learn-more,
.c-legacies-complete body #wpfront-notification-bar a.js-learn-more.wpfront-button,
body #wpfront-notification-bar .c-legacies-complete a.js-learn-more.wpfront-button,
.c-legacies-complete .c-formstack .js-learn-more.fsSubmitButton,
.c-formstack .c-legacies-complete .js-learn-more.fsSubmitButton {
  display: none;
}

.c-legacies__loading {
  text-align: center;
}

.c-legacies__loading.loaded {
  visibility: hidden;
}

.c-legacies-shared-content {
  display: none;
  margin-top: 20px;
}

.c-legacies-shared-content p {
  font-size: 22px;
  font-family: UniversalBold, "Roboto", Arial, sans-serif;
}

.page-template-legacy-page .c-hero__title-line {
  display: none;
}

.c-listing__wrapper {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 64.063em) {
  .c-listing__wrapper {
    width: 82.85714%;
    float: left;
    margin-right: 2.85714%;
  }
}

.c-listing {
  font-size: 17px;
}

@media (min-width: 1050px) {

  .c-listing__title,
  .c-listing__description {
    width: 74.28571%;
    float: right;
    margin-right: 0;
    font-size: 42px;
  }
}

.page-no-hero.archive main,
.page-no-hero.search main,
.page-no-hero.blog main {
  padding-top: 80px;
}

@media (min-width: 1050px) {

  .page-no-hero.archive main,
  .page-no-hero.search main,
  .page-no-hero.blog main {
    padding-top: 160px;
  }
}

.c-listing__description {
  margin-bottom: 20px;
}

.c-listing__pagination {
  text-align: center;
  overflow: hidden;
  margin: 20px 0;
  font-size: 20px;
}

@media (min-width: 40.063em) {
  .c-listing__pagination {
    width: 74.28571%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 50em) {
  .c-listing__pagination {
    font-size: 18px;
  }
}

@media (min-width: 40.063em) {
  .c-listing__pagination--custom-archive {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-listing__pagination a {
  border: none;
}

.c-listing__pagination .page-number {
  padding: 0 7px;
  display: inline-block;
}

.c-listing__pagination .current {
  background: #00AEEF;
  color: white;
}

.c-listing__pagination-numeric {
  display: none;
}

@media (min-width: 40.063em) {
  .c-listing__pagination-numeric {
    display: inline-block;
    margin-top: 6px;
  }
}

.c-listing__next {
  float: right;
  padding: 7px 0;
}

.c-listing__prev {
  float: left;
  padding: 7px 0;
}

.c-post {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #f0ecec;
  clear: both;
}

.c-post:last-of-type {
  border: none;
}

.c-post .c-post__title {
  font-size: 32px;
}

.c-post .read-more {
  display: block;
  border: none;
  color: #00AEEF;
  margin-top: 10px;
  font-weight: normal;
}

.c-listing--has-description .c-post:first-of-type {
  border-top: 1px solid #f0ecec;
}

.c-post__title {
  margin-bottom: 10px;
  font-weight: bold;
}

.c-post__title a {
  font-size: 18px;
  border: none;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  line-height: 22px;
}

.c-post__meta {
  font-size: 14px;
  margin-bottom: 10px;
}

.c-post__content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 40.063em) {
  .c-post__content {
    width: 74.28571%;
    float: right;
    margin-right: 0;
  }
}

.c-post__snippet {
  margin: 0;
}

.c-post__image {
  display: none;
}

@media (min-width: 40.063em) {
  .c-post__image {
    display: block;
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }
}

body #wpfront-notification-bar {
  background: #1E1E1E;
}

body #wpfront-notification-bar td {
  padding: 0;
}

@media (min-width: 40.063em) {
  body #wpfront-notification-bar td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

body #wpfront-notification-bar a.wpfront-button {
  border-radius: 0;
  color: #1E1E1E;
  text-shadow: none;
}

body #wpfront-notification-bar .wpfront-message {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  float: left;
  max-width: 90%;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  padding: 20px 10px;
  margin-bottom: 10px;
  padding-left: 0;
}

body #wpfront-notification-bar .wpfront-message i {
  font-style: normal;
  color: #FFFF00;
}

@media (min-width: 40.063em) {
  body #wpfront-notification-bar .wpfront-message {
    margin-bottom: 0;
    max-width: 60%;
  }
}

@media (min-width: 50em) {
  body #wpfront-notification-bar .wpfront-message {
    max-width: 65%;
    padding-right: 20px;
  }
}

@media (min-width: 64.063em) {
  body #wpfront-notification-bar .wpfront-message {
    max-width: 75%;
  }
}

body #wpfront-notification-bar .wpfront-message+div {
  float: left;
}

@media (min-width: 50em) {
  body #wpfront-notification-bar .wpfront-message+div {
    margin-left: auto;
    float: right;
  }
}

body #wpfront-notification-bar div.wpfront-close {
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  background: none;
  color: #fff;
  border: none;
  font-size: 14px;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: auto;
}

body #wpfront-notification-bar div.wpfront-close:hover,
body #wpfront-notification-bar div.wpfront-close:focus {
  background: none;
  border: none;
  color: #00AEEF;
}

.page-template-landing-page #wpfront-notification-bar {
  display: none;
}

.c-infographic {
  background: #00AEEF;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 40.063em) {
  .c-infographic {
    text-align: left;
  }
}


.c-infographic__tagline {
  font-size: 22px;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 64.063em) {
  .c-infographic__tagline {
    font-size: 28px;
  }
}

.c-infographic__tagline i {
  color: #fff;
  font-style: normal;
}

.c-infographic__icon {
  float: left;
  width: 100%;
  text-align: center;
}

.c-infographic__icon img {
  width: 300px;
}

.infographic-group {
  position: relative;
}

@media (min-width: 40.063em) {

  /**
     * Fix 2020
     */
  .infographic-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-template-tpl-lead-to-pledge .infographic-group {
    padding-top: 35px;
  }

  .c-infographic__icon {
    width: auto;
    min-width: 30%;
  }
}

.c-infographic__content {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 64.063em) {
  .c-infographic__content {
    padding-left: 0;
  }

  .page-template-tpl-lead-to-pledge .c-infographic__content {
    padding: 20px 0 0;
  }
}

.c-infographic--x-in-y .infographic-group {
  width: 50%;
  float: left;
  display: block;
}

.c-infographic--x-in-y a.c-btn {
  margin: 0;
}

.c-infographic__number {
  font-size: 50px;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 32em) {
  .c-infographic__number {
    font-size: 60px;
  }
}

@media (min-width: 40.063em) {
  .c-infographic__number {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 50em) {
  .c-infographic__number {
    font-size: 100px;
  }
}

@media (min-width: 64.063em) {
  .c-infographic__number {
    font-size: 150px;
  }
}

.c-infographic--large-number .c-infographic__number {
  font-size: 42px;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
}

@media (min-width: 32em) {
  .c-infographic--large-number .c-infographic__number {
    font-size: 54px;
  }
}

@media (min-width: 50em) {
  .c-infographic--large-number .c-infographic__number {
    font-size: 100px;
  }
}

@media (min-width: 75em) {
  .c-infographic--large-number .c-infographic__number {
    font-size: 100px;
  }
}

@media (min-width: 50em) {
  .c-infographic__number-2 {
    font-size: 100px;
  }
}

.c-infographic__description {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-family: UniversalBold, "Roboto", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.c-infographic__description i {
  font-style: normal;
  color: #1E1E1E;
}

@media (min-width: 40.063em) {
  .c-infographic__description {
    font-size: 22px;
    padding-top: 10px;
  }
}

@media (min-width: 64.063em) {
  .c-infographic__description {
    font-size: 22px;
  }
}

.c-infographic__icons {
  position: relative;
  margin: 20px 0 100px 0;
}

@media (min-width: 40.063em) {
  .c-infographic__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-infographic__equals {
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  clear: both;
  margin: 0 auto;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.c-infographic__equals::after {
  color: #00AEEF;
  content: '=';
  font-size: 100px;
  line-height: 100px;
}

@media (min-width: 40.063em) {
  .c-infographic__equals {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media (max-width: 640px) {
  body .c-infographic__equals {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-infographic--equals .c-infographic__cta {
    bottom: 0;
    right: 0;
    left: 0;
  }

  .c-infographic__icons {
    margin: 20px 0 0px 0;
    padding: 0 0 80px;
  }
}

.c-infographic--equals .c-infographic__icon {
  border: 1px solid white;
  padding: 20px;
  margin: 0;
  width: 48%;
  margin: 0 auto;
  float: none;
  box-sizing: border-box;
}

.c-infographic--equals .c-infographic__icon:first-child {
  margin-right: 6%;
}

@media (max-width: 640px) {
  body .c-infographic--equals .c-infographic__icon:first-child {
    margin-right: 0;
  }

  body .c-infographic--equals .c-infographic__icon {
    width: 100%;
  }

}

/*@media (min-width: 40.063em) {
    .c-infographic--equals .c-infographic__icon {
      width: 40%;
      margin: 0 40px; } }*/
.c-infographic--equals .c-infographic__icon img {
  max-width: 220px;
  padding: 20px;
}

.c-infographic--equals .c-infographic__icon .c-infographic__description {
  padding: 10px 5% 0 5%;
}

.c-infographic--equals .c-infographic__cta {
  position: absolute;
  bottom: 0
}

.c-infographic--x-in-y .c-infographic__numbers i {
  color: #fff;
  font-style: normal;
}

@media (min-width: 40.063em) {
  .c-infographic--x-in-y .c-infographic__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 800px) {
  .c-infographic--x-in-y .c-infographic__numbers {
    display: block;
  }
}

@media (max-width: 40.063em) {
  .c-infographic--x-in-y .infographic-group {
    width: 100%;
  }

  .c-infographic--x-in-y a.c-btn {
    display: block;
  }
}
}

.c-infographic--x-in-y .c-infographic__number {
  display: inline-block;
  font-size: 60px;
}

@media (min-width: 40.063em) {
  .c-infographic--x-in-y .c-infographic__number {
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 64.063em) {
  .c-infographic--x-in-y .c-infographic__number {
    font-size: 175px;
    line-height: 175px;
  }
}

.c-infographic--x-in-y .c-infographic__numbers--large .c-infographic__number {
  display: inline-block;
  font-size: 60px;
}

@media (min-width: 40.063em) {
  .c-infographic--x-in-y .c-infographic__numbers--large .c-infographic__number {
    font-size: 150px;
    line-height: 125px;
  }
}

@media (min-width: 64.063em) {
  .c-infographic--x-in-y .c-infographic__numbers--large .c-infographic__number {
    font-size: 225px;
    line-height: 200px;
  }
}

.c-infographic--x-in-y .c-infographic__numbers--small .c-infographic__number {
  display: inline-block;
  font-size: 42px;
}

@media (min-width: 40.063em) {
  .c-infographic--x-in-y .c-infographic__numbers--small .c-infographic__number {
    font-size: 75px;
    line-height: 75px;
  }
}

@media (min-width: 64.063em) {
  .c-infographic--x-in-y .c-infographic__numbers--small .c-infographic__number {
    font-size: 90px;
    line-height: 90px;
  }

  .page-template-tpl-lead-to-pledge .c-infographic--x-in-y .c-infographic__numbers--small .c-infographic__number {
    font-size: 65px;
    line-height: 65px;
  }
}

.c-infographic--x-in-y .c-infographic__number-operator {
  display: inline-block;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  color: #fff;
  font-size: 28px;
  padding: 0 10px;
}

.c-infographic--x-in-y .c-infographic__number-operator.c-infographic--nudge {
  margin-left: 10px;
}

@media (min-width: 40.063em) {
  .c-infographic--x-in-y .c-infographic__number-operator {
    font-size: 42px;
  }
}

.c-infographic--x-in-y .c-infographic__icon {
  text-align: center;
  box-sizing: border-box;
}

@media (min-width: 40.063em) {
  .c-infographic--x-in-y .c-infographic__icon {
    padding-right: 20px;
    width: 30%;
    margin-bottom: 40px;
  }

}

.c-infographic--x-in-y .c-infographic__icon img {
  width: auto;
  max-height: 200px;
}

@media (min-width: 40.063em) {
  .c-infographic--x-in-y .c-infographic__icon img {
    max-height: 350px;
  }
}

@media (min-width: 40.063em) {

  /*.c-infographic--x-in-y .c-infographic__content {
    width: 50%; } */
  .page-template-tpl-lead-to-pledge .c-infographic--x-in-y .c-infographic__content {
    width: 100%;
  }

}

.c-infographic--x-in-y .c-btn,
.c-infographic--x-in-y body #wpfront-notification-bar a.wpfront-button,
body #wpfront-notification-bar .c-infographic--x-in-y a.wpfront-button,
.c-infographic--x-in-y .c-formstack .fsSubmitButton,
.c-formstack .c-infographic--x-in-y .fsSubmitButton {
  display: table;
  clear: both;
  margin: 0 auto;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  line-height: .8em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.c-accordion {
  margin-bottom: 20px;
}

.c-accordion .c-accordion__hidden {
  display: none;
}

@media (min-width: 40.063em) {
  .c-accordion .c-accordion__hidden {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%;
  }
}

.c-accordion .c-accordion__hidden p {
  font-size: 17px;
}

.c-accordion__single {
  position: relative;
  background: #f0ecec;
  border-bottom: 2px solid #fff;
  overflow: hidden;
}

.c-accordion__header {
  font-size: 32px;
  margin-bottom: 20px;
}

.c-accordion__title {
  padding: 10px 0;
  overflow: hidden;
  font-size: 32px;
  cursor: pointer;
}

.c-accordion__title h3 {
  font-size: 18px;
  font-family: UniversalBold, "Roboto", Arial, sans-serif;
  margin-bottom: 0;
  line-height: 22px;
}

.c-accordion__button {
  float: right;
  position: relative;
  width: 40px;
  height: 40px;
  background: #00AEEF;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 10px;
  transition: background .3s ease;
}

.c-accordion-open.c-accordion__single {
  background: #fff;
}

.c-accordion__plus {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 15px;
  position: absolute;
  left: 10px;
  top: 18px;
}

.c-accordion__plus span::before {
  position: absolute;
  content: '';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .3s ease;
}

.c-accordion__plus span,
.c-accordion__plus span::before {
  width: 20px;
  height: 4px;
  background-color: #fff;
  display: block;
}

.c-accordion-open .c-accordion__button {
  background: #1E1E1E;
}

.c-accordion-open .c-accordion__plus span::before {
  transition: all .3s ease;
  margin-top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* 
 .c-secondary-stats {
  margin-bottom: 20px; }  */

.c-secondary-stats__single {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 32em) {
  .c-secondary-stats__single {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-secondary-stats__single:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (min-width: 40.063em) {
  .c-secondary-stats__single {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-secondary-stats__single:nth-of-type(2n) {
    margin-right: 2.85714%;
  }
}

.c-secondary-stats__single:last-of-type {
  margin-right: 0;
}

@media (min-width: 40.063em) {
  .c-secondary-stats--3 .c-secondary-stats__single {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }

  .c-secondary-stats--3 .c-secondary-stats__single:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (min-width: 55em) {
  .c-secondary-stats--3 .c-secondary-stats__single {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }
}

.c-secondary-stats--3 .c-secondary-stats__single:last-of-type {
  margin-right: 0;
}

@media (min-width: 40.063em) {
  .c-secondary-stats--2 .c-secondary-stats__single {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
}

.c-secondary-stats--2 .c-secondary-stats__single:last-of-type {
  margin-right: 0;
}

.c-secondary-stats__number {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 0;
  color: #00AEEF;
  letter-spacing: -3px;
  right: .04em;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
}

@media (min-width: 40.063em) {
  .c-secondary-stats__number {
    font-size: 75px;
  }
}

@media (min-width: 64.063em) {
  .c-secondary-stats__number {
    font-size: 80px;
  }
}

.c-secondary-stats__title {
  font-family: UniversalBold, "Roboto", Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 23px;
}

.c-secondary-stats__title i {
  color: #00AEEF;
  font-style: normal;
}

.c-secondary-stats__text {
  font-size: 17px;
  font-size: 1.21429rem;
  line-height: 1.17647;
  line-height: 1.5;
  margin-bottom: 0;
}

.c-secondary-stats__text i {
  color: #00AEEF;
  font-style: normal;
}

.c-detail-block {
  border-top: 8px solid #f0ecec;
  border-bottom: 8px solid #f0ecec;
  padding: 30px 0;
  margin-bottom: 20px;
}

.page-template-tpl-lead-to-pledge .o-side-module i {
  color: #00AEEF;
  font-style: normal;
}

.page-template-tpl-lead-to-pledge a.c-btn.c-btn--white.c-infographic__cta.js-reveal {
  width: 100%
}



.c-detail-block__title {
  font-size: 2em;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
}

.c-detail-block__table {
  width: 100%;
  table-layout: fixed;
}

.c-detail-block__cell {
  padding: 6px 0;
  font-size: 1.21429em;
  border-bottom: 2px solid #f0ecec;
}

.c-detail-block__cell--key {
  max-width: 50%;
  padding-right: 4px;
}

.c-detail-block__cell--value {
  padding-left: 4px;
}

.c-detail-block__row:last-child .c-detail-block__cell {
  border: none;
}

.c-detail-block__text {
  font-weight: bold;
  font-size: 1.4em;
}

.c-inline-donation {
  background: #000000;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  /* width: 30rem; } */
}

.c-inline-donation h2,
.c-inline-donation p {
  color: #fff;
}

.c-inline-donation h2 {
  margin-bottom: 10px;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.c-inline-donation p {
  margin-bottom: 0;
}

.c-inline-donation__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #000000;
}

@media (min-width: 40.063em) {
  .c-inline-donation__overlay {
    background: rgba(0, 0, 0, 0.75);
  }
}

@media (max-width: 40.063em) {
  body.home .c-inline-donation__title {
    margin: 40px 25px 10px;
  }
}

@media (min-width: 40.063em) {
  .c-inline-donation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-inline-donation__title {
  position: relative;
  margin: 20px 0;
  z-index: 1;
}

.home .c-inline-donation__title {
  margin: 20px 5px;
}

@media (min-width: 40.063em) {
  .c-inline-donation__title {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
}

.c-donation--inline-module {
  margin-top: 20px;
}

@media (min-width: 40.063em) {
  .c-donation--inline-module {
    margin-left: auto;
  }
}

.c-donation--inline-module.no-bottom-margin {
  margin-bottom: 20px;
}

.c-donation--inline-module .c-donation__wrapper {
  margin: 0;
}

@media (min-width: 40.063em) {
  .c-donation--inline-module .c-donation__wrapper {
    margin: 20px;
  }
}

.c-donation--inline-module.c-donation {
  z-index: 1;
}

.c-donation--inline-module input[type="radio"]:checked+label .c-donation__down-arrow {
  display: none;
}

.c-donation--inline-module .c-donation__amounts {
  margin-bottom: 0;
}

/* .c-donation--inline-module .c-donation__other input {
    border-top: none; } */

.c-formstack {
  opacity: 0;
  -webkit-animation: 0s ease-in 4s forwards fadein;
  animation: 0s ease-in 4s forwards fadein;
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  /* === Class added on load before form is validated, using class to help with js fallback === */
  /* === Hide formstack labels, use screen reader class === */
  /* ===  Select field styling === */
  /* === target Internet Explorer 9 to undo the custom arrow === */
  /* === Other input styling === */
}

.c-formstack.invalid .c-formstack__custom-text {
  color: #58595b;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-formstack .fsSectionHeading {
  display: none;
}

.c-formstack .fsRow {
  width: 100%;
  overflow: hidden;
}

.c-formstack .fsCell {
  overflow: hidden;
  clear: both;
  position: relative;
  transition: opacity .2s ease-out;
}

.c-formstack .fsCell.active .c-formstack__custom-text {
  color: #fff;
  transition: color .5s ease-out;
}

.c-formstack .fieldset-content {
  display: block;
  color: #58595b;
}

.c-formstack .fieldset-content label.fsOptionLabel {
  color: #58595b;
}

.c-formstack select {
  border: 1px solid #111;
  background: transparent;
  font-size: 16px;
  border: none;
  border-bottom: 2px dashed #00AEEF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.c-formstack select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
  background: transparent;
  color: #1E1E1E !important;
  border: none;
}

.c-formstack select::-ms-value {
  background: none;
  /* remove blue background on ie10/ie11 when selected*/
}

.c-formstack select option {
  color: #1E1E1E;
}

@media screen and (min-width: 0\0) {
  .c-formstack select {
    background: none\9;
    padding: 5px\9;
  }
}

.c-formstack .fsField:not([type='checkbox']) {
  color: #fff;
  font-size: 22px;
  min-width: 100px;
  width: 100px;
  float: left;
  line-height: 1.3;
  background-color: transparent;
}

@media (min-width: 32em) {
  .c-formstack .fsField:not([type='checkbox']) {
    font-size: 22px;
    min-width: 175px;
    width: 175px;
  }
}

@media (min-width: 40.063em) {
  .c-formstack .fsField:not([type='checkbox']) {
    font-size: 36px;
  }
}

@media (min-width: 50em) {
  .c-formstack .fsField:not([type='checkbox']) {
    min-width: 200px;
    width: 200px;
  }
}

.c-formstack .fsField[type="checkbox"] {
  margin-right: 10px;
}

.c-formstack .fsField {
  background-color: transparent !important;
  color: #fff;
  position: relative;
  background: none;
  border-style: dotted;
  border-color: #00AEEF;
  border-image-source: url("../images/line-square-2.png");
  border-image-slice: 3% 33%;
  border-width: 0 0 2px;
  border-image-repeat: round;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  transition: margin .2s ease-out;
  padding-top: 0;
  padding-bottom: 0;
}

.c-formstack .fsField.default-option {
  color: #58595b;
}

.c-formstack .fsField:focus {
  outline: none;
}

.c-formstack__field-wrapper {
  float: left;
  padding-right: 40px;
  /* === On tablet align error message underneath input, unable on mobile as fields floating below more often === */
}

@media (min-width: 40.063em) {
  .c-formstack__field-wrapper {
    position: relative;
  }
}

/* ========================
   Custom text added from CMS
======================== */
.c-formstack__custom-text {
  font-size: 22px;
  float: left;
  line-height: 1.3;
  margin-right: 10px;
}

@media (min-width: 32em) {
  .c-formstack__custom-text {
    font-size: 22px;
  }
}

@media (min-width: 40.063em) {
  .c-formstack__custom-text {
    font-size: 36px;
  }
}

/* ========================
   Error handling
======================== */
.c-formstack .fsField.error {
  margin-bottom: 5px;
  border-color: red;
  border-image-source: url("../images/line-square-red-2.png");
  color: red;
}

.c-formstack .fsCell label.error {
  color: red;
  position: relative;
  float: left;
  clear: both;
  text-align: left;
  /* === On tablet align error message underneath input, unable on mobile as fields floating below more often === */
}

@media (min-width: 40.063em) {
  .c-formstack .fsCell label.error {
    float: right;
    text-align: right;
    left: initial;
  }
}

/* ========================
   Next field button
======================== */
/* === Class added in js to select fields parent only  === */
.c-formstack__select .fsField {
  cursor: pointer;
}

.c-formstack__select .c-formstack__next {
  color: #00AEEF;
  right: 30px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  pointer-events: none;
  font-size: 17px;
}

.c-formstack__select .c-formstack__next::before {
  background-color: transparent;
}

@media (min-width: 40.063em) {
  .c-formstack__select .c-formstack__next {
    font-size: 22px;
  }
}

@media (min-width: 50em) {
  .c-formstack__select .c-formstack__next {
    font-size: 36px;
  }
}

/* === Next button for all fields apart from select === */
.c-formstack__next {
  text-align: center;
  color: #fff;
  float: left;
  font-size: 17px;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.c-formstack__next::before {
  padding: 5px;
  display: inline-block;
  border-radius: 50%;
  background-color: #00AEEF;
}

@media (min-width: 40.063em) {
  .c-formstack__next {
    font-size: 28px;
    top: 5px;
  }
}

.c-formstack__next {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* === When Formstack is valid === */
.c-formstack.valid .fsCell {
  /* === T & Cs checkbox field === */
}

.c-formstack.valid .fsCell .fsOptionLabel {
  color: #fff;
  transition: all .5s ease-out;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  line-height: 1.2;
}

@media (min-width: 40.063em) {
  .c-formstack.valid .fsCell .fsOptionLabel {
    font-size: 22px;
  }
}

/* ========================
   Form valid styling
======================== */
.c-formstack.invalid .fsSubmitButton {
  background-color: #58595b;
}

.c-formstack.valid .fieldset-content .fsOptionLabel {
  color: #fff;
}

.c-formstack .fsSubmitButton {
  float: left;
  border: none;
}

.c-formstack .fsSubmitButton.active {
  background-color: #fff;
}

.c-formstack .fsSubmitButton.active:hover,
.c-formstack .fsSubmitButton.active:focus {
  background-color: #00AEEF;
}

/* ========================
   Turn off some browser defaults
======================== */
.c-formstack input[type=number]::-webkit-inner-spin-button,
.c-formstack input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c-formstack input[type=number] {
  -moz-appearance: textfield;
}

/* ========================
   Reset formstack default styles, even with include none it still has some CSS!
======================== */
.c-formstack .fsCell {
  padding-bottom: 40px !important;
}

@media (min-width: 40.063em) {
  .c-formstack .fsCell {
    padding-bottom: 20px !important;
  }
}

.c-formstack .fsValidationError .fsLabel {
  background: none !important;
  padding-left: 0 !important;
}

.c-formstack .c-legacies-form .fsError {
  display: none !important;
}

.c-formstack .fsValidationError {
  background-color: transparent !important;
}

.c-formstack div.fsError {
  display: none;
}

.c-formstack .fsRow div.fsCell {
  float: left;
  clear: both;
}

.c-formstack fieldset {
  border: none;
  margin-bottom: 0;
}

.c-formstack__no-js {
  display: none;
  color: #fff;
  position: absolute;
  top: 100px;
  z-index: 2;
  font-size: calc(16px + .5vw);
}

.no-js .c-formstack {
  display: none;
}

.no-js .c-formstack__no-js {
  display: block;
}

.c-formstack-api__wrapper {
  overflow: hidden;
  transition: all .2s ease;
}

.c-formstack-api {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  color: #fff;
  background-color: #1E1E1E;
}

@media (min-width: 50em) {
  .c-formstack-api {
    background-color: rgba(0, 0, 0, 0.75);
  }
}

.c-formstack-module--thankyou .c-formstack-api {
  display: none;
}

@media (min-width: 50em) {
  .c-formstack-module--thankyou .c-formstack-api {
    display: block;
    visibility: hidden;
  }
}

.c-formstack-api__field {
  max-width: 100%;
  overflow: hidden;
  float: left;
  clear: both;
  position: relative;
  transition: opacity 0.2s ease-out;
}

.c-formstack-api__field.active {
  color: #fff;
}

.c-formstack-api__field.active .c-formstack-api__label,
.c-formstack-api__field.active label,
.c-formstack-api__field.active .c-formstack-api__input {
  color: #fff;
  transition: color 0.5s ease-out;
}

.c-formstack-api--sequenced {
  color: #58595b;
}

.c-formstack-api--sequenced .c-formstack-api__label,
.c-formstack-api--sequenced .c-formstack-api,
.c-formstack-api--sequenced .c-formstack-api__field--checkbox,
.c-formstack-api--sequenced .c-formstack-api__input,
.c-formstack-api--sequenced .c-formstack-api__field--radio {
  color: #58595b;
}

.c-formstack-api__field input[type='checkbox'] {
  margin-right: 15px;
}

.c-formstack-api__field input[type='radio'] {
  margin-right: 5px;
}

/* ===  Select field styling === */
.c-formstack-api__input--select {
  border: 1px solid #111;
  background: transparent;
  font-size: 16px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.c-formstack-api__select-wrapper {
  overflow: hidden;
  position: relative;
  float: left;
  clear: both;
}

@media (min-width: 22.438em) {
  .c-formstack-api__select-wrapper {
    clear: none;
  }
}

.c-formstack-api__field--checkbox input {
  -webkit-transform: perspective(1px) translateZ(0) scale(1.5);
  transform: perspective(1px) translateZ(0) scale(1.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  float: left;
  position: relative;
  top: 2px;
  left: 3px;
}

.c-formstack-api__field--checkbox .c-formstack-api__label,
.c-formstack-api__field--radio .c-formstack-api__label {
  margin-bottom: 10px;
}

.c-formstack-api__field--checkbox label,
.c-formstack-api__field--radio label {
  clear: left;
  float: left;
  margin-bottom: 10px;
}

.c-formstack-api__supporting-text {
  display: inline;
}

.c-formstack-api__input--select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
  background: transparent;
  color: #1E1E1E !important;
  border: none;
}

.c-formstack-api__input--select::-ms-value {
  background: none;
  /* remove blue background on ie10/ie11 when selected*/
}

.c-formstack-api__input--select option {
  color: #1E1E1E;
}

.c-formstack-api__field--select .c-formstack-api__field {
  cursor: pointer;
}

.c-formstack-api__field--select .icon-down-open {
  color: #00AEEF;
  right: 30px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  pointer-events: none;
  font-size: 17px;
  position: absolute;
  right: 0;
}

.c-formstack-api__field--select .icon-down-open::before {
  background-color: transparent;
}

@media (min-width: 40.063em) {
  .c-formstack-api__field--select .icon-down-open {
    font-size: 18px;
  }
}

@media (min-width: 50em) {
  .c-formstack-api__field--select .icon-down-open {
    font-size: 20px;
  }
}

/* === target Internet Explorer 9 to undo the custom arrow === */
@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9;
  }
}

.c-formstack-api__input {
  max-width: 100%;
  background-color: transparent !important;
  color: #fff;
  position: relative;
  background: none;
  border-style: dotted;
  border-color: #00AEEF;
  border-image-source: url("../images/line-square-2.png");
  border-image-slice: 3% 33% 2 66;
  border-width: 0 0 2px;
  border-image-repeat: round;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  transition: margin 0.2s ease-out;
  padding-top: 0;
  padding-bottom: 0;
}

.c-formstack-api__input::-webkit-input-placeholder {
  font-size: 17px;
}

.c-formstack-api__input:-ms-input-placeholder {
  font-size: 17px;
}

.c-formstack-api__input::placeholder {
  font-size: 17px;
}

/* === Other input styling === */
.c-formstack-api__input:not([type='checkbox']):not([type='radio']) {
  font-size: 18px;
  width: 160px;
  float: left;
  clear: both;
  line-height: 1.3;
  background-color: transparent;
}

.c-formstack-api__input:not([type='checkbox']):not([type='radio']):focus {
  outline: none;
}

@media (min-width: 22.438em) {
  .c-formstack-api__input:not([type='checkbox']):not([type='radio']) {
    min-width: 175px;
    width: 175px;
    clear: none;
  }
}

@media (min-width: 40.063em) {
  .c-formstack-api__input:not([type='checkbox']):not([type='radio']) {
    font-size: 20px;
  }
}

@media (min-width: 50em) {
  .c-formstack-api__input:not([type='checkbox']):not([type='radio']) {
    min-width: 200px;
    width: 200px;
  }
}

.c-formstack-api__label {
  font-size: 18px;
  float: left;
  line-height: 1.3;
  margin-right: 20px;
  margin-bottom: 5px;
}

@media (min-width: 40.063em) {
  .c-formstack-api__label {
    font-size: 20px;
  }
}

.c-formstack-api__field-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  /* === On tablet align error message underneath input, unable on mobile as fields floating below more often === */
}

@media (min-width: 22.438em) {
  .c-formstack-api__field-wrapper {
    margin-bottom: 10px;
  }
}

@media (min-width: 40.063em) {
  .c-formstack-api__field-wrapper {
    position: relative;
  }
}

/* ========================
   Error handling
======================== */
.c-formstack-api__input.error {
  margin-bottom: 5px;
  border-color: red;
  border-image-source: url("../images/line-square-red.png");
  color: red;
}

.c-formstack-api__field label.error {
  color: red;
  position: relative;
  float: left;
  clear: both;
  text-align: left;
}

.c-formstack-api__field:not(.c-formstack-api__field--checkbox):not(.c-formstack-api__field--radio) label.error {
  /* === On tablet align error message underneath input, unable on mobile as fields floating below more often === */
}

@media (min-width: 40.063em) {
  .c-formstack-api__field:not(.c-formstack-api__field--checkbox):not(.c-formstack-api__field--radio) label.error {
    float: right;
    text-align: right;
    left: initial;
  }
}

/* ========================
   Conditional field styling
======================== */
[logicShow^="field"] {
  display: none;
}

/* ========================
   Form valid styling
======================== */
.c-formstack-api.invalid .c-btn,
.c-formstack-api.invalid body #wpfront-notification-bar a.wpfront-button,
body #wpfront-notification-bar .c-formstack-api.invalid a.wpfront-button,
.c-formstack-api.invalid .c-formstack .fsSubmitButton,
.c-formstack .c-formstack-api.invalid .fsSubmitButton {
  background-color: #58595b;
}

.c-formstack-api.valid {
  color: #fff;
}

.c-formstack-api.valid .fieldset-content .c-formstack-api__label {
  color: #fff;
}

.c-formstack-api .c-btn,
.c-formstack-api body #wpfront-notification-bar a.wpfront-button,
body #wpfront-notification-bar .c-formstack-api a.wpfront-button,
.c-formstack-api .c-formstack .fsSubmitButton,
.c-formstack .c-formstack-api .fsSubmitButton {
  margin-top: 20px;
}

.c-formstack-api .c-btn,
.c-formstack-api body #wpfront-notification-bar a.wpfront-button,
body #wpfront-notification-bar .c-formstack-api a.wpfront-button,
.c-formstack-api .c-formstack .fsSubmitButton,
.c-formstack .c-formstack-api .fsSubmitButton {
  float: left;
  border: none;
}

.c-formstack-api .c-btn.active,
.c-formstack-api body #wpfront-notification-bar a.active.wpfront-button,
body #wpfront-notification-bar .c-formstack-api a.active.wpfront-button,
.c-formstack-api .c-formstack .active.fsSubmitButton,
.c-formstack .c-formstack-api .active.fsSubmitButton {
  background-color: #fff;
}

.c-formstack-api .c-btn.active:hover,
.c-formstack-api body #wpfront-notification-bar a.active.wpfront-button:hover,
body #wpfront-notification-bar .c-formstack-api a.active.wpfront-button:hover,
.c-formstack-api .c-formstack .active.fsSubmitButton:hover,
.c-formstack .c-formstack-api .active.fsSubmitButton:hover,
.c-formstack-api .c-btn.active:focus,
.c-formstack-api body #wpfront-notification-bar a.active.wpfront-button:focus,
body #wpfront-notification-bar .c-formstack-api a.active.wpfront-button:focus,
.c-formstack-api .c-formstack .active.fsSubmitButton:focus,
.c-formstack .c-formstack-api .active.fsSubmitButton:focus {
  background-color: #00AEEF;
}

/* ========================
   PCA Specific
======================== */
.c-formstack-api__pca .c-formstack-api__field-wrapper:last-of-type {
  margin-bottom: 0;
}

.c-formstack-api__pca .c-formstack-api__field-wrapper-hidden {
  display: none;
}

.c-formstack-api__pca .c-formstack-api__pca-field:not(.c-formstack-api__lookup) {
  margin-left: 20px;
}

.c-formstack-api__pca .c-formstack-api__pca-field:not(.c-formstack-api__lookup) .c-formstack-api__label {
  width: 80px;
}

.c-formstack-api__pca .c-formstack-api__pca-field:not(.c-formstack-api__lookup) .c-formstack-api__input,
.c-formstack-api__pca .c-formstack-api__pca-field:not(.c-formstack-api__lookup) .c-formstack-api__label {
  font-size: 17px;
}

.c-formstack-api__lookup-input {
  display: block;
  float: left;
  clear: both;
  max-width: 100%;
}

@media (min-width: 22.438em) {
  .c-formstack-api__lookup-input {
    clear: none;
  }
}

.c-formstack-api__lookup-input .c-formstack-api__input {
  min-width: 200px !important;
}

.c-formstack-api__manual-address {
  text-align: right;
  float: right;
  display: block;
  clear: both;
  padding-top: 5px;
  cursor: pointer;
}

.c-formstack-api__manual-address:hover,
.c-formstack-api__manual-address:focus {
  text-decoration: underline;
}

.c-formstack-api__pca-address {
  display: none;
  float: left;
  overflow: hidden;
  clear: both;
}

/* ========================
   Thank you message
======================== */
.c-formstack-api__thank-you {
  display: none;
}

.c-formstack-module--thankyou .c-formstack-api__thank-you {
  display: block;
}

.c-formstack-api__wrapper.thank-you {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ========================
   Turn off some browser defaults
======================== */
.c-formstack-api input[type='number']::-webkit-inner-spin-button,
.c-formstack-api input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c-formstack-api input[type='number'] {
  -moz-appearance: textfield;
}

.c-formstack-module {
  overflow: hidden;
  background-size: 0;
  margin-bottom: 20px;
}

@media (min-width: 50em) {
  .c-formstack-module {
    background-size: cover;
  }
}

.c-formstack-module>.o-layout-container--desktop {
  height: 100%;
}

@media (min-width: 50em) {
  .c-formstack-module>.o-layout-container--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-formstack-module__info {
  padding: 40px 20px;
  background-size: cover;
}

@media (min-width: 50em) {
  .c-formstack-module__info {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    background-size: 0;
  }
}

.c-formstack-module__form {
  overflow: hidden;
}

@media (min-width: 50em) {
  .c-formstack-module__form {
    margin: 40px 0;
    width: 48.57143%;
    float: right;
    margin-right: 0;
  }
}

.c-formstack-module__title {
  margin-bottom: 40px;
  overflow: hidden;
}

.c-formstack-module__title--thank-you {
  display: none;
}

.c-formstack-module--thankyou .c-formstack-module__title--normal {
  display: none;
}

.c-formstack-module--thankyou .c-formstack-module__title--thank-you {
  display: block;
}

.c-formstack-module__content-wrapper {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
}

.c-formstack-module__content-wrapper .js-read-more {
  color: #fff;
  font-size: 17px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}

.c-formstack-module__content-wrapper .js-read-more:hover,
.c-formstack-module__content-wrapper .js-read-more:focus {
  text-decoration: underline;
}

.c-formstack-module__content-wrapper .js-read-more:hover:before,
.c-formstack-module__content-wrapper .js-read-more:focus:before {
  text-decoration: none;
}

.c-formstack-module__content-wrapper .js-read-more:before {
  float: right;
  font-size: 1.5em;
}

.c-formstack-module__content-wrapper .js-read-more.less:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-formstack-module--thankyou .c-formstack-module__content-wrapper {
  display: none;
}

.c-formstack-module__title--thank-you .c-para-cta {
  float: left;
  background-color: rgba(0, 0, 0, 0.75);
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  border: none;
}

.c-formstack-module__title--thank-you .c-para-cta__wrapper {
  float: left;
}

.c-formstack-module__title--thank-you .o-in-para-heading {
  line-height: 40px;
  float: left;
  color: #fff;
  margin-bottom: 0;
  margin-right: 20px;
}

.c-formstack-module__content {
  padding-bottom: 20px;
}

.c-formstack-module__text {
  margin-bottom: 10px;
}

.c-formstack-module__text .c-formstact-module__text--hidden {
  display: none;
}

.c-formstack-module__text .c-formstact-module__text--hidden p:last-child {
  margin-bottom: 0;
}

.c-formstack-module__text p {
  color: #fff;
}

.c-formstack-module__petition-count {
  color: #fff;
  font-family: UniversalBold, "Roboto", Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

.c-formstack-module__petition-count span {
  color: #00AEEF;
}

/**
 * TRUMPS
 *
 * - These override all other rules
 *
 * Headings:      Reassigning our heading styles to helper classes.
 * Shame:         Short-term hacks and quick-fixes.
 *
 */
/*================================
=            HEADINGS            =
================================*/
.u-h1 {
  font-size: 60px;
  font-size: 4.28571rem;
  line-height: 1;
}

.u-h2 {
  font-size: 42px;
  font-size: 3rem;
  line-height: 1.42857;
}

.u-h3 {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 1.11111;
}

.u-h4 {
  font-size: 28px;
  font-size: 2rem;
  line-height: 1.42857;
}

.u-h5 {
  font-size: 22px;
  font-size: 1.57143rem;
  line-height: 1.81818;
}

.u-h6 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.11111;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

#wpfront-notification-bar-spacer {
  position: absolute !important;
}

body #wpfront-notification-bar a.wpfront-button {
  margin-top: 4px !important;
}

#wpfront-notification-bar table,
#wpfront-notification-bar tbody,
#wpfront-notification-bar tr,
body #wpfront-notification-bar td {
  display: block !important;
}

/*# sourceMappingURL=main.css.map */

/**
 * 2020 UY Fixes
 */
.o-layout-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media (max-width: 1050px) {
  .o-layout-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
}

.o-layout-text .o-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
}

.o-layout-text .o-content.o-content--none {
  width: 100%;
}

/**
 * Main Block H1 fix to make it not large  
 */

.o-layout-container .c-hero__title {
  width: 62%;
}


.page-template-tpl-lead-to-pledge .o-layout-container .c-hero__title {
  width: 60%;
  background: none;
  position: absolute;
  top: 0px;
  left: 2%;
}

@media (max-width: 1238px) {
  .o-layout-container .c-hero__title {
    width: 70%;
  }
}

@media (max-width: 1076px) {
  .o-layout-container .c-hero__title {
    width: 80%;
  }
}

@media (max-width: 928px) {
  .o-layout-container .c-hero__title {
    width: 100%;
  }
}

/**
 * Social media buttons in footer      
 */
.social-icons-group {
  margin-bottom: 20px;
}

.social-icons-group a {
  color: #a3a3a3;
}

.social-icons-group a {
  margin-right: 1rem;
  cursor: pointer;
}

.social-icons-group a:not(:first-child) {
  margin-left: 1rem;
}

.social-wrap {
  color: white;
  padding: 0 10px;
}

.social-wrap:first-of-type {
  padding-left: 0;
}

.contact-footer-area>* {
  color: #fff;
}

@media (max-width: 350px) {


  .social-icons-group a {
    margin-right: .5rem;

  }

  .social-icons-group a:not(:first-child) {
    margin-left: .5rem;
  }
}

/**
 * Adjustments Header      
 */

@media (max-width: 740px) {
  .c-site-header__container div.o-site-logo {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
}

.whatsapp-wrapa {
  margin-right: 5px;
}

.c-secondary-stats.c-secondary-stats-black.c-secondary-stats--4 {
  padding: 3rem 0 1rem;
}

.disclaimer {
  background-color: white;
}

.disclaimer-message {
  color: black;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 630px) {
  .size-1of1 {
    display: flex;
    flex-wrap: wrap;
  }

  .c-related-content__single.has-image {
    float: left;
    min-height: 110px;
  }

  .c-related-content__single.has-image a {
    height: 100%;
  }
}

@media (max-width: 560px) {
  h3.c-related-content__title {
    font-size: 16px;
  }
}

/**
 * Lead to pledge
 */
.act-ltp-container {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.act-ltp-container .act-ltp-background {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0;
}

.act-ltp-container .act-ltp-background .acf_field_background_image {
  margin-top: 55px;
}

.act-ltp-container .act-ltp-background #myVideo {
  bottom: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}

@media (min-width: 640px) {
  .act-ltp-container .act-ltp-background {
    width: 90%;
    padding: 80px 0 50px;
    position: static;
  }

  .act-ltp-container .act-ltp-background .acf_field_background_image {
    margin-top: 0;
  }

  .act-ltp-container .act-ltp-background #myVideo {
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
    transform: none;
    width: auto;
  }
}

.act-ltp-container .act-ltp-background .act-ltp__title,
.act-ltp-container .act-ltp-background .act-ltp__subtitle {
  margin: 0;
}

.act-ltp-container .act-ltp-background .act-ltp__title h1 {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 5% 5% 0;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #00AEEF;
  box-shadow: 10px 0 0 #00AEEF, -10px 0 0 #00AEEF;
}

.act-ltp-container .act-ltp-background .act-ltp__subtitle h4 {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 3% 5% 5% 5%;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  background: #00AEEF;
  box-shadow: 10px 0 0 #00AEEF, -10px 0 0 #00AEEF;
}

.act-ltp-container .act-ltp-background .act-ltp__title h1 br,
.act-ltp-container .act-ltp-background .act-ltp__subtitle h4 br {
  display: none;
}

@media (min-width: 640px) {
  .act-ltp-container .act-ltp-background .act-ltp__title h1 {
    display: inline;
    max-width: 60%;
    padding: 0;
    font-size: 60px;
    letter-spacing: 2px;
  }

  .act-ltp-container .act-ltp-background .act-ltp__subtitle h4 {
    display: inline;
    max-width: 60%;
    padding: 0;
    font-size: 28px;
    letter-spacing: 2px;
  }

  .act-ltp-container .act-ltp-background .act-ltp__title h1 br,
  .act-ltp-container .act-ltp-background .act-ltp__subtitle h4 br {
    display: inline;
  }
}

.act-ltp-form {
  background: #ffffff;
  width: 40%;
  min-width: 380px;
  max-width: 450px;
}

@media screen and (max-width: 414px) {
  .c-donation__container {
    margin-top: 0;
  }

  .page-template-tpl-lead-to-pledge .c-hero__title-line {
    font-size: 17px;
    letter-spacing: .26px;
  }

  .c-donation label,
  .c-donation__submit-button,
  .c-donation input {
    font-size: 16px;
  }

  /*Footer mobile*/
  .c-site-footer__text p:first-child {
    font-size: 14px;
  }

  .social-icons-group .fa-2x {
    font-size: 1.6em;
  }

  .social-icons-group i {
    margin-right: .5rem;

  }

  .social-icons-group i:not(:first-child) {
    margin-left: .5rem;
  }

  .c-site-footer__main-nav {
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .contact-footer-area+p {
    font-size: 14px;
  }
}

/* Payment form*/

#iframeDiv .success-payment-message {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#iframeDiv .success-payment-message h3 {
  padding: 1.5rem;
  background: #00AEEF;
  text-align: center;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 22px;
  display: block;
}

/* Contact form lead to pleadge 2 */
.act-ltp-form-container {
  margin-top: 1%;
}

.act-ltp-form-container .act-ltp-form {
  min-width: 380px;
  max-width: 450px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  max-height: max-content;
}

.act-ltp-form-container .act-ltp-form .ajax-loader {
  display: none;
}

.act-ltp-form-container .act-ltp-form .contactformtitle {
  margin: 0 0 20px;
  font-family: UniversalRegular, "Roboto", Arial, sans-serif;
  font-size: 16px;
  line-height: normal;
}

.act-ltp-form-container .act-ltp-form p {
  line-height: 1;
  margin-bottom: 0;
}

.act-ltp-form-container .act-ltp-form span.wpcf7-not-valid-tip {
  margin-top: -10px;
}

.act-ltp-form-container .act-ltp-form .wpcf7-acceptance .wpcf7-list-item {
  margin-bottom: 20px;
}

.act-ltp-form-container .wpcf7-form-control {
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, .75);
  border: 1px solid white;
  color: white;
  font-size: 14px;
  height: 60px;
  line-height: 1;
  box-sizing: border-box;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}

.act-ltp-form-container .wpcf7-form-control:focus {
  border: 1px solid #00AEEF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: #00AEEF;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  color: #FFFFFF !important;
}

.act-ltp-form-container .wpcf7-submit {
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: .8em 2.5em;
  background: #FFFF00;
  border: 1px solid #FFFF00;
  color: black;
  font-size: 22px;
  line-height: 0;
}

.act-ltp-form-container .wpcf7-submit:hover {
  background: #1E1E1E;
  color: #FFFF00;
  border: 1px solid #fff;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

span.wpcf7-not-valid-tip {
  margin-top: 15px;
}

.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1160px) {
  .act-ltp-form-container .wpcf7-form-control {
    padding: 8px 10px;
    font-size: 17px;
  }

  .act-ltp-form-container .wpcf7-submit {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .act-ltp-form-container {
    min-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .act-ltp-form-container .act-ltp-form {
    min-width: 100%;
    background-color: #000;
  }
}

/* HOME */
@media (min-width: 641px) {

  .home div.c-infographic--x-in-y {
    padding-bottom: 9.5rem;
    position: relative;
  }

  .home div.c-infographic--x-in-y .c-infographic__content {
    padding-left: 0;
  }

  .home div.c-infographic--x-in-y .c-infographic__content .c-infographic__numbers {
    position: relative;
    transform: translateX(-150px) !important;
  }

  .home div.c-infographic--x-in-y .c-infographic__content .c-infographic__description {
    position: relative;
    transform: translateX(-140px) !important;
  }

  .home div.c-infographic--x-in-y .c-infographic__icon {
    margin-bottom: 20px;
    padding-right: 0;
    -webkit-transform: translateY(18px) translateX(115px) scale(1) !important;
    transform: translateY(18px) translateX(115px) scale(1) !important;
  }

  .home div.c-infographic--x-in-y a.c-infographic__cta {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateY(-52px) translateX(-50%) scale(1) !important;
    transform: translateY(-52px) translateX(-50%) scale(1) !important;
  }
}

@media (max-width: 1200px) {
  .home div.c-infographic--x-in-y .c-infographic__icon {
    -webkit-transform: translateY(18px) translateX(0px) scale(1) !important;
    transform: translateY(18px) translateX(0px) scale(1) !important;
  }

  .home div.c-infographic--x-in-y .c-infographic__content .c-infographic__numbers {
    transform: translateX(-70px) !important;
  }

  .home div.c-infographic--x-in-y .c-infographic__content .c-infographic__description {
    transform: translateX(-30px) !important;
  }
}

@media (min-width: 642px) and (max-width: 768px) {
  .home div.c-infographic--x-in-y .c-infographic__icon {
    -webkit-transform: translateY(8vw) translateX(0px) scale(1) !important;
    transform: translateY(8vw) translateX(0px) scale(1) !important;
  }
}

@media (max-width: 641px) {
  .c-hero--donation-content .c-donation {
    margin-bottom: 0;
    padding-bottom: 17px;
  }

  .home div.c-infographic--x-in-y .c-infographic__content .c-infographic__numbers {
    transform: translateX(0px) !important;
  }

  .home div.c-infographic--x-in-y .c-infographic__content .c-infographic__description {
    transform: translateX(0px) !important;
  }

  .c-donation.default-rendered {
    max-width: none;
  }
}

@media (max-width: 372px) {

  .home .c-related-content__image img {
    min-height: 152px;
  }

}

/*Politica de privacidad*/
.policy-title {
  font-size: 2rem;
  color: #00AEEF;
}

input#privacidad_check {
  border: 1px solid;
  margin-right: 5px;
}

/* Fix: numbers in Inphographic not italic */
.c-infographic .odometer-value {
  font-style: initial;
}

/* Header logo */
.o-site-logo {
  background: none;
}

.o-site-logo-link {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.o-site-logo--horizontal {
  position: static;
}

@media (max-width: 360px) {
  .page-template-tpl-lead-to-pledge .c-hero__sub-title {
    top: 13% !important;
  }

}

@media (max-width: 564px) {
  .o-site-logo--horizontal {
    max-width: 310px;
    min-height: 60px;
  }

  .page-template-tpl-lead-to-pledge .c-hero__sub-title {
    width: 99%;
    background: none;
    top: 12%;
    padding-left: 0%;
    margin: auto;
    text-align: left;
    left: 8%;
  }

  /*.page-template-tpl-lead-to-pledge .c-cta--large{
     padding-top: 110px
  }*/
}

@media (max-width: 325px) {
  .c-header-donate-button .c-btn--mobile-donate {
    padding: 23px 1px;
    font-size: 0.8rem;
  }
}

@media (min-width: 741px) {
  .c-site-header__container div.o-site-logo {
    width: 360px;
  }
}

@media (max-width: 740px) {
  .c-site-header__container div.o-site-logo {
    width: 52%;
  }
}

@media (max-width: 540px) {
  .c-site-header__container div.o-site-logo {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
}

/* Home */
.home-infographics-80000-title {
  display: block;
  margin-left: 436px;
  margin-top: 15px;
  margin-bottom: -6px;
}

.home .c-info-odometer {
  padding-bottom: 4.5rem;
}

.home .c-info-odometer .c-infographic__icon {
  margin-top: -10px;
}

.home .c-infographic__number {
  font-size: 75px;
}

@media (min-width: 640px) {
  .home .c-infographic__number {
    font-size: 95px;
  }

}

@media (min-width: 900px) {
  .home .c-infographic__number {
    font-size: 115px;
  }
}

@media (min-width: 1158px) {
  .home .c-infographic__number {
    font-size: 150px;
  }
}

@media (max-width: 1395px) {
  .home-infographics-80000-title {
    margin-left: 34%;
  }
}

#myVideo {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.page-id-6164 #myVideo {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

@media (max-width: 40.063em) {
  .c-media-block--two-rows .o-layout-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-media-block--two-rows .c-media-block__single:nth-child(even) {
    margin: 20px 0 0;
  }

  .c-media-block--two-rows .c-media-block__single {
    width: 47.5%;
    margin: 20px 5% 0 0;
  }
}

/* Los niños en emergencia */
.page-template .c-hero__content .c-hero__title-line {
  display: inline-block;
  margin: .5rem 0;
  line-height: 1.2;
}

.c-donation .c-donation__type.height_fix {
  height: 60px;
}

.c-donation .js-donation__single .c-donation__single_message-container {
  display: none;
}

.c-donation .js-donation__single.js-donation-active .c-donation__single_message-container {
  display: block;
  background-color: white;
  color: black;
  margin-top: -10px;
  padding: 10px;
}

.c-donation .js-donation__single.js-donation-active .c-donation__single_message-container .c-donation__single_message-title {
  line-height: 1.4;
  margin: 0 0 5px;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.c-donation .js-donation__single.js-donation-active .c-donation__single_message-container .c-donation__single_message-text {
  font-size: 14px;
  color: #000000;
}

.c-donation .js-donation__single.js-donation-active .c-donation__single_message-container .c-donation__single_message-close {
  font-weight: bold;
}

.c-donation .js-donation__single.js-donation-active .c-donation__single_message-container .c-donation__single_message-close:hover {
  cursor: pointer;
}

.c-donation .c-donation__type label {
  display: block;
  width: 50%;
  margin: 0;
  padding: 22px 0 35px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1.98px;
}

.c-donation .c-donation__type label:last-of-type {
  border-left: none;
}

.c-donation .c-donation__type label.act-monthly-donation,
.c-donation .c-donation__type label.act-single-donation {
  padding: 0;
  font-size: .9rem;
  letter-spacing: 1px;
}

.page-template .c-donation-prompt__content p {
  margin: 0;
  margin-top: .5rem;
}

@media (min-width: 640px) {
  .c-donation .c-donation__type label {
    padding: 21px 0 39px;
    font-size: 20px;
  }

  .c-donation .c-donation__type label.act-monthly-donation,
  .c-donation .c-donation__type label.act-single-donation {
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .page-template .c-donation-prompt__content p {
    margin-top: 0;
  }
}

.page-template .c-hero--donation-content .c-donation {
  padding-bottom: 0;
}

.page-template .c-half-width .c-quote__wrapper {
  padding-top: 3rem;
}

.page-template .c-inline-donation h2 {
  line-height: 1.2;
  margin-bottom: .9rem;
}

.page-template .c-donation .c-donation__type.c-donation__one-type label {
  border: none;
}

@media (min-width:360px) {
  .page-template .c-hero-stat {
    margin-bottom: 20px;
  }

  .page-template .c-detail-block {
    margin-bottom: 40px;
  }
}

@media (min-width:320px) {
  .page-template .c-donation .c-donation__wrapper {
    margin: 25px 5% 15px;
  }
}

@media (min-width:640px) {
  .page-template .c-hero__content .c-hero__title-line {
    width: auto;
    margin: .5rem;
    padding: 0 10px;
  }

  .page-template .c-donation-prompt__image img {
    width: 100%;
  }

  .page-template .c-donation-prompt {
    margin-top: 24px;
  }

  body .o-layout-container--half-right {
    padding-left: 0;
  }

  body .c-half-width .c-hero-stat {
    max-width: inherit;
  }
}

@media (max-width: 640px) {

  .c-btn,
  body #wpfront-notification-bar a.wpfront-button,
  .c-formstack .fsSubmitButton {
    width: 100%;
    box-sizing: border-box;
  }

}

@media (max-width: 800px) {
  .c-cta--yellow .c-btn {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
  }
}

@media (min-width:928px) {
  .page-template .o-layout-container .c-hero__title {
    width: 100%;
  }
}

@media (min-width:1076px) {
  .page-template .o-layout-container .c-hero__title {
    width: 100%;
  }

  .page-template-landing-page .o-layout-container .c-hero__title {
    width: 100%;
  }

  .page-template .c-hero-stat {
    margin-top: 1.6rem;
  }

  .page-template .o-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width:1200px) {
  .page-template .c-hero__content .c-hero__title-line {
    width: auto;
    font-size: inherit;
    white-space: nowrap;
    display: inline-block;
  }

  .page-template .c-hero-donation--left .c-hero__content {
    margin-bottom: 0;
  }

  .page-template-tpl-lead-to-pledge .c-hero-donation--left .c-hero__content {
    margin-bottom: 0;
    top: 70px;
  }
}

@media (max-width:760px) {
  .page-template .c-hero--donation-content .c-donation {
    top: 0px;
    min-height: inherit;
  }
}

/* leadToPLedge */

.page-template-tpl-lead-to-pledge .c-site-header--scroll .c-site-header__container {
  background-color: transparent;
  box-shadow: none;
}

.page-template-tpl-lead-to-pledge .o-layout-container .c-hero__title {
  margin-left: 10px;
  width: 100%;
  background: none;
  top: 0;
  left: 0;
}

.page-template-tpl-lead-to-pledge .c-hero__sub-title {
  margin-left: 10px;
  width: 100%;
  background: none;
  position: absolute;
  top: 50px;
  left: 0;
}

@media (max-width:640px) {
  .page-template-tpl-lead-to-pledge:not(.home) div.c-inline-donation {
    position: relative;
    top: inherit;
    left: inherit;
  }

  body.leadToPLedge #myVideo {
    position: relative;
    width: 100%;
  }

  body.leadToPLedge .lead-form-text {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  /*.page-template-tpl-lead-to-pledge .c-hero__mobile {
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top !important;
    margin-top: 0px;
    min-height: 850px;
  }*/
  .page-template-tpl-lead-to-pledge .c-hero__mobile {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top !important;
    margin-top: 0px;
    height: auto;
    min-height: 320px;
  }

  .page-template-tpl-lead-to-pledge .c-btn.c-donation__submit-button {
    margin-bottom: 10px;
  }

}


@media (max-width:490px) {
  body.page-template-tpl-lead-to-pledge .c-donation--inline-module {
    margin-top: 0px;
  }

}

@media (max-width: 360px) {

  body.page-template-tpl-lead-to-pledge .c-hero__title-line {
    font-size: 17px;
  }


  .page-template-tpl-lead-to-pledge .c-cta--large {
    padding-top: 45px !important;
  }

  .page-template-tpl-lead-to-pledge .c-donation.default-rendered {
    min-height: auto !important;
  }
}

/*FIX PETICION CAMBIO CLIMATICO*/
body.peticionwcdlead .lead-form-text {
  display: none;
}

body.peticionwcdlead h3.contactformtitle {
  text-align: center;
  font-size: 25px;
}

/* FIN FIX PETICION CAMBIO CLIMATICO*/


.leadToPLedge i {
  font-style: normal;
}

/* Lead to pledge form*/

.lead-form-text {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}

.lead-form-text-wrapper {
  width: 85%;
  margin: 0 auto;
}

/*Lead to pledge grid component*/

.download-lead-title {
  color: #00aeef;
  font-size: 2rem !important;
  text-align: center;
}

.download-book-title {
  color: #00aeef;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  height: 60px;
}

.download-book-description {
  text-align: center;
}

.black-text-coronavirus {
  color: #000;
}

.leadToPLedge .o-layout-container .c-secondary-stats__single p:first-of-type {
  font-size: 1.8rem;
  font-weight: 900;
}

.leadToPLedge .c-secondary-stats__title {
  font-size: 2.2rem;
  color: #000;
  text-align: left;
}

.leadToPLedge .c-secondary-stats__text {
  text-align: left;
}

.btn-downloadpage-custom {
  margin: 0.5em 0em 0em 0em;
  border-radius: 0.35em;
  font-size: 1em;
  background-color: #f26a21;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  color: #ffffff;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -ms-border-radius: 0.35em;
  -o-border-radius: 0.35em;
}

/* Stats coronavirus*/

.leadToPLedge .c-secondary-stats {
  padding-bottom: 4rem;
}



.leadToPLedge .c-secondary-stats .o-layout-container .c-secondary-stats__single .c-secondary-stats__text {
  font-size: 23px !important;
  font-size: 1.21429rem;
  max-width: 80%;
  min-height: 70px;
  font-weight: 900;
}

.leadToPLedge .c-secondary-stats .o-layout-container p:first-of-type {
  font-size: 23px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 2rem;
}

.leadToPLedge .c-secondary-stats .o-layout-container .c-secondary-stats__single .c-secondary-stats__title {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: .5rem;
}

.leadToPLedge .c-secondary-stats:nth-of-type(2n) .o-layout-container .c-secondary-stats__single .c-secondary-stats__title {
  color: #00aeef;
}

@media (max-width:980px) {
  .download-book-title {
    font-size: 16px;
    height: 40px;
  }

  .download-book-description {
    font-size: 14px;
  }
}


@media (max-width:767px) {
  .download-book-title {
    font-size: 15px;
  }

  .btn-downloadpage-custom {
    font-size: .8em;
  }

}

/* Fix form donacion inferior */
.page-template .o-site-container .o-site-content div.c-inline-donation {
  height: auto;
}

@media (max-width: 401px) {
  .c-site-header__container div.o-site-logo {
    transform: scale(0.85);
    width: 60%;
  }

  .c-btn--mobile-donate {
    padding: 23px 3px;
    font-size: 0.9rem;
  }

  .lead-form-text {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .lead-form-text-wrapper {
    width: 80%;
    margin: 0 auto;
  }

  .download-book-title {
    height: 60px;
  }

}

/*Fix de grilla que incluye el kit*/
.leadToPLedge .c-hero {
  margin-top: 0;
}

.leadToPLedge div.c-secondary-stats-black.c-secondary-stats--3 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

@media (min-width: 415px) {
  .o-layout-container .c-hero__title {
    margin: .1rem 0px;
  }
}

@media (min-width: 768px) {

  .act-ltp-container .act-ltp-background .act-ltp__title,
  .act-ltp-container .act-ltp-background .act-ltp__subtitle {
    margin-left: 10px;
  }

  .act-ltp-container .act-ltp-background .act-ltp__subtitle {
    margin-top: 22px;
  }
}



/* Fix HOME con cambios */
.home .c-infographic__tagline {
  position: relative;
  z-index: 9;
}

/* Fix HOME componente video */
.c-media__wrapper {
  max-width: 1250px;
  padding: 30px 0;
}

/*Covid 19*/

.title-red .c-hero__content .c-hero__title-line {
  background: red;
  padding: 0 10px;
}

.home .c-hero__content .c-hero__title-line {
  color: #fff;
}

.title-red .c-hero__title-line::before {
  background: red;
}

@media (max-width: 640px) {
  .c-infographic__icon img {
    width: 200px;
  }
}

.higligth-lightblue {
  color: #00AEEF;
  color: #00AEEF;
  font-size: 2rem;
  font-weight: 900;
}

.higligth-lightblue-number {
  color: #00AEEF;
  font-size: 4rem;
  font-weight: 900;
}

.text-listsubtitle-coronavirus {
  margin-top: 2rem;
}

/* Contact page*/
.form-container {
  width: 70%;
  margin: 0 auto;
}

/* Estilos form de contacto */
.unicef-contact-form.form-container {
  width: 100%;
  max-width: 750px;
  margin: 40px auto;
}

input#contacto-unicef-politica {
  border: 1px solid;
}

.contacto-unicef-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.unicef-contact-form.form-container .contacto-unicef-member {
  flex-basis: 49%;
}

.unicef-contact-form.form-container .contacto-unicef-group-onecolumn .contacto-unicef-member {
  flex-basis: 100%;
}

.unicef-contact-form.form-container .contacto-unicef-member .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
  margin-right: 20px;
  padding: 10px 14px;
  border: 1px solid gray;
  font-size: 1.15rem;
}

.unicef-contact-form.form-container .contacto-unicef-member:last-of-type .wpcf7-form-control {
  margin-right: 0;
}

.unicef-contact-form.form-container .contacto-unicef-group-onecolumn .contacto-unicef-member .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
}

span.wpcf7-list-item-label {
  font-size: 18px;
}

.contacto-unicef-pilicy-link {
  border-bottom: 1px solid #000;
}

.page-template .wpcf7 textarea {
  resize: vertical;
  min-height: 160px;
  width: 100% !important;
  box-sizing: border-box;
}

.contacto-unicef-group-onecolumn .contacto-unicef-member {
  width: 100%;
}

.contacto-unicef-group-final {
  align-items: baseline;
  justify-content: flex-start;
}

.contacto-unicef-group-final .wpcf7-list-item {
  margin: 0;
}

.contacto-unicef-group-final p {
  margin-left: auto;
}

.contacto-unicef-group-btn-aumentar-ayuda {
  justify-content: flex-end;
}

@media (max-width: 640px) {
  .contacto-unicef-group-btn-aumentar-ayuda {
    justify-content: center;
  }
}

span.aumentar-radio span.wpcf7-list-item {
  margin: 0 1em 0 0;
  min-height: 50px;
}

span.aumentar-radio span.wpcf7-list-item span {
  cursor: pointer;
}

#aumentar-radio input[type="radio"] {
  display: none;
}

#aumentar-radio input[type="radio"]:checked+label {
  background: gray;
}

#aumentar-radio input[type="radio"]:checked+span {
  background: rgba(187, 212, 234, 0.3);
  font-weight: 900;
}

.message-donation-increase-containter,
.radio-aumentar-container {
  width: 100%;
}

input#aumentar-radio-otro {
  margin-top: 20px;
}

h3.message-donation-increase {
  font-size: 2rem;
  margin: 0 auto;
}

#aumentar-radio span.wpcf7-list-item-label {
  font-size: 25px;
  padding: 10px 20px;
  border: solid #BBD4EA;
}

/* .radio-aumentar-container {
  margin: 4rem 0;
} */

.contacto-unicef-required-message {
  font-style: italic;
}

#contacto-unicef-send {
  background-color: #00AEEF;
  border-radius: 0;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 17px;
  padding: 18px 80px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #00AEEF;
  text-transform: uppercase;
  font-family: 'UniversalCondensed', sans-serif;
  letter-spacing: 2px;
}

.contacto-unicef-group-btn #contacto-unicef-send {
  padding: 15px 80px;
}

#contacto-unicef-send:hover {
  background-color: rgb(2, 156, 212);
}

#contacto-unicef-send:active {
  position: relative;
  top: 1px;
}

/* Validation errors */
.form-container span.wpcf7-not-valid-tip {
  color: #ec2f60;
}

/*.wpcf7-form {
  margin-bottom: 4rem;
}*/

.radio-aumentar-container-otro {
  display: none;
}

.form-container input[type="submit"]:focus,
.form-container input[type="submit"]:active,
.form-container input[type="submit"]:visited {
  border: none !important;
}

@media (max-width: 1100px) {
  .contacto-unicef-group {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contacto-unicef-member {
    margin-bottom: 20px;
  }
}

@media (max-width: 798px) {
  #aumentar-radio span.wpcf7-list-item-label {
    font-size: 18px;
    padding: 5px 10px;
    border: solid #BBD4EA;
  }

  h3.message-donation-increase {
    font-size: 1.5rem;

  }
}

@media (max-width: 650px) {
  .form-container {
    width: 100%;
  }
}

@media (max-width: 470px) {
  .contacto-unicef-required-message {
    font-size: 14px;
  }

  span.wpcf7-list-item-label {
    font-size: 16px;
  }

  .contacto-unicef-group-final .wpcf7-list-item {
    margin-top: 20px;
    margin-left: 0;
  }

  .contacto-unicef-group-final span.wpcf7-list-item {
    font-size: 13px;
  }

  .contacto-unicef-group-final {
    /*flex-direction: row;*/
    margin-bottom: 20px;
  }

  #contacto-unicef-send {
    font-size: 15px;
    padding: 20px 50px;
  }

  h3.message-donation-increase {
    font-size: 1.3rem;
  }
}

.contacto-unicef-group-final .contacto-unicef-pilicy-link {
  margin-right: 1rem;
}

@media (max-width: 400px) {

  .radio-aumentar-container .wpcf7-list-item {
    margin: 0;
  }
}

@media (max-width: 360px) {

  .contacto-unicef-member input,
  .contacto-unicef-member textarea {
    max-width: 260px;
  }
}

/* Fix form donacion inferior */
.home .o-site-container .o-site-content div.c-inline-donation {
  height: auto;
  background-position: center;
}

/* Ajustes HOME */
@media (min-width: 320px) and (max-width: 640px) {
  .home .c-hero__content .c-hero__title-line {
    color: white;
  }
}

/* Ajustes HOME */
@media (min-width: 320px) and (max-width: 400px) {
  .c-related-content__single {
    margin: 0 5px 10px;
  }

  body .c-related-content__single.has-image .c-related-content__text {
    min-height: 150px;
  }
}

@media (min-width: 320px) and (max-width: 1200px) {
  .home .o-layout-container .c-hero__title {
    width: 95%;
  }

  .home .c-hero__content .c-hero__title-line {
    display: block;
    margin: 0;
    margin-top: .3rem;
    line-height: 1;
    padding: 0;
  }

  .title-red .c-hero__content {
    background: red;
  }

  .home .c-hero__sub-title .c-hero__title-line {
    margin: 0;
    margin-bottom: 1.2rem;
    padding: 0;
  }

  .home .c-donation-prompt__content p {
    margin: 0;
    margin-top: .3rem;
  }

  .home .c-hero--donation-content .c-donation {
    padding-bottom: 0;
  }

  .home .c-half-width .c-quote__wrapper {
    padding-top: 3rem;
  }

  .home .c-inline-donation h2 {
    line-height: 1.2;
    margin-bottom: .9rem;
  }

  .home .c-donation .c-donation__type.c-donation__one-type label {
    border: none;
  }

  .c-media__wrapper {
    padding: 0;
  }
}

@media (min-width:360px) and (max-width: 1200px) {
  .home .c-hero-stat {
    margin-bottom: 20px;
  }

  .home .c-detail-block {
    margin-bottom: 40px;
  }
}

@media (min-width:320px) and (max-width: 1200px) {
  .home .c-donation .c-donation__wrapper {
    margin: 25px 5% 15px;
  }

  .home .c-donation .c-donation__type.c-donation__one-type label {
    border: none;
  }
}

@media (min-width:510px) and (max-width: 1200px) {
  .home .c-donation .c-donation__type.c-donation__one-type label {
    font-size: 1.33rem;
  }
}

@media (min-width:640px) and (max-width: 1200px) {
  .home .o-site-container .o-site-content div.c-inline-donation .c-donation.default-rendered {
    max-width: 49.4%;
  }

  .home .c-hero__content .c-hero__title-line {
    width: 100%;
    margin: .5rem;
  }

  .home .c-donation-prompt__image img {
    width: 100%;
  }

  .home .c-donation-prompt {
    margin-top: 24px;
  }

  .home .c-donation .c-donation__type.c-donation__one-type label {
    font-size: .86rem;
    margin-bottom: -5px;
  }

  .home .c-inline-donation h2 {
    font-size: 2.1rem;
  }

  .home .c-hero--donation-content .c-hero__content .c-hero__sub-title {
    padding: 0 10px 0px;
  }

  .home .o-layout-container .c-hero__title {
    margin: 0;
  }

  .home .c-donation-prompt__content p {
    margin-top: 0;
  }

  .home .c-hero__content .c-hero__sub-title .c-hero__title-line {
    margin-top: -10px;
  }
}

@media (min-width:928px) and (max-width: 1200px) {
  .home .o-layout-container .c-hero__title {
    width: 90%;
  }
}

@media (min-width:1076px) and (max-width: 1200px) {
  .home .o-layout-container .c-hero__title {
    width: 90%;
  }

  .home .c-hero-stat {
    margin-top: 1.6rem;
  }

  .home .o-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1201px) {
  .home .c-donation .c-donation__type.c-donation__one-type label {
    border: none;
  }
}

/* HOME - Fix Grilla de paginas */
@media (min-width: 320px) and (max-width: 375px) {
  .home .c-related-content__grid .size-1of2 {
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .home .c-related-content__single {
    float: none;
    flex: 1;
  }
}

/* Form de donacion, fix imagenes */
@media (min-width: 1200px) {
  div.c-donation-prompt__image {
    max-width: 122px;
    height: 122px;
  }
}

@media (min-width: 642px) {
  .c-donation-prompt__image {
    width: auto;
    max-width: 98px;
    height: 98px;
    overflow: hidden;
  }

  .c-donation-prompt__image img {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
}

.o-site-content div.c-inline-donation {
  background-position: center;
}

.c-nav-primary .o-list-inline__item:last-child .c-nav-primary__link::after {
  border-right: none !important;
}

/* Ajustes componente text con video  */

.text-listtitle-coronavirus {
  font-size: 2rem !important;
}

.text-listsubtitle-coronavirus {
  font-size: 1.5rem !important;
  margin-bottom: 2rem;
}

@media (max-width: 1050px) {
  .page-template-landing-page .o-side-module--half {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .text-listtitle-coronavirus {
    font-size: 1.5rem !important;
  }

  .text-listsubtitle-coronavirus {
    font-size: 1.2rem !important;
    margin-bottom: 1rem;
  }

  .higligth-lightblue {
    font-size: 1.5rem;
  }
}

/*Youtube video component title fix for Mobile*/

.c-media-embed__title {
  font-size: 2rem;
}

.c-media-embed__sub_title {
  font-size: 1.5rem;
}

/* Fix Home- Mobile */
@media (min-width: 320px) and (max-width: 640px) {

  body .o-layout-container--half-right {
    padding-left: 0;
  }

  body .c-half-width .c-hero-stat {
    max-width: inherit;
  }
}

@media (max-width: 640px) {
  .home .c-infographic__icon img {
    width: 170px;
  }
}

div.c-media {
  display: flex;
  flex-direction: column;
}

div.c-media>div.c-media__wrapper {
  height: auto;
  width: 100%;
  order: 2;
}

div.c-media-embed__title {
  margin-bottom: 15px;
  line-height: 1.3;
}

/* Fix HOME - Pages gallery */
.related-items-sub-title-custom {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0.1px;
}

/* Fix Hambruna*/

.yellow-cta-highligth {
  color: yellow;
}

.page-template .c-hero__content .c-hero__title-line {
  margin: 0;
}

/*Fix hambruna componente mitad/mitad*/
@media (min-width: 1051px) {
  .page-template-tpl-leads .o-content {
    flex-basis: 100%;
  }
}

/*Fix parrafos componente*/
.o-layout-text .o-content p span {
  display: block;
  margin-bottom: -8px;
}

.o-layout-text .o-content p span:last-of-type {
  margin-bottom: 0;
}

/*Fix seleccion form*/
.c-donation__amounts .js-donation-prompt-active {
  transition: background .1s ease-out;
  background: #00AEEF !important;
  color: #fff;
  border: none;
}

/* Fix formulario de donacion en páginas*/
.page-template-tpl-lead-to-pledge .c-site-header__nav-wrapper {
  display: none;
  background-color: transparent;
}

.page-template-tpl-lead-to-pledge .c-hero__content {
  height: auto;
}

.page-template-tpl-lead-to-pledge .c-donation .c-donation__type.c-donation__one-type label {
  font-size: 15px;
}

.page-id-6164 .c-site-header--scroll .c-site-header__container {
  background-color: transparent;
  box-shadow: none;
}



.page-template-default div.c-inline-donation {
  background: none;
  position: absolute;
  top: 290px;
  left: 77px;
}

@media (max-width: 640px) {

  .page-template-tpl-lead-to-pledge .c-inline-donation .o-layout-container {
    width: 100%;
    padding: 0px;
  }
}

@media (max-width: 860px) {
  .page-template-tpl-lead-to-pledge .o-hamburger {
    display: none;
  }

  .page-template-tpl-lead-to-pledge .c-header-donate-button {
    display: none;
  }

  .page-template-tpl-lead-to-pledge .c-cta--large .c-cta__image {
    text-align: center;
    float: none;
  }

  .page-template-tpl-lead-to-pledge .c-cta--large .c-cta__text {
    text-align: left;
  }

  .page-template-tpl-lead-to-pledge .c-cta--large .c-cta__content {
    text-align: center;
  }

  .page-template-tpl-lead-to-pledge .o-layout-container .c-hero__title {
    position: static;
    margin-left: 0px;
  }

  .page-template-tpl-lead-to-pledge .c-hero__sub-title {
    width: 100%;
    background: none;
    top: 17%;
    padding-left: 0%;
    margin: auto;
    text-align: left;
    position: static;
  }

  /* .page-template-tpl-lead-to-pledge  .c-hero__content .c-hero__title.c-hero--long-title h1{
        font-size: 17px;
  } */

  .page-template-tpl-lead-to-pledge a.c-btn.c-btn--white.c-infographic__cta.js-reveal {
    width: auto;
  }

  .page-template-tpl-lead-to-pledge .c-infographic--x-in-y .c-infographic__numbers--small .c-infographic__number {
    font-size: 45px;
    line-height: 45px;
  }

  .page-template-tpl-lead-to-pledge .c-inline-donation:last-of-type .o-layout-container {
    width: 90%;
    padding: 5%;
  }

  .page-template-tpl-lead-to-pledge .c-cta--large {
    padding-bottom: 30px;
    padding-top: 50px;
  }

  .page-template-tpl-lead-to-pledge .c-half-width {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .page-template-default .c-inline-donation div.o-layout-container {
    padding: 0;
    width: 100%;
  }

  .page-template-default div.c-inline-donation {
    left: 0px;
  }

  .page-template-default .c-donation label {
    font-size: 17px;
  }

}



@media (max-width: 420px) {
  .page-template-tpl-lead-to-pledge .c-donation__type.c-donation__one-type.c-donation-custommvd label:first-of-type {
    font-size: 11px;
  }

  .page-template-tpl-lead-to-pledge:not(.home) form#js-donation-form {
    width: 100%;
  }
}


@media (max-width: 320px) {

  .page-template-tpl-lead-to-pledge .c-donation__type.c-donation__one-type.c-donation-custommvd label:first-of-type {
    font-size: 11px;
  }

}

.page-template-default .c-secondary-stats .o-layout-container.o-layout-container-black {
  align-items: flex-start;
}

.page-template-default .c-secondary-stats .o-layout-container.o-layout-container-black .c-secondary-stats__title {
  font-size: 35px;
}

.page-template-landing-page .c-secondary-stats .o-layout-container {
  align-items: initial;
}


.page-template-landing-page .c-secondary-stats .o-layout-container .c-secondary-stats__title {
  font-size: 2.3rem;
}

/*Page id styles - Actualizar datos*/

/*.page-id-731 .o-layout-container:nth-of-type(3n) .o-content.o-content--none {
  margin-top: 1rem;
}  */

.update-form-text-tit {
  margin-bottom: 4rem;
}

@media (max-width: 640px) {
  .page-template-default .c-hero__mobile {
    max-height: 350px;
    min-height: 350px;
  }

  .update-form-text-tit {
    margin-bottom: 2rem;
  }
}

/* Preguntas frecuentes */

.higligth-lightblue-faqs {
  color: #00AEEF;
  font-size: 1.6rem;
  font-weight: 900;
}

/* FIX Video width */
@media (min-width: 1050px) {
  .page-template-default div.o-side-module--half {
    width: 100%;
  }

  .page-template-tpl-leads .o-layout-text .o-content {
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .page-template-tpl-leads .o-layout-text .o-content>div {
    flex-basis: 80%;
  }
}

/* TESTAMENTO SOLIDARIO */

/*Fix para cuando se agregue imagen destacada*/
body.leadToPLedge.page-template-tpl-leads-testamento .c-hero .c-hero__image {
  display: none;
}

.page-template-tpl-leads .o-layout-text .o-content {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0;
}

.page-template-tpl-leads .o-content .testamento-title {
  color: #00AEEF;
}

.page-template-tpl-leads .testamento-col-container {
  display: flex;
  justify-content: space-between;
}

.page-template-tpl-leads .testamento-col-container .testamento-col-3 {
  flex-basis: 30%;
}

.page-template-tpl-leads .testamento-col-container .testamento-col-3 h4 {
  font-size: .8rem;
}

.page-template-tpl-leads .testamento-col-container .testamento-col-3 p {
  font-size: .9rem;
}

.page-template-tpl-leads .o-layout-container .c-hero__title,
.page-template-tpl-leads .o-layout-container .c-hero__sub-title {
  margin-left: -76px !important;
}

.page-template-tpl-leads .c-hero .c-hero__sub-title {
  margin-left: 0;
}

.page-template-tpl-leads .o-layout-container.o-layout-container-rose h1 {
  color: #00AEEF;
  font-size: 32px;
}

.page-template-tpl-leads .testamento-cta {
  margin: 0 auto;
  padding: 4rem;
  flex-basis: 50%;
  background-color: #00AEEF;
  color: white;
  text-align: center;
}

.page-template-tpl-leads .testamento-cta p:last-of-type {
  margin-bottom: 0;
}

.page-template-tpl-leads .testamento-cta-btn {
  font-size: 1.14286rem;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
  padding: 1.25em 1.75em;
  text-transform: uppercase;
  background: white;
  text-align: center;
  transition: all .1s ease;
  margin: 0;
  cursor: pointer;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page-template-tpl-leads div.c-hero {
  display: none;

}


.page-template-tpl-leads .o-content .testamento-cta-btn:hover {
  background: yellow;
  text-decoration: none;
  color: black;
  padding: 1.25em 1.75em;
}

.page-template-tpl-leads .o-content .testamento-cta-text {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.7;
}

.page-template-tpl-leads .o-layout-text .o-content p.testamento-sumate-text {
  margin-bottom: 0;
}

@media (max-width: 1050px) {
  .page-template-tpl-leads .o-side-module--third {
    width: 100%;
    margin-rigth: 0;
    padding-left: 0;
  }

  .page-template-tpl-leads .testamento-cta {
    padding: 4rem 0;
    width: 100%;
  }
}

.page-template-tpl-leads .wpcf7 {
  flex-basis: 100%;
}

.page-template-tpl-leads .wpcf7 form {
  width: 100%;
  margin: 0 auto;
}

.page-template-tpl-leads .wpcf7 form p {
  margin-bottom: 20px;
  box-sizing: border-box;
}

.page-template-tpl-leads .wpcf7 form p:last-of-type {
  margin-bottom: 0;
}

.page-template-tpl-leads .wpcf7 form input {
  width: 100%;
  padding: 20px 1rem;
  text-transform: uppercase;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  letter-spacing: 1.5px;
}

.page-template-tpl-leads .wpcf7 .wpcf7-submit {
  height: auto;
  font-size: 1.14286rem;
  line-height: 1.25;
  text-decoration: none;
  display: inline-block;
  padding: 1.25em 1.25rem;
  text-transform: uppercase;
  background: #00AEEF;
  text-align: center;
  transition: all .1s ease;
  margin: 0;
  cursor: pointer;
  font-family: UniversalCondensed, "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
}

.page-template-tpl-leads .wpcf7 .wpcf7-submit:hover {
  color: white;
}

.page-template-tpl-leads .testamento-form-p-title {
  margin: 0 auto;
  margin-bottom: 3rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .5px;
  text-align: center;
}

.page-template-tpl-leads .wpcf7 form input {
  width: 100%;
}

@media (max-width: 1050px) {
  .page-template-tpl-leads .wpcf7 {
    width: 100%;
  }

  .page-template-tpl-leads .wpcf7 form {
    width: 95%;
  }

  .page-template-tpl-leads .testamento-form-p-title {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 460px) {
  .page-template-tpl-leads .lead-form-text {
    font-size: 1.4rem;
  }

  .page-template-tpl-leads .wpcf7 form input {
    padding: 15px .75rem;
    box-sizing: border-box;
  }

  .page-template-tpl-leads .wpcf7 .wpcf7-submit {
    padding: 1rem 1.25rem;
  }

  .page-template-tpl-leads .o-layout-container.o-layout-text .o-content.o-content--half {
    margin-top: 0;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .page-template-tpl-leads .testamento-form-p-title {
    width: 95%;
  }

  .page-template-tpl-leads .slick-slider .slick-list,
  .page-template-tpl-leads .slick-slider .slick-list .slick-track .slick-slide {
    height: auto !important;
  }
}

@media (max-width: 640px) {

  .page-template-tpl-leads .o-layout-container .c-hero__title,
  .page-template-tpl-leads .o-layout-container .c-hero__sub-title {
    margin-left: 0 !important;
  }

  .page-template-tpl-leads .o-content .testamento-title {
    text-align: center;
  }

  .page-template-tpl-leads .c-detail-block {
    text-align: center;
  }

  .page-template-tpl-leads.page-template-default:not(.home) .c-hero__mobile {
    background-position-y: -195px !important;
  }

  /*.page-template .c-hero__content .c-hero__title-line {
        margin-left: .3rem;
    }*/
  .page-template .c-hero__content .c-hero__title-line:first-of-type {
    margin-left: 0;
  }

  .page-template-tpl-leads.leadToPLedge .c-secondary-stats .o-layout-container .c-secondary-stats__single .c-secondary-stats__text {
    max-width: 100%;
    text-align: center;
  }

  .page-template-tpl-leads .slick-slider .slick-list,
  .page-template-tpl-leads .slick-slider .slick-list .slick-track .slick-slide {
    height: auto !important;
  }

  .page-template-tpl-leads .testamento-form-p-title {
    width: auto;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .page-template-tpl-leads .o-layout-text .o-content p span {
    width: 100%;
  }

  .page-template-tpl-leads .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}

/* Fix para componente de .page-id-4680 ___El Mejor Regalo para una Madre___*/
.page-id-4680 .c-infographic__tagline {
  text-align: center;
}

.page-id-4680 .infographic-group {
  flex-flow: column nowrap;
}

.page-id-4680 .c-infographic--equals .c-infographic__cta {
  display: block;
}

@media (max-width: 640px) {
  .page-id-4680 .c-infographic--equals .c-infographic__cta {
    width: 100%;
  }

  .page-id-4680 .c-infographic--equals .c-infographic__cta {
    width: 200px;
  }
}

.recaptcha-policies {
  color: darkgrey;
  line-height: 1.8 !important;
  font-size: .7rem;
}

.recaptcha-policies a {
  color: darkgrey;
  font-weight: 700;
}

.page-id-6164 .grecaptcha-badge {
  visibility: hidden;
}

.page-id-6164 .wpcf7-response-output {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  font-size: .75rem;
}

@media (min-width: 360px) {
  .page-id-6164 main {
    padding-top: 3rem;
  }
}

@media (min-width: 372px) {
  .page-id-6164 main {
    padding-top: 1.5rem;
  }
}

@media (max-width: 640px) {
  .thank-you-page .c-hero__mobile {
    min-height: 220px;
  }
}

.thank-you-page .o-site-content {
  margin-bottom: 0;
  padding-bottom: 1.25rem;
}


.c-cta--over {
  position: relative;
  width: 100%;
}

.c-cta--over .o-layout-container {
  position: absolute;
  top: -220px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  background-image: url(../images/bg-over-cta.png);
  background-repeat: repeat;
  padding: 20px 0;
}

@media (max-width: 800px) {
  .c-cta--over .o-layout-container {
    top: -395px;
  }
}

@media (max-width: 640px) {
  .c-cta--over .o-layout-container {
    top: 0;
    position: relative;
    background: #1E1E1E;
  }
}


.c-cta--over .o-layout-container .c-cta__wrapper {
  max-width: 1250px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 5%;
  padding-right: 5%;
  width: 90%;
}

@media (max-width: 480px) {
  .page-template-tpl-leads .testamento-form-p-title {
    width: auto;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 15px;
    padding-top: 20px;
  }
}


@media (max-width: 1050px) {
  body.leadToPLedge.page-template-tpl-leads-testamento .o-side-module--half {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
}

@media (max-width: 800px) {
  body.page-template-tpl-leads-testamento div.form-grey form {
    width: 100%;
  }

  .c-cta--large .c-cta__image,
  .c-cta--over .c-cta__image {
    margin-bottom: 20px;
  }

  div.c-cta div.c-cta__wrapper {
    display: flex;
    flex-direction: column;
  }

  div.c-cta div.c-cta__wrapper a {
    order: 2;
  }

  div.c-cta div.c-cta__wrapper .c-cta__image {
    order: 1;
    padding-top: 20px;
  }

  .c-cta--over .o-layout-container {
    top: 0;
    position: relative;
    background: #1E1E1E;
  }
}

@media (max-width: 640px) {
  body.page-template-tpl-leads-testamento .c-accordion__button {
    margin-right: 0;
  }

  body.leadToPLedge.page-template-tpl-leads-testamento .act-ltp-container {
    min-height: auto;
  }

  body.leadToPLedge.page-template-tpl-leads-testamento .c-hero {
    display: none;
  }

  body.page-template-tpl-leads-testamento div.form-grey {
    padding: 20px 20px 0;
  }

  body.page-template-tpl-leads-testamento div.form-grey h3.lead-form-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  body.page-template-tpl-leads-testamento div.form-grey form p span {
    width: 100%;
  }
}

@media (max-width: 400px) {
  body.page-template-tpl-leads-testamento div.form-grey {
    padding: 20px 10px 0;
  }
}

.page-template-tpl-leads-testamento div.form-grey {
  background: #f0ecec;
  padding: 40px 40px 0;
  box-sizing: border-box;
}

.page-template-tpl-leads-testamento div.form-grey form {
  width: 585px;
  margin: 0 auto;
}

.page-template-tpl-leads-testamento div.form-grey form p br {
  display: none;
}

.page-template-tpl-leads-testamento div.form-grey form p input {
  width: 100%;
}

.page-template-tpl-leads-testamento div.form-grey form p input::placeholder {
  color: #00aeef;
}

.page-template-tpl-leads-testamento div.form-grey h3.lead-form-text {
  font-size: 32px;
  color: #00aeef;
}

.page-template-tpl-leads-testamento div.form-grey form p {
  margin: 0 auto;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.page-template-tpl-leads-testamento div.o-layout-container.full-text {
  background: #f0ecec;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.page-template-tpl-leads-testamento div.form-grey form p span {
  width: 50%;
  float: left;
  padding: 10px 5px;
}

.page-template-tpl-leads-testamento div.form-grey form p span.acceptance-privacidad,
.page-template-tpl-leads-testamento div.form-grey form p span.acceptance-privacidad span.wpcf7-acceptance,
.page-template-tpl-leads-testamento div.form-grey form p span.acceptance-privacidad span.wpcf7-acceptance span.wpcf7-list-item,
.page-template-tpl-leads-testamento div.form-grey form p span.acceptance-privacidad span.wpcf7-acceptance span.wpcf7-list-item span {
  width: 100%;
}

.page-template-tpl-leads-testamento div.form-grey form p span.acceptance-privacidad span.wpcf7-acceptance span.wpcf7-list-item span {
  float: inherit;
  margin-top: -7px;
  margin-left: 18px;
}

.page-template-tpl-leads-testamento div.form-grey form p span.acceptance-privacidad span.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0;
}

.page-template-tpl-leads-testamento div.form-grey form p span.acceptance-privacidad span.wpcf7-acceptance span.wpcf7-list-item input {
  float: left;
}

.page-template-tpl-leads-testamento div.form-grey div.wpcf7-validation-errors,
.page-template-tpl-leads-testamento div.form-grey div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  float: left;
  margin: 0 0 30px;
}

.page-template-tpl-leads-testamento div.form-grey form p span span {
  padding: 0;
  margin-top: 10px;
}

.page-template-tpl-leads-testamento div.form-grey form p span.ajax-loader {
  float: inherit;
  margin: 0 auto;
  background-position: center;
  width: 100%;
}

span.ajax-loader {
  background-repeat: no-repeat;
}

.page-template-tpl-leads-testamento div.form-grey form input[type="submit"] {
  text-transform: uppercase;
  padding: 15px 40px;
  background: #ed7d31;
  color: white;
  border: none;
  border-radius: 5px;
  width: 200px;
  margin: 0 auto;
  display: block;
}

.page-template-tpl-leads-testamento div.form-grey form input[type="submit"]:hover {
  background: #ef9152;
}

.page-template-tpl-leads-testamento .js-mobile-active,
body.page-template-tpl-leads-testamento .o-hamburger {
  display: none;
}

body.page-template-tpl-leads-testamento .c-accordion__button {
  margin-right: 100px;
  margin-top: 0;
}

body.page-template-tpl-leads-testamento .lead-form-text-wrapper p {
  display: none;
}

body.page-template-tpl-leads-testamento .c-accordion__single .o-layout-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

body.page-template-tpl-leads-testamento .c-accordion__title h3 {
  line-height: 22px;
}

body.page-template-tpl-leads-testamento .c-accordion__button:after {
  content: 'INFORMACIÓN';
  padding: 10px 0;
  float: right;
  margin-right: -100px;
}

@media (max-width: 750px) {
  body.page-template-tpl-leads-testamento .c-accordion__button:after {
    display: none;
  }

  body.page-template-tpl-leads-testamento .c-accordion__button {
    margin-right: 0px;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .o-content {
    margin-top: 20px;
  }
}

body.page-template-tpl-lead-to-pledge div.c-hero {
  display: none;
}

/*Custom Fix for referidos page AC 15/07/2022
Add .displayc-hero into backend page
*/
.displayc-hero .c-hero.c-hero--breadcrumbs {
  display: block !important;
}

body.page-template-tpl-lead-to-pledge div.c-hero.o-hero-fullscreen {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
  display: none;
}

body.page-template-tpl-leads-testamento .c-cta--bg-cyan a.c-btn {
  display: none;
}

body.page-template-tpl-leads-testamento .c-cta--bg-cyan {
  margin-top: 30px;
}

/*
* 
**** estilos sub-menu testamento-solidario **** 
*
*/
#act_testamento_sub_menu {
  position: sticky;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #00aeef;
  justify-content: center;
}

#act_testamento_sub_menu .act-mobile-hamburger {
  display: none;
}

#act_testamento_sub_menu .act-mobile-hamburger span {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 2px;
  margin-right: 1rem;
  transform: translateY(-.3rem);
  background-color: white;
}

#act_testamento_sub_menu .act-mobile-hamburger span::before,
#act_testamento_sub_menu .act-mobile-hamburger span::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: white;
}

#act_testamento_sub_menu .act-mobile-hamburger span::before {
  top: -9px;
}

#act_testamento_sub_menu .act-mobile-hamburger span::after {
  top: 9px;
}

.page-template div.act-testamento-sub-menu {
  margin-top: 0;
  margin-bottom: 0;
}

#act_testamento_sub_menu nav {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

#act_testamento_sub_menu nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}

#act_testamento_sub_menu nav ul li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 17%;
  padding: 3% .5%;
  list-style: none;
  text-align: center;
  transition: background ease-in-out 200ms;
}

#act_testamento_sub_menu nav ul li:hover {
  background-color: #0097ce;
}

#act_testamento_sub_menu nav ul li a {
  color: white;
  font-size: 1rem;
}

#act_testamento_sub_menu nav ul li a:hover {
  background-color: transparent;
  color: white;
}

@media (max-width: 640px) {
  .act-testamento-sub-menu {
    position: fixed;
    top: 6px;
    right: 0;
    z-index: 999;
    width: auto !important;
    margin: 0;
    background-color: #00aeef;
  }

  #act_testamento_sub_menu .act-mobile-hamburger-click {
    height: 100%;
    padding: 0;
  }

  #act_testamento_sub_menu .act-mobile-hamburger {
    display: block;
    width: 9rem;
    margin: 0 1% 0 auto;
    padding: 1rem 0;
    color: white;
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    border: none;
  }

  #act_testamento_sub_menu nav {
    width: 95%;
  }

  #act_testamento_sub_menu nav ul {
    flex-direction: column;
  }

  #act_testamento_sub_menu nav ul li {
    width: 100%;
    padding: 1.5rem 0;
    border-bottom: 1px solid;
    border-color: rgb(0 0 0 / 0.05);
  }
}

/*
**** Testamento V2 privacy plolicy link fix ****
*/
.page-template-tpl-leads-testamento div.form-grey h3.lead-form-text {
  margin: 0 0 6vh;
}

.page-template-tpl-leads-testamento div.form-grey form input[type="submit"] {
  margin: 2vh auto 0;
}

.page-template-tpl-leads-testamento .acceptance-privacidad .wpcf7-list-item {
  margin: 0 0 0 3px !important;
}

.page-template-tpl-leads-testamento .acceptance-privacidad .wpcf7-list-item .wpcf7-list-item-label {
  margin-top: -5px !important;
}

.page-template-tpl-leads-testamento .acceptance-privacidad .wpcf7-list-item .wpcf7-list-item-label a.contacto-unicef-pilicy-link {
  opacity: .5;
  font-weight: 300;
  font-size: 1rem;
  color: #000;
  border: none;
}

@media (max-width: 640px) {
  .page-template-tpl-leads-testamento .acceptance-privacidad .wpcf7-list-item .wpcf7-list-item-label {
    margin-top: -3.5px !important;
  }

  .page-template-tpl-leads-testamento .acceptance-privacidad .wpcf7-list-item .wpcf7-list-item-label a.contacto-unicef-pilicy-link {
    font-size: .9rem;
  }
}

@media (min-width: 640px) {
  .page-template-tpl-leads-testamento .o-layout-text {
    padding: 3rem 0;
  }

  #testamento_contacto.c-cta {
    padding: 8vh 0;
  }
}

/*
*** Fix contact-form testamento ltp-container ***
*/
.o-layout-text.act-ltp-container,
.o-layout-text.act-ltp-container .o-content.act-ltp-container {
  min-height: auto;
}

.o-content.act-testamento-sub-menu {
  margin-right: 0;
  margin: 0;
}

/* 
*** Fix Template de paso 2, donaciones ***
*/
@media (min-width: 640px) {
  .page-template-tpl-lead-to-pledge .c-hero__content {
    position: static;
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 8vh;
  }

  .page-template-tpl-lead-to-pledge .c-hero__content .o-layout-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .page-template-tpl-lead-to-pledge .c-hero__content .o-layout-container .c-hero__title,
  .page-template-tpl-lead-to-pledge .c-hero__content .o-layout-container .c-hero__sub-title {
    position: static;
    margin: 0;
  }

  .page-template-tpl-lead-to-pledge .c-hero__content .o-layout-container .c-hero__sub-title {
    margin-top: -.45rem;
  }

  .page-template-tpl-lead-to-pledge .c-hero__content .o-layout-container .c-hero__sub-title .c-hero__title-line {
    padding: 3px 10px 0;
    margin-top: 10px;
  }

  .page-template-tpl-lead-to-pledge div.c-inline-donation {
    position: absolute;
    width: 100%;
    top: 36vh;
    left: 0;
    background: none;
  }

  .page-template-tpl-lead-to-pledge div.c-inline-donation .o-layout-container .c-donation--inline-module {
    margin-right: auto;
    margin-left: 0;
  }
}

/*
*** Fixed CTA on scroll component styles ***
*/
.fixed_cta_on_scroll {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: yellow;
  z-index: 9999;
}

.fixed_cta_on_scroll .fixed_cta_on_scroll_close_btn .close-icon {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  opacity: 0.3;
}

.fixed_cta_on_scroll .fixed_cta_on_scroll_close_btn .close-icon:hover {
  opacity: 1;
  cursor: pointer;
}

.fixed_cta_on_scroll .fixed_cta_on_scroll_close_btn .close-icon:before,
.fixed_cta_on_scroll .fixed_cta_on_scroll_close_btn .close-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 23px;
  width: 2px;
  background-color: #333;
}

.fixed_cta_on_scroll .fixed_cta_on_scroll_close_btn .close-icon:before {
  transform: rotate(45deg);
}

.fixed_cta_on_scroll .fixed_cta_on_scroll_close_btn .close-icon:after {
  transform: rotate(-45deg);
}


.fixed_cta_on_scroll .fixed_cta_on_scroll__container {
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixed_cta_on_scroll .fixed_cta_on_scroll__text,
.fixed_cta_on_scroll .fixed_cta_on_scroll__button {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.fixed_cta_on_scroll .fixed_cta_on_scroll__button {
  margin-right: 2rem;
  border: 3px solid black;
  padding: .75rem 1em;
  text-transform: uppercase;
}

.fixed_cta_on_scroll .fixed_cta_on_scroll__button:hover,
.fixed_cta_on_scroll .fixed_cta_on_scroll__button:active {
  color: yellow;
  background-color: black;
}

@media (max-width: 768px) {
  .fixed_cta_on_scroll .fixed_cta_on_scroll_close_btn .close-icon {
    width: 16px;
    height: 16px;
    right: 6%;
  }

  .fixed_cta_on_scroll .fixed_cta_on_scroll_close_btn .close-icon:before,
  .fixed_cta_on_scroll .fixed_cta_on_scroll_close_btn .close-icon:after {
    height: 16px;
  }

  .fixed_cta_on_scroll .fixed_cta_on_scroll__text,
  .fixed_cta_on_scroll .fixed_cta_on_scroll__button {
    margin-right: 1rem;
    font-size: 14px;
  }

  .fixed_cta_on_scroll .fixed_cta_on_scroll__button {
    min-width: 124px;
    max-width: 170px;
    padding: .75rem;
    border: 2px solid black;
    text-align: center;
  }
}

.o-side-module--half .c-media-block__media {
  padding: 0;
}

.page i {
  color: white;
  font-style: normal;
}

/*
 *** FIX - Taller Mery Bernardi - ***
 */
@media (min-width: 1200px) {
  .taller-mery-cocina .act-ltp-container .act-ltp-background video {
    width: 100%;
    object-position: top;
  }
}

/*
  *** Form Aumentar Ayuda and Referidos *** 
*/
.form-referidos,
.form-aumentar-ayuda {
  width: auto;
  margin: 10px 0 0;
}

.form-aumentar-ayuda .contacto-unicef-member,
.form-referidos .contacto-unicef-member {
  margin-right: 20px;
}

.form-referidos .wpcf7-form-control,
.form-aumentar-ayuda .wpcf7-form-control {
  padding: 15px;
}

.c-donation .step1-disclaimer-wrapper {
  position: relative;
  padding-left: 30px;
}

.c-donation .step1-disclaimer-wrapper i {
  position: absolute;
  top: 45%;
  left: 0;
  font-size: 21px;
  transform: translateY(-50%);
}

@media (max-width: 640px) {

  .form-referidos .contacto-unicef-member,
  .form-aumentar-ayuda .contacto-unicef-member {
    margin-right: 0;
  }

  .form-referidos .aumentar-radio,
  .form-aumentar-ayuda .aumentar-radio {
    display: block;
    padding: 0;
  }

  .form-referidos .wpcf7-submit,
  .form-aumentar-ayuda .wpcf7-submit {
    width: 100%;
    box-sizing: border-box;
  }
}




.Lead-to-pledge-policy input[type="radio"],
.Lead-to-pledge-policy input[type="checkbox"] {
  margin-right: 5px;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  box-sizing: content-box;
  overflow: hidden;
  transform: translateY(3px);
  padding: 0 !important;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  border: 1.5px solid #fff;
  transition: 0.2s border-color ease;
}

input[type="radio"].dark:before,
input[type="checkbox"].dark:before {
  border: 1.5px solid #1E1E1E;
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
  border-color: #00AEEF;
  transition: 0.5s border-color ease;
}

input[type="radio"]:disabled:before,
input[type="checkbox"]:disabled:before {
  border-color: #ccc;
  background-color: #ccc;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  background-color: #00AEEF;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) scale(0);
}

input[type="radio"]:before {
  border-radius: 100vh;
}

input[type="radio"]:after {
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  transform: translate(-50%, -50%) scale(0);
}

input[type="radio"]:checked:after {
  -webkit-animation: toggleOnRadio 0.2s ease forwards;
  animation: toggleOnRadio 0.2s ease forwards;
}

input[type="checkbox"]:after {
  width: 9.6px;
  height: 16px;
  border-radius: 0;
  transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #00AEEF;
}

input[type="checkbox"]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
  animation: toggleOnCheckbox 0.2s ease forwards;
}

input[type="checkbox"].filled:before {
  transition: 0.2s border-color ease, 0.2s background-color ease;
}

input[type="checkbox"].filled:checked:not(:disabled):before {
  background-color: #00AEEF;
}

input[type="checkbox"].filled:not(:disabled):after {
  box-shadow: 4px 4px 0px 0px white;
}

@-webkit-keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }

  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }

  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}

@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }

  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }

  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}

@-webkit-keyframes toggleOnRadio {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }

  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes toggleOnRadio {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }

  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

/* Privacy policy modal */
#leads-unicef-policy-modal {
  position: fixed;
  z-index: 999;
  display: flex;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: -100%;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 500ms;
  opacity: 0;
}

#leads-unicef-policy-modal .leads-unicef-policy-wrapper {
  width: 80%;
  height: 80%;
  padding: 5%;
  overflow-y: scroll;
  background: white;
  border-radius: 2px;
  position: relative;
}

#leads-unicef-policy-modal .leads-unicef-policy-wrapper .fa-close-wrapper {
  cursor: pointer;
  position: fixed;
  top: 12%;
  right: 12%;
  display: block;
  font-size: 24px;
  padding: 10px;
  display: none;
  background: #00AEF0;
  border: none;
  border-radius: 3px;
  width: 46px;
  height: 46px;
}

#leads-unicef-policy-modal .leads-unicef-policy-wrapper .fa-close-wrapper i {
  transform: translate(4px, -2px);
  color: #FFFFFF;
}

@media (max-width: 640px) {
  #leads-unicef-policy-modal .leads-unicef-policy-wrapper {
    width: 90%;
    padding: 7%;
  }

  #leads-unicef-policy-modal .leads-unicef-policy-wrapper .fa-close-wrapper {
    top: 10%;
    right: 5%;
  }
}

.act-ltp-form .wpcf7-response-output {
  display: none !important;
}


/*  

Referidos Page

*/

.form-container__group {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  column-gap: 3%;
  row-gap: 11px;
}

.form-container__field-container textarea,
.form-container__field-container input {
  width: 100%;
  font-size: 17px;
  font-size: 1rem;
  transition: all .3s ease;
  padding: 8px 10px;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #979797;
  background: rgba(193, 184, 177, 0.12);
}

.form-container__field-container textarea {
  min-height: 120px;
  height: auto;
}

.form-container--separation {
  margin: 3rem auto;
}

.contacto-unicef-group-btn-referidos {
  clear: both;
  justify-content: flex-end;
}

.form-container__group-title {
  margin: 1.5rem 0 0;
  padding: .2rem .5rem .2rem 0;
  font-size: 18px;
}

.form-container.form-referidos-container .contacto-unicef-group-final {
  display: block;
  margin: 0 auto;
  width: min-content;
}

.form-container.form-referidos-container {
  margin-bottom: 70px;
}

.form-container__group-title,
.form-container__field-container--full-width {
  grid-column: 1 / 3;
}

.form-container__date-container input[type="date"]:before {
  content: attr(placeholder);
}

@media (max-width: 768px) {
  .socio-form.form-container__group {
    margin-right: 0;
  }

  /* .form-container__group {
      float: none;
      width: 100%;
  }

  .form-container__group {
    grid-template-columns: 100%;
    column-gap: 0;
  }

  .form-container__group-title {
    grid-column: 1;
  } */
}

/*  

END Referidos Page

*/

.noheader .c-site-header__nav-wrapper {
  display: none;
}

.noheader button.o-hamburger.js-hamburger {
  display: none;
}

.noheader .c-header-donate-button {
  display: none;
}

.api_ok {
  border: 2px solid #398f14;
  padding: 10px;
}

.api_error {
  border: 2px solid #ff0000;
  padding: 10px;
}





/* Nuevo Form Aumentar ayuda 11/2022 --- START --- */
.aumentar-ayuda-form {
  padding: 40px 0;
  max-width: 400px;
  margin: 0 auto;
}

.aumentar-ayuda-form .input-wrapper {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.aumentar-ayuda-form .input-wrapper:last-of-type {
  margin-bottom: 0;
}

.aumentar-ayuda-form .input-wrapper label:not(.error) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  pointer-events: none;
  opacity: 0;
}

.aumentar-ayuda-form .input-wrapper input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px;
  height: 41px;
  border: solid 1px #979797;
  background: rgba(193, 184, 177, 0.12);
  font-size: 1rem;
}

.aumentar-ayuda-form .input-wrapper input:focus-visible {
  outline: black auto 1px;
}

.aumentar-ayuda-form .input-wrapper label.error {
  bottom: -60%;
  top: auto;
  color: red;
  font-weight: 700;
  position: static;
}

.aumentar-ayuda-form .donation-amount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aumentar-ayuda-form .donation-amount>label {
  display: block;
  width: 100%;
  margin: 20px 0 30px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.aumentar-ayuda-form .donation-amount .donation-amount-wrapper .donation-amount-wrapper__image {
  margin-bottom: 15px;
}

.aumentar-ayuda-form .donation-amount .donation-amount-wrapper label:not(.error) {
  display: inline-block;
  width: 100%;
  border: 2px solid #BBD4EA;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
}

.aumentar-ayuda-form .donation-amount .donation-amount-wrapper input:checked+label:not(.error) {
  background: #00AEEF !important;
  border: none;
  color: white;
}

.aumentar-ayuda-form .donation-amount .donation-amount-wrapper {
  position: relative;
  margin-right: 3%;
  margin-bottom: 15px;
  flex-basis: 30%;
  box-sizing: border-box;
}

.aumentar-ayuda-form .donation-amount .donation-amount-wrapper:nth-child(4) {
  margin-right: 0;
}

.aumentar-ayuda-form .donation-amount .donation-amount-wrapper-otro {
  margin-right: 0;
  margin-bottom: 0;
  flex-basis: 100%;
}

.aumentar-ayuda-form .donation-amount .donation-amount-wrapper input {
  pointer-events: none;
  opacity: 0;
  position: absolute !important;
}

.aumentar-ayuda-form label.error {
  position: static;
}

.aumentar-ayuda-form .donation-amount .donation-amount-wrapper label.error {
  position: absolute;
  left: 0;
  right: auto;
  width: max-content;
  top: 40px;
  color: red;
  font-weight: 700;
}

.aumentar-ayuda-form .donation-amount .donation-amount-wrapper:last-of-type {
  margin-right: 0;
}

.aumentar-ayuda-form .donation-amount .donation-amount-wrapper input:checked+label:not(.error) {
  background: rgba(187, 212, 234, 0.3);
  font-weight: 700;
}

.aumentar-ayuda-form .terms-and-conditions-wrapper {
  position: relative;
  margin: 30px 0 50px;
}

.aumentar-ayuda-form .terms-and-conditions-wrapper label.error {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: calc(100% - 35px);
  color: red;
  font-weight: 700;
}

.aumentar-ayuda-form .donation-amount-button {
  background-color: #00AEEF;
  border-radius: 0;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 17px;
  padding: 18px 80px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #00aeef;
  text-transform: uppercase;
  font-family: 'UniversalCondensed', sans-serif;
  letter-spacing: 2px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .aumentar-ayuda .aumentar-ayuda-text {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .aumentar-ayuda {
    display: flex;
    justify-content: space-between;
  }

  .aumentar-ayuda .aumentar-ayuda-form {
    margin: 0 0 0 auto;
  }

  .aumentar-ayuda .aumentar-ayuda-form,
  .aumentar-ayuda .aumentar-ayuda-text {
    flex-basis: 50%;
  }

  .aumentar-ayuda .aumentar-ayuda-text {
    max-width: 100%;
    margin: 0;
    margin-right: 30px;
  }

  .aumentar-ayuda .aumentar-ayuda-text h6 {
    margin-top: 45px;
    font-size: 40px;
  }

  .aumentar-ayuda .aumentar-ayuda-text strong {
    font-size: 18px;
  }
}

/* Nuevo Form Aumentar ayuda 11/2022 --- END --- */


@media (min-width: 640px) {
  .act-custom-form .act-custom-form-text {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .act-custom-form {
    display: flex;
    justify-content: space-between;
  }

  .act-custom-form .act-custom-form-form {
    margin: 0 0 0 auto;
  }

  .act-custom-form .act-custom-form-form,
  .act-custom-form .act-custom-form-text {
    flex-basis: 50%;
  }

  .act-custom-form .act-custom-form-text {
    max-width: 100%;
    margin: 0;
    margin-right: 30px;
  }

  .act-custom-form .act-custom-form-text h6 {
    margin-top: 45px;
    font-size: 40px;
  }

  .act-custom-form .act-custom-form-text strong {
    font-size: 18px;
  }
}