  @charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

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

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* perfect-scrollbar v0.6.16 */
.ps-container {
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  height: 15px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 15px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: 5px;
  opacity: 1;
}

.flex-direction-nav .flex-next {
  right: 5px;
  opacity: 1;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.combo {
  display: table;
  width: 100%;
}

.combo > .combo-first {
  width: 0;
  white-space: nowrap;
}

.combo > .combo-first img {
  max-width: none;
}

.combo > .combo-last {
  width: 100%;
}

.combo-first,
.combo-last {
  display: table-cell;
  vertical-align: top;
}

@media (min-width: 481px) {
  .combo-first {
    padding-right: 12px;
  }
  .combo-last {
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .combo-first {
    padding-right: 12px;
  }
  .combo-last {
    padding-left: 12px;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .combo-first {
    padding-right: 12px;
  }
  .combo-last {
    padding-left: 12px;
  }
}
@media (max-width: 1023px) {
  .combo-first {
    padding-right: 12px;
  }
  .combo-last {
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  .combo-first {
    padding-right: 12px;
  }
  .combo-last {
    padding-left: 12px;
  }
}
.combo--middle > * {
  vertical-align: middle;
}

@media (min-width: 481px) {
  .combo--middle--large > * {
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .combo--middle--desk > * {
    vertical-align: middle;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .combo--middle--lap > * {
    vertical-align: middle;
  }
}
@media (max-width: 1023px) {
  .combo--middle--portable > * {
    vertical-align: middle;
  }
}
@media (max-width: 480px) {
  .combo--middle--palm > * {
    vertical-align: middle;
  }
}
.combo--bottom > * {
  vertical-align: bottom;
}

@media (min-width: 481px) {
  .combo--bottom--large > * {
    vertical-align: bottom;
  }
}
@media (min-width: 1024px) {
  .combo--bottom--desk > * {
    vertical-align: bottom;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .combo--bottom--lap > * {
    vertical-align: bottom;
  }
}
@media (max-width: 1023px) {
  .combo--bottom--portable > * {
    vertical-align: bottom;
  }
}
@media (max-width: 480px) {
  .combo--bottom--palm > * {
    vertical-align: bottom;
  }
}
@media (min-width: 481px) {
  .combo--wide .combo-first {
    padding-right: 24px;
  }
  .combo--wide .combo-last {
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .combo--wide .combo-first {
    padding-right: 24px;
  }
  .combo--wide .combo-last {
    padding-left: 24px;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .combo--wide .combo-first {
    padding-right: 24px;
  }
  .combo--wide .combo-last {
    padding-left: 24px;
  }
}
@media (max-width: 1023px) {
  .combo--wide .combo-first {
    padding-right: 24px;
  }
  .combo--wide .combo-last {
    padding-left: 24px;
  }
}
@media (max-width: 480px) {
  .combo--wide .combo-first {
    padding-right: 24px;
  }
  .combo--wide .combo-last {
    padding-left: 24px;
  }
}
@media (min-width: 481px) {
  .combo--narrow .combo-first {
    padding-right: 6px;
  }
  .combo--narrow .combo-last {
    padding-left: 6px;
  }
}
@media (min-width: 1024px) {
  .combo--narrow .combo-first {
    padding-right: 6px;
  }
  .combo--narrow .combo-last {
    padding-left: 6px;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .combo--narrow .combo-first {
    padding-right: 6px;
  }
  .combo--narrow .combo-last {
    padding-left: 6px;
  }
}
@media (max-width: 1023px) {
  .combo--narrow .combo-first {
    padding-right: 6px;
  }
  .combo--narrow .combo-last {
    padding-left: 6px;
  }
}
@media (max-width: 480px) {
  .combo--narrow .combo-first {
    padding-right: 6px;
  }
  .combo--narrow .combo-last {
    padding-left: 6px;
  }
}
.combo--full .combo-first {
  padding-right: 0;
}

.combo--full .combo-last {
  padding-left: 0;
}

@media (min-width: 481px) {
  .combo--full--large .combo-first {
    padding-right: 0;
  }
  .combo--full--large .combo-last {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .combo--full--desk .combo-first {
    padding-right: 0;
  }
  .combo--full--desk .combo-last {
    padding-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .combo--full--lap .combo-first {
    padding-right: 0;
  }
  .combo--full--lap .combo-last {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .combo--full--portable .combo-first {
    padding-right: 0;
  }
  .combo--full--portable .combo-last {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .combo--full--palm .combo-first {
    padding-right: 0;
  }
  .combo--full--palm .combo-last {
    padding-left: 0;
  }
}
.combo--rev > .combo-first {
  width: 100%;
  white-space: normal;
}

.combo--rev > .combo-last {
  width: 0;
  white-space: nowrap;
}

.combo--rev > .combo-last img {
  max-width: none;
}

@media (min-width: 481px) {
  .combo--rev--large > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--large > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--large > .combo-last img {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .combo--rev--desk > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--desk > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--desk > .combo-last img {
    max-width: none;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .combo--rev--lap > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--lap > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--lap > .combo-last img {
    max-width: none;
  }
}
@media (max-width: 1023px) {
  .combo--rev--portable > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--portable > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--portable > .combo-last img {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .combo--rev--palm > .combo-first {
    width: 100%;
    white-space: normal;
  }
  .combo--rev--palm > .combo-last {
    width: 0;
    white-space: nowrap;
  }
  .combo--rev--palm > .combo-last img {
    max-width: none;
  }
}
.container {
  margin: 0 auto;
  max-width: 1400px;
}

.grid {
  font-size: 0;
}

.grid > * {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 481px) {
  .grid {
    margin-left: -24px;
  }
  .grid > * {
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .grid {
    margin-left: -24px;
  }
  .grid > * {
    padding-left: 24px;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .grid {
    margin-left: -24px;
  }
  .grid > * {
    padding-left: 24px;
  }
}
@media (max-width: 1023px) {
  .grid {
    margin-left: -24px;
  }
  .grid > * {
    padding-left: 24px;
  }
}
@media (max-width: 480px) {
  .grid {
    margin-left: -24px;
  }
  .grid > * {
    padding-left: 24px;
  }
}
.grid-1of1 {
  width: 100%;
}

.grid-1of2 {
  width: 50%;
}

.grid-2of2 {
  width: 100%;
}

.grid-1of3 {
  width: 33.3333333333%;
}

.grid-2of3 {
  width: 66.6666666667%;
}

.grid-3of3 {
  width: 100%;
}

.grid-1of4 {
  width: 25%;
}

.grid-2of4 {
  width: 50%;
}

.grid-3of4 {
  width: 75%;
}

.grid-4of4 {
  width: 100%;
}

.grid-1of5 {
  width: 20%;
}

.grid-2of5 {
  width: 40%;
}

.grid-3of5 {
  width: 60%;
}

.grid-4of5 {
  width: 80%;
}

.grid-5of5 {
  width: 100%;
}

.grid-1of6 {
  width: 16.6666666667%;
}

.grid-2of6 {
  width: 33.3333333333%;
}

.grid-3of6 {
  width: 50%;
}

.grid-4of6 {
  width: 66.6666666667%;
}

.grid-5of6 {
  width: 83.3333333333%;
}

.grid-6of6 {
  width: 100%;
}

.grid-1of7 {
  width: 14.2857142857%;
}

.grid-2of7 {
  width: 28.5714285714%;
}

.grid-3of7 {
  width: 42.8571428571%;
}

.grid-4of7 {
  width: 57.1428571429%;
}

.grid-5of7 {
  width: 71.4285714286%;
}

.grid-6of7 {
  width: 85.7142857143%;
}

.grid-7of7 {
  width: 100%;
}

.grid-1of8 {
  width: 12.5%;
}

.grid-2of8 {
  width: 25%;
}

.grid-3of8 {
  width: 37.5%;
}

.grid-4of8 {
  width: 50%;
}

.grid-5of8 {
  width: 62.5%;
}

.grid-6of8 {
  width: 75%;
}

.grid-7of8 {
  width: 87.5%;
}

.grid-8of8 {
  width: 100%;
}

.grid-1of9 {
  width: 11.1111111111%;
}

.grid-2of9 {
  width: 22.2222222222%;
}

.grid-3of9 {
  width: 33.3333333333%;
}

.grid-4of9 {
  width: 44.4444444444%;
}

.grid-5of9 {
  width: 55.5555555556%;
}

.grid-6of9 {
  width: 66.6666666667%;
}

.grid-7of9 {
  width: 77.7777777778%;
}

.grid-8of9 {
  width: 88.8888888889%;
}

.grid-9of9 {
  width: 100%;
}

.grid-1of10 {
  width: 10%;
}

.grid-2of10 {
  width: 20%;
}

.grid-3of10 {
  width: 30%;
}

.grid-4of10 {
  width: 40%;
}

.grid-5of10 {
  width: 50%;
}

.grid-6of10 {
  width: 60%;
}

.grid-7of10 {
  width: 70%;
}

.grid-8of10 {
  width: 80%;
}

.grid-9of10 {
  width: 90%;
}

.grid-10of10 {
  width: 100%;
}

.grid-1of11 {
  width: 9.0909090909%;
}

.grid-2of11 {
  width: 18.1818181818%;
}

.grid-3of11 {
  width: 27.2727272727%;
}

.grid-4of11 {
  width: 36.3636363636%;
}

.grid-5of11 {
  width: 45.4545454545%;
}

.grid-6of11 {
  width: 54.5454545455%;
}

.grid-7of11 {
  width: 63.6363636364%;
}

.grid-8of11 {
  width: 72.7272727273%;
}

.grid-9of11 {
  width: 81.8181818182%;
}

.grid-10of11 {
  width: 90.9090909091%;
}

.grid-11of11 {
  width: 100%;
}

.grid-1of12 {
  width: 8.3333333333%;
}

.grid-2of12 {
  width: 16.6666666667%;
}

.grid-3of12 {
  width: 25%;
}

.grid-4of12 {
  width: 33.3333333333%;
}

.grid-5of12 {
  width: 41.6666666667%;
}

.grid-6of12 {
  width: 50%;
}

.grid-7of12 {
  width: 58.3333333333%;
}

.grid-8of12 {
  width: 66.6666666667%;
}

.grid-9of12 {
  width: 75%;
}

.grid-10of12 {
  width: 83.3333333333%;
}

.grid-11of12 {
  width: 91.6666666667%;
}

.grid-12of12 {
  width: 100%;
}

@media (min-width: 481px) {
  .grid-1of1--large {
    width: 100%;
  }
  .grid-1of2--large {
    width: 50%;
  }
  .grid-2of2--large {
    width: 100%;
  }
  .grid-1of3--large {
    width: 33.3333333333%;
  }
  .grid-2of3--large {
    width: 66.6666666667%;
  }
  .grid-3of3--large {
    width: 100%;
  }
  .grid-1of4--large {
    width: 25%;
  }
  .grid-2of4--large {
    width: 50%;
  }
  .grid-3of4--large {
    width: 75%;
  }
  .grid-4of4--large {
    width: 100%;
  }
  .grid-1of5--large {
    width: 20%;
  }
  .grid-2of5--large {
    width: 40%;
  }
  .grid-3of5--large {
    width: 60%;
  }
  .grid-4of5--large {
    width: 80%;
  }
  .grid-5of5--large {
    width: 100%;
  }
  .grid-1of6--large {
    width: 16.6666666667%;
  }
  .grid-2of6--large {
    width: 33.3333333333%;
  }
  .grid-3of6--large {
    width: 50%;
  }
  .grid-4of6--large {
    width: 66.6666666667%;
  }
  .grid-5of6--large {
    width: 83.3333333333%;
  }
  .grid-6of6--large {
    width: 100%;
  }
  .grid-1of7--large {
    width: 14.2857142857%;
  }
  .grid-2of7--large {
    width: 28.5714285714%;
  }
  .grid-3of7--large {
    width: 42.8571428571%;
  }
  .grid-4of7--large {
    width: 57.1428571429%;
  }
  .grid-5of7--large {
    width: 71.4285714286%;
  }
  .grid-6of7--large {
    width: 85.7142857143%;
  }
  .grid-7of7--large {
    width: 100%;
  }
  .grid-1of8--large {
    width: 12.5%;
  }
  .grid-2of8--large {
    width: 25%;
  }
  .grid-3of8--large {
    width: 37.5%;
  }
  .grid-4of8--large {
    width: 50%;
  }
  .grid-5of8--large {
    width: 62.5%;
  }
  .grid-6of8--large {
    width: 75%;
  }
  .grid-7of8--large {
    width: 87.5%;
  }
  .grid-8of8--large {
    width: 100%;
  }
  .grid-1of9--large {
    width: 11.1111111111%;
  }
  .grid-2of9--large {
    width: 22.2222222222%;
  }
  .grid-3of9--large {
    width: 33.3333333333%;
  }
  .grid-4of9--large {
    width: 44.4444444444%;
  }
  .grid-5of9--large {
    width: 55.5555555556%;
  }
  .grid-6of9--large {
    width: 66.6666666667%;
  }
  .grid-7of9--large {
    width: 77.7777777778%;
  }
  .grid-8of9--large {
    width: 88.8888888889%;
  }
  .grid-9of9--large {
    width: 100%;
  }
  .grid-1of10--large {
    width: 10%;
  }
  .grid-2of10--large {
    width: 20%;
  }
  .grid-3of10--large {
    width: 30%;
  }
  .grid-4of10--large {
    width: 40%;
  }
  .grid-5of10--large {
    width: 50%;
  }
  .grid-6of10--large {
    width: 60%;
  }
  .grid-7of10--large {
    width: 70%;
  }
  .grid-8of10--large {
    width: 80%;
  }
  .grid-9of10--large {
    width: 90%;
  }
  .grid-10of10--large {
    width: 100%;
  }
  .grid-1of11--large {
    width: 9.0909090909%;
  }
  .grid-2of11--large {
    width: 18.1818181818%;
  }
  .grid-3of11--large {
    width: 27.2727272727%;
  }
  .grid-4of11--large {
    width: 36.3636363636%;
  }
  .grid-5of11--large {
    width: 45.4545454545%;
  }
  .grid-6of11--large {
    width: 54.5454545455%;
  }
  .grid-7of11--large {
    width: 63.6363636364%;
  }
  .grid-8of11--large {
    width: 72.7272727273%;
  }
  .grid-9of11--large {
    width: 81.8181818182%;
  }
  .grid-10of11--large {
    width: 90.9090909091%;
  }
  .grid-11of11--large {
    width: 100%;
  }
  .grid-1of12--large {
    width: 8.3333333333%;
  }
  .grid-2of12--large {
    width: 16.6666666667%;
  }
  .grid-3of12--large {
    width: 25%;
  }
  .grid-4of12--large {
    width: 33.3333333333%;
  }
  .grid-5of12--large {
    width: 41.6666666667%;
  }
  .grid-6of12--large {
    width: 50%;
  }
  .grid-7of12--large {
    width: 58.3333333333%;
  }
  .grid-8of12--large {
    width: 66.6666666667%;
  }
  .grid-9of12--large {
    width: 75%;
  }
  .grid-10of12--large {
    width: 83.3333333333%;
  }
  .grid-11of12--large {
    width: 91.6666666667%;
  }
  .grid-12of12--large {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .grid-1of1--desk {
    width: 100%;
  }
  .grid-1of2--desk {
    width: 50%;
  }
  .grid-2of2--desk {
    width: 100%;
  }
  .grid-1of3--desk {
    width: 33.3333333333%;
  }
  .grid-2of3--desk {
    width: 66.6666666667%;
  }
  .grid-3of3--desk {
    width: 100%;
  }
  .grid-1of4--desk {
    width: 25%;
  }
  .grid-2of4--desk {
    width: 50%;
  }
  .grid-3of4--desk {
    width: 75%;
  }
  .grid-4of4--desk {
    width: 100%;
  }
  .grid-1of5--desk {
    width: 20%;
  }
  .grid-2of5--desk {
    width: 40%;
  }
  .grid-3of5--desk {
    width: 60%;
  }
  .grid-4of5--desk {
    width: 80%;
  }
  .grid-5of5--desk {
    width: 100%;
  }
  .grid-1of6--desk {
    width: 16.6666666667%;
  }
  .grid-2of6--desk {
    width: 33.3333333333%;
  }
  .grid-3of6--desk {
    width: 50%;
  }
  .grid-4of6--desk {
    width: 66.6666666667%;
  }
  .grid-5of6--desk {
    width: 83.3333333333%;
  }
  .grid-6of6--desk {
    width: 100%;
  }
  .grid-1of7--desk {
    width: 14.2857142857%;
  }
  .grid-2of7--desk {
    width: 28.5714285714%;
  }
  .grid-3of7--desk {
    width: 42.8571428571%;
  }
  .grid-4of7--desk {
    width: 57.1428571429%;
  }
  .grid-5of7--desk {
    width: 71.4285714286%;
  }
  .grid-6of7--desk {
    width: 85.7142857143%;
  }
  .grid-7of7--desk {
    width: 100%;
  }
  .grid-1of8--desk {
    width: 12.5%;
  }
  .grid-2of8--desk {
    width: 25%;
  }
  .grid-3of8--desk {
    width: 37.5%;
  }
  .grid-4of8--desk {
    width: 50%;
  }
  .grid-5of8--desk {
    width: 62.5%;
  }
  .grid-6of8--desk {
    width: 75%;
  }
  .grid-7of8--desk {
    width: 87.5%;
  }
  .grid-8of8--desk {
    width: 100%;
  }
  .grid-1of9--desk {
    width: 11.1111111111%;
  }
  .grid-2of9--desk {
    width: 22.2222222222%;
  }
  .grid-3of9--desk {
    width: 33.3333333333%;
  }
  .grid-4of9--desk {
    width: 44.4444444444%;
  }
  .grid-5of9--desk {
    width: 55.5555555556%;
  }
  .grid-6of9--desk {
    width: 66.6666666667%;
  }
  .grid-7of9--desk {
    width: 77.7777777778%;
  }
  .grid-8of9--desk {
    width: 88.8888888889%;
  }
  .grid-9of9--desk {
    width: 100%;
  }
  .grid-1of10--desk {
    width: 10%;
  }
  .grid-2of10--desk {
    width: 20%;
  }
  .grid-3of10--desk {
    width: 30%;
  }
  .grid-4of10--desk {
    width: 40%;
  }
  .grid-5of10--desk {
    width: 50%;
  }
  .grid-6of10--desk {
    width: 60%;
  }
  .grid-7of10--desk {
    width: 70%;
  }
  .grid-8of10--desk {
    width: 80%;
  }
  .grid-9of10--desk {
    width: 90%;
  }
  .grid-10of10--desk {
    width: 100%;
  }
  .grid-1of11--desk {
    width: 9.0909090909%;
  }
  .grid-2of11--desk {
    width: 18.1818181818%;
  }
  .grid-3of11--desk {
    width: 27.2727272727%;
  }
  .grid-4of11--desk {
    width: 36.3636363636%;
  }
  .grid-5of11--desk {
    width: 45.4545454545%;
  }
  .grid-6of11--desk {
    width: 54.5454545455%;
  }
  .grid-7of11--desk {
    width: 63.6363636364%;
  }
  .grid-8of11--desk {
    width: 72.7272727273%;
  }
  .grid-9of11--desk {
    width: 81.8181818182%;
  }
  .grid-10of11--desk {
    width: 90.9090909091%;
  }
  .grid-11of11--desk {
    width: 100%;
  }
  .grid-1of12--desk {
    width: 8.3333333333%;
  }
  .grid-2of12--desk {
    width: 16.6666666667%;
  }
  .grid-3of12--desk {
    width: 25%;
  }
  .grid-4of12--desk {
    width: 33.3333333333%;
  }
  .grid-5of12--desk {
    width: 41.6666666667%;
  }
  .grid-6of12--desk {
    width: 50%;
  }
  .grid-7of12--desk {
    width: 58.3333333333%;
  }
  .grid-8of12--desk {
    width: 66.6666666667%;
  }
  .grid-9of12--desk {
    width: 75%;
  }
  .grid-10of12--desk {
    width: 83.3333333333%;
  }
  .grid-11of12--desk {
    width: 91.6666666667%;
  }
  .grid-12of12--desk {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .grid-1of1--lap {
    width: 100%;
  }
  .grid-1of2--lap {
    width: 50%;
  }
  .grid-2of2--lap {
    width: 100%;
  }
  .grid-1of3--lap {
    width: 33.3333333333%;
  }
  .grid-2of3--lap {
    width: 66.6666666667%;
  }
  .grid-3of3--lap {
    width: 100%;
  }
  .grid-1of4--lap {
    width: 25%;
  }
  .grid-2of4--lap {
    width: 50%;
  }
  .grid-3of4--lap {
    width: 75%;
  }
  .grid-4of4--lap {
    width: 100%;
  }
  .grid-1of5--lap {
    width: 20%;
  }
  .grid-2of5--lap {
    width: 40%;
  }
  .grid-3of5--lap {
    width: 60%;
  }
  .grid-4of5--lap {
    width: 80%;
  }
  .grid-5of5--lap {
    width: 100%;
  }
  .grid-1of6--lap {
    width: 16.6666666667%;
  }
  .grid-2of6--lap {
    width: 33.3333333333%;
  }
  .grid-3of6--lap {
    width: 50%;
  }
  .grid-4of6--lap {
    width: 66.6666666667%;
  }
  .grid-5of6--lap {
    width: 83.3333333333%;
  }
  .grid-6of6--lap {
    width: 100%;
  }
  .grid-1of7--lap {
    width: 14.2857142857%;
  }
  .grid-2of7--lap {
    width: 28.5714285714%;
  }
  .grid-3of7--lap {
    width: 42.8571428571%;
  }
  .grid-4of7--lap {
    width: 57.1428571429%;
  }
  .grid-5of7--lap {
    width: 71.4285714286%;
  }
  .grid-6of7--lap {
    width: 85.7142857143%;
  }
  .grid-7of7--lap {
    width: 100%;
  }
  .grid-1of8--lap {
    width: 12.5%;
  }
  .grid-2of8--lap {
    width: 25%;
  }
  .grid-3of8--lap {
    width: 37.5%;
  }
  .grid-4of8--lap {
    width: 50%;
  }
  .grid-5of8--lap {
    width: 62.5%;
  }
  .grid-6of8--lap {
    width: 75%;
  }
  .grid-7of8--lap {
    width: 87.5%;
  }
  .grid-8of8--lap {
    width: 100%;
  }
  .grid-1of9--lap {
    width: 11.1111111111%;
  }
  .grid-2of9--lap {
    width: 22.2222222222%;
  }
  .grid-3of9--lap {
    width: 33.3333333333%;
  }
  .grid-4of9--lap {
    width: 44.4444444444%;
  }
  .grid-5of9--lap {
    width: 55.5555555556%;
  }
  .grid-6of9--lap {
    width: 66.6666666667%;
  }
  .grid-7of9--lap {
    width: 77.7777777778%;
  }
  .grid-8of9--lap {
    width: 88.8888888889%;
  }
  .grid-9of9--lap {
    width: 100%;
  }
  .grid-1of10--lap {
    width: 10%;
  }
  .grid-2of10--lap {
    width: 20%;
  }
  .grid-3of10--lap {
    width: 30%;
  }
  .grid-4of10--lap {
    width: 40%;
  }
  .grid-5of10--lap {
    width: 50%;
  }
  .grid-6of10--lap {
    width: 60%;
  }
  .grid-7of10--lap {
    width: 70%;
  }
  .grid-8of10--lap {
    width: 80%;
  }
  .grid-9of10--lap {
    width: 90%;
  }
  .grid-10of10--lap {
    width: 100%;
  }
  .grid-1of11--lap {
    width: 9.0909090909%;
  }
  .grid-2of11--lap {
    width: 18.1818181818%;
  }
  .grid-3of11--lap {
    width: 27.2727272727%;
  }
  .grid-4of11--lap {
    width: 36.3636363636%;
  }
  .grid-5of11--lap {
    width: 45.4545454545%;
  }
  .grid-6of11--lap {
    width: 54.5454545455%;
  }
  .grid-7of11--lap {
    width: 63.6363636364%;
  }
  .grid-8of11--lap {
    width: 72.7272727273%;
  }
  .grid-9of11--lap {
    width: 81.8181818182%;
  }
  .grid-10of11--lap {
    width: 90.9090909091%;
  }
  .grid-11of11--lap {
    width: 100%;
  }
  .grid-1of12--lap {
    width: 8.3333333333%;
  }
  .grid-2of12--lap {
    width: 16.6666666667%;
  }
  .grid-3of12--lap {
    width: 25%;
  }
  .grid-4of12--lap {
    width: 33.3333333333%;
  }
  .grid-5of12--lap {
    width: 41.6666666667%;
  }
  .grid-6of12--lap {
    width: 50%;
  }
  .grid-7of12--lap {
    width: 58.3333333333%;
  }
  .grid-8of12--lap {
    width: 66.6666666667%;
  }
  .grid-9of12--lap {
    width: 75%;
  }
  .grid-10of12--lap {
    width: 83.3333333333%;
  }
  .grid-11of12--lap {
    width: 91.6666666667%;
  }
  .grid-12of12--lap {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .grid-1of1--portable {
    width: 100%;
  }
  .grid-1of2--portable {
    width: 50%;
  }
  .grid-2of2--portable {
    width: 100%;
  }
  .grid-1of3--portable {
    width: 33.3333333333%;
  }
  .grid-2of3--portable {
    width: 66.6666666667%;
  }
  .grid-3of3--portable {
    width: 100%;
  }
  .grid-1of4--portable {
    width: 25%;
  }
  .grid-2of4--portable {
    width: 50%;
  }
  .grid-3of4--portable {
    width: 75%;
  }
  .grid-4of4--portable {
    width: 100%;
  }
  .grid-1of5--portable {
    width: 20%;
  }
  .grid-2of5--portable {
    width: 40%;
  }
  .grid-3of5--portable {
    width: 60%;
  }
  .grid-4of5--portable {
    width: 80%;
  }
  .grid-5of5--portable {
    width: 100%;
  }
  .grid-1of6--portable {
    width: 16.6666666667%;
  }
  .grid-2of6--portable {
    width: 33.3333333333%;
  }
  .grid-3of6--portable {
    width: 50%;
  }
  .grid-4of6--portable {
    width: 66.6666666667%;
  }
  .grid-5of6--portable {
    width: 83.3333333333%;
  }
  .grid-6of6--portable {
    width: 100%;
  }
  .grid-1of7--portable {
    width: 14.2857142857%;
  }
  .grid-2of7--portable {
    width: 28.5714285714%;
  }
  .grid-3of7--portable {
    width: 42.8571428571%;
  }
  .grid-4of7--portable {
    width: 57.1428571429%;
  }
  .grid-5of7--portable {
    width: 71.4285714286%;
  }
  .grid-6of7--portable {
    width: 85.7142857143%;
  }
  .grid-7of7--portable {
    width: 100%;
  }
  .grid-1of8--portable {
    width: 12.5%;
  }
  .grid-2of8--portable {
    width: 25%;
  }
  .grid-3of8--portable {
    width: 37.5%;
  }
  .grid-4of8--portable {
    width: 50%;
  }
  .grid-5of8--portable {
    width: 62.5%;
  }
  .grid-6of8--portable {
    width: 75%;
  }
  .grid-7of8--portable {
    width: 87.5%;
  }
  .grid-8of8--portable {
    width: 100%;
  }
  .grid-1of9--portable {
    width: 11.1111111111%;
  }
  .grid-2of9--portable {
    width: 22.2222222222%;
  }
  .grid-3of9--portable {
    width: 33.3333333333%;
  }
  .grid-4of9--portable {
    width: 44.4444444444%;
  }
  .grid-5of9--portable {
    width: 55.5555555556%;
  }
  .grid-6of9--portable {
    width: 66.6666666667%;
  }
  .grid-7of9--portable {
    width: 77.7777777778%;
  }
  .grid-8of9--portable {
    width: 88.8888888889%;
  }
  .grid-9of9--portable {
    width: 100%;
  }
  .grid-1of10--portable {
    width: 10%;
  }
  .grid-2of10--portable {
    width: 20%;
  }
  .grid-3of10--portable {
    width: 30%;
  }
  .grid-4of10--portable {
    width: 40%;
  }
  .grid-5of10--portable {
    width: 50%;
  }
  .grid-6of10--portable {
    width: 60%;
  }
  .grid-7of10--portable {
    width: 70%;
  }
  .grid-8of10--portable {
    width: 80%;
  }
  .grid-9of10--portable {
    width: 90%;
  }
  .grid-10of10--portable {
    width: 100%;
  }
  .grid-1of11--portable {
    width: 9.0909090909%;
  }
  .grid-2of11--portable {
    width: 18.1818181818%;
  }
  .grid-3of11--portable {
    width: 27.2727272727%;
  }
  .grid-4of11--portable {
    width: 36.3636363636%;
  }
  .grid-5of11--portable {
    width: 45.4545454545%;
  }
  .grid-6of11--portable {
    width: 54.5454545455%;
  }
  .grid-7of11--portable {
    width: 63.6363636364%;
  }
  .grid-8of11--portable {
    width: 72.7272727273%;
  }
  .grid-9of11--portable {
    width: 81.8181818182%;
  }
  .grid-10of11--portable {
    width: 90.9090909091%;
  }
  .grid-11of11--portable {
    width: 100%;
  }
  .grid-1of12--portable {
    width: 8.3333333333%;
  }
  .grid-2of12--portable {
    width: 16.6666666667%;
  }
  .grid-3of12--portable {
    width: 25%;
  }
  .grid-4of12--portable {
    width: 33.3333333333%;
  }
  .grid-5of12--portable {
    width: 41.6666666667%;
  }
  .grid-6of12--portable {
    width: 50%;
  }
  .grid-7of12--portable {
    width: 58.3333333333%;
  }
  .grid-8of12--portable {
    width: 66.6666666667%;
  }
  .grid-9of12--portable {
    width: 75%;
  }
  .grid-10of12--portable {
    width: 83.3333333333%;
  }
  .grid-11of12--portable {
    width: 91.6666666667%;
  }
  .grid-12of12--portable {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .grid-1of1--palm {
    width: 100%;
  }
  .grid-1of2--palm {
    width: 50%;
  }
  .grid-2of2--palm {
    width: 100%;
  }
  .grid-1of3--palm {
    width: 33.3333333333%;
  }
  .grid-2of3--palm {
    width: 66.6666666667%;
  }
  .grid-3of3--palm {
    width: 100%;
  }
  .grid-1of4--palm {
    width: 25%;
  }
  .grid-2of4--palm {
    width: 50%;
  }
  .grid-3of4--palm {
    width: 75%;
  }
  .grid-4of4--palm {
    width: 100%;
  }
  .grid-1of5--palm {
    width: 20%;
  }
  .grid-2of5--palm {
    width: 40%;
  }
  .grid-3of5--palm {
    width: 60%;
  }
  .grid-4of5--palm {
    width: 80%;
  }
  .grid-5of5--palm {
    width: 100%;
  }
  .grid-1of6--palm {
    width: 16.6666666667%;
  }
  .grid-2of6--palm {
    width: 33.3333333333%;
  }
  .grid-3of6--palm {
    width: 50%;
  }
  .grid-4of6--palm {
    width: 66.6666666667%;
  }
  .grid-5of6--palm {
    width: 83.3333333333%;
  }
  .grid-6of6--palm {
    width: 100%;
  }
  .grid-1of7--palm {
    width: 14.2857142857%;
  }
  .grid-2of7--palm {
    width: 28.5714285714%;
  }
  .grid-3of7--palm {
    width: 42.8571428571%;
  }
  .grid-4of7--palm {
    width: 57.1428571429%;
  }
  .grid-5of7--palm {
    width: 71.4285714286%;
  }
  .grid-6of7--palm {
    width: 85.7142857143%;
  }
  .grid-7of7--palm {
    width: 100%;
  }
  .grid-1of8--palm {
    width: 12.5%;
  }
  .grid-2of8--palm {
    width: 25%;
  }
  .grid-3of8--palm {
    width: 37.5%;
  }
  .grid-4of8--palm {
    width: 50%;
  }
  .grid-5of8--palm {
    width: 62.5%;
  }
  .grid-6of8--palm {
    width: 75%;
  }
  .grid-7of8--palm {
    width: 87.5%;
  }
  .grid-8of8--palm {
    width: 100%;
  }
  .grid-1of9--palm {
    width: 11.1111111111%;
  }
  .grid-2of9--palm {
    width: 22.2222222222%;
  }
  .grid-3of9--palm {
    width: 33.3333333333%;
  }
  .grid-4of9--palm {
    width: 44.4444444444%;
  }
  .grid-5of9--palm {
    width: 55.5555555556%;
  }
  .grid-6of9--palm {
    width: 66.6666666667%;
  }
  .grid-7of9--palm {
    width: 77.7777777778%;
  }
  .grid-8of9--palm {
    width: 88.8888888889%;
  }
  .grid-9of9--palm {
    width: 100%;
  }
  .grid-1of10--palm {
    width: 10%;
  }
  .grid-2of10--palm {
    width: 20%;
  }
  .grid-3of10--palm {
    width: 30%;
  }
  .grid-4of10--palm {
    width: 40%;
  }
  .grid-5of10--palm {
    width: 50%;
  }
  .grid-6of10--palm {
    width: 60%;
  }
  .grid-7of10--palm {
    width: 70%;
  }
  .grid-8of10--palm {
    width: 80%;
  }
  .grid-9of10--palm {
    width: 90%;
  }
  .grid-10of10--palm {
    width: 100%;
  }
  .grid-1of11--palm {
    width: 9.0909090909%;
  }
  .grid-2of11--palm {
    width: 18.1818181818%;
  }
  .grid-3of11--palm {
    width: 27.2727272727%;
  }
  .grid-4of11--palm {
    width: 36.3636363636%;
  }
  .grid-5of11--palm {
    width: 45.4545454545%;
  }
  .grid-6of11--palm {
    width: 54.5454545455%;
  }
  .grid-7of11--palm {
    width: 63.6363636364%;
  }
  .grid-8of11--palm {
    width: 72.7272727273%;
  }
  .grid-9of11--palm {
    width: 81.8181818182%;
  }
  .grid-10of11--palm {
    width: 90.9090909091%;
  }
  .grid-11of11--palm {
    width: 100%;
  }
  .grid-1of12--palm {
    width: 8.3333333333%;
  }
  .grid-2of12--palm {
    width: 16.6666666667%;
  }
  .grid-3of12--palm {
    width: 25%;
  }
  .grid-4of12--palm {
    width: 33.3333333333%;
  }
  .grid-5of12--palm {
    width: 41.6666666667%;
  }
  .grid-6of12--palm {
    width: 50%;
  }
  .grid-7of12--palm {
    width: 58.3333333333%;
  }
  .grid-8of12--palm {
    width: 66.6666666667%;
  }
  .grid-9of12--palm {
    width: 75%;
  }
  .grid-10of12--palm {
    width: 83.3333333333%;
  }
  .grid-11of12--palm {
    width: 91.6666666667%;
  }
  .grid-12of12--palm {
    width: 100%;
  }
}
.grid--middle > * {
  vertical-align: middle;
}

@media (min-width: 481px) {
  .grid--middle--large > * {
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .grid--middle--desk > * {
    vertical-align: middle;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .grid--middle--lap > * {
    vertical-align: middle;
  }
}
@media (max-width: 1023px) {
  .grid--middle--portable > * {
    vertical-align: middle;
  }
}
@media (max-width: 480px) {
  .grid--middle--palm > * {
    vertical-align: middle;
  }
}
.grid--bottom > * {
  vertical-align: bottom;
}

@media (min-width: 481px) {
  .grid--bottom--large > * {
    vertical-align: bottom;
  }
}
@media (min-width: 1024px) {
  .grid--bottom--desk > * {
    vertical-align: bottom;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .grid--bottom--lap > * {
    vertical-align: bottom;
  }
}
@media (max-width: 1023px) {
  .grid--bottom--portable > * {
    vertical-align: bottom;
  }
}
@media (max-width: 480px) {
  .grid--bottom--palm > * {
    vertical-align: bottom;
  }
}
@media (min-width: 481px) {
  .grid--wide {
    margin-left: -48px;
  }
  .grid--wide > * {
    padding-left: 48px;
  }
}
@media (min-width: 1024px) {
  .grid--wide {
    margin-left: -48px;
  }
  .grid--wide > * {
    padding-left: 48px;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .grid--wide {
    margin-left: -48px;
  }
  .grid--wide > * {
    padding-left: 48px;
  }
}
@media (max-width: 1023px) {
  .grid--wide {
    margin-left: -48px;
  }
  .grid--wide > * {
    padding-left: 48px;
  }
}
@media (max-width: 480px) {
  .grid--wide {
    margin-left: -48px;
  }
  .grid--wide > * {
    padding-left: 48px;
  }
}
@media (min-width: 481px) {
  .grid--narrow {
    margin-left: -12px;
  }
  .grid--narrow > * {
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .grid--narrow {
    margin-left: -12px;
  }
  .grid--narrow > * {
    padding-left: 12px;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .grid--narrow {
    margin-left: -12px;
  }
  .grid--narrow > * {
    padding-left: 12px;
  }
}
@media (max-width: 1023px) {
  .grid--narrow {
    margin-left: -12px;
  }
  .grid--narrow > * {
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  .grid--narrow {
    margin-left: -12px;
  }
  .grid--narrow > * {
    padding-left: 12px;
  }
}
.grid--full {
  margin-left: 0;
}

.grid--full > * {
  padding-left: 0;
}

@media (min-width: 481px) {
  .grid--full--large {
    margin-left: 0;
  }
  .grid--full--large > * {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .grid--full--desk {
    margin-left: 0;
  }
  .grid--full--desk > * {
    padding-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .grid--full--lap {
    margin-left: 0;
  }
  .grid--full--lap > * {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .grid--full--portable {
    margin-left: 0;
  }
  .grid--full--portable > * {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .grid--full--palm {
    margin-left: 0;
  }
  .grid--full--palm > * {
    padding-left: 0;
  }
}
.grid--rev {
  direction: rtl;
  text-align: left;
}

.grid--rev > * {
  direction: ltr;
  text-align: left;
}

@media (min-width: 481px) {
  .grid--rev--large {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--large > * {
    direction: ltr;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .grid--rev--desk {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--desk > * {
    direction: ltr;
    text-align: left;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .grid--rev--lap {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--lap > * {
    direction: ltr;
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .grid--rev--portable {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--portable > * {
    direction: ltr;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .grid--rev--palm {
    direction: rtl;
    text-align: left;
  }
  .grid--rev--palm > * {
    direction: ltr;
    text-align: left;
  }
}
.u-hide {
  display: none;
}

@media (min-width: 481px) {
  .u-hide--large {
    display: none;
  }
}
@media (min-width: 1024px) {
  .u-hide--desk {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .u-hide--lap {
    display: none;
  }
}
@media (max-width: 1023px) {
  .u-hide--portable {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-hide--palm {
    display: none;
  }
}
.u-show {
  display: none;
}

.u-show--large {
  display: none;
}

.u-show--desk {
  display: none;
}

.u-show--lap {
  display: none;
}

.u-show--portable {
  display: none;
}

.u-show--palm {
  display: none;
}

.u-show {
  display: block;
}

@media (min-width: 481px) {
  .u-show--large {
    display: block;
  }
}
@media (min-width: 1024px) {
  .u-show--desk {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 1023px) {
  .u-show--lap {
    display: block;
  }
}
@media (max-width: 1023px) {
  .u-show--portable {
    display: block;
  }
}
@media (max-width: 480px) {
  .u-show--palm {
    display: block;
  }
}
.siteWrapper {
  width: 100%;
  height: 100%;
  display: table;
}

.siteBody {
  height: 100%;
  display: table-row;
}

.siteFooter {
  display: table-row;
  height: 1px;
}

/*
  1. Media Queries
  2. Prefixed Properties
  3. Commonly Used (Extends)
  4. Retina Images
*/
/*
  1. MEDIA QUERIES
*/
/* Styles */
/*
  2. PREFIXED PROPERTIES
*/
/*
  3. COMMONLY USED (EXTENDS)
*/
.half-width-container:after, .pagination:after, .row:after {
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.topic-icon, .gsc-search-button-v2, header .search-wrapper .search-icon, .browse-topics .topic-icon,
.grid-list .topic-icon, ul.social li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top left;
}

/*
  4. RETINA IMAGES
*/
/
  Store all variables here
/
.grid > * {
  font-size: 18px;
}

.grid-flex {
  display: flex;
  flex-wrap: wrap;
}
.grid-flex .grid-1of3 {
  flex-direction: column;
  display: flex;
}

/****
  FONT STYLES
****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #25255e;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}
h1.white a,
h2.white a,
h3.white a,
h4.white a,
h5.white a,
h6.white a {
  color: #fff;
}
h1.white a:hover,
h2.white a:hover,
h3.white a:hover,
h4.white a:hover,
h5.white a:hover,
h6.white a:hover {
  color: #42BCAA !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #25255e;
  transition: color 250ms;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #A34198 !important;
}
.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6 {
  color: #ffffff;
}

h1,
.heading--h1 {
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 510px) {
  h1,
  .heading--h1 {
    font-size: 36px;
  }
}
@media (min-width: 511px) {
  .home .hero h1,
  .home .hero .heading--h1 {
    font-size: 52px;
    margin-bottom: 15px;
  }
}
.hero h1,
.hero .heading--h1 {
  color: #ffffff;
}

h2,
.heading--h2 {
  font-size: 38px;
  line-height: 1.13;
  margin: 0 0 15px;
}

h3,
.heading--h3 {
  font-size: 28px;
  margin: 0 0 10px;
}

h4,
.heading--h4 {
  font-size: 24px;
  margin: 0 0 10px;
}

h5,
.heading--h5 {
  font-size: 18px;
  margin: 0 0 10px;
}
h5 a,
.heading--h5 a {
  font-size: inherit;
  padding-left: 0;
  padding-right: 0;
}

h6,
.heading--h6 {
  font-size: 14px;
  margin: 0 0 10px;
}

.heading--secondary {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 510px) {
  p {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
p.small {
  font-size: 16px;
  line-height: 1.6;
}

ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
ul.clean {
  margin: 0;
}
ul li a {
  text-decoration: underline;
}
ul.small li:before {
  width: 5px !important;
  height: 5px !important;
}

.type-small {
  font-size: 15px;
  line-height: 1.6;
  margin-top: -13px;
  margin-bottom: 5px;
}

main a:hover {
  text-decoration: none;
  color: #25255e;
}

a {
  color: #A34198;
  text-decoration: underline;
  transition: color 250ms;
}
a:focus {
  outline: none;
}

span.read-more,
a.read-more {
  display: block;
  padding-left: 26px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}
span.read-more:hover,
a.read-more:hover {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_navy@2x.png);
}
span.read-more.white,
a.read-more.white {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_white@2x.png);
  transition: color 250ms;
}
span.read-more.white:hover,
a.read-more.white:hover {
  color: #42BCAA;
  text-decoration: none;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_green@2x.png);
}

.clearfix:after, .section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix, .section:after {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix, * html .section:after {
  height: 1%;
}

.clearfix, .section:after {
  display: block;
}

/* close commented backslash hack */
.u-center {
  text-align: center;
}
@media (max-width: 510px) {
  .u-center--palm {
    text-align: center;
  }
}

.u-overflow {
  overflow: hidden;
}

.u-right {
  text-align: right;
}
@media (max-width: 510px) {
  .u-right--palm {
    text-align: right;
  }
}
@media (min-width: 511px) {
  .u-right--large {
    text-align: right;
  }
}

.u-block {
  display: block;
}

.u-screenreader,
.cta-newsletter .mc4wp-form-fields label {
  position: absolute;
  top: -99999px;
  left: -99999px;
  font-size: 0;
}

:target {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: auto;
}

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #58595b;
  overflow-x: hidden;
  padding-top: 122px;
}
body.no-scroll {
  overflow: hidden;
}

.centered {
  text-align: center;
}

.scroll-fill {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #25255e;
  height: 360px;
}

.scroll-fill {
  display: none;
}

.hero {
  margin-top: -122px;
}

/****
  GRID
****/
.resp_wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .resp_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:after {
  content: "";
}

[class*=col-] {
  float: left;
  min-height: 1px;
  width: 16.66%;
  padding: 0 20px;
}

.col-1 {
  width: 16.66%;
}

.col-2 {
  width: 33.33%;
}

.col-3 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    width: 100%;
  }
  .col-3:not(:first-of-type) {
    margin-top: 50px;
  }
}

.col-4 {
  width: 66.664%;
}
@media screen and (max-width: 767px) {
  .col-4 {
    width: 100%;
  }
}

.col-5 {
  width: 83.33%;
}

.col-6 {
  width: 100%;
}

.show-mobile {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
    text-align: center;
  }
}
/****
  ELEMENT STYLES
****/
blockquote {
  background-color: rgba(244, 244, 247, 0.5);
  border-left: 5px solid #42BCAA;
  padding: 30px 25px;
  margin: 50px 0;
  color: #25255e !important;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote.alt {
  border-left: none;
  margin-left: 30px;
  margin-right: 30px;
}
blockquote.alt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/quote-left-solid.png);
  width: 1.5em;
  height: 1.5em;
}
@media screen and (max-width: 767px) {
  blockquote.alt {
    margin-left: 0;
    margin-right: 0;
  }
  blockquote.alt:before {
    left: 10px;
  }
}

ol {
  padding-left: 32px;
  padding-right: 32px;
  margin: 25px 0;
  list-style-type: none;
}
ol > li {
  counter-increment: step-counter;
  display: -moz-flex;
  display: flex;
}
ol > li:before {
  content: counter(step-counter);
  margin-right: 20px;
  color: #42BCAA;
  font-weight: 700;
}
ol > li:not(:last-child) {
  margin-bottom: 10px;
}

img,
video,
svg,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}
img.aligncenter, img.alignright, img.alignleft {
  border-radius: 4px;
}
img.aligncenter {
  display: block;
  margin: 50px auto;
}
img.alignleft {
  float: left;
  margin: 10px 40px 20px 0;
}
img.alignright {
  float: right;
  margin: 10px 0 20px 40px;
}
@media screen and (max-width: 768px) {
  img.alignright, img.alignleft {
    display: block;
    float: none;
    margin: 40px auto;
  }
}

.aligncenter {
  display: block;
  margin: 50px auto;
}

.alignleft {
  float: left;
  margin: 10px 40px 20px 0;
}

.alignright {
  float: right;
  margin: 10px 0 20px 40px;
}

@media screen and (max-width: 768px) {
  .alignright,
  .alignleft {
    display: block;
    float: none;
    margin: 40px auto;
  }
}
a.promote-new,
.promote-new a {
  padding-right: 60px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50px 22px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_new.png);
}

.btn-primary {
  display: inline-block;
  transition: background-color 250ms;
  margin-bottom: 10px;
}
.btn-primary.btn-small a {
  font-size: 13px;
  line-height: 1;
  padding: 12px 20px 9px;
}

.btn-primary a,
input[type=submit] {
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: #42BCAA;
  border-radius: 2px;
  padding: 11px 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  line-height: 1.21;
  display: block;
}
.btn-primary a:hover,
input[type=submit]:hover {
  background-color: #74C8BC;
  color: #ffffff;
}

@media screen and (max-width: 850px) {
  .title-bar.col-3 {
    width: 100%;
  }
}

.fixed-parent {
  position: relative;
}

.fixed {
  position: fixed;
}
@media screen and (min-width: 951px) {
  .fixed {
    top: calc(74px + 50px);
  }
}
@media screen and (max-width: 950px) {
  .fixed {
    top: calc(154px + 50px);
  }
}
.fixed.fixed-bottom {
  position: absolute;
  bottom: 0;
  top: auto !important;
}
.fixed.fixed-bottom.right {
  left: auto !important;
  right: 0;
}

/*
  PAGINATION
*/
.pagination {
  border-top: 3px solid #F4F4F7;
  padding: 50px 0;
  margin-top: 50px;
}
@media (max-width: 510px) {
  .pagination {
    margin-top: 20px;
    padding: 20px 0;
  }
}
.pagination:after {
  content: "";
}
.pagination > ul {
  margin: 0;
}
.pagination > ul > li {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
.pagination > ul > li.current {
  color: #ffffff;
}
.pagination > ul > li a {
  display: block;
  text-decoration: none;
}
.pagination > ul > li.more-pages {
  position: relative;
  cursor: pointer;
  color: transparent;
}
.pagination > ul > li.more-pages .inner-wrapper {
  display: none;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  right: 4px;
}
.pagination > ul > li.more-pages .inner-wrapper:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 7px;
  margin-top: -5px;
  z-index: 105;
  transform: rotate(45deg);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}
.pagination > ul > li.more-pages .inner-wrapper:after {
  content: "";
  width: 16px;
  height: 12px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  right: 2px;
  box-shadow: none;
  z-index: 106;
}
.pagination > ul > li.more-pages .inner-wrapper .blocker,
.pagination > ul > li.more-pages .inner-wrapper .blocker-after {
  position: absolute;
  background: #fff;
  left: 14px;
  right: 14px;
  height: 20px;
  z-index: 150;
}
.pagination > ul > li.more-pages .inner-wrapper .blocker {
  top: 10px;
}
.pagination > ul > li.more-pages .inner-wrapper .blocker-after {
  bottom: 0;
}
.pagination > ul > li.more-pages .inner-wrapper .sub-menu {
  max-height: 265px;
  overflow: auto;
  position: relative;
}
.pagination > ul > li.more-pages .inner-wrapper .sub-menu:before, .pagination > ul > li.more-pages .inner-wrapper .sub-menu:after {
  display: none;
}
.pagination > ul > li.more-pages .inner-wrapper a {
  font-weight: 400;
}
.pagination > ul > li.more-pages .inner-wrapper .ps-scrollbar-y-rail {
  background-color: #E6E6EC !important;
  width: 6px !important;
  right: 2px !important;
  height: 90% !important;
  margin-top: 20%;
  border-radius: 6px;
}
.pagination > ul > li.more-pages .inner-wrapper .ps-scrollbar-y-rail .ps-scrollbar-y {
  right: 0 !important;
  background-color: #CFCFDB !important;
}
.pagination > ul > li.more-pages:hover .inner-wrapper,
.pagination > ul > li.more-pages:hover .sub-menu {
  display: block;
}
.pagination > ul > li.more-pages:hover:after {
  border-color: #fff;
}
.pagination > ul > li.more-pages:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #25255e;
  border-right: 2px solid #25255e;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
  transition: border-color 250ms;
}
.pagination > ul.numbers {
  float: left;
}
@media screen and (max-width: 500px) {
  .pagination > ul.numbers {
    display: none;
  }
}
.pagination > ul.numbers > li {
  border-radius: 50%;
  line-height: 33px;
  text-align: center;
  width: 33px;
  height: 33px;
  background-color: #EFEFF3;
  transition: background-color 250ms;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.05);
}
.pagination > ul.numbers > li:hover, .pagination > ul.numbers > li.current {
  background-color: #42BCAA;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
}
.pagination > ul.numbers > li > a {
  color: #25255e;
}
.pagination > ul.numbers > li > a:hover {
  color: #fff;
}
@media screen and (min-width: 501px) {
  .pagination > ul.next-prev {
    float: right;
  }
}
@media screen and (max-width: 500px) {
  .pagination > ul.next-prev li {
    float: left;
  }
  .pagination > ul.next-prev li:last-child {
    float: right;
  }
}

.social-wrapper {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}

ul.social {
  display: inline-block;
}
ul.social li {
  vertical-align: middle;
  margin-left: 15px;
  display: inline-block;
}
ul.social li a {
  width: 22px;
  height: 22px;
  background-position: center center;
}
ul.social .pfe-twitter,
ul.social .twitter {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_twitter.svg);
  background-size: 22px 18px;
}
ul.social .facebook {
  background-size: cover;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_facebook.svg);
}
ul.social .linkedin {
  background-size: 22px 22px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_linkedin.png);
}
ul.social .instagram {
  background-size: 22px 22px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_instagram@2x.png);
}
ul.social .email {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_email.svg);
  background-size: 24px;
}

ul.social-global {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
}
ul.social-global li {
  background-color: white;
  padding: 10px;
  display: block;
  margin-left: 0;
}
ul.social-global li.share-title {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #A34198;
  text-align: center;
  border: 1px solid #A34198;
  line-height: 1;
  padding-top: 8px;
  padding-bottom: 6px;
}
ul.social-global li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
ul.social-global li a {
  margin: 0 auto;
}

/*
  RESPONSIVE CIRCLES
*/
.circle-img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .circle-img {
    width: 80%;
    padding-bottom: 80%;
    margin: 0 auto;
  }
}

.single-circle {
  display: block;
  width: 43%;
  padding: 0;
  position: absolute;
}
.single-circle.green {
  top: 50%;
  left: -25px;
}
.single-circle.green .circle {
  background-color: rgba(66, 188, 170, 0.9);
}
.single-circle.purple {
  bottom: -30px;
  left: 43%;
}
.single-circle.purple .circle {
  background-color: rgba(163, 65, 152, 0.9);
}
.single-circle .spacer {
  position: relative;
  padding-top: 100%;
  z-index: 1;
}
.single-circle .circle {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(37, 37, 94, 0.9);
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 20px;
  border: 5px solid #fff;
  z-index: 10;
  color: white;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1em;
}
@media only screen and (min-width: 481px) {
  .single-circle .circle {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .single-circle .circle {
    font-size: 0.8em;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .single-circle .circle {
    font-size: 1.1em;
    line-height: 1.1;
  }
}
.single-circle .circle p {
  font-weight: 300;
  line-height: 1.19;
  font-size: 11px;
}
@media screen and (min-width: 1024px) {
  .single-circle .circle p {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .single-circle .circle p {
    font-size: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .single-circle .circle p span {
    font-size: 44px;
  }
}
@media screen and (min-width: 851px) {
  .single-circle .circle p span {
    display: block;
    font-size: 40px;
  }
}

/*
  CUSTOM SELECT BOX OVERRIDES
*/
.select2-container {
  width: 100% !important;
}

.select2-results__option {
  padding: 10px 15px 8px;
  font-size: 15px;
  line-height: 1.19;
  color: #646464;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
  border-color: #DFDFE3;
  height: auto;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 0 7px;
  font-size: 16px;
  color: #646464;
  line-height: 1.19;
  padding-left: 15px;
  padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 10px;
  right: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #646464 #646464 transparent transparent;
  border-style: solid;
  border-width: 2px 2px 0 0;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: auto;
  margin-left: 0;
  right: 0;
  margin-top: -5px;
  transform: rotate(135deg);
  transition: transform 250ms;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-45deg);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #25255e;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #646464;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #25255e;
  color: #fff;
}

/*
  STATS CIRCLES
*/
@media screen and (min-width: 768px) {
  .stats-container {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .stats-container {
    text-align: center;
  }
}
.stats-container {
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
}
.stats-container h4 {
  margin: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 1;
}
.stats-container .stats {
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-shrink: 0;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .stats-container .stats {
    margin: 0 0 40px 0;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.stats-container .stats li:not(:first-child) {
  margin-left: 10px;
}
.stats-container .stats li:not(:first-child) .overlay {
  color: #A34198;
}
.stats-container .stats li {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
.stats-container .stats li .overlay {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #FFF;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 10px;
  text-align: center;
  line-height: 80px;
  font-size: 26px;
  font-weight: 600;
  color: #42BCAA;
}
.stats-container .stats li.circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #E7E7ED;
}
.stats-container .stats li.circle:first-child svg.circleFill {
  stroke: #42BCAA;
}
.stats-container .stats li.circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stats-container .stats li.circle svg.circleFill {
  z-index: 1;
  stroke: #A34198;
  transition: all 3s;
  transform: rotate(-90deg);
}
.stats-container .stats li.circle svg.circleFill.showme.percent-0 circle {
  stroke-dashoffset: 276.32;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-1 circle {
  stroke-dashoffset: 273.5568;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-2 circle {
  stroke-dashoffset: 270.7936;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-3 circle {
  stroke-dashoffset: 268.0304;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-4 circle {
  stroke-dashoffset: 265.2672;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-5 circle {
  stroke-dashoffset: 262.504;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-6 circle {
  stroke-dashoffset: 259.7408;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-7 circle {
  stroke-dashoffset: 256.9776;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-8 circle {
  stroke-dashoffset: 254.2144;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-9 circle {
  stroke-dashoffset: 251.4512;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-10 circle {
  stroke-dashoffset: 248.688;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-11 circle {
  stroke-dashoffset: 245.9248;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-12 circle {
  stroke-dashoffset: 243.1616;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-13 circle {
  stroke-dashoffset: 240.3984;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-14 circle {
  stroke-dashoffset: 237.6352;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-15 circle {
  stroke-dashoffset: 234.872;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-16 circle {
  stroke-dashoffset: 232.1088;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-17 circle {
  stroke-dashoffset: 229.3456;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-18 circle {
  stroke-dashoffset: 226.5824;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-19 circle {
  stroke-dashoffset: 223.8192;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-20 circle {
  stroke-dashoffset: 221.056;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-21 circle {
  stroke-dashoffset: 218.2928;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-22 circle {
  stroke-dashoffset: 215.5296;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-23 circle {
  stroke-dashoffset: 212.7664;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-24 circle {
  stroke-dashoffset: 210.0032;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-25 circle {
  stroke-dashoffset: 207.24;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-26 circle {
  stroke-dashoffset: 204.4768;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-27 circle {
  stroke-dashoffset: 201.7136;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-28 circle {
  stroke-dashoffset: 198.9504;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-29 circle {
  stroke-dashoffset: 196.1872;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-30 circle {
  stroke-dashoffset: 193.424;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-31 circle {
  stroke-dashoffset: 190.6608;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-32 circle {
  stroke-dashoffset: 187.8976;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-33 circle {
  stroke-dashoffset: 185.1344;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-34 circle {
  stroke-dashoffset: 182.3712;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-35 circle {
  stroke-dashoffset: 179.608;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-36 circle {
  stroke-dashoffset: 176.8448;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-37 circle {
  stroke-dashoffset: 174.0816;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-38 circle {
  stroke-dashoffset: 171.3184;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-39 circle {
  stroke-dashoffset: 168.5552;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-40 circle {
  stroke-dashoffset: 165.792;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-41 circle {
  stroke-dashoffset: 163.0288;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-42 circle {
  stroke-dashoffset: 160.2656;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-43 circle {
  stroke-dashoffset: 157.5024;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-44 circle {
  stroke-dashoffset: 154.7392;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-45 circle {
  stroke-dashoffset: 151.976;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-46 circle {
  stroke-dashoffset: 149.2128;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-47 circle {
  stroke-dashoffset: 146.4496;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-48 circle {
  stroke-dashoffset: 143.6864;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-49 circle {
  stroke-dashoffset: 140.9232;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-50 circle {
  stroke-dashoffset: 138.16;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-51 circle {
  stroke-dashoffset: 135.3968;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-52 circle {
  stroke-dashoffset: 132.6336;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-53 circle {
  stroke-dashoffset: 129.8704;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-54 circle {
  stroke-dashoffset: 127.1072;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-55 circle {
  stroke-dashoffset: 124.344;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-56 circle {
  stroke-dashoffset: 121.5808;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-57 circle {
  stroke-dashoffset: 118.8176;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-58 circle {
  stroke-dashoffset: 116.0544;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-59 circle {
  stroke-dashoffset: 113.2912;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-60 circle {
  stroke-dashoffset: 110.528;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-61 circle {
  stroke-dashoffset: 107.7648;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-62 circle {
  stroke-dashoffset: 105.0016;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-63 circle {
  stroke-dashoffset: 102.2384;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-64 circle {
  stroke-dashoffset: 99.4752;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-65 circle {
  stroke-dashoffset: 96.712;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-66 circle {
  stroke-dashoffset: 93.9488;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-67 circle {
  stroke-dashoffset: 91.1856;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-68 circle {
  stroke-dashoffset: 88.4224;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-69 circle {
  stroke-dashoffset: 85.6592;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-70 circle {
  stroke-dashoffset: 82.896;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-71 circle {
  stroke-dashoffset: 80.1328;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-72 circle {
  stroke-dashoffset: 77.3696;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-73 circle {
  stroke-dashoffset: 74.6064;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-74 circle {
  stroke-dashoffset: 71.8432;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-75 circle {
  stroke-dashoffset: 69.08;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-76 circle {
  stroke-dashoffset: 66.3168;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-77 circle {
  stroke-dashoffset: 63.5536;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-78 circle {
  stroke-dashoffset: 60.7904;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-79 circle {
  stroke-dashoffset: 58.0272;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-80 circle {
  stroke-dashoffset: 55.264;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-81 circle {
  stroke-dashoffset: 52.5008;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-82 circle {
  stroke-dashoffset: 49.7376;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-83 circle {
  stroke-dashoffset: 46.9744;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-84 circle {
  stroke-dashoffset: 44.2112;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-85 circle {
  stroke-dashoffset: 41.448;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-86 circle {
  stroke-dashoffset: 38.6848;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-87 circle {
  stroke-dashoffset: 35.9216;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-88 circle {
  stroke-dashoffset: 33.1584;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-89 circle {
  stroke-dashoffset: 30.3952;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-90 circle {
  stroke-dashoffset: 27.632;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-91 circle {
  stroke-dashoffset: 24.8688;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-92 circle {
  stroke-dashoffset: 22.1056;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-93 circle {
  stroke-dashoffset: 19.3424;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-94 circle {
  stroke-dashoffset: 16.5792;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-95 circle {
  stroke-dashoffset: 13.816;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-96 circle {
  stroke-dashoffset: 11.0528;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-97 circle {
  stroke-dashoffset: 8.2896;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-98 circle {
  stroke-dashoffset: 5.5264;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-99 circle {
  stroke-dashoffset: 2.7632;
}
.stats-container .stats li.circle svg.circleFill.showme.percent-100 circle {
  stroke-dashoffset: 0;
}
.stats-container .stats li.circle svg.circleFill circle {
  stroke-dasharray: 276.32;
  stroke-dashoffset: 276.32;
}
.stats-container .stats li.circle svg.circleTrack {
  z-index: 0;
  stroke: #E7E7ED;
}

/*
  HALF WIDTH
*/
.half-width-container:after {
  content: "";
}
.half-width-container .container {
  padding: 0;
}

@media screen and (min-width: 900px) {
  .module-half-width {
    width: 50%;
    float: left;
  }
  .module-half-width:last-of-type:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
  }
  .module-half-width .stats-container .grid-1of3 {
    width: 33.3%;
  }
  .module-half-width .stats-container .grid-2of3 {
    width: 66.7%;
  }
}

/*
  GENERAL CONTENT
*/
@media screen and (min-width: 768px) {
  .has-side-img + section [class*=col-] {
    max-width: 66.664%;
  }
}

.general-content h2.title {
  margin-top: 0;
}
.general-content h3 {
  margin-top: 50px;
}

/*
  GRID CONTENT
*/
.grid-content {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}

.grid-item {
  transition: width 250ms;
  margin-top: 20px;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.grid-item:nth-of-type(3n+4) {
  clear: left;
}
.grid-item p {
  margin: 0;
}
@media screen and (min-width: 851px) {
  .grid-item:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 850px) {
  .grid-item:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .grid-item:first-of-type {
    margin-top: 0;
  }
  .grid-item {
    width: 100%;
  }
}

.browse-topics,
.grid-list {
  border-top: 1px solid #f4f4f7;
  border-bottom: 1px solid #f4f4f7;
  background-color: rgba(243, 243, 247, 0.5);
  padding: 0 10px;
}
.browse-topics .grid-item,
.grid-list .grid-item {
  padding: 0 10px;
}
.browse-topics .grid-item > .inner-wrapper,
.grid-list .grid-item > .inner-wrapper {
  -moz-flex: 1;
  flex: 1;
  flex-basis: auto;
  position: relative;
  background-color: #fff;
  padding: 20px 24px 53px;
  border-radius: 4px;
  border-top: 4px solid #25255e;
  border-right: 1px solid #E7E7ED;
  border-left: 1px solid #E7E7ED;
  border-bottom: 1px solid #E7E7ED;
  text-decoration: none;
}
.browse-topics .grid-item > .inner-wrapper.no-padding,
.grid-list .grid-item > .inner-wrapper.no-padding {
  padding: 0;
}
.browse-topics .grid-item > .inner-wrapper:hover .topic-icon,
.grid-list .grid-item > .inner-wrapper:hover .topic-icon {
  animation: iconshake 500ms ease-in-out;
}
.browse-topics .grid-item > .inner-wrapper .read-more,
.grid-list .grid-item > .inner-wrapper .read-more {
  position: absolute;
  bottom: 20px;
}
.browse-topics .grid-item > .inner-wrapper a,
.grid-list .grid-item > .inner-wrapper a {
  display: block;
  height: 100%;
  color: #58595b;
  text-decoration: none;
}
.browse-topics .grid-item > .inner-wrapper a span.read-more,
.grid-list .grid-item > .inner-wrapper a span.read-more {
  color: #A34198;
  text-decoration: underline;
}
.browse-topics .grid-item > .inner-wrapper a span.read-more:hover,
.grid-list .grid-item > .inner-wrapper a span.read-more:hover {
  color: #25255e;
  text-decoration: none;
}
.browse-topics .topic-icon,
.grid-list .topic-icon {
  display: block;
  width: 48px;
  height: 48px;
  background-size: auto 100%;
  position: relative;
}
.browse-topics h4,
.grid-list h4 {
  font-size: 21px;
  margin-top: 18px;
}
.browse-topics h4 a,
.grid-list h4 a {
  color: #012169;
  text-decoration: none;
}

.browse-topics .grid-item:nth-of-type(9n+2) .inner-wrapper, .browse-topics .grid-item:nth-of-type(9n+4) .inner-wrapper, .browse-topics .grid-item:nth-of-type(9n+9) .inner-wrapper {
  border-top-color: #A34198;
}
.browse-topics .grid-item:nth-of-type(9n+3) .inner-wrapper, .browse-topics .grid-item:nth-of-type(9n+5) .inner-wrapper, .browse-topics .grid-item:nth-of-type(9n+7) .inner-wrapper {
  border-top-color: #42BCAA;
}
@keyframes iconshake {
  0% {
    top: 0;
  }
  33% {
    top: -5px;
  }
  66% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
/*
  CENTERED CONTENT
*/
.latest-news .entry:last-of-type {
  padding-bottom: 0;
}

.research-entry .post-date {
  display: none;
}

.latest-news .entry {
  padding-bottom: 50px;
}
.latest-news .entry h4 {
  margin-bottom: 5px;
}
.latest-news .entry h4 a {
  color: #25255e;
  text-decoration: none;
}
.latest-news .entry h4 a:hover {
  color: #A34198;
}
.latest-news .entry p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .latest-news .entry .label-container {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .latest-news .entry .label-container {
    display: none;
  }
}

.centered-content .title-bar,
.latest-news .title-bar {
  margin-bottom: 35px;
}
.centered-content .title-bar h2,
.latest-news .title-bar h2 {
  margin-bottom: 10px;
}
.centered-content .title-bar p,
.latest-news .title-bar p {
  margin: 10px 0;
}
.centered-content .meta-more .col-4,
.centered-content .meta-more .col-2,
.latest-news .meta-more .col-4,
.latest-news .meta-more .col-2 {
  padding-left: 0;
}
.centered-content .meta-more .col-4,
.latest-news .meta-more .col-4 {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .centered-content .meta-more .col-4,
  .latest-news .meta-more .col-4 {
    margin-top: 20px;
    padding: 0;
  }
}

.featured-research {
  background-color: #25255e;
}
.featured-research h2,
.featured-research h4,
.featured-research p,
.featured-research li,
.featured-research a {
  color: #fff;
}
.featured-research .title-bar .intro-content {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
@media screen and (max-width: 950px) {
  .featured-research .col-1 {
    display: none;
  }
  .featured-research .col-4,
  .featured-research .inner-wrapper > .col-4 {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .featured-research .inner-wrapper > .col-4,
  .featured-research .col-3,
  .featured-research .col-2 {
    width: 100%;
  }
}

div.label {
  text-align: right;
  text-transform: uppercase;
  margin: 0 -4px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
}
div.label.post-date {
  font-weight: 600;
  color: #808284;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
div.label.post-date:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  background-color: #DBDCDE;
}
div.label a {
  text-decoration: none;
  color: #58595b;
}
div.label a:not(.no-follow):hover {
  text-decoration: none;
  color: #42BCAA !important;
}
div.label .project-label {
  padding-right: 10px;
  border-right: 1px solid #58595b;
  margin-right: 5px;
}
div.label > ul {
  display: inline-block;
  margin: 0;
}
div.label > ul > li {
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
div.label > ul > li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #58595b;
  border-right: 2px solid #58595b;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
div.label > ul > li.active .sub-menu {
  display: block;
  right: -12px;
  min-width: 150px;
  background-color: #fff;
}
div.label > ul > li.active .sub-menu:before, div.label > ul > li.active .sub-menu:after {
  background-color: #fff;
}
div.label > ul > li.active .sub-menu li {
  text-align: left;
}
div.label > ul > li.active .sub-menu li:hover a {
  color: #42BCAA;
}
div.label > ul > li.active .sub-menu a {
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
}
div.label > ul ul {
  display: none;
}

/*
  LATEST NEWS
*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news > .col-4 {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .latest-news > .col-4 {
    width: 100%;
  }
}
.latest-news .meta-more .label {
  font-weight: 600;
}
.latest-news .meta-more .label > a {
  color: #A34198;
}
.latest-news .meta-more .label > a:hover {
  color: #42BCAA;
}
.latest-news .meta-more .label > a.project-label {
  color: #25255e;
  border-right: none;
}
.latest-news .meta-more .label > ul > li:hover > a, .latest-news .meta-more .label > ul > li.active > a {
  color: #42BCAA;
}
.latest-news .meta-more .label > ul > li > a {
  color: #A34198;
}
.latest-news .meta-more .label > ul > li:after {
  border-color: #A34198;
  transition: border-color 250ms;
}
.latest-news .meta-more .label > ul > li:hover:after, .latest-news .meta-more .label > ul > li.active:after {
  border-color: #42BCAA;
}
@media screen and (max-width: 949px) {
  .latest-news .meta-more > .col-2,
  .latest-news .meta-more .label-container {
    width: 100%;
    float: none;
  }
  .latest-news .meta-more .label-container {
    margin-top: 20px;
    text-align: left;
  }
}
.latest-news .bg-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 33.336%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news .bg-wrapper {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .latest-news .bg-wrapper {
    display: none;
  }
}
.latest-news .bg-wrapper img {
  max-width: none;
  max-height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .latest-news .bg-wrapper img {
    position: absolute;
    right: 0;
    left: 0;
  }
}
.latest-news .row {
  max-width: 1020px;
  margin: 0 auto;
}
.latest-news .featured-img {
  position: absolute;
  right: -55%;
  top: 100px;
  bottom: 0;
}
.latest-news .featured-img img {
  border-radius: 100%;
}

/*
  STANDALONE CTA
*/
.rt-cta .col-3.img {
  margin-top: -50px;
  text-align: right;
}
.rt-cta .col-3.img img {
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .rt-cta .col-3 {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
  .rt-cta .col-3.show-mobile {
    text-align: center;
  }
  .rt-cta .col-3.show-mobile img {
    max-width: 70%;
    margin: 0 auto;
  }
  .rt-cta .col-3:first-of-type {
    margin-top: 0;
  }
}

/*
  FEATURES
*/
.features {
  background-color: #fff;
}
.features.navy {
  background-color: #25255e;
}
.features.navy * {
  color: #fff;
}
.features .title-bar p:last-of-type {
  margin-bottom: 25px;
}
.features img {
  border-radius: 4px;
  display: block;
}
@media screen and (min-width: 768px) {
  .features .row.flex {
    display: -moz-flex;
    display: flex;
  }
  .features .row.flex > div {
    position: relative;
  }
  .features .row.flex .inner-wrapper {
    padding-bottom: 38px;
  }
  .features .row.flex .btn-primary {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}
.features .media-wrapper {
  display: block;
  border-radius: 4px;
  margin-bottom: 24px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .features .media-wrapper {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.features .media-wrapper.embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.features .media-wrapper.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.features .col-3 .btn-primary {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .features .col-2 {
    width: 100%;
    margin-top: 50px;
  }
  .features .col-2:first-of-type {
    margin-top: 15px;
  }
  .features .col-2 img {
    display: block;
  }
}

/*
  NEWSLETTER CTA
*/
.integrated-cta {
  margin-top: 50px;
}
.integrated-cta .col-6 {
  padding-left: 0;
  padding-right: 0;
}
.integrated-cta.newsletter-cta {
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .integrated-cta.newsletter-cta {
    margin-bottom: 40px;
  }
}
.integrated-cta.newsletter-cta p {
  font-size: 18px;
  line-height: 1.67;
}
.integrated-cta.newsletter-cta input[type=submit] {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 650px) {
  .integrated-cta.newsletter-cta input[type=submit] {
    margin: 0 auto;
  }
}
.integrated-cta .resp_wrap {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .integrated-cta .col-4 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .integrated-cta .col-6 {
    padding: 0;
  }
}
.integrated-cta .inner-wrapper {
  padding: 35px 40px 40px;
}
.integrated-cta {
  /*
    MAILCHIMP OVERRIDES
  */
}
.integrated-cta .mc4wp-form-fields label {
  display: none;
}
.integrated-cta .mc4wp-form-fields input[type=email] {
  border-radius: 4px;
  border: 1px solid #DFDFE3;
  font-size: 16px;
  color: #808284;
  padding: 8px 15px;
  width: 70%;
}
@media screen and (max-width: 650px) {
  .integrated-cta .mc4wp-form-fields input[type=email] {
    width: 100%;
    margin-bottom: 20px;
  }
}
.integrated-cta .mc4wp-form-fields input[type=email],
.integrated-cta .mc4wp-form-fields input[type=submit] {
  display: inline-block;
}
.integrated-cta .mc4wp-form-fields input[type=email]:focus,
.integrated-cta .mc4wp-form-fields input[type=submit]:focus {
  outline: none;
}
.integrated-cta form {
  margin-top: 20px;
}
.integrated-cta p {
  font-size: 16px;
  line-height: 1.63;
}
.integrated-cta p:first-of-type {
  margin-top: 0;
}
.integrated-cta .btn-primary {
  margin-top: 5px;
}

.mc4wp-response .mc4wp-alert {
  margin-top: 20px;
}
.mc4wp-response {
  text-align: center;
  font-weight: 600;
  color: #25255e;
}
.mc4wp-response p {
  margin-bottom: 0;
}

/*
  Multilang Switcher
*/
.btn-switcher {
  display: none;
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: #A34198;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  font-size: 13px;
  line-height: 1;
  padding: 12px 12px 9px;
  margin-left: 20px;
  max-height: 34px;
}
@media (max-width: 510px) {
  .btn-switcher {
    display: none;
  }
}

.search-wrapper .btn-small {
  margin-left: 8px !important;
  margin-bottom: 0px !important;
}

.top-search-active .search-wrapper .btn-small {
  display: none;
}
.top-search-active .search-wrapper .btn-switcher {
  display: none;
}

/*
  FIXED BANNER CTA (REPORTS)
*/
.fixed-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
  background-color: #A34198;
}
.fixed-cta .resp_wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .fixed-cta .resp_wrap {
    padding-right: 70px;
  }
}
.fixed-cta p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  color: #fff;
}
.fixed-cta a {
  color: #fff;
}
.fixed-cta .resp_wrap > *:last-child,
.fixed-cta .button a {
  margin-bottom: 0;
}
.fixed-cta .fixed-cta-close {
  display: inline-block;
  font-size: 16px;
  margin-left: 25px;
}
.fixed-cta .btn {
  background-color: #25255e;
}

/*
  Latest News
*/
.module-latest-news .teaser > div:nth-child(3n+1) h4 a {
  color: #42BCAA;
}
.module-latest-news .teaser > div:nth-child(3n+2) h4 a {
  color: #A34198;
}
.module-latest-news .teaser > div:nth-child(3n+2) h4 a:hover {
  color: #25255e !important;
}

body .gform_wrapper .gform_required_legend {
  display: none;
}
body .gform_wrapper .gform-grid-col:first-child {
  padding-left: 0;
}
body .gform_wrapper .gfield-choice-input {
  border: none !important;
}
body .gform_wrapper .percentbar_blue {
  background: none;
  background-color: #42BCAA !important;
  height: 32px;
}
body .gform_wrapper .percentbar_blue span {
  text-shadow: none;
  font-size: 16px;
  line-height: 34px;
}
body .gform_wrapper .gf_progressbar {
  padding: 0;
}
body .gform_wrapper .gf_progressbar:after {
  background-color: #25255e;
  opacity: 0.1;
  height: 32px;
  margin-top: -32px;
}
body .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  color: #25255e;
  opacity: 1;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px !important;
}
body .gform_wrapper .gform_body fieldset {
  padding: 0 !important;
}
body .gform_wrapper .gform_body fieldset label {
  position: relative;
}
body .gform_wrapper .gform_body fieldset > * {
  position: relative;
  padding: 0 16px 0 0 !important;
}
body .gform_wrapper .gform_body fieldset > *:before {
  display: none !important;
}
body .gform_wrapper .gform_body fieldset > * input[type=text],
body .gform_wrapper .gform_body fieldset > * input[type=email] {
  padding: 8.5px 15px !important;
}
body .gform_wrapper .gform_body fieldset > * select {
  padding: 10px 0 7px;
  font-size: 16px;
  color: #646464;
  line-height: 1.19;
  padding-left: 15px;
  padding-right: 30px;
  border-color: #DFDFE3;
  border-radius: 4px;
}
body .gform_wrapper .gform_body fieldset > * select:focus {
  outline: none;
}
body .gform_wrapper .gform_body fieldset > * input[type=checkbox] + label,
body .gform_wrapper .gform_body fieldset > * input[type=radio] + label {
  padding-left: 30px !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 30px !important;
}
body .gform_wrapper .gform_body fieldset > * input[type=radio] + label {
  margin: 0;
}
body .gform_wrapper .gform_body fieldset > * input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid;
  border-color: #DBDCDE;
  background-color: #f4f4f7;
}
body .gform_wrapper .gform_body fieldset > * input[type=radio]:checked + label {
  margin: 0;
}
body .gform_wrapper .gform_body fieldset > * input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 11px;
  width: 10px;
  height: 10px;
  background-color: #42BCAA;
  border-radius: 100%;
  border-color: #42BCAA;
}
body .gform_wrapper .gform_body .gform_page_footer {
  border-top: 3px solid #F4F4F7;
  padding: 50px 0;
  margin-top: 50px;
}
@media (max-width: 510px) {
  body .gform_wrapper .gform_body .gform_page_footer {
    margin-top: 20px;
    padding: 20px 0;
  }
}
body .gform_wrapper .gform_body .gform_page_footer input[type=button],
body .gform_wrapper .gform_body .gform_page_footer input[type=submit] {
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: #42BCAA;
  border-radius: 2px;
  padding: 11px 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  line-height: 1.21;
  display: inline-block;
}
body .gform_wrapper .gform_body .gform_page_footer input[type=button]:hover, body .gform_wrapper .gform_body .gform_page_footer input[type=button]:focus,
body .gform_wrapper .gform_body .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_body .gform_page_footer input[type=submit]:focus {
  outline: none;
  background-color: #74C8BC;
}
body .gform_wrapper .select2-selection {
  min-height: 37px;
}

.form-toggle-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms;
}
.form-toggle-inner a.close {
  text-align: right;
  display: block;
  position: relative;
  padding-right: 20px;
}
.form-toggle-inner a.close:hover:after, .form-toggle-inner a.close:hover:before {
  background-color: #25255e;
}
.form-toggle-inner a.close:after, .form-toggle-inner a.close:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #A34198;
  position: absolute;
  top: calc(50% - 2px);
}
.form-toggle-inner a.close:before {
  transform: rotate(-45deg);
  right: 5px;
}
.form-toggle-inner a.close:after {
  transform: rotate(45deg);
  right: 0px;
}

.section--green .form-toggle h4 {
  background-color: #A34198;
}

.form-toggle img {
  margin: 0 auto 40px;
  display: block;
}
.form-toggle h4 {
  cursor: pointer;
  background-color: #25255e;
  color: #fff;
  padding: 10px 50px 10px 20px;
  position: relative;
}
.form-toggle h4:after {
  content: "+";
  display: block;
  position: absolute;
  top: 0.24em;
  right: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 1;
}
.form-toggle h4 + .form-toggle-inner {
  padding: 0 20px;
}
.form-toggle h4.active:after {
  content: "—";
  font-size: 24px;
  top: 0.58em;
}
.form-toggle h4.active + .form-toggle-inner {
  max-height: 30000px;
  overflow-y: scroll;
}

#input_3_38_copy_values_option_container label:before {
  top: 4px !important;
}

.gfield_time_ampm .select2-selection {
  position: relative;
}
.gfield_time_ampm .select2-selection .select2-selection__arrow {
  position: absolute;
  height: 1em;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  right: 6px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background-color 0ms;
  background-color: #25255e;
}
header.scrolled {
  background-color: #25255e;
}
header.scrolled .resp_wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  header.scrolled .resp_wrap {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1201px) {
  header.scrolled h1 a img.reg {
    height: 32px;
  }
}
header .resp_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 0ms;
}
@media screen and (max-width: 1200px) {
  header .resp_wrap {
    padding-top: 20px;
    padding-bottom: 0;
    background-color: #25255e;
  }
}
header .col-6,
header .nav-wrapper {
  display: -moz-flex;
  display: flex;
  flex-shrink: 0;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-flex-grow: 4;
  flex-grow: 4;
}
header .search-wrapper {
  padding-left: 20px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
}
@media (max-width: 510px) {
  header .search-wrapper {
    padding-left: 0;
  }
}
header .search-wrapper .search-icon {
  cursor: pointer;
  display: block;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_magnifying_glass_white.png);
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
}
@media screen and (max-width: 1200px) {
  header .search-wrapper:not(.mobile-search) .search-icon {
    display: none;
  }
}
header .search-wrapper .btn-primary {
  max-width: 200px;
  overflow: hidden;
  margin-left: 20px;
  transition: max-width 200ms;
}
header h1 {
  margin: 0;
  display: block;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  header h1 {
    padding-right: 10px;
  }
}
header h1 a {
  text-decoration: none;
  display: block;
}
header h1 a img {
  display: block;
  height: 62px;
  transition: height 250ms;
}
@media screen and (max-width: 400px) {
  header h1 a img {
    height: 42px;
  }
}
header h1 a img.scrolled {
  display: none;
}
header nav {
  -moz-flex-grow: 2;
  flex-grow: 2;
}
@media screen and (max-width: 1200px) {
  header nav {
    display: none;
  }
}
header nav > ul {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
header nav > ul > li {
  border-bottom: 2px solid transparent;
}
header nav > ul > li.menu-item-has-children:not(.mobile-icon) {
  padding-right: 19px;
}
header nav > ul > li:hover {
  border-color: #42BCAA;
}
header nav > ul > li:hover > .sub-menu {
  display: block;
}
header nav > ul > li.current-menu-item {
  border-color: #A34198;
}
header nav > ul > li.current_page_item {
  border-color: #A34198;
}
header ul li {
  display: inline-block;
  margin: 0 10px;
}
header ul li a {
  white-space: nowrap;
  color: #fff;
  padding: 0 5px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: block;
}
header ul li.btn-primary a {
  font-size: 13px;
}
header ul li.menu-item-has-children:not(.mobile-icon) {
  position: relative;
}
header ul li.menu-item-has-children:not(.mobile-icon) > a span {
  position: relative;
  display: block;
}
header ul li.menu-item-has-children:not(.mobile-icon) > a span:before, header ul li.menu-item-has-children:not(.mobile-icon) > a span:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
header ul li.menu-item-has-children:not(.mobile-icon) > a span:before {
  transform: rotate(-45deg);
  right: -18px;
}
@media screen and (max-width: 1200px) {
  header ul li.menu-item-has-children:not(.mobile-icon) > a span:before {
    right: -4px;
  }
}
header ul li.menu-item-has-children:not(.mobile-icon) > a span:after {
  transform: rotate(45deg);
  right: -13px;
  transition: right 250ms;
}
@media screen and (max-width: 1200px) {
  header ul li.menu-item-has-children:not(.mobile-icon) > a span:after {
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  header ul li.menu-item-has-children:not(.mobile-icon).active > a span:before, header ul li.menu-item-has-children:not(.mobile-icon).active > a span:after {
    width: 12px;
  }
  header ul li.menu-item-has-children:not(.mobile-icon).active > a span:after {
    right: -4px;
  }
}
header ul li.menu-item-has-children:not(.mobile-icon).active .sub-menu {
  display: block;
}
header ul li.menu-item-has-children:not(.mobile-icon).active .sub-menu a {
  font-weight: 400;
}

.sub-menu {
  display: none;
  margin: 0;
  position: absolute;
  top: 100%;
  right: -3px;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 2px;
  padding: 14px 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.sub-menu:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  box-shadow: none;
}
.sub-menu.grandchildren {
  display: none;
  right: auto;
  left: 100%;
  background-color: #d9daef;
  top: -5px;
}
.sub-menu.grandchildren:after {
  transform: rotate(45deg);
  left: -12px;
  right: auto;
  top: 10px;
}
.sub-menu li {
  padding: 0 24px;
  margin: 0;
  display: block;
}
.sub-menu li.menu-item-has-children {
  padding-right: 43px;
}
.sub-menu li:hover > a {
  color: #A34198;
}
.sub-menu li:hover > a span:before, .sub-menu li:hover > a span:after {
  opacity: 0;
}
.sub-menu li:hover > .grandchildren {
  display: block;
}
.sub-menu a {
  color: #25255e;
  padding: 0;
  line-height: 1.3;
  padding: 6px 0;
}
.sub-menu a span {
  display: block;
}
.sub-menu a span:before, .sub-menu a span:after {
  background-color: #25255e !important;
  opacity: 1;
}

@media screen and (min-width: 1201px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}
.mobile-nav > ul {
  width: 100%;
  display: -moz-flex;
  display: flex;
}
.mobile-nav > ul > li:not(.active) {
  background-color: #17173A;
}
.mobile-nav > ul > li:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav > ul li {
  border-bottom: 0;
  -moz-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  margin: 0;
  padding: 0 !important;
}
.mobile-nav > ul li a {
  display: block;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.mobile-nav > ul li a span {
  padding-right: 20px;
}
.mobile-nav > ul li.active {
  background-color: #25255e;
}
.mobile-nav > ul li.active .sub-menu {
  max-height: 100vh;
  height: calc(100vh - 154px);
  padding-top: 20px;
  padding-bottom: 60px;
}
.mobile-nav > ul li .sub-menu {
  display: block;
  box-shadow: none;
  position: fixed;
  top: 154px;
  width: 100vw;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms, padding 300ms;
  padding: 0 20px;
  border-radius: 0;
  right: 0;
  left: 0;
  background-color: #25255e;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav > ul li .sub-menu:before, .mobile-nav > ul li .sub-menu:after {
  display: none;
}
.mobile-nav > ul li .sub-menu .nav-topics {
  margin-top: 20px;
}
.mobile-nav > ul li .sub-menu .nav-topics li {
  margin-bottom: 10px;
}
.mobile-nav > ul li .sub-menu .nav-topics a {
  padding-left: 40px;
  position: relative;
}
.mobile-nav > ul li .sub-menu .nav-topics a i {
  width: 25px;
  height: 25px;
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.mobile-nav > ul li .sub-menu h5 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.mobile-nav > ul li .sub-menu > ul {
  padding: 0 20px;
}
.mobile-nav > ul li .sub-menu > ul li {
  border-left: 0;
}
.mobile-nav > ul li .sub-menu a {
  text-align: left;
  padding: 6px 0;
  color: #fff;
}
.mobile-nav > ul li .child-menu {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav > ul li .child-menu li {
  border: none;
  padding-left: 20px !important;
  position: relative;
}
.mobile-nav > ul li .child-menu li:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0.8em;
  margin-top: -1px;
}
.mobile-nav > ul li .child-menu .child-menu:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 1em);
  position: absolute;
  top: 1.3em;
  left: -2px;
  background-color: #25255e;
}
.mobile-nav > ul li:not(.mobile-icon) {
  padding-right: 30px;
}
.mobile-nav > ul li.mobile-icon > a {
  display: block;
}
.mobile-nav > ul li.mobile-icon > a span {
  display: block;
  width: 30px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 0;
}
.mobile-nav > ul li.mobile-icon > a span:before, .mobile-nav > ul li.mobile-icon > a span:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  margin-left: -12px;
  transition: margin-top 250ms, transform 250ms;
}
.mobile-nav > ul li.mobile-icon > a span:before {
  margin-top: 4px;
}
.mobile-nav > ul li.mobile-icon > a span:after {
  margin-top: -4px;
}
.mobile-nav > ul li.mobile-icon.active > a span:before {
  margin-top: 0;
  transform: rotate(-45deg);
}
.mobile-nav > ul li.mobile-icon.active > a span:after {
  margin-top: 0;
  transform: rotate(45deg);
}
.mobile-nav > ul li.mobile-icon > .sub-menu > ul {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}
.mobile-nav .mobile-search {
  padding: 20px;
}
.mobile-nav .mobile-search a {
  margin: 0 auto;
}

@media screen and (min-width: 1201px) {
  nav > ul > .menu-item-has-children:hover:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    bottom: -4px;
    right: 7px;
    margin-top: -5px;
    transform: rotate(45deg);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  }
}
/***
  Google Searchbar
***/
.gsc-control-cse {
  padding: 0 !important;
  background-color: transparent !important;
  height: auto;
  display: block;
  border: none !important;
}

.gsib_a {
  padding-top: 2px !important;
  padding-bottom: 0 !important;
}

.gsc-input-box {
  border-radius: 2px;
}

.gsc-input {
  background: none !important;
}

.gsc-search-button-v2 {
  cursor: pointer;
  display: block;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_magnifying_glass_white.png);
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 33px;
  width: 33px !important;
  border-radius: 50px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .page-content .sidebar-nav,
  .block-content .sidebar-nav,
  .tab-content .sidebar-nav,
  .text-with-image .sidebar-nav,
  .team-bio .sidebar-nav,
  .content .sidebar-nav {
    display: none;
  }
}
.page-content .sidebar-nav ul,
.block-content .sidebar-nav ul,
.tab-content .sidebar-nav ul,
.text-with-image .sidebar-nav ul,
.team-bio .sidebar-nav ul,
.content .sidebar-nav ul {
  border-left: 2px solid #DBDCDE;
  padding-left: 20px;
}
.page-content .sidebar-nav li,
.block-content .sidebar-nav li,
.tab-content .sidebar-nav li,
.text-with-image .sidebar-nav li,
.team-bio .sidebar-nav li,
.content .sidebar-nav li {
  position: relative;
}
.page-content .sidebar-nav li:not(:last-child),
.block-content .sidebar-nav li:not(:last-child),
.tab-content .sidebar-nav li:not(:last-child),
.text-with-image .sidebar-nav li:not(:last-child),
.team-bio .sidebar-nav li:not(:last-child),
.content .sidebar-nav li:not(:last-child) {
  margin-bottom: 10px;
}
.page-content .sidebar-nav li.current a,
.block-content .sidebar-nav li.current a,
.tab-content .sidebar-nav li.current a,
.text-with-image .sidebar-nav li.current a,
.team-bio .sidebar-nav li.current a,
.content .sidebar-nav li.current a {
  font-weight: 600;
}
.page-content .sidebar-nav li.current:before, .page-content .sidebar-nav li:hover:before,
.block-content .sidebar-nav li.current:before,
.block-content .sidebar-nav li:hover:before,
.tab-content .sidebar-nav li.current:before,
.tab-content .sidebar-nav li:hover:before,
.text-with-image .sidebar-nav li.current:before,
.text-with-image .sidebar-nav li:hover:before,
.team-bio .sidebar-nav li.current:before,
.team-bio .sidebar-nav li:hover:before,
.content .sidebar-nav li.current:before,
.content .sidebar-nav li:hover:before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  background-color: #A34198;
}
.page-content .sidebar-nav li.current a, .page-content .sidebar-nav li:hover a,
.block-content .sidebar-nav li.current a,
.block-content .sidebar-nav li:hover a,
.tab-content .sidebar-nav li.current a,
.tab-content .sidebar-nav li:hover a,
.text-with-image .sidebar-nav li.current a,
.text-with-image .sidebar-nav li:hover a,
.team-bio .sidebar-nav li.current a,
.team-bio .sidebar-nav li:hover a,
.content .sidebar-nav li.current a,
.content .sidebar-nav li:hover a {
  color: #A34198;
}
.page-content .sidebar-nav li a,
.block-content .sidebar-nav li a,
.tab-content .sidebar-nav li a,
.text-with-image .sidebar-nav li a,
.team-bio .sidebar-nav li a,
.content .sidebar-nav li a {
  color: #25255e;
  text-decoration: none;
  display: block;
}
.page-content .sidebar-nav.fixed,
.block-content .sidebar-nav.fixed,
.tab-content .sidebar-nav.fixed,
.text-with-image .sidebar-nav.fixed,
.team-bio .sidebar-nav.fixed,
.content .sidebar-nav.fixed {
  width: auto;
}
.page-content .sidebar-nav.fixed + .main-content,
.block-content .sidebar-nav.fixed + .main-content,
.tab-content .sidebar-nav.fixed + .main-content,
.text-with-image .sidebar-nav.fixed + .main-content,
.team-bio .sidebar-nav.fixed + .main-content,
.content .sidebar-nav.fixed + .main-content {
  margin-left: 33.33%;
}
.page-content .general-content,
.block-content .general-content,
.tab-content .general-content,
.text-with-image .general-content,
.team-bio .general-content,
.content .general-content {
  padding-top: 50px;
}
.page-content .general-content .resp_wrap,
.block-content .general-content .resp_wrap,
.tab-content .general-content .resp_wrap,
.text-with-image .general-content .resp_wrap,
.team-bio .general-content .resp_wrap,
.content .general-content .resp_wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-content p,
.block-content p,
.tab-content p,
.text-with-image p,
.team-bio p,
.content p {
  margin: 0 0 20px;
}
.page-content p + ul,
.page-content p + ol,
.block-content p + ul,
.block-content p + ol,
.tab-content p + ul,
.tab-content p + ol,
.text-with-image p + ul,
.text-with-image p + ol,
.team-bio p + ul,
.team-bio p + ol,
.content p + ul,
.content p + ol {
  margin: -10px 0 25px;
}
.page-content ol li,
.block-content ol li,
.tab-content ol li,
.text-with-image ol li,
.team-bio ol li,
.content ol li {
  display: block;
}
@media (min-width: 511px) {
  .page-content ul:not(.clean):not(.flex-direction-nav):not(.slides),
  .block-content ul:not(.clean):not(.flex-direction-nav):not(.slides),
  .tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides),
  .text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides),
  .team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides),
  .content ul:not(.clean):not(.flex-direction-nav):not(.slides) {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides),
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides),
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides),
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides),
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides),
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) {
  margin: 25px 0;
}
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li,
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) li,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) li,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) li,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li {
  position: relative;
  padding-left: 25px;
}
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li:not(:last-child),
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:not(:last-child),
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li:not(:last-child),
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:not(:last-child),
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li:not(:last-child),
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:not(:last-child),
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) li:not(:last-child),
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:not(:last-child),
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) li:not(:last-child),
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:not(:last-child),
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) li:not(:last-child),
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li:before,
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:before,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li:before,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:before,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li:before,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:before,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) li:before,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:before,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) li:before,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:before,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) li:before,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 3px solid #25255e;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 10.5px;
  left: 0;
}
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul,
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul {
  padding-left: 0;
}
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li,
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li {
  padding-left: 30px;
}
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li:before,
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li:before,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li:before,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li:before,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li:before,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li:before,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li:before,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li:before,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li:before,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li:before,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li:before,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li:before {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 0;
  top: 10px;
  background-color: #A34198;
}
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li,
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li {
  padding-left: 30px;
}
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li:before,
.page-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li:before,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li:before,
.block-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li:before,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li:before,
.tab-content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li:before,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li:before,
.text-with-image ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li:before,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li:before,
.team-bio ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li:before,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) li > ul > li > ul > li:before,
.content ul:not(.clean):not(.flex-direction-nav):not(.slides) ul > li > ul > li > ul > li > ul > li:before {
  top: 10px;
  border-width: 3px;
  background-color: transparent !important;
  border-color: #42BCAA;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .page-content .main-content,
  .block-content .main-content,
  .tab-content .main-content,
  .text-with-image .main-content,
  .team-bio .main-content,
  .content .main-content {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }
}
.page-content .main-content.centered,
.block-content .main-content.centered,
.tab-content .main-content.centered,
.text-with-image .main-content.centered,
.team-bio .main-content.centered,
.content .main-content.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-content .main-content.centered,
  .block-content .main-content.centered,
  .tab-content .main-content.centered,
  .text-with-image .main-content.centered,
  .team-bio .main-content.centered,
  .content .main-content.centered {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .page-content .main-content.centered,
  .block-content .main-content.centered,
  .tab-content .main-content.centered,
  .text-with-image .main-content.centered,
  .team-bio .main-content.centered,
  .content .main-content.centered {
    width: 100%;
  }
}
.page-content .main-content .row > div > *:last-child,
.block-content .main-content .row > div > *:last-child,
.tab-content .main-content .row > div > *:last-child,
.text-with-image .main-content .row > div > *:last-child,
.team-bio .main-content .row > div > *:last-child,
.content .main-content .row > div > *:last-child {
  margin-bottom: 0;
}
.page-content .main-content .row:not(:first-of-type),
.block-content .main-content .row:not(:first-of-type),
.tab-content .main-content .row:not(:first-of-type),
.text-with-image .main-content .row:not(:first-of-type),
.team-bio .main-content .row:not(:first-of-type),
.content .main-content .row:not(:first-of-type) {
  padding-top: 50px;
}
.page-content .main-content .row:first-of-type > div > *:first-child,
.block-content .main-content .row:first-of-type > div > *:first-child,
.tab-content .main-content .row:first-of-type > div > *:first-child,
.text-with-image .main-content .row:first-of-type > div > *:first-child,
.team-bio .main-content .row:first-of-type > div > *:first-child,
.content .main-content .row:first-of-type > div > *:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.page-content .main-content .row:last-of-type > div > *:last-child,
.block-content .main-content .row:last-of-type > div > *:last-child,
.tab-content .main-content .row:last-of-type > div > *:last-child,
.text-with-image .main-content .row:last-of-type > div > *:last-child,
.team-bio .main-content .row:last-of-type > div > *:last-child,
.content .main-content .row:last-of-type > div > *:last-child {
  margin-bottom: 0;
}
.page-content .main-content h2,
.block-content .main-content h2,
.tab-content .main-content h2,
.text-with-image .main-content h2,
.team-bio .main-content h2,
.content .main-content h2 {
  padding-top: 45px;
  margin-bottom: 20px;
  border-top: 3px solid #F4F4F7;
}
.page-content .flexslider,
.block-content .flexslider,
.tab-content .flexslider,
.text-with-image .flexslider,
.team-bio .flexslider,
.content .flexslider {
  margin-bottom: 0;
}
.page-content .flexslider ul li,
.page-content .flexslider ol li,
.block-content .flexslider ul li,
.block-content .flexslider ol li,
.tab-content .flexslider ul li,
.tab-content .flexslider ol li,
.text-with-image .flexslider ul li,
.text-with-image .flexslider ol li,
.team-bio .flexslider ul li,
.team-bio .flexslider ol li,
.content .flexslider ul li,
.content .flexslider ol li {
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
}
.page-content .flexslider ul li:before,
.page-content .flexslider ol li:before,
.block-content .flexslider ul li:before,
.block-content .flexslider ol li:before,
.tab-content .flexslider ul li:before,
.tab-content .flexslider ol li:before,
.text-with-image .flexslider ul li:before,
.text-with-image .flexslider ol li:before,
.team-bio .flexslider ul li:before,
.team-bio .flexslider ol li:before,
.content .flexslider ul li:before,
.content .flexslider ol li:before {
  display: none;
}
.page-content .flexslider ul li img,
.page-content .flexslider ol li img,
.block-content .flexslider ul li img,
.block-content .flexslider ol li img,
.tab-content .flexslider ul li img,
.tab-content .flexslider ol li img,
.text-with-image .flexslider ul li img,
.text-with-image .flexslider ol li img,
.team-bio .flexslider ul li img,
.team-bio .flexslider ol li img,
.content .flexslider ul li img,
.content .flexslider ol li img {
  border-radius: 4px;
  margin: 0 auto;
}
.page-content .flexslider ul,
.block-content .flexslider ul,
.tab-content .flexslider ul,
.text-with-image .flexslider ul,
.team-bio .flexslider ul,
.content .flexslider ul {
  margin: 0;
  padding: 0;
}
.page-content .flexslider ul li,
.block-content .flexslider ul li,
.tab-content .flexslider ul li,
.text-with-image .flexslider ul li,
.team-bio .flexslider ul li,
.content .flexslider ul li {
  margin-bottom: 0 !important;
}
.page-content .flexslider ol,
.block-content .flexslider ol,
.tab-content .flexslider ol,
.text-with-image .flexslider ol,
.team-bio .flexslider ol,
.content .flexslider ol {
  margin-top: 12px;
}
.page-content #carousel li:not(.flex-active-slide),
.block-content #carousel li:not(.flex-active-slide),
.tab-content #carousel li:not(.flex-active-slide),
.text-with-image #carousel li:not(.flex-active-slide),
.team-bio #carousel li:not(.flex-active-slide),
.content #carousel li:not(.flex-active-slide) {
  transition: opacity 250ms;
  opacity: 0.5;
  cursor: pointer;
}
.page-content #carousel .flex-direction-nav,
.block-content #carousel .flex-direction-nav,
.tab-content #carousel .flex-direction-nav,
.text-with-image #carousel .flex-direction-nav,
.team-bio #carousel .flex-direction-nav,
.content #carousel .flex-direction-nav {
  display: none !important;
}
.page-content .flex-direction-nav,
.block-content .flex-direction-nav,
.tab-content .flex-direction-nav,
.text-with-image .flex-direction-nav,
.team-bio .flex-direction-nav,
.content .flex-direction-nav {
  width: 100%;
  height: 54px;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -27px !important;
}
.page-content .flex-direction-nav a,
.block-content .flex-direction-nav a,
.tab-content .flex-direction-nav a,
.text-with-image .flex-direction-nav a,
.team-bio .flex-direction-nav a,
.content .flex-direction-nav a {
  width: 54px;
  height: 54px;
  margin-top: 0;
  transform: translateY(-50%);
}
.page-content .flex-direction-nav a:before,
.block-content .flex-direction-nav a:before,
.tab-content .flex-direction-nav a:before,
.text-with-image .flex-direction-nav a:before,
.team-bio .flex-direction-nav a:before,
.content .flex-direction-nav a:before {
  content: "";
  width: 54px;
  height: 54px;
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_gallery_nav_green@2x.png);
}
.page-content .flex-direction-nav .flex-nav-prev a:before,
.block-content .flex-direction-nav .flex-nav-prev a:before,
.tab-content .flex-direction-nav .flex-nav-prev a:before,
.text-with-image .flex-direction-nav .flex-nav-prev a:before,
.team-bio .flex-direction-nav .flex-nav-prev a:before,
.content .flex-direction-nav .flex-nav-prev a:before {
  transform: rotate(180deg);
  transform-origin: 50% 45%;
  -webkit-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
}
.page-content .flex-direction-nav .flex-disabled,
.block-content .flex-direction-nav .flex-disabled,
.tab-content .flex-direction-nav .flex-disabled,
.text-with-image .flex-direction-nav .flex-disabled,
.team-bio .flex-direction-nav .flex-disabled,
.content .flex-direction-nav .flex-disabled {
  display: none;
}
.page-content .flexslider:hover .flex-direction-nav .flex-next,
.block-content .flexslider:hover .flex-direction-nav .flex-next,
.tab-content .flexslider:hover .flex-direction-nav .flex-next,
.text-with-image .flexslider:hover .flex-direction-nav .flex-next,
.team-bio .flexslider:hover .flex-direction-nav .flex-next,
.content .flexslider:hover .flex-direction-nav .flex-next {
  right: 20px;
  opacity: 1;
}
.page-content .flexslider:hover .flex-direction-nav .flex-prev,
.block-content .flexslider:hover .flex-direction-nav .flex-prev,
.tab-content .flexslider:hover .flex-direction-nav .flex-prev,
.text-with-image .flexslider:hover .flex-direction-nav .flex-prev,
.team-bio .flexslider:hover .flex-direction-nav .flex-prev,
.content .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 17px;
}

.home .hero .col-3 {
  width: 66.667%;
}
@media screen and (max-width: 875px) {
  .home .hero .col-3 {
    width: 100%;
  }
}
.home .featured-research > .resp_wrap > .row > div > .research-entry {
  padding-bottom: 25px;
  padding-top: 0px;
}
.home .featured-research h4 a {
  color: #fff;
  transition: color 250ms;
}
.home .featured-research h4 a:hover {
  color: #42BCAA;
}
.home .featured-research a.read-more {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_white@2x.png);
  transition: color 250ms;
}
.home .featured-research a.read-more:hover {
  color: #42BCAA;
  text-decoration: none;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_green@2x.png);
}
.home .featured-research div.label .project-label {
  border-color: #fff;
  color: #fff;
}
.home .featured-research div.label > ul > li:after {
  border-color: #fff;
}
.home .featured-research div.label > ul > li > a {
  color: #fff;
}
.home .featured-research div.label > a {
  color: #fff;
}
.home .latest-news {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .home .latest-news {
    padding: 40px 0;
  }
}

.page-template-page-research .hero .content-wrapper {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-template-page-research .hero .inner-wrapper .col-3 {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .page-template-page-research .hero .inner-wrapper {
    padding-top: 20px;
  }
}

.apply-filters {
  position: fixed;
  bottom: -50%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  text-align: right;
  transition: bottom 350ms ease-in;
  z-index: 10;
}
.apply-filters .resp_wrap {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .apply-filters .resp_wrap {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.apply-filters.show {
  bottom: 0%;
}
.apply-filters .cancel-submit {
  font-size: 12px;
  margin-right: 30px;
}

.select-links {
  margin: 0;
}
.select-links li {
  display: inline-block;
}
.select-links a {
  font-size: 12px;
}

.filter-area:not(:first-of-type) {
  margin-top: 35px;
}
.filter-area .filter-header {
  margin-bottom: 20px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.filter-area .filter-header h5 {
  display: inline-block;
  margin-bottom: 0;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
.filter-area label {
  color: #25255e;
}
.filter-area .option-wrapper {
  display: block;
  position: relative;
  padding-left: 27px;
}
.filter-area .option-wrapper input {
  position: absolute;
  left: 0;
  top: 8px;
}

#searchresearch {
  margin-bottom: 50px;
  transition: all 300ms;
}
@media screen and (max-width: 767px) {
  #searchresearch {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}

.activate-filters {
  display: none;
  margin-bottom: 20px;
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}
.activate-filters:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  border-top: 1px solid #A34198;
  border-right: 1px solid #A34198;
  height: 6px;
  width: 6px;
  margin-top: -5px;
  transform: rotate(135deg);
  transition: transform 250ms;
}
@media screen and (max-width: 767px) {
  .activate-filters {
    display: inline-block;
  }
}

.show-filters .activate-filters {
  display: inline-block;
}
.show-filters .activate-filters:before {
  transform: rotate(-45deg);
  margin-top: -3px;
}
.show-filters #searchresearch {
  margin-bottom: 20px;
  max-height: 1000px;
}

input[type=checkbox]:not(:checked), input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox]:not(:checked) + label, input[type=checkbox]:checked + label {
  cursor: pointer;
}
input[type=checkbox]:not(:checked) + label:before, input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  background-color: #42BCAA;
  border-radius: 2px;
  border: 1px solid #42BCAA;
}
input[type=checkbox]:not(:checked) + label:after, input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 4.5px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  display: block;
}
input[type=checkbox]:not(:checked) + label:before {
  border-color: #DBDCDE;
  background-color: #F4F4F7;
}
input[type=checkbox]:checked + label:after {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_checkmark@2x.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 8px 8px;
}

.featured .research-entry:last-of-type {
  padding-bottom: 0;
}

.research-entry.no-results h4 {
  margin-bottom: 10px;
}
.research-entry.featured {
  margin-bottom: 50px;
  border: 1px solid rgba(37, 37, 94, 0.11);
  border-radius: 4px;
  background-color: rgba(244, 244, 247, 0.4);
  padding: 30px;
}
.research-entry.featured .featured-label {
  font-size: 14px;
  color: #42BCAA;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 31px;
  margin: 0 0 20px;
  line-height: 1;
}
.research-entry.featured .featured-label:before {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_star@2x.png);
  background-size: 16px 16px;
  background-position: left -1px;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: 0;
  width: 16px;
  height: 16px;
}

.search-research .searchbar-wrapper {
  position: relative;
  height: 175px;
}
@media screen and (max-width: 767px) {
  .search-research .searchbar-wrapper {
    margin-bottom: 20px;
  }
}
.search-research .searchbar-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #25255e;
}
.search-research .searchbar-wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #25255e;
}
.search-research .searchbar-wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #25255e;
}
.search-research .searchbar-wrapper :-moz-placeholder { /* Firefox 18- */
  color: #25255e;
}
.search-research #keyword {
  border-style: solid;
  font-weight: 600;
  border-color: #fff;
  box-shadow: none;
  width: 100%;
  padding: 20px 120px 20px 0px;
  line-height: 1.13;
  color: #25255e;
  font-size: 38px;
  text-overflow: ellipsis;
}
.search-research #keyword:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .search-research .col-4 {
    width: 100%;
  }
  .search-research .col-2 {
    display: none;
  }
}

/**
  SINGLE RESEARCH TOPIC
**/
.single-research-topic .has-side-img + section [class*=col-] {
  max-width: 100%;
}
.single-research-topic .latest-news {
  padding-top: 5%;
  background-color: #F9F9FB;
  padding-bottom: 5%;
}

/**
  SINGLE RESEARCH POST
**/
/**
  MISC
**/
div.label a.no-follow {
  color: #A34198;
  font-weight: 600;
}

div.label > ul > li:after {
  border-top: 2px solid #A34198;
  border-right: 2px solid #A34198;
}

div.label a.project-label, div.label a {
  color: #25255e;
  font-weight: 600;
}

/**
 BUBBLE IMAGES
**/
.bubble-images-wrapper {
  position: absolute;
  left: 75%;
  height: 750px;
  width: 750px;
}

.bubble-images {
  border-radius: 50%;
  width: 230px;
  height: 230px;
  text-align: center;
  border: 5px solid rgba(80, 80, 126, 0.65);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.bubble-images > a {
  text-decoration: none;
}

.bubble-images > a > p {
  text-align: center;
  font-size: 15px;
  top: 55px;
  left: 20%;
  width: 58%;
  position: relative;
  color: #fff;
  line-height: 16px;
}

.bubble-images.one {
  background-color: #42BCAA;
  bottom: 47%;
  right: 38%;
  position: relative;
  z-index: 2;
}

.bubble-images.two {
  background-color: #25255e;
  right: 50%;
  bottom: 55%;
  position: relative;
}

.bubble-images.three {
  background-color: #A34198;
  right: 22.5%;
  bottom: 85.5%;
  position: relative;
  z-index: 3;
}

.circle > span {
  display: block;
  font-size: 44px;
}

.circle > .arrow {
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_white@2x.png);
  background-repeat: no-repeat;
  background-size: 18px;
  left: 45%;
  bottom: 9%;
}

.bubble-images > a > .arrow {
  width: 23px;
  height: 23px;
  background: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_white@2x.png);
  background-repeat: no-repeat;
  background-size: 23px;
  left: 45%;
  bottom: 9%;
}

/**
 SINGLE TOPIC
**/
div.row.st {
  position: relative;
}

div.resp_wrap.st-resp {
  padding-top: 100px;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px;
}

.stat.st {
  font-size: 48px;
  position: relative;
  bottom: 9px;
  font-weight: 700;
  left: 20.4%;
  padding-right: 70%;
  margin-bottom: 15px;
}

/**
 MOBILE
**/
@media screen and (max-width: 1200px) {
  d.bubble-images-wrapper {
    left: 124%;
  }
}
@media screen and (max-width: 1000px) {
  .browse-topics > .resp_wrap > .row > .col-3 {
    margin-top: 15px;
  }
}
/**
 SINGLE RESEARCH PAGE
**/
.research-entry {
  padding-top: 50px;
}

div.col-2.sidebar.sr {
  background-color: #F9F9FB;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0px;
  border: 1pt solid #E3E3EA;
  border-radius: 5px;
  width: 300px;
}

div.col-2.sidebar.sr {
  margin-top: 100px;
}

#pdf {
  border-radius: 2px;
  width: 140%;
  text-align: center;
}

.topics {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.browse-topics > .resp_wrap {
  padding-top: 70px;
}

.general-content > h3 {
  margin-top: 25px;
}
.general-content > .resp_wrap > .row > div > p {
  padding: 15px 5px 0 0;
  max-width: 430px;
}
.general-content > .resp_wrap > .row > div > .btn-primary {
  margin-bottom: 20px;
}

.synopsis > .resp_wrap > .row > .col-4 > p {
  line-height: 34px;
}

.sidebar.sr > .widget > p {
  color: #58595B;
  font-size: 16px;
}

.rentry {
  font-size: 38px;
  padding-bottom: 15px;
}

/**
 RESEARCH TOPICS
**/
.rta-image > img.attachment-medium_large.size-medium_large {
  width: 380px;
  height: 380px;
}

.rt-cta > .resp_wrap > .row > .rta-image > img {
  position: relative;
  bottom: 55px;
}

.rta-wrapper {
  position: relative;
  top: 15px;
}

.research-tab#related-r, .research-tab#more {
  margin-left: 1px;
  width: 48.8%;
  margin-right: 0;
}

.research-tab#more {
  margin-left: 7px;
}

.st.sidebar.is_stuck {
  padding-top: 45px;
}

.event {
  margin-bottom: 20px;
}

.event-meta {
  padding: 20px 24px 53px;
}

.event-thumb {
  background-color: white;
  color: inherit;
  border-top: 4px solid #25255e;
  border-right: 1px solid #E7E7ED;
  border-left: 1px solid #E7E7ED;
  border-bottom: 1px solid #E7E7ED;
  border-radius: 4px;
  margin-bottom: 10px;
}
.event-thumb img {
  margin-bottom: -9px;
}

.grid-1of3:nth-of-type(18n+3) .event-thumb, .grid-1of3:nth-of-type(18n+7) .event-thumb, .grid-1of3:nth-of-type(18n+17) .event-thumb {
  border-top-color: #A34198;
}
.grid-1of3:nth-of-type(18n+5) .event-thumb, .grid-1of3:nth-of-type(18n+9) .event-thumb, .grid-1of3:nth-of-type(18n+13) .event-thumb {
  border-top-color: #42BCAA;
}

.events-landing .hero .btn-primary {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .events-landing .hero .col-5 {
    width: 100%;
  }
}
.events-landing .grid-list {
  background-color: #fff;
}
.events-landing .grid-content {
  margin-top: 0;
  -moz-align-items: stretch;
  align-items: stretch;
}
.events-landing .grid-content .grid-item {
  margin-top: 0;
}
.events-landing .grid-content .grid-item img {
  display: block;
}
.events-landing .grid-content .grid-item .inner-wrapper {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  height: 100%;
}
.events-landing .grid-content .grid-item .inner-wrapper img {
  opacity: 0;
}
.events-landing .grid-content .grid-item .inner-wrapper > p {
  color: #58595b;
}
.events-landing .grid-content .grid-item .inner-wrapper + p {
  margin: 12px 10px 0;
}
.events-landing .grid-content .grid-item:nth-of-type(18n+3) .inner-wrapper, .events-landing .grid-content .grid-item:nth-of-type(18n+7) .inner-wrapper, .events-landing .grid-content .grid-item:nth-of-type(18n+17) .inner-wrapper {
  border-top-color: #A34198;
}
.events-landing .grid-content .grid-item:nth-of-type(18n+5) .inner-wrapper, .events-landing .grid-content .grid-item:nth-of-type(18n+9) .inner-wrapper, .events-landing .grid-content .grid-item:nth-of-type(18n+13) .inner-wrapper {
  border-top-color: #42BCAA;
}
.events-landing .grid-content [class*=event-info-] {
  padding: 20px;
}
.events-landing .past-events h2 {
  margin-bottom: 50px;
}
.events-landing .rt-cta {
  background-color: rgba(243, 243, 247, 0.5);
}
@media screen and (min-width: 1024px) {
  .events-landing .rt-cta .col-3.img {
    margin-top: -40px;
  }
}
.events-landing .rt-cta .col-3.img img {
  border-radius: 50%;
}

.event-meta li {
  display: inline-block;
  position: relative;
}
.event-meta li:not(:first-child) {
  padding-left: 16px;
  margin-left: 10px;
}
.event-meta li:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #42BCAA;
  border-radius: 100%;
  margin-top: -4px;
}

.side_image_optional_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 760px;
  height: 818px;
  border-radius: 100% 0 0 100%;
  transform: translateX(50%);
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .side_image_optional_wrapper {
    right: -80px;
  }
}
@media screen and (max-width: 950px) {
  .side_image_optional_wrapper {
    display: none;
  }
}
.side_image_optional_wrapper .side_image_optional {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  background-size: cover;
  width: 100%;
  z-index: 50;
}

div.side_table.col-2 {
  position: relative;
  right: 11%;
  top: 90px;
}
div.side_table.col-2 > a {
  word-wrap: break-word;
}

.page-content .main-content {
  padding-bottom: 10%;
  position: relative;
}

/**
  SINGLE EVENT TOC
**/
#sttt > ul > li > a {
  color: #25255e;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 4px solid #E8E8E8;
  text-decoration: none;
}
#sttt > ul > li > a:hover {
  color: rgb(163, 65, 152);
  border-left: 4px solid rgb(163, 65, 152);
}
#sttt > ul > li {
  display: block;
  margin: 0;
}

@media screen and (max-width: 950px) {
  .news-landing .row > .col-4,
  .news-landing .row > .col-3,
  .news-landing .row > .col-2 {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .news-landing .row .sidebar {
    margin-top: 50px;
  }
}
.news-landing .rt-cta {
  background-color: #F4F4F7;
}
.news-landing .rt-cta .img img {
  border-radius: 100%;
}
@media screen and (min-width: 600px) {
  .news-landing .news-filters {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
}
.news-landing .news-filters {
  padding-bottom: 30px;
  border-bottom: 3px solid #F4F4F7;
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .news-landing .news-filters .filter-wrap {
    display: -moz-flex;
    display: flex;
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 80%;
  }
}
.news-landing .news-filters .filter-wrap {
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .news-landing .news-filters .filter-wrap > .filter-area {
    -moz-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 600px) {
  .news-landing .news-filters .filter-area {
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 599px) {
  .news-landing .news-filters .filter-area {
    width: 100%;
    display: block;
  }
}
.news-landing .news-filters .filter-area {
  margin-top: 0;
}
.news-landing .news-filters .filter-area:first-of-type {
  margin-top: 0;
  padding-left: 0;
}
.news-landing .news-filters .filter-area:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 599px) {
  .news-landing .news-filters .filter-area:last-of-type {
    margin-top: 10px;
  }
}
.news-landing .news-filters .filter-area label {
  color: #58595B;
}
.news-landing .news-filters .filter-area input[type=checkbox]:not(:checked) + label:before,
.news-landing .news-filters .filter-area input[type=checkbox]:checked + label:before {
  top: 6px;
}
.news-landing .news-filters .filter-area input[type=checkbox]:not(:checked) + label:after,
.news-landing .news-filters .filter-area input[type=checkbox]:checked + label:after {
  top: 11px;
}
.news-landing .news-filters .filter-area .select2-container {
  width: auto !important;
}
@media screen and (max-width: 599px) {
  .news-landing .news-filters .filter-area .select2-container {
    width: 100% !important;
  }
}
.news-landing .news-filters .filter-area .select2-selection {
  font-weight: 600;
  border: none;
}
.news-landing .news-filters .filter-area .select2-selection--single .select2-selection__rendered {
  color: #25255e !important;
  padding-left: 0;
  font-size: 18px;
}
.news-landing .news-filters .filter-area .select2-container--default .select2-selection--single .select2-selection__arrow b, .news-landing .news-filters .filter-area .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #25255e #25255e transparent transparent;
}
.news-landing .news-filters > ul {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 3px solid #F4F4F7;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.news-landing .news-filters > ul > li {
  -moz-flex: 1;
  flex: 1;
}
.news-landing .news-filters > ul > li.active {
  position: relative;
}
.news-landing .news-filters > ul > li.active .sub-menu {
  display: block;
}
.news-landing .pagination {
  padding-bottom: 0;
  margin-top: 50px;
}
.news-landing .select2-container--open .select2-dropdown.select2-dropdown--above {
  margin-left: -4px;
  border-bottom: 1px solid #DFDFE3 !important;
  border-radius: 0 0 4px 4px;
}
.news-landing .select2-container--open .select2-dropdown.select2-dropdown--above:before {
  bottom: -5px;
  transform: rotate(135deg);
}
.news-landing .select2-container--open .select2-dropdown.select2-dropdown--below {
  margin-left: -4px;
  border-top: 1px solid #DFDFE3 !important;
  border-radius: 4px 4px 0 0;
}
.news-landing .select2-container--open .select2-dropdown.select2-dropdown--below:before {
  top: -5px;
  transform: rotate(-45deg);
}
.news-landing .select2-container--open .select2-dropdown:before {
  content: "";
  display: block;
  border-top: 1px solid #DFDFE3;
  border-right: 1px solid #DFDFE3;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 6px;
  background: #fff;
}
.news-landing .select2-container--open .select2-results {
  position: relative;
  z-index: 10;
}
.news-landing .select2-container--open .select2-results li:first-child:hover {
  border-radius: 4px 4px 0 0;
}
.news-landing .select2-container--open .select2-results li:last-child:hover {
  border-radius: 0 0 4px 4px;
}

/**
  INIT
**/
.about {
  background-color: #ffffff;
}
.about.abtn {
  width: 73%;
}

.funding {
  background-color: #25255e;
}
.funding > .resp_wrap {
  position: relative;
}

.team {
  background-color: #f4f4f7;
  padding-bottom: 5%;
}

.new {
  background-color: #ffffff;
  padding-bottom: 5%;
}

/**
  ABOUT
**/
.about-header > p {
  padding-bottom: 35px;
}

/**
  FUNDING
**/
.funding_text {
  color: #ffffff;
}
.funding_text > h2 {
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .funding-wrapper {
    max-width: 42%;
    margin-left: auto;
    margin-right: auto;
  }
}

div.funding.button.row {
  left: 2%;
  position: relative;
}

.new-right-content {
  float: left;
  position: absolute;
  left: 55%;
  top: 25%;
}

.new-list {
  left: -18px;
  position: relative;
}

.new-circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
}

.inner-team, .board, .advisors, .partners {
  text-align: center;
}

/**
  BOTTOM RESEARCH LANDING SEARCH
**/
.search-input {
  width: 250px;
}

.row.inner-row {
  max-width: 100%;
  padding-left: 3%;
}

.btn-primary#search {
  position: relative;
  left: 124%;
  bottom: 54px;
}
.btn-primary#search > a {
  background-color: #A34198;
}

.btn-primary#advanced_search {
  position: relative;
  bottom: 94px;
  left: 174%;
}
.btn-primary#advanced_search > a {
  color: #A34198;
  background-color: #fff;
  border: 1px solid rgba(37, 37, 94, 0.11);
  box-shadow: none;
}

.research-landing-sidebar-wrapper {
  padding-top: 86px;
}

.search-input, .research-search, div.magnifying-glass {
  position: relative;
}

div.magnifying-glass {
  top: 11px;
  padding: 0;
  height: 15px;
  z-index: 999;
  width: 15px;
  left: 14px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_magnifying_glass_purple.png);
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
}

.research-search {
  font-size: 14px;
  padding: 3.95% 35px 3.95% 43px;
  display: inline-block;
  border: 1px solid #DBDCDE;
  bottom: 15px;
  width: 310px;
}
.research-search:focus {
  outline-width: 0;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  color: #BEC0C3;
}

.result {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #58595b;
  padding-bottom: 45px;
}
.result > span.col-6 {
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 17px;
  padding-left: 0px;
}

.result-arrow {
  left: 5%;
  position: relative;
  display: block;
  padding-left: 26px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}

input[type=radio] {
  display: none;
}

.topic-data {
  overflow-y: hidden;
}

.single_top > div.col-4 {
  padding-bottom: 25px;
}

/**
 BOTTOM SEARCH MOBILE
**/
@media screen and (max-width: 1600px) {
  .btn-primary#search {
    left: 125%;
  }
}

@media screen and (max-width: 610px) {
  .btn-primary#advanced_search > a {
    background-color: #74C8BC;
    color: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .research-search {
    width: 330px;
  }
}
@media screen and (max-width: 1500px) {
  .research-search {
    width: 320px;
  }
}
@media screen and (max-width: 1290px) {
  .research-search {
    width: 410px;
  }
}
@media screen and (max-width: 1015px) {
  .research-search {
    width: 330px;
  }
}
@media screen and (max-width: 1010px) {
  .research-search {
    width: 350px;
  }
}
@media screen and (max-width: 1005px) {
  .research-search {
    width: 300px;
  }
}
@media screen and (max-width: 990px) {
  .research-search {
    width: 280px;
  }
}
@media screen and (max-width: 820px) {
  .research-search {
    width: 260px;
  }
}
@media screen and (max-width: 770px) {
  .research-search {
    width: 360px;
  }
}
@media screen and (max-width: 640px) {
  .research-search {
    width: 280px;
  }
}
@media screen and (max-width: 610px) {
  .research-search {
    width: 550px;
  }
}
@media screen and (max-width: 605px) {
  .research-search {
    width: 540px;
  }
}
@media screen and (max-width: 591px) {
  .research-search {
    width: 530px;
  }
}
@media screen and (max-width: 585px) {
  .research-search {
    width: 520px;
  }
}
@media screen and (max-width: 560px) {
  .research-search {
    width: 500px;
  }
}
@media screen and (max-width: 548px) {
  .research-search {
    width: 490px;
  }
}
@media screen and (max-width: 535px) {
  .research-search {
    width: 475px;
  }
}
@media screen and (max-width: 516px) {
  .research-search {
    width: 460px;
  }
}
@media screen and (max-width: 501px) {
  .research-search {
    width: 450px;
  }
}
@media screen and (max-width: 493px) {
  .research-search {
    width: 433px;
  }
}
@media screen and (max-width: 475px) {
  .research-search {
    width: 408px;
  }
}
@media screen and (max-width: 445px) {
  .research-search {
    width: 390px;
  }
}
@media screen and (max-width: 435px) {
  .research-search {
    width: 380px;
  }
}
@media screen and (max-width: 425px) {
  .research-search {
    width: 374px;
  }
}
@media screen and (max-width: 415px) {
  .research-search {
    width: 365px;
  }
}
@media screen and (max-width: 410px) {
  .research-search {
    width: 355px;
  }
}
@media screen and (max-width: 395px) {
  .research-search {
    width: 345px;
  }
}
@media screen and (max-width: 390px) {
  .research-search {
    width: 340px;
  }
}
@media screen and (max-width: 390px) {
  .research-search {
    width: 330px;
  }
}

@media screen and (max-width: 1600px) {
  .btn-primary#advanced_search {
    left: 173%;
  }
}
@media screen and (max-width: 1500px) {
  .btn-primary#advanced_search {
    bottom: 93px;
  }
}
@media screen and (max-width: 1290px) {
  .btn-primary#advanced_search {
    left: 175%;
    bottom: 54px;
  }
}
@media screen and (max-width: 1220px) {
  .btn-primary#advanced_search {
    left: 175%;
  }
}
@media screen and (max-width: 1015px) {
  .btn-primary#advanced_search {
    left: 168%;
  }
}
@media screen and (max-width: 1005px) {
  .btn-primary#advanced_search {
    left: 165%;
  }
}
@media screen and (max-width: 990px) {
  .btn-primary#advanced_search {
    left: 162%;
  }
}
@media screen and (max-width: 965px) {
  .btn-primary#advanced_search {
    left: 154%;
  }
}
@media screen and (max-width: 945px) {
  .btn-primary#advanced_search {
    left: 151%;
  }
}
@media screen and (max-width: 931px) {
  .btn-primary#advanced_search {
    left: 148%;
  }
}
@media screen and (max-width: 925px) {
  .btn-primary#advanced_search {
    left: 145%;
  }
}
@media screen and (max-width: 915px) {
  .btn-primary#advanced_search {
    left: 141%;
  }
}
@media screen and (max-width: 900px) {
  .btn-primary#advanced_search {
    left: 136%;
  }
}
@media screen and (max-width: 865px) {
  .btn-primary#advanced_search {
    left: 131%;
  }
}
@media screen and (max-width: 840px) {
  .btn-primary#advanced_search {
    left: 121%;
  }
}
@media screen and (max-width: 820px) {
  .btn-primary#advanced_search {
    left: 117%;
  }
}
@media screen and (max-width: 800px) {
  .btn-primary#advanced_search {
    left: 108%;
  }
}
@media screen and (max-width: 767px) {
  .btn-primary#advanced_search {
    left: 199%;
  }
}
@media screen and (max-width: 764px) {
  .btn-primary#advanced_search {
    left: 191%;
  }
}
@media screen and (max-width: 725px) {
  .btn-primary#advanced_search {
    left: 182%;
  }
}
@media screen and (max-width: 710px) {
  .btn-primary#advanced_search {
    left: 177%;
  }
}
@media screen and (max-width: 700px) {
  .btn-primary#advanced_search {
    left: 172%;
  }
}
@media screen and (max-width: 680px) {
  .btn-primary#advanced_search {
    left: 167%;
  }
}
@media screen and (max-width: 665px) {
  .btn-primary#advanced_search {
    left: 157%;
  }
}
@media screen and (max-width: 640px) {
  .btn-primary#advanced_search {
    left: 145%;
  }
}
@media screen and (max-width: 625px) {
  .btn-primary#advanced_search {
    left: 143%;
  }
}
@media screen and (max-width: 610px) {
  .btn-primary#advanced_search {
    left: 138%;
    top: 1px;
  }
}
@media screen and (max-width: 600px) {
  .btn-primary#advanced_search {
    left: 133%;
  }
}
@media screen and (max-width: 585px) {
  .btn-primary#advanced_search {
    left: 126%;
  }
}
@media screen and (max-width: 560px) {
  .btn-primary#advanced_search {
    left: 118%;
  }
}
@media screen and (max-width: 548px) {
  .btn-primary#advanced_search {
    left: 114%;
  }
}
@media screen and (max-width: 535px) {
  .btn-primary#advanced_search {
    left: 108%;
  }
}
@media screen and (max-width: 516px) {
  .btn-primary#advanced_search {
    left: 101%;
  }
}
@media screen and (max-width: 501px) {
  .btn-primary#advanced_search {
    left: 97%;
  }
}
@media screen and (max-width: 493px) {
  .btn-primary#advanced_search {
    left: 92%;
  }
}
@media screen and (max-width: 475px) {
  .btn-primary#advanced_search {
    left: 81%;
  }
}
@media screen and (max-width: 445px) {
  .btn-primary#advanced_search {
    left: 75%;
  }
}
@media screen and (max-width: 435px) {
  .btn-primary#advanced_search {
    left: 71%;
  }
}
@media screen and (max-width: 425px) {
  .btn-primary#advanced_search {
    left: 68%;
  }
}
@media screen and (max-width: 415px) {
  .btn-primary#advanced_search {
    left: 64%;
  }
}
@media screen and (max-width: 410px) {
  .btn-primary#advanced_search {
    left: 61%;
  }
}
@media screen and (max-width: 395px) {
  .btn-primary#advanced_search {
    left: 57%;
  }
}
@media screen and (max-width: 390px) {
  .btn-primary#advanced_search {
    left: 55%;
  }
}
@media screen and (max-width: 340px) {
  .btn-primary#advanced_search {
    left: 50%;
  }
}

@media screen and (max-width: 1600px) {
  div#search.btn-primary {
    display: inline-block;
  }
}
@media screen and (max-width: 1500px) {
  div#search.btn-primary {
    left: 127%;
  }
}
@media screen and (max-width: 1290px) {
  div#search.btn-primary {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .col-2 {
    display: block;
  }
  #searchresearch {
    background-color: #fff;
    border: 1px solid #f4f4f7;
    border-radius: 5px;
    padding: 25px;
    z-index: 5;
    box-shadow: 3px 3px 3px 3px #f4f4f7;
    max-height: none;
    margin-bottom: 0;
    overflow: auto;
    width: 85%;
    left: 7%;
    top: 215px;
    position: absolute;
  }
  .sidebar-item.gray-box {
    display: block;
  }
}
section.advanced-search {
  padding-top: 50px;
}

/**
 CURRENT REPORT
**/
.current-report {
  width: 44%;
  margin-left: 48px;
  margin-top: 27px;
  padding: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dbdcde;
}

.survey.grid-content {
  position: relative;
  left: 24px;
  padding-bottom: 27px;
  border: 1px solid #dbdcde;
  background-color: rgba(244, 244, 247, 0.4);
}

/**
  SURVEY RESEARCH
**/
.survey-research {
  background-color: #f4f4f7;
}

.survey-research > .row > div.share {
  background-color: #ffffff;
  height: 40px;
  position: relative;
  top: -33px;
  border: 0;
  border-radius: 0;
  padding: 0;
  left: 23%;
  width: 400px;
}

.survey-research > .row > .btn-primary > a {
  position: relative;
  left: 20%;
}

.read-case {
  padding: 25px;
}

.survey-research > div.row.inner-wrapper {
  padding-top: 25px;
}

div.research-content {
  padding-bottom: 45px;
}

/**
 SOCIAL SHARE
**/
.social-wrapper.survey-research {
  background-color: #ffffff;
  padding-top: 55px;
  padding-right: 55px;
  padding-bottom: 15px;
  padding-left: 55px;
  border: 1pt solid #E3E3EA;
  margin-top: 55px;
  position: relative;
  left: 2%;
}

.survey-research > .row > .widget.share > #fb {
  left: 181px;
  bottom: 52px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_facebook_bak@2x.png);
}

.survey-research > .row > .widget.share > #twitt {
  left: 128px;
  bottom: 26px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_twitter_bak@2x.png);
}

.survey-research > .row > .widget.share > #mail {
  left: 238px;
  bottom: 76px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/green-mail.png);
  height: 24px;
  width: 28px;
}

.social-wrapper > .row > .widget.share > p {
  color: #25255E;
  font-weight: 700;
  font-size: 16px;
  left: 6%;
  position: relative;
}

/**
 SURVEY
**/
.survey-about > .resp_wrap > .row {
  padding-top: 35px;
}

.survey-reports {
  background-color: #f4f4f7;
}

.survey.new-right-content {
  top: 17%;
}

.survey.new-right-content > .new-circle {
  width: 640px;
  height: 640px;
  max-width: none;
}

/**
 PREVIOUS REPORTS
**/
.survey-reports > .resp_wrap > .row > .text-body {
  position: relative;
  left: 25%;
  padding-bottom: 25px;
}

.previous-reports > div {
  padding: 10px;
}
.previous-reports > div > a {
  font-size: 24px;
}

.share {
  height: 40px;
  position: relative;
  top: 60px;
  background-color: #F9F9FB;
  border: 1pt solid #E3E3EA;
  border-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 28px;
  text-align: left;
  padding-right: 273px;
  right: 10.6%;
}

.share > p {
  margin: 0px;
}

.sub-component {
  padding: 25px 45px 25px 20px;
}
.sub-component > .sub-component > p {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 65px;
  max-width: 88%;
}

/**
  WHO Component
**/
.ontario-who {
  background-color: rgba(243, 243, 247, 0.5);
}

.ontario-who-list {
  color: #25255e;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 4px solid #E8E8E8;
}
.ontario-who-list:hover {
  color: #A34198;
  border-left: 4px solid #A34198;
}

.who-wrapper {
  display: none;
}

.who-wrapper > img {
  position: relative;
  float: right;
  padding: 25px;
}

.ontario-tips-tip-wrapper {
  margin-top: 25px;
}

.ontario-tips {
  height: 1700px;
}

.tip-wrapper {
  height: 230px;
  padding: 35px 25px 0 0;
}
.tip-wrapper > p {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 90px;
  max-width: 88%;
}
.tip-wrapper > h4 {
  font-size: 19px;
  text-decoration: underline;
}

.block-who-wrapper {
  position: relative;
  padding-top: 5%;
  right: 5%;
}

/**
  TOOLTIP
**/
.tooltip-text {
  width: 210px;
  display: none;
  margin: 0;
  position: relative;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 2px;
  padding: 8px 24px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.tooltip-text:after {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  top: 8px;
  left: 10px;
  margin-bottom: -5px;
  transform: rotate(45deg);
  box-shadow: 6px 0px 6px 0 rgba(0, 0, 0, 0.2);
}
.tooltip-text > ul > li > span > a {
  color: #25255e;
  font-weight: 500;
  text-decoration: none;
}
.tooltip-text > ul > li > span > a:hover {
  color: #a34198;
}

.download-report:hover {
  display: block;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_download_report@2x.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 16px;
}

html {
  scroll-behavior: smooth;
}

.new-basics-landing {
  padding-top: 0;
  height: auto;
  position: relative;
}
.new-basics-landing p {
  line-height: 1.23;
}
.new-basics-landing .mobile-nav > ul li .sub-menu {
  top: 133px;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .new-basics-landing .mobile-nav > ul li .sub-menu {
    top: 153px;
  }
}
.new-basics-landing.modal-open .back-to-top {
  display: none;
}
.new-basics-landing.modal-open .backpack-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.new-basics-landing.modal-open footer,
.new-basics-landing.modal-open .unpack + div {
  position: relative;
}
.new-basics-landing.modal-open footer:before,
.new-basics-landing.modal-open .unpack + div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 10;
}
.new-basics-landing.admin-bar main {
  padding-top: 110px;
}
.new-basics-landing main {
  padding-top: 142px;
}
.new-basics-landing main .section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .new-basics-landing main .section {
    padding: 40px 0;
  }
}
.new-basics-landing main > div:not(.modal) {
  visibility: visible;
}
.new-basics-landing main .hero {
  margin-top: 0;
  top: 0;
}
.new-basics-landing main .hero .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .new-basics-landing main .hero .container {
    padding: 0;
  }
}
.new-basics-landing main .grid {
  margin-left: 0;
}
.new-basics-landing main .grid .grid-1of1 {
  padding-left: 0;
}
.new-basics-landing main .resp-video {
  position: relative;
}
.new-basics-landing main .resp-video img {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: opacity 250ms;
}
.new-basics-landing main .resp-video img.mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .new-basics-landing main .resp-video img.mobile-only {
    display: block;
  }
}
.new-basics-landing main .resp-video.video-active img {
  z-index: -1;
  opacity: 0;
}
.new-basics-landing main .resp-video.video-active iframe {
  opacity: 1;
}
.new-basics-landing main .resp-video iframe {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  transition: opacity 250ms;
}
.new-basics-landing main .nb-quotations.section {
  padding-top: 50px;
}
.new-basics-landing main .nb-quotations.section .container {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .new-basics-landing main .nb-quotations.section .container {
    padding-top: 40px;
  }
}
.new-basics-landing main .nb-quotations.section .quotation-mark {
  font-style: normal;
  font-size: 170px;
  font-weight: 600;
  color: #A34198;
  position: absolute;
  top: 60px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .new-basics-landing main .nb-quotations.section .quotation-mark {
    font-size: 80px;
    top: 30px;
    left: 27px;
  }
}
.new-basics-landing main .nb-quotations.section p {
  font-size: 24px;
  color: #A34198;
  line-height: 1.1;
  margin-bottom: 0;
  font-weight: 400;
}
.new-basics-landing main .nb-quotations.section p.quotation {
  font-size: 38px;
  color: #25255e;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .new-basics-landing main .nb-quotations.section p.quotation {
    font-size: 24px;
  }
}
.new-basics-landing main .section-intro {
  font-size: 24px;
  color: #25255e;
}
.new-basics-landing .timeline {
  overflow: hidden;
  background-color: #F8EFE4;
}
.new-basics-landing .timeline > .container {
  padding-left: 40px;
  padding-right: 40px;
}
.new-basics-landing .timeline .slider-nav {
  position: absolute;
  top: 50%;
  left: -60px;
  right: -60px;
}
@media screen and (max-width: 1070px) {
  .new-basics-landing .timeline .slider-nav {
    left: -32px;
    right: -32px;
  }
}
@media screen and (max-width: 767px) {
  .new-basics-landing .timeline .slider-nav {
    top: 160px;
  }
}
.new-basics-landing .timeline .slider-nav .slide-arrow {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 72px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_slider_arrow_desktop.png);
  background-size: cover;
}
@media screen and (max-width: 1070px) {
  .new-basics-landing .timeline .slider-nav .slide-arrow {
    background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_slider_arrow.png);
    background-position: center;
    background-size: 100%;
    width: 15px;
    height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .new-basics-landing .timeline .slider-nav .slide-arrow {
    width: 40px;
    height: 75px;
    background-size: 15px 57px;
    background-position: left center;
  }
}
.new-basics-landing .timeline .slider-nav .slide-arrow.prev-arrow {
  display: block;
  left: 0;
  transform: translateY(-50%);
}
.new-basics-landing .timeline .slider-nav .slide-arrow.next-arrow {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.new-basics-landing .timeline .timeline-wrapper {
  margin-top: 40px;
  position: relative;
}
.new-basics-landing .timeline .timeline-output {
  position: relative;
  opacity: 0;
  transition: opacity 500ms;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .new-basics-landing .timeline .timeline-output:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #A34198;
    position: absolute;
    top: -10px;
    left: 0;
  }
}
.new-basics-landing .timeline .timeline-output.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.new-basics-landing .timeline .timeline-output img {
  display: block;
}
@media screen and (max-width: 768px) {
  .new-basics-landing .timeline .timeline-output img {
    -moz-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .new-basics-landing .timeline .timeline-output .inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .new-basics-landing .timeline .timeline-output .inner-wrapper {
    -moz-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .new-basics-landing .timeline .timeline-output .inner-wrapper {
    margin-top: 20px;
  }
}
.new-basics-landing .timeline .timeline-output .inner-wrapper h2 {
  margin: 0;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .new-basics-landing .timeline .timeline-output .inner-wrapper h2 {
    font-size: 57px;
  }
}
.new-basics-landing .timeline .timeline-output .inner-wrapper p {
  color: #25255e;
}
.new-basics-landing .timeline .timeline-controls {
  list-style: none;
  border-top: 3px solid #25255e;
  padding: 20px 0 0 !important;
  margin: 0 !important;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .new-basics-landing .timeline .timeline-controls {
    display: none;
  }
}
.new-basics-landing .timeline .timeline-controls li {
  padding: 0 !important;
  font-size: 24px;
  color: #A34198;
  cursor: pointer;
  transition: all 250ms;
}
@media screen and (min-width: 1025px) {
  .new-basics-landing .timeline .timeline-controls li {
    max-width: 27%;
  }
}
.new-basics-landing .timeline .timeline-controls li:before {
  display: none;
}
.new-basics-landing .timeline .timeline-controls li:hover:not(.active) {
  color: #25255e;
}
.new-basics-landing .timeline .timeline-controls li.active {
  color: #25255e;
  font-weight: 700;
}
.new-basics-landing .timeline-instructions {
  color: #25255e;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .new-basics-landing .timeline-instructions {
    display: none;
  }
}
.new-basics-landing .more-info a {
  display: block;
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.17;
  color: #A34198;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .new-basics-landing .more-info a {
    font-size: 18px;
  }
}
.new-basics-landing .more-info a:hover {
  text-decoration: none;
}

.nb-columns {
  background-color: #F8EFE4;
}
.nb-columns h4 {
  margin-bottom: 0;
}
.nb-columns p {
  color: #25255e;
  margin-top: 10px;
}
.nb-columns .grid-flex {
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .nb-columns .grid-flex {
    margin: 0;
  }
}
.nb-columns .grid-flex .grid-1of3 {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .nb-columns .grid-flex .grid-1of3 {
    width: 100%;
    padding: 0;
  }
  .nb-columns .grid-flex .grid-1of3:not(:first-of-type) {
    margin-top: 20px;
  }
}
.nb-columns .grid-flex .grid-1of3 a {
  color: #A34198;
  text-decoration: underline;
}
.nb-columns .grid-flex .grid-1of3 a:hover {
  text-decoration: none;
}
.nb-columns img {
  max-width: 234px;
  width: 100%;
  display: block;
  margin: 0 auto 25px;
}

#quotation-slider {
  position: relative;
  padding-top: 30px;
}
#quotation-slider .flex-direction-nav {
  display: none;
}

.nb-modal-content,
.nb-modal-img {
  display: none;
}
.nb-modal-content.active,
.nb-modal-img.active {
  display: block;
}

#nb-modal {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  z-index: 100;
  transform: translateY(-50%);
  padding: 0;
  border-radius: 10px;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 991px) {
  #nb-modal {
    background-image: none !important;
  }
}
@media screen and (max-width: 767px) {
  #nb-modal {
    left: -10px;
    right: -10px;
    bottom: -20px;
    top: -110px;
  }
}
#nb-modal.section-lightblue {
  background-color: #91FFFC;
}
#nb-modal.section-lightblue p {
  color: #25255e;
}
#nb-modal.section-green {
  background-color: #C0FFF1;
}
#nb-modal.section-green p {
  color: #25255e;
}
#nb-modal.section-navy {
  background-color: #1A1173;
}
#nb-modal.section-navy .nb-modal-close {
  color: #42BCAA;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_close_teal.png);
}
#nb-modal.section-navy h2,
#nb-modal.section-navy p {
  color: #fff;
}
#nb-modal.section-navy a {
  color: #42BCAA;
}
#nb-modal .container {
  padding: 0;
  max-height: calc(100% - 20px);
  overflow-y: auto;
}
#nb-modal .nb-modal-close {
  position: absolute;
  right: 25px;
  top: 15px;
  transition: opacity 250ms;
  z-index: 10;
  height: 18px;
  width: 18px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_close_purple.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}
@media screen and (max-width: 767px) {
  #nb-modal .nb-modal-close {
    top: 15px;
    right: 15px;
    height: 22px;
    width: 22px;
    background-size: 80%;
  }
}
#nb-modal .nb-modal-close:hover {
  opacity: 0.8;
}
#nb-modal .modal-content-wrapper {
  padding: 30px 0 30px 40px;
  min-height: 550px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #nb-modal .modal-content-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #nb-modal .modal-content-wrapper {
    padding: 40px 20px 20px;
  }
}
#nb-modal .modal-content-wrapper .nb-modal-content {
  display: block;
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #nb-modal .modal-content-wrapper .nb-modal-content {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  #nb-modal .modal-content-wrapper .nb-modal-content {
    width: 100%;
  }
}
#nb-modal .modal-content-wrapper .nb-modal-content h2 {
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #nb-modal .modal-content-wrapper .nb-modal-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .nb-col-wrapper {
    display: -moz-flex;
    display: flex;
  }
}
.nb-col-wrapper {
  float: none;
  padding: 0;
  width: auto;
}
@media screen and (min-width: 769px) {
  .nb-col-wrapper .nb-col {
    padding: 0 20px;
  }
  .nb-col-wrapper .nb-col:first-child {
    padding-left: 0;
  }
  .nb-col-wrapper .nb-col:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .nb-col-wrapper .nb-col {
    margin-top: 20px;
  }
}

.nb-circle {
  position: relative;
  padding: 0;
  width: 100%;
  border-radius: 50%;
  list-style: none;
  overflow: hidden;
}
.nb-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.nb-circle .circle-center {
  width: 32%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.nb-circle .circle-center .inner-circle {
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nb-circle .circle-center .inner-circle {
    left: 10px;
    right: 10px;
  }
}
.nb-circle .circle-center .inner-circle img {
  max-height: 110px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .nb-circle .circle-center .inner-circle img {
    max-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .nb-circle .circle-center .inner-circle img {
    display: none;
  }
}
.nb-circle .circle-center .inner-circle h2 {
  text-align: center;
  margin: 0;
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .nb-circle .circle-center .inner-circle h2 {
    padding-bottom: 0;
    font-size: 18px;
  }
}
.nb-circle .circle-center:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 50%;
}

.backpack-container {
  position: relative;
}

.sliceWrapper {
  position: relative;
  padding: 0;
  width: 100%;
  border-radius: 50%;
  list-style: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
}
.sliceWrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.sliceWrapper li.skew {
  overflow: hidden;
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  transform-origin: 0% 100%;
  border: 5px solid #FFF;
}
.sliceWrapper li.skew:first-child {
  transform: rotate(0deg) skewY(162deg);
}
.sliceWrapper li.skew:first-child .slice {
  background-color: #e5d5e7;
  transition: background-color 250ms;
}
.sliceWrapper li.skew:first-child .slice.hovering, .sliceWrapper li.skew:first-child .slice:hover {
  background: rgb(188.8181818182, 148.0909090909, 193.9090909091);
}
.sliceWrapper li.skew:nth-child(2) {
  transform: rotate(72deg) skewY(162deg);
}
.sliceWrapper li.skew:nth-child(2) .slice {
  background-color: #d6dad9;
  transition: background-color 250ms;
}
.sliceWrapper li.skew:nth-child(2) .slice.hovering, .sliceWrapper li.skew:nth-child(2) .slice:hover {
  background: rgb(160.3846153846, 169.6153846154, 167.3076923077);
}
.sliceWrapper li.skew:nth-child(3) {
  transform: rotate(144deg) skewY(162deg);
}
.sliceWrapper li.skew:nth-child(3) .slice {
  background-color: #d4eae7;
  transition: background-color 250ms;
}
.sliceWrapper li.skew:nth-child(3) .slice.hovering, .sliceWrapper li.skew:nth-child(3) .slice:hover {
  background: rgb(143.46875, 200.53125, 192.75);
}
.sliceWrapper li.skew:nth-child(4) {
  transform: rotate(216deg) skewY(162deg);
}
.sliceWrapper li.skew:nth-child(4) .slice {
  background-color: #e5d5e7;
  transition: background-color 250ms;
}
.sliceWrapper li.skew:nth-child(4) .slice.hovering, .sliceWrapper li.skew:nth-child(4) .slice:hover {
  background: rgb(188.8181818182, 148.0909090909, 193.9090909091);
}
.sliceWrapper li.skew:nth-child(5) {
  transform: rotate(288deg) skewY(162deg);
}
.sliceWrapper li.skew:nth-child(5) .slice {
  background-color: #d4eae7;
  transition: background-color 250ms;
}
.sliceWrapper li.skew:nth-child(5) .slice.hovering, .sliceWrapper li.skew:nth-child(5) .slice:hover {
  background: rgb(143.46875, 200.53125, 192.75);
}
.sliceWrapper li.skew .slice {
  cursor: pointer;
  position: absolute;
  left: -100%;
  width: 200%;
  height: 200%;
}
.sliceWrapper li:not(.skew) {
  position: absolute;
  max-width: 25%;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sliceWrapper li:not(.skew) {
    max-width: 32%;
    font-size: 12px;
  }
}
.sliceWrapper li:not(.skew) img {
  max-height: 125px;
  max-width: 125px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .sliceWrapper li:not(.skew) img {
    max-height: 90px;
    max-width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .sliceWrapper li:not(.skew) img {
    margin-bottom: 10px;
    max-height: 40px;
    max-width: 40px;
  }
}
.sliceWrapper li:nth-child(6) {
  left: 57%;
  top: 13%;
}
@media screen and (max-width: 767px) {
  .sliceWrapper li:nth-child(6) {
    left: 56%;
    top: 9%;
  }
}
.sliceWrapper li:nth-child(7) {
  left: 69%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .sliceWrapper li:nth-child(7) {
    left: 65%;
    top: 47%;
  }
}
.sliceWrapper li:nth-child(8) {
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%) !important;
}
@media screen and (max-width: 767px) {
  .sliceWrapper li:nth-child(8) {
    bottom: 5%;
  }
}
.sliceWrapper li:nth-child(9) {
  left: 11%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .sliceWrapper li:nth-child(9) {
    left: 7%;
    top: 49%;
  }
}
.sliceWrapper li:nth-child(10) {
  left: 21%;
  top: 13%;
}
@media screen and (max-width: 767px) {
  .sliceWrapper li:nth-child(10) {
    left: 14%;
    top: 10%;
  }
}

.latest-covid {
  background-color: #f9f9fb;
}
.latest-covid + .all-covid {
  padding-top: 20px;
}
.latest-covid h2 {
  margin-bottom: 37px;
}
.latest-covid h3 span {
  position: relative;
  padding-left: 44px;
}
.latest-covid h3 span:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.latest-covid h3 span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 32px;
  height: 16px;
  background: #f9f9fb;
}
@media (min-width: 900px) {
  .latest-covid .order-1 {
    -moz-order: 1;
    order: 1;
  }
  .latest-covid .order-2 {
    -moz-order: 2;
    order: 2;
  }
  .latest-covid .order-3 {
    -moz-order: 3;
    order: 3;
  }
  .latest-covid .order-4 {
    -moz-order: 4;
    order: 4;
  }
  .latest-covid .order-5 {
    -moz-order: 7;
    order: 7;
  }
  .latest-covid .order-6 {
    -moz-order: 5;
    order: 5;
  }
  .latest-covid .order-7 {
    -moz-order: 8;
    order: 8;
  }
  .latest-covid .order-8 {
    -moz-order: 6;
    order: 6;
  }
  .latest-covid .order-9 {
    -moz-order: 9;
    order: 9;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  .latest-covid .grid-1of3.custom-order {
    width: 50%;
  }
  .latest-covid .grid-1of3.custom-order.order-1 {
    -moz-order: 1;
    order: 1;
    width: 100%;
  }
  .latest-covid .grid-1of3.custom-order.order-2 {
    -moz-order: 4;
    order: 4;
    width: 100%;
  }
  .latest-covid .grid-1of3.custom-order.order-3 {
    -moz-order: 7;
    order: 7;
    width: 100%;
  }
  .latest-covid .grid-1of3.custom-order.order-4 {
    -moz-order: 2;
    order: 2;
  }
  .latest-covid .grid-1of3.custom-order.order-5 {
    -moz-order: 3;
    order: 3;
  }
  .latest-covid .grid-1of3.custom-order.order-6 {
    -moz-order: 5;
    order: 5;
  }
  .latest-covid .grid-1of3.custom-order.order-7 {
    -moz-order: 6;
    order: 6;
  }
  .latest-covid .grid-1of3.custom-order.order-8 {
    -moz-order: 8;
    order: 8;
  }
  .latest-covid .grid-1of3.custom-order.order-9 {
    -moz-order: 9;
    order: 9;
  }
}
@media (max-width: 639px) {
  .latest-covid .grid-1of3.custom-order {
    width: 100%;
  }
  .latest-covid .grid-1of3.custom-order.order-1 {
    -moz-order: 1;
    order: 1;
  }
  .latest-covid .grid-1of3.custom-order.order-2 {
    -moz-order: 4;
    order: 4;
  }
  .latest-covid .grid-1of3.custom-order.order-3 {
    -moz-order: 7;
    order: 7;
    width: 100%;
  }
  .latest-covid .grid-1of3.custom-order.order-4 {
    -moz-order: 2;
    order: 2;
  }
  .latest-covid .grid-1of3.custom-order.order-5 {
    -moz-order: 3;
    order: 3;
  }
  .latest-covid .grid-1of3.custom-order.order-6 {
    -moz-order: 5;
    order: 5;
  }
  .latest-covid .grid-1of3.custom-order.order-7 {
    -moz-order: 6;
    order: 6;
  }
  .latest-covid .grid-1of3.custom-order.order-8 {
    -moz-order: 8;
    order: 8;
  }
  .latest-covid .grid-1of3.custom-order.order-9 {
    -moz-order: 9;
    order: 9;
  }
}
.latest-covid h4.topic-title:hover {
  color: #A34198;
}

.latest-covid .topic h4.topic-title,
.all-covid .topic h4.topic-title {
  font-size: 22px;
}
.latest-covid .topic p,
.all-covid .topic p {
  font-size: 16px;
  line-height: 1.6;
}

.all-covid {
  background-color: #f9f9fb;
}

.cat-color-navy span:before {
  background-color: #25255e;
}
.cat-color-navy .topic {
  border-top-color: #25255e;
}

.cat-color-purple span:before {
  background-color: #A34198;
}
.cat-color-purple .topic {
  border-top-color: #A34198;
}

.cat-color-green span:before {
  background-color: #42BCAA;
}
.cat-color-green .topic {
  border-top-color: #42BCAA;
}

.filter-btns {
  list-style: none;
  padding: 0;
  margin: 22px 0 37px;
  text-align: center;
}
.filter-btns li {
  display: inline-block;
  border-radius: 2px;
  margin: 0 2px;
}
@media (max-width: 639px) {
  .filter-btns li {
    display: block;
  }
}
.filter-btns li a {
  padding: 7px 24px 5px;
  box-shadow: none;
  border: 1px solid;
}
.filter-btns li a.cat-color-purple {
  background-color: #A34198;
  border-color: #A34198;
}
.filter-btns li a.cat-color-purple.active, .filter-btns li a.cat-color-purple:hover {
  color: #A34198 !important;
}
.filter-btns li a.cat-color-navy {
  background-color: #25255e;
  border-color: #25255e;
}
.filter-btns li a.cat-color-navy.active, .filter-btns li a.cat-color-navy:hover {
  color: #25255e !important;
}
.filter-btns li a.cat-color-green {
  background-color: #42BCAA;
  border-color: #42BCAA;
}
.filter-btns li a.cat-color-green.active, .filter-btns li a.cat-color-green:hover {
  color: #42BCAA !important;
}
.filter-btns li a.active, .filter-btns li a:hover {
  background-color: transparent;
}

.all-covid .topic a {
  height: auto;
}
.all-covid .topic .btn-more, .all-covid .topic .btn-download {
  left: 24px;
}
.all-covid .topic .topic-title a {
  color: #25255e;
}
.all-covid .topic .topic-title a:hover {
  color: #A34198;
}

.summary {
  max-height: 100%;
  transition: max-height;
}
.summary.hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms;
}

.show-summary {
  padding-right: 20px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.show-summary:after {
  content: "‹";
  display: block;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 250ms;
}
.show-summary.close:after {
  transform: translateY(-50%) rotate(-270deg);
}

.timeline-container {
  overflow-x: scroll;
}

.timeline-steps {
  margin: 0 auto;
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .timeline-steps {
    min-width: 980px;
  }
}
.timeline-steps .step {
  text-align: center;
}
.timeline-steps .step:last-child {
  text-align: left;
}
.timeline-steps .step:last-child p.step-title {
  color: #A34198;
  font-size: 22px;
  background: none;
  padding: 0;
  margin-bottom: 5px;
}
.timeline-steps .step:last-child ul:before, .timeline-steps .step:last-child ul:after {
  background-color: #A34198;
}
.timeline-steps .step:last-child ul:after {
  width: 100%;
}
.timeline-steps .step-content {
  position: relative;
}
.timeline-steps p.step-title {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  background: #25255e;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.timeline-steps ul {
  text-align: left;
  margin: 0 !important;
  padding: 10px 10px 0 10px !important;
  position: relative;
}
.timeline-steps ul:before, .timeline-steps ul:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-color: #d3d3d3;
  left: 0;
}
.timeline-steps ul:before {
  height: calc(100% + 10px);
  width: 5px;
}
.timeline-steps ul:after {
  height: 5px;
  width: calc(100% + 5px);
}
.timeline-steps ul li {
  font-size: 0.75em;
  line-height: 1.2;
  margin-bottom: 5px !important;
  padding-left: 15px !important;
}
.timeline-steps ul li:before {
  top: 4px !important;
  width: 8px !important;
  height: 8px !important;
}
.timeline-steps .arrow {
  width: 20px;
  height: 20px;
  border-top: 4px solid #A34198;
  border-right: 4px solid #A34198;
  transform: rotate(45deg);
  overflow: hidden;
  position: absolute !important;
  right: 0;
  top: -7px;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.page-template-page-rte .section {
  padding: 20px 0;
}
.page-template-page-rte .section.rte-framework {
  padding: 40px 0;
}

/* Columns Section */
.rte-columns .grid-2of3 .grid-1of3 {
  display: none;
}
@media screen and (max-width: 767px) {
  .rte-columns .grid-2of3 .grid-1of3 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .rte-columns .grid-2of3 + .grid-1of3 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .rte-columns .grid {
    display: -moz-flex;
    display: flex;
  }
}
.rte-columns .rte-cols-inner {
  padding: 20px 0;
}
.rte-columns .rte-cols-inner:first-child {
  padding-top: 10px;
}
.rte-columns .rte-cols-inner:last-child:not(blockquote) {
  padding-bottom: 0;
}
.rte-columns .rte-cols-inner > *:last-child:not(blockquote) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.rte-columns .rte-cols-inner > *:last-child:not(blockquote) > *:last-child:not(blockquote) {
  padding-bottom: 0;
}
.rte-columns .rte-cols-inner.preview .inner-content:not(.expanded) {
  max-height: 7em;
  overflow: hidden;
  position: relative;
}
.rte-columns .rte-cols-inner.preview .inner-content:not(.expanded):after {
  content: "";
  display: block;
  width: 100%;
  height: 9em;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rte-columns .rte-cols-inner.preview .inner-content.expanded + .expand-preview {
  display: none;
}
.rte-columns .rte-cols-inner.preview .inner-content.expanded ~ .expand-close {
  display: block;
}
.rte-columns .rte-cols-inner .expand-preview {
  display: block;
}
.rte-columns .rte-cols-inner .expand-preview,
.rte-columns .rte-cols-inner .expand-close {
  text-align: center;
}
.rte-columns .rte-cols-inner .expand-close {
  display: none;
}
.rte-columns .rte-cols-inner .inner-content > *:last-child:not(blockquote) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.rte-columns .grid-1of3 {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.rte-columns :target {
  visibility: visible;
  top: unset;
}
.rte-columns .sidebar {
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: rgba(12, 19, 71, 0.06);
  padding: 26px 20px 42px;
}
@media screen and (max-width: 767px) {
  .rte-columns .sidebar {
    margin-top: 30px;
    text-align: left;
  }
}
.rte-columns .sidebar h3 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #A34198;
}
.rte-columns .sidebar .rte-cols-inner {
  padding: 0;
}
.rte-columns .sidebar .block-content:not(:first-child) {
  padding-top: 30px;
}
.rte-columns .sidebar .share-item {
  position: relative;
  margin-bottom: 20px;
}
.rte-columns .sidebar .share-item img {
  display: block;
}
.rte-columns .sidebar .share-item:hover .hover {
  display: flex;
}
.rte-columns .sidebar .share-item .hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.rte-columns .sidebar .share-item .hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #25255e;
  opacity: 0.85;
}
.rte-columns .sidebar .share-item .hover ul {
  position: relative;
  z-index: 10;
}
.rte-columns .sidebar .share-item .hover li {
  color: #fff;
}
.rte-columns .sidebar .share-item .hover li.share-title {
  margin-left: 0;
  display: block;
  text-align: center;
}
.rte-columns .sidebar .share-item .hover li.share-title + li {
  margin-left: 0;
}
.rte-columns .sidebar .share-item .hover li .pfe-twitter {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_twitter_white@2x.png);
}
.rte-columns .sidebar .share-item .hover li .facebook {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_facebook_white@2x.png);
}
.rte-columns .sidebar .share-item .hover li .instagram {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_instagram_white@2x.png);
}
.rte-columns .sidebar .share-item .hover li .linkedin {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_linkedin_white.png);
}
.rte-columns #feedback .expand-preview {
  grid-column: 1/-1;
  text-align: center;
  position: relative;
}
.rte-columns #feedback .expand-preview:after {
  content: "";
  display: block;
  width: 100%;
  height: 6em;
  background: none;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}
