@charset "UTF-8";
/*
Theme Name: Push10 Theme
Theme URI: http://www.push10.com/
Description: Custom Theme by Push10.com
Version: 0.3
Author: Push10 Design Studios
Author URI: http://www.push10.com/
Tags: Push10.com
*/
/*  ==========================================================================
    LOAD CUSTOM FONTS
    ========================================================================== */
/**
 * @license
 * MyFonts Webfont Build ID 3298280, 2016-10-20T14:01:11-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 *
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 *
 * Webfont: ProximaNova-Light by Mark Simonson
 * URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3298280
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3253e8");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap");
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("fonts/3253E8_0_0.eot");
  src: url("fonts/3253E8_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/3253E8_0_0.woff2") format("woff2"), url("fonts/3253E8_0_0.woff") format("woff"), url("fonts/3253E8_0_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("fonts/3253E8_1_0.eot");
  src: url("fonts/3253E8_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/3253E8_1_0.woff2") format("woff2"), url("fonts/3253E8_1_0.woff") format("woff"), url("fonts/3253E8_1_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova-Light";
  src: url("fonts/3253E8_2_0.eot");
  src: url("fonts/3253E8_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/3253E8_2_0.woff2") format("woff2"), url("fonts/3253E8_2_0.woff") format("woff"), url("fonts/3253E8_2_0.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova-Thin";
  src: url("fonts/Proxima Nova Thin.otf");
}
@font-face {
  font-family: "untitled-font-9";
  src: url("fonts/untitled-font-9.eot");
  src: url("fonts/untitled-font-9.eot?#iefix") format("embedded-opentype"), url("fonts/untitled-font-9.woff") format("woff"), url("fonts/untitled-font-9.ttf") format("truetype"), url("fonts/untitled-font-9.svg#untitled-font-9") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "untitled-font-9" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-9" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*  ==========================================================================
    NORMALIZE
    ========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==========================================================================
   Plugins
   ==========================================================================*/
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.mm-menu .mm-hidden {
  display: none;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}

.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu .mm-list {
  padding: 20px 0;
}

.mm-menu > .mm-list {
  padding-bottom: 0;
}

.mm-menu > .mm-list:after {
  content: "";
  display: block;
  height: 40px;
}

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}

.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-list {
  font: inherit;
  font-size: 14px;
}

.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}

.mm-list > li {
  position: relative;
}

.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}

.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.mm-list a.mm-subopen:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}

.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}

.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}

.mm-list > li.mm-spacer {
  padding-top: 40px;
}

.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.mm-buttonbar:after {
  content: "";
  display: block;
  clear: both;
}

.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-buttonbar > a {
  text-decoration: none;
}

.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

.mm-buttonbar > input:checked + label {
  border-color: transparent !important;
}

.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none;
}

.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}

.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}

.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}

.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}

.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}

.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}

.mm-footer .mm-buttonbar > * {
  border-left: none;
}

.mm-list > li > .mm-buttonbar {
  margin: 10px 20px;
}

.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333;
}

.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}

em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}

em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-nosubresults > em.mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px;
}

.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}

.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  padding-top: 30px;
}

.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}

.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0;
}

.mm-header .mm-next,
.mm-header .mm-close {
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
}

.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px;
}

.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
  margin-left: 5px;
  margin-right: -2px;
}

.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none;
}

.mm-header [href].mm-close:after {
  content: "x";
}

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px;
}

.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
  padding-top: 20px;
}

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}

.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px;
}

.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px;
}

.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}

.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px;
}

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px;
}

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}

.mm-search,
.mm-search input {
  box-sizing: border-box;
}

.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px;
}

.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0;
}

div.mm-panel > div.mm-search {
  padding: 0 0 10px 0;
}

.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0;
}

.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-search {
  padding: 10px;
}

.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0;
}

.mm-menu .mm-noresultsmsg:after {
  border: none !important;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}

.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}

.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px;
}

.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px;
}

.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0;
}

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0;
}

.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px;
}

.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px;
}

label.mm-toggle, label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px;
}

label.mm-check + a,
label.mm-check + span {
  margin-right: 50px;
}

a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px;
}

a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px;
}

a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px;
}

em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px;
}

em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px;
}

em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu label.mm-toggle:before {
  background: #333333;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}

html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
}

html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}

html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
}

html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}

html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left;
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}

html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
}

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
}

.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
}

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06);
}

.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white;
}

.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-white label.mm-toggle:before {
  background: white;
}

.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}

.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black;
}

.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-black label.mm-toggle:before {
  background: black;
}

.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
* iziModal | v1.4.2
* http://izimodal.marcelodolce.com
* by Marcelo Dolce.
*/
.iziModal {
  display: none;
  position: fixed;
  width: 100%;
  left: 50%;
  top: 50%;
  background: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: margin-top 0.3s ease;
}

.iziModal.isFullscreen {
  margin-top: 0 !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.iziModal.isAttachedTop {
  margin-top: 0 !important;
  top: 0;
  bottom: auto;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.iziModal.isAttachedTop .iziModal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.iziModal.isAttachedBottom {
  margin-top: 0 !important;
  top: auto;
  bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.iziModal * {
  -webkit-font-smoothing: antialiased;
}

.iziModal::after {
  content: "";
  width: 100%;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.35)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#59000000",GradientType=0 );
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}

.iziModal.hasScroll::after {
  height: 50px;
  opacity: 1;
}

.iziModal .iziModal-progressbar {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.iziModal .iziModal-progressbar > div {
  height: 2px;
  width: 100%;
}

.iziModal .iziModal-button {
  display: block;
  position: absolute;
  top: 16px;
  z-index: 2;
  outline: none;
  height: 34px;
  width: 34px;
  padding: 0;
  margin: 0;
  opacity: 0.3;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease;
  background-size: 67% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.iziModal .iziModal-button-close {
  right: 10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==") no-repeat 50% 50%;
}

.iziModal .iziModal-button-fullscreen {
  right: 44px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=") no-repeat 50% 50%;
}

.iziModal.isFullscreen .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.iziModal .iziModal-button-close:hover {
  transform: rotate(180deg);
}

.iziModal .iziModal-button:hover {
  opacity: 0.8;
}

.iziModal .iziModal-header {
  background: #88A0B9;
  padding: 14px 40px 15px 18px;
  box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0px #555;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.iziModal .iziModal-header-icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px 0 0;
  margin: 0;
  float: left;
}

.iziModal .iziModal-header-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.iziModal .iziModal-header-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.45;
}

.iziModal .iziModal-header-title, .iziModal .iziModal-header-subtitle {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iziModal .iziModal-header.iziModal-noSubtitle {
  height: auto;
  padding: 10px 40px 12px 15px;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  font-size: 23px;
  padding-right: 13px;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 15px;
  margin: 3px 0 0 0;
  font-weight: 400;
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
  top: 6px;
}

/* RTL */
.iziModal-rtl {
  direction: rtl;
}

.iziModal-rtl .iziModal-header {
  padding: 14px 18px 15px 40px;
}

.iziModal-rtl .iziModal-header-icon {
  float: right;
  padding: 0 0 0 15px;
}

.iziModal-rtl .iziModal-button-close {
  left: 10px;
  right: initial;
}

.iziModal-rtl .iziModal-button-fullscreen {
  right: initial;
  left: 44px;
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
  padding: 10px 15px 12px 40px;
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  padding: 0 0 0 13px;
}

/* LIGHT THEME */
.iziModal.iziModal-light .iziModal-header-icon {
  color: rgba(0, 0, 0, 0.5);
}

.iziModal.iziModal-light .iziModal-header-title {
  color: #000;
}

.iziModal.iziModal-light .iziModal-header-subtitle {
  color: rgba(0, 0, 0, 0.6);
}

.iziModal.iziModal-light .iziModal-button-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.iziModal.iziModal-light .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.iziModal .iziModal-loader {
  background: #FFF url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.iziModal .iziModal-content-loader {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
}

.iziModal .iziModal-content:before,
.iziModal .iziModal-content:after {
  content: "";
  display: table;
}

.iziModal .iziModal-content:after {
  clear: both;
}

.iziModal .iziModal-content {
  zoom: 1;
  width: 100%;
}

.iziModal .iziModal-wrap {
  width: 100%;
  position: relative;
  transition: height 0.3s ease;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.iziModal .iziModal-iframe {
  width: 100%;
  margin-bottom: -4px;
  transition: height 0.3s ease;
}

.iziModal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.iziModal-navigate {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.iziModal-navigate-caption {
  position: absolute;
  left: 10px;
  top: 10px;
  color: white;
  line-height: 16px;
  font-size: 9px;
  font-family: arial;
  letter-spacing: 0.1em;
  text-indent: 0;
  text-align: center;
  width: 70px;
  padding: 5px 0;
  text-transform: uppercase;
  display: none;
}

.iziModal-navigate-caption::before, .iziModal-navigate-caption::after {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  content: "";
  background-size: 100% !important;
}

.iziModal-navigate-caption:before {
  left: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=") no-repeat 50% 50%;
}

.iziModal-navigate-caption:after {
  right: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
}

.iziModal-navigate > button {
  position: fixed;
  bottom: 0;
  top: 0;
  border: 0;
  height: 100%;
  width: 84px;
  background-size: 100% !important;
  cursor: pointer;
  padding: 0;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  pointer-events: all;
  margin: 0;
  outline: none;
}

.iziModal-navigate > button:hover {
  opacity: 1;
}

.iziModal-navigate-prev {
  left: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
}

.iziModal-navigate-next {
  right: 50%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=") no-repeat 50% 50%;
}

html.iziModal-isOverflow {
  overflow: hidden;
}

html.iziModal-isOverflow body, html.iziModal-isAttached body {
  overflow-y: scroll;
  position: relative;
}

html.iziModal-isAttached {
  overflow: hidden;
}

.iziModal.isAttached {
  border-radius: 0 !important;
  margin-top: 0 !important;
  top: 0 !important;
  bottom: 0;
  transition: none !important;
}

.iziModal.isAttached .iziModal-header {
  border-radius: 0;
}

.iziModal.isAttached .iziModal-wrap {
  overflow-y: auto;
  overflow-x: hidden;
}

/* SCROLL */
.iziModal ::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px;
}

.iziModal ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.iziModal ::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.iziModal ::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

.iziModal ::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px;
}

/* MODAL ANIMATIONS */
.iziModal.transitionIn .iziModal-header {
  -webkit-animation: slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  /* both */
  -moz-animation: slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  /* both */
  animation: slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  /* both */
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
  -webkit-animation: revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}

.iziModal.transitionIn .iziModal-header .iziModal-header-title, .iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  -webkit-animation: slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}

.iziModal.transitionIn .iziModal-header .iziModal-button {
  -webkit-animation: revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
  animation: revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.iziModal.transitionIn .iziModal-iframe, .iziModal.transitionIn .iziModal-wrap {
  -webkit-animation: fadeIn 1.3s;
  -moz-animation: fadeIn 1.3s;
  animation: fadeIn 1.3s;
}

.iziModal.transitionIn .iziModal-header {
  -webkit-animation-delay: 0s;
  -moz-animation: 0s;
  animation-delay: 0s;
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
  -webkit-animation-delay: 0.4s;
  -moz-animation: 0.4s;
  animation-delay: 0.4s;
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  -webkit-animation-delay: 0.5s;
  -moz-animation: 0.5s;
  animation-delay: 0.5s;
}

.iziModal.transitionOut .iziModal-header, .iziModal.transitionOut .iziModal-header * {
  transition: none !important;
}

/* ANIMATIONS */
.comingIn {
  -webkit-animation: comingIn 0.5s ease;
  -moz-animation: comingIn 0.5s ease;
  animation: comingIn 0.5s ease;
}

.comingOut {
  -webkit-animation: comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  -moz-animation: comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation-fill-mode: forwards;
}

.fadeOut {
  -webkit-animation: fadeOut 0.5s;
  -moz-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
  animation-fill-mode: forwards;
}

.fadeIn {
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.bounceInDown {
  -webkit-animation: bounceInDown 0.7s ease;
  animation: bounceInDown 0.7s ease;
}

.bounceOutDown {
  -webkit-animation: bounceOutDown 0.7s ease;
  animation: bounceOutDown 0.7s ease;
}

.bounceInUp {
  -webkit-animation: bounceInUp 0.7s ease;
  animation: bounceInUp 0.7s ease;
}

.bounceOutUp {
  -webkit-animation: bounceOutUp 0.7s ease;
  animation: bounceOutUp 0.7s ease;
}

.fadeInDown {
  -webkit-animation: fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}

.fadeOutDown {
  -webkit-animation: fadeOutDown 0.5s ease;
  animation: fadeOutDown 0.5s ease;
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.5s ease;
  animation: fadeOutUp 0.5s ease;
}

.fadeInLeft {
  -webkit-animation: fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}

.fadeOutLeft {
  -webkit-animation: fadeOutLeft 0.5s ease;
  animation: fadeOutLeft 0.5s ease;
}

.fadeInRight {
  -webkit-animation: fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation: fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}

.fadeOutRight {
  -webkit-animation: fadeOutRight 0.5s ease;
  animation: fadeOutRight 0.5s ease;
}

.flipInX {
  -webkit-animation: flipInX 0.7s ease;
  animation: flipInX 0.7s ease;
}

.flipOutX {
  -webkit-animation: flipOutX 0.7s ease;
  animation: flipOutX 0.7s ease;
}

@-webkit-keyframes comingIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) perspective(600px) rotateX(0);
  }
}
@-moz-keyframes comingIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) perspective(600px) rotateX(0);
  }
}
@keyframes comingIn {
  0% {
    opacity: 0;
    /*transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );*/
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    /*transform: scale(1) translateY(0) perspective( 600px ) rotateX( 0 ); */
    transform: scale(1) translateY(0) perspective(600px) rotateX(0);
  }
}
@-webkit-keyframes comingOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@-moz-keyframes comingOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes comingOut {
  0% {
    opacity: 1;
    /*transform: translateY(0) perspective( 600px ) rotateX( 0 ); */
    transform: scale(1);
  }
  100% {
    opacity: 0;
    /*transform: translateY(10px) perspective( 600px ) rotateX( 10deg ); */
    transform: scale(0.9);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1, 0) translateY(-40px);
    -webkit-transform-origin: center top;
  }
}
@-moz-keyframes slideDown {
  0% {
    opacity: 0;
    -moz-transform: scale(1, 0) translateY(-40px);
    -moz-transform-origin: center top;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: scale(1, 0) translateY(-40px);
    transform-origin: center top;
  }
}
@-webkit-keyframes revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1);
  }
}
@-moz-keyframes revealIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 1);
  }
}
@keyframes revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1000px, 0);
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(60deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(60deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

/* ==========================================================================
   MIXINS
   ==========================================================================*/
/*-------------------------------------------------------------------------
  Rem fallback
  Usage: @include font-size(14px)
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  Cross Browser Opacity
  Usage: @include opacity(0.8);
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  RGBA Fallback
  Usage: @include rgba(background-color, black, 0.5, white);
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  Box Shadow
  Usage: @include box-shadow(0, 1px, 1px, rgba(0, 0, 0, 0.075), inset);
 *-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
  Linear Gradient
  Usage: @include linear-gradient(#000, #BADA55);
 *-------------------------------------------------------------------------*/
/*  ==========================================================================
    VARIABLES
    ========================================================================== */
/*  ==========================================================================
    GENERAL
    ========================================================================== */
/*  ==========================================================================
    Apply a natural box layout model & font antialiased to all elements
    ==========================================================================*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/*  ==========================================================================
    General
    ==========================================================================*/
#site {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.frame {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.frame-ex {
  max-width: 1320px;
}

.frame-abr {
  max-width: 850px;
}

body, html {
  font-family: "ProximaNova-Light", sans-serif;
  min-width: 100%;
  min-height: 100%;
  color: #060324;
  font-size: 16px;
}

body {
  height: 100%;
}

.scrollmagic-pin-spacer {
  height: 100vh !important;
}

.mm-page {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h3, h5 {
  margin-bottom: 0;
}

h2, h4, h6 {
  margin-bottom: 0;
}

.page-id-97 #site {
  background-color: #dbeae9;
}

h1 {
  font-size: 59px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #1a144c;
  line-height: 1.1;
}
h1 em {
  margin-bottom: 20px;
  text-transform: none;
  display: inherit;
}

h2 {
  font-size: 37px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 25px;
  color: #1a144c;
}
h2 span {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  text-transform: none;
}

h3 {
  font-size: 18px;
  color: #84c6ca;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold", sans-serif;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

h4 {
  font-size: 24px;
  font-family: "ProximaNova-Regular", sans-serif;
  margin-bottom: 10px;
  color: #1a144c;
  font-weight: 400;
  line-height: 1.3;
}
h4 a, h4 a:active, h4 a:visited {
  color: inherit;
}
h4 a:hover, h4 a.current, h4 a:active:hover, h4 a:active.current, h4 a:visited:hover, h4 a:visited.current {
  color: #e18b04;
  color: #c57a05;
}

h5 {
  font-size: 18px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #1a144c;
}

blockquote {
  margin: 18px 0 25px 0;
}
blockquote p {
  font-size: 27px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  color: #1a144c;
  line-height: 1.5;
}

p {
  margin: 0 0 16px 0;
  line-height: 1.3;
  font-size: 20px;
}
p .intro {
  font-size: 27px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  color: #1a144c;
  line-height: 1.5;
  margin-bottom: 40px;
}

#main-content ol, #main-content ul, section ol, section ul {
  padding-left: 16px;
  margin-top: 0;
}
#main-content ol li, #main-content ul li, section ol li, section ul li {
  margin-bottom: 9px;
  position: relative;
  font-size: 20px;
}
#main-content ul li, section ul li {
  list-style-type: none;
}
#main-content ul li:before, section ul li:before {
  content: "»";
  position: absolute;
  left: -15px;
  top: -1px;
}

section {
  background-color: #ffffff;
  position: relative;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/*  ==========================================================================
    LINKS
    ==========================================================================*/
.links-wrapper {
  display: block;
  text-align: center;
}
.links-wrapper .link {
  display: inline-block;
  vertical-align: top;
  margin: 0 35px 0 35px;
}

a {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: inherit;
  position: relative;
  letter-spacing: 0.5px;
}

a, a:active, a:visited {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #c57a05;
}
a:hover, a.current, a:active:hover, a:active.current, a:visited:hover, a:visited.current {
  color: #7a4c03;
}

.link a {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 32px;
  position: relative;
  height: 22px;
}
.link a:after {
  background-repeat: no-repeat;
  background-size: 22px 22px;
  content: "";
  right: -27px;
  width: 22px;
  height: 22px;
  position: absolute;
}
.link-dark a {
  color: #c57a05;
}
.link-dark a:after {
  background-image: url("imgs/arrow-inactive-darkorange.svg");
}
.link-dark a:hover {
  color: #c57a05;
}
.link-dark a:hover:after {
  background-image: url("imgs/arrow-active-darkorange.svg");
}

.link-light a {
  color: #e18b04;
}
.link-light a:after {
  background-image: url("imgs/arrow-inactive-orange.svg");
}
.link-light a:hover {
  color: #e18b04;
}
.link-light a:hover:after {
  background-image: url("imgs/arrow-active-orange.svg");
}

.link-play a {
  color: #e18b04;
}
.link-play a:after {
  background-image: url("imgs/play-inactive-orange.svg");
  background-size: 20px 20px;
}
.link-play a:hover {
  color: #e18b04;
}
.link-play a:hover:after {
  background-image: url("imgs/play-active-orange.svg");
}

.link-arrow-news a {
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 32px;
  position: relative;
  height: 22px;
}
.link-arrow-news a:after {
  background-image: url("imgs/arrow-inactive-darkorange.svg");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  content: "";
  right: -27px;
  width: 22px;
  bottom: 0px;
  height: 22px;
  position: absolute;
}
.link-arrow-news a:hover {
  color: #c57a05;
}
.link-arrow-news a:hover:after {
  background-image: url("imgs/arrow-active-darkorange.svg");
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.btn-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.btn {
  border: 1px solid #c57a05;
  padding: 10px 17px 9px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn a {
  color: #c57a05;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "ProximaNova-Regular", sans-serif;
  display: block;
}
.btn:hover {
  background-color: #c57a05;
}
.btn:hover a {
  color: white;
}

/*  ==========================================================================
    COMMON
    ==========================================================================*/
/*  ==========================================================================
    CLEARFIX
    ==========================================================================*/
.clearfix, .tribe-mini-calendar thead.tribe-mini-calendar-nav td > div {
  zoom: 1;
}
.clearfix:before, .tribe-mini-calendar thead.tribe-mini-calendar-nav td > div:before, .clearfix:after, .tribe-mini-calendar thead.tribe-mini-calendar-nav td > div:after {
  content: "";
  display: table;
}
.clearfix:after, .tribe-mini-calendar thead.tribe-mini-calendar-nav td > div:after {
  clear: both;
}

.clearfix, .tribe-mini-calendar thead.tribe-mini-calendar-nav td > div {
  *zoom: 1;
}

/* ==========================================================================
   MMENU OVERRIDES
   ==========================================================================*/
.mm-menu.mm-vertical a {
  color: #ffffff;
}
/* ==========================================================================
   TOGGLE MENU BTN
   ==========================================================================*/
#mmenu-wrap {
  display: none;
  width: 30px;
  height: 26px;
  position: absolute !important;
  z-index: 999999;
  top: 38px;
  right: 20px;
}

#mmenu {
  display: none;
  opacity: 0;
}
#mmenu.mm-opened {
  opacity: 1;
}

.cmn-toggle-switch {
  display: block;
  position: absolute !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 26px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
  z-index: 999999;
  top: 62px;
  right: 20px;
}

.cmn-toggle-switch:focus {
  outline: none;
}

.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
}

.cmn-toggle-switch span::before {
  top: 10px;
}

.cmn-toggle-switch span::after {
  top: 20px;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

/* active state, i.e. menu open */
.mm-opening .cmn-toggle-switch__htx {
  background-color: transparent;
}

.mm-opening .cmn-toggle-switch__htx span {
  background: none;
  top: 10px;
  width: 80%;
}

.mm-opening .cmn-toggle-switch__htx span::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opening .cmn-toggle-switch__htx span::after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-opening .cmn-toggle-switch__htx span::before,
.mm-opening .cmn-toggle-switch__htx span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
  height: 4px;
  width: 100%;
}

/*  ==========================================================================
    MAIN LAYOUT
    ========================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Header

-------------------------------------------------------------------*/
.vjs-loading-spinner {
  display: none !important;
}

.video-js .vjs-tech {
  width: auto;
}

.bgvid-dimensions {
  width: 100%;
  height: 100%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #84c6ca;
}

.hidden-mobile-logo {
  display: none;
  position: absolute;
  top: 8px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.dark-dark {
  background: #171829;
  width: 100%;
  height: 100px;
  opacity: 0;
}

.light-light {
  background: white;
  width: 100%;
  height: 100px;
  opacity: 0;
}

.header-lower {
  height: 100px;
}
.header-lower .frame {
  top: -101px;
}

header {
  height: 140px;
}

.hide-header {
  display: none;
}

.page-template-template-sir-john header {
  z-index: 2;
}
.page-template-template-sir-john .iziModal-overlay {
  z-index: 0 !important;
}
.page-template-template-sir-john .iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 0;
  margin: 6px 0 6px 0;
}
.page-template-template-sir-john .iziModal {
  background-color: black;
}

#modal-vimeo .iziModal-header-subtitle, #modal-vimeo-2 .iziModal-header-subtitle {
  display: none;
}
#modal-vimeo .iziModal-header, #modal-vimeo-2 .iziModal-header {
  text-align: left;
  font-size: 18px;
  z-index: 999;
}
#modal-vimeo .iziModal-content, #modal-vimeo-2 .iziModal-content {
  background-color: black;
}
#modal-vimeo .iziModal-iframe, #modal-vimeo-2 .iziModal-iframe {
  border-color: black;
  border-style: none;
  border-width: 0;
}

