@charset "UTF-8";
/*!
Theme Name: World's Largest Lesson Theme
Theme URI: https://www.edcoms.com
Author: EdComs Ltd.
Author URI: https://www.edcoms.com
Description: World's Largest Lesson Theme
Version: 2.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: worlds-largest-lesson-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

World's Largest Lesson Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  clear: left;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #333;
  font-family: ApexNew-Book, Arial, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  body, button, input, select, optgroup, textarea {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 399px) {
  body, button, input, select, optgroup, textarea {
    font-size: 0.9rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif;
  color: #f08b25;
  text-transform: uppercase;
}
h1 {
  font-size: 3.8em;
  line-height: 0.9em;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 399px) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  font-size: 3em;
  line-height: 0.9em;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 399px) {
  h2 {
    font-size: 1.6em;
  }
}
h3 {
  font-size: 1.8em;
  line-height: 0.9em;
  color: #333;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 399px) {
  h3 {
    font-size: 1.5em;
  }
}
.home-hero h1 {
  font-size: 4.8em;
}
@media only screen and (max-width: 1440px) {
  .home-hero h1 {
    font-size: 3.8em;
  }
}
@media only screen and (max-width: 1280px) {
  .home-hero h1 {
    font-size: 3.4em;
  }
}
@media only screen and (max-width: 991px) {
  .home-hero h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 399px) {
  .home-hero h1 {
    font-size: 2em;
  }
}
p {
  margin-bottom: 1.5em;
  line-height: 1.3em;
}
p a {
  text-decoration: underline;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.fa {
  font-family: "FontAwesome" !important;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
  position: relative;
  overflow-x: hidden;
}
body.scroll-disabled {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
#masthead {
  transition-delay: 1s;
  transition-duration: 1s;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.site-header {
  position: relative;
  z-index: 2;
}
.site-header a, .site-header a:visited {
  color: #fff;
}
.site-footer {
  background: #f08b25;
  padding: 2em;
}
.site-footer .menu-footer-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1360px) {
  .site-footer .menu-footer-container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer .menu-footer-container {
    max-width: 100%;
  }
}
.site-footer ul {
  display: flex;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .site-footer ul {
    display: block;
    text-align: center;
  }
}
.site-footer ul li {
  list-style: none;
  width: 100%;
  text-align: center;
  font-size: 1em;
}
@media only screen and (max-width: 991px) {
  .site-footer ul li {
    display: inline;
    padding: 0em 0.5em;
  }
}
.site-footer .site-social {
  margin-bottom: 20px;
  text-align: center;
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  .site-footer .site-social {
    display: block !important;
  }
}
.site-footer .site-social a:hover {
  background: none;
}
.promo-bar {
  height: 80px;
  background: #f8f8f8;
}
.promo-bar__content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.promo-bar__message {
  float: left;
  font-family: "GiorgiaSans-Bold", Impact, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 28px;
  padding-top: 18px;
  text-transform: uppercase;
}
.promo-bar__message p {
  margin: 0;
}
.promo-bar__message a {
  text-decoration: underline;
  color: #333;
}
.promo-bar__message a:visited {
  color: #bbb;
}
::selection {
  background: #f08b25;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #f08b25;
  /* Gecko Browsers */
  color: #fff;
}
.u-clearfix {
  clear: left;
}
@media only screen and (max-width: 499px) {
  body.single-resource main {
    overflow: hidden;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
iframe {
  width: 100%;
  height: 32.4vw;
}
@media only screen and (max-width: 1199px) {
  iframe {
    height: 50vw;
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #222;
}
a:hover, a:focus, a:active {
  color: #333;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif;
}
button:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  background: none;
  text-transform: uppercase;
  font-size: 1em;
  width: 100%;
  outline: none;
  padding: 0;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif;
  color: #333;
  position: relative;
  display: block;
  cursor: pointer;
}
.branded-btn button, .branded-btn a, #cookie-law-info-bar button, #cookie-law-info-bar a, .alm-btn-wrap button, .alm-btn-wrap a {
  border: 2px solid #333 !important;
  border-radius: 0 !important;
  font-size: 1.3em !important;
  text-transform: uppercase;
  text-decoration: none;
  color: black !important;
  background: white !important;
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  padding-top: 5px !important;
  padding-bottom: 6px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
  max-height: 45px;
}
@media only screen and (max-width: 991px) {
  .branded-btn button, .branded-btn a, #cookie-law-info-bar button, #cookie-law-info-bar a, .alm-btn-wrap button, .alm-btn-wrap a {
    font-size: 1.3em !important;
    max-height: 45px;
  }
}
@media only screen and (max-width: 399px) {
  .branded-btn button, .branded-btn a, #cookie-law-info-bar button, #cookie-law-info-bar a, .alm-btn-wrap button, .alm-btn-wrap a {
    font-size: 1.2em !important;
    line-height: 1.7em !important;
    max-height: 42px;
  }
  .branded-btn button input[type="submit"], .branded-btn a input[type="submit"], #cookie-law-info-bar button input[type="submit"], #cookie-law-info-bar a input[type="submit"], .alm-btn-wrap button input[type="submit"], .alm-btn-wrap a input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}