.rte-columns #feedback .expand-preview span {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.rte-columns #feedback .expand-preview span:after {
  content: "";
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  margin-left: 10px;
  top: -3px;
  position: relative;
  z-index: 1;
  transition: all 250ms;
}
.rte-columns #feedback .expand-preview:hover span:after {
  border-color: #fff;
}
.rte-columns #feedback .expand-preview ~ * {
  display: none;
}
.rte-columns #feedback.expanded .gform_wrapper.gravity-theme .gform_footer {
  display: block;
}
.rte-columns .gform_required_legend {
  display: none;
}
.rte-columns .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  font-size: 18px;
  padding-right: 0 !important;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .rte-columns .gform_wrapper.gravity-theme .gfield_radio {
    display: flex !important;
  }
  .rte-columns .gform_wrapper.gravity-theme .gfield_radio .gchoice:not(:first-child) {
    padding-left: 16px;
  }
}
.rte-columns .gform_wrapper .gform_body fieldset > .ginput_container {
  padding-right: 0 !important;
}
.rte-columns .gform_wrapper .gform_body fieldset > * input[type=radio] + label {
  padding-left: 0 !important;
  padding-top: 24px !important;
  text-align: center;
  min-width: 24px;
}
.rte-columns .gform_wrapper .gform_body fieldset > * input[type=radio] + label:before {
  width: 24px !important;
  height: 24px !important;
  top: 0 !important;
  border-color: #25255E !important;
  background-color: #fff;
}
.rte-columns .gform_wrapper .gform_body fieldset > * input[type=radio] + label:after {
  top: 3px !important;
  width: 18px !important;
  height: 18px !important;
}
.rte-columns textarea,
.rte-columns input:not(.gfield-choice-input) {
  border-color: #25255E;
  border-radius: 0;
}
.rte-columns .gform_wrapper.gravity-theme .gform_footer {
  display: none;
}