.transition {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.show {
  opacity: 0.9;
}

.show-l {
  opacity: 1;
  box-shadow: 0 1px 2px -1px #1a144c;
}

body {
  background-color: #111111;
}

.section-one {
  height: 100vh;
  background-color: black;
}

.section-one {
  background-size: cover;
  background-repeat: no-repeat;
}
.section-one .transparency {
  z-index: 2 !important;
}
.section-one .teaser-text-module {
  position: absolute;
  bottom: 15%;
  z-index: 2;
}
.section-one .teaser-text-module .shape-blue {
  height: 3px;
  width: 120px;
  background-color: #84c6ca;
}
.section-one .teaser-text-module .teaser-text {
  color: white;
  font-size: 59px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  margin: 70px 0 65px;
}
.section-one .teaser-text-module .teaser-text span {
  color: #84c6ca;
}
.section-one .teaser-text-module .teaser-text span svg {
  max-width: 210px;
  height: 50px;
}
.section-one .teaser-text-module .teaser-text span img {
  width: auto;
  max-height: 50px;
  height: 47px;
}

.no-popup:hover {
  cursor: default;
}

.video-wrap {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
}
.video-wrap video {
  height: 100%;
  width: auto;
  width: initial;
  background-color: transparent;
}

.prize-announcement {
  height: auto;
  font-size: 0;
}
.prize-announcement .pa-container:first-child:nth-last-child(1) {
  width: 100%;
}
.prize-announcement .pa-container:first-child:nth-last-child(2), .prize-announcement .pa-container:first-child:nth-last-child(2) ~ .pa-container {
  width: 50%;
}
.prize-announcement .pa-container {
  display: inline-block;
  vertical-align: top;
  height: 540px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .prize-announcement .pa-container {
    display: block !important;
    width: 100% !important;
    height: 420px !important;
  }
}
.prize-announcement .pa-container .meta-box-inner {
  padding: 0 45px;
}
.prize-announcement .pa-container .meta-box-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  height: inherit;
}
.prize-announcement .pa-container .meta-box-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #70c0c5;
  opacity: 0.7;
  z-index: 0;
}
.prize-announcement .pa-container .meta-box-wrapper:after {
  content: "";
  position: absolute;
  top: 45px;
  left: 45px;
  right: 45px;
  bottom: 45px;
  border: 2px solid white;
}
.prize-announcement .pa-container .meta-box-wrapper .meta-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.prize-announcement .pa-container .meta-box-wrapper .meta-prize-icon {
  margin-bottom: 50px;
}
.prize-announcement .pa-container .meta-box-wrapper .meta-prize-icon img {
  width: 50px;
  height: auto;
}
.prize-announcement .pa-container .meta-box-wrapper h3 {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.prize-announcement .pa-container .meta-box-wrapper h2 {
  color: white;
  font-size: 37px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 540px) {
  .prize-announcement .pa-container .meta-box-wrapper h2 {
    font-size: 24px;
  }
}
.prize-announcement .pa-container .meta-box-wrapper h2 span {
  font-style: italic;
  text-transform: none;
}

.section-two {
  display: table;
  width: 100%;
  height: 1330px;
}
.section-two .transparency {
  opacity: 0.5;
}
.section-two .section-content-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section-two .section-content-wrapper .section-content {
  width: 900px;
  height: 900px;
  margin: 0 auto;
  background-color: rgba(25, 62, 112, 0.7);
  border-radius: 50%;
  display: table;
}
.section-two .section-content-wrapper .section-content .section-content_inner {
  padding: 20px 180px;
  display: table-cell;
  vertical-align: middle;
}
.section-two .section-content-wrapper .section-content .section-content_inner h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.section-two .section-content-wrapper .section-content .section-content_inner p {
  font-size: 27px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  margin-bottom: 0;
  color: white;
}
.section-two .section-content-wrapper .section-content .links-wrapper {
  margin-top: 60px;
}

.section-three {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1400px;
}
.section-three .animate-block {
  position: absolute;
  top: 4%;
  height: 700px;
  width: 700px;
}
.section-three .animate-block .animate-block_inner {
  position: relative;
  height: inherit;
  width: inherit;
}
.section-three .image-wrapper {
  position: absolute;
  left: 38%;
  top: 44%;
}
.section-three .image-wrapper img {
  width: 200px;
  height: auto;
  filter: blur(5px);
  -webkit-transition: all 0.5s ease-out 0.7s;
  -moz-transition: all 0.5s ease-out 0.7s;
  -o-transition: all 0.5s ease-out 0.7s;
  transition: all 0.5s ease-out 0.7s;
}
.section-three .animate-magnify {
  top: 9%;
  opacity: 1;
}
.section-three .teaser-content-wrapper {
  position: absolute;
  right: 3%;
  margin-left: -294px;
  top: 15%;
}
.section-three .teaser-content-wrapper .teaser-content-wrapper_inner {
  max-width: 590px;
}
.section-three .teaser-content-wrapper h3 {
  margin-bottom: 0;
}
.section-three .teaser-content-wrapper h1 {
  line-height: 1;
  margin-bottom: 17px;
  font-size: 50px;
  max-width: 700px;
}
.section-three .teaser-content-wrapper .inl-content {
  max-width: 450px;
}
.section-three .teaser-content-wrapper p {
  display: inline;
}
.section-three .teaser-content-wrapper .link {
  display: inline;
}
.section-three .teaser-content-wrapper .grants-rel-wrapper {
  margin-top: 20px;
}
.section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper {
  font-size: 0;
  margin-bottom: 20px;
}
.section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .img-wrapper, .section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .meta-wrapper {
  display: inline-block;
  vertical-align: top;
}
.section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .img-wrapper {
  background-color: #84c6ca;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  margin-right: 20px;
}
.section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .img-wrapper img {
  position: relative;
  width: 38px;
  height: auto;
  top: 30px;
  left: 32px;
}
.section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .meta-wrapper {
  width: calc(100% - 125px);
}
.section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .meta-wrapper .small-title {
  font-size: 13px;
  color: #84c6ca;
  font-family: "ProximaNova-Bold", sans-serif;
  text-transform: uppercase;
}
.section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .meta-wrapper .title {
  margin-bottom: 18px;
}
.section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .meta-wrapper .title a {
  color: #060324;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  line-height: 1.5;
}
.section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .meta-wrapper .title:hover .readMore {
  background-image: url(imgs/arrow-active-orange.svg);
}
.section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .meta-wrapper .title .readMore {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  vertical-align: top;
  display: inline-block;
  margin-left: 2px;
  transition: color 0.3s ease-in-out;
  position: relative;
  top: 3px;
}

.magnify-wrapper {
  position: absolute;
  left: 0%;
  top: 100%;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.animate-magnify {
  top: 9%;
  opacity: 1;
}

.clear-image {
  filter: none !important;
}

.section-four {
  background-color: #f8f8f8;
}

.feat-grants .image-fade {
  position: absolute;
  width: 100%;
  height: 145px;
  display: block;
  background-color: #f8f8f8;
  bottom: -1px;
  background: -webkit-linear-gradient(bottom, #f8f8f8, rgba(248, 248, 248, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #f8f8f8, rgba(248, 248, 248, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #f8f8f8, rgba(248, 248, 248, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #f8f8f8, rgba(248, 248, 248, 0));
  /* Standard syntax (must be last) */
}
.feat-grants .content-wrap {
  padding: 120px 0 120px;
  font-size: 0;
  text-align: center;
}
.feat-grants h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 55px;
}
.feat-grants .grants-rel-wrapper {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.feat-grants .grant-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 353px;
  margin: 0 30px 0;
  margin-bottom: 70px;
}
.feat-grants .grant-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.feat-grants .grant-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.feat-grants .grant-wrapper .meta-wrapper {
  position: relative;
  text-align: center;
  top: -5px;
}
.feat-grants .grant-wrapper .meta-wrapper .small-title {
  font-size: 13px;
  color: #84c6ca;
  font-family: "ProximaNova-Bold", sans-serif;
  text-transform: uppercase;
}
.feat-grants .grant-wrapper .meta-wrapper .title {
  margin-bottom: 18px;
}
.feat-grants .grant-wrapper .meta-wrapper .title a {
  color: #1a144c;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  line-height: 1.5;
}
.feat-grants .grant-wrapper .meta-wrapper .small-meta {
  font-size: 13px;
  color: #1a144c;
  font-family: "ProximaNova-Light", sans-serif;
}
.feat-grants .grant-wrapper .meta-wrapper .small-meta span {
  color: #84c6ca;
  font-family: "ProximaNova-Bold", sans-serif;
}

.section-five .content-wrap {
  padding: 115px 0 190px;
  font-size: 0;
}
.section-five .content-left, .section-five .content-right {
  display: inline-block;
  vertical-align: top;
}
.section-five .content-left {
  width: 450px;
  margin-right: 100px;
}
.section-five .content-left h2 {
  text-transform: uppercase;
  text-align: center;
}
.section-five .content-left .meltwater-wrapper {
  border: 1px solid #e5e5e5;
  box-shadow: 1px 0px 6px 1px #e5e5e5;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  height: 560px;
}
.section-five .content-left .meltwater-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  padding: 30px 10px 30px 35px;
}
.section-five .content-right {
  width: 650px;
}
.section-five .content-right h2 {
  text-transform: uppercase;
  text-align: center;
}
.section-five .content-right h2 span {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  text-transform: none;
}
.section-five .content-right .feat-events .feat-event {
  position: relative;
  font-size: 0;
  width: 100%;
  border: 1px solid #e2dfdf;
  margin-bottom: 20px;
  max-width: 645px;
  height: 172px;
  box-shadow: 1px 2px 5px #e2dfdf;
}
.section-five .content-right .feat-events .feat-event .teaser-image, .section-five .content-right .feat-events .feat-event .meta-content {
  display: inline-block;
  vertical-align: top;
}
.section-five .content-right .feat-events .feat-event .teaser-image {
  width: 207px;
  height: 100%;
}
.section-five .content-right .feat-events .feat-event .teaser-image img {
  max-width: 100%;
  height: auto;
}
.section-five .content-right .feat-events .feat-event .meta-content {
  padding: 25px 40px 20px 35px;
  width: 430px;
}
.section-five .content-right .feat-events .feat-event .meta-content .small-title {
  font-size: 13px;
  color: #84c6ca;
  font-family: "ProximaNova-Bold", sans-serif;
}
.section-five .content-right .feat-events .feat-event .meta-content .title {
  margin-bottom: 15px;
}
.section-five .content-right .feat-events .feat-event .meta-content .title a {
  font-size: 20px;
  color: #1a144c;
  font-family: "ProximaNova-Regular", sans-serif;
  line-height: 1.2;
}
.section-five .content-right .feat-events .feat-event .meta-content .title a:hover .readMore {
  background-image: url(imgs/arrow-active-orange.svg);
}
.section-five .content-right .feat-events .feat-event .meta-content .title .readMore {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  vertical-align: top;
  display: inline-block;
  margin-left: 2px;
  transition: color 0.3s ease-in-out;
  position: relative;
  top: 3px;
}
.section-five .content-right .feat-events .feat-event .meta-content .event-cat {
  font-size: 13px;
  color: #cccccc;
  font-family: "ProximaNova-Regular", sans-serif;
}
.section-five .content-right .link {
  text-align: center;
}
.section-five .links-wrapper {
  margin-top: 80px;
}

.util-toggle {
  display: none;
}

.util-toggle {
  background-color: #21202c;
  padding: 12px 0 9px;
  display: none;
  overflow: hidden;
}

#search-field input {
  font-size: 30px;
  background-color: #21202c;
  border: 0;
  color: white;
  padding-left: 5px;
  width: 100%;
}

#searchsubmit {
  display: none;
}

.header-lower-light {
  display: none;
}

.page-id-97 .header-lower-dark, .search-no-results .header-lower-dark, .page-template-template-news-archive .header-lower-dark, .page-template-template-general-details .header-lower-dark, .search-results .header-lower-dark, .single-tribe_events .header-lower-dark, .page-template-template-grants-database .header-lower-dark, .page-template-template-calendar .header-lower-dark, .page-template-template-internal-competitions .header-lower-dark, .page-template-template-apply-for-grant .header-lower-dark, .page-template-template-event-detail .header-lower-dark, .page-template-template-media-kit .header-lower-dark, .single-career .header-lower-dark, .single-internal-fund .header-lower-dark, .page-template-template-grant-calendar .header-lower-dark, .page-template-template-priorities .header-lower-dark {
  display: none;
}
.page-id-97 .header-lower-light, .search-no-results .header-lower-light, .page-template-template-news-archive .header-lower-light, .page-template-template-general-details .header-lower-light, .search-results .header-lower-light, .single-tribe_events .header-lower-light, .page-template-template-grants-database .header-lower-light, .page-template-template-calendar .header-lower-light, .page-template-template-internal-competitions .header-lower-light, .page-template-template-apply-for-grant .header-lower-light, .page-template-template-event-detail .header-lower-light, .page-template-template-media-kit .header-lower-light, .single-career .header-lower-light, .single-internal-fund .header-lower-light, .page-template-template-grant-calendar .header-lower-light, .page-template-template-priorities .header-lower-light {
  display: block;
}
.page-id-97 header .header-lower .main-nav li a, .search-no-results header .header-lower .main-nav li a, .page-template-template-news-archive header .header-lower .main-nav li a, .page-template-template-general-details header .header-lower .main-nav li a, .search-results header .header-lower .main-nav li a, .single-tribe_events header .header-lower .main-nav li a, .page-template-template-grants-database header .header-lower .main-nav li a, .page-template-template-calendar header .header-lower .main-nav li a, .page-template-template-internal-competitions header .header-lower .main-nav li a, .page-template-template-apply-for-grant header .header-lower .main-nav li a, .page-template-template-event-detail header .header-lower .main-nav li a, .page-template-template-media-kit header .header-lower .main-nav li a, .single-career header .header-lower .main-nav li a, .single-internal-fund header .header-lower .main-nav li a, .page-template-template-grant-calendar header .header-lower .main-nav li a, .page-template-template-priorities header .header-lower .main-nav li a {
  color: #1a144c;
}

.error404 .banner {
  text-align: center;
  height: 1160px;
  padding-top: 290px;
}
.error404 .banner img {
  width: 535px;
  height: auto;
  margin-bottom: 20px;
}
.error404 .banner h2 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 65px;
}

a.apply-btn {
  position: fixed;
  z-index: 3;
  color: white;
  border: 1px solid #c57a05;
  background-color: #e18b04;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "ProximaNova-Regular", sans-serif;
  top: 300px;
  right: -20px;
  padding: 8px 40px 7px 9px;
  display: inline-block;
  transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-image: url(imgs/plus-apply.svg);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: 69px 5px;
}
a.apply-btn:hover {
  background-color: #c57a05;
  color: white;
}

/*  ==========================================================================
    HEADER
    ==========================================================================*/
header {
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
header .header-upper {
  background-color: rgba(26, 20, 76, 0.9);
  border-bottom: 1px solid black;
}
header .header-upper .utility-nav {
  padding-left: 0;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  border-right: 1px solid #252525;
}
header .header-upper .utility-nav > li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-upper .utility-nav > li a {
  font-size: 15px;
  font-family: "Libre Baskerville", serif;
  color: #b7b7b7;
  padding: 10px 20px 9px;
  display: block;
  border-right: 1px solid black;
  border-left: 1px solid #252525;
  letter-spacing: 0;
}
header .header-upper .utility-nav > li:hover {
  background-color: #060324;
}
header .header-upper .utility-nav > li:hover a {
  color: #c57a05;
}
header .header-upper .utility-nav #menu-item-38 > a:hover {
  cursor: default;
}
header .header-upper .utility-nav #menu-item-35 a {
  font-style: italic;
  font-weight: 700;
}
header .header-upper .utility-nav #menu-item-35, header .header-upper .utility-nav #search-bar-btn {
  background-color: #060324;
}
header .header-upper .utility-nav #search-bar-btn a {
  padding: 10px 13px 9px;
}
header .header-upper .utility-nav #search-bar-btn a svg {
  width: 15px;
  height: 15px;
}
header .header-upper .utility-nav #search-bar-btn a svg .cls-1 {
  fill: white;
}
header .header-upper .utility-nav #search-bar-btn:hover a svg .cls-1 {
  fill: #c57a05;
}
header .header-upper .utility-nav .sub-menu {
  display: none;
  background-color: #21202c;
  position: absolute;
  width: 262px;
  z-index: 995;
  top: 37px;
  left: 0px;
  padding-left: 0;
  text-align: left;
}
header .header-upper .utility-nav .sub-menu li {
  text-decoration: none;
  list-style-type: none;
  margin-bottom: 0;
  display: block;
  border-bottom: 1px solid black;
  margin: 0;
}
header .header-upper .utility-nav .sub-menu li:last-of-type {
  border-bottom: none;
}
header .header-upper .utility-nav .sub-menu li a {
  padding: 12px 2px 9px 12px;
  text-transform: none;
  display: block;
  font-size: 15px;
  color: white;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
}
header .header-upper .utility-nav .sub-menu li:hover a {
  color: #c57a05;
}
header .header-upper .utility-nav .menu-item-has-children {
  position: relative;
}
header .header-upper .utility-nav .menu-item-has-children:hover .sub-menu {
  display: block;
  z-index: 995;
}
header .nav-wrapper {
  font-size: 0;
  position: relative;
}
header .logo-wrapper, header .main-nav {
  display: inline-block;
  vertical-align: top;
}
header .logo-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 231px;
  height: 72px;
  margin-top: 15px;
}
header .logo-wrapper a {
  display: block;
}
header .logo-wrapper img {
  width: 231px;
  height: auto;
}
header .header-lower {
  padding-bottom: 10px;
}
header .header-lower .main-nav {
  padding-left: 0;
  text-align: right;
  margin-top: 35px;
  margin-bottom: 0;
  font-size: 0;
  float: right;
}
header .header-lower .main-nav > li {
  display: inline-block;
  vertical-align: top;
}
header .header-lower .main-nav > li a {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  padding: 15px 35px 20px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .header-lower .main-nav > li:last-of-type a {
  padding-right: 0;
}
header .header-lower .main-nav > li:hover a {
  color: #c57a05;
}
header .header-lower .main-nav .sub-menu {
  display: none;
  background-color: #21202c;
  position: absolute;
  width: 262px;
  z-index: 995;
  top: 58px;
  left: 22px;
  padding-left: 0;
  text-align: left;
  border: 1px solid black;
}
header .header-lower .main-nav .sub-menu:after {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #21202c;
  border-width: 14px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -10px;
}
header .header-lower .main-nav .sub-menu li {
  text-decoration: none;
  list-style-type: none;
  margin-bottom: 0;
  display: block;
  border-bottom: 1px solid black;
  margin: 0;
}
header .header-lower .main-nav .sub-menu li:last-of-type {
  border-bottom: none;
}
header .header-lower .main-nav .sub-menu li a {
  padding-top: 12px;
  padding-bottom: 9px;
  padding-left: 12px;
  text-transform: none;
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  color: white;
  font-family: "ProximaNova-Regular", sans-serif;
  line-height: 1;
}
header .header-lower .main-nav .sub-menu li:hover {
  background-color: #c57a05;
}
header .header-lower .main-nav .menu-item-has-children {
  position: relative;
}
header .header-lower .main-nav .menu-item-has-children:hover .sub-menu {
  display: block;
  z-index: 995;
}

/*  ==========================================================================
    MAIN CONTENT
    ==========================================================================*/
/*  ==========================================================================
    OUR TEAM SLIDER
    ==========================================================================*/
.section-career-slider {
  background-color: #f0f0f0;
}
.section-career-slider .content-wrap {
  padding: 92px 0 92px;
}
.section-career-slider .career-slider .main-prev, .section-career-slider .career-slider .main-next {
  background-image: url("imgs/arrow-slider.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 15px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.section-career-slider .career-slider .main-prev {
  left: -50px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-career-slider .career-slider .main-next {
  right: -50px;
}
.section-career-slider .career-slider .slide {
  position: relative;
  font-size: 0;
}
.section-career-slider .career-slider .slide .left-image, .section-career-slider .career-slider .slide .right-content {
  display: inline-block;
  vertical-align: top;
}
.section-career-slider .career-slider .slide .left-image {
  width: 361px;
  height: 361px;
  margin-right: 45px;
}
.section-career-slider .career-slider .slide .left-image img {
  width: inherit;
  height: inherit;
  display: block;
}
.section-career-slider .career-slider .slide .right-content {
  max-width: 790px;
  width: 100%;
  padding-top: 35px;
}
.section-career-slider .career-slider .slide .right-content .inner-content {
  padding: 32px 0 22px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.section-career-slider .career-slider .slide .right-content .inner-content .subhead {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 18px;
  color: #84c6ca;
}
.section-career-slider .career-slider .slide .right-content .inner-content h2 {
  text-transform: uppercase;
}
.section-career-slider .career-slider .slide .right-content .inner-content p {
  display: inline;
}
.section-career-slider .career-slider .slide .right-content .inner-content .short-link {
  display: inline-block;
  width: 30px;
  height: 18px;
  background-image: url(imgs/arrow-inactive-darkorange.svg);
  background-size: 24px 18px;
  background-repeat: no-repeat;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.benefits-grid {
  background-color: #f8f8f8;
  text-align: center;
}
.benefits-grid .content-wrap {
  padding: 110px 0 120px;
}
.benefits-grid .grid-heading {
  margin: 0 auto;
  max-width: 880px;
}
.benefits-grid .grid-heading h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.benefits-grid .grid-wrapper {
  font-size: 0;
  padding-top: 60px;
  text-align: left;
}
.benefits-grid .grid-wrapper .cell {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 600px;
  height: 280px;
  margin-bottom: 10px;
}
.benefits-grid .grid-wrapper .cell:nth-of-type(2n+1) {
  margin-right: 110px;
}
.benefits-grid .grid-wrapper .cell .icon-wrapper, .benefits-grid .grid-wrapper .cell .details-wrapper {
  display: inline-block;
  vertical-align: top;
}
.benefits-grid .grid-wrapper .cell .icon-wrapper {
  background-color: white;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 3px 5px #d9d9d9;
  text-align: center;
}
.benefits-grid .grid-wrapper .cell .icon-wrapper .icon-wrapper_inner {
  display: table;
  width: 100%;
  height: 100%;
}
.benefits-grid .grid-wrapper .cell .icon-wrapper .icon-wrapper_inner .icon-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.benefits-grid .grid-wrapper .cell .icon-wrapper img {
  width: 110px;
  height: auto;
}
.benefits-grid .grid-wrapper .cell .details-wrapper {
  width: 400px;
  padding-left: 10px;
}
.benefits-grid .grid-wrapper .cell .details-wrapper h5 {
  color: #1a144c;
  margin-bottom: 15px;
}
.benefits-grid .grid-wrapper .cell .details-wrapper p {
  font-family: "ProximaNova-Light", sans-serif;
}

.section-photo-grid .content-wrap {
  width: 100%;
  display: table;
  font-size: 0;
  background-color: black;
}
.section-photo-grid .grid-cell {
  width: 33.33%;
  height: 536px;
  display: table-cell;
  display: inline-block;
  vertical-align: top;
}
.section-photo-grid .image-cell .inner-cell {
  width: 100%;
  height: 100%;
}
.section-photo-grid .image-cell {
  background-size: cover;
  background-repeat: no-repeat;
}
.section-photo-grid .layer-blue, .section-photo-grid .layer-purple {
  background-repeat: repeat;
}
.section-photo-grid .layer-blue {
  background-image: url("imgs/layer-blue.png");
}
.section-photo-grid .layer-purple {
  background-image: url("imgs/layer-purple.png");
}
.section-photo-grid .quote-cell {
  background-color: #060324;
  color: white;
  vertical-align: middle;
  text-align: center;
  padding: 0 3%;
}
.section-photo-grid .quote-cell .quote-table {
  display: table;
  width: 100%;
  height: 100%;
}
.section-photo-grid .quote-cell .quote-table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.section-photo-grid .quote-cell .quotation {
  font-family: "Libre Baskerville", serif;
  font-size: 65px;
  margin-bottom: 15px;
  line-height: 0;
}
.section-photo-grid .quote-cell .quote {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 27px;
}
.section-photo-grid .quote-cell .quote-author {
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-opportunities-grid {
  background-color: #f0f0f0;
}
.section-opportunities-grid .content-wrap {
  text-align: center;
  padding: 135px 0 95px;
}
.section-opportunities-grid h2 {
  margin-bottom: 60px;
}
.section-opportunities-grid .career-teasers-wrapper {
  text-align: center;
  font-size: 0;
}
.section-opportunities-grid .career-teasers-wrapper .career-teaser {
  width: 350px;
  margin: 0 30px 0;
  display: inline-block;
  vertical-align: top;
}

.section-image-text {
  background-color: white;
}
.section-image-text .content-wrap {
  padding: 95px 0 65px;
}
.section-image-text .image-text-wrapper {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
.section-image-text .image-text-wrapper .img-wrapper, .section-image-text .image-text-wrapper .description-wrapper {
  float: left;
}
.section-image-text .image-text-wrapper .img-wrapper {
  border: 1px solid #eaeaea;
  box-shadow: 0px 1px 7px #fafafa;
}
.section-image-text .image-text-wrapper .img-wrapper img {
  width: 465px;
  height: 340px;
  margin: 2px;
  display: block;
}
.section-image-text .image-text-wrapper .description-wrapper {
  max-width: 500px;
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(27%);
}
.section-image-text .image-text-wrapper .description-wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 2px;
}
.section-image-text .image-text-wrapper .description-wrapper p {
  font-family: "ProximaNova-Light", sans-serif;
}
.section-image-text .image-text-wrapper:nth-of-type(odd) .img-wrapper {
  margin-right: 50px;
}
.section-image-text .image-text-wrapper:nth-of-type(even) .description-wrapper {
  margin-right: 50px;
}
.section-image-text .image-text-wrapper:nth-of-type(even) .img-wrapper, .section-image-text .image-text-wrapper:nth-of-type(even) .description-wrapper {
  float: right;
}

.section-partners-grid {
  text-align: center;
}
.section-partners-grid h2 {
  text-transform: uppercase;
}
.section-partners-grid .content-wrap {
  padding: 110px 0 90px;
}
.section-partners-grid .pg-wrapper {
  font-size: 0;
}
.section-partners-grid .pg-wrapper .pg-cell {
  display: inline-block;
  vertical-align: top;
  width: 356px;
  margin: 0 30px 80px;
}
.section-partners-grid .pg-wrapper .pg-cell .meta-wrapper .meta-title_wrapper {
  width: 350px;
  height: 150px;
  border: 1px solid #f0f0f0;
  margin-bottom: 15px;
  display: table;
  background-color: white;
}
.section-partners-grid .pg-wrapper .pg-cell .meta-wrapper .meta-title_wrapper .meta-title_wrapper_inner {
  max-width: 290px;
  height: auto;
  max-height: 140px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
.section-partners-grid .pg-wrapper .pg-cell .meta-wrapper .meta-title_wrapper .meta-title_wrapper_inner h4 {
  margin-bottom: 0;
}

.partner-form {
  background-color: #1e4b83;
}
.partner-form .content-wrap {
  padding: 80px 0 100px;
  text-align: center;
}
.partner-form h2 {
  font-size: 27px;
  font-style: italic;
  color: white;
}
.partner-form .gform_wrapper form {
  text-align: center;
  font-size: 0;
}
.partner-form .gform_wrapper form .gform_body, .partner-form .gform_wrapper form .gform_footer {
  display: inline-block;
  vertical-align: top;
}
.partner-form .gform_wrapper form .gform_body {
  width: 444px;
  text-align: center;
  margin: 0 auto;
}
.partner-form .gform_wrapper form .gform_body ul {
  width: 100%;
}
.partner-form .gform_wrapper form .gform_body ul li {
  width: 100%;
  padding-right: 0;
  margin: 0 0;
}
.partner-form .gform_wrapper form .gform_body ul li .gfield_label {
  display: none;
}
.partner-form .gform_wrapper form .gform_body ul li .ginput_container {
  margin-top: 0;
}
.partner-form .gform_wrapper form .gform_body ul li .ginput_container input {
  background-color: #4b6f9c;
  border: none;
  color: white;
  padding: 10px 15px !important;
  width: 444px;
  font-size: 20px !important;
}
.partner-form .gform_wrapper form .gform_body ul li .ginput_container input[type=text]::-webkit-input-placeholder {
  color: white;
  font-size: 20px !important;
}
.partner-form .gform_wrapper form .gform_body ul li .ginput_container input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-size: 20px !important;
}
.partner-form .gform_wrapper form .gform_body ul li .ginput_container input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-size: 20px !important;
}
.partner-form .gform_wrapper form .gform_body ul li .ginput_container input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-size: 20px !important;
}
.partner-form .gform_wrapper form .gform_footer {
  width: 123px;
  height: 49px;
  margin-top: 0;
  border: 1px solid white;
  padding: 0;
}
.partner-form .gform_wrapper form .gform_footer input {
  width: 100%;
  height: 100%;
  border: none;
  height: 49px;
  margin-right: 0;
  background-color: transparent;
  font-size: 17px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.partner-form .gform_wrapper form .validation_error {
  color: white;
  border-color: white;
}
.partner-form .gform_wrapper form .gform_body .gfield_error {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
}
.partner-form .gform_wrapper form .gform_body .gfield_error .ginput_container {
  margin-top: 0 !important;
}

section.partner-quick-links {
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}
section.partner-quick-links .quick-link {
  display: inline-block;
  width: 33.3333%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
section.partner-quick-links .quick-link h4 {
  margin-bottom: 7px;
}
section.partner-quick-links .quick-link:first-of-type {
  padding-left: 0px;
}
section.partner-quick-links .quick-link:last-of-type {
  padding-right: 0px;
}
.purple-panels {
  font-size: 0;
  height: 598px;
  display: table;
  width: 100%;
}
.purple-panels .ppf-block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: inherit;
}
.purple-panels .ppf-block .content-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.purple-panels .ppf-block .ppf-block_inner {
  text-align: center;
  margin: 0 auto;
  color: white;
  vertical-align: middle;
  display: table-cell;
  padding: 0 140px;
}
.purple-panels .ppf-block .ppf-block_inner img {
  max-width: 38px;
  height: auto;
  margin-bottom: 25px;
}
.purple-panels .ppf-block .ppf-block_inner h2 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.purple-panels .ppf-block .ppf-block_inner p {
  margin-bottom: 27px;
}
.purple-panels .left-block {
  background-color: #1a144c;
}
.purple-panels .right-block {
  background-color: #150f47;
}

.single-career #main-content {
  padding-top: 230px;
}
.single-career .link {
  text-align: center;
}
.single-career .section-form .gform_confirmation_wrapper {
  text-align: center;
}

#main-content {
  padding: 137px 0 0px;
  background-color: #f8f8f8;
}
#main-content article h1 {
  text-align: center;
  margin-bottom: 60px;
}
#main-content article .content-wrap {
  padding-bottom: 95px;
}
#main-content .section-form {
  background-color: #f0f0f0;
}
#main-content .section-form h2 {
  text-align: center;
  text-transform: uppercase;
}
#main-content .section-form ul li:before {
  display: none;
}
#main-content .section-form .content-wrap {
  padding: 115px 0 115px;
}
#main-content .section-form .gform_body ul {
  padding-left: 0;
}
#main-content .section-form .gform_body ul li {
  padding-right: 0;
  display: inline-block;
  vertical-align: top;
}
#main-content .section-form .gform_body ul li label {
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a144c;
}
#main-content .section-form .gform_body ul li .ginput_container {
  margin-top: 2px;
  width: 100%;
}
#main-content .section-form .gform_body ul li .ginput_container textarea, #main-content .section-form .gform_body ul li .ginput_container input {
  border: 1px solid #dcd9d9;
  width: 100%;
}
#main-content .section-form .gform_body ul li .gfield_required {
  color: #1a144c;
}
#main-content .section-form .gform_body ul .one-col {
  width: 100%;
}
#main-content .section-form .gform_body ul .two-col {
  width: 49%;
}
#main-content .section-form .gform_body ul #field_2_8, #main-content .section-form .gform_body ul #field_2_10, #main-content .section-form .gform_body ul #field_2_12, #main-content .section-form .gform_body ul #field_2_17, #main-content .section-form .gform_body ul #field_2_19 {
  margin-right: 2%;
}
#main-content .section-form .gform_body ul .short-field {
  width: 11%;
  margin-right: 2%;
}
#main-content .section-form .gform_body ul .medium-field {
  width: 36%;
}
#main-content .section-form .gform_body ul .medium-field#field_2_3 {
  margin-right: 2%;
}
#main-content .section-form .gform_body ul .horiz-rule {
  display: block;
  margin: 50px 0 42px;
}
#main-content .section-form .gform_footer {
  text-align: center;
}
#main-content .section-form .gform_footer .gform_button {
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  border: none;
  text-decoration: none;
  color: #c57a05;
  padding-right: 38px;
  background-image: url("imgs/arrow-inactive-darkorange.svg");
  background-size: 23px 20px;
  background-repeat: no-repeat;
  background-position: 68px 0px;
}
#main-content .section-form .gform_footer .gform_button:hover, #main-content .section-form .gform_footer .gform_button.current {
  background-image: url("imgs/arrow-active-darkorange.svg");
}