.branded-btn button:before, .branded-btn a:before, #cookie-law-info-bar button:before, #cookie-law-info-bar a:before, .alm-btn-wrap button:before, .alm-btn-wrap a:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.branded-btn button:hover:before, .branded-btn button:focus:before, .branded-btn button:active:before, .branded-btn a:hover:before, .branded-btn a:focus:before, .branded-btn a:active:before, #cookie-law-info-bar button:hover:before, #cookie-law-info-bar button:focus:before, #cookie-law-info-bar button:active:before, #cookie-law-info-bar a:hover:before, #cookie-law-info-bar a:focus:before, #cookie-law-info-bar a:active:before, .alm-btn-wrap button:hover:before, .alm-btn-wrap button:focus:before, .alm-btn-wrap button:active:before, .alm-btn-wrap a:hover:before, .alm-btn-wrap a:focus:before, .alm-btn-wrap a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background: #333;
  width: 100%;
}
.branded-btn button:hover, .branded-btn button:focus, .branded-btn button:active, .branded-btn a:hover, .branded-btn a:focus, .branded-btn a:active, #cookie-law-info-bar button:hover, #cookie-law-info-bar button:focus, #cookie-law-info-bar button:active, #cookie-law-info-bar a:hover, #cookie-law-info-bar a:focus, #cookie-law-info-bar a:active, .alm-btn-wrap button:hover, .alm-btn-wrap button:focus, .alm-btn-wrap button:active, .alm-btn-wrap a:hover, .alm-btn-wrap a:focus, .alm-btn-wrap a:active {
  color: #fff !important;
}
.branded-btn button:hover input[type="button"], .branded-btn button:hover input[type="reset"], .branded-btn button:hover input[type="submit"], .branded-btn button:focus input[type="button"], .branded-btn button:focus input[type="reset"], .branded-btn button:focus input[type="submit"], .branded-btn button:active input[type="button"], .branded-btn button:active input[type="reset"], .branded-btn button:active input[type="submit"], .branded-btn a:hover input[type="button"], .branded-btn a:hover input[type="reset"], .branded-btn a:hover input[type="submit"], .branded-btn a:focus input[type="button"], .branded-btn a:focus input[type="reset"], .branded-btn a:focus input[type="submit"], .branded-btn a:active input[type="button"], .branded-btn a:active input[type="reset"], .branded-btn a:active input[type="submit"], #cookie-law-info-bar button:hover input[type="button"], #cookie-law-info-bar button:hover input[type="reset"], #cookie-law-info-bar button:hover input[type="submit"], #cookie-law-info-bar button:focus input[type="button"], #cookie-law-info-bar button:focus input[type="reset"], #cookie-law-info-bar button:focus input[type="submit"], #cookie-law-info-bar button:active input[type="button"], #cookie-law-info-bar button:active input[type="reset"], #cookie-law-info-bar button:active input[type="submit"], #cookie-law-info-bar a:hover input[type="button"], #cookie-law-info-bar a:hover input[type="reset"], #cookie-law-info-bar a:hover input[type="submit"], #cookie-law-info-bar a:focus input[type="button"], #cookie-law-info-bar a:focus input[type="reset"], #cookie-law-info-bar a:focus input[type="submit"], #cookie-law-info-bar a:active input[type="button"], #cookie-law-info-bar a:active input[type="reset"], #cookie-law-info-bar a:active input[type="submit"], .alm-btn-wrap button:hover input[type="button"], .alm-btn-wrap button:hover input[type="reset"], .alm-btn-wrap button:hover input[type="submit"], .alm-btn-wrap button:focus input[type="button"], .alm-btn-wrap button:focus input[type="reset"], .alm-btn-wrap button:focus input[type="submit"], .alm-btn-wrap button:active input[type="button"], .alm-btn-wrap button:active input[type="reset"], .alm-btn-wrap button:active input[type="submit"], .alm-btn-wrap a:hover input[type="button"], .alm-btn-wrap a:hover input[type="reset"], .alm-btn-wrap a:hover input[type="submit"], .alm-btn-wrap a:focus input[type="button"], .alm-btn-wrap a:focus input[type="reset"], .alm-btn-wrap a:focus input[type="submit"], .alm-btn-wrap a:active input[type="button"], .alm-btn-wrap a:active input[type="reset"], .alm-btn-wrap a:active input[type="submit"] {
  color: #fff !important;
}
.branded-btn button.vc_btn3-icon-right, .branded-btn a.vc_btn3-icon-right, #cookie-law-info-bar button.vc_btn3-icon-right, #cookie-law-info-bar a.vc_btn3-icon-right, .alm-btn-wrap button.vc_btn3-icon-right, .alm-btn-wrap a.vc_btn3-icon-right {
  padding-right: 2.5rem !important;
}
@media only screen and (max-width: 399px) {
  .branded-btn button, .branded-btn a, #cookie-law-info-bar button, #cookie-law-info-bar a, .alm-btn-wrap button, .alm-btn-wrap a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 30%;
  }
}
.branded-btn .vc_btn3-icon, #cookie-law-info-bar .vc_btn3-icon, .alm-btn-wrap .vc_btn3-icon {
  font-size: 30px !important;
  right: 5px !important;
}
.branded-btn .vc_btn3-icon.fa-angle-right, #cookie-law-info-bar .vc_btn3-icon.fa-angle-right, .alm-btn-wrap .vc_btn3-icon.fa-angle-right {
  font-size: 35px !important;
  right: 10px !important;
}
.branded-btn--on-dark-bg button:hover, .branded-btn--on-dark-bg button:focus, .branded-btn--on-dark-bg button:active, .branded-btn--on-dark-bg a:hover, .branded-btn--on-dark-bg a:focus, .branded-btn--on-dark-bg a:active, #cookie-law-info-bar--on-dark-bg button:hover, #cookie-law-info-bar--on-dark-bg button:focus, #cookie-law-info-bar--on-dark-bg button:active, #cookie-law-info-bar--on-dark-bg a:hover, #cookie-law-info-bar--on-dark-bg a:focus, #cookie-law-info-bar--on-dark-bg a:active, .alm-btn-wrap--on-dark-bg button:hover, .alm-btn-wrap--on-dark-bg button:focus, .alm-btn-wrap--on-dark-bg button:active, .alm-btn-wrap--on-dark-bg a:hover, .alm-btn-wrap--on-dark-bg a:focus, .alm-btn-wrap--on-dark-bg a:active {
  border-color: #fff !important;
}
@media only screen and (max-width: 399px) {
  .branded-btn--submit button, .branded-btn--submit a, #cookie-law-info-bar--submit button, #cookie-law-info-bar--submit a, .alm-btn-wrap--submit button, .alm-btn-wrap--submit a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 30%;
  }
}
.branded-btn--contact-us button, .branded-btn--contact-us a, #cookie-law-info-bar--contact-us button, #cookie-law-info-bar--contact-us a, .alm-btn-wrap--contact-us button, .alm-btn-wrap--contact-us a {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  min-width: 30%;
}
.alm-btn-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 399px) {
  .vc_btn3-container.vc_btn3-right {
    text-align: center;
  }
}
@media only screen and (max-width: 399px) {
  .home-campaign-grid .vc_btn3-container {
    display: none;
  }
}
@media only screen and (max-width: 399px) {
  .home-campaign-grid .more-campaigns-cta {
    display: block;
  }
}
@media only screen and (max-width: 399px) {
  .vc_btn3-container.vc_btn3-inline {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 399px) {
  .home-hero .vc_btn3-inline {
    text-align: left;
  }
}
.home-hero__introduction-copy {
  z-index: 1;
}
.home-hero__introduction-copy p {
  max-width: 600px;
}
@media only screen and (max-width: 599px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.show-on-mobile {
  display: none !important;
}
@media only screen and (max-width: 599px) {
  .show-on-mobile {
    display: block !important;
  }
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
  background-color: #fff;
}
textarea {
  width: 100%;
}
/* Filter tooltip
--------------------------------------------- */
.js-filter-tooltip--show {
  position: relative;
}
.js-filter-tooltip--show:before {
  content: "";
  transition: all 0.3s;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  visibility: visible;
  top: 0;
  left: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .js-filter-tooltip--show:before {
    display: none;
  }
}
.js-filter-tooltip--show .filter-items-box:before {
  content: "";
  top: 68px;
  right: 20px;
  position: absolute;
  z-index: 12;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.js-filter-tooltip--show .filter-items-box:after {
  content: "Not sure where to start? Use our resource filter!";
  width: 200px;
  background: #fff;
  z-index: 11;
  top: -70px;
  right: -100px;
  position: absolute;
  padding: 30px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .js-filter-tooltip--show .filter-items-box:before, .js-filter-tooltip--show .filter-items-box:after {
    display: none;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif;
  font-size: 2rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 1360px) {
  .main-navigation {
    max-width: 90%;
  }
}
@media only screen and (max-width: 599px) {
  .main-navigation {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul#primary-menu > li:first-child {
  opacity: 0;
  z-index: -111;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 85%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: auto;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
  opacity: 1;
  transition: 100ms all linear;
}
.main-navigation .sub-menu {
  display: block;
  min-width: 150px;
  max-width: 150px;
  background: #f8f8f8;
  border-top: 2px solid #333;
  margin-left: 0%;
  opacity: 0;
  transition: 100ms all linear;
}
.main-navigation .sub-menu a {
  margin: 0 !important;
  text-align: center;
  text-decoration: none;
  padding-bottom: 8px;
  margin: 0px 5px;
  color: #333;
  text-transform: uppercase;
  float: none;
  font-size: 0.9em;
  transition: 100ms all linear;
}
.main-navigation .sub-menu li {
  padding: 0px;
  text-align: center;
  font-size: 0.8em;
  outline: none;
}
.main-navigation .sub-menu li:last-child {
  line-height: 0.8em;
  margin-top: 8px;
  margin-bottom: 15px;
}
.main-navigation li {
  position: relative;
  padding: 0.1em 0.3em 0.2em;
}
@media only screen and (max-width: 1440px) {
  .main-navigation li {
    padding: 0.1em 0.3em 0.2em;
  }
}
@media only screen and (max-width: 1280px) {
  .main-navigation li {
    padding: 0.1em 0.23em 0.2em;
  }
}
.main-navigation li:first-child {
  margin-left: auto;
}
.main-navigation .menu-main-nav-container > ul > li > a {
  text-decoration: none;
  padding-bottom: 8px;
  margin: 0px 5px;
  color: #333;
  text-transform: uppercase;
  float: none;
  font-size: 0.85em;
  border-bottom: 3px solid transparent;
  transition: 100ms all linear;
}
@media only screen and (max-width: 1320px) {
  .main-navigation .menu-main-nav-container > ul > li > a {
    font-size: 0.75em;
  }
}
.main-navigation .menu-main-nav-container > ul > li > a:visited {
  color: #333;
}
.main-navigation .menu-main-nav-container > ul > li > a:hover, .main-navigation .menu-main-nav-container > ul > li > a:focus, .main-navigation .menu-main-nav-container > ul > li > a:active {
  transition: 100ms all linear;
  border-bottom: 3px solid #333;
}
.main-navigation .menu-main-nav-container > ul > li:last-child {
  padding-right: 30px;
}
.main-navigation .menu-main-nav-container > ul > li:last-child:after {
  color: #333;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 20px;
  width: 20px;
  font-size: 1em;
  cursor: pointer;
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/icon-globe.svg");
  content: "";
  margin-top: 15px;
  right: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.main-navigation .menu-main-nav-container > ul > li:last-child > a {
  border: none !important;
}
.main-navigation .menu-main-nav-container > ul > li:last-child > a, .main-navigation .menu-main-nav-container > ul > li:last-child a:hover, .main-navigation .menu-main-nav-container > ul > li:last-child a:active, .main-navigation .menu-main-nav-container > ul > li:last-child a:visited, .main-navigation .menu-main-nav-container > ul > li:last-child a:focus {
  border-bottom: none !important;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
  border-bottom: 3px solid #333 !important;
}
.main-navigation.myfixed .site-branding__logo {
  width: 80px;
}
.main-navigation.myfixed .site-branding__logo img {
  max-height: 80px;
  padding-top: 20px;
}
.main-navigation.myfixed .site-branding__sponsor {
  margin-top: 20px;
  min-height: 60px;
  height: auto;
}
@media only screen and (max-width: 1280px) {
  .main-navigation.myfixed .site-branding__sponsor {
    min-height: 60px;
    margin-top: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .main-navigation.myfixed .site-branding__sponsor {
    min-height: 55px;
  }
}
.main-navigation.myfixed .site-branding__sponsor img {
  max-height: 30px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.main-navigation.myfixed .site-social {
  display: none;
}
.main-navigation.myfixed #primary-menu {
  padding-top: 20px;
}
#mysticky-nav.wrapfixed {
  opacity: 1 !important;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.menu-main-nav-container {
  max-width: 1280px;
  margin-left: auto;
  text-align: right;
  margin-top: -10px;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.site-branding {
  max-width: 50%;
  width: auto;
  top: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .site-branding {
    max-width: 80%;
  }
}
.site-branding.vc_clearfix:before, .site-branding.vc_clearfix:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .site-branding.vc_clearfix:before, .site-branding.vc_clearfix:after {
    content: " ";
  }
}
.site-branding__logo {
  width: 120px;
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  .site-branding__logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 599px) {
  .site-branding__logo {
    max-width: 80px;
  }
}
@media only screen and (max-width: 399px) {
  .site-branding__logo {
    max-width: 80px;
  }
}
.site-branding__sponsor {
  margin-left: 15px;
  display: block;
  float: left;
  padding: 6px 0 0 18px;
  border-left: 1px solid #333;
  min-height: 80px;
}
@media only screen and (max-width: 991px) {
  .site-branding__sponsor {
    max-width: 110px;
  }
}
@media only screen and (max-width: 599px) {
  .site-branding__sponsor {
    max-width: 90px;
    min-height: 55px;
    margin-left: 10px;
    padding: 6px 0 0 12px;
  }
}
@media only screen and (max-width: 399px) {
  .site-branding__sponsor {
    min-height: 50px;
  }
}
.site-branding__sponsor span {
  font-size: 12px;
  line-height: 1em;
  display: block;
  font-family: Apex, arial, sans-serif;
  color: #333;
}
@media only screen and (max-width: 991px) {
  .site-branding__sponsor span {
    font-size: 9px;
  }
}
@media only screen and (max-width: 399px) {
  .site-branding__sponsor span {
    font-size: 6px;
  }
}
.site-branding__sponsor img {
  max-height: 48px;
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 599px) {
  .site-branding__sponsor img {
    max-height: 30px !important;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 399px) {
  .site-branding__sponsor img {
    max-height: 25px !important;
  }
}
.site-branding__sponsor__unicef {
  max-height: 50px !important;
}
.site-branding__sponsor__unesco {
  max-height: 40px;
}
.site-branding a {
  display: block;
  float: left;
}
.site-social {
  text-align: right;
}
.site-social a {
  display: inline;
  padding: 6px 8px;
  transition: 100ms all linear;
}
.site-social img {
  width: 25px;
}
.footer-sponsors {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 190px;
  display: none;
}
@media only screen and (max-width: 1360px) {
  .footer-sponsors {
    max-width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .footer-sponsors {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 399px) {
  .footer-sponsors {
    margin-top: 0px;
  }
}
.footer-sponsors img {
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .footer-sponsors img {
    max-width: 100%;
  }
}
.footer-sponsors.visible {
  display: block;
}
body.single-campaign .footer-sponsors, body.single-goal .footer-sponsors, body.home .footer-sponsors {
  margin-top: 0px;
}
body.campaign-items-odd .footer-sponsors {
  margin-top: 0px;
}
.mobmenu-panel .menu-main-nav-container {
  display: block !important;
}
.mobmenu-content {
  padding-top: 35px !important;
}
.mob-menu-header-holder .mob-menu-icon {
  color: #333;
  font-size: 2.5em;
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/icon-menu.svg");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.mob-menu-header-holder .mob-menu-icon:before {
  content: none;
}
.mob-cancel-button {
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/icon-close.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  right: 18px;
  top: 15px;
}
.mob-cancel-button:before {
  content: none !important;
}
.mobmenu-content li {
  padding-left: 0px;
  padding-right: 0px;
}
.mobmenu-content li a {
  position: relative;
  border: 2px solid black;
  border-radius: 0;
  font-size: 1.8em !important;
  line-height: 1.2em !important;
  text-transform: uppercase;
  color: #333 !important;
  background: #fff;
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif !important;
  text-transform: uppercase !important;
  text-align: left;
  margin-bottom: 20px;
  padding: 2px 0px 5px 15px !important;
}
.mobmenu-content li a:after {
  content: "";
  font-family: FontAwesome;
  font-size: 1.4em;
  position: absolute;
  right: 10px;
}
.mobmenu-content li a:hover, .mobmenu-content li a:active, .mobmenu-content li a:focus {
  border: 2px solid black !important;
}
.mobmenu-content li.menu-item-has-children a {
  pointer-events: none;
}
.mobmenu-content li.menu-item-has-children a:after {
  content: none;
}
.mobmenu-content li:hover {
  background-color: transparent !important;
}
.mobmenu-content li > a:hover {
  background-color: #333 !important;
  color: #fff !important;
}
.mobmenu-content .menu-main-nav-container {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.mobmenu-content .sub-menu {
  background-color: transparent !important;
}
.mobmenu-content .sub-menu li {
  padding-left: 0px !important;
}
.mobmenu-content .site-social {
  display: block !important;
  text-align: center;
}
.mobmenu-content .mob-expand-submenu i {
  color: #333;
}
.mobmenu-content .menu-item-has-children a:hover i {
  color: #fff;
}
.mobmenu-content #mobmenuright .sub-menu a {
  pointer-events: all;
}
.mobmenu-content #mobmenuright > li:first-child {
  opacity: 1;
  z-index: 1;
}
.mob-expand-submenu {
  right: 5px !important;
  pointer-events: all !important;
  position: absolute !important;
  width: 100%;
  height: 45px;
  top: 0;
  left: 0;
  text-align: right;
}
.mob-expand-submenu i {
  margin-top: 2px;
  margin-right: 2px;
}
#mysticky-wrap {
  min-height: 92px;
  z-index: 111;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 599px) {
  #mysticky-wrap {
    min-height: 80px;
  }
}
.site-header {
  z-index: 11;
  min-height: 92px;
}
@media only screen and (max-width: 599px) {
  .site-header {
    min-height: 80px;
  }
}
.mob-menu-header-holder {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0;
}
#page {
  margin: 0 auto 1.5em;
  max-width: 1280px;
}
@media only screen and (max-width: 1360px) {
  #page {
    max-width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  #page {
    max-width: 94%;
  }
}
@media only screen and (max-width: 599px) {
  #page {
    max-width: 94%;
  }
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
  position: relative;
  z-index: 1;
}
.entry-header {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
body.home .site-main {
  position: relative;
}
@media only screen and (max-width: 599px) {
  body.home .site-main {
    position: unset;
  }
}
.hero-dial-wrapper {
  overflow: visible;
  margin: 0px;
  width: 100%;
  position: absolute;
  top: -50px;
  right: 0;
  max-width: 2400px;
}
@media only screen and (max-width: 599px) {
  .hero-dial-wrapper {
    overflow: hidden;
  }
}
.hero-dial-wrapper--footer {
  overflow: hidden;
  left: 0;
  right: auto;
  bottom: 0;
  top: auto;
  height: 500px;
  z-index: -1;
}
.hero-dial svg {
  width: 2550px;
  height: auto;
}
.hero-dial {
  margin-top: -78%;
  left: 0;
  margin-left: -54%;
  width: 160%;
  max-width: 2400px;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-animation-duration: 40000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 40000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-duration: 40000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-duration: 40000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media only screen and (max-width: 991px) {
  .hero-dial {
    margin-top: -120%;
    left: -60%;
    width: 240%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-dial {
    margin-top: -80%;
    left: -20%;
    width: 200%;
  }
}
@media only screen and (max-width: 599px) {
  .hero-dial {
    margin-top: -100%;
    left: -95%;
    width: 300%;
  }
}
.hero-dial--footer {
  width: 60%;
  margin-left: 55%;
  margin-bottom: 0px;
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .hero-dial--footer {
    display: none;
  }
}
.hero-dial--header {
  margin-top: -55%;
  right: 55%;
  width: 150vw;
  height: auto;
  position: relative;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.home-campaign-section__content {
  position: relative;
  z-index: 1;
}
.home-campaign-section #home-campaign-block-title {
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
.home-campaign-grid .grid-item--light, .home-campaign-grid .grid-item--light h2 {
  color: #fff;
}
.home-campaign-grid .grid-item--dark, .home-campaign-grid .grid-item--dark h2 {
  color: #333;
}
.home-campaign-grid .grid-item--light .vc_column-inner, .home-campaign-grid .grid-item--dark .vc_column-inner {
  padding-left: 4em;
  padding-right: 5em;
  padding-bottom: 2em;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
  height: 95%;
  margin-bottom: 5%;
}
@media only screen and (max-width: 1199px) {
  .home-campaign-grid .grid-item--light .vc_column-inner, .home-campaign-grid .grid-item--dark .vc_column-inner {
    width: 97.5%;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}
@media only screen and (max-width: 991px) {
  .home-campaign-grid .grid-item--light .vc_column-inner, .home-campaign-grid .grid-item--dark .vc_column-inner {
    padding: 0em 2em;
  }
}
.home-campaign-grid .grid-item--no-left-border .vc_column-inner {
  margin-left: -2.5%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .home-campaign-grid .grid-item--no-left-border .vc_column-inner {
    width: auto;
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}
.home-campaign-grid .grid-item--no-left-border:hover ~ .grid-item--single-image, .home-campaign-grid .grid-item--no-left-border:focus ~ .grid-item--single-image, .home-campaign-grid .grid-item--no-left-border:active ~ .grid-item--single-image {
  transform: translateY(-100px);
}
.home-campaign-grid .grid-item--no-left-border:hover ~ .grid-item--single-image:before, .home-campaign-grid .grid-item--no-left-border:focus ~ .grid-item--single-image:before, .home-campaign-grid .grid-item--no-left-border:active ~ .grid-item--single-image:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .home-campaign-grid .grid-item--single-image {
    display: none !important;
  }
}
.home-campaign-grid .grid-item--double .vc_column-inner {
  width: 97.5%;
  margin-left: 1.25%;
  margin-right: 1.25%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 991px) {
  .home-campaign-grid .grid-item--double .vc_column-inner {
    padding: 0em 2em;
  }
}
.home-campaign-grid .grid-item--triple .vc_column-inner {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1.5%;
}
@media only screen and (max-width: 991px) {
  .home-campaign-grid .grid-item--triple .vc_column-inner {
    padding: 0em 2em;
  }
}
.home-campaign-grid .vc_row {
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .home-campaign-grid .vc_row {
    display: block;
  }
}
.home-campaign-grid .grid-item--light, .home-campaign-grid .grid-item--dark {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.home-campaign-grid .grid-item--light:hover .vc_column-inner, .home-campaign-grid .grid-item--light:focus .vc_column-inner, .home-campaign-grid .grid-item--light:active .vc_column-inner, .home-campaign-grid .grid-item--dark:hover .vc_column-inner, .home-campaign-grid .grid-item--dark:focus .vc_column-inner, .home-campaign-grid .grid-item--dark:active .vc_column-inner {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  color: white;
}
.home-campaign-grid .grid-item--light:hover .vc_column-inner h2, .home-campaign-grid .grid-item--light:focus .vc_column-inner h2, .home-campaign-grid .grid-item--light:active .vc_column-inner h2, .home-campaign-grid .grid-item--dark:hover .vc_column-inner h2, .home-campaign-grid .grid-item--dark:focus .vc_column-inner h2, .home-campaign-grid .grid-item--dark:active .vc_column-inner h2 {
  color: #fff;
  transition-duration: 0.5s;
}
.home-campaign-grid .grid-item--light:hover .vc_column-inner:before, .home-campaign-grid .grid-item--light:focus .vc_column-inner:before, .home-campaign-grid .grid-item--light:active .vc_column-inner:before, .home-campaign-grid .grid-item--dark:hover .vc_column-inner:before, .home-campaign-grid .grid-item--dark:focus .vc_column-inner:before, .home-campaign-grid .grid-item--dark:active .vc_column-inner:before {
  background: rgba(0, 0, 0, 0.3);
  transition-duration: 0.5s;
}
.home-campaign-grid .grid-item--light .vc_column-inner, .home-campaign-grid .grid-item--dark .vc_column-inner {
  transition-duration: 0.5s;
  overflow: hidden;
  position: relative;
}
.home-campaign-grid .grid-item--light .vc_column-inner:before, .home-campaign-grid .grid-item--dark .vc_column-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  transition-duration: 0.5s;
}
.home-campaign-grid .grid-item--light .vc_column-inner .wpb_wrapper, .home-campaign-grid .grid-item--dark .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.home-campaign-grid .grid-item--light h2, .home-campaign-grid .grid-item--dark h2 {
  transition-duration: 0.5s;
}
.resource-card, .campaign-card {
  background: #fff;
  padding: 0px !important;
  transition: all 200ms;
  overflow-wrap: break-word;
}
.resource-card:hover, .resource-card:active, .resource-card:focus, .campaign-card:hover, .campaign-card:active, .campaign-card:focus {
  transform: scale(1.03);
  transition: all 700ms;
  outline: none;
}
.resource-card:hover h3, .resource-card:active h3, .resource-card:focus h3, .campaign-card:hover h3, .campaign-card:active h3, .campaign-card:focus h3 {
  transition: all 200ms;
}
.resource-card:hover button, .resource-card:active button, .resource-card:focus button, .campaign-card:hover button, .campaign-card:active button, .campaign-card:focus button {
  transition: none !important;
}
.resource-card h3, .resource-card p, .campaign-card h3, .campaign-card p {
  padding: 0px 25px;
  margin: 0;
}
.resource-card h3, .campaign-card h3 {
  word-spacing: 0.06em;
  text-transform: none;
}
.resource-card__cta, .campaign-card__cta {
  width: 100%;
  margin: 0;
  padding: 0px 7px;
}
.resource-card__cta button, .campaign-card__cta button {
  color: #333 !important;
}
.resource-card__thumbnail, .campaign-card__thumbnail {
  position: relative;
  padding-top: 66%;
  background-position: center center !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-color: #fff;
}
.resource-card__thumbnail--narrow, .campaign-card__thumbnail--narrow {
  padding-top: 50% !important;
}
.resource-card__play-icon, .campaign-card__play-icon {
  width: 30% !important;
  position: absolute;
  left: 35%;
  right: 35%;
  top: 30%;
}
.resource-card .vc_separator, .campaign-card .vc_separator {
  margin-bottom: 1px !important;
  width: 82%;
}
.resource-card .vc_general.vc_btn3, .campaign-card .vc_general.vc_btn3 {
  width: auto !important;
  font-size: 20px;
  text-transform: uppercase;
  padding-right: 30px !important;
}
.resource-card .vc_row:after, .resource-card .vc_row:before, .campaign-card .vc_row:after, .campaign-card .vc_row:before {
  content: none;
}
.resource-card .wpb_single_image, .campaign-card .wpb_single_image {
  margin-bottom: 15px;
}
.resource-card .wpb_single_image img, .campaign-card .wpb_single_image img {
  width: 100%;
}
.resource-card .vc_btn3-icon, .campaign-card .vc_btn3-icon {
  font-size: 26px !important;
  right: 10px !important;
}
.resource-card .wpb_single_image .vc_single_image-wrapper, .resource-card .wpb_single_image .vc_figure, .campaign-card .wpb_single_image .vc_single_image-wrapper, .campaign-card .wpb_single_image .vc_figure {
  width: 100%;
}
.resource-card .vc_gitem-post-data-source-post_excerpt, .campaign-card .vc_gitem-post-data-source-post_excerpt {
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.resource-card--no-image, .campaign-card--no-image {
  padding-top: 2em !important;
}
.resource-card.russian, .resource-card.arabic, .resource-card.hindi, .campaign-card.russian, .campaign-card.arabic, .campaign-card.hindi {
  font-size: 12px;
}
.resource-card.arabic, .campaign-card.arabic {
  text-align: right;
}
.campaign-card .vc_gitem-post-data-source-post_excerpt {
  padding-bottom: 30px;
}
.vc_grid-item-mini {
  transition: all 200ms;
}
.vc_grid-item-mini button {
  background: none !important;
  transition: none !important;
}
.vc_single_image-wrapper {
  overflow: hidden;
}
.wpb_single_image {
  background: #333;
}
.resources-section {
  z-index: 10;
  position: relative !important;
  padding-top: 4em !important;
  padding-bottom: 2em !important;
}
@media only screen and (max-width: 991px) {
  .resources-section {
    padding-top: 1em !important;
  }
}
@media only screen and (max-width: 399px) {
  .resources-section {
    padding-top: 1em !important;
  }
}
.resources-section .home-resource-items .vc_col-lg-3 {
  width: 33.3%;
  padding-left: 20px;
  padding-right: 0px;
}
.resources-section .home-resource-items .vc_gitem_row {
  position: relative;
}
.resources-section .home-resource-items .branded-btn {
  display: none;
}
.resources-section .home-resource-items a {
  padding: 0;
}
.resources-section .home-resource-items__en {
  display: none;
}
.resources-section .home-resource-items__fr {
  display: none;
}
.resources-section .home-resource-items__es {
  display: none;
}
.resources-section .home-resource-items .resource-card h3, .resources-section .home-resource-items .resource-card p {
  padding: 0px 25px !important;
}
@media only screen and (max-width: 1199px) {
  .resources-section .home-resource-items .resource-card h3, .resources-section .home-resource-items .resource-card p {
    padding: 0px;
  }
}
.resources-section .vc_grid-item:hover .vc_grid-item-mini {
  transform: scale(1.03);
  transition: all 700ms;
}
@media only screen and (max-width: 399px) {
  .resources-section .vc_grid-item {
    display: none !important;
  }
  .resources-section .vc_grid-item:nth-child(1), .resources-section .vc_grid-item:nth-child(2) {
    display: block !important;
  }
}
.resources-section h2 {
  margin: 0 0 0.5em;
}
@media only screen and (max-width: 991px) {
  .resources-section h2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 399px) {
  .resources-section h2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.site.en .home-resource-items__en, .site.fr .home-resource-items__fr, .site.es .home-resource-items__es {
  display: block;
}
.filter-items-box__items, .filter-results__items {
  display: none;
}
.site.en .filter-items-box__items--en, .site.fr .filter-items-box__items--fr, .site.es .filter-items-box__items--es, .site.en .filter-results__items--en, .site.fr .filter-results__items--fr, .site.es .filter-results__items--es {
  display: block;
}
.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover {
  z-index: 1 !important;
}
.vc_gitem-zone-a .vc_gitem-row-position-middle, .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  left: 0;
  right: 0;
  top: 0%;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.the-17-goals-block {
  padding: 1em 0em;
}
@media only screen and (max-width: 991px) {
  .the-17-goals-block {
    padding: 2em 0em;
  }
}
@media only screen and (max-width: 399px) {
  .the-17-goals-block {
    padding: 0em;
  }
}
.the-17-goals-block .wpb_content_element {
  margin: 0;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(1) {
  background: #ea1c2d;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(2) {
  background: #d19f2a;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(3) {
  background: #2d9a47;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(4) {
  background: #c22033;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(5) {
  background: #ef412a;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(6) {
  background: #00add8;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(7) {
  background: #fdb714;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(8) {
  background: #8f1838;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(9) {
  background: #f36e24;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(10) {
  background: #e01a83;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(11) {
  background: #f99d25;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(12) {
  background: #cd8b2a;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(13) {
  background: #48773c;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(14) {
  background: #007dbb;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(15) {
  background: #40ae49;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(16) {
  background: #00558a;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(17) {
  background: #1a3668;
  position: relative;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:nth-child(17):after {
  position: absolute;
  top: 0px;
  right: -100%;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/global-goals-logo-small.png");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item:hover .vc_gitem-zone-mini {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-zone-mini {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 991px) {
  .the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item {
    width: 33%;
    float: left;
  }
  .the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item .the-17-goals-block__title .vc_gitem-acf {
    font-size: 95%;
  }
}
@media only screen and (max-width: 599px) {
  .the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item {
    width: 50%;
  }
  .the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item .the-17-goals-block__title .vc_gitem-acf {
    font-size: 80%;
  }
}
@media only screen and (max-width: 399px) {
  .the-17-goals-block .vc_pageable-slide-wrapper .vc_grid-item {
    width: 50%;
  }
}
.the-17-goals-block p {
  margin: 0;
}
.the-17-goals-block .wpb_single_image img {
  height: 60px;
  max-width: 70%;
  max-height: 60px;
}
@media only screen and (max-width: 991px) {
  .the-17-goals-block .wpb_single_image img {
    height: 90px;
    max-width: 70%;
    max-height: 90px;
  }
}
.the-17-goals-block__number {
  padding-right: 0px !important;
  padding-top: 10% !important;
  text-align: center;
  width: 30%;
  float: left;
}
.the-17-goals-block__number .vc_gitem-acf {
  font-size: 200%;
  line-height: 0.7em;
  text-transform: uppercase;
  color: #fff;
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif;
}
@media only screen and (max-width: 991px) {
  .the-17-goals-block__number .vc_gitem-acf {
    font-size: 2em;
  }
}
@media only screen and (max-width: 399px) {
  .the-17-goals-block__number .vc_gitem-acf {
    font-size: 1.4em;
  }
}
.the-17-goals-block__title {
  padding: 10px 0px;
  padding-top: 10% !important;
  width: 70%;
  float: left;
}
.the-17-goals-block__title .vc_gitem-acf {
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif;
  font-size: 80%;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  padding-right: 0px;
}
@media only screen and (max-width: 1440px) {
  .the-17-goals-block__title .vc_gitem-acf {
    font-size: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .the-17-goals-block__title .vc_gitem-acf {
    font-size: 50%;
  }
}
@media only screen and (max-width: 399px) {
  .the-17-goals-block__title .vc_gitem-acf {
    font-size: 50%;
  }
}
.the-17-goals-block__icon {
  padding: 0px !important;
}
.the-17-goals-block__icon .wpb_single_image {
  background: none;
}
.the-17-goals-block .vc_gitem-zone-a .vc_gitem-zone-mini {
  position: absolute;
}
.the-17-goals-block .vc_gitem-zone-a .vc_gitem-row-position-top, .the-17-goals-block .vc_gitem-zone-b .vc_gitem-row-position-top {
  position: relative;
  display: block;
}
.the-17-goals-block .vc_gitem-zone-a .vc_gitem-row-position-middle, .the-17-goals-block .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.the-17-goals-block--full-width .vc_col-sm-2 {
  width: 12% !important;
}
.home-goal-section__introduction {
  padding: 0em 3em;
}
@media only screen and (max-width: 991px) {
  .home-goal-section__introduction {
    padding: 0em 1em;
  }
}
@media only screen and (max-width: 399px) {
  .home-goal-section__introduction {
    padding: 0em;
  }
}
@media only screen and (max-width: 1360px) {
  .home-goal-section__introduction h2 {
    margin-top: 0px;
  }
}
.home-goal-section .related-goal-item--no-margin {
  width: 16.65%;
  max-width: 16.65%;
}
@media only screen and (max-width: 991px) {
  .home-goal-section .related-goal-item--no-margin {
    width: 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 399px) {
  .home-goal-section .related-goal-item--no-margin {
    width: 33%;
    max-width: 33%;
  }
}
/* Promo Box */
.promo-box .vc_column-inner {
  padding: 9vw 3em 5vw;
}
.promo-box h2 {
  text-align: center;
  color: #333;
  background: #f08b25;
  width: auto;
  display: table;
  padding: 3px 12px 12px;
  margin: 0 auto 0;
}
@media only screen and (max-width: 991px) {
  .promo-box h2 {
    padding: 3px 12px 7px;
  }
}
@media only screen and (max-width: 399px) {
  .promo-box h2 {
    padding: 3px 12px 5px;
  }
}
.promo-box p {
  color: #fff;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form {
  padding: 15px;
  margin-top: 1.5em;
  overflow: hidden;
  background-color: #f8f8f8;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select, .contact-form textarea {
  outline: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #333;
  padding: 10px 10px 5px;
  max-width: 95%;
  width: 100%;
  height: 50px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  line-height: 1.1;
  color: #333;
  background: none;
}
.contact-form input[type="text"]:focus, .contact-form input[type="text"]:active, .contact-form input[type="email"]:focus, .contact-form input[type="email"]:active, .contact-form select:focus, .contact-form select:active, .contact-form textarea:focus, .contact-form textarea:active {
  border-color: #f08b25;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 991px) {
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form select, .contact-form textarea {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 399px) {
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form select, .contact-form textarea {
    max-width: 100%;
  }
}
.contact-form select {
  color: #bbb;
  -webkit-appearance: none;
  line-height: 1.1;
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/icon-arrow-down.svg");
  background-position: 97% 55%;
  background-size: 4%;
  background-repeat: no-repeat;
}
.contact-form select option:first-child {
  color: #bbb;
}
.contact-form select option {
  color: #333;
}
.contact-form .your-consent {
  max-width: 500px;
  display: block;
}
.contact-form textarea {
  height: 200px;
}
.contact-form h2 {
  margin: 0;
}
.contact-form .vc_column-inner {
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-form .vc_column-inner {
    max-width: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 399px) {
  .contact-form .vc_column-inner {
    max-width: 100%;
    padding: 10px;
    margin-top: 0px;
  }
}
.contact-form--white-bg .vc_column-inner {
  background-color: #fff;
}
.contact-form--no-padding .vc_column-inner {
  padding: 0;
}
.contact-form--goal {
  background: none;
}
.contact-form--goal form {
  padding-top: 2em;
  max-width: 900px;
}
.contact-form--goal .sign-up-field {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 991px) {
  .contact-form--goal .sign-up-field {
    width: 100%;
  }
}
.contact-form .sign-up-field {
  margin-bottom: 1.5em;
}
.contact-form .sign-up-field:nth-child(even) {
  clear: left;
}
.contact-form__desc {
  display: block;
  margin-top: 1em;
  max-width: 550px;
}
.contact-form--partners .partners-field {
  width: 40%;
  margin-bottom: 1.5em;
  float: left;
}
.contact-form--partners .partners-field--clear-left {
  clear: left;
}
@media only screen and (max-width: 991px) {
  .contact-form--partners .partners-field {
    width: 100%;
  }
}
.contact-form--partners .wpcf7-form-control-wrap, .contact-form--partners .branded-btn {
  clear: left;
}
.contact-form--partners p {
  max-width: 550px;
  margin: 0;
}
.contact-form--about-us {
  margin-top: 3em;
}
.contact-form--about-us input[type="text"], .contact-form--about-us input[type="email"], .contact-form--about-us select, .contact-form--about-us textarea, .contact-form--about-us .your-consent {
  max-width: 100%;
}
.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #bbb;
  line-height: 1.1;
}
.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb;
  line-height: 1.1;
}
.contact-form ::placeholder {
  color: #bbb;
  line-height: 1.1;
}
.contact-form .vc_btn3-center button {
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .contact-form .vc_btn3-center button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form .vc_btn3-center button input {
    line-height: 1.3;
  }
}
.home-contact-us .contact-form, .home-contact-us .newsletter-popup__content, .newsletter-popup .contact-form, .newsletter-popup .newsletter-popup__content {
  padding: 15px 20px;
  background-color: #fff;
}
.home-contact-us .contact-form input[type="text"], .home-contact-us .contact-form input[type="email"], .home-contact-us .contact-form select, .home-contact-us .contact-form textarea, .home-contact-us .contact-form .your-consent, .home-contact-us .newsletter-popup__content input[type="text"], .home-contact-us .newsletter-popup__content input[type="email"], .home-contact-us .newsletter-popup__content select, .home-contact-us .newsletter-popup__content textarea, .home-contact-us .newsletter-popup__content .your-consent, .newsletter-popup .contact-form input[type="text"], .newsletter-popup .contact-form input[type="email"], .newsletter-popup .contact-form select, .newsletter-popup .contact-form textarea, .newsletter-popup .contact-form .your-consent, .newsletter-popup .newsletter-popup__content input[type="text"], .newsletter-popup .newsletter-popup__content input[type="email"], .newsletter-popup .newsletter-popup__content select, .newsletter-popup .newsletter-popup__content textarea, .newsletter-popup .newsletter-popup__content .your-consent {
  max-width: 500px;
  display: block;
}
.newsletter-popup {
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -11;
  visibility: hidden;
  opacity: 0;
}
.newsletter-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: none;
  height: 200vh;
  opacity: 0;
}
.newsletter-popup.show {
  z-index: 11;
  visibility: visible;
  opacity: 1;
}
.newsletter-popup.show .newsletter-popup__overlay {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.newsletter-popup.show .newsletter-popup__content {
  transform: translateY(10vh);
  opacity: 1;
}
.newsletter-popup__content {
  position: relative;
  margin: auto;
  max-width: 500px !important;
  transition: all 0.5s ease-out;
  opacity: 0;
  z-index: 2;
  border-radius: 15px;
  animation-delay: 1s;
  max-height: 80vh;
  overflow: scroll;
}
.newsletter-popup__content h2 {
  margin: 20px;
}
.newsletter-popup input[type="text"], .newsletter-popup input[type="email"], .newsletter-popup select {
  height: 45px;
  border-bottom: 1px solid #bbb;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  outline: none;
}
.newsletter-popup input[type="text"]:hover, .newsletter-popup input[type="text"]:active, .newsletter-popup input[type="text"]:focus, .newsletter-popup input[type="text"]:focus-visible, .newsletter-popup input[type="email"]:hover, .newsletter-popup input[type="email"]:active, .newsletter-popup input[type="email"]:focus, .newsletter-popup input[type="email"]:focus-visible, .newsletter-popup select:hover, .newsletter-popup select:active, .newsletter-popup select:focus, .newsletter-popup select:focus-visible {
  border: 1px solid #f08b25;
}
.newsletter-popup .wpcf7-not-valid {
  border-color: #f08b25 !important;
}
.newsletter-popup .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  line-height: 10px;
}
.newsletter-popup select {
  background-image: none;
  border-radius: 3px;
}
.newsletter-popup .your-consent [type="checkbox"] + .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.newsletter-popup .your-consent .wpcf7-list-item-label {
  font-size: 14px;
  margin-bottom: 15px;
}
.newsletter-popup .sign-up-field {
  margin-bottom: 1em;
  overflow: hidden;
}
.newsletter-popup .sign-up-field > p {
  margin: 0;
}
.newsletter-popup .branded-btn button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.newsletter-popup .recaptcha {
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  margin-left: 0;
}
.newsletter-popup .wpcf7-acceptance span {
  font-size: 13px;
  line-height: 18px;
  display: block;
  padding-left: 15px;
  text-align: left;
  max-width: 100%;
  margin-bottom: 15px;
}
.newsletter-popup .wpcf7-acceptance input[type="checkbox"] {
  float: left;
  width: 20px;
  height: 20px;
  margin-left: -15px;
}
.page-heading {
  padding: 5.5em 2em 6em;
}
@media only screen and (max-width: 1440px) {
  .page-heading {
    padding: 4.5em 2em 5em;
  }
}
@media only screen and (max-width: 991px) {
  .page-heading {
    padding: 0;
  }
}
.page-heading h1, .page-heading h2 {
  color: #333;
  background: #f08b25;
  width: auto;
  display: table;
  padding: 2px 12px 8px;
  margin: 0 auto 0;
  line-height: 0.85em;
}
@media only screen and (max-width: 991px) {
  .page-heading h1, .page-heading h2 {
    padding: 10px 8px 14px;
  }
}
@media only screen and (max-width: 599px) {
  .page-heading h1, .page-heading h2 {
    padding: 6px 5px 8px;
    font-size: 2em;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-heading h1, .page-heading h2 {
    padding: 4px 12px 2px;
  }
}
.page-heading p {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .page-heading p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 399px) {
  .page-heading p {
    font-size: 14px;
  }
}
.page-heading .vc_parallax-inner {
  background-size: 110% auto;
}
.filter-items-box {
  background: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .filter-items-box {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .filter-items-box {
    background: #fff;
  }
}
@media only screen and (max-width: 599px) {
  .filter-items-box {
    margin-top: 0px;
  }
}
.filter-items-box ul {
  padding-left: 0;
  margin-left: 0;
}
.filter-items-box h3 {
  margin: 0;
  font-size: 3em;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  color: #f08b25;
}
.filter-items-box a {
  text-decoration: underline;
  font-size: 1.1em;
}
.filter-items-box .vc_column-inner {
  padding-top: 15px !important;
}
.filter-items-box [type="checkbox"], .filter-items-box [type="radio"] {
  width: 25px;
  height: 25px;
  bottom: -7px;
  position: relative;
  left: 2px;
}
.filter-results {
  margin-top: 50px;
}
@media only screen and (max-width: 399px) {
  .filter-results {
    margin-top: 0px;
  }
}
.filter-results .vc_column-inner {
  padding-top: 0px !important;
}
.searchandfilter > ul > li {
  position: relative;
}
.searchandfilter > ul > li li {
  font-size: 0.82em;
}
.searchandfilter > ul > li:before {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  height: 20px;
  width: 20px;
  font-size: 2em;
  cursor: pointer;
}
@media only screen and (max-width: 590px) {
  .searchandfilter > ul > li:before {
    top: 20%;
  }
}
.searchandfilter > ul > li.open:before {
  content: "";
}
.searchandfilter > ul > li:last-child:before {
  content: none;
}
.searchandfilter > ul > li:hover:before {
  color: #fff;
}
.searchandfilter > ul > li:hover h4 {
  background: #333;
  color: #fff;
  transition-duration: 0.3s;
}
.searchandfilter > ul > li > ul {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.searchandfilter > ul > li.open > ul {
  max-height: 10000px;
  overflow: scroll;
}
.searchandfilter h4 {
  font-size: 24px;
  border: 2px solid #333;
  padding: 3px 10px 6px;
  color: #333;
  cursor: pointer;
  transition-duration: 0.3s;
}
.searchandfilter .sf-field-reset input {
  width: auto;
  text-decoration: underline;
  font-size: 1.1em;
  font-family: ApexNew-Book, Arial, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: none;
  letter-spacing: 0px;
}
.searchandfilter .sf-field-reset input:after {
  content: none;
}
.searchandfilter .sf-field-search:before {
  content: none !important;
}
.searchandfilter .sf-field-search input, .searchandfilter .sf-field-search label {
  width: 100%;
}
.searchandfilter .sf-field-search input {
  height: 50px;
  padding: 3px 10px 6px;
  line-height: 1.1;
  font-size: 24px;
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  border: 2px solid #333;
  border-radius: 0;
}
.searchandfilter .sf-field-search input:hover, .searchandfilter .sf-field-search input:active, .searchandfilter .sf-field-search input:focus {
  outline: none;
}
.searchandfilter .sf-field-search ::-webkit-input-placeholder {
  /* Edge */
  color: #bbb;
  line-height: 1.1;
}
.searchandfilter .sf-field-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bbb;
  line-height: 1.1;
}
.searchandfilter .sf-field-search ::placeholder {
  color: #bbb;
  line-height: 1.1;
}
/* Custom Checkbox */
.searchandfilter .sf-label-checkbox {
  padding: 0px 0px 0px 40px !important;
  cursor: pointer;
}
.searchandfilter input.sf-input-checkbox[type=checkbox] + .sf-label-checkbox:before, .your-consent [type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #333;
  margin-bottom: -10px;
  margin-left: -40px;
  margin-right: 10px;
  margin-top: 5px;
}
.your-consent [type=checkbox] + .wpcf7-list-item-label:before {
  margin-left: -40px;
}
.your-consent .wpcf7-list-item {
  margin: 0;
}
.your-consent .wpcf7-list-item-label {
  padding-left: 40px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.searchandfilter input.sf-input-checkbox[type=checkbox]:checked + .sf-label-checkbox:before, .searchandfilter input.sf-input-checkbox[type=checkbox]:active + .sf-label-checkbox:before, .searchandfilter input.sf-input-checkbox[type=checkbox]:focus + .sf-label-checkbox:before, .your-consent [type=checkbox]:checked + .wpcf7-list-item-label:before, .your-consent [type=checkbox]:active + .wpcf7-list-item-label:before, .your-consent [type=checkbox]:focus + .wpcf7-list-item-label:before {
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/checkbox.png");
  background-size: 120%;
  background-position: center;
  padding: 0;
}
.searchandfilter input.sf-input-checkbox, .your-consent [type="checkbox"] {
  display: none;
}
.resource-section a {
  display: block;
  padding: 0;
  margin-bottom: 1em !important;
  clear: left;
}
/* Goal Heading */
.goal-heading-wrapper {
  margin-left: -25%;
  margin-right: -25%;
  clear: left;
  width: 150%;
  float: left;
}
@media only screen and (max-width: 1360px) {
  .goal-heading-wrapper {
    margin-left: -5vw;
    margin-right: -5vw;
    width: 100vw;
  }
}
.goal-heading .vc_column-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.goal-heading .wpb_content_element {
  margin-bottom: 25px;
}
.goal-heading .wpb_wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 1360px) {
  .goal-heading .wpb_wrapper {
    max-width: 90%;
  }
}
.goal-heading h1, .goal-heading h2, .goal-heading h3, .goal-heading p {
  color: #fff;
  margin: 0px;
}
.goal-heading p {
  font-size: 1.6em;
  line-height: 0.8em;
}
.goal-heading h1 {
  font-size: 8em;
  line-height: 0.65em;
}
@media only screen and (max-width: 991px) {
  .goal-heading h1 {
    font-size: 7.2em;
    line-height: 0.6em;
  }
}
@media only screen and (max-width: 599px) {
  .goal-heading h1 {
    font-size: 4.5em;
  }
}
.goal-heading h2 {
  font-size: 2.3em;
}
@media only screen and (max-width: 991px) {
  .goal-heading h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 599px) {
  .goal-heading h2 {
    font-size: 1.2em;
  }
}
.goal-heading img {
  max-height: 110px;
  float: right;
}
.goal-heading h3 {
  font-size: 2.8em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .goal-heading h3 {
    font-size: 1.8em;
  }
}
.goal-heading__icon-bg img {
  position: absolute;
  top: 10%;
  left: 10%;
  transform: scale(2.5);
  opacity: 0.1;
}
.goal-heading__bg-image {
  padding: 3em 0em 1.5em;
  background-size: 100%;
  background-position: center center;
  overflow: hidden;
}
.goal-heading__bg-image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1000px;
  z-index: 1;
  opacity: 0.8;
}
.goal-heading__bg-image p {
  font-size: 1.3em;
  line-height: 1.3em;
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  .goal-heading__bg-image p {
    font-size: 1em;
    line-height: 1em;
  }
}
.goal-heading__bg-image h2 {
  padding: 0;
}
.goal-heading .vc_column-inner {
  overflow: hidden;
}
.goal-heading .vc_row {
  margin: 0;
}
.goal-heading__number {
  display: inline;
  float: left;
  padding-right: 30px;
}
@media only screen and (max-width: 599px) {
  .goal-heading__number {
    padding-right: 10px;
  }
}
.goal-heading__title {
  display: inline;
  float: left;
  max-width: 50vw;
}
.goal-heading__thumbnail {
  float: right;
  width: 15%;
}
.related-resources-block h2 {
  margin: 30px 10px 20px !important;
}
.related-resource-heading {
  margin-left: 0px;
}
article.resource h2, article.campaign h2 {
  margin: 0;
}
article.resource .vc_btn3-icon, article.campaign .vc_btn3-icon {
  font-size: 26px !important;
  margin-top: -4px;
}
article.resource .vc_btn3-icon.fa-share-square-o, article.campaign .vc_btn3-icon.fa-share-square-o {
  margin-top: 0px;
}
article.resource .resource-property, article.campaign .resource-property {
  padding: 0 0 10px;
  clear: left;
}
article.resource .resource-property .vc_btn3-icon, article.campaign .resource-property .vc_btn3-icon {
  position: absolute;
}
article.resource .resource-property span, article.campaign .resource-property span {
  display: block;
  padding-left: 2.5em;
  font-weight: 500;
}
article.resource .resource-property .fa-graduation-cap, article.campaign .resource-property .fa-graduation-cap {
  margin-left: -4px;
}
article.resource .resource-property__img, article.campaign .resource-property__img {
  width: 30px;
  text-align: center;
  float: left;
}
article.resource .resource-property img, article.campaign .resource-property img {
  height: 25px;
}
article.resource .resource-explainer-text, article.campaign .resource-explainer-text {
  padding: 0 4em 0 0;
}
@media only screen and (max-width: 991px) {
  article.resource .resource-explainer-text, article.campaign .resource-explainer-text {
    padding: 0;
  }
}
article.resource .resource-content, article.resource .campaign-content, article.campaign .resource-content, article.campaign .campaign-content {
  position: relative;
}
article.resource .resource-content:before, article.resource .campaign-content:before, article.campaign .resource-content:before, article.campaign .campaign-content:before {
  content: "";
  position: absolute;
  width: 200%;
  left: -25%;
  background: #f8f8f8;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  article.resource .resource-content:before, article.resource .campaign-content:before, article.campaign .resource-content:before, article.campaign .campaign-content:before {
    display: none;
  }
}
article.resource .resource-content .vc_column-inner, article.resource .campaign-content .vc_column-inner, article.campaign .resource-content .vc_column-inner, article.campaign .campaign-content .vc_column-inner {
  display: flex;
}
@media only screen and (max-width: 991px) {
  article.resource .resource-content .vc_column-inner, article.resource .campaign-content .vc_column-inner, article.campaign .resource-content .vc_column-inner, article.campaign .campaign-content .vc_column-inner {
    display: block;
  }
}
article.resource .resource-content .vc_column-inner .wpb_column, article.resource .campaign-content .vc_column-inner .wpb_column, article.campaign .resource-content .vc_column-inner .wpb_column, article.campaign .campaign-content .vc_column-inner .wpb_column {
  flex: 1;
  background-size: auto 100% !important;
  background-position: center !important;
  padding-bottom: 3em;
}
article.resource .resource-content__featured-image, article.resource .campaign-content__featured-image, article.campaign .resource-content__featured-image, article.campaign .campaign-content__featured-image {
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
@media only screen and (max-width: 991px) {
  article.resource .resource-content__featured-image, article.resource .campaign-content__featured-image, article.campaign .resource-content__featured-image, article.campaign .campaign-content__featured-image {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  article.resource .resource-content__related-goals-heading, article.resource .campaign-content__related-goals-heading, article.campaign .resource-content__related-goals-heading, article.campaign .campaign-content__related-goals-heading {
    padding-top: 1em;
  }
}
article.resource .resource-content h1, article.resource .campaign-content h1, article.campaign .resource-content h1, article.campaign .campaign-content h1 {
  padding-right: 1em;
}
article.campaign .campaign-content h2 {
  color: #333;
}
.resource-cta-block {
  margin-top: 30px;
  height: 50px;
}
.resource-cta-block .vc_btn3-icon {
  vertical-align: middle !important;
  height: auto !important;
  margin-left: 8px;
}
.resource-cta-block .vc_btn3 {
  margin-right: 10px;
  float: left;
}
@media only screen and (max-width: 991px) {
  .resource-cta-block .vc_btn3 {
    margin-bottom: 10px;
    height: 42px;
  }
}
.resource-cta-block .vc_btn3:hover .resource-cta-block__img, .resource-cta-block .vc_btn3:active .resource-cta-block__img, .resource-cta-block .vc_btn3:focus .resource-cta-block__img {
  transition: all 0.2s ease-in-out;
}
.resource-cta-block .vc_btn3:hover .resource-cta-block__img--share, .resource-cta-block .vc_btn3:active .resource-cta-block__img--share, .resource-cta-block .vc_btn3:focus .resource-cta-block__img--share {
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/icon-share-white.svg");
}
.resource-cta-block .vc_btn3:hover .resource-cta-block__img--download, .resource-cta-block .vc_btn3:active .resource-cta-block__img--download, .resource-cta-block .vc_btn3:focus .resource-cta-block__img--download {
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/icon-download-white.svg");
}
.resource-cta-block .vc_btn3:hover .resource-cta-block__img--external-link, .resource-cta-block .vc_btn3:active .resource-cta-block__img--external-link, .resource-cta-block .vc_btn3:focus .resource-cta-block__img--external-link {
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/icon-globe-white.svg");
  background-size: 100%;
}
.resource-cta-block img {
  height: 20px;
  margin-top: 5px;
  float: right;
  padding-left: 8px;
}
.resource-cta-block__img {
  height: 20px;
  width: 20px;
  margin-top: 5px;
  float: right;
  margin-left: 8px;
  transition: all 0.2s ease-in-out;
}
.resource-cta-block__img--share {
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/icon-share.svg");
  background-size: 100%;
  background-position: center;
}
.resource-cta-block__img--download {
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/icon-download.svg");
  background-size: 100%;
  background-position: center;
}
.resource-cta-block__img--external-link {
  background-image: url("/wp-content/themes/worlds-largest-lesson-theme/img/icon-globe.svg");
  background-size: 100%;
  background-position: center;
}
.wp-video-popup {
  display: block;
  height: 100%;
  max-height: 500px;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.wp-video-popup img {
  width: 20%;
  left: 40%;
  right: 40%;
  position: absolute;
  top: 38%;
  display: block;
  background: #fff;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wp-video-popup:hover img {
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wp-video-popup:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.addtoany_shortcode {
  width: auto;
  position: relative;
  top: 0;
  float: left;
}
.addtoany_shortcode:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  top: 14px;
  position: absolute;
  right: 15px;
  font-size: 1.5em;
  transition-duration: 0.3s;
}
.addtoany_shortcode:hover:after {
  color: #fff;
  transition-duration: 0.3s;
}
.addtoany_shortcode a {
  padding-right: 50px !important;
}
/* Related Goals */
.related-goals-wrapper {
  width: 100%;
}
.related-goal-item {
  width: 25%;
  max-width: 110px;
  position: relative;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .related-goal-item {
    width: 30%;
    max-width: 30%;
  }
  .related-goal-item .related-goal-item__title {
    font-size: 60%;
  }
  .related-goal-item .related-goal-item__icon img {
    max-width: 80px;
    max-height: 80px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.related-goal-item__number {
  float: left;
  font-size: 1.6em;
  margin: 0;
  line-height: 0.8em;
  padding: 8px 0px;
  width: 28px;
  text-align: center;
  position: relative;
  color: #fff;
}
.related-goal-item__title {
  float: left;
  line-height: 1em;
  font-size: 50%;
  padding: 10px 5px 0px 0px;
  max-width: 100px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}
.related-goal-item__icon {
  clear: left;
  text-align: center;
  position: relative;
  color: #fff;
}
.related-goal-item__icon img {
  max-width: 60px;
  max-height: 60px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.related-goal-item.non-active .related-goal-item__number, .related-goal-item.non-active .related-goal-item__title, .related-goal-item.non-active .related-goal-item__icon {
  color: #fff !important;
}
.related-goal-item--no-margin {
  margin: 0;
  width: 11%;
  max-width: 11%;
}
.related-goal-item--no-margin img {
  vertical-align: bottom;
}
@media only screen and (max-width: 991px) {
  .related-goal-item--no-margin {
    width: 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 399px) {
  .related-goal-item--no-margin {
    width: 33%;
    max-width: 33%;
  }
}
.related-goal-item:hover:before, .related-goal-item:focus:before, .related-goal-item:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.related-goal-item:hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.related-goal-item p {
  margin: 0;
}
.related-goal-item img {
  display: block;
}
.home-hero {
  z-index: 3;
  position: relative !important;
}
.home-hero h1, .home-hero h2 {
  margin-bottom: 0.3em;
}
.home-hero .wpb_content_element {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .home-hero h1, .home-hero h2 {
    margin-top: 0px;
  }
}
/* Form Validation */
.wpcf7-not-valid-tip {
  margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
  color: #dc3232;
  max-width: 500px;
  margin: 20px 0px;
  padding: 10px 10px 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
  border-color: #46b450;
  max-width: 500px;
  margin: 20px 0px;
  padding: 10px 10px 5px;
}
/* Custom Share Popup */
.a2a_menu {
  border-radius: 0px !important;
  border: 3px solid #333 !important;
  font-family: GiorgioSans-Bold, "Helvetica Neue", sans-serif;
}
/* reCaptcha */
.wpcf7-recaptcha {
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 399px) {
  .wpcf7-recaptcha > div {
    width: 100% !important;
  }
}
/* Pagination */
/* Social Share on Resources */
.share-popup {
  display: none;
}
.share-popup.visible {
  display: block;
  position: relative;
  float: left;
  margin-left: -170px;
  background-color: #f08b25;
  padding: 5px;
  margin-top: -65px;
}
@media only screen and (max-width: 399px) {
  .share-popup.visible {
    float: right;
    margin-left: auto;
    margin-right: 0;
    margin-top: -95px;
  }
}
.share-popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #f08b25 transparent transparent transparent;
}
.share-popup a {
  border: none !important;
  background: inherit !important;
  padding: 0 !important;
  height: 35px;
}
.share-popup a:hover {
  background-color: #f08b25 !important;
}
.share-popup a:hover:before {
  content: none;
}
.partners-block ul {
  position: relative;
}
.partners-block li.goals-partner-item {
  list-style: none;
  position: relative;
  width: 14%;
  max-width: 14%;
  min-height: 100px;
  float: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .partners-block li.goals-partner-item {
    width: 20%;
    max-width: 20%;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 399px) {
  .partners-block li.goals-partner-item {
    padding: 0px 20% 0px 13%;
  }
}
.partners-block li.goals-partner-item img {
  max-height: 100%;
  max-width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.partners-block ul {
  padding: 0;
}
.partners-block__introduction {
  display: block;
  max-width: 620px;
}
.partners-block .wpb_wrapper > h2 {
  padding-top: 0.5em;
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}
.partners-block .wpb_wrapper > h2:nth-child(1), .partners-block .wpb_wrapper > h2:nth-child(2) {
  padding-top: 0px;
}
.wpcf7 form.spam .wpcf7-response-output {
  margin: 0;
  padding-top: 10px;
}
.masonry-grid {
  height: auto !important;
}
.masonry-grid-item {
  max-width: 426px;
  width: 426px;
  padding: 0.5em;
}
@media only screen and (max-width: 991px) {
  .masonry-grid-item {
    max-width: 100%;
    width: 100%;
  }
}
.masonry-grid-item img {
  width: 100%;
}
.impact-card {
  transition: all 700ms;
}
.impact-card__title {
  margin: 0;
  padding: 20px;
}
.impact-card__excerpt {
  margin: 0;
  padding: 0 20px 20px;
}
.impact-card__date {
  margin: 0;
  padding: 0 20px 10px;
}
.impact-card__thumbnail {
  position: relative;
  padding-top: 50%;
  background-position: center center !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-color: #fff;
  margin: 0;
}
.impact-card .wpb_single_image {
  margin: 0;
}
.impact-card iframe {
  height: 230px;
}
.impact-card p {
  margin: 0;
}
.impact-card:hover, .impact-card:active, .impact-card:focus {
  transform: scale(1.03);
  transition: all 700ms;
  outline: none;
}
.single-news article img {
  max-width: 120%;
  margin-left: -10% !important;
}
@media only screen and (max-width: 1199px) {
  .single-news article img {
    margin-left: 0 !important;
    margin-right: auto;
    max-width: 100%;
  }
}
.single-news article .aligncenter {
  margin-left: auto !important;
}
.single-news article .entry-header {
  display: block;
}
.single-news article p {
  line-height: 1.7em;
}
.about-us-content {
  padding-top: 15px;
  margin-top: 1.5em;
}
@media only screen and (max-width: 599px) {
  .about-us-content {
    margin-top: 0em;
  }
}
.about-us-content .vc_column-inner {
  padding-top: 0px !important;
}
@media only screen and (max-width: 1199px) {
  .about-us-content .vc_column-inner {
    padding-right: 15px !important;
  }
}
.about-us-content p {
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  .resource_type-videos .resource-content > .vc_column-inner {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: box !important;
    -webkit-box-orient: vertical !important;
    -moz-box-orient: vertical !important;
    box-orient: vertical !important;
  }
  .resource_type-videos .resource-content > .vc_column-inner .resource-content__text {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .resource_type-videos .resource-content > .vc_column-inner .resource-content__featured-image {
    display: block !important;
    min-height: 0px;
    padding-top: 1em;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }
  .resource_type-videos .resource-content > .vc_column-inner .wp-video-popup {
    min-height: 450px;
  }
}
@media only screen and (max-width: 599px) {
  .resource_type-videos .resource-content > .vc_column-inner .wp-video-popup {
    min-height: 350px;
  }
}
@media only screen and (max-width: 399px) {
  .resource_type-videos .resource-content > .vc_column-inner .wp-video-popup {
    min-height: 240px;
  }
}
body.single-news article {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.twitter-tweet {
  margin: 0 !important;
}
.country-selector.weglot-default {
  display: none !important;
}
@media only screen and (max-width: 599px) {
  #cookie-law-info-bar {
    padding: 15px !important;
  }
  #cookie-law-info-bar .cli-bar-message {
    font-size: 10px;
    line-height: 12px;
  }
  #cookie-law-info-bar .cli-bar-btn_container {
    margin-top: 10px;
    width: 100%;
  }
  #cookie-law-info-bar a {
    min-width: auto;
    font-size: 14px !important;
    line-height: 18px !important;
    margin: 0;
  }
  #cookie-law-info-bar .cookie_action_close_header {
    background-color: #f08b25 !important;
    min-width: 30%;
  }
  #cookie-law-info-bar .cli-plugin-main-link {
    margin-left: 0px;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/*# sourceMappingURL=style.css.map */