/* Framework Section */
.rte-framework {
  background-color: rgba(163, 65, 152, 0.06);
  margin: 0 0 40px;
}
.rte-framework .purposes {
  padding-top: 25px;
  padding-bottom: 20px;
}
.rte-framework .purposes p {
  margin: 0;
}
.rte-framework .purposes .inner-wrapper {
  display: -moz-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .rte-framework .purposes .inner-wrapper {
    flex-wrap: wrap;
  }
}
.rte-framework .purposes {
  counter-reset: section;
}
.rte-framework .purposes .key-purpose {
  margin-top: 16px;
  border-radius: 8px;
  background-color: #42BCAA;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.44;
  position: relative;
  counter-increment: section;
  padding: 25px;
}
.rte-framework .purposes .key-purpose:not(.no-num) {
  padding: 25px 25px 25px 55px;
}
.rte-framework .purposes .key-purpose:not(.no-num):before {
  content: counter(section);
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: #25255e;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  left: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .rte-framework .purposes .key-purpose:not(:first-child) {
    margin-left: 16px;
  }
}
.rte-framework .goals {
  padding-top: 20px;
}
.rte-framework .goals .btn-wrapper {
  margin-top: 50px;
  text-align: center;
}
.rte-framework .goals .btn-wrapper .btn {
  margin-bottom: 0;
  background-color: #A34198;
  color: #fff;
}
.rte-framework .goals .btn-wrapper .btn:hover {
  background-color: #42BCAA;
}
.rte-framework .goals .icons {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.rte-framework .goals .icons .icon {
  cursor: pointer;
  perspective: 1000px;
}
.rte-framework .goals .icons .icon .icon-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.rte-framework .goals .icons .icon img {
  display: block;
}
.rte-framework .goals .icons .icon .hover-text {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  transform: rotateY(180deg);
  padding: 14px;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-flex-direction: column;
  flex-direction: column;
}
.rte-framework .goals .icons .icon .hover-text p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.rte-framework .goals .icons .icon .hover-text strong {
  text-transform: uppercase;
}
.rte-framework .goals .icons .icon .hover-text .more {
  font-size: 0.8rem;
  margin-top: 16px;
  display: block;
  color: #fff;
}
.rte-framework .goals .icons .icon .hover-text .more span {
  border-bottom: 1px solid #fff;
}
.rte-framework .goals .icons .icon img,
.rte-framework .goals .icons .icon .hover-text {
  position: absolute;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
}
.rte-framework .goals .icons .icon.show .icon-inner, .rte-framework .goals .icons .icon:hover .icon-inner {
  transform: rotateY(180deg);
}
.rte-framework .goals .icons .icon:nth-child(1) .hover-text {
  background-color: #0C1347;
}
.rte-framework .goals .icons .icon:nth-child(2) .hover-text {
  background-color: #862181;
}
.rte-framework .goals .icons .icon:nth-child(3) .hover-text {
  background-color: rgba(51, 51, 51, 0.8);
}
.rte-framework .goals .icons .icon:nth-child(4) .hover-text {
  background-color: #00B6AA;
}
@media screen and (min-width: 1024px) {
  .rte-framework .goals .icons .icon {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 1023px) {
  .rte-framework .goals .icons .icon {
    width: calc(50% - 8px);
  }
  .rte-framework .goals .icons .icon:nth-child(n+3) {
    margin-top: 16px;
  }
}
.rte-framework .goals .icons-content {
  background-color: #fff;
  padding: 50px 35px;
  margin-top: 16px;
}
.rte-framework .goals .icons-content:not(.show) {
  display: none;
}
.rte-framework .goals .icons-content .icons-content-inner:not(.show) {
  display: none;
}
.rte-framework .goals .icons-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.rte-framework .goals .icons-content p:nth-of-type(2) {
  margin-top: 50px;
}
.rte-framework .goals .icons-content .block-content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.rte-framework .goals .icons-content .block-content > ul {
  padding-left: 0;
  padding-right: 0;
  margin-top: 16px;
}
.rte-framework .goals .icons-content .block-content > ul > li:before {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_circle-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  width: 18px;
  height: 20px;
  border: none;
  border-radius: 0;
  top: 0.3em;
}
.rte-framework .goals .icons-content .block-content > ul li > ul {
  margin: 10px 0 0;
  padding-left: 24px;
}
.rte-framework .goals .icons-content .block-content > ul li > ul li {
  padding-left: 15px;
}
.rte-framework .goals .icons-content .block-content > ul li > ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #58595b;
  border-radius: 100%;
  top: 0.64em;
}

/* Details Section */
.rte-details > .container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .rte-details > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.rte-details .rte-details-inner {
  padding: 20px 0;
}
.rte-details .rte-details-inner:first-child {
  padding-top: 0;
}
.rte-details .rte-details-inner:last-child {
  padding: 40px 20px;
  background-color: rgb(163, 65, 152);
}
.rte-details .rte-details-inner:last-child h2:not(.gform_submission_error),
.rte-details .rte-details-inner:last-child p,
.rte-details .rte-details-inner:last-child a,
.rte-details .rte-details-inner:last-child .gform_confirmation_message,
.rte-details .rte-details-inner:last-child .gform_wrapper.gravity-theme .gfield_label,
.rte-details .rte-details-inner:last-child .gform_wrapper.gravity-theme label {
  color: #fff;
}
.rte-details .rte-details-inner:last-child input[type=radio] {
  display: none;
}
.rte-details .rte-details-inner:last-child .validation_message {
  padding: 5px !important;
}
.rte-details .rte-details-inner > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.rte-details .rte-details-inner > *:last-child > *:last-child {
  padding-bottom: 0;
}
.rte-details img.aligncenter {
  margin-top: 30px;
  margin-bottom: 0;
}
.rte-details .form-toggle {
  margin-top: 30px;
}

/* Acknowledgement Section */
.rte-acknowledgements .container {
  padding-top: 19px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .rte-acknowledgements .container {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.rte-acknowledgements .container:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #25255e;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
}
.rte-acknowledgements .container img {
  max-height: 98px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .rte-acknowledgements .container p {
    text-align: center;
  }
  .rte-acknowledgements .container img {
    display: block;
    margin: 0 auto;
  }
}

p.h4 {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}

*.purple {
  color: #A34198;
}

.rte-landing-alt .rte-framework {
  padding: 0;
  background-color: transparent;
}
.rte-landing-alt .rte-framework .container {
  padding: 0;
}
.rte-landing-alt .purposes .inner-wrapper {
  display: block;
}
.rte-landing-alt .purposes .inner-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
.rte-landing-alt .goals:not(:last-child) {
  margin-right: 32px;
}
@media (min-width: 1024px) {
  .rte-landing-alt .goals .icons .icon {
    flex: 1 1 auto;
  }
}
@media (max-width: 1023px) {
  .rte-landing-alt .goals .icons .icon {
    width: calc(50% - 8px);
  }
}
.rte-landing-alt .goals .icons-content {
  padding: 50px 0 0;
}
.rte-landing-alt .btn-wrapper {
  text-align: center;
  margin-top: 40px;
}
.rte-landing-alt .btn-wrapper a {
  margin-bottom: 0;
}

.yep-apply-cta {
  background-color: #F9F3F9;
}
.yep-apply-cta .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.yep-apply-cta .container > *:last-child {
  margin-bottom: 0;
}

a.btn.purple {
  background-color: #A34198;
}
a.btn.purple:hover {
  background-color: #42BCAA;
}

@media (max-width: 1023px) {
  section.pencil-navigation {
    padding-bottom: 0;
  }
}
section.pencil-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -moz-flex;
  display: flex;
  position: relative;
}
@media (max-width: 1023px) {
  section.pencil-navigation ul {
    flex-wrap: wrap;
  }
}
section.pencil-navigation ul:before, section.pencil-navigation ul:after {
  content: "";
  display: inline-block;
  height: 100px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}
section.pencil-navigation ul:before {
  width: 67px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/pencil_eraser@2x.png);
  margin-right: 4px;
}
section.pencil-navigation ul:after {
  width: 83px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/pencil_tip@2x.png);
  margin-left: 4px;
}
@media (max-width: 1023px) {
  section.pencil-navigation ul:before, section.pencil-navigation ul:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.pencil-navigation ul {
    display: block;
  }
}
section.pencil-navigation ul li {
  padding: 0;
  margin: 0 4px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: center;
  justify-content: center;
  -moz-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 100px;
  transition: background-color 250ms;
}
@media (max-width: 1023px) {
  section.pencil-navigation ul li {
    margin-bottom: 8px;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-flex: 0 0 calc(33.3% - 8px);
    flex: 0 0 calc(33.3% - 8px);
    height: auto;
    min-height: 54px;
  }
}
@media screen and (max-width: 767px) {
  section.pencil-navigation ul li {
    display: block;
    min-height: 0;
  }
}
section.pencil-navigation ul li:first-child, section.pencil-navigation ul li:nth-child(4) {
  background-color: #A34198;
}
section.pencil-navigation ul li:first-child:hover, section.pencil-navigation ul li:nth-child(4):hover {
  background-color: rgba(163, 65, 152, 0.8);
}
section.pencil-navigation ul li:nth-child(2), section.pencil-navigation ul li:nth-child(5) {
  background-color: #42BCAA;
}
section.pencil-navigation ul li:nth-child(2):hover, section.pencil-navigation ul li:nth-child(5):hover {
  background-color: #74C8BC;
}
section.pencil-navigation ul li:nth-child(3), section.pencil-navigation ul li:nth-child(6) {
  background-color: #25255e;
}
section.pencil-navigation ul li:nth-child(3):hover, section.pencil-navigation ul li:nth-child(6):hover {
  background-color: rgba(37, 37, 94, 0.8);
}
section.pencil-navigation ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px;
  text-align: center;
  font-weight: 700;
  line-height: 1.375;
  font-size: 16px;
  display: -moz-flex;
  display: flex;
  -moz-flex: 1 1 100%;
  flex: 1 1 100%;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  section.pencil-navigation ul li a {
    font-size: 1.25vw;
  }
}
@media (max-width: 1023px) {
  section.pencil-navigation ul li a {
    font-size: 15px;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
    position: relative;
    padding-left: 31px;
  }
  section.pencil-navigation ul li a:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 15px;
    background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_white_arrow_right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    top: 0.7em;
    left: 8px;
  }
}