.page-template-template-departments #main-content {
  padding-bottom: 100px;
}

.page-template-template-sir-john .banner-big .meta-box {
  z-index: 1;
}
.page-template-template-sir-john #main-content {
  background-image: url(imgs/texture.png);
  background-repeat: repeat;
  position: relative;
}
.page-template-template-sir-john #main-content article .bg-text-left {
  position: absolute;
  left: 0;
  top: 50%;
}
.page-template-template-sir-john #main-content article .bg-text-right {
  position: absolute;
  right: 0;
  top: 10%;
}

.department-intro {
  text-align: center;
  margin-bottom: 55px;
}
.department-intro .frame {
  max-width: 990px;
}

/*  ==========================================================================
    OUR TEAM
    ==========================================================================*/
.our-team-section .content-wrap {
  padding: 45px 0 30px;
}
.our-team-section .team-controls .filter-wrap {
  margin-bottom: 45px;
  text-align: center;
}
.our-team-section .team-controls .filter-wrap button {
  border: none;
  background-color: transparent;
  color: #c57a05;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  margin: 0 25px;
  line-height: 1.1;
  font-family: "ProximaNova-Regular", sans-serif;
  border-bottom: 1px solid white;
}
.our-team-section .team-controls .filter-wrap button:hover {
  border-color: #c57a05;
}
.our-team-section .team-controls .filter-wrap .active {
  border-color: #c57a05;
}
.our-team-section .team-grid {
  font-size: 0;
}
.our-team-section .team-grid .tm-grid-item {
  width: 282px;
  margin: 0 9px 60px;
  position: relative;
}
.our-team-section .team-grid .tm-grid-item a {
  display: block;
}
.our-team-section .team-grid .tm-grid-item .img-grdt {
  position: absolute;
  width: 100%;
  height: 154px;
  display: block;
  background-color: white;
  top: 150px;
  background: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, white, rgba(255, 255, 255, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, white, rgba(255, 255, 255, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
  /* Standard syntax (must be last) */
}
.our-team-section .team-grid .tm-grid-item img {
  width: 282px;
  height: 302px;
  display: block;
}
.our-team-section .team-grid .tm-grid-item .tm-meta {
  text-align: center;
}
.our-team-section .team-grid .tm-grid-item .tm-meta h5 {
  font-size: 16px;
  margin-bottom: 8px;
}
.our-team-section .team-grid .tm-grid-item .tm-meta .tm-position {
  font-size: 13px;
  color: #84c6ca;
  font-family: "ProximaNova-Bold", sans-serif;
  line-height: 1.2;
}
.our-team-section .team-grid .tm-grid-item .tm-meta .bio-plus {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: none;
}
.our-team-section .team-grid .tm-grid-item .iziModal {
  height: 668px;
  font-size: 0;
}
.our-team-section .team-grid .tm-grid-item .iziModal button {
  margin-bottom: 10px;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0;
  background-color: white;
  cursor: pointer;
  z-index: 99;
  background-image: url("imgs/lightbox-x.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-team-section .team-grid .tm-grid-item .iziModal button:hover {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.our-team-section .team-grid .tm-grid-item .iziModal .inl-block {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 668px;
}
.our-team-section .team-grid .tm-grid-item .iziModal .inl-block h5 {
  font-size: 18px;
  margin-bottom: 8px;
}
.our-team-section .team-grid .tm-grid-item .iziModal .inl-block .tm-position {
  font-size: 13px;
  margin-bottom: 14px;
}
.our-team-section .team-grid .tm-grid-item .iziModal .inl-block p {
  font-size: 20px;
}
.our-team-section .team-grid .tm-grid-item .iziModal .inl-left {
  width: 48%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.our-team-section .team-grid .tm-grid-item .iziModal .inl-left .img-faded {
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  /* Standard syntax */
}
.our-team-section .team-grid .tm-grid-item .iziModal .inl-right {
  padding-top: 85px;
  width: 52%;
  padding-right: 5%;
  overflow: scroll;
}
.our-team-section .team-grid .tm-grid-item .iziModal .inl-right .tm-position {
  color: #84c6ca;
  font-family: "ProximaNova-Bold", sans-serif;
}
.our-team-section .team-grid .tm-grid-item .iziModal .inl-right p {
  font-family: "ProximaNova-Light", sans-serif !important;
}

.tm-grid-item {
  display: none;
  vertical-align: top;
}

.trigger {
  overflow: hidden;
}

/*  ==========================================================================
    FUNDS AREA
    ==========================================================================*/
.page-template-template-about .fa-section {
  padding-top: 100px;
}

.fa-section {
  padding-top: 270px;
  background-size: cover;
  background-repeat: no-repeat;
}
.fa-section .content-wrap {
  padding: 0 0 80px;
}
.fa-section .fa-intro {
  text-align: center;
  margin-bottom: 90px;
  color: white;
}
.fa-section .fa-intro h1 {
  color: white;
  margin-bottom: 10px;
}
.fa-section .fa-intro .frame {
  max-width: 790px;
}
.fa-section .fa-boxes {
  text-align: center;
}
.fa-section .fa-boxes .col-one, .fa-section .fa-boxes .col-two {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
}
.fa-section .fa-boxes .col-one {
  width: 848px;
  margin: 0 20px;
}
.fa-section .fa-boxes .col-two {
  width: 399px;
}
.fa-section .fa-boxes .box {
  display: inline-block;
  vertical-align: top;
  padding: 2px;
  margin-bottom: 43px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.fa-section .fa-boxes .box .box_inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}
.fa-section .fa-boxes .box .box_inner .box_inner-meta-wrapper {
  vertical-align: middle;
  display: table-cell;
}
.fa-section .fa-boxes .box .box_inner .box_inner-meta-wrapper .main-link {
  font-size: 37px;
  color: white;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 8px;
  -webkit-transform: translate3d(0, 140px, 0);
  transform: translate3d(0, 140px, 0);
}
.fa-section .fa-boxes .box .box_inner .box_inner-meta-wrapper .main-link-icon {
  background-size: auto 20px;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 40px;
}
.fa-section .fa-boxes .box .box_inner .box_inner-meta-wrapper .main-link-icon img {
  width: 40px;
  height: 30px;
}
.fa-section .fa-boxes .box .box_inner .box_inner-meta-wrapper .box_inner-meta {
  position: relative;
  bottom: -500px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fa-section .fa-boxes .box .box_inner .box_inner-meta-wrapper .box_inner-meta div {
  margin-bottom: 15px;
}
.fa-section .fa-boxes .box .box_inner .box_inner-meta-wrapper .box_inner-meta div a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  color: #c57a05;
  font-family: "ProximaNova-Regular", sans-serif;
}
.fa-section .fa-boxes .box:hover .box_inner .box_inner-meta-wrapper .main-link {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fa-section .fa-boxes .box:hover .box_inner .box_inner-meta-wrapper .box_inner-meta {
  bottom: 0;
}
.fa-section .fa-boxes .box-small {
  width: 397px;
  height: 363px;
}
.fa-section .fa-boxes .box-small .box-small_inner {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
  padding-top: 25px;
  background-repeat: repeat;
  background-size: cover;
}
.fa-section .fa-boxes .box-small .box-table {
  display: table;
  width: 100%;
  height: 100%;
}
.fa-section .fa-boxes .box-small .figcaption {
  max-width: 252px;
  margin: 0 auto;
}
.fa-section .fa-boxes .box-small .figcaption a .title {
  color: white;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fa-section .fa-boxes .box-small .figcaption a .icon {
  position: relative;
  bottom: -200px;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-image: url("imgs/arrow-active-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 27px;
  -webkit-transition: color 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, bottom 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, bottom 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, bottom 0.3s ease-in-out;
}
.fa-section .fa-boxes .box-small .figcaption a:hover .title {
  color: #c57a05;
}
.fa-section .fa-boxes .box-small .figcaption a:hover .icon {
  background-image: url("imgs/arrow-inactive-orange.svg");
}
.fa-section .fa-boxes .box-small:hover .figcaption a .title {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.fa-section .fa-boxes .box-small:hover .figcaption a .icon {
  bottom: 0;
}
.fa-section .fa-boxes .box-large {
  width: 846px;
  height: 769px;
}
.fa-section .fa-boxes .box-large .main-link {
  display: inline-block;
  max-width: 370px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.fa-section .fa-boxes .row-two .box {
  margin-left: 23px;
  margin-right: 23px;
}

/*  ==========================================================================
    Our Grants
    ==========================================================================*/
.grant-page-teasers h3 {
  text-align: center;
  margin-bottom: 60px;
}
.grant-page-teasers .content-wrap {
  padding: 110px 0 0;
}
.grant-page-teasers .grant-page-teaser {
  width: 990px;
  height: 990px;
  background-color: #edecef;
  border-radius: 50%;
  padding-top: 150px;
  margin-bottom: 175px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 170px;
}
.grant-page-teasers .grant-page-teaser .grant-info-wrapper {
  text-align: center;
  position: relative;
}
.grant-page-teasers .grant-page-teaser .grant-info-wrapper .small-title-wrapper .small-title {
  display: inline;
  font-size: 18px;
  color: #1a144c;
  font-family: "ProximaNova-Light", sans-serif;
}
.grant-page-teasers .grant-page-teaser .grant-info-wrapper .small-title-wrapper .small-title span {
  color: #84c6ca;
  font-family: "ProximaNova-Bold", sans-serif;
}
.grant-page-teasers .grant-page-teaser .grant-info-wrapper h2 {
  text-transform: uppercase;
  max-width: 600px;
  margin: 0 auto 20px;
}
.grant-page-teasers .grant-page-teaser .grant-info-wrapper .content-wrapper {
  max-width: 400px;
  margin: 0 auto;
  font-size: 20px;
  text-align: left;
}
.grant-page-teasers .grant-page-teaser .grant-info-wrapper .content-wrapper .readMore:hover {
  background-image: url(imgs/arrow-active-orange.svg);
}
.grant-page-teasers .grant-page-teaser .grant-info-wrapper .content-wrapper .readMore {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 29px 20px;
  background-repeat: no-repeat;
  background-position: 50px 0px;
  vertical-align: top;
  display: inline-block;
  margin-left: 2px;
  text-transform: uppercase;
  padding-right: 30px;
  transition: color 0.3s ease-in-out;
  position: relative;
  font-size: 17px;
  top: 3px;
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper {
  position: absolute;
  top: 126px;
  width: 410px;
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper .big-image-wrapper {
  border-bottom: 2px solid #84c6ca;
  margin-bottom: 20px;
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper .big-image-wrapper img {
  max-width: 410px;
  height: auto;
  display: block;
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper {
  font-size: 0;
  padding: 0 50px 0;
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper .cat-meta, .grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper .image-small-wrapper {
  display: inline-block;
  vertical-align: top;
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper .image-small-wrapper {
  width: 115px;
  padding-right: 15px;
  border-right: 2px solid #84c6ca;
  margin-right: 15px;
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper .image-small-wrapper img {
  max-width: 100px;
  height: auto;
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper .cat-meta {
  color: #84c6ca;
  font-size: 13px;
  font-family: "ProximaNova-Bold", sans-serif;
  text-transform: uppercase;
  width: 178px;
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper .cat-title {
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  color: #060324;
  line-height: 1.6;
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper .cat-title .readMore:hover {
  background-image: url(imgs/arrow-active-orange.svg);
}
.grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper .cat-title .readMore {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  vertical-align: top;
  display: inline-block;
  margin-left: 2px;
  transition: color 0.3s ease-in-out;
  position: relative;
  top: 3px;
}
.grant-page-teasers .grant-page-teaser:nth-of-type(2) {
  background-color: #dde3ea;
}
.grant-page-teasers .grant-page-teaser:nth-of-type(3) {
  background-color: #e2eeed;
}

.align-left-image .grant-images-wrapper {
  left: -100px;
}
.align-left-image .grant-info-wrapper {
  left: 40px;
}

.align-right-image .grant-images-wrapper {
  right: -100px;
}
.align-right-image .grant-info-wrapper {
  right: 40px;
}

/*  ==========================================================================
    CONTACT US
    ==========================================================================*/
.contact-intro {
  height: 1200px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.contact-intro .blue-overlay {
  width: 100%;
  height: 560px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#000000",GradientType=0 );
  /* IE6-9 */
}
.contact-intro .frame-thin {
  width: 600px;
  height: 100%;
  display: table;
}
.contact-intro .content-wrap {
  text-align: center;
  color: white;
  display: table-cell;
  vertical-align: middle;
}
.contact-intro .content-wrap h1 {
  color: white;
  margin-bottom: 8px;
}
.contact-intro .content-wrap p {
  margin-bottom: 9px;
}
.contact-intro .content-wrap p strong {
  color: #84c6ca;
}
.contact-intro .content-wrap .link-arrow {
  margin: 25px 0 50px;
}
.contact-intro .content-wrap .contact-form .gform_confirmation_message {
  font-size: 25px;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul {
  font-size: 0;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul li {
  width: 49%;
  font-size: 20px;
  font-family: "ProximaNova-Light", sans-serif;
  padding-right: 0;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul li label {
  display: none;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul li:before {
  display: none;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul li .ginput_container {
  width: 100%;
  margin-top: 0;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul li .ginput_container input {
  width: 100%;
  background-color: #494765;
  border: none;
  color: white;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul li .ginput_container input[type=text] {
  padding: 7px 9px;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul li .ginput_container input[type=text]::-webkit-input-placeholder {
  color: white;
  font-size: 20px !important;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul li .ginput_container input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  font-size: 20px !important;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul li .ginput_container input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  font-size: 20px !important;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul li .ginput_container input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  font-size: 20px !important;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul #field_5_1 {
  margin-right: 2%;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul #field_5_3 {
  width: 100%;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul #field_5_4 {
  width: 100%;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_body ul #field_5_4 .ginput_container_textarea textarea {
  height: 170px;
  background-color: #494765;
  color: white;
  border: none;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_footer {
  text-align: center;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_footer .gform_button {
  background-color: transparent;
  border: 1px solid #c57a05;
  color: #c57a05;
  text-transform: uppercase;
  padding: 10px 22px;
  margin-right: 0;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 17px;
}
.contact-intro .content-wrap .contact-form .gform_wrapper form .gform_footer .gform_button:hover {
  background-color: white;
}

.page-panel {
  font-size: 0;
  width: 100%;
}
.page-panel .panel {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  height: 598px;
}
.page-panel .panel .frame {
  height: 100%;
  display: table;
  max-width: 420px;
}
.page-panel .panel .content-wrap {
  display: table-cell;
  vertical-align: middle;
  color: white;
}
.page-panel .panel .content-wrap img {
  max-width: 38px;
  height: auto;
  margin-bottom: 25px;
}
.page-panel .panel .content-wrap h2 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-panel .panel .content-wrap p {
  margin-bottom: 27px;
}
.page-panel .panel-left {
  background-color: #1a144c;
}
.page-panel .panel-right {
  background-color: #150f47;
}

/*  ==========================================================================
    Grant Calendar
    ==========================================================================*/
.no-banner {
  padding-top: 230px;
  padding-bottom: 95px;
  background-color: #f8f8f8;
}
.no-banner #main-content {
  padding-top: 0;
}

.gc-intro {
  text-align: center;
  margin-bottom: 30px;
}
.gc-intro .frame-adj {
  max-width: 985px;
}
.gc-intro h1, .gc-intro .intro {
  color: #1a144c;
}
.gc-intro h1 {
  margin-bottom: 18px;
}

.gc-text-table .gc-group {
  margin-bottom: 80px;
}
.gc-text-table .gc-group h2 {
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #1a144c;
}
.gc-text-table .link {
  text-align: center;
}
.gc-text-table .frame-narrow {
  max-width: 850px;
}
.gc-text-table .gc-table {
  width: 100%;
  background-color: white;
}
.gc-text-table .gc-table tr {
  border: 1px solid #edecec;
}
.gc-text-table .gc-table tr:first-of-type {
  background-color: #84c6ca;
}
.gc-text-table .gc-table tr:first-of-type td {
  color: white;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 13px;
}
.gc-text-table .gc-table tr td {
  padding: 22px 24px 20px;
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}
.gc-text-table .gc-table tr .col-one {
  color: #1a144c;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-transform: uppercase;
}
.gc-text-table .gc-table tr .col-two {
  font-family: "ProximaNova-Light", sans-serif;
  border-left: 1px solid #edecec;
}
.gc-text-table .link {
  margin-top: 44px;
}

/*  ==========================================================================
    Main Content
    ==========================================================================*/
main .subhead {
  text-align: center;
}
main h2 {
  margin-bottom: 10px;
}
main h4 {
  margin-bottom: 0px;
}
main p {
  margin-bottom: 28px;
}

/*  ==========================================================================
    Internal Funds
    ==========================================================================*/
.internal-funds-intro {
  text-align: center;
}
.internal-funds-intro .frame-adj {
  max-width: 990px;
}
.internal-funds-intro .content-wrap {
  padding-bottom: 60px;
}
.internal-funds-intro h1 {
  margin-bottom: 25px;
}

.fund-active {
  background-color: #f0f0f0;
}

.fund-posts {
  text-align: center;
}
.fund-posts .content-wrap {
  padding: 80px 0 90px;
}
.fund-posts h2 {
  text-transform: uppercase;
}
.fund-posts h2 span {
  text-transform: none;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
.fund-posts .posts-wrapper {
  font-size: 0;
}
.fund-posts .post-wrapper {
  width: 280px;
  height: 230px;
  margin: 24px 24px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e2dfdf;
  box-shadow: 1px 5px 5px #e2dfdf;
}
.fund-posts .post-wrapper .cycle-title {
  background-color: #1a144c;
  color: white;
  padding: 23px 20px 20px;
  font-family: "ProximaNova-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
.fund-posts .post-wrapper .post-teaser {
  display: table;
  width: 100%;
  height: 170px;
  background-color: white;
}
.fund-posts .post-wrapper .post-teaser .post-teaser_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
}
.fund-posts .post-wrapper .post-teaser .small-title {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 700;
  color: #84c6ca;
  font-size: 13px;
}
.fund-posts .post-wrapper .post-teaser .big-title {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 400;
  color: #1a144c;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.2;
}
/*  ==========================================================================
    Discovery Page
    ==========================================================================*/
.wrapper {
  width: 100%;
  height: 100%;
}

.panel {
  height: 470px;
  margin-bottom: 40px;
}
.panel:last-of-type {
  margin-bottom: 0;
}
.panel:hover {
  cursor: pointer;
}

.disc-teasers {
  max-width: 80%;
  margin: 0 auto 0;
}
.disc-teasers .content-wrap {
  padding: 50px 0 40px;
}

.disc-teasers .disc-teaser-wrapper {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.disc-teasers .disc-teaser-wrapper:hover {
  background-size: 120%;
}
.disc-teasers .disc-teaser-wrapper:hover .vert-line-one {
  left: 15%;
}
.disc-teasers .disc-teaser-wrapper:hover .vert-line-two {
  right: 15%;
}
.disc-teasers .disc-teaser-wrapper:hover .horiz-line-one {
  top: 15%;
}
.disc-teasers .disc-teaser-wrapper:hover .horiz-line-two {
  bottom: 15%;
}
.disc-teasers .disc-teaser-wrapper .vert-line {
  position: absolute;
  width: 1px;
  opacity: 0.5;
  height: 100%;
  top: 0;
  background-color: #d8d8d8;
  z-index: 3;
}
.disc-teasers .disc-teaser-wrapper .vert-line-one {
  left: 5%;
}
.disc-teasers .disc-teaser-wrapper .vert-line-two {
  right: 5%;
}
.disc-teasers .disc-teaser-wrapper .horiz-line, .disc-teasers .disc-teaser-wrapper .vert-line {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.disc-teasers .disc-teaser-wrapper .horiz-line {
  position: absolute;
  width: 100%;
  height: 1px;
  opacity: 0.5;
  left: 0;
  background-color: #d8d8d8;
  z-index: 3;
}
.disc-teasers .disc-teaser-wrapper .horiz-line-one {
  top: 10%;
}
.disc-teasers .disc-teaser-wrapper .horiz-line-two {
  bottom: 10%;
}
.disc-teasers .disc-teaser-wrapper .disc-teaser-link {
  display: inline-block;
  height: 469px;
  width: 1055px;
  position: relative;
  height: 100%;
  width: 100%;
}
.disc-teasers .disc-teaser-wrapper .disc-teaser-link .disc-wrapper_inner {
  width: 100%;
  height: 100%;
  display: table;
}
.disc-teasers .disc-teaser-wrapper .disc-teaser-link .disc-wrapper_inner .teaser-meta {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}
.disc-teasers .disc-teaser-wrapper .disc-teaser-link .disc-wrapper_inner .teaser-meta .teaser-meta_inner {
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
}
.disc-teasers .disc-teaser-wrapper .disc-teaser-link .disc-wrapper_inner .teaser-meta h3 {
  margin-bottom: 0;
}
.disc-teasers .disc-teaser-wrapper .disc-teaser-link .disc-wrapper_inner .teaser-meta h2 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
}
.disc-teasers .disc-teaser-wrapper .disc-teaser-link .transparency {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.links-wrapper .link {
  margin-bottom: 8px;
}

/*  ==========================================================================
    GRANT FAQ's
    ==========================================================================*/
.grant-question-answer {
  background-color: #f8f8f8;
}
.grant-question-answer .frame {
  max-width: 850px;
}
.grant-question-answer .content-wrap {
  padding: 100px 0 110px;
}
.grant-question-answer .question-answer-block .question-wrapper {
  border: 1px solid #e2dfdf;
  width: 100%;
  padding: 40px 0 40px 55px;
  background-color: white;
  box-shadow: 1px 1px 1px #d9d9d9;
}
.grant-question-answer .question-answer-block .question-wrapper .question-wrapper_inner .big-q, .grant-question-answer .question-answer-block .question-wrapper .question-wrapper_inner .question {
  display: inline-block;
  vertical-align: top;
}
.grant-question-answer .question-answer-block .question-wrapper .question-wrapper_inner .big-q {
  color: #1a144c;
  font-size: 37px;
  font-family: "Libre Baskerville", serif;
  width: 40px;
  margin-right: 40px;
}
.grant-question-answer .question-answer-block .question-wrapper .question-wrapper_inner .question {
  width: 625px;
  font-size: 24px;
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 400;
  padding-top: 8px;
  line-height: 1.1;
}
.grant-question-answer .question-answer-block .answer-wrapper {
  width: 100%;
  padding: 40px 0 40px 55px;
}
.grant-question-answer .question-answer-block .answer-wrapper .answer-wrapper_inner .big-a, .grant-question-answer .question-answer-block .answer-wrapper .answer-wrapper_inner .answer {
  display: inline-block;
  vertical-align: top;
}
.grant-question-answer .question-answer-block .answer-wrapper .answer-wrapper_inner .big-a {
  color: #1a144c;
  font-size: 37px;
  font-family: "Libre Baskerville", serif;
  width: 40px;
  margin-right: 40px;
}
.grant-question-answer .question-answer-block .answer-wrapper .answer-wrapper_inner .answer {
  font-size: 20px;
  font-family: "ProximaNova-Light", sans-serif;
  width: 625px;
}

.links-wrapper {
  margin-top: 45px;
}

.center-links {
  text-align: center;
  margin-top: 45px;
}

/*  ==========================================================================
    Humble Approach Initiative
    ==========================================================================*/
.initiative-section {
  background-color: #f8f8f8;
}
.initiative-section #loadMore {
  font-size: 17px;
}
.initiative-section .frame {
  max-width: 1350px;
}
.initiative-section .content-wrap {
  width: 100%;
  font-size: 0;
  padding: 90px 0 90px;
}
.initiative-section .init-wrapper {
  vertical-align: top;
  padding-top: 50px;
  border-top: 2px solid white;
  max-width: 670px;
  width: 100%;
  display: inline-block;
  display: none;
}
.initiative-section .init-wrapper:nth-of-type(even) {
  padding-left: 40px;
  border-left: 2px solid white;
  margin-left: -2px;
}
.initiative-section .init-wrapper:nth-of-type(odd) {
  border-right: 2px solid white;
}
.initiative-section .init-wrapper:nth-of-type(1), .initiative-section .init-wrapper:nth-of-type(2) {
  border-top: 0;
}
.initiative-section .init-wrapper .init-year-wrapper, .initiative-section .init-wrapper .init-meta-wrapper {
  display: inline-block;
  vertical-align: top;
}
.initiative-section .init-wrapper .init-year-wrapper .init-year-wrapper_inner {
  background-color: white;
  border: 1px solid #f0f0f0;
  height: 182px;
  border-radius: 50%;
  padding-top: 66px;
  text-align: center;
  width: 182px;
  color: #84c6ca;
  font-size: 37px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  box-shadow: 0px 3px 1px #f0f0f0;
}
.initiative-section .init-wrapper .init-meta-wrapper {
  padding-top: 10px;
  padding-left: 20px;
  max-width: 400px;
  margin-bottom: 30px;
}
.initiative-section .init-wrapper .init-meta-wrapper .init-title {
  font-size: 16px;
  color: #1a144c;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.initiative-section .init-wrapper .init-meta-wrapper .init-description {
  font-size: 20px;
  font-family: "ProximaNova-Light", sans-serif;
  margin-bottom: 22px;
}

.science-relational-content {
  background-color: #f0f0f0;
}
.science-relational-content .content-wrap {
  padding: 80px 0 40;
}
.science-relational-content .image-fade {
  background-color: #f0f0f0;
  background: -webkit-linear-gradient(bottom, #f0f0f0, rgba(240, 240, 240, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #f0f0f0, rgba(240, 240, 240, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #f0f0f0, rgba(240, 240, 240, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #f0f0f0, rgba(240, 240, 240, 0));
  /* Standard syntax (must be last) */
}

.fa-rel-content .content-wrap {
  padding: 40px 0 80px;
}
.fa-rel-content .image-fade {
  background-color: #f0f0f0;
  background: -webkit-linear-gradient(bottom, #f0f0f0, rgba(240, 240, 240, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, #f0f0f0, rgba(240, 240, 240, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, #f0f0f0, rgba(240, 240, 240, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to top, #f0f0f0, rgba(240, 240, 240, 0));
  /* Standard syntax (must be last) */
}

/*  ==========================================================================
    FOOTER
    ==========================================================================*/
footer {
  background-color: #060324;
  background-image: url("imgs/footer-burst.png");
  background-repeat: no-repeat;
  background-position: left top;
}
footer .lang-switcher ul button, footer .lang-switcher ul input, footer .lang-switcher ul optgroup, footer .lang-switcher ul select, footer .lang-switcher ul textarea {
  font-size: 18px;
}
footer .footer-upper {
  padding-top: 80px;
}
footer .footer-upper .content-wrap {
  width: 100%;
  padding: 0px 0px 80px;
}
@media screen and (max-width: 1250px) {
  footer .footer-upper .content-wrap {
    padding: 0px 40px 80px;
  }
}
footer .footer-upper .content-wrap > .col-one {
  padding-left: 0px;
}
footer .footer-upper .content-wrap > .col-two {
  padding-left: 0px;
}
footer .footer-upper .footer-nav {
  width: 800px;
  font-size: 0px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1300px) {
  footer .footer-upper .footer-nav {
    width: 66.6666%;
  }
}
footer .footer-upper .footer-title-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 35px;
}
footer .footer-upper .footer-title-wrapper svg {
  margin-bottom: 8px;
}
footer .footer-upper .footer-title-wrapper .footer-line-left, footer .footer-upper .footer-title-wrapper .footer-line-right {
  max-width: 33%;
  vertical-align: top;
  display: table-cell;
  display: none;
}
footer .footer-upper .footer-title-wrapper .footer-line-right img {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
footer .footer-upper .footer-title-wrapper .footer-title {
  display: table-cell;
  vertical-align: top;
  width: 370px;
  text-align: center;
}
footer .footer-upper .footer-title-wrapper .footer-title .big-title {
  font-size: 29px;
  font-family: "ProximaNova-Thin";
  color: white;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 4px;
}
@media screen and (max-width: 1250px) {
  footer .footer-upper .footer-title-wrapper .footer-title .big-title {
    line-height: 1.1;
  }
}
footer .footer-upper .footer-title-wrapper .footer-title .small-title {
  font-size: 22px;
  color: white;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
footer .footer-upper .table-cell-wrapper {
  display: table;
  width: 100%;
}
footer .footer-upper .col-one, footer .footer-upper .col-two, footer .footer-upper .col-three {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 33.3333%;
}
footer .footer-upper .col-one h4, footer .footer-upper .col-two h4 {
  color: #1e4a85;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 15px;
}
footer .footer-upper .col-one ul, footer .footer-upper .col-two ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
footer .footer-upper .col-one ul li, footer .footer-upper .col-two ul li {
  list-style-type: none;
  margin-bottom: 7px;
}
footer .footer-upper .col-one ul li a, footer .footer-upper .col-one ul li a:active, footer .footer-upper .col-one ul li a:visited, footer .footer-upper .col-two ul li a, footer .footer-upper .col-two ul li a:active, footer .footer-upper .col-two ul li a:visited {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
}
footer .footer-upper .col-one ul li a:hover, footer .footer-upper .col-one ul li a.current, footer .footer-upper .col-one ul li a:active:hover, footer .footer-upper .col-one ul li a:active.current, footer .footer-upper .col-one ul li a:visited:hover, footer .footer-upper .col-one ul li a:visited.current, footer .footer-upper .col-two ul li a:hover, footer .footer-upper .col-two ul li a.current, footer .footer-upper .col-two ul li a:active:hover, footer .footer-upper .col-two ul li a:active.current, footer .footer-upper .col-two ul li a:visited:hover, footer .footer-upper .col-two ul li a:visited.current {
  color: #c57a05;
}
footer .footer-upper .col-one .social-links, footer .footer-upper .col-two .social-links {
  display: inline-block;
  color: white;
  position: relative;
}
footer .footer-upper .col-one .social-links .link-icon-wrapper, footer .footer-upper .col-one .social-links .slink-title, footer .footer-upper .col-two .social-links .link-icon-wrapper, footer .footer-upper .col-two .social-links .slink-title {
  display: inline-block;
  vertical-align: top;
}
footer .footer-upper .col-one .social-links .link-icon-wrapper, footer .footer-upper .col-two .social-links .link-icon-wrapper {
  width: 29px;
  height: 29px;
  border: 1px solid #193b6e;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-upper .col-one .social-links .link-icon-wrapper img, footer .footer-upper .col-two .social-links .link-icon-wrapper img {
  height: 22px;
  top: 2px;
  left: 3px;
  padding: 5px;
  position: relative;
  margin-right: 8px;
}
footer .footer-upper .col-one .social-links .slink-title, footer .footer-upper .col-two .social-links .slink-title {
  padding-top: 4px;
  padding-left: 7px;
}
footer .footer-upper .col-one .social-links:hover, footer .footer-upper .col-one .social-links.current, footer .footer-upper .col-two .social-links:hover, footer .footer-upper .col-two .social-links.current {
  color: #c57a05;
}
footer .footer-upper .col-one .social-links:hover .link-icon-wrapper, footer .footer-upper .col-one .social-links.current .link-icon-wrapper, footer .footer-upper .col-two .social-links:hover .link-icon-wrapper, footer .footer-upper .col-two .social-links.current .link-icon-wrapper {
  background-color: #c57a05;
  border-color: #c57a05;
}
footer .footer-upper .col-four {
  width: 400px;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  footer .footer-upper .col-four {
    width: 33.3333%;
  }
}
footer .footer-upper .col-three ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
footer .footer-upper .col-three ul li {
  list-style-type: none;
  margin-bottom: 7px;
}
footer .footer-upper .col-three ul li a, footer .footer-upper .col-three ul li a:active, footer .footer-upper .col-three ul li a:visited {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
}
footer .footer-upper .col-three ul li a:hover, footer .footer-upper .col-three ul li a.current, footer .footer-upper .col-three ul li a:active:hover, footer .footer-upper .col-three ul li a:active.current, footer .footer-upper .col-three ul li a:visited:hover, footer .footer-upper .col-three ul li a:visited.current {
  color: #c57a05;
}
footer .footer-upper .col-three h4 {
  color: #1e4a85;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 15px;
}
footer .footer-upper .col-three .social-links {
  display: inline-block;
  color: white;
  position: relative;
}
footer .footer-upper .col-three .social-links .link-icon-wrapper, footer .footer-upper .col-three .social-links .slink-title {
  display: inline-block;
  vertical-align: top;
}
footer .footer-upper .col-three .social-links .link-icon-wrapper {
  width: 29px;
  height: 29px;
  border: 1px solid #193b6e;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer-upper .col-three .social-links .link-icon-wrapper img {
  height: 22px;
  top: 2px;
  left: 3px;
  padding: 5px;
  position: relative;
  margin-right: 8px;
}
footer .footer-upper .col-three .social-links .slink-title {
  padding-top: 4px;
  padding-left: 7px;
}
footer .footer-upper .col-three .social-links:hover, footer .footer-upper .col-three .social-links.current {
  color: #c57a05;
}
footer .footer-upper .col-three .social-links:hover .link-icon-wrapper, footer .footer-upper .col-three .social-links.current .link-icon-wrapper {
  background-color: #c57a05;
  border-color: #c57a05;
}
footer .footer-lower {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-lower .content-wrap {
  text-align: center;
}
footer .footer-lower .content-wrap .copy-info {
  font-family: "ProximaNova-Light", sans-serif;
  font-style: italic;
  font-size: 12px;
  padding: 18px 17px;
  color: rgba(255, 255, 255, 0.4);
}
footer .footer-lower .content-wrap .copy-info a, footer .footer-lower .content-wrap .copy-info a:active, footer .footer-lower .content-wrap .copy-info a:visited {
  font-size: inherit;
  color: inherit;
  font-family: "ProximaNova-Light", sans-serif;
  font-style: italic;
}
footer .footer-lower .content-wrap .copy-info a:hover, footer .footer-lower .content-wrap .copy-info a.current, footer .footer-lower .content-wrap .copy-info a:active:hover, footer .footer-lower .content-wrap .copy-info a:active.current, footer .footer-lower .content-wrap .copy-info a:visited:hover, footer .footer-lower .content-wrap .copy-info a:visited.current {
  color: inherit;
}
footer .footer-lower .content-wrap .copy-info .inner-page, footer .footer-lower .content-wrap .copy-info .inner-page:active, footer .footer-lower .content-wrap .copy-info .inner-page:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "ProximaNova-Bold", sans-serif !important;
  font-style: normal;
  margin: 0 2px;
}
footer .footer-lower .content-wrap .copy-info .inner-page:hover, footer .footer-lower .content-wrap .copy-info .inner-page.current, footer .footer-lower .content-wrap .copy-info .inner-page:active:hover, footer .footer-lower .content-wrap .copy-info .inner-page:active.current, footer .footer-lower .content-wrap .copy-info .inner-page:visited:hover, footer .footer-lower .content-wrap .copy-info .inner-page:visited.current {
  color: inherit;
  font-family: "ProximaNova-Bold", sans-serif;
  font-style: normal;
}

.center-inl-bl-link {
  text-align: center;
}

.grant-wrapper .image-wrapper {
  overflow: hidden;
  text-align: center;
}
.grant-wrapper .icons-wrapper {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.grant-wrapper .icons-wrapper .icon-wrapper {
  width: 112px;
  height: 112px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -52px;
  margin: 0 2px;
}
.grant-wrapper .icons-wrapper .icon-wrapper .theme-icon {
  position: relative;
  top: 56px;
  left: -1px;
  width: 50px;
  height: auto;
}

.rollout-wrapper {
  display: none;
  position: absolute;
  text-align: left;
  margin-top: 25px;
}

.gform_confirmation_message_3 {
  color: white;
  font-size: 20px;
  text-align: center;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.search-results #main-content {
  padding-top: 0;
}

#search-results-content {
  padding: 230px 0 110px;
}
#search-results-content .frame {
  max-width: 850px;
}
#search-results-content h1 {
  text-align: center;
  margin-bottom: 40px;
}
#search-results-content h2 {
  line-height: 1.1;
  margin-top: 18px;
  margin-bottom: 13px;
}
#search-results-content h2 a {
  font-size: 24px;
}
#search-results-content .bsearch_score, #search-results-content .bsearch_date {
  display: none;
}
#search-results-content .bsearch_footer {
  margin-top: 65px;
}
#search-results-content .bsearch_footer b {
  color: #c57a05;
}
#search-results-content p {
  margin-bottom: 0;
}
#search-results-content form {
  max-width: 644px;
  width: 100%;
  position: relative;
  margin: 0 auto 60px;
}
#search-results-content form .hidden {
  display: none;
}
#search-results-content form input {
  background-color: white;
  border: 1px solid #dcd9d9;
  color: #c57a05;
  padding: 10px 15px !important;
  position: relative;
  width: 100%;
  font-size: 20px !important;
}
#search-results-content form input[type=text]::-webkit-input-placeholder {
  color: #c57a05;
  font-size: 20px !important;
  position: relative;
}
#search-results-content form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #c57a05;
  font-size: 20px !important;
  position: relative;
}
#search-results-content form input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #c57a05;
  font-size: 20px !important;
  position: relative;
}
#search-results-content form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #c57a05;
  font-size: 20px !important;
  position: relative;
}
#search-results-content form .searchsubmit {
  position: absolute;
  right: 3px;
  top: 4px;
  background-color: white;
  border: none;
  width: 43px;
  height: 43px;
  font-size: 0 !important;
  background-image: url(imgs/icon-search-2.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 11px 12px;
}

.ie9 .image-fade {
  display: none;
}
.ie9 .our-team-section .team-grid .tm-grid-item .img-grdt {
  display: none;
}
.ie9 footer .footer-upper .col-three .gform_wrapper .gform_footer .gform_button {
  background-image: none !important;
}
.ie9 a.apply-btn {
  padding: 8px 9px 7px;
  background-image: none !important;
  right: 0;
}

.ie8 .old-browser {
  width: 100%;
  height: 80px;
  background-color: #eadbb0;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  position: relative;
  top: 0px;
  z-index: 99999;
}

.sticky-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.5s;
  height: 76px;
  position: fixed;
  bottom: 0px;
  background: #060324;
  width: 100%;
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 200;
}
.sticky-footer.in-footer {
  position: relative;
  background: transparent;
}
.sticky-footer.open {
  height: 250px;
}
.sticky-footer .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.sticky-footer .gform_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.sticky-footer .gform_wrapper form {
  text-align: center;
  font-size: 0px;
}
.sticky-footer .gform_wrapper form .gform_heading, .sticky-footer .gform_wrapper .gform_body, .sticky-footer .gform_wrapper .gform_footer {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.sticky-footer .gform_wrapper .gform_heading {
  margin: 0px;
  padding-right: 15px;
}
.sticky-footer .gform_wrapper .gform_heading h3 {
  color: white;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 14px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 15px;
  text-align: center;
  margin: 0px;
}
.sticky-footer .gform_wrapper .gform_body ul {
  text-align: left;
}
.sticky-footer .gform_wrapper .gform_body ul li {
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 6px;
}
.sticky-footer .gform_wrapper .gform_body ul li > label {
  color: white;
}
.sticky-footer .gform_wrapper .gform_body ul li .ginput_container {
  margin-top: 0;
}
.sticky-footer .gform_wrapper .gform_body ul li .ginput_container input {
  background-color: transparent;
  border: 1px solid #1e4b83;
  border-radius: 5px;
  color: white;
  padding: 10px 15px !important;
  width: 100%;
  font-size: 16px !important;
  width: 340px;
  height: 35px;
  border-radius: 0px;
}
.sticky-footer .gform_wrapper .gform_body ul li .ginput_container input:focus {
  border: 1px solid #5283bf;
}
.sticky-footer .gform_wrapper .gform_body ul li .ginput_container input::-webkit-input-placeholder {
  color: white;
  font-style: italic;
}
.sticky-footer .gform_wrapper .gform_body ul li .ginput_container input::-moz-placeholder {
  color: white;
  font-style: italic;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_1 > label, .sticky-footer .gform_wrapper .gform_body ul #field_3_2 > label, .sticky-footer .gform_wrapper .gform_body ul #field_3_3 > label {
  display: none;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_1, .sticky-footer .gform_wrapper .gform_body ul #field_3_2 {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_1 {
  margin-right: 4%;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_3 {
  margin-bottom: 0px;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_3.gfield_error {
  background: transparent;
  border: 0px;
  margin: 0;
  padding: 0;
}
.sticky-footer .gform_wrapper .gform_body ul .gfield_description.validation_message {
  font-size: 20px;
  padding-top: 0px;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_4 {
  display: inline-block;
  width: 250px;
  vertical-align: top;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_4 > label {
  display: none;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_4 ul li label {
  font-size: 12px;
  font-family: "ProximaNova-Light", sans-serif;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_5 {
  display: inline-block;
  width: 300px;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_5 > label {
  display: none;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_5 ul li {
  overflow: visible;
  margin-left: 20px !important;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_5 ul li label {
  font-size: 14px;
  font-family: "ProximaNova-Regular", sans-serif;
  position: relative;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_5 ul li label:before {
  position: absolute;
  left: -19px;
  top: 0;
}
.sticky-footer .gform_wrapper .gform_body ul #field_3_5 input[type=checkbox] + label:before {
  margin: 4px 6px 0 0;
}
.sticky-footer .gform_wrapper .gform_body .gfield_checkbox .gchoice_3_4_1 {
  margin-left: 0 !important;
}
.sticky-footer .gform_wrapper .gform_body .gfield_checkbox .gchoice_3_4_1 #label_3_4_1 {
  font-size: 15px;
  font-family: "ProximaNova-Regular", sans-serif;
}
.sticky-footer .gform_wrapper .gform_body .gfield_checkbox li {
  margin-left: 20px !important;
}
.sticky-footer .gform_wrapper .gform_body .gfield_checkbox input {
  margin-top: 0;
}
.sticky-footer .gform_wrapper .gform_body .gfield_checkbox input[type=checkbox] {
  display: none;
}
.sticky-footer .gform_wrapper .gform_body .gfield_checkbox input[type=checkbox] + label:before {
  border: 1px solid #1e4b83;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 2px 6px 0 0;
  padding: 0;
  vertical-align: top;
  width: 12px;
}
.sticky-footer .gform_wrapper .gform_body .gfield_checkbox input[type=checkbox]:checked + label:before {
  background: #c57a05;
  content: "";
  text-align: center;
  border: #c57a05;
}
.sticky-footer .gform_wrapper .gform_body .gfield_checkbox input[type=checkbox]:checked + label:after {
  font-weight: bold;
}
.sticky-footer .gform_wrapper .gform_footer {
  text-align: center;
  padding-top: 0;
  padding: 0px;
  margin: 0px;
}
.sticky-footer .gform_wrapper .gform_footer .gform_button {
  font-size: 14px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  position: relative;
  background: #f0a226;
  border: 1px solid #c57a05;
  display: inline-block;
  margin-right: 0;
  padding-right: 38px;
  text-decoration: none;
  color: #fff;
  background-image: url(imgs/arrow-inactive-white.svg);
  background-size: 23px 20px;
  background-repeat: no-repeat;
  background-position: 68px 5px;
  height: 35px;
  border-radius: 0px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.sticky-footer .gform_wrapper .gform_footer .gform_button:hover, .sticky-footer .gform_wrapper .gform_footer .gform_button.current {
  background-image: url("imgs/arrow-inactive-white.svg");
}
.sticky-footer .gform_wrapper div.validation_error {
  display: none;
}
.sticky-footer .gform_validation_error .rollout-wrapper {
  margin-top: 0px;
}
.sticky-footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .sticky-footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px;
}
@media only screen and (max-width: 1024px) {
  .sticky-footer .gform_wrapper.gf_browser_chrome .gform_body {
    width: auto;
  }
}
@media only screen and (max-width: 910px) {
  .sticky-footer .rollout-wrapper {
    left: 50%;
    transform: translate(-50%, 0%);
    width: 550px;
  }
}
.sticky-footer .modal-trigger-phone {
  display: none;
}
.sticky-footer .close {
  display: none;
  margin-bottom: 10px;
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0;
  background-color: white;
  cursor: pointer;
  z-index: 99;
  background-image: url(imgs/lightbox-x.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sticky-footer {
    height: 55px;
    padding-top: 10px;
  }
  .sticky-footer .mobile-signup {
    text-align: center;
  }
  .sticky-footer .modal-trigger-phone {
    display: block;
    width: 90%;
    text-align: center;
    font-size: 16px;
    font-family: "ProximaNova-Regular", sans-serif;
    text-transform: uppercase;
    position: relative;
    background: #f0a226;
    border: 1px solid #c57a05;
    display: inline-block;
    margin-right: 0;
    padding-right: 38px;
    text-decoration: none;
    color: #fff;
    background-image: url(imgs/arrow-inactive-white.svg);
    background-size: 23px 20px;
    background-repeat: no-repeat;
    background-position: 90%;
    height: 35px;
    border-radius: 0px;
    box-sizing: border-box;
    -webkit-appearance: none;
    margin: 0 auto;
    padding-top: 5px;
  }
  .sticky-footer .phone-modal {
    display: none;
    overflow: auto;
    overflow-x: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #060324;
    height: 100%;
    width: 100%;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
    z-index: 500;
    padding-top: 40px;
  }
  .sticky-footer.open {
    height: 400px;
  }
  .sticky-footer .gform_wrapper form .gform_heading {
    display: block;
    margin-bottom: 5px;
    display: block;
  }
  .sticky-footer .gform_wrapper .gform_footer input.button, .sticky-footer .gform_wrapper .gform_footer input[type=submit], .sticky-footer .gform_wrapper .gform_page_footer input.button, .sticky-footer .gform_wrapper .gform_page_footer input[type=submit] {
    margin-bottom: 0px;
  }
  .sticky-footer .rollout-wrapper {
    width: 300px;
  }
  .sticky-footer .gform_wrapper .gform_body ul #field_3_4 {
    display: block;
  }
  .sticky-footer .gform_wrapper .gform_body ul #field_3_5 {
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  .sticky-footer .rollout-wrapper {
    width: 90%;
  }
  .sticky-footer .gform_wrapper .gform_body ul li .ginput_container input {
    width: 160px;
  }
  .sticky-footer .gform_wrapper form .gform_heading {
    margin-bottom: 15px;
  }
}

.sticky-footer .gform_wrapper.gform_validation_error form .gform_heading, .sticky-footer .gform_wrapper.gform_validation_error .gform_body, .sticky-footer .gform_wrapper.gform_validation_error .gform_footer {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  footer .footer-upper .col-four {
    width: 100%;
    padding-top: 70px;
    /* box-sizing: border-box; */
  }

  footer .footer-upper .content-wrap {
    padding: 0px 40px 40px;
  }

  footer .footer-upper .footer-nav {
    width: 100%;
  }

  footer .footer-upper .footer-nav .col-one, footer .footer-upper .footer-nav .col-two, footer .footer-upper .footer-nav .col-three {
    width: 33.333%;
    display: inline-block;
  }
}
@media only screen and (max-width: 500px) {
  footer .footer-upper .footer-nav {
    text-align: center;
  }

  footer .footer-upper .footer-nav .col-one, footer .footer-upper .footer-nav .col-two, footer .footer-upper .footer-nav .col-three {
    width: 50%;
    display: inline-block;
  }
}
.language-es .sticky-footer .gform_wrapper .gform_footer .gform_button {
  background-position: 92px 5px;
}
.language-es a.apply-btn {
  background-position: 84px 5px;
}

.language-pt .apply-grant-links .link a:after {
  bottom: -1px;
}
.language-pt a.apply-btn {
  background-position: 84px 5px;
}
.language-pt header .header-lower .main-nav > li a {
  padding: 15px 22px 20px;
}

.language-ar .sticky-footer .gform_wrapper form {
  max-width: 758px;
  text-align: center !important;
  zoom: 1;
}
.language-ar .sticky-footer .gform_wrapper form:before, .language-ar .sticky-footer .gform_wrapper form:after {
  content: "";
  display: table;
}
.language-ar .sticky-footer .gform_wrapper form:after {
  clear: both;
}
.language-ar a.apply-btn {
  background-position: 58px 5px;
}
.language-ar .sticky-footer .gform_wrapper .gform_footer .gform_button {
  padding-right: 58px;
}
.language-ar .apply-grant-links .link a:after {
  bottom: -1px;
}

.lang-switcher-wrapper > ul {
  padding-left: 0;
}

.lang-switcher {
  height: 38px;
  padding-left: 0;
}

header .selectize-control {
  height: 38px !important;
}
header .selectize-control .selectize-input {
  width: 140px;
  height: inherit;
  background-color: rgba(26, 20, 76, 0.9);
  color: #b7b7b7;
  border: none;
  font-family: "Libre Baskerville", serif;
  text-transform: none;
  font-size: 15px;
}
header .selectize-control .selectize-input > * {
  padding-right: 28px;
  padding-top: 12px;
  color: #c57a05;
}
header .selectize-control .selectize-input input {
  width: 17% !important;
  height: 38px;
  display: none;
}
header .selectize-control .selectize-dropdown {
  background-color: rgba(26, 20, 76, 0.9);
  border: none;
}
header .selectize-control .selectize-dropdown-content .option {
  color: #c57a05;
  font-family: "Libre Baskerville", serif;
  text-transform: none;
  font-size: 15px;
}
header .selectize-dropdown .active {
  background-color: transparent !important;
}
header .selectize-input, header .selectize-control.single .selectize-input.input-active {
  background-color: rgba(26, 20, 76, 0.9) !important;
}
header .selectize-input.dropdown-active::before {
  background: rgba(26, 20, 76, 0.9) !important;
}

.overlay-lang {
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.overlay-lang.is-on {
  opacity: 1;
  visibility: visible;
}
.overlay-lang.is-on .content {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.overlay-lang .content {
  background: #fff;
  position: absolute;
  display: table;
  top: -50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 80%;
  padding: 0 20px;
  max-width: 450px;
  max-height: 300px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay-lang .content .meta {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#close {
  margin: 0 auto;
  cursor: pointer;
}

.page-template-template-grants-featured .banner-big {
  height: 1169px;
}
.page-template-template-grants-featured .banner-big .meta-box-wrapper {
  background-image: url("imgs/Ellipse.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.page-template-template-grants-featured .banner-big .meta-box .meta-box-inner {
  padding: 50px;
  max-width: 584px;
  width: 100%;
}
.page-template-template-grants-featured .banner-big .meta-box .meta-box-inner p {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  margin-top: 35px;
}
.page-template-template-grants-featured #main-content {
  padding-top: 0;
}

.recent-quick-module {
  background-color: #f8f8f8;
  text-align: center;
}
.recent-quick-module h2 {
  text-transform: uppercase;
  text-align: center;
}
.recent-quick-module h2 span {
  text-transform: capitalize;
  font-style: italic;
}
.recent-quick-module .frame {
  max-width: 1200px;
}
.recent-quick-module .content-wrap {
  padding: 100px 0 95px;
}
.recent-quick-module .wrapper {
  font-size: 0;
  margin-top: 35px;
}
.recent-quick-module .wrapper .column {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 20px;
}
.recent-quick-module .wrapper .column h4 {
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.recent-quick-module .wrapper .column p {
  font-size: 20px;
  margin-bottom: 15px;
}

/*  ==========================================================================
    TEMPLATES/MODULES
    ========================================================================== */
.banner-big {
  height: 990px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-big .meta-box-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.banner-big .meta-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 2;
}
.banner-big .meta-box .meta-box-inner {
  max-width: 790px;
  margin: 0 auto 0;
}
.banner-big .meta-box .meta-box-inner h1 {
  color: white;
  margin-bottom: 20px;
}
.banner-big .meta-box .meta-box-inner p {
  color: white;
  font-size: 25px;
  margin-bottom: 25px;
}

.my-svg-container {
  position: relative;
  overflow: hidden;
}
.my-svg-container .my-svg, .my-svg-container .kp-banner-svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.banner .transparency {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
}

.banner-discovery-details .frame {
  max-width: 960px;
}
.banner-discovery-details .meta-box-inner h3 {
  margin-bottom: 10px;
}

.banner-questions {
  height: 1170px;
}
.banner-questions .meta-box-circle {
  height: 812px;
  width: 812px;
  border: 2px solid white;
  border-radius: 50%;
  margin: 0 auto;
  display: table;
  padding: 0 120px;
}
.banner-questions .meta-box-circle .meta-box-inner {
  display: table-cell;
  vertical-align: middle;
}
.banner-questions .meta-box-circle .meta-box-inner h1 {
  margin-bottom: 15px;
}
.banner-questions .meta-box-circle .meta-box-inner p {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
.banner-questions .meta-box-circle .meta-box-inner p a {
  color: inherit;
}

.page-template-template-humble-approach .banner-big .meta-box .meta-box-inner {
  max-width: 855px;
}

.dep-banner .meta-box .meta-box-inner {
  max-width: 950px;
}

.banner.sci-banner.banner-big .frame {
  max-width: 1200px;
}

.sci-banner .frame {
  max-width: 1200px;
}
.sci-banner .meta-box .meta-box-inner {
  max-width: 100%;
}
.sci-banner .link-bubble-wrapper .link-inl-blk {
  height: 250px;
  width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  vertical-align: top;
  border-radius: 50%;
  display: inline-block;
  margin: 0 -10px;
}
.sci-banner .link-bubble-wrapper .link-table {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  max-width: 150px;
  margin: 0 auto;
}
.sci-banner .link-bubble-wrapper .link-table a {
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 1.1;
}
.sci-banner .link-bubble-wrapper .link-table a:after {
  content: "";
  display: block;
  width: 20px;
  height: 8px;
  margin: 7px auto 0;
  background-image: url("imgs/arrow-nocircle.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.page-template-template-grant-faq .banner img {
  opacity: 0;
}

.page-template-template-mission .banner .transparency {
  display: none;
}

.page-template-template-about .banner {
  height: 1170px;
}
.page-template-template-about .banner .transparency {
  display: none;
}
.page-template-template-about .banner .meta-box-circle {
  border: 1px solid white;
  border-radius: 50%;
  display: table;
  height: 790px;
  width: 790px;
  margin: 0 auto;
  padding: 0 80px;
}
.page-template-template-about .banner .meta-box-circle .meta-box-inner {
  display: table-cell;
  vertical-align: middle;
}
.page-template-template-about .banner .meta-box-circle .meta-box-inner p {
  margin-bottom: 0;
}

.banner.banner-big .frame {
  max-width: 1056px;
}
.banner.banner-big .news-header {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.banner.banner-big .news-header .news-info {
  color: #71c0c5;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "ProximaNova-Bold", sans-serif;
  margin-bottom: 10px;
}
.banner.banner-big .news-header .news-title {
  font-family: "Libre Baskerville", serif;
  font-size: 59px;
  color: white;
}

.section-prize {
  height: 1300px;
}
.section-prize .frame {
  z-index: 1;
}
.section-prize .meta-box-wrapper {
  max-width: 544px;
  position: absolute;
  top: 34%;
  right: 0;
}
.section-prize .meta-box-wrapper .meta-box {
  text-align: center;
}
.section-prize .meta-box-wrapper .meta-box .meta-prize-icon {
  width: 50px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.section-prize .meta-box-wrapper .meta-box .meta-prize-icon img {
  width: 100%;
  height: auto;
}
.section-prize .meta-box-wrapper .meta-box h3 {
  color: white;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.section-prize .meta-box-wrapper .meta-box h2 {
  font-size: 59px;
  color: white;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.section-prize .my-svg {
  background-position: left center;
}

/*  ==========================================================================
    Discovery Details
    ==========================================================================*/
.resource-teasers {
  background-color: #1e4b83;
}
.resource-teasers .frame {
  max-width: 1335px;
}
.resource-teasers .content-wrap {
  padding: 90px 0;
}
.resource-teasers .content-wrap h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.resource-teasers .resource-grid-wrapper {
  font-size: 0;
}
.resource-teasers .resource-wrapper {
  width: 665px;
  display: inline-block;
  vertical-align: top;
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 2px solid #1d437b;
}
.resource-teasers .resource-wrapper:nth-of-type(even) {
  border-left: 2px solid #1d437b;
  padding-left: 45px;
  margin-left: -2px;
}
.resource-teasers .resource-wrapper:nth-of-type(odd) {
  border-right: 2px solid #1d437b;
}
.resource-teasers .resource-wrapper:nth-of-type(1), .resource-teasers .resource-wrapper:nth-of-type(2) {
  border-top: none;
}
.resource-teasers .resource-wrapper .icon-wrapper, .resource-teasers .resource-wrapper .meta-wrapper {
  display: inline-block;
  vertical-align: top;
}
.resource-teasers .resource-wrapper .icon-wrapper {
  width: 182px;
  height: 182px;
  border-radius: 50%;
  position: relative;
  background-color: #355d90;
}
.resource-teasers .resource-wrapper .icon-wrapper img {
  width: 58px;
  height: auto;
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: 50%;
  margin-left: -29px;
}
.resource-teasers .resource-wrapper .meta-wrapper {
  width: 410px;
  padding-top: 20px;
  padding-left: 20px;
}
.resource-teasers .resource-wrapper .meta-wrapper .resource-meta-title {
  color: white;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.resource-teasers .resource-wrapper .meta-wrapper .resource-meta-desc {
  color: white;
  font-size: 20px;
  margin-bottom: 8px;
}
.resource-teasers .resource-wrapper .meta-wrapper .link-arrow {
  text-align: left;
}
.resource-teasers .link-arrow {
  text-align: center;
}

.book-teasers .resource-grid-wrapper {
  margin-bottom: 40px;
}
.book-teasers .resource-wrapper .icon-wrapper img {
  width: 128px;
  height: auto;
  position: absolute;
  top: 50%;
  margin-top: -92px;
  left: 50%;
  margin-left: -64px;
}

.page-template-template-media-kit #main-content h1, .page-template-template-media-kit #main-content .intro {
  text-align: center;
}
.page-template-template-media-kit #main-content h2 {
  text-transform: uppercase;
}
.page-template-template-media-kit #main-content .frame {
  max-width: 910px;
}
.page-template-template-media-kit #main-content p .size-full {
  max-width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.page-template-template-media-kit #main-content .gallery-section {
  padding-top: 70px;
  background-color: inherit;
}
.page-template-template-media-kit #main-content .gallery-wrapper {
  margin-bottom: 35px;
}
.page-template-template-media-kit #main-content .gallery-wrapper ul {
  padding-left: 0;
  font-size: 0;
}
.page-template-template-media-kit #main-content .gallery-wrapper ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  display: inline-block;
}
.page-template-template-media-kit #main-content .gallery-wrapper ul li:before {
  display: none;
}
.page-template-template-media-kit #main-content .gallery-wrapper .iziModal {
  max-width: 350px;
  height: 600px;
  background-color: transparent;
  display: table;
  border: none;
  border-color: transparant;
  box-shadow: none;
}
.page-template-template-media-kit #main-content .gallery-wrapper .iziModal .iziModal-wrap {
  display: table-cell;
  vertical-align: middle;
}
.page-template-template-media-kit #main-content .gallery-wrapper .iziModal button {
  margin-bottom: 10px;
  position: absolute;
  right: -20px;
  top: -8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0;
  z-index: 99;
  background-color: white;
  cursor: pointer;
  background-image: url("imgs/lightbox-x.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-template-template-media-kit #main-content .gallery-wrapper .iziModal button:hover {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.page-template-template-media-kit #main-content .gallery-wrapper .iziModal-content {
  text-align: center;
}
.page-template-template-media-kit #main-content .gallery-wrapper .iziModal-content img {
  max-width: 100%;
  height: auto;
}

.event-single .event-intro {
  text-align: center;
  margin-bottom: 80px;
}
.event-single .event-intro .frame {
  max-width: 990px;
}
.event-single .event-intro p {
  margin-bottom: 0;
}
.event-single .event-intro h1 {
  margin-bottom: 34px;
}
.event-single .event-details-wrapper {
  width: 100%;
  font-size: 0;
}
.event-single .event-details-wrapper .frame {
  max-width: 899px;
}
.event-single .event-details-wrapper .event-details_left, .event-single .event-details-wrapper .event-details_right {
  display: inline-block;
  vertical-align: top;
}
.event-single .event-details-wrapper .event-details_left {
  text-align: center;
  padding: 17px 30px 60px;
  border-right: 2px solid #ebebeb;
  max-width: 330px;
  margin-right: 38px;
}
.event-single .event-details-wrapper .event-details_left .meta-event {
  font-size: 13px;
  color: #84c6ca;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 600;
  margin-bottom: 4px;
}
.event-single .event-details-wrapper .event-details_left .meta-desc {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 18px;
  color: #1a144c;
}
.event-single .event-details-wrapper .event-details_left .meta-other {
  font-size: 13px;
  margin-bottom: 2px;
  color: #1a144c;
}
.event-single .event-details-wrapper .event-details_left .meta-other span {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 600;
  color: #84c6ca;
}
.event-single .event-details-wrapper .event-details_right {
  max-width: 520px;
}
.event-single .event-details-wrapper .event-details_right .meta-event-small-title {
  font-size: 24px;
  font-family: "ProximaNova-Regular", sans-serif;
  color: #1a144c;
  line-height: 1.2;
  margin-bottom: 11px;
}
.event-single .event-details-wrapper .event-details_right .meta-event-content {
  margin-bottom: 10px;
  font-size: 20px;
}
.event-single .event-details-wrapper .event-details_right .meta-event-content p {
  margin-bottom: 13px;
}

.single-grant .banner-big {
  background-color: #342899;
}
.single-grant .banner-big .frame {
  max-width: 1090px;
}
.single-grant .banner-big .meta-box .meta-box-inner {
  max-width: 100%;
}
.single-grant .grant-meta-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five items */
  /* six items */
}
.single-grant .grant-meta-section .grant-meta-bucket {
  display: table-cell;
  text-align: center;
  padding: 40px 10px 45px;
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.single-grant .grant-meta-section .grant-meta-bucket:first-of-type {
  border-left: none;
}
.single-grant .grant-meta-section .grant-meta-bucket .small-title {
  color: #84c6ca;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "ProximaNova-Bold", sans-serif;
  margin-bottom: 6px;
}
.single-grant .grant-meta-section .grant-meta-bucket .small-meta {
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
}
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(1) {
  width: 100%;
}
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(2),
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(2) ~ .grant-meta-bucket {
  width: 50%;
}
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(3),
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(3) ~ .grant-meta-bucket {
  width: 33.3333%;
}
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(4),
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(4) ~ .grant-meta-bucket {
  width: 25%;
}
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(5),
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(5) ~ .grant-meta-bucket {
  width: 20%;
}
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(6),
.single-grant .grant-meta-section .grant-meta-bucket:first-child:nth-last-child(6) ~ .grant-meta-bucket {
  width: 16.6666%;
}
.single-grant #main-content {
  padding-top: 85px;
  padding-bottom: 60px;
}
.single-grant #main-content article {
  width: 100%;
}
.single-grant #main-content article .frame {
  max-width: 850px;
}
.single-grant #main-content article .frame-ex {
  max-width: 850px;
}
.single-grant #main-content article .grant-content {
  font-size: 20px;
}
.single-grant #main-content article .grant-content h2 {
  font-size: 31px;
  text-transform: none;
}
.single-grant #main-content article p {
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 20px;
}
.single-grant #main-content article h2 {
  text-transform: uppercase;
  text-align: center;
}
.single-grant #main-content article h1,
.single-grant #main-content article h3,
.single-grant #main-content article h4,
.single-grant #main-content article h5,
.single-grant #main-content article h6,
.single-grant #main-content article ul {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.single-grant #main-content article img.alignleft {
  margin-right: 40px;
  margin-bottom: 40px;
  border: 1px solid white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.single-grant #main-content article img.alignright {
  margin-left: 40px;
  margin-bottom: 40px;
  border: 1px solid white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.single-grant #main-content article h2, .single-grant #main-content article span.intro {
  margin-left: -83px;
  display: block;
  width: 1016px;
  text-align: center;
  line-height: 1.481;
}
.single-grant .grant-news-teasers .content-wrap {
  padding: 35px 0 40px;
}
.single-grant .grant-news-teasers h2 {
  text-align: center;
}
.single-grant .grant-news-teasers .news-teasers {
  margin-top: 35px;
}
.single-grant .grant-news-teasers .news-teasers .news-view-all {
  display: block;
  text-align: center;
  font-family: "ProximaNova-Regular";
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 90px;
}
.single-grant .grant-news-teasers .news-teasers .news-view-all .readMore {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.single-grant .grant-news-teasers .news-teaser-block {
  display: inline-block;
  width: 48%;
  margin-bottom: 25px;
  vertical-align: top;
  height: 171px;
  font-size: 0;
  border-width: 1px;
  border-color: #e2dfdf;
  background-color: white;
  box-shadow: 0.707px 0.707px 3px 0px rgba(2, 2, 2, 0.2);
}
.single-grant .grant-news-teasers .news-teaser-block:nth-of-type(even) {
  margin-left: 18px;
}
.single-grant .grant-news-teasers .news-teaser-block:nth-of-type(odd) {
  margin-right: 18px;
}
@media screen and (max-width: 1040px) {
  .single-grant .grant-news-teasers .news-teaser-block {
    width: 46%;
  }
}
.single-grant .grant-news-teasers .news-teaser-block .teaser-image {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.single-grant .grant-news-teasers .news-teaser-block .teaser-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.single-grant .grant-news-teasers .news-teaser-block .news-teaser-info {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  padding: 55px 30px 25px 30px;
  box-sizing: border-box;
  font-family: "ProximaNova-Regular";
  font-size: 20px;
  line-height: 1.2;
  color: #1a144c;
  position: relative;
}
.single-grant .grant-news-teasers .news-teaser-block .news-teaser-info .news-teaser-meta {
  font-family: "ProximaNova-Bold";
  font-size: 13px;
  color: #71c0c5;
  line-height: 1.1;
  margin-bottom: 5px;
}
.single-grant .grant-news-teasers .news-teaser-block .news-teaser-info .small-title {
  position: absolute;
  left: 30px;
  top: 15px;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold", sans-serif;
  letter-spacing: 1px;
  color: #84c6ca;
  font-size: 13px;
}
.single-grant .grant-news-teasers .news-teaser-block .news-teaser-info a, .single-grant .grant-news-teasers .news-teaser-block .news-teaser-info a:active, .single-grant .grant-news-teasers .news-teaser-block .news-teaser-info a:visited {
  font-size: 20px;
  color: #1a144c;
  line-height: 1.2;
}
.single-grant .grant-news-teasers .news-teaser-block .news-teaser-info a:hover .readMore {
  background-image: url(imgs/arrow-active-orange.svg);
}
.single-grant .grant-news-teasers .news-teaser-block .readMore {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.single-grant .grant-news-teasers .news-teaser-block .readMore:hover {
  background-image: url(imgs/arrow-active-orange.svg);
}
@media screen and (max-width: 780px) {
  .single-grant .grant-news-teasers .news-teaser-block {
    display: block;
    width: 260px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 15px;
  }
  .single-grant .grant-news-teasers .news-teaser-block:nth-of-type(even) {
    margin-left: auto;
  }
  .single-grant .grant-news-teasers .news-teaser-block:nth-of-type(odd) {
    margin-right: auto;
  }
  .single-grant .grant-news-teasers .news-teaser-block .teaser-image {
    display: block;
    width: 100%;
    height: 160px;
  }
  .single-grant .grant-news-teasers .news-teaser-block .teaser-image img {
    width: 100%;
    height: auto;
  }
  .single-grant .grant-news-teasers .news-teaser-block .news-teaser-info {
    display: block;
    width: 100%;
    height: auto;
  }
  .single-grant .grant-news-teasers .news-teaser-block .news-teaser-info a {
    font-size: 18px;
  }
}

#grants-database h1 {
  text-align: center;
  line-height: 1;
  margin-bottom: 45px;
}
#grants-database #grants-table {
  width: 100%;
}
#grants-database #grants-table th {
  background-color: #71c1c6;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #dcd9d9;
  padding: 10px 20px;
  text-align: left;
  font-size: 13px;
  font-family: "ProximaNova-Bold", sans-serif;
}
#grants-database #grants-table th:hover {
  cursor: pointer;
}
#grants-database #grants-table .sorting_asc {
  position: relative;
}
#grants-database #grants-table .sorting_asc:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
  transform: rotate(180deg);
  border-color: white transparent transparent transparent !important;
}
#grants-database #grants-table .sorting_desc {
  position: relative;
}
#grants-database #grants-table .sorting_desc:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
  border-color: white transparent transparent transparent !important;
}
#grants-database #grants-table td {
  border: 1px solid #e4e2e2;
  padding: 20px;
  background-color: white;
}
#grants-database #grants-table td a {
  color: #060324;
}
#grants-database #grants-table td a:hover {
  color: #c57a05;
}
#grants-database .selected-filters {
  border-top: 1px solid #dcd9d9;
  border-bottom: 1px solid #dcd9d9;
  padding: 17px 23px;
  margin-bottom: 36px;
}
#grants-database .selectize-control {
  margin: 0 20px;
}
#grants-database .custom-filter {
  margin-bottom: 40px;
  text-align: center;
}
#grants-database .custom-filter .selectize-input {
  width: 305px;
}
#grants-database #grants-table_filter {
  margin-bottom: 50px;
  text-align: center;
}
#grants-database #grants-table_filter label {
  position: relative;
}
#grants-database #grants-table_filter label:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(imgs/icon-search-2.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #ffffff;
}
#grants-database #grants-table_filter input[type=search] {
  height: 60px;
  border: 1px solid #dcd9d9;
  background-color: #ffffff;
  padding: 0 50px 0 20px;
  color: #000;
  font-size: 20px;
  font-family: "ProximaNova-Regular", sans-serif;
  width: 100%;
  max-width: 640px;
}
#grants-database #grants-table_filter input[type=search] ::-webkit-input-placeholder {
  color: #dcd9d9;
  font-size: 20px;
  font-family: "ProximaNova-Regular", sans-serif;
}
#grants-database #grants-table_filter input[type=search] :-moz-placeholder {
  color: #dcd9d9;
  font-size: 20px;
  font-family: "ProximaNova-Regular", sans-serif;
}
#grants-database #grants-table_filter input[type=search] ::-moz-placeholder {
  color: #dcd9d9;
  font-size: 20px;
  font-family: "ProximaNova-Regular", sans-serif;
}
#grants-database #grants-table_filter input[type=search] :-ms-input-placeholder {
  color: #dcd9d9;
  font-size: 20px;
  font-family: "ProximaNova-Regular", sans-serif;
}
#grants-database .filtered-value {
  background-color: #c57a05;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #ffffff;
  font-size: 13px;
  padding: 7px 40px 0 10px;
  display: inline-block;
  position: relative;
  height: 30px;
  margin: 2px 5px;
  cursor: pointer;
  transition: all 0.25s ease-in;
}
#grants-database .filtered-value:after {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #c57a05;
  color: #ffffff;
  content: "x";
  z-index: 1;
  top: 0;
  right: 0;
  text-align: center;
  padding-top: 7px;
}
#grants-database .filtered-value:hover {
  background-color: #c57a05;
}
#grants-database .dataTables_paginate {
  text-align: center;
  padding: 20px;
}
#grants-database .paging_simple_numbers {
  padding-top: 48px;
}
#grants-database .paging_simple_numbers .paginate_button {
  cursor: pointer;
}
#grants-database .paging_simple_numbers .paginate_button.previous {
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
  width: 27px;
  height: 20px;
  font-size: 0;
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-right: 20px;
}
#grants-database .paging_simple_numbers .paginate_button.next {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 20px;
  font-size: 0;
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-left: 20px;
}
#grants-database .paging_simple_numbers span a {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #eeeeee;
  color: #d29941;
  font-size: 17px;
  font-family: "ProximaNova-Regular", sans-serif;
}
#grants-database .paging_simple_numbers span a:last-child {
  border: 0;
}
#grants-database .paging_simple_numbers span a.current {
  color: #000000;
}
#grants-database .paging_simple_numbers span .ellipsis {
  color: #d29941;
  display: inline-block;
  margin: 0 20px;
}