section.yep-two-col blockquote,
section.yep-gallery blockquote {
  padding: 0;
  background-color: transparent;
  margin: 0 0 20px;
  border: none;
}
section.yep-two-col blockquote > p,
section.yep-gallery blockquote > p {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.13;
  font-style: normal;
  position: relative;
}
section.yep-two-col blockquote > p:before, section.yep-two-col blockquote > p:after,
section.yep-gallery blockquote > p:before,
section.yep-gallery blockquote > p:after {
  display: inline-block;
  font-size: 90px;
  line-height: 23px;
  position: relative;
}
section.yep-two-col blockquote > p:before,
section.yep-gallery blockquote > p:before {
  content: open-quote;
  top: 14px;
  padding-right: 5px;
}
section.yep-two-col blockquote > p:after,
section.yep-gallery blockquote > p:after {
  content: close-quote;
  top: 18px;
}

section.yep-two-col {
  padding-bottom: 15px;
}
section.yep-two-col .grid > *:first-child * {
  color: #42BCAA;
}

[id^=section-] {
  top: unset;
  visibility: visible;
}

.section.yep-gallery .container > .grid {
  margin-top: 50px;
}
.section.yep-gallery a.btn {
  margin-top: 25px;
}
.section.yep-gallery img {
  border-radius: 4px;
  display: block;
  margin-bottom: 24px;
  width: 100%;
}
.section.yep-gallery p.mg-caption {
  font-weight: 700;
  color: #A34198;
  font-size: 0.8em;
  line-height: 1.5;
  margin-top: -10px;
}
.section.yep-gallery blockquote {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  padding-top: 24px;
  position: relative;
}
.section.yep-gallery blockquote > p:before, .section.yep-gallery blockquote > p:after {
  font-size: 50px;
  line-height: 12px;
}
.section.yep-gallery blockquote .attribution-wrapper {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  margin-top: 15px;
}
.section.yep-gallery blockquote .attribution-wrapper img {
  margin-right: 10px;
  margin-bottom: 0;
  width: 50px;
  -moz-flex: 0 0 50px;
  flex: 0 0 50px;
}
.section.yep-gallery blockquote .attribution-wrapper p.attribution {
  margin-top: 0;
}
.section.yep-gallery blockquote p {
  color: #42BCAA;
  font-size: 20px;
  line-height: 1.21;
  position: relative;
  font-style: normal;
}
.section.yep-gallery blockquote p.attribution {
  font-weight: 700;
}
.section.yep-gallery .quote-img {
  border-radius: 100%;
  border: 3px solid #42BCAA;
}
.section.yep-gallery .vid-wrapper {
  position: relative;
  border-radius: 4px;
}
.section.yep-gallery .vid-wrapper .play-wrapper {
  position: relative;
}
.section.yep-gallery .vid-wrapper .play-wrapper.active + video {
  display: none;
  z-index: -1;
}
.section.yep-gallery .vid-wrapper .play-wrapper:not(.active) img {
  display: none;
}
.section.yep-gallery .vid-wrapper button {
  background-color: #fff;
  display: block;
  margin: 0 auto 0 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 40px 0 40px 69px;
  border-color: transparent transparent transparent #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  opacity: 0.5;
  transition: opacity 250ms;
  display: none;
}
.section.yep-gallery .vid-wrapper button:hover {
  opacity: 0.8;
}
.section.yep-gallery .vid-wrapper button.active {
  display: block;
  background-color: transparent;
}
.section.yep-gallery .vid-wrapper video {
  position: relative;
  border-radius: 4px;
  transition: all 1s;
  display: block;
}

section.yep-slider {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.yep-slider h2 {
  margin-bottom: 45px;
}
section.yep-slider .grid-4of5 {
  position: relative;
}
section.yep-slider a.btn {
  position: absolute;
  right: 0;
  bottom: -27px;
  transform: translateY(-100%);
  margin-bottom: 0;
}
section.yep-slider .flexslider {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
section.yep-slider .flexslider .slides > li span {
  border: 2px solid #F9F3F9;
  padding: 50px;
  display: block;
}
section.yep-slider .flexslider .slides > li h4 {
  color: #42BCAA;
}
section.yep-slider .flexslider .slides > li ol {
  padding: 0;
}
section.yep-slider .flexslider .slides > li ol > li:before {
  font-weight: 400;
  color: #fff;
  min-width: 1em;
  margin-right: 10px;
}
section.yep-slider .flexslider .slides > li ul > li {
  position: relative;
  padding-left: 1.25em;
}
section.yep-slider .flexslider .slides > li ul > li:not(:last-child) {
  margin-bottom: 10px;
}
section.yep-slider .flexslider .slides > li ul > li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 0.5em;
  left: 0;
}
section.yep-slider .flexslider .slides > li *:last-child:not(span) {
  padding-bottom: 0;
  margin-bottom: 0;
}
section.yep-slider .flexslider .flex-direction-nav {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  margin-top: 16px;
}
section.yep-slider .flexslider .flex-direction-nav li {
  position: relative;
}
section.yep-slider .flexslider .flex-direction-nav li:first-child {
  margin-right: 15px;
}
section.yep-slider .flexslider .flex-direction-nav li:first-child a {
  transform: rotate(180deg);
}
section.yep-slider .flexslider .flex-direction-nav li a {
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_slide_button.png);
  margin: 0;
  position: relative;
  opacity: 1;
  text-shadow: none;
  white-space: nowrap;
  text-indent: 100%;
  right: unset !important;
  left: unset !important;
}
section.yep-slider .flexslider .flex-direction-nav li a.flex-disabled {
  opacity: 1 !important;
  z-index: 1;
}
section.yep-slider .flexslider:hover .flex-direction-nav a {
  opacity: 1;
}