#calendar h1 {
  text-align: center;
  margin-bottom: 45px;
}
#calendar .calendar-events {
  padding: 45px 0 90px 0;
}
#calendar .calendar-events .calendar-event-wrap {
  padding: 20px;
}
#calendar .calendar-events .calendar-event-wrap .calendar-event {
  border: 1px solid #e2dfdf;
  background-color: #ffffff;
  padding: 40px 43px;
  -webkit-box-shadow: 1px 1px 1px 1px #e8e8e8;
  -moz-box-shadow: 1px 1px 1px 1px #e8e8e8;
  box-shadow: 1px 1px 1px 1px #e8e8e8;
}
#calendar .calendar-events .calendar-event-wrap .calendar-event-date {
  color: #1a144c;
  font-size: 37px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#calendar .calendar-events .calendar-event-wrap .calendar-event-title {
  color: #1a144c;
  font-size: 24px;
  font-weight: 400;
  font-family: "ProximaNova-Regular", sans-serif;
  margin-bottom: 20px;
  line-height: 1.1;
}
#calendar .calendar-events .calendar-event-wrap .calendar-event-description {
  color: #1a144c;
  font-size: 20px;
  font-weight: 300;
  font-family: "ProximaNova-Regular", sans-serif;
  margin-bottom: 20px;
  line-height: 1.2;
}
#calendar .calendar-events .calendar-event-wrap .calendar-event-description p:last-child {
  margin-bottom: 0;
}
#calendar .grid-no-results {
  font-size: 20px;
  color: #c57a05;
}
#calendar #calendar-filters {
  text-align: center;
}
#calendar #calendar-categories {
  margin-top: 30px;
}
#calendar .grid {
  position: relative;
}
#calendar .grid-sizer,
#calendar .grid-item {
  width: 33.333333%;
}
#calendar .stamp {
  position: absolute;
  right: 20px;
  top: 66px;
  width: 360px;
}
#calendar .selectize-control {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
#calendar .selectize-control .selectize-input {
  width: 300px;
}
#calendar .selectize-control .selectize-input .item {
  width: 90%;
  text-align: left;
  padding-top: 14px;
}