.section--green .form-toggle-inner {
  background-color: #fff;
  padding: 0 !important;
  color: #58595b;
}
.section--green .form-toggle-inner .inner-wrapper {
  padding: 20px;
}

#yep-team-slider {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  #yep-team-slider {
    margin-left: 32px;
    margin-right: 32px;
  }
}
#yep-team-slider .team-slider-inner {
  overflow: hidden;
  position: relative;
}
#yep-team-slider ul:not(.yep-team-slider-nav) {
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  left: 0;
}
#yep-team-slider ul:not(.yep-team-slider-nav) li {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #yep-team-slider ul:not(.yep-team-slider-nav) li {
    -moz-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }
}
@media screen and (max-width: 767px) {
  #yep-team-slider ul:not(.yep-team-slider-nav) li {
    -moz-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
#yep-team-slider ul:not(.yep-team-slider-nav) li span {
  display: block;
}
#yep-team-slider ul:not(.yep-team-slider-nav) li span.img-wrapper {
  position: relative;
  padding-bottom: 100%;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
#yep-team-slider ul:not(.yep-team-slider-nav) li span.img-wrapper img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
#yep-team-slider ul:not(.yep-team-slider-nav) li span.team-titles {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 4px 4px;
  -moz-flex-grow: 1;
  flex-grow: 1;
}
#yep-team-slider ul:not(.yep-team-slider-nav) li span.team-titles > * {
  color: #A34198;
}
#yep-team-slider ul:not(.yep-team-slider-nav) .team-content {
  display: none;
}
#yep-team-slider ul.yep-team-slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
#yep-team-slider ul.yep-team-slider-nav li {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  display: block;
  width: 52px;
  height: 52px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_slide_button_navy.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #yep-team-slider ul.yep-team-slider-nav li {
    width: 40px;
    height: 40px;
  }
}
#yep-team-slider ul.yep-team-slider-nav li.disabled {
  opacity: 0;
  pointer-events: none;
}
#yep-team-slider ul.yep-team-slider-nav li:first-child {
  left: -20px;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #yep-team-slider ul.yep-team-slider-nav li:first-child {
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  #yep-team-slider ul.yep-team-slider-nav li:first-child {
    left: 10px;
  }
}
#yep-team-slider ul.yep-team-slider-nav li:last-child {
  right: -20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #yep-team-slider ul.yep-team-slider-nav li:last-child {
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  #yep-team-slider ul.yep-team-slider-nav li:last-child {
    right: 10px;
  }
}