.btn-transp.selected {
  background-color: #c57a05;
}
.btn-transp.selected a {
  color: #ffffff;
}

.selectize-control {
  display: inline-block;
  vertical-align: top;
  height: 45px;
}
.selectize-control .selectize-input {
  border: 1px solid #dcd9d9;
  background-color: #ffffff;
  height: 45px;
  width: 200px;
  border-radius: 0;
  font-size: 17px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  color: #c57a05;
  box-shadow: none;
  padding: 0;
}
.selectize-control .selectize-input:after {
  border-color: #c57a05 transparent transparent transparent !important;
}
.selectize-control .selectize-input input {
  height: 48px;
  width: 85% !important;
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
}
.selectize-control .selectize-input input::-webkit-input-placeholder {
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
}
.selectize-control .selectize-input input:-moz-placeholder {
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
}
.selectize-control .selectize-input input::-moz-placeholder {
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
}
.selectize-control .selectize-input input:-ms-input-placeholder {
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
}
.selectize-control .selectize-dropdown-content .option {
  font-size: 17px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  color: #c57a05;
  text-align: left;
}

.tribe-mini-calendar-grid-wrapper {
  margin: 0 !important;
  border: 1px solid #e2dfdf;
}

.tribe-mini-calendar-list-wrapper {
  display: none !important;
}

.tribe-mini-calendar {
  background-color: #1a144c;
  border: 0;
}
.tribe-mini-calendar thead td {
  background-color: #1a144c;
}
.tribe-mini-calendar thead td a,
.tribe-mini-calendar thead td span {
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
}
.tribe-mini-calendar thead.tribe-mini-calendar-nav td {
  color: #ffffff;
  padding: 15px 0 3px;
  border-bottom: 1px solid #312c5e;
  text-transform: uppercase;
}
.tribe-mini-calendar thead.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link.prev-month {
  float: left;
  margin: 0 0 0 20px;
}
.tribe-mini-calendar thead.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link.next-month {
  float: right;
  margin: 0 20px 0 0;
}
.tribe-mini-calendar thead.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link span {
  color: #c57a05;
  font-size: 20px;
  position: relative;
  top: -6px;
}
.tribe-mini-calendar thead th {
  font-size: 16px;
  background-color: #1a144c;
  font-family: "Libre Baskerville", serif;
  color: #1e4b83;
  border: 0;
  padding: 20px 0 10px 0;
}
.tribe-mini-calendar thead th:first-child {
  padding-left: 20px;
}
.tribe-mini-calendar thead th:last-child {
  padding-right: 20px;
}
.tribe-mini-calendar tbody tr:first-child td {
  padding-top: 0px;
}
.tribe-mini-calendar tbody tr:last-child td {
  padding-bottom: 20px;
}
.tribe-mini-calendar tbody td {
  border: 0;
  font-size: 13px;
  line-height: 30px;
  background-color: #1a144c !important;
  font-weight: 600;
}
.tribe-mini-calendar tbody td span {
  padding: 0 !important;
  font-family: "ProximaNova-Regular", sans-serif;
}
.tribe-mini-calendar tbody td.tribe-events-thismonth {
  color: #ffffff !important;
  opacity: 1 !important;
}
.tribe-mini-calendar tbody td.tribe-mini-calendar-today a {
  color: #c57a05 !important;
}
.tribe-mini-calendar tbody td.tribe-mini-calendar-today a:before {
  background-color: #c57a05 !important;
}
.tribe-mini-calendar tbody td.tribe-events-othermonth span {
  color: #2f2866;
}
.tribe-mini-calendar tbody td a {
  padding: 0 !important;
  font-family: "ProximaNova-Regular", sans-serif;
}
.tribe-mini-calendar tbody td a:before {
  width: 5px !important;
  height: 5px !important;
  margin-left: -2px !important;
}
.tribe-mini-calendar tbody td:first-child {
  padding-left: 20px;
}
.tribe-mini-calendar tbody td:last-child {
  padding-right: 20px;
}

.apply-grant-intro {
  text-align: center;
  margin-bottom: 45px;
}
.apply-grant-intro h1 {
  margin-bottom: 10px;
}

.icon-desc-grid .frame {
  max-width: 1350px;
}
.icon-desc-grid .grid-wrapper {
  font-size: 0;
}
.icon-desc-grid .init-wrapper {
  vertical-align: top;
  padding-top: 50px;
  border-top: 2px solid white;
  max-width: 670px;
  width: 100%;
  display: inline-block;
  display: none;
}
.icon-desc-grid .init-wrapper:nth-of-type(even) {
  padding-left: 40px;
  border-left: 2px solid white;
  margin-left: -2px;
}
.icon-desc-grid .init-wrapper:nth-of-type(odd) {
  border-right: 2px solid white;
}
.icon-desc-grid .init-wrapper:nth-of-type(1), .icon-desc-grid .init-wrapper:nth-of-type(2) {
  border-top: 0;
}
.icon-desc-grid .init-wrapper .init-year-wrapper, .icon-desc-grid .init-wrapper .init-meta-wrapper {
  display: inline-block;
  vertical-align: top;
}
.icon-desc-grid .init-wrapper .init-year-wrapper .init-year-wrapper_inner {
  background-color: white;
  border: 1px solid #f0f0f0;
  height: 182px;
  border-radius: 50%;
  padding-top: 66px;
  text-align: center;
  width: 182px;
  color: #84c6ca;
  font-size: 37px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  box-shadow: 0px 3px 1px #f0f0f0;
}
.icon-desc-grid .init-wrapper .init-meta-wrapper {
  padding-top: 10px;
  padding-left: 20px;
  max-width: 400px;
  margin-bottom: 30px;
}
.icon-desc-grid .init-wrapper .init-meta-wrapper .init-title {
  font-size: 16px;
  color: #1a144c;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.icon-desc-grid .init-wrapper .init-meta-wrapper .init-description {
  font-size: 20px;
  font-family: "ProximaNova-Light", sans-serif;
  margin-bottom: 22px;
}

.process-wrapper {
  padding: 120px 0 80px;
  background-image: url(imgs/texture.png);
  background-repeat: repeat;
}
.process-wrapper .frame {
  max-width: 930px;
}
.process-wrapper .process-intro {
  text-align: center;
  margin-bottom: 50px;
}
.process-wrapper .process-intro h1 {
  margin-bottom: 30px;
}
.process-wrapper #wheel-content {
  margin-bottom: 20px;
}
.process-wrapper .slice-content {
  display: none;
}
.process-wrapper .active {
  display: block;
}

.graph-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.graph-wrapper svg {
  width: 780px;
  height: 780px;
}
.graph-wrapper svg .slice.wheel-current .slice-bg {
  fill: #84c6ca;
}
.graph-wrapper svg .slice.wheel-current .slice-number path {
  fill: #ffffff;
}
.graph-wrapper svg .slice:hover {
  cursor: pointer;
}
.graph-wrapper svg .slice:hover .slice-bg {
  fill: #84c6ca;
}
.graph-wrapper svg .slice:hover .slice-number path {
  fill: #ffffff;
}

#calendar h1 {
  text-align: center;
  margin-bottom: 45px;
}
#calendar .calendar-events {
  padding: 45px 0 90px 0;
}
#calendar .calendar-events .calendar-event-wrap {
  padding: 20px;
}
#calendar .calendar-events .calendar-event-wrap .calendar-event {
  border: 1px solid #e2dfdf;
  background-color: #ffffff;
  padding: 40px 43px;
  -webkit-box-shadow: 1px 1px 1px 1px #e8e8e8;
  -moz-box-shadow: 1px 1px 1px 1px #e8e8e8;
  box-shadow: 1px 1px 1px 1px #e8e8e8;
}
#calendar .calendar-events .calendar-event-wrap .calendar-event-date {
  color: #1a144c;
  font-size: 37px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#calendar .calendar-events .calendar-event-wrap .calendar-event-title {
  color: #1a144c;
  font-size: 24px;
  font-weight: 400;
  font-family: "ProximaNova-Regular", sans-serif;
  margin-bottom: 20px;
  line-height: 1.1;
}
#calendar .calendar-events .calendar-event-wrap .calendar-event-description {
  color: #1a144c;
  font-size: 20px;
  font-weight: 300;
  font-family: "ProximaNova-Regular", sans-serif;
  margin-bottom: 20px;
  line-height: 1.2;
}
#calendar .calendar-events .calendar-event-wrap .calendar-event-description p:last-child {
  margin-bottom: 0;
}
#calendar .grid-no-results {
  font-size: 20px;
  color: #c57a05;
}
#calendar #calendar-filters {
  text-align: center;
}
#calendar #calendar-categories {
  margin-top: 30px;
}
#calendar .grid {
  position: relative;
}
#calendar .grid-sizer,
#calendar .grid-item {
  width: 33.333333%;
}
#calendar .stamp {
  position: absolute;
  right: 20px;
  top: 66px;
  width: 360px;
}
#calendar .selectize-control {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
#calendar .selectize-control .selectize-input {
  width: 300px;
}
#calendar .selectize-control .selectize-input .item {
  width: 90%;
  text-align: left;
  padding-top: 14px;
}

.btn-transp.selected {
  background-color: #c57a05;
}
.btn-transp.selected a {
  color: #ffffff;
}

.selectize-control {
  display: inline-block;
  vertical-align: top;
  height: 45px;
}
.selectize-control .selectize-input {
  border: 1px solid #dcd9d9;
  background-color: #ffffff;
  height: 45px;
  width: 200px;
  border-radius: 0;
  font-size: 17px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  color: #c57a05;
  box-shadow: none;
  padding: 0;
}
.selectize-control .selectize-input:after {
  border-color: #c57a05 transparent transparent transparent !important;
}
.selectize-control .selectize-input input {
  height: 48px;
  width: 85% !important;
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
}
.selectize-control .selectize-input input::-webkit-input-placeholder {
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
}
.selectize-control .selectize-input input:-moz-placeholder {
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
}
.selectize-control .selectize-input input::-moz-placeholder {
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
}
.selectize-control .selectize-input input:-ms-input-placeholder {
  color: #c57a05;
  font-size: 17px;
  text-transform: uppercase;
  font-family: "ProximaNova-Regular", sans-serif;
}
.selectize-control .selectize-dropdown-content .option {
  font-size: 17px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  color: #c57a05;
  text-align: left;
}

.tribe-mini-calendar-grid-wrapper {
  margin: 0 !important;
  border: 1px solid #e2dfdf;
}

.tribe-mini-calendar-list-wrapper {
  display: none !important;
}

.tribe-mini-calendar {
  background-color: #1a144c;
  border: 0;
}
.tribe-mini-calendar thead td {
  background-color: #1a144c;
}
.tribe-mini-calendar thead td a,
.tribe-mini-calendar thead td span {
  font-size: 16px;
  font-family: "Libre Baskerville", serif;
}
.tribe-mini-calendar thead.tribe-mini-calendar-nav td {
  color: #ffffff;
  padding: 15px 0 3px;
  border-bottom: 1px solid #312c5e;
  text-transform: uppercase;
}
.tribe-mini-calendar thead.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link.prev-month {
  float: left;
  margin: 0 0 0 20px;
}
.tribe-mini-calendar thead.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link.next-month {
  float: right;
  margin: 0 20px 0 0;
}
.tribe-mini-calendar thead.tribe-mini-calendar-nav .tribe-mini-calendar-nav-link span {
  color: #c57a05;
  font-size: 20px;
  position: relative;
  top: -6px;
}
.tribe-mini-calendar thead th {
  font-size: 16px;
  background-color: #1a144c;
  font-family: "Libre Baskerville", serif;
  color: #1e4b83;
  border: 0;
  padding: 20px 0 10px 0;
}
.tribe-mini-calendar thead th:first-child {
  padding-left: 20px;
}
.tribe-mini-calendar thead th:last-child {
  padding-right: 20px;
}
.tribe-mini-calendar tbody tr:first-child td {
  padding-top: 0px;
}
.tribe-mini-calendar tbody tr:last-child td {
  padding-bottom: 20px;
}
.tribe-mini-calendar tbody td {
  border: 0;
  font-size: 13px;
  line-height: 30px;
  background-color: #1a144c !important;
  font-weight: 600;
}
.tribe-mini-calendar tbody td span {
  padding: 0 !important;
  font-family: "ProximaNova-Regular", sans-serif;
}
.tribe-mini-calendar tbody td.tribe-events-thismonth {
  color: #ffffff !important;
  opacity: 1 !important;
}
.tribe-mini-calendar tbody td.tribe-mini-calendar-today a {
  color: #c57a05 !important;
}
.tribe-mini-calendar tbody td.tribe-mini-calendar-today a:before {
  background-color: #c57a05 !important;
}
.tribe-mini-calendar tbody td.tribe-events-othermonth span {
  color: #2f2866;
}
.tribe-mini-calendar tbody td a {
  padding: 0 !important;
  font-family: "ProximaNova-Regular", sans-serif;
}
.tribe-mini-calendar tbody td a:before {
  width: 5px !important;
  height: 5px !important;
  margin-left: -2px !important;
}
.tribe-mini-calendar tbody td:first-child {
  padding-left: 20px;
}
.tribe-mini-calendar tbody td:last-child {
  padding-right: 20px;
}

.page-footer {
  background-color: #193e70;
}
.page-footer .frame {
  max-width: 990px;
}
.page-footer .content-wrap {
  padding: 155px 0 140px;
  text-align: center;
}
.page-footer h2, .page-footer p .intro {
  color: white;
}
.page-footer h2 {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page-footer p {
  margin-bottom: 20px;
}

.science-intro {
  text-align: center;
  background-color: #f0f0f0;
}
.science-intro .content-wrap {
  padding: 120px 0 110px;
}
.science-intro .frame {
  max-width: 990px;
}

.fund-themes-section {
  background-color: #f8f8f8;
}
.fund-themes-section .frame {
  max-width: 990px;
}
.fund-themes-section .content-wrap {
  padding: 110px 0 20px;
}
.fund-themes-section .fund-themes-intro {
  text-align: center;
  margin-bottom: 60px;
}
.fund-themes-section .fund-themes-intro h2 {
  text-transform: uppercase;
}
.fund-themes-section .funding-themes .fund-theme-row {
  font-size: 0;
  border-bottom: 2px solid white;
  padding-bottom: 24px;
  margin-bottom: 45px;
}
.fund-themes-section .funding-themes .fund-theme-row:last-of-type {
  border-bottom: none;
}
.fund-themes-section .funding-themes .icon-wrapper, .fund-themes-section .funding-themes .fund-content-wrapper {
  display: inline-block;
  vertical-align: top;
}
.fund-themes-section .funding-themes .icon-wrapper {
  height: 180px;
  width: 180px;
  background-color: #71c0c5;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 3px 5px #d9d9d9;
}
.fund-themes-section .funding-themes .icon-wrapper .icon-wrapper_inner {
  display: table;
  height: 100%;
  width: 100%;
}
.fund-themes-section .funding-themes .icon-wrapper .icon-wrapper_inner .icon-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.fund-themes-section .funding-themes .icon-wrapper img {
  width: 110px;
  margin: 0 auto;
}
.fund-themes-section .funding-themes .fund-content-wrapper {
  width: calc(100% - 180px);
  padding-left: 20px;
}
.fund-themes-section .funding-themes .fund-content-wrapper h2 {
  margin-bottom: 10px;
}

.mission-details-section .mission-detail {
  height: 670px;
  font-size: 0;
}
.mission-details-section .mission-detail h2 {
  margin-bottom: 15px;
}
.mission-details-section .mission-detail .img-wrapper, .mission-details-section .mission-detail .details-wrapper {
  display: inline-block;
  vertical-align: top;
}
.mission-details-section .mission-detail .img-wrapper {
  width: 48%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.mission-details-section .mission-detail .img-wrapper .grdt {
  height: 100%;
  width: 600px;
  position: absolute;
  top: 0;
}
.mission-details-section .mission-detail .img-wrapper .grdt-left {
  right: 0;
  background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, white, rgba(255, 255, 255, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, white, rgba(255, 255, 255, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  /* Standard syntax (must be last) */
}
.mission-details-section .mission-detail .img-wrapper .grdt-right {
  left: 0;
  background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, white, rgba(255, 255, 255, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  /* Standard syntax (must be last) */
}
.mission-details-section .mission-detail .details-wrapper {
  width: 52%;
  height: 100%;
}
.mission-details-section .mission-detail .details-wrapper .details-wrapper_inner {
  display: table;
  width: 100%;
  height: 100%;
}
.mission-details-section .mission-detail .details-wrapper .details-wrapper_inner .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.mission-details-section .left-image .details-wrapper {
  padding-right: 200px;
  padding-left: 80px;
}
.mission-details-section .right-image .details-wrapper {
  padding-left: 200px;
  padding-right: 80px;
}

.slider-map {
  background-image: url(imgs/texture.png);
  background-repeat: repeat;
}
.slider-map .content-wrap {
  padding: 130px 0 80px;
}
.slider-map .slider-wrapper {
  margin-bottom: 60px;
}
.slider-map .slider {
  position: relative;
}
.slider-map .slider .slick-list {
  padding: 12px 0;
}
.slider-map .slider .slick-arrow {
  position: absolute;
  top: 35%;
}
.slider-map .slider .slick-arrow:hover {
  cursor: pointer;
}
.slider-map .slider .main-prev {
  left: -40px;
  background-image: url(imgs/arrow-slider.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 28px;
  width: 16px;
  transform: rotate(180deg);
}
.slider-map .slider .main-next {
  right: -40px;
  background-image: url(imgs/arrow-slider.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 28px;
  width: 16px;
}
.slider-map .slide .slide_inner {
  padding: 0 50px;
}
.slider-map .slide .big-text, .slider-map .slide .small-text, .slider-map .slide .short-content {
  color: #1a144c;
  text-align: center;
}
.slider-map .slide .big-text {
  font-size: 100px;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  position: relative;
}
.slider-map .slide .big-text img {
  position: absolute;
  top: -10px;
  left: -47px;
  max-width: 38px;
  height: auto;
}
.slider-map .slide .small-text {
  font-size: 37px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  line-height: 1;
}
.slider-map .slide hr {
  margin: 20px 0 30px;
  border-color: white;
  border-width: 2px;
}
.slider-map .slide .short-content {
  font-size: 24px;
  font-family: "ProximaNova-Regular", sans-serif;
  line-height: 1.1;
}
.slider-map .map-wrapper img {
  max-width: 100%;
}

.page-template-template-about .banner {
  z-index: 3;
}
.page-template-template-about .fa-section {
  z-index: 3;
}

.about-timeline {
  position: relative;
  background-color: #f2f7f7;
  padding: 40px 0 120px;
}
.about-timeline .frame {
  max-width: 100%;
}
.about-timeline .fade-line {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 100px;
  margin-left: -10px;
  background: #f2f7f7;
  z-index: 1;
}
.about-timeline .fade-bottom {
  bottom: 0;
  background: -webkit-linear-gradient(rgba(242, 247, 247, 0), #f2f7f7);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(rgba(242, 247, 247, 0), #f2f7f7);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(rgba(242, 247, 247, 0), #f2f7f7);
  /*Fx 3.6-15*/
  background: linear-gradient(rgba(242, 247, 247, 0), #f2f7f7);
  /*Standard*/
}
.about-timeline .fade-top {
  top: 0;
  background: -webkit-linear-gradient(#f2f7f7, rgba(242, 247, 247, 0));
  /*Safari 5.1-6*/
  background: -o-linear-gradient(#f2f7f7, rgba(242, 247, 247, 0));
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(#f2f7f7, rgba(242, 247, 247, 0));
  /*Fx 3.6-15*/
  background: linear-gradient(#f2f7f7, rgba(242, 247, 247, 0));
  /*Standard*/
}
.about-timeline .content-wrap {
  padding: 90px 0 20px;
  position: relative;
}
.about-timeline .vert-bar {
  width: 2px;
  height: 100%;
  background-color: #c57a05;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
}
.about-timeline .year-marker {
  position: fixed;
  opacity: 0;
  top: 57%;
  z-index: 2;
  border: 1px solid #c57a05;
  border-radius: 50%;
  left: 50%;
  margin-left: -32px;
  width: 62px;
  height: 62px;
  padding: 2px;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.about-timeline .year-marker .year-marker_inner {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 13px;
  color: #c57a05;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #c57a05;
  text-align: center;
  border-radius: 50%;
  padding-top: 19px;
}
.about-timeline .year-opa {
  opacity: 1;
}
.about-timeline .year-none {
  opacity: 0;
}
.about-timeline .year-block {
  font-size: 0;
  height: auto;
  height: 100%;
  position: relative;
}
.about-timeline .year-block .year-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #c57a05;
  position: absolute;
  top: 127px;
  left: 50%;
  margin-left: -5px;
}
.about-timeline .year-block .year {
  font-size: 238px;
  color: rgba(132, 198, 202, 0.5);
  font-family: "Libre Baskerville", serif;
}
.about-timeline .year-block .timeline-content-block, .about-timeline .year-block .timeline-year-block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.about-timeline .year-block .timeline-content-block .img-wrapper {
  max-width: 440px;
  margin-bottom: 25px;
}
.about-timeline .year-block .timeline-content-block .img-wrapper img {
  max-width: 100%;
  height: auto;
}
.about-timeline .year-block .text-content {
  max-width: 400px;
}
.about-timeline .year-block .text-content p {
  font-family: "ProximaNova-Light", sans-serif;
  font-size: 20px;
}
.about-timeline .year-block:nth-of-type(even) .timeline-year-block {
  padding-left: 40px;
}
.about-timeline .year-block:nth-of-type(even) .timeline-content-block {
  padding-right: 60px;
  text-align: right;
}
.about-timeline .year-block:nth-of-type(even) .timeline-content-block .img-wrapper {
  margin-left: auto;
}
.about-timeline .year-block:nth-of-type(even) .timeline-content-block .text-content {
  margin: 0 0 0 auto;
}
.about-timeline .year-block:nth-of-type(odd) .timeline-year-block {
  padding-right: 40px;
  float: left;
  text-align: right;
}
.about-timeline .year-block:nth-of-type(odd) .timeline-content-block {
  padding-left: 60px;
}

.animate-this {
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.year-block-animate {
  position: relative;
  opacity: 1;
  top: 0;
}

.news-archive #main-content {
  padding-top: 260px;
  background: #f8f8f8;
  padding-bottom: 100px;
}
.news-archive #main-content h1 {
  text-align: center;
}

.news-archive .dataTables_paginate {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.news-archive .dataTables_paginate a {
  font-size: 17px;
}
.news-archive .dataTables_paginate .paginate_button.next {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.news-archive .dataTables_paginate .paginate_button.next:hover {
  background-image: url(imgs/arrow-active-orange.svg);
}
.news-archive .dataTables_paginate .paginate_button.next.disabled {
  display: none;
}
.news-archive .dataTables_paginate .paginate_button.previous {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.news-archive .dataTables_paginate .paginate_button.previous:hover {
  background-image: url(imgs/arrow-active-orange.svg);
}
.news-archive .dataTables_paginate .paginate_button.previous.disabled {
  display: none;
}
.news-archive table {
  max-width: 1115px;
  margin: 0 auto;
  background-color: white;
  border-right: 1px solid #dcd9d9;
  border-bottom: 1px solid #dcd9d9;
  border-top: 1px solid #dcd9d9;
  margin-top: 50px;
}
.news-archive th {
  background: #71c1c6;
  text-align: left;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  padding: 15px 25px;
  border-left: 1px solid #dcd9d9;
  background-image: url(imgs/sortArrows.png);
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position: right 25px top 50%;
}
.news-archive td {
  padding: 15px 25px;
  border-left: 1px solid #dcd9d9;
  border-top: 1px solid #dcd9d9;
}
.news-archive td.article-title {
  font-size: 20px;
  font-family: "ProximaNova-Regular";
  line-height: 1.2;
  width: 50%;
}
.news-archive td.article-title a {
  color: #060324;
}
.news-archive td.article-title a:hover {
  color: #c57a05;
}

.news-and-media #main-content {
  background: white;
  padding-top: 0;
}
.news-and-media #main-content .readMore {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.news-and-media #main-content .readMore:hover {
  background-image: url(imgs/arrow-active-orange.svg);
}
.news-and-media #main-content h2 {
  text-transform: uppercase;
  text-align: center;
}
.news-and-media #main-content h2 .first-word {
  text-transform: capitalize;
  font-style: italic;
}
.news-and-media #main-content .news-teasers-section {
  padding: 55px 0 50px;
}
.news-and-media #main-content section.quick-links {
  background: #f8f8f8;
  padding-top: 80px;
  padding-bottom: 100px;
}
.news-and-media #main-content section.quick-links .frame {
  margin-top: 50px;
}
.news-and-media #main-content section.quick-links .quick-link {
  display: inline-block;
  width: 33.3333%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
.news-and-media #main-content section.quick-links .quick-link h4 {
  margin-bottom: 7px;
}
.news-and-media #main-content section.quick-links .quick-link:first-of-type {
  padding-left: 0px;
}
.news-and-media #main-content section.quick-links .quick-link:last-of-type {
  padding-right: 0px;
}
.news-and-media #main-content section.quick-links .quick-link a {
  text-transform: uppercase;
}
.news-and-media #main-content .news-teasers {
  margin-top: 35px;
}
.news-and-media #main-content .news-teasers .news-view-all {
  display: block;
  text-align: center;
  font-family: "ProximaNova-Regular";
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 90px;
}
.news-and-media #main-content .news-teasers .news-view-all .readMore {
  background-image: url(imgs/arrow-inactive-orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 26px;
  height: 21px;
  vertical-align: top;
  display: inline-block;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.news-and-media #main-content .news-teaser-block {
  display: inline-block;
  width: 50%;
  margin-bottom: 25px;
  vertical-align: top;
}
.news-and-media #main-content .news-teaser-block:nth-of-type(even) {
  padding-left: 18px;
}
.news-and-media #main-content .news-teaser-block:nth-of-type(odd) {
  padding-right: 18px;
}
.news-and-media #main-content .news-teaser-block .news-teaser-item {
  border-width: 1px;
  border-color: #e2dfdf;
  background-color: white;
  box-shadow: 0.707px 0.707px 3px 0px rgba(2, 2, 2, 0.2);
}
.news-and-media #main-content .news-teaser-block .news-teaser-item img {
  display: inline-block;
  vertical-align: top;
  width: 208px;
  display: inline-block;
}
.news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info {
  width: 374px;
  display: inline-block;
  padding: 30px 30px 25px 30px;
  box-sizing: border-box;
  font-family: "ProximaNova-Regular";
  font-size: 20px;
  line-height: 1.2;
  color: #1a144c;
  position: relative;
}
.news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info .news-teaser-meta {
  font-family: "ProximaNova-Bold";
  font-size: 13px;
  color: #71c0c5;
  line-height: 1.1;
  margin-bottom: 5px;
}
.news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info .newsTag {
  position: absolute;
  left: 30px;
  bottom: 0px;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold", sans-serif;
  letter-spacing: 1px;
  color: #cccccc;
  font-size: 13px;
}
.news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info a, .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info a:active, .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info a:visited {
  font-size: 20px;
  color: #1a144c;
  line-height: 1.2;
}
.news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info a:hover .readMore {
  background-image: url(imgs/arrow-active-orange.svg);
}
.news-and-media .banner-big {
  height: 1169px;
}
.news-and-media .banner-big .transparency {
  display: none;
}
.news-and-media .banner-big .meta-box-wrapper {
  background-image: url("imgs/Ellipse.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.news-and-media .banner-big .meta-box .meta-box-inner {
  padding: 50px;
  width: 584px;
}
.news-and-media .banner-big .meta-box .meta-box-inner p {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  margin-top: 35px;
}

.single-news .banner {
  background-color: #1a144c;
}
.single-news #main-content p .intro {
  margin-bottom: 70px;
}

.single-news #main-content, .page-template-template-sir-john #main-content, .page-template-template-discovery-details #main-content {
  padding-top: 90px;
}
.single-news #main-content article, .page-template-template-sir-john #main-content article, .page-template-template-discovery-details #main-content article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.single-news #main-content article p, .page-template-template-sir-john #main-content article p, .page-template-template-discovery-details #main-content article p {
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 20px;
}
.single-news #main-content article h1,
.single-news #main-content article h2,
.single-news #main-content article h3,
.single-news #main-content article h4,
.single-news #main-content article h5,
.single-news #main-content article h6,
.single-news #main-content article ul, .page-template-template-sir-john #main-content article h1,
.page-template-template-sir-john #main-content article h2,
.page-template-template-sir-john #main-content article h3,
.page-template-template-sir-john #main-content article h4,
.page-template-template-sir-john #main-content article h5,
.page-template-template-sir-john #main-content article h6,
.page-template-template-sir-john #main-content article ul, .page-template-template-discovery-details #main-content article h1,
.page-template-template-discovery-details #main-content article h2,
.page-template-template-discovery-details #main-content article h3,
.page-template-template-discovery-details #main-content article h4,
.page-template-template-discovery-details #main-content article h5,
.page-template-template-discovery-details #main-content article h6,
.page-template-template-discovery-details #main-content article ul {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.single-news #main-content article img.alignleft, .page-template-template-sir-john #main-content article img.alignleft, .page-template-template-discovery-details #main-content article img.alignleft {
  margin-right: 40px;
  margin-bottom: 40px;
  border: 1px solid white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.single-news #main-content article img.alignright, .page-template-template-sir-john #main-content article img.alignright, .page-template-template-discovery-details #main-content article img.alignright {
  margin-left: 40px;
  margin-bottom: 40px;
  border: 1px solid white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.single-news #main-content article span.intro, .page-template-template-sir-john #main-content article span.intro, .page-template-template-discovery-details #main-content article span.intro {
  margin-left: -83px;
  display: block;
  width: 1016px;
  text-align: center;
  line-height: 1.481;
}

.navigation.pagination {
  width: 100%;
  text-align: center;
  margin-top: 65px;
  font-size: 20px;
}
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination .page-numbers.current {
  font-weight: bold;
  color: #c57a05;
}

#search-results-content form #searchsubmit {
  position: absolute;
  right: 3px;
  top: 4px;
  background-color: white;
  border: none;
  width: 43px;
  height: 43px;
  font-size: 0 !important;
  background-image: url(imgs/icon-search-2.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 11px 12px;
  display: block;
}

.key-projects-banner, .banner-priorities {
  height: 100vh;
  max-height: 1030px;
  position: relative;
}
.key-projects-banner a.apply-btn, .banner-priorities a.apply-btn {
  background-position: 70px 5px;
  right: -30px;
}
.key-projects-banner .frame, .banner-priorities .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1240px;
  border: 1px solid white;
  text-align: center;
  height: calc(100% - 330px);
  z-index: 3;
}
.key-projects-banner .content-wrap, .banner-priorities .content-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 740px;
  width: 100%;
  padding: 0 25px;
  z-index: 3;
}
.key-projects-banner .date, .banner-priorities .date {
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 18px;
  color: white;
  line-height: 28px;
  margin-bottom: 10px;
}
.key-projects-banner .header, .banner-priorities .header {
  font-size: 50px;
  color: white;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}
.key-projects-banner .intro, .banner-priorities .intro {
  color: white;
  font-size: 37px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  margin-bottom: 30px;
}
.key-projects-banner h1, .banner-priorities h1 {
  font-size: 51px;
  color: white;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
}
.key-projects-banner .links-wrapper, .banner-priorities .links-wrapper {
  margin-top: 30px;
}
.key-projects-banner .description, .banner-priorities .description {
  font-family: "ProximaNova-Light", sans-serif;
  font-size: 25px;
  color: white;
}

.banner-priorities:after {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0%;
  width: 100%;
  content: "";
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0) 100%);
}

.page-template-template-priorities header .header-lower .main-nav > li a {
  color: #060324;
}
.page-template-template-priorities header .header-lower .main-nav .sub-menu li a {
  color: white;
}

.video-section .play-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-image: url("imgs/play-button.svg");
}
.video-section .play-button:hover {
  cursor: pointer;
}
.video-section video {
  width: 100%;
  object-fit: cover;
}

.intro.priorities_intro {
  text-align: center;
}
.intro.priorities_intro .content-wrap {
  padding: 110px 10px 115px;
}
.intro.priorities_intro .frame {
  max-width: 980px;
}
.intro.priorities_intro h2 {
  text-transform: uppercase;
}
.intro.priorities_intro .read-more-link {
  text-transform: uppercase;
}
.intro.priorities_intro .read-more-link img {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.project-intro-single h2 {
  text-transform: uppercase;
}
.project-intro-single .read-more-link {
  text-transform: uppercase;
}
.project-intro-single .read-more-link img {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.kp-banner {
  height: 100vh;
}

.kp-page-footer {
  background-color: #1e4b83;
  padding: 150px 0 140px;
  text-align: center;
}
.kp-page-footer .title {
  color: white;
  text-transform: uppercase;
  font-size: 37px;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 10px;
}

.project-intro {
  text-align: center;
}
.project-intro .frame {
  padding: 0 15px;
  max-width: 995px;
}
.project-intro .content-wrap {
  padding: 0px 0 110px;
}
.project-intro h2 {
  text-transform: uppercase;
}

.kp-relational-content {
  background-color: white;
}

.kp-page-footer .frame {
  max-width: 1160px;
}
.kp-page-footer .link {
  margin-bottom: 8px;
}
.kp-page-footer .kp-projects-relationship {
  font-size: 0;
  margin-top: 60px;
}
.kp-page-footer .kp-projects-relationship .kp-project {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin: 0 0px 80px;
}
.kp-page-footer .kp-projects-relationship .kp-project a {
  display: block;
}
.kp-page-footer .kp-projects-relationship .kp-project a:hover .img-wrapper img {
  transform: scale(1.2);
}
.kp-page-footer .kp-projects-relationship .kp-project a:hover .title {
  color: #e18b04;
}
.kp-page-footer .kp-projects-relationship .kp-project .img-wrapper {
  width: inherit;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  height: inherit;
}
.kp-page-footer .kp-projects-relationship .kp-project .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*magic*/
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.kp-page-footer .kp-projects-relationship .kp-project .title {
  font-size: 15px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  color: white;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.kp-page-footer .kp-projects-relationship .kp-project:nth-of-type(odd) .img-wrapper {
  height: 415px;
}
.kp-page-footer .kp-projects-relationship .kp-project:nth-of-type(even) .img-wrapper {
  height: 288px;
}
.kp-page-footer .link-reveal a:hover, .kp-page-footer .link-hide a:hover {
  color: #e18b04;
}
.kp-page-footer .link-reveal a:hover:after, .kp-page-footer .link-hide a:hover:after {
  right: -34px;
}
.kp-page-footer .link-reveal a:after, .kp-page-footer .link-hide a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.kp-page-footer .link-reveal a:after {
  background-image: url("imgs/circle-plus.svg");
}
.kp-page-footer .link-hide a:after {
  background-image: url("imgs/circle-minus.svg");
}

.key-projects-filter {
  text-align: center;
  background-color: #f8f8f8;
}
.key-projects-filter h2 {
  text-transform: uppercase;
}
.key-projects-filter .content-wrap {
  padding: 100px 0 105px;
}
.key-projects-filter .filters-button-group {
  margin-bottom: 10px;
  font-size: 0;
  background-color: white;
  padding: 10px 0 10px;
  margin-bottom: 15px;
}
.key-projects-filter .filters-button-group h4 {
  display: inline-block;
  position: relative;
  top: 4px;
}
.key-projects-filter .filters-button-group button {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #959595;
  font-size: 17px;
  font-weight: 600;
  background-color: transparent;
  border: none;
  letter-spacing: 1px;
  position: relative;
  margin: 7px 10px 7px;
}
.key-projects-filter .filters-button-group button:after {
  content: "|";
  position: absolute;
  right: -11px;
  top: 0;
  color: #959595;
}
.key-projects-filter .filters-button-group button:last-of-type:after {
  display: none;
}
.key-projects-filter .filters-button-group .is-checked {
  color: #e18b04;
}
.key-projects-filter .filter-intro {
  margin-bottom: 45px;
}
.key-projects-filter .kp-posts-grid {
  font-size: 0;
}
.key-projects-filter .kp-posts-grid .kp-grid-item {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin: 0 0px 80px;
  text-align: center;
}
.key-projects-filter .kp-posts-grid .kp-grid-item a:hover .img-wrapper img {
  transform: scale(1.2);
}
.key-projects-filter .kp-posts-grid .kp-grid-item a:hover .title {
  color: #e18b04;
}
.key-projects-filter .kp-posts-grid .kp-grid-item .img-wrapper {
  width: inherit;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.key-projects-filter .kp-posts-grid .kp-grid-item .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*magic*/
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.key-projects-filter .kp-posts-grid .kp-grid-item .title {
  font-size: 15px;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  color: #1a144c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.key-projects-filter .kp-posts-grid .kp-grid-item:nth-of-type(odd) .img-wrapper {
  height: 415px;
}
.key-projects-filter .kp-posts-grid .kp-grid-item:nth-of-type(even) .img-wrapper {
  height: 288px;
}

.single-project #main-content {
  padding-top: 0;
}

.project-intro-single {
  text-align: center;
  background-color: #f0f0f0;
}
.project-intro-single .frame {
  max-width: 970px;
}
.project-intro-single .content-wrap {
  padding: 110px 15px 100px;
}
.project-intro-single p {
  margin-bottom: 18px;
}
.project-intro-single ul {
  text-align: left;
}
.project-intro-single ul li ul {
  padding-left: 40px;
}

.key-project-module {
  background-color: #1a144c;
  text-align: center;
}
.key-project-module .frame {
  max-width: 1200px;
}
.key-project-module .content-wrap {
  padding: 100px 0 95px;
}
.key-project-module h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 37px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0px;
}
.key-project-module h4 {
  font-size: 27px;
  color: white;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
.key-project-module .wrapper {
  font-size: 0;
  margin-top: 35px;
}
.key-project-module .wrapper .column {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 20px;
}
.key-project-module .wrapper .column h4 {
  font-size: 18px;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.key-project-module .wrapper .column p {
  font-size: 20px;
  color: white;
  margin-bottom: 15px;
}

.meta-hidden {
  text-align: left;
}
.meta-hidden .read-more-collapse {
  display: block;
  text-align: center;
}

.priorities_intro .read-more img, .priorities_intro .read-more-collapse img, .project-intro-single .read-more img, .project-intro-single .read-more-collapse img {
  position: relative;
  top: -2px;
}

.page-template-template-funding #main-content {
  padding-top: 0;
}

/*  ==========================================================================
    RESPONSIVE STYLES
    ========================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. General

-------------------------------------------------------------------*/
/* ==========================================================================
   General
   ==========================================================================*/
#mmenu-toggle {
  display: none;
}

#logo-wrapper-mobile {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .video-wrap video {
    min-height: 750px;
    min-height: 900px;
  }
}
@media only screen and (max-width: 1224px) {
  header {
    height: auto;
  }

  header .nav-wrapper {
    padding: 7px 0;
  }

  header .header-upper .utility-nav #search-bar-btn a {
    padding: 0px;
    margin-top: 5px;
  }

  header .logo-wrapper {
    text-align: center;
    width: 100%;
  }

  header .header-upper .utility-nav #search-bar-btn a svg {
    width: 25px;
    height: 20px;
  }

  header .header-upper .utility-nav #search-bar-btn {
    background: transparent;
    float: right;
    margin-right: 0px;
  }
  header .header-upper .utility-nav #search-bar-btn a {
    border: 0px;
  }

  header .header-upper .utility-nav {
    padding: 10px 0px;
    border: 0px;
  }

  header .header-upper .utility-nav > li.menu-item {
    display: none;
  }

  .header-lower {
    display: none !important;
  }

  header .hidden-mobile-logo {
    display: inline-block;
  }

  header .frame {
    max-width: 90%;
    margin: 0 auto;
  }

  #mmenu-toggle {
    display: block;
    float: left;
    /* width: 100px; */
    margin-top: 10px;
    /* height: 100px; */
    /* background: yellow; */
    margin-right: 0px;
  }
  #mmenu-toggle i {
    color: white;
    width: 30px;
    height: 30px;
    /* background: white; */
    font-size: 23px;
  }

  header .header-upper .utility-nav {
    text-align: left;
  }
  header .main-nav {
    display: none;
  }

  .lang-switcher-wrapper {
    position: relative;
    top: -8px;
    left: 5px;
  }

  header .selectize-control .selectize-input {
    background-color: rgba(26, 20, 76, 0) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .single-news #main-content article h1,
.single-news #main-content article h2,
.single-news #main-content article h3,
.single-news #main-content article h4,
.single-news #main-content article h5,
.single-news #main-content article h6,
.single-news #main-content article ul, .page-template-template-sir-john #main-content article h1,
.page-template-template-sir-john #main-content article h2,
.page-template-template-sir-john #main-content article h3,
.page-template-template-sir-john #main-content article h4,
.page-template-template-sir-john #main-content article h5,
.page-template-template-sir-john #main-content article h6,
.page-template-template-sir-john #main-content article ul, .page-template-template-discovery-details #main-content article h1,
.page-template-template-discovery-details #main-content article h2,
.page-template-template-discovery-details #main-content article h3,
.page-template-template-discovery-details #main-content article h4,
.page-template-template-discovery-details #main-content article h5,
.page-template-template-discovery-details #main-content article h6,
.page-template-template-discovery-details #main-content article ul {
    max-width: 90%;
  }

  .partner-form .content-wrap {
    padding: 20px;
  }

  .section-partners-grid .pg-wrapper .pg-cell .meta-wrapper .meta-title_wrapper {
    max-width: 100%;
  }
  .section-partners-grid .pg-wrapper .pg-cell .meta-wrapper .meta-title_wrapper img {
    max-width: 100%;
  }

  #grants-database .selectize-control {
    margin: 0;
    margin-bottom: 15px;
    display: block;
  }

  #grants-database .custom-filter .selectize-input {
    max-width: 100%;
  }

  #grants-database #grants-table_filter input[type=search] {
    width: 50%;
  }

  .fa-section .fa-boxes .box .box_inner .box_inner-meta-wrapper {
    padding: 20px;
  }

  .fa-section .fa-boxes .box .box_inner .box_inner-meta-wrapper .main-link {
    font-size: 25px;
  }

  .section-photo-grid .quote-cell .quote {
    font-size: 20px;
  }

  .section-opportunities-grid .career-teasers-wrapper .career-teaser {
    max-width: 100%;
    margin: 0px;
  }

  .section-opportunities-grid .career-teasers-wrapper {
    max-width: 90%;
    margin: 0 auto;
  }

  .news-and-media .banner-big .meta-box-wrapper {
    background-image: none;
  }

  .news-and-media .banner-big .meta-box .meta-box-inner {
    padding: 0px;
  }

  #calendar .calendar-events {
    padding-top: 0px;
  }

  #calendar .calendar-events .calendar-event-wrap .calendar-event {
    padding: 15px;
  }

  #calendar .calendar-events .calendar-event-wrap .calendar-event-date {
    font-size: 25px;
  }

  #calendar .selectize-control {
    display: block;
  }

  #calendar .selectize-control .selectize-input {
    max-width: 100%;
  }

  .section-two .section-content-wrapper .section-content .section-content_inner p {
    font-size: 18px;
  }

  .section-two {
    height: 600px;
  }

  footer .footer-upper .content-wrap {
    padding: 0px 0px 30px;
  }

  .section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .meta-wrapper {
    width: 100%;
    display: block;
  }

  .section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper {
    margin-bottom: 35px;
  }

  .section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .img-wrapper {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .img-wrapper img {
    top: 15px;
    left: 20px;
  }

  .links-wrapper {
    margin-top: 5px;
  }

  .links-wrapper .link {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 18px;
    display: block;
  }

  .single-grant .banner-big .meta-box .meta-box-inner {
    margin-top: 0px;
  }

  #grants-table {
    margin: 0 auto;
    max-width: 100% !important;
  }

  .icon-desc-grid .init-wrapper .init-meta-wrapper {
    max-width: 100%;
  }

  .icon-desc-grid .init-wrapper .init-year-wrapper {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .icon-desc-grid .init-wrapper:nth-of-type(even) {
    padding: 0px;
    padding-top: 50px;
    margin-left: 0px;
    border: 0px;
  }

  .icon-desc-grid .init-wrapper .init-meta-wrapper {
    display: block;
    width: 100%;
  }

  .icon-desc-grid .init-wrapper {
    border-bottom: 2px solid white;
    display: inline-block;
  }

  .icon-desc-grid .init-wrapper:nth-of-type(odd) {
    border: 0px;
  }

  .icon-desc-grid .init-wrapper .init-year-wrapper .init-year-wrapper_inner {
    width: 100px;
    height: 100px;
    padding-top: 27px;
  }

  .icon-desc-grid .frame {
    max-width: 90%;
  }

  h2 {
    font-size: 25px;
  }

  .banner-questions .meta-box-circle {
    height: 275px;
    width: 275px;
    border: 2px solid white;
    border-radius: 50%;
    margin: 0 auto;
    display: table;
    padding: 40px 40px;
  }

  .section-opportunities-grid .career-teasers-wrapper .career-teaser {
    margin-bottom: 75px;
  }

  .section-five .content-right .feat-events .feat-event {
    height: auto;
  }
  .section-five .content-right .feat-events .feat-event .teaser-image {
    display: block;
    width: 100%;
  }
  .section-five .content-right .feat-events .feat-event .meta-content {
    width: 100%;
    display: block;
  }

  .section-five .content-left {
    max-width: 100%;
    margin-bottom: 100px;
  }

  .section-five .content-right {
    max-width: 100%;
  }

  .feat-grants .grant-wrapper {
    width: auto;
  }

  .section-three .teaser-content-wrapper .teaser-content-wrapper_inner {
    max-width: 100%;
  }

  .section-three .teaser-content-wrapper .inl-content {
    max-width: 100%;
  }

  .section-three .animate-block {
    position: relative;
    height: 500px;
    width: 500px;
  }

  .section-three {
    height: auto;
  }
  .section-three .frame {
    padding: 20px 0px;
  }

  .section-three .teaser-content-wrapper {
    position: relative;
    right: 0%;
    margin-left: 0px;
    top: 46%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
  }

  .magnify-wrapper {
    left: -16%;
  }

  .section-three .image-wrapper {
    left: 20%;
    top: 10%;
  }

  .section-three .animate-magnify {
    top: -43%;
    left: -31%;
  }

  .section-two .section-content-wrapper .section-content {
    border-radius: 0px;
  }

  .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info {
    width: 100%;
    padding: 30px;
  }

  .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info .newsTag {
    left: 30px;
    bottom: 30px;
  }

  .icon-desc-grid .grid-wrapper .cell {
    width: 100%;
    height: auto;
    padding: 30px 0px;
  }

  .graph-wrapper {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0px;
  }
  .graph-wrapper svg {
    width: 550px;
    height: 550px;
  }

  .icon-desc-grid .grid-wrapper .cell .icon-wrapper {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .icon-desc-grid .grid-wrapper .cell .details-wrapper {
    width: 100%;
    display: block;
  }

  .sci-banner .link-bubble-wrapper .link-inl-blk {
    width: 150px;
    height: 150px;
  }

  .science-intro .content-wrap {
    padding: 50px 0px;
  }

  .science-intro .frame {
    max-width: 90%;
  }

  .fund-themes-section .frame {
    max-width: 90%;
  }

  .fund-themes-section .funding-themes .fund-content-wrapper {
    display: block;
    width: 100%;
  }

  .fund-themes-section .funding-themes .icon-wrapper {
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
  }

  .page-footer .frame {
    max-width: 90%;
  }

  .fa-section .fa-intro .frame {
    max-width: 90%;
  }

  .frame {
    max-width: 90%;
  }

  .slider-map .slider-wrapper {
    max-width: 90%;
    margin: 0 auto;
  }
  .slider-map .slider-wrapper .main-prev {
    left: -20px;
  }
  .slider-map .slider-wrapper .main-next {
    right: -20px;
  }

  .mission-details-section .left-image .details-wrapper,
.mission-details-section .right-image .details-wrapper {
    padding: 0px;
    width: 100%;
    padding: 30px 20px;
  }

  .mission-details-section .mission-detail {
    height: auto;
  }

  .mission-details-section .mission-detail .img-wrapper {
    width: 100%;
    height: 250px;
  }

  .single-grant #main-content article img.alignleft,
.single-news #main-content article img.alignleft,
.page-template-template-sir-john #main-content article img.alignleft {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .single-grant #main-content article img.alignright,
.single-news #main-content article img.alignright,
.page-template-template-sir-john #main-content article img.alignright {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .btn.btn-transp {
    margin-bottom: 5px;
  }

  #calendar .stamp {
    position: relative !important;
    width: 90%;
    margin: 0 auto;
    right: 0px;
    left: 0px;
  }

  #calendar .grid-item {
    width: 100%;
  }

  .section-one {
    max-height: 600px;
  }
  .section-one .frame {
    max-width: 90%;
  }

  .section-two .section-content-wrapper .section-content {
    width: 90%;
  }

  .section-two .section-content-wrapper .section-content .section-content_inner {
    /* padding: 1px 152px; */
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 30px;
  }

  .section-two .section-content-wrapper .section-content {
    height: 500px;
  }

  .section-one .teaser-text-module .teaser-text {
    margin: 40px 0px;
    font-size: 40px;
  }

  .section-one .teaser-text-module .teaser-text span img {
    height: 35px;
  }

  .single-grant #main-content article h2,
.single-grant #main-content article span.intro,
.page-template-template-sir-john #main-content article span.intro {
    max-width: 90%;
    margin: 0 auto;
  }

  .page-template-template-media-kit #main-content .frame {
    max-width: 90%;
    margin: 0 auto;
  }

  .grant-question-answer .question-answer-block .answer-wrapper .answer-wrapper_inner .answer {
    width: 100%;
    display: block;
  }

  .grant-question-answer .question-answer-block .question-wrapper .question-wrapper_inner .big-q {
    float: left;
  }

  .grant-question-answer .question-answer-block .answer-wrapper .answer-wrapper_inner .big-a {
    float: left;
  }

  .banner-questions .meta-box-circle {
    width: 100%;
    border: 0px solid white;
    border-radius: 50%;
    margin: 0 auto;
    display: table;
    padding: 0 30px;
  }

  .grant-question-answer .question-answer-block .question-wrapper .question-wrapper_inner .question {
    width: 100%;
    display: block;
  }

  .grant-question-answer .question-answer-block .question-wrapper {
    padding: 40px 20px 40px 20px;
  }

  .grant-question-answer .question-answer-block .answer-wrapper {
    padding: 40px 20px 40px 20px;
  }

  .grant-question-answer .frame {
    max-width: 90%;
    margin: 0 auto;
  }

  .process-wrapper .frame {
    max-width: 90%;
  }

  .banner-big .meta-box .meta-box-circle .meta-box-inner p {
    margin-bottom: 0px;
  }

  .banner.banner-big .frame {
    max-width: 90%;
    margin: 0 auto;
  }

  .gc-intro .frame-adj {
    max-width: 90%;
    margin: 0 auto;
  }

  .gc-text-table .frame-narrow {
    max-width: 85%;
    margin: 0 auto;
  }

  h1 {
    font-size: 30px;
  }

  p .intro {
    font-size: 20px;
  }

  .internal-funds-intro .frame-adj {
    max-width: 90%;
    margin: 0 auto;
  }

  .internal-funds-intro h1 {
    font-size: 30px;
  }

  .fa-section .fa-boxes .box:hover .box_inner .box_inner-meta-wrapper .main-link {
    -webkit-transform: translate3d(0, 140px, 0);
    transform: translate3d(0, 140px, 0);
  }

  .fa-section .fa-boxes .row-two .box {
    width: 100%;
    height: 200px;
    margin: 0px;
    margin-bottom: 43px;
  }

  .row-two.box-row {
    max-width: 80%;
    margin: 0 auto;
  }

  .fa-section .fa-boxes .col-two {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    height: auto;
  }

  .fa-section .fa-boxes .box-large {
    max-width: 100%;
    height: auto;
  }
  .fa-section .fa-boxes .box-large .box_inner .box_inner-meta-wrapper .box_inner-meta {
    bottom: 0;
  }

  .fa-section .fa-boxes .box-small {
    width: 100%;
    height: 200px;
  }
  .fa-section .fa-boxes .box-small .figcaption a .icon {
    bottom: 0;
  }

  .fa-section .fa-boxes .box:hover .box_inner .box_inner-meta-wrapper .main-link {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .fa-section .fa-boxes .box .box_inner .box_inner-meta-wrapper .main-link {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .fa-section .fa-boxes .col-one {
    width: 100%;
    margin: 0 20px;
    max-width: 80%;
    margin: 0 auto;
  }
  .fa-section .fa-boxes .col-one .box-large.box {
    width: 100%;
    height: 450px;
  }

  .resource-teasers .resource-wrapper .icon-wrapper img {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
    width: 80px;
    margin-left: 0;
  }

  .disc-teasers {
    max-width: 90%;
    margin: 0 auto;
  }

  .disc-teasers .disc-teaser-wrapper .disc-teaser-link {
    height: 200px;
    max-width: 100%;
  }

  .disc-teasers .disc-teaser-wrapper .disc-teaser-link .disc-wrapper_inner .teaser-meta h2 {
    font-size: 25px;
  }

  .page-panel .panel {
    width: 100%;
    display: block;
    padding: 30px 0px;
    height: auto;
  }

  .contact-intro .frame-thin {
    width: 90%;
    margin: 0 auto;
  }

  .gform_wrapper.gf_browser_chrome .gform_body {
    width: 100%;
  }

  .initiative-section .init-wrapper .init-meta-wrapper {
    max-width: 100%;
  }

  .contact-intro .content-wrap h1 {
    font-size: 30px;
  }

  .resource-teasers .resource-wrapper .icon-wrapper {
    width: 121px;
    height: auto;
    margin: 0 auto;
    display: block;
    /* border-radius: 50%; */
    position: relative;
    /* float: left; */
    /* background-color: #355d90; */
    /* margin-right: 30px; */
    margin-bottom: 10px;
  }

  .resource-teasers .resource-wrapper .meta-wrapper {
    display: block;
    width: 100%;
  }

  .initiative-section .content-wrap {
    padding: 20px 0px;
  }

  .resource-teasers .resource-wrapper {
    width: 100%;
  }

  .resource-teasers .frame {
    max-width: 90%;
    margin: 0 auto;
  }

  .resource-teasers .resource-wrapper:nth-of-type(odd) {
    border: 0px;
  }

  .resource-teasers .resource-wrapper:nth-of-type(even) {
    border: 0px;
    padding: 0px;
    margin-left: 0px;
  }

  .book-teasers .resource-wrapper .icon-wrapper img {
    width: 128px;
    height: auto;
    position: relative;
    top: 0%;
    margin-top: 0px;
    left: 0%;
    margin-left: 0px;
  }

  .resource-teasers .content-wrap h2 {
    font-size: 25px;
  }

  .initiative-section .frame {
    max-width: 90%;
    margin: 0 auto;
  }

  .initiative-section .init-wrapper .init-meta-wrapper {
    padding: 0px;
  }

  .initiative-section .init-wrapper .init-year-wrapper,
.initiative-section .init-wrapper .init-meta-wrapper {
    text-align: center;
    display: block;
  }

  .initiative-section .init-wrapper:nth-of-type(odd) {
    border: 0px;
    margin-bottom: 40px;
  }

  .initiative-section .init-wrapper:nth-of-type(even) {
    border: 0px;
    padding: 0px;
    margin-left: 0px;
  }

  .initiative-section .init-wrapper .init-year-wrapper .init-year-wrapper_inner {
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .page-template-template-humble-approach .banner-big .meta-box .meta-box-inner {
    margin-top: 100px;
  }

  .single-grant #main-content {
    padding-top: 380px;
    padding-bottom: 50px;
  }

  .single-grant .grant-meta-section {
    position: absolute;
    /* bottom: 0; */
    top: 100%;
    display: table;
    background-color: black;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
  }

  .single-grant .grant-meta-section .grant-meta-bucket .small-title {
    margin-bottom: 0px;
  }

  .single-grant .grant-meta-section .grant-meta-bucket .small-meta {
    margin-bottom: 10px;
  }

  .single-grant #main-content article .frame {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }

  .single-grant .grant-meta-section .grant-meta-bucket {
    display: table-row;
  }

  .single-grant .banner.banner-big {
    height: 600px;
  }
  .single-grant .meta-box .meta-box-inner {
    margin-top: 50px;
  }

  .news-archive #main-content {
    padding-top: 120px;
  }

  footer .footer-upper .col-one,
footer .footer-upper .col-two,
footer .footer-upper .col-three {
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }

  footer .footer-upper .footer-title-wrapper .footer-line-left,
footer .footer-upper .footer-title-wrapper .footer-line-right {
    display: none;
  }

  .banner.banner-big {
    max-height: 700px;
  }
  .banner.banner-big .news-header h1.news-title {
    font-size: 30px;
  }

  .page-template-template-about .banner .meta-box-circle {
    border: 0px;
    width: auto;
    height: auto;
    padding: 0px;
  }

  .our-team-section .team-grid .tm-grid-item img {
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
  }

  .our-team-section .team-grid .tm-grid-item {
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .banner-big .meta-box .meta-box-inner {
    margin-top: 100px;
    max-width: 100%;
  }

  .banner-big .meta-box .meta-box-inner h1 {
    font-size: 30px;
  }

  .banner-big .meta-box .meta-box-inner p {
    font-size: 20px;
  }

  .section-partners-grid .pg-wrapper .pg-cell {
    display: inline-block;
    vertical-align: top;
    /* width: 356px; */
    margin: 0 30px 80px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    margin-bottom: 50px;
  }

  .benefits-grid .frame {
    width: 80%;
    margin: 0 auto;
  }

  .section-image-text .frame {
    max-width: 90%;
  }

  .benefits-grid .grid-wrapper .cell .icon-wrapper {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }

  .benefits-grid .grid-wrapper .cell:nth-of-type(2n+1) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .benefits-grid .grid-wrapper .cell .details-wrapper {
    width: 100%;
  }

  .benefits-grid .grid-wrapper .cell {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
  }

  .partner-form .content-wrap {
    padding: 20px;
  }

  .partner-form .gform_wrapper form .gform_body ul li .ginput_container input {
    width: 100%;
  }

  .partner-form .gform_wrapper form .gform_body {
    width: 100%;
  }

  .partner-form .gform_wrapper form .gform_footer {
    margin-top: 15px;
  }

  .partner-page-footer .ppf-block {
    width: 100%;
    display: block;
  }

  .purple-panels {
    height: auto;
  }

  .partner-page-footer .ppf-block .ppf-block_inner {
    padding: 40px 40px;
    max-width: 90%;
    margin: 0 auto;
  }

  .partner-page-footer .content-wrap {
    padding-bottom: 0px;
  }

  .section-career-slider .career-slider .main-next {
    right: -35px;
  }

  .section-career-slider .career-slider .main-prev {
    left: -35px;
  }

  .section-career-slider .frame {
    width: 70%;
    margin: 0 auto;
  }
  .section-career-slider .frame .career-slider .slide .left-image {
    width: 100%;
    height: auto;
  }

  .purple-panels .ppf-block {
    height: auto;
  }

  .single-news #main-content article img.alignleft {
    width: 80%;
    margin: 0 auto;
    height: auto;
    display: block;
    float: none;
    margin-bottom: 25px;
  }
  .single-news #main-content article img.alignright {
    width: 80%;
    margin: 0 auto;
    height: auto;
    display: block;
    float: none;
    margin-bottom: 25px;
  }
  .single-news #main-content article p {
    width: 90%;
  }
  .single-news #main-content article span.intro {
    margin: 0 auto;
    display: block;
    width: 80%;
    text-align: center;
    line-height: 1.481;
  }

  .news-and-media .banner-big {
    height: 600px;
  }
  .news-and-media .banner-big h1 {
    font-size: 30px;
  }
  .news-and-media .banner-big .meta-box-wrapper {
    background-image: none;
  }
  .news-and-media .banner-big .meta-box .meta-box-inner {
    width: auto;
  }
  .news-and-media .banner-big .meta-box .meta-box-inner p {
    margin-top: 0px;
    border: 0px solid white;
    padding: 20px 0px;
    border-radius: 50%;
  }
  .news-and-media #main-content .page-panel .panel {
    width: 100%;
    padding: 30px;
  }
  .news-and-media #main-content .news-teaser-block {
    padding: 0px 20px;
    width: 100%;
  }
  .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info {
    padding-bottom: 50px;
  }
  .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info .newsTag {
    left: 30px;
  }
  .news-and-media #main-content section.quick-links .quick-link {
    width: 100%;
    display: block;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .news-and-media #main-content section.quick-links .quick-link:first-of-type {
    padding: 0px 20px;
  }
  .news-and-media #main-content section.quick-links .quick-link:last-of-type {
    padding: 0px 20px;
  }

  section.partner-quick-links .quick-link {
    width: 100%;
    display: block;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  section.partner-quick-links .quick-link:first-of-type {
    padding: 0px 20px;
  }
  section.partner-quick-links .quick-link:last-of-type {
    padding: 0px 20px;
  }

  .event-intro h1 {
    font-size: 30px;
  }

  .event-single .event-intro .frame {
    max-width: 90%;
    margin: 0 auto;
  }

  .no-banner {
    padding-top: 200px;
  }

  .event-single .event-details-wrapper .event-details_left {
    margin: 0 auto;
    display: block;
    border: 0px;
  }

  .event-single .event-details-wrapper .event-details_right {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }

  .page-template-template-departments #main-content .frame {
    max-width: 90%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1024px) {
  .page-template-template-departments #main-content .frame {
    max-width: 90%;
  }

  .section-career-slider .career-slider .slide .left-image img {
    width: 50%;
    margin: 0 auto;
  }

  .section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .img-wrapper {
    display: inline-block;
    background-color: #84c6ca;
    border-radius: 50%;
    width: 105px;
    height: 105px;
    margin-right: 20px;
  }
  .section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .img-wrapper img {
    position: relative;
    width: 38px;
    height: auto;
    top: 30px;
    left: 32px;
  }

  .section-three .teaser-content-wrapper .grants-rel-wrapper .grant-wrapper .meta-wrapper {
    display: inline-block;
    width: calc(100% - 125px);
  }

  .feat-grants .grant-wrapper {
    width: 300px;
  }

  .single-grant .banner.banner-big {
    height: 600px;
  }

  .single-grant .grant-meta-section .grant-meta-bucket {
    display: table-cell;
  }

  .icon-desc-grid .init-wrapper .init-year-wrapper {
    margin-right: 50px;
  }

  .icon-desc-grid .init-wrapper .init-year-wrapper .init-year-wrapper_inner {
    width: 182px;
    height: 182px;
    padding-top: 66px;
  }

  .section-five .content-right {
    width: 100%;
  }

  .section-five .content-left {
    width: 100%;
  }

  .section-five .content-right .feat-events .feat-event {
    height: 172px;
    max-width: 100%;
  }
  .section-five .content-right .feat-events .feat-event .teaser-image {
    display: inline-block;
    width: 207px;
  }
  .section-five .content-right .feat-events .feat-event .meta-content {
    width: 436px;
    display: inline-block;
  }

  .slider-map .slider-wrapper {
    max-width: 90%;
  }

  .mission-details-section .left-image .details-wrapper,
.mission-details-section .right-image .details-wrapper {
    width: 52%;
  }

  .mission-details-section .mission-detail {
    height: 810px;
  }

  .mission-details-section .mission-detail .img-wrapper {
    height: 100%;
    width: 48%;
  }

  .single-grant #main-content article img.alignleft,
.single-news #main-content article img.alignleft,
.page-template-template-sir-john #main-content article img.alignleft {
    float: left;
    display: block;
    max-width: 50%;
    height: auto;
    margin-left: 0px;
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .single-grant #main-content article img.alignright,
.single-news #main-content article img.alignright,
.page-template-template-sir-john #main-content article img.alignright {
    float: right;
    display: block;
    max-width: 50%;
    height: auto;
    margin-right: 0px;
    margin-left: 40px;
    margin-bottom: 40px;
  }

  #calendar .grid-sizer {
    width: 50%;
  }

  #calendar .grid-item {
    width: 48%;
    box-sizing: border-box;
    display: inline-block;
  }

  .disc-teasers .disc-teaser-wrapper .disc-teaser-link {
    height: 300px;
    max-width: 100%;
  }

  .panel {
    height: 300px;
  }

  .page-panel .panel {
    width: 50%;
    display: inline-block;
    padding: 30px 30px;
    height: 598px;
  }

  .initiative-section .init-wrapper .init-year-wrapper,
.initiative-section .init-wrapper .init-meta-wrapper {
    display: inline-block;
    text-align: left;
  }

  .initiative-section .init-wrapper .init-year-wrapper,
.initiative-section .init-wrapper .init-meta-wrapper {
    display: inline-block;
    max-width: 400px;
  }

  .init-year-wrapper {
    margin-right: 50px;
  }

  .page-template-template-grant-details .grant-meta-section {
    position: absolute;
    bottom: 0;
    /* top: 100%; */
    display: table;
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0px;
    top: auto;
  }

  .page-template-template-grant-details #main-content {
    padding-top: 80px;
  }

  .page-template-template-grant-details .banner-big .meta-box .meta-box-inner {
    margin-bottom: 100px;
  }

  .page-template-template-grant-details .grant-meta-section .grant-meta-bucket {
    display: table-cell;
  }

  .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info {
    padding: 30px;
  }

  .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info .newsTag {
    left: 30px;
  }

  .news-and-media .banner-big .meta-box .meta-box-inner {
    margin-top: 0px;
  }

  .news-and-media .banner-big .meta-box-wrapper {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 85%;
    background-size: 350px;
  }

  .frame {
    max-width: 90%;
  }

  .news-and-media .banner-big .meta-box .meta-box-inner {
    margin-top: 0px;
  }

  footer .footer-upper .col-one {
    width: 33.3333%;
    display: inline-block;
  }

  footer .footer-upper .col-two {
    width: 50%;
    display: inline-block;
  }

  .section-partners-grid .pg-wrapper .pg-cell {
    width: 50%;
  }

  .section-partners-grid .pg-wrapper .pg-cell .meta-wrapper .meta-title_wrapper {
    width: 100%;
  }

  .benefits-grid .grid-wrapper .cell {
    width: 50%;
    height: auto;
    padding: 20px;
    margin-bottom: 60px;
  }

  .our-team-section .team-grid .tm-grid-item {
    width: 50%;
  }

  .banner-big .meta-box .meta-box-inner {
    max-width: 90%;
  }

  footer .footer-upper .table-cell-wrapper {
    width: 100%;
  }

  .news-and-media #main-content .news-teaser-block {
    width: 50%;
  }

  .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info .newsTag {
    bottom: 10px;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1025px) {
  .feat-grants .grant-wrapper {
    width: 353px;
  }

  .row-two.box-row {
    max-width: 90%;
    font-size: 0px;
    margin: 0 auto;
  }
  .row-two.box-row .box-small.box {
    width: 31%;
    font-size: 16px;
    margin: 10px;
  }

  .row-one.box-row {
    max-width: 90%;
    margin: 0 auto;
    font-size: 0px;
  }

  .fa-section .fa-boxes .col-one {
    width: 50%;
    padding: 10px;
  }
  .fa-section .fa-boxes .col-one .box-large.box {
    height: 600px;
  }
  .fa-section .fa-boxes .col-one .box-large.box .box_inner-meta {
    bottom: 0 !important;
  }

  .fa-section .fa-boxes .col-two {
    width: 50%;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
  }
  .fa-section .fa-boxes .col-two .box-small.box {
    height: 280px;
  }

  .resource-teasers .resource-wrapper {
    width: 50%;
    padding-top: 0px;
  }

  .disc-teasers .disc-teaser-wrapper .disc-teaser-link {
    height: 400px;
  }

  .event-single .event-details-wrapper .event-details_left {
    text-align: center;
    padding: 17px 30px 60px;
    border-right: 2px solid #ebebeb;
    max-width: 330px;
    margin-right: 38px;
    display: inline-block;
  }

  .event-single .event-details-wrapper .event-details_right {
    max-width: 520px;
    display: inline-block;
  }

  .single-news #main-content article img.alignleft {
    width: auto;
    margin: 0 auto;
    height: auto;
    display: block;
    float: left;
    margin-bottom: 25px;
    margin-right: 40px;
    margin-bottom: 40px;
  }

  footer .footer-upper .table-cell-wrapper {
    width: 100%;
  }

  .news-and-media .banner-big .meta-box-wrapper {
    background-image: url(imgs/Ellipse.png);
    background-repeat: no-repeat;
    background-position: 50% 45%;
    background-size: 420px;
  }

  .news-and-media .banner-big .meta-box .meta-box-inner p {
    margin-top: 0px;
  }

  .news-and-media #main-content .news-teaser-block {
    width: 50%;
  }

  .news-and-media #main-content .page-panel .panel {
    width: 50%;
  }

  .news-and-media #main-content section.quick-links .quick-link {
    width: 33.333%;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .news-and-media #main-content section.quick-links .quick-link p {
    margin-bottom: 5px;
  }

  .section-career-slider .career-slider .slide .right-content {
    width: 40%;
  }

  .section-career-slider .frame .career-slider .slide .left-image {
    width: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .section-three .teaser-content-wrapper {
    position: absolute;
    right: -6%;
    margin-left: -294px;
    top: 20%;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
  }

  .row-two.box-row {
    max-width: 90%;
    font-size: 0px;
    margin: 0 auto;
  }
  .row-two.box-row .box-small.box {
    width: 31%;
    font-size: 16px;
    margin: 10px;
  }

  .row-one.box-row {
    max-width: 90%;
    margin: 0 auto;
    font-size: 0px;
  }

  .fa-section .fa-boxes .col-one {
    width: 50%;
    padding: 10px;
    margin: 0px;
  }
  .fa-section .fa-boxes .col-one .box-large.box {
    height: 600px;
    width: 100%;
  }

  .fa-section .fa-boxes .col-two {
    width: 50%;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
  }
  .fa-section .fa-boxes .col-two .box-small.box {
    height: 280px;
    width: 100%;
  }

  .single-grant #main-content article img.alignleft,
.single-news #main-content article img.alignleft,
.page-template-template-sir-john #main-content article img.alignleft {
    float: left;
    display: block;
    max-width: 50%;
    height: auto;
    margin-left: 0px;
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .single-grant #main-content article img.alignright,
.single-news #main-content article img.alignright,
.page-template-template-sir-john #main-content article img.alignright {
    float: right;
    display: block;
    max-width: 50%;
    height: auto;
    margin-right: 0px;
    margin-left: 40px;
    margin-bottom: 40px;
  }

  .frame {
    max-width: 90%;
  }

  .resource-teasers .resource-wrapper {
    width: 50%;
  }

  header .header-lower .main-nav > li a {
    padding: 15px 15px 20px;
  }

  .frame {
    width: 90%;
  }

  .single-news #main-content article {
    max-width: 90%;
  }

  .single-news #main-content article img.alignleft {
    float: left;
    margin-left: 0px;
  }

  .single-news #main-content article span.intro {
    margin: 0 auto;
    max-width: 600px;
  }

  .section-career-slider .career-slider .slide .right-content {
    max-width: 790px;
    width: 65%;
    padding-top: 35px;
    box-sizing: border-box;
  }

  .section-career-slider .career-slider .slide .left-image {
    width: 30%;
    /* height: 361px; */
    box-sizing: border-box;
    margin-right: 45px;
    height: auto;
  }

  .section-career-slider .career-slider .slide .left-image img {
    width: 100%;
  }

  .benefits-grid .grid-wrapper .cell {
    width: 50%;
  }

  .benefits-grid .grid-wrapper .cell:nth-of-type(2n+1) {
    margin-right: 0px;
  }

  .benefits-grid .grid-wrapper .cell .details-wrapper {
    width: 60%;
  }

  .our-team-section .team-grid .tm-grid-item {
    width: 33%;
    margin: 0 0px 60px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }

  .our-team-section .team-grid .tm-grid-item img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .banner-big .meta-box .meta-box-inner p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1301px) {
  .section-five .content-left, .section-five .content-right {
    display: block;
    margin: 10px auto;
  }
  .section-five .content-left {
    margin-bottom: 60px;
  }

  footer .footer-upper .footer-title-wrapper .footer-line-left, footer .footer-upper .footer-title-wrapper .footer-line-right {
    display: none;
  }
}
@media only screen and (max-width: 1350px) {
  .resource-teasers .resource-grid-wrapper .resource-wrapper .icon-wrapper, .resource-teasers .resource-grid-wrapper .resource-wrapper .meta-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .initiative-section .content-wrap, .icon-desc-grid .content-wrap {
    text-align: center;
  }
  .initiative-section .init-wrapper, .icon-desc-grid .init-wrapper {
    max-width: 630px;
  }
  .initiative-section .init-wrapper .init-year-wrapper, .initiative-section .init-wrapper .init-meta-wrapper, .icon-desc-grid .init-wrapper .init-year-wrapper, .icon-desc-grid .init-wrapper .init-meta-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .initiative-section .init-wrapper .init-year-wrapper .init-year-wrapper_inner, .initiative-section .init-wrapper .init-meta-wrapper .init-year-wrapper_inner, .icon-desc-grid .init-wrapper .init-year-wrapper .init-year-wrapper_inner, .icon-desc-grid .init-wrapper .init-meta-wrapper .init-year-wrapper_inner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .initiative-section .init-wrapper .init-meta-wrapper, .icon-desc-grid .init-wrapper .init-meta-wrapper {
    text-align: left;
  }
  .initiative-section .init-wrapper:nth-of-type(even), .icon-desc-grid .init-wrapper:nth-of-type(even) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .initiative-section .content-wrap, .icon-desc-grid .content-wrap {
    text-align: center;
  }
  .initiative-section .init-wrapper, .icon-desc-grid .init-wrapper {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .initiative-section .init-wrapper, .icon-desc-grid .init-wrapper {
    max-width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 1310px) {
  .news-and-media #main-content .news-teaser-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 580px;
  }
  .news-and-media #main-content .news-teaser-block:nth-of-type(odd) {
    padding-right: 0;
    padding-left: 0;
  }
  .news-and-media #main-content .news-teaser-block:nth-of-type(even) {
    padding-left: 0;
    padding-right: 0;
  }

  .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info {
    width: 64%;
  }
}
@media only screen and (max-width: 1410px) {
  .mission-details-section .left-image .details-wrapper {
    padding-right: 60px;
    padding-left: 40px;
  }

  .mission-details-section .right-image .details-wrapper {
    padding-right: 40px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 860px) {
  .mission-details-section .mission-detail {
    height: auto;
  }
  .mission-details-section .mission-detail .img-wrapper {
    display: none;
  }
  .mission-details-section .mission-detail .details-wrapper {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1010px) {
  .section-photo-grid .grid-cell {
    width: 50%;
    height: 400px;
  }
}
@media only screen and (max-width: 760px) {
  .section-photo-grid .grid-cell {
    width: 100%;
  }

  .disc-teasers .panel {
    height: 200px;
  }

  footer .gform_wrapper .top_label li ul.gfield_checkbox {
    text-align: left;
  }

  footer .footer-upper .col-three .gform_wrapper .gform_body ul li .ginput_container {
    text-align: left;
  }
}
@media only screen and (max-width: 1140px) {
  .section-image-text .image-text-wrapper .img-wrapper {
    display: block;
    float: none !important;
    height: 346px;
    width: 471px;
    margin-bottom: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .section-image-text .image-text-wrapper .description-wrapper {
    float: none !important;
    display: block;
    transform: none;
    top: auto;
    max-width: 471px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 550px) {
  .section-image-text .image-text-wrapper .img-wrapper {
    width: 100%;
    height: auto;
  }
  .section-image-text .image-text-wrapper .img-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 760px) {
  .section-partners-grid .pg-wrapper .pg-cell .meta-wrapper .meta-title_wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 400px) {
  .section-partners-grid .pg-wrapper .pg-cell .meta-wrapper .meta-title_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .grant-page-teasers .grant-page-teaser .grant-info-wrapper {
    position: relative;
    left: auto;
    right: auto;
  }
  .grant-page-teasers .grant-page-teaser .grant-info-wrapper .content-wrapper {
    max-width: 500px;
  }
  .grant-page-teasers .grant-page-teaser .grant-images-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    top: 20px;
    width: 500px;
  }
  .grant-page-teasers .grant-page-teaser .grant-images-wrapper .big-image-wrapper {
    display: none;
  }
  .grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .purple-panels .ppf-block .ppf-block_inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 440px) {
  .purple-panels .ppf-block .ppf-block_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .grant-page-teasers .grant-page-teaser {
    border-radius: initial;
    width: 100%;
    height: auto;
    padding: 20px 20px 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .grant-page-teasers .frame {
    max-width: 95%;
  }

  .grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper .image-small-wrapper {
    margin-right: 8px;
  }
  .grant-page-teasers .grant-page-teaser .grant-images-wrapper .cat-wrapper .cat-meta {
    width: 145px;
  }
}
@media only screen and (max-width: 1250px) {
  .about-timeline .year-block .year {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1050px) {
  .about-timeline .frame {
    max-width: 95%;
  }

  .about-timeline .year-block .timeline-content-block .img-wrapper {
    max-width: 350px;
  }
  .about-timeline .year-block .timeline-content-block .text-content {
    max-width: 350px;
  }

  .about-timeline .timeline-year-block {
    position: relative;
    top: 30px;
  }
  .about-timeline .timeline-year-block .year {
    font-size: 130px;
  }
}
@media only screen and (max-width: 780px) {
  .about-timeline .year-block .timeline-content-block .img-wrapper {
    max-width: 250px;
  }
  .about-timeline .year-block .timeline-content-block .text-content {
    max-width: 250px;
  }

  .about-timeline .timeline-year-block {
    position: relative;
    top: 80px;
  }
  .about-timeline .timeline-year-block .year {
    font-size: 80px;
  }
}
@media only screen and (max-width: 650px) {
  .about-timeline .frame {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-timeline .vert-bar {
    left: 20px;
  }

  .about-timeline .year-block {
    padding-bottom: 170px;
    padding-left: 50px;
  }

  .about-timeline .year-marker {
    left: 37px;
  }

  .about-timeline .year-block .year-dot {
    left: 20px;
  }

  .about-timeline .timeline-year-block .year {
    text-align: right;
  }

  .about-timeline .year-block .timeline-year-block {
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }

  .about-timeline .year-block:nth-of-type(odd) .timeline-year-block {
    padding-right: 0;
  }

  .about-timeline .year-block .timeline-content-block {
    position: relative;
    top: 115px;
  }

  .about-timeline .year-block .timeline-content-block, .about-timeline .year-block .timeline-year-block {
    display: block;
  }

  .about-timeline .year-block .timeline-content-block {
    width: 100%;
  }

  .about-timeline .year-block:nth-of-type(even) .timeline-content-block {
    padding-right: 0;
  }

  .about-timeline .year-block:nth-of-type(odd) .timeline-content-block {
    padding-left: 0;
    text-align: right;
  }

  .about-timeline .year-block .timeline-content-block .img-wrapper {
    margin-left: auto;
  }

  .about-timeline .year-block .timeline-content-block .text-content {
    max-width: 100%;
  }

  .single-grant #main-content article h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 760px) {
  .section-five .content-right .feat-events .feat-event {
    max-width: 209px;
    margin: 0 auto 20px;
  }

  .section-five .content-wrap {
    padding: 60px 0 60px;
  }
  .section-five .feat-events {
    margin-bottom: 40px;
  }

  .news-and-media #main-content .news-teaser-block {
    width: 100%;
  }

  .news-and-media #main-content .news-teaser-block .news-teaser-item {
    width: 209px;
    margin: 0 auto 20px;
  }
  .news-and-media #main-content .news-teaser-block .news-teaser-item img {
    width: 100%;
    height: auto;
  }
  .news-and-media #main-content .news-teaser-block .news-teaser-item .news-teaser-info {
    width: 100%;
  }

  .feat-grants .grant-wrapper {
    width: 353px;
  }

  .feat-grants .content-wrap {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 460px) {
  .feat-grants .grant-wrapper {
    width: 280px;
  }

  .feat-grants .grant-wrapper .meta-wrapper .title a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 930px) {
  .search-results #search-results-content .frame {
    max-width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-upper .col-three .gform_wrapper .gform_footer input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    width: auto;
    min-height: 0px;
    line-height: normal;
  }
}
@media only screen and (max-width: 700px) {
  .banner.banner-big {
    max-height: 550px;
  }
  .banner.banner-big .meta-box .meta-box-inner {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  p span.intro {
    width: 100% !important;
    margin-left: auto !important;
  }

  .our-team-section .team-grid .tm-grid-item .iziModal button {
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 650px) {
  .single-grant .banner.banner-big {
    height: 400px;
  }
}
@media only screen and (max-width: 670px) {
  .graph-wrapper svg {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .graph-wrapper svg {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .our-team-section .team-grid .tm-grid-item .tm-meta .bio-plus {
    display: block;
  }

  a.apply-btn {
    top: 140px;
    right: -32px;
  }
}
@media only screen and (max-width: 760px) {
  .our-team-section .team-grid .tm-grid-item .iziModal .inl-left {
    width: 55%;
  }

  .our-team-section .team-grid .tm-grid-item .iziModal .inl-right {
    width: 45%;
    padding-right: 2%;
  }

  .our-team-section .team-grid {
    text-align: center;
  }

  .our-team-section .team-grid .tm-grid-item {
    margin-left: 7px;
    margin-right: 7px;
  }

  .our-team-section .team-grid .tm-grid-item .iziModal {
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .our-team-section .team-grid .tm-grid-item .iziModal .inl-left {
    display: none;
  }

  .our-team-section .team-grid .tm-grid-item .iziModal .inl-right {
    padding-top: 45px;
    width: 100%;
    padding-right: 5%;
    padding: 20px;
    overflow: scroll;
    height: auto;
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 1050px) {
  .page-template-template-sir-john .isFullscreen {
    left: 0 !important;
  }
}
@media only screen and (min-width: 1300px) {
  .section-one {
    height: 100vh;
    max-height: 1080px;
  }
  .section-one .video-wrap video {
    height: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .section-one .teaser-text-module .teaser-text br {
    display: none;
  }
}
@media only screen and (max-width: 590px) {
  .error404 .banner img {
    width: 280px;
  }
}
@media only screen and (max-width: 730px) {
  .error404 .banner img {
    width: 280px;
  }
}
@media only screen and (max-width: 1300px) {
  .section-prize {
    height: 1000px;
  }
}
@media only screen and (max-width: 1050px) {
  .section-prize {
    height: 800px;
  }
  .section-prize .meta-box-wrapper {
    right: -10%;
    top: 32%;
  }
  .section-prize .meta-box-wrapper .meta-box h3 {
    font-size: 16px;
  }
  .section-prize .meta-box-wrapper .meta-box h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .section-prize {
    height: 700px;
  }
  .section-prize .meta-box-wrapper {
    right: -14%;
  }
}
@media only screen and (max-width: 746px) {
  .grant-content h2 {
    font-size: 26px;
  }
  .grant-content .alignleft, .grant-content .alignright {
    max-width: 100%;
  }
  .grant-content .alignleft img, .grant-content .alignright img {
    max-width: 100%;
    height: auto;
  }

  .section-prize {
    height: 624px;
  }
  .section-prize .meta-box-wrapper {
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: 5%;
    right: auto;
  }
  .section-prize .meta-box-wrapper .meta-box .meta-prize-icon {
    display: none;
  }
  .section-prize .meta-box-wrapper .meta-box h3 {
    max-width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .section-prize .meta-box-wrapper .meta-box h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .banner-big .meta-box .meta-box-inner h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 570px) {
  header .header-upper {
    height: 100px;
    position: relative;
  }

  .lang-switcher-wrapper {
    position: absolute;
    bottom: -50px;
    top: auto;
    left: 1px;
  }
}
@media only screen and (max-height: 800px) {
  .key-projects-banner .frame, .banner-priorities .frame {
    height: calc(100% - 265px);
  }
  .key-projects-banner .header, .banner-priorities .header {
    font-size: 51px;
  }
}
@media only screen and (max-width: 740px) {
  .key-project-module .wrapper .column, .recent-quick-module .wrapper .column {
    width: 100%;
    display: block;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 580px) {
  .key-project-module h3 {
    font-size: 26px;
  }
  .key-project-module h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 980px) {
  .key-projects .header {
    font-size: 50px;
  }
  .key-projects .intro {
    font-size: 33px;
  }
  .key-projects .description {
    font-size: 22px;
  }
}
@media only screen and (max-width: 740px) {
  .key-projects-banner .frame {
    height: calc(100% - 30px);
  }
  .key-projects-banner h1 {
    font-size: 44px;
  }
  .key-projects-banner .header {
    font-size: 30px;
    line-height: 1.2;
  }
  .key-projects-banner .intro {
    font-size: 22px;
  }
  .key-projects-banner .description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .key-projects-banner h1 {
    font-size: 32px;
  }
  .key-projects-banner .frame {
    padding: 0 10px;
  }
  .key-projects-banner .header {
    font-size: 22px;
    line-height: 1.2;
  }
  .key-projects-banner .intro {
    font-size: 20px;
  }
  .key-projects-banner .description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 748px) {
  .section-three .teaser-content-wrapper .teaser-content-wrapper_inner h1 {
    font-size: 40px;
  }
  .banner-priorities .header {
    font-size: 40px;
  }
  .banner-priorities .description {
    font-size: 24px;
  }
}
@media only screen and (max-width: 520px) {
  .section-three .teaser-content-wrapper .teaser-content-wrapper_inner h1 {
    font-size: 30px;
  }
  .section-three .teaser-content-wrapper .teaser-content-wrapper_inner .inl-content p {
    font-size: 18px;
  }

  .banner-priorities .header {
    font-size: 26px;
  }
  .banner-priorities .description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1290px) {
  .key-projects-filter .kp-posts-grid {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 835px) {
  .key-projects-filter .kp-posts-grid {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .key-projects-filter .kp-posts-grid .kp-grid-item {
    width: 280px;
  }

  .key-projects-filter .kp-posts-grid .kp-grid-item:nth-of-type(odd) .img-wrapper {
    height: 340px;
  }

  .key-projects-filter .kp-posts-grid .kp-grid-item:nth-of-type(even) .img-wrapper {
    height: 340px;
  }
}
@media only screen and (max-width: 1289px) {
  .kp-page-footer .frame {
    max-width: 750px;
  }
}
@media only screen and (max-width: 751px) {
  .kp-page-footer .frame {
    max-width: 340px;
  }
}
@media only screen and (max-width: 441px) {
  .key-projects-filter .filters-button-group button:after {
    display: none;
  }
}
/*  ==========================================================================
    WORDPRESS EDITOR STYLES
    ========================================================================== */
/* ==========================================================================
   WordPress WYSIWYG Editor Styles
   ==========================================================================*/
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

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

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

.alignnone, img.alignnone {
  /*padding:30px 0;*/
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