.yep-icons {
  display: -moz-flex;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .yep-icons {
    flex-wrap: wrap;
  }
}
.yep-icons .yep-icon {
  text-align: center;
  max-width: 200px;
  padding: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .yep-icons .yep-icon {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .yep-icons .yep-icon {
    width: 50%;
  }
}
.yep-icons .yep-icon img {
  margin: 0 auto;
}
.yep-icons .yep-icon p {
  color: #25255e;
  font-weight: 700;
}

.modal--team .modal-content > .team-titles {
  display: none;
}

.bg-bubbles, .bg-waves, .bg-chevrons, .bg-circles {
  padding-bottom: 122px;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100%;
}
@media (max-width: 510px) {
  .bg-bubbles, .bg-waves, .bg-chevrons, .bg-circles {
    background-size: auto 35px;
  }
}
@media (min-width: 511px) {
  .bg-bubbles, .bg-waves, .bg-chevrons, .bg-circles {
    padding-top: 122px;
  }
}

.bg-circles {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/bg_circles@2x.png);
}
@media (max-width: 510px) {
  .bg-circles {
    background-size: auto 72px;
  }
}

.bg-chevrons {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/bg_chevrons@2x.png);
  background-size: auto 50px;
}

.bg-waves {
  padding-bottom: 142px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/bg_waves@2x.png);
  background-position: left bottom 22px;
}
@media (max-width: 510px) {
  .bg-waves {
    background-size: auto 72px;
  }
}

.bg-bubbles {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/bg_bubbles@2x.png);
}

.block {
  margin-bottom: 30px;
}

.btn {
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: #42BCAA;
  border-radius: 2px;
  padding: 11px 24px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  line-height: 1.21;
  display: inline-block;
  margin-bottom: 18px;
  transition: background-color 0.36s ease-in-out;
  cursor: pointer;
}
.btn:hover {
  background-color: #74C8BC;
  color: #ffffff !important;
}
@media (min-width: 511px) {
  .cta .btn {
    margin-bottom: 7px;
  }
}
.btn .section--green {
  background-color: #25255e;
}
.btn .section--green:hover {
  background-color: rgb(65.8091603053, 65.8091603053, 167.1908396947);
}

.btn--small {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
}

.content + .btn {
  margin-top: 30px;
}

.btn--full {
  display: block;
  text-align: center;
}

.btn-secondary {
  background-color: #A34198;
}

.btn-tertiary {
  background-color: #ffffff;
  color: #A34198;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.btn-tertiary:hover {
  background-color: #A34198;
  color: #ffffff;
}

.btn-more, .btn-download {
  background-size: 16px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more@2x.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 26px;
  transition: color 0.36s ease-in-out;
}
.btn-more:hover, .btn-download:hover {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_navy@2x.png);
  color: #25255e;
  text-decoration: none;
}
.btn-more + .btn, .btn-download + .btn {
  margin-top: 10px;
}

.btn-download {
  padding-left: 26px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_download_report@2x.png);
  color: #A34198;
}
.btn-download:hover {
  color: #25255e;
}

.btn-download--after {
  display: block;
  transition: all 0.36s ease-in-out;
  background-position: center right;
  background-size: 16px;
  background-repeat: no-repeat;
}
.btn-download--after:hover {
  color: #A34198;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_download_report@2x.png);
}

#adv_filter {
  margin-top: 2px;
}

.section--dark .btn-more, .section--dark .btn-download,
.hero .btn-more,
.hero .btn-download {
  color: #ffffff;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_white@2x.png);
}
.section--dark .btn-more:hover, .section--dark .btn-download:hover,
.hero .btn-more:hover,
.hero .btn-download:hover {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_green@2x.png);
  color: #42BCAA;
}

.footer {
  clear: left;
}
@media screen and (min-width: 768px) {
  .footer select,
  .footer span.select2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer select + ul,
  .footer span.select2 + ul {
    display: none;
  }
}
.footer h4 {
  margin: 11px 0 15px;
}
.footer a {
  color: #ffffff;
  text-decoration: underline;
  transition: color 250ms;
}
.footer a:hover {
  text-decoration: none;
  color: #42BCAA;
}
.footer .cta-newsletter input[type=text],
.footer .cta-newsletter input[type=email] {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .footer .cta-newsletter input[type=text],
  .footer .cta-newsletter input[type=email] {
    width: 100%;
  }
}
.footer ul.social {
  margin-top: 24px;
}
.footer ul.social li:first-child {
  margin-left: 0;
}
.footer ul.social li a {
  background-color: #fff;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}
.footer ul.social li a.instagram {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_instagram.png);
  background-size: 22px 22px;
}
.footer ul.social li a.linkedin {
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_linkedin.png);
  background-size: 22px 22px;
}

.footer .main-content {
  background-color: #25255e;
  padding-top: 50px;
  padding-bottom: 110px;
}
@media (max-width: 510px) {
  .footer .main-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.footer .main-content p {
  color: #fff;
}

@media (min-width: 511px) {
  .footnote-copyright {
    text-align: right;
  }
}

.charity-num {
  font-size: 14px;
}

.footnote {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 510px) {
  .footnote {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.footnote .shapes {
  text-align: center;
}
@media (max-width: 510px) {
  .footnote .shapes {
    margin-top: 8px;
  }
}
.footnote p {
  color: #25255e;
  margin: 0;
}
.footnote p.language {
  display: inline-block;
  padding-left: 30px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_language@2x.png);
  background-size: 16px 16px;
  background-position: left 50%;
  background-repeat: no-repeat;
}
.footnote a {
  color: #A34198;
}

input,
textarea {
  outline: none;
  cursor: pointer;
  border: 1px solid #dfdfe3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  transition: border-color 0.2s ease-in-out;
  padding: 8.5px 15px;
  border-radius: 4px;
}

form {
  margin-bottom: 0;
}

.form-inline input,
.form-inline input[type=submit] {
  display: inline-block;
}
.form-inline .input + input[type=submit] {
  transform: translateY(-1.5px);
}
@media (max-width: 510px) {
  .form-inline .input + input[type=submit] {
    margin-top: 10px;
  }
}

@media (max-width: 510px) {
  input + input {
    margin-top: 10px;
  }
}

/*
  HERO
*/
.hero .bg {
  background-color: #25255e;
  position: relative;
  padding-top: 158.6px;
}
@media (min-width: 511px) {
  .hero .bg {
    padding-top: 170.8px;
  }
}
.hero h1 {
  margin: 0 0 10px;
}
.hero h1 span {
  color: #42BCAA;
}
.hero .content * {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
}
.hero .content p:first-of-type {
  margin-top: 0;
}
.hero .content p:last-of-type {
  margin-bottom: 0;
}
.hero .content-wrapper {
  padding-bottom: 44px;
}
.hero .download-report-wrapper {
  margin-top: 30px;
}
.hero .download-report-wrapper a {
  display: inline-block;
}
.hero .download-report-wrapper a:nth-child(2) {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .hero .download-report-wrapper a:nth-child(2) {
    margin-top: 20px;
    margin-left: 0;
  }
}
.hero .hero-img {
  z-index: 1;
  position: absolute;
  top: 122px;
  right: 0;
  width: 760px;
  height: 818px;
  border-radius: 100% 0 0 100%;
  transform: translateX(50%);
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .hero .hero-img {
    right: -80px;
  }
}
@media screen and (max-width: 950px) {
  .hero .hero-img {
    display: none;
  }
}
.hero .hero-img .bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  background-size: cover;
  width: 100%;
}
@media (max-width: 1023px) {
  .hero .hero-img .bg-img {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero.has-side-img + * > .container > * {
    max-width: 75%;
  }
}

.hero-meta {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
.hero-meta li {
  display: inline-block;
  position: relative;
}
.hero-meta li:not(:first-child) {
  padding-left: 16px;
  margin-left: 10px;
}
.hero-meta li:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #42BCAA;
  border-radius: 100%;
  margin-top: -4px;
}

/**
 SURVEY HEADER
**/
.read-more.survey {
  color: #ffffff;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_white@2x.png);
}

.fact-wrapper {
  display: none;
}

.fact-wrapper > .row {
  left: 1.5%;
  position: relative;
}

.survey-content {
  border-bottom: 1px solid #dbdcde;
}

.did-you {
  color: #ffffff;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 1024px) {
  .next-fact {
    position: absolute;
    right: 0px;
    top: -32px;
    cursor: pointer;
  }
}
.next-fact span {
  color: #42BCAA;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.next-fact .arrow {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(/wp-content/themes/peopleforeducation-v2/images/next_arrow.png);
}

.fact-constrain {
  position: relative;
}

.has-facts {
  min-height: 660px;
}

@media (max-width: 510px) {
  .has-stats {
    overflow: hidden;
  }
}
@media (min-width: 511px) and (max-width: 1199px) {
  .has-stats {
    padding-bottom: 100px;
  }
}
.has-stats .bg {
  padding-bottom: 50px;
}

.hero-statistics {
  line-height: 1;
  color: #ffffff;
}
.hero-statistics .statistic-circle {
  width: 80%;
  padding-bottom: 80%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  line-height: 1;
  border: 5px solid rgba(255, 255, 255, 0.2);
  box-sizing: content-box;
  position: relative;
}
@media (max-width: 510px) {
  .hero-statistics .statistic-circle {
    width: 60%;
    padding-bottom: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 511px) {
  .hero-statistics .statistic-circle {
    width: 259px;
    padding-bottom: 259px;
  }
}

.statistic-circles {
  position: relative;
  max-height: 300px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .statistic-circles {
    transform: translateY(-15%);
  }
}
.statistic-circles li:nth-child(3n+1) {
  background: #25255e;
}
.statistic-circles li:nth-child(3n+2) {
  background: #42BCAA;
}
.statistic-circles li:nth-child(3n+3) {
  background: #A34198;
}
.statistic-circles li:first-child {
  margin-left: auto;
  margin-right: auto;
  top: 0;
}
.statistic-circles li:nth-child(2) {
  top: 0;
  right: 45%;
  transform: translateY(-30%);
  margin-left: auto;
}
@media (max-width: 1023px) {
  .statistic-circles li:nth-child(2) {
    right: 48%;
  }
}
@media (max-width: 510px) {
  .statistic-circles li:nth-child(2) {
    right: 29%;
    transform: translateY(-20%);
  }
}
.statistic-circles li:last-child {
  top: 0;
  left: 45%;
  transform: translateY(-130%);
  margin-right: auto;
}
@media (max-width: 1023px) {
  .statistic-circles li:last-child {
    left: 48%;
  }
}
@media (max-width: 510px) {
  .statistic-circles li:last-child {
    left: 29%;
    transform: translateY(-120%);
  }
}

.statistic-value {
  font-size: 48px;
}
@media (max-width: 510px) {
  .statistic-value {
    font-size: 32px;
  }
}

.statistic-text {
  font-size: 16px;
  line-height: 1.3;
}
.statistic-text p {
  margin: 0;
}
@media (max-width: 510px) {
  .statistic-text {
    font-size: 14px;
  }
}

.statistic-content {
  width: 80%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.image-circle {
  border-radius: 50%;
}
@media (max-width: 510px) {
  .image-circle {
    max-width: 90%;
    margin-top: 20px;
  }
}

.image-large {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 15%;
  width: 60%;
  height: 90%;
  border-radius: 100%;
  transform: translateX(50%);
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .image-large {
    right: -80px;
  }
}
@media screen and (max-width: 950px) {
  .image-large {
    display: none;
  }
}
.image-large .bg-img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20%;
  background-size: cover;
  width: 100%;
}

.modal {
  background-color: rgba(17, 17, 27, 0.8);
  visibility: hidden;
  bottom: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 510px) {
  .modal {
    z-index: 10001;
  }
}
.modal:not(.modal--team) {
  opacity: 0;
  color: white;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 500ms;
  -webkit-transition-delay: 3s;
  -webkit-transition-timing-function: linear;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 3s;
  transition-timing-function: linear;
}
.modal .content-container {
  display: flex;
  flex-direction: column;
  justify-items: center;
  height: 100vh;
}
.modal .btn {
  margin-right: 32px;
  padding: 16px 24px;
}

.modal-dialog {
  max-height: 100%;
  overflow-y: scroll;
}
@media (max-width: 510px) {
  .modal-dialog .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal--open {
  visibility: visible;
  opacity: 1 !important;
}

.modal-close {
  cursor: pointer;
  text-align: right;
  display: block;
  position: fixed;
  right: 50px;
  top: 30px;
}
.modal-close .svg-close {
  right: 0;
  top: 122px;
  fill: #58595b;
  text-align: right;
  width: 25px;
  transition: fill 0.36s ease-in-out;
  fill: #ffffff;
}
.modal-close .svg-close:hover {
  fill: rgba(227, 227, 233, 0.8);
}
@media (max-width: 510px) {
  .modal-close .svg-close {
    top: 25px;
    right: 25px;
    fill: rgba(0, 0, 0, 0.5);
  }
}

.modal-content {
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 1024px) {
  .modal-content {
    padding-top: 180px;
  }
}
@media (max-width: 1023px) {
  .modal-content {
    padding-top: 100px;
  }
}
@media (max-width: 510px) {
  .modal-content {
    padding-top: 20px;
    max-height: 100vh;
    overflow-y: scroll;
  }
}
.modal--team .modal-content {
  overflow-y: scroll;
}

.modal-content--secondary {
  margin: auto;
  max-width: 100%;
  padding: 25px;
  background-color: #25255e;
}
@media (min-width: 1024px) {
  .modal-content--secondary {
    padding-right: 234px;
    width: 850px;
    height: 482px;
    padding: 56px;
  }
}
.modal-content--secondary .mc4wp-form-fields {
  margin-bottom: 24px;
}
.modal-content--secondary .mc4wp-form-fields label {
  position: absolute;
  top: -99999px;
  left: -99999px;
  font-size: 0;
}
.modal-content--secondary .mc4wp-form-fields input {
  display: inline-block;
  vertical-align: middle;
}
.modal-content--secondary .mc4wp-form-fields input[type=submit] {
  padding: 16px 24px;
  transition: 0.36s ease-in-out all;
}
.modal-content--secondary .mc4wp-form-fields input[type=email] {
  width: 394px;
  max-width: 100%;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.modal--team .modal-content.modal-content--secondary {
  background-color: #fff;
}

.modal-logo {
  max-width: 150px;
}

.modal-title {
  margin: 0 0 10px;
  color: #42BCAA;
  font-size: 36px;
}
.modal-title span {
  color: white;
}
@media (min-width: 1024px) {
  .modal-title {
    font-size: 52px;
    line-height: 1.08;
  }
}

.modal-link {
  color: white;
  transition: 0.36s ease-in-out all;
}
@media (max-width: 510px) {
  .modal-link {
    display: block;
  }
}
.modal-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.post-label--featured {
  color: #42BCAA;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
  padding-left: 31px;
  position: relative;
  text-transform: uppercase;
}
.post-label--featured:before {
  content: "";
  display: block;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_star@2x.png);
  background-size: 16px;
  background-position: left -1px;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: 0;
  width: 16px;
  height: 16px;
}

.post-excerpt--featured {
  background-color: rgba(244, 244, 247, 0.4);
  border: 1px solid rgba(37, 37, 94, 0.11);
  border-radius: 4px;
  padding: 30px;
}
@media (max-width: 510px) {
  .post-excerpt--featured {
    padding: 20px;
  }
}

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 7680px) {
  .post-meta {
    margin-top: 10px;
  }
}
.post-meta a {
  text-decoration: none;
}
@media (min-width: 511px) {
  .post-meta:not(.left) {
    text-align: right;
  }
}
.post-meta .post-topics {
  line-height: 1.2;
}

.post-label {
  padding-right: 10px;
  margin-right: 5px;
}
@media (min-width: 511px) {
  .post-label {
    border-left: 1.5px solid #DBDCDE;
    margin-left: 15px;
    padding-left: 15px;
  }
}

.post-topics {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}
.post-topics .sub-menu {
  display: none;
  margin-top: 12px;
}
.post-topics .sub-menu:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  transform: rotate(-45deg);
  position: absolute;
  top: -3px;
  right: 11px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 480px) {
  .post-topics .sub-menu:before {
    left: 68px;
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  .post-topics .sub-menu:after {
    left: 64px;
    right: auto;
  }
}
.post-topics .sub-menu a {
  text-transform: none;
  color: #25255e;
}
.post-topics li.active .sub-menu {
  display: block;
  right: -12px;
  min-width: 150px;
  background-color: #ffffff;
}
@media screen and (max-width: 480px) {
  .post-topics li.active .sub-menu {
    min-width: 275px;
    left: 0;
    right: auto;
  }
}
.post-topics > li {
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
.post-topics > li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #A34198;
  border-right: 2px solid #A34198;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.36s ease-in-out border-color;
  margin-top: -4px;
}
.post-topics > li:hover > a, .post-topics > li.active > a {
  color: #42BCAA;
}
.post-topics > li > a {
  color: #A34198;
}
.post-topics > li:hover:after, .post-topics > li.active:after {
  border-color: #42BCAA;
}
.section--dark .post-topics > li:after {
  border-color: #ffffff;
}
.section--dark .post-topics > li:hover:after {
  border-color: #42BCAA;
}

.post-topics--download {
  margin-bottom: 25px;
}
.post-topics--download > li:after {
  display: none;
}
.post-topics--download .sub-menu a {
  text-decoration: none;
}
.post-topics--download .sub-menu a:hover:after {
  background-size: 16px;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more@2x.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 26px;
}

.post-excerpt {
  margin-bottom: 50px;
}
.section--dark .post-excerpt {
  color: inherit;
}
.section--dark .post-excerpt h4, .section--dark .post-excerpt a {
  color: inherit;
}

.post-date {
  color: #808284;
}
.section--dark .post-date {
  color: #ffffff;
}
@media (max-width: 510px) {
  .post-date {
    display: block;
  }
}

.AllResearch_filter_bar {
  margin-bottom: 20px;
}
@media (max-width: 510px) {
  .AllResearch_filter_bar .select2-container--default {
    margin-bottom: 10px;
  }
}

.single-research .post-meta {
  display: inline-block;
}
.single-research .post-meta + .meta-social .social {
  position: relative;
}
.single-research .post-meta + .meta-social .social:before {
  content: "";
  display: block;
  height: 15px;
  width: 1px;
  background-color: #58595b;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.single .article-share .social,
.single .post-meta + .social {
  position: relative;
}
.single .article-share .social li,
.single .post-meta + .social li {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  height: auto;
}
.single .article-share .social li.opt,
.single .post-meta + .social li.opt {
  display: inline-block;
  width: auto;
  height: auto;
}
.single .article-share {
  border-top: 1px solid #25255e;
}
.single .article-share .social {
  padding-top: 20px;
}
.single .article-share .social li:first-child {
  margin-left: 0;
}

.social .opt {
  display: none;
}

.single .meta-social .social {
  padding-left: 0;
  margin-left: 0;
}
.single .article-share {
  margin-top: 40px;
}

.meta-social {
  display: inline-block;
}
.meta-social .social {
  margin: 0 0 15px 0;
  padding-left: 0;
}
.meta-social .social li {
  margin-left: 0;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  height: auto;
}
.meta-social .social li.opt {
  display: inline-block;
}
.meta-social .social li:first-child {
  margin-left: 0;
}
.meta-social .social li a {
  height: 30px;
  background-size: 18px auto;
}
.meta-social .social li .twitter {
  background-size: 20px 22px;
}
.meta-social .social li .email {
  background-size: 20px 30px;
}

.single-research .post-meta + .meta-social .social {
  margin-left: 5px;
  padding-left: 8px;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 510px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section--dark {
  background-color: #25255e;
  color: #ffffff;
}
.section--dark .section-title {
  color: inherit;
}
.section--dark a:hover,
.section--dark a:hover:not(.btn) {
  color: #42BCAA;
}

.section-title span {
  color: #42BCAA;
}

.section--white {
  background-color: #fff;
}

.section--navy {
  background-color: #25255e;
}
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4, .section--navy h5, .section--navy h6, .section--navy a, .section--navy p, .section--navy ol, .section--navy li {
  color: #fff;
}

.section--purple {
  background-color: #A34198;
}
.section--purple h1, .section--purple h2, .section--purple h3, .section--purple h4, .section--purple h5, .section--purple h6, .section--purple a, .section--purple p, .section--purple ol, .section--purple li {
  color: #fff;
}

.section--darkgrey {
  background-color: #cdcdd4;
}

.section--mediumgrey {
  background-color: rgba(227, 227, 233, 0.8);
}

.section--grey,
.section--lightgrey {
  background-color: rgba(247, 247, 249, 0.8);
}

.section--white {
  background-color: #ffffff;
}
.section--white + .section--white {
  padding-top: 0;
}

.section--green {
  background-color: #42BCAA;
  color: #ffffff;
}

.section-related .post-excerpt p {
  display: none;
}

.posts-block-section {
  padding-bottom: 0;
}

.svg-play {
  transition: 0.36s ease-in-out opacity;
}
.svg-play:hover {
  opacity: 0.7;
}

.svg-info {
  width: 30px;
  margin-bottom: 5px;
}

/**
  TEAM
**/
.team-btns.btn-primary {
  padding-left: 2px;
  width: 24%;
  position: relative;
  text-align: center;
}

.nav-bar {
  padding-top: 3%;
}
.nav-bar > .row {
  background-color: #25255e;
  height: 51px;
  position: relative;
  border-radius: 3px;
}
.nav-bar > .row > a {
  text-transform: lowercase;
  display: inline;
  position: relative;
  top: 13px;
  line-height: 1.5;
  right: 12px;
}

.team-title {
  line-height: normal;
  margin: 0;
}
.team-title > h2 {
  width: 90%;
}

.team-member {
  margin-bottom: 40px;
  text-align: center;
  cursor: pointer;
}

.inactive-display {
  display: none;
}

.team-content {
  display: block;
}
.team-content p {
  margin-bottom: 5px;
}
.team-content a {
  word-break: break-word;
}

@media (min-width: 511px) {
  .modal .team-content {
    width: 76%;
    display: inline-block;
  }
}

.team-email {
  display: none;
}
.modal .team-email {
  display: block;
}

.team-bio {
  display: none;
  text-align: left;
}
.modal .team-bio {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.team-photo {
  border-radius: 50%;
  max-width: 128px;
}
@media (min-width: 511px) {
  .modal .team-photo {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
  }
}
.tab-content-our-partners .team-photo, .team-photo.team-partner {
  border-radius: 0;
}

.team-name {
  margin: 0;
  font-size: 18px;
}
.modal .team-name {
  font-size: 24px;
}

.team-btns > .team-nav {
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
}

.tease {
  margin-top: 25px;
  margin-bottom: 25px;
}
.tease p:empty {
  display: none;
}

.tease-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cta-global h2 span {
  color: #42BCAA;
}
.cta-global .button a:nth-child(3n+1) {
  background: #42BCAA;
}
.cta-global .button a:nth-child(3n+2) {
  background: #A34198;
}

.section--green .cta {
  color: #58595b;
}
.section--green .button a:nth-child(3n+1) {
  background: #25255e;
}

.cta-video {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-video .svg-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 20%;
  cursor: pointer;
  z-index: 1;
}
.cta-video iframe {
  width: 100%;
  opacity: 0;
}
.cta-video p {
  display: none;
}
.cta-video .video-poster {
  position: absolute;
  top: 0;
  left: 0;
}

.cta {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid rgba(37, 37, 94, 0.11);
  background-color: rgba(244, 244, 247, 0.4);
}
.section--grey .cta, .section--green .cta {
  background-color: #ffffff;
}
.cta + .cta {
  margin-top: 20px;
  padding-top: 13px;
}

.cta-social {
  padding-bottom: 10px;
  padding-top: 20px;
}
.cta .cta-social {
  margin-bottom: -25px;
}
.cta-social a {
  cursor: pointer;
}

.cta-title--small {
  font-size: inherit;
}

.cta-grey .section-title {
  font-size: 28px;
}

.cta-newsletter input[type=email] {
  min-width: 230px;
}
@media (max-width: 510px) {
  .cta-newsletter input {
    width: 100%;
  }
}

@media (min-width: 511px) {
  .report-template-default .fixed-on-scroll.fixed + .grid-2of3 {
    margin-left: 33.3%;
  }
}

.section {
  position: relative;
}

@media (min-width: 511px) {
  .cta-social h3 {
    margin-bottom: 0px;
  }
}

@media (min-width: 511px) {
  .has-side-img + .posts-block-section .grid-1of3 .sidebar {
    margin-top: 400px;
  }
}

.module-feature-content.module-half-width .grid-1of2,
.module-feature-content.module-half-width .grid-1of3 {
  width: 100%;
}
.module-feature-content h2 span {
  color: #42BCAA;
}
.module-feature-content .module-subtitle {
  margin-bottom: 25px;
}

.inline-heading {
  padding-top: 25px;
  padding-bottom: 25px;
}
.inline-heading h2 {
  color: #25255e;
  font-size: 38px;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}
.inline-heading h2 span {
  color: #42BCAA;
}
.inline-heading p {
  margin-bottom: 15px;
}

.inline-heading-navy {
  background-color: #25255e;
}
.inline-heading-navy h2 {
  color: #ffffff;
}
.inline-heading-navy h2 span {
  color: #42BCAA;
}
.inline-heading-navy h2 p {
  color: #ffffff;
}

.inline-heading-green {
  background-color: #42BCAA;
}
.inline-heading-green h2 {
  color: #ffffff;
}
.inline-heading-green h2 span {
  color: #25255e;
}
.inline-heading-green p {
  color: #ffffff;
}

.measure .circle-border {
  color: #25255e;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  padding-left: 35px;
  font-weight: 600;
  font-size: 25px;
  position: absolute;
  right: -83px;
  top: 169px;
  border-radius: 50%;
}
.measure .circle-border:before {
  content: "";
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_navy@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
  display: inline-block;
  left: -25px;
  top: 20px;
  width: 25px;
  height: 25px;
  transform: translate(0px, 57px) rotate(-40deg);
}

.measure-title {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  padding: 115px 70px 100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 90px solid rgba(227, 227, 233, 0.8);
}

.measure-content {
  position: relative;
}
@media (max-width: 510px) {
  .measure-content {
    display: none;
  }
}

.measure-circles .circle {
  line-height: 1.2;
  position: absolute;
  border: 4px solid white;
  text-align: center;
  text-decoration: none;
  background-color: #42BCAA;
  border-radius: 50%;
  height: 170px;
  width: 170px;
  padding: 70px 30px 20px;
  vertical-align: middle;
  display: inline-block;
  color: white;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_read_more_white@2x.png);
  background-repeat: no-repeat;
  background-position: center 37px;
  background-size: 25px;
}
.measure-circles .circle:first-child {
  top: -20px;
  left: 42px;
  background-color: #25255e;
}
.measure-circles .circle:nth-child(2) {
  left: -35px;
  top: 40%;
}
.measure-circles .circle:last-child {
  bottom: -30px;
  left: 30%;
  background-color: #A34198;
}

.posts-block-section .module-subtitle {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

.Modal-Display-Report .report-heading {
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.report {
  background-color: rgba(244, 244, 247, 0.4);
}
@media (min-width: 511px) {
  .report {
    border: 1px solid rgba(37, 37, 94, 0.11);
    padding: 30px;
  }
}

.report_modal {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border: 1px solid rgba(37, 37, 94, 0.11);
  border-radius: 4px;
}

p.dop {
  font-size: 0.8em;
  font-weight: 700;
  color: #A34198;
  text-transform: uppercase;
}

.reports-grid {
  position: relative;
}

.report-chapters {
  border-top: 1px solid rgba(37, 37, 94, 0.11);
}
@media (min-width: 511px) {
  .report-chapters {
    background-color: #F4F4F7;
    padding: 30px 40px;
  }
}

.report-heading {
  background-color: #ffffff;
  overflow-y: scroll;
}
@media (min-width: 511px) {
  .report-heading {
    border: 1px solid rgba(37, 37, 94, 0.11);
    padding: 40px;
  }
}

.report-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.2;
}

.ontario-who {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ontario-who {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ontario-who .ontario-who-list-wrapper ul {
  margin-top: 15px;
}
.ontario-who .ontario-who-list-wrapper ul li {
  border-left: 2px solid #E8E8E8;
  padding-bottom: 10px;
}
.ontario-who .ontario-who-list-wrapper ul li:last-child {
  padding-bottom: 0px;
}
.ontario-who .ontario-who-list-wrapper ul p {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 30px;
}

.ontario-who-list {
  position: relative;
  left: -2px;
  border-left: 2px solid #E8E8E8;
  cursor: pointer;
}
.ontario-who-list:hover {
  border-left: 2px solid #A34198;
}
.ontario-who-list.currentUL {
  border-left: 2px solid #A34198;
}

.block-who-wrapper {
  position: relative;
  padding-top: 0px;
  right: 0px;
}

.preamble {
  display: block;
  margin-bottom: 30px;
}

/*
  SIDEBAR BOX
*/
@media screen and (min-width: 768px) {
  .sidebar.pad-top {
    padding-top: 200px;
  }
}

.sidebar-item {
  padding: 30px;
}
.sidebar-item:not(:first-of-type) {
  margin-top: 30px;
}
.sidebar-item * {
  font-size: 16px;
  line-height: 1.5;
}
.sidebar-item p:first-of-type {
  margin-top: 0;
}
.sidebar-item h5 {
  font-size: 22px;
  line-height: 1.18;
  margin-top: 12px;
}
.sidebar-item h5.small {
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
.sidebar-item .icon-info {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-image: url(/wp-content/themes/peopleforeducation-v2/images/icon_info@2x.png);
}

/*
  TABBED CONTENT
*/
.tab-container:not(.tab-accordions) {
  position: relative;
  background-color: #25255e;
  border-radius: 6px 6px 0 0;
  padding: 10px 10px 0;
}
.tab-container ~ .post-excerpt {
  margin-top: 20px;
}
.tab-container > .tab-labels > input,
.tab-container .tab-content {
  clear: both;
  padding-top: 10px;
  display: none;
}
.tab-container label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-color: #42BCAA;
  border-radius: 4px 4px 0 0;
  padding: 11px 12px 12px;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  transition: 0.36s ease-in-out background-color;
}
.tab-container label:last-of-type {
  margin-right: 0;
}
.tab-container label:hover {
  background-color: #74C8BC;
}
@media (min-width: 1024px) {
  .tab-container label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.tab-container input[type=radio]:checked + label {
  background: #ffffff !important;
  color: #25255e !important;
  box-shadow: none;
}

.tab-accordion {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #42BCAA;
  border-radius: 4px 4px 0 0;
  padding: 11px 12px 12px;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  transition: 0.36s ease-in-out background-color;
}
.tab-accordion:hover {
  background-color: #74C8BC;
}

.tab-accordion--secondary {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  padding: 10px 20px;
  transition: 0.36s ease-in-out background-color;
}
.tab-accordion--secondary:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (min-width: 511px) {
  .tab-accordion--secondary .heading--h5,
  .tab-accordion--secondary .btn {
    margin-bottom: 0px;
  }
  .tab-accordion--secondary .heading--h5 a {
    text-decoration: none;
  }
}
@media (max-width: 510px) {
  .tab-accordion--secondary .heading--h5 {
    text-align: center;
  }
  .tab-accordion--secondary .combo {
    display: block;
  }
  .tab-accordion--secondary .combo > .combo-first,
  .tab-accordion--secondary .combo > .combo-last {
    display: block;
  }
  .tab-accordion--secondary .combo > .combo-first {
    width: 100%;
  }
}

.tab-content {
  border-bottom: 2px solid #DBDCDE;
  display: none;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 20px;
  padding-right: 20px;
}
.tab-content > * {
  animation: fadeInScale 0.5s ease-in-out;
}
.tab-content.active {
  background-color: #ffffff;
  display: block;
  padding: 40px 10px;
}
.tab-content > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .tab-content > *:first-child img.alignleft,
  .tab-content > *:first-child img.alignright {
    margin-top: 0;
  }
}
.tab-content > *:last-child {
  margin-bottom: 0;
}

.tab-description {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .tab-labels {
    display: -moz-flex;
    display: flex;
  }
  .tab-labels > label {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 100%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.module-topics {
  border-top: 1px solid #f4f4f7;
  border-bottom: 1px solid #f4f4f7;
  background-color: rgba(243, 243, 247, 0.5);
}
.module-topics .grid-1of3:nth-of-type(9n+2) .topic, .module-topics .grid-1of3:nth-of-type(9n+4) .topic, .module-topics .grid-1of3:nth-of-type(9n+9) .topic {
  border-top-color: #A34198;
}
.module-topics .grid-1of3:nth-of-type(9n+3) .topic, .module-topics .grid-1of3:nth-of-type(9n+5) .topic, .module-topics .grid-1of3:nth-of-type(9n+7) .topic {
  border-top-color: #42BCAA;
}

.topic {
  -moz-flex: 1;
  flex: 1;
  flex-basis: auto;
  padding: 20px 24px 53px;
  background-color: #fff;
  border-radius: 4px;
  border-top: 4px solid #25255e;
  border-right: 1px solid #E7E7ED;
  border-left: 1px solid #E7E7ED;
  border-bottom: 1px solid #E7E7ED;
  text-decoration: none;
  margin-bottom: 20px;
  height: 100%;
  position: relative;
}
.topic a {
  display: block;
  height: 100%;
  color: #58595b;
  text-decoration: none;
}
.topic:hover .topic-icon {
  animation: iconshake 500ms ease-in-out;
}
.topic .btn-more, .topic .btn-download {
  position: absolute;
  bottom: 20px;
  color: #A34198;
  text-decoration: underline;
}
.topic .btn-more:hover, .topic .btn-download:hover {
  color: #25255e;
  text-decoration: none;
}
.topic .tease {
  font-size: 16px;
  line-height: 1.6;
}

.topic-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  background-size: auto 100%;
  position: relative;
}

.FilterOverlay {
  display: none;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0 -7px 22px 0 rgba(0, 0, 0, 0.07), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: absolute;
  margin-top: -15px;
  z-index: 999;
}
@media (max-width: 510px) {
  .FilterOverlay {
    margin-right: 10px;
    margin-left: -15px;
  }
}
.FilterOverlay .btn {
  font-size: 13px !important;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0;
}
.FilterOverlay ul, .FilterOverlay li {
  position: relative;
}
.FilterOverlay li {
  padding-left: 30px;
  cursor: pointer;
}
.FilterOverlay h4 {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.FilterOverlay h4 span {
  line-height: 40px;
}
.FilterOverlay h4 span.subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #25255e;
}
.FilterOverlay h4 span.handle {
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
  color: #A34198;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 4px;
}
.FilterOverlay h4 span.handle:hover {
  color: #25255e;
}

.FilterOverlay:after {
  bottom: 100%;
  left: 60%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 213, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
  z-index: 9999;
}

.permanent_bar {
  margin-bottom: 30px;
}

.AdvDisplayed .FilterOverlay {
  display: block;
  transition: all 0.2s ease;
}

.advanced-search form {
  margin-left: -15px;
}
.advanced-search .FilterOverlay {
  display: block !important;
  position: relative;
  z-index: 0;
}
@media (max-width: 510px) {
  .advanced-search .FilterOverlay {
    margin-left: 0;
  }
}
.advanced-search .FilterOverlay:after {
  display: none;
}
.advanced-search .permanent_bar {
  margin-bottom: 50px;
}
.advanced-search .permanent_bar .search {
  display: -moz-flex;
  display: flex;
}
.advanced-search .permanent_bar .search input {
  -moz-flex-grow: 2;
  flex-grow: 2;
  width: 66%;
}
.advanced-search .permanent_bar .search button {
  margin-bottom: 0;
  margin-left: 5px;
  -moz-flex-grow: 1;
  flex-grow: 1;
}

/**
 ISOLATED RESPONSIVE
**/
/**
 BOTTOM SEARCH MOBILE
**/
@media screen and (max-width: 1600px) {
  .btn-primary#search {
    left: 125%;
  }
}

@media screen and (max-width: 610px) {
  .btn-primary#advanced_search > a {
    background-color: #74C8BC;
    color: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .research-search {
    width: 330px;
  }
}
@media screen and (max-width: 1500px) {
  .research-search {
    width: 320px;
  }
}
@media screen and (max-width: 1290px) {
  .research-search {
    width: 410px;
  }
}
@media screen and (max-width: 1015px) {
  .research-search {
    width: 330px;
  }
}
@media screen and (max-width: 1010px) {
  .research-search {
    width: 350px;
  }
}
@media screen and (max-width: 1005px) {
  .research-search {
    width: 300px;
  }
}
@media screen and (max-width: 990px) {
  .research-search {
    width: 280px;
  }
}
@media screen and (max-width: 820px) {
  .research-search {
    width: 260px;
  }
}
@media screen and (max-width: 770px) {
  .research-search {
    width: 360px;
  }
}
@media screen and (max-width: 640px) {
  .research-search {
    width: 280px;
  }
}
@media screen and (max-width: 610px) {
  .research-search {
    width: 550px;
  }
}
@media screen and (max-width: 605px) {
  .research-search {
    width: 540px;
  }
}
@media screen and (max-width: 591px) {
  .research-search {
    width: 530px;
  }
}
@media screen and (max-width: 585px) {
  .research-search {
    width: 520px;
  }
}
@media screen and (max-width: 560px) {
  .research-search {
    width: 500px;
  }
}
@media screen and (max-width: 548px) {
  .research-search {
    width: 490px;
  }
}
@media screen and (max-width: 535px) {
  .research-search {
    width: 475px;
  }
}
@media screen and (max-width: 516px) {
  .research-search {
    width: 460px;
  }
}
@media screen and (max-width: 501px) {
  .research-search {
    width: 450px;
  }
}
@media screen and (max-width: 493px) {
  .research-search {
    width: 433px;
  }
}
@media screen and (max-width: 475px) {
  .research-search {
    width: 408px;
  }
}
@media screen and (max-width: 445px) {
  .research-search {
    width: 390px;
  }
}
@media screen and (max-width: 435px) {
  .research-search {
    width: 380px;
  }
}
@media screen and (max-width: 425px) {
  .research-search {
    width: 374px;
  }
}
@media screen and (max-width: 415px) {
  .research-search {
    width: 365px;
  }
}
@media screen and (max-width: 410px) {
  .research-search {
    width: 355px;
  }
}
@media screen and (max-width: 395px) {
  .research-search {
    width: 345px;
  }
}
@media screen and (max-width: 390px) {
  .research-search {
    width: 340px;
  }
}
@media screen and (max-width: 390px) {
  .research-search {
    width: 330px;
  }
}

@media screen and (max-width: 1600px) {
  .btn-primary#advanced_search {
    left: 173%;
  }
}
@media screen and (max-width: 1500px) {
  .btn-primary#advanced_search {
    bottom: 93px;
  }
}
@media screen and (max-width: 1290px) {
  .btn-primary#advanced_search {
    left: 175%;
    bottom: 54px;
  }
}
@media screen and (max-width: 1220px) {
  .btn-primary#advanced_search {
    left: 175%;
  }
}
@media screen and (max-width: 1015px) {
  .btn-primary#advanced_search {
    left: 168%;
  }
}
@media screen and (max-width: 1005px) {
  .btn-primary#advanced_search {
    left: 165%;
  }
}
@media screen and (max-width: 990px) {
  .btn-primary#advanced_search {
    left: 162%;
  }
}
@media screen and (max-width: 965px) {
  .btn-primary#advanced_search {
    left: 154%;
  }
}
@media screen and (max-width: 945px) {
  .btn-primary#advanced_search {
    left: 151%;
  }
}
@media screen and (max-width: 931px) {
  .btn-primary#advanced_search {
    left: 148%;
  }
}
@media screen and (max-width: 925px) {
  .btn-primary#advanced_search {
    left: 145%;
  }
}
@media screen and (max-width: 915px) {
  .btn-primary#advanced_search {
    left: 141%;
  }
}
@media screen and (max-width: 900px) {
  .btn-primary#advanced_search {
    left: 136%;
  }
}
@media screen and (max-width: 865px) {
  .btn-primary#advanced_search {
    left: 131%;
  }
}
@media screen and (max-width: 840px) {
  .btn-primary#advanced_search {
    left: 121%;
  }
}
@media screen and (max-width: 820px) {
  .btn-primary#advanced_search {
    left: 117%;
  }
}
@media screen and (max-width: 800px) {
  .btn-primary#advanced_search {
    left: 108%;
  }
}
@media screen and (max-width: 767px) {
  .btn-primary#advanced_search {
    left: 199%;
  }
}
@media screen and (max-width: 764px) {
  .btn-primary#advanced_search {
    left: 191%;
  }
}
@media screen and (max-width: 725px) {
  .btn-primary#advanced_search {
    left: 182%;
  }
}
@media screen and (max-width: 710px) {
  .btn-primary#advanced_search {
    left: 177%;
  }
}
@media screen and (max-width: 700px) {
  .btn-primary#advanced_search {
    left: 172%;
  }
}
@media screen and (max-width: 680px) {
  .btn-primary#advanced_search {
    left: 167%;
  }
}
@media screen and (max-width: 665px) {
  .btn-primary#advanced_search {
    left: 157%;
  }
}
@media screen and (max-width: 640px) {
  .btn-primary#advanced_search {
    left: 145%;
  }
}
@media screen and (max-width: 625px) {
  .btn-primary#advanced_search {
    left: 143%;
  }
}
@media screen and (max-width: 610px) {
  .btn-primary#advanced_search {
    left: 138%;
    top: 1px;
  }
}
@media screen and (max-width: 600px) {
  .btn-primary#advanced_search {
    left: 133%;
  }
}
@media screen and (max-width: 585px) {
  .btn-primary#advanced_search {
    left: 126%;
  }
}
@media screen and (max-width: 560px) {
  .btn-primary#advanced_search {
    left: 118%;
  }
}
@media screen and (max-width: 548px) {
  .btn-primary#advanced_search {
    left: 114%;
  }
}
@media screen and (max-width: 535px) {
  .btn-primary#advanced_search {
    left: 108%;
  }
}
@media screen and (max-width: 516px) {
  .btn-primary#advanced_search {
    left: 101%;
  }
}
@media screen and (max-width: 501px) {
  .btn-primary#advanced_search {
    left: 97%;
  }
}
@media screen and (max-width: 493px) {
  .btn-primary#advanced_search {
    left: 92%;
  }
}
@media screen and (max-width: 475px) {
  .btn-primary#advanced_search {
    left: 81%;
  }
}
@media screen and (max-width: 445px) {
  .btn-primary#advanced_search {
    left: 75%;
  }
}
@media screen and (max-width: 435px) {
  .btn-primary#advanced_search {
    left: 71%;
  }
}
@media screen and (max-width: 425px) {
  .btn-primary#advanced_search {
    left: 68%;
  }
}
@media screen and (max-width: 415px) {
  .btn-primary#advanced_search {
    left: 64%;
  }
}
@media screen and (max-width: 410px) {
  .btn-primary#advanced_search {
    left: 61%;
  }
}
@media screen and (max-width: 395px) {
  .btn-primary#advanced_search {
    left: 57%;
  }
}
@media screen and (max-width: 390px) {
  .btn-primary#advanced_search {
    left: 55%;
  }
}
@media screen and (max-width: 340px) {
  .btn-primary#advanced_search {
    left: 50%;
  }
}

@media screen and (max-width: 1600px) {
  div#search.btn-primary {
    display: inline-block;
  }
}
@media screen and (max-width: 1500px) {
  div#search.btn-primary {
    left: 127%;
  }
}
@media screen and (max-width: 1290px) {
  div#search.btn-primary {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .col-2 {
    display: block;
  }
  #searchresearch {
    background-color: #fff;
    border: 1px solid #f4f4f7;
    border-radius: 5px;
    padding: 25px;
    z-index: 5;
    box-shadow: 3px 3px 3px 3px #f4f4f7;
    max-height: none;
    margin-bottom: 0;
    overflow: auto;
    width: 85%;
    left: 7%;
    top: 215px;
    position: absolute;
  }
  .sidebar-item.gray-box {
    display: block;
  }
}
/**
 SINGLE RESEARCH PAGE
**/
@media screen and (max-width: 1200px) {
  .widget, .sr.sidebar {
    display: none;
  }
  .survey-research > .row > .widget.share {
    display: block;
  }
}
/**
 RESEARCH TOPICS
**/
@media screen and (max-width: 765px) {
  .rt-cta > .resp_wrap > .row > .rta-image > img {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .rt-cta > .resp_wrap > .row > .rta-image > img {
    bottom: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .st.sidebar {
    display: none;
  }
}
/**
 BUBBLE IMAGES
**/
@media screen and (max-width: 1200px) {
  .bubble-images {
    display: none;
  }
}
/**
  MOBILE
**/
.mobile-header {
  display: none;
}

@media screen and (max-width: 800px) {
  .block-who-wrapper {
    right: 5%;
    padding-top: 0;
    float: none;
  }
  .ontario-who-list-wrapper {
    padding-bottom: 25px;
    position: relative;
    float: none;
  }
}
.container {
  padding: 0 20px;
  position: relative;
}
@media (max-width: 510px) {
  .container {
    padding: 0 25px;
  }
}