/*! 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. */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,700");
@import url(../../../../wp-content/themes/wfp/icons/dist/css/fontello-embedded.css);
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

/** Render the `main` element consistently in IE. */
main { display: block; }

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

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

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

/* Text-level semantics ========================================================================== */
/** 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; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

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

/** Add the correct font 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; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** 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; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** 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; /* 1 */ padding: 0; /* 2 */ }

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

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

/** Remove the inner padding 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; /* 1 */ font: inherit; /* 2 */ }

/* 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; }

@media (max-width: 47.99em) { .hide-on-mobile { display: none !important; } }

.txt-white { color: #fff !important; }

.bg-white { background-color: #fff !important; }

.txt-black { color: #111 !important; }

.bg-black { background-color: #111 !important; }

.txt-gray { color: #8c8c8c !important; }

.bg-gray { background-color: #8c8c8c !important; }

.txt-light-gray { color: #cacaca !important; }

.bg-light-gray { background-color: #cacaca !important; }

.txt-lighter-gray { color: #f7f7f7 !important; }

.bg-lighter-gray { background-color: #f7f7f7 !important; }

.txt-dark-gray { color: #3b3b3b !important; }

.bg-dark-gray { background-color: #3b3b3b !important; }

.txt-yellow { color: #ffb90a !important; }

.bg-yellow { background-color: #ffb90a !important; }

.txt-red { color: #ff4545 !important; }

.bg-red { background-color: #ff4545 !important; }

.txt-blue { color: #166fb2 !important; }

.bg-blue { background-color: #166fb2 !important; }

.txt-light-blue { color: #e4e9f0 !important; }

.bg-light-blue { background-color: #e4e9f0 !important; }

.txt-dark-blue { color: #262837 !important; }

.bg-dark-blue { background-color: #262837 !important; }

.txt-yellow { color: #ffb90a !important; }

.bg-yellow { background-color: #ffb90a !important; }

.txt-green { color: #28c998 !important; }

.bg-green { background-color: #28c998 !important; }

.txt-purple { color: #5d2650 !important; }

.bg-purple { background-color: #5d2650 !important; }

.bg-dark-purple { background-color: #262837 !important; }

@font-face { font-family: "rustico-regular"; src: url("../fonts/Rustico-Regular.eot"); src: url("../fonts/Rustico-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rustico-Regular.woff2") format("woff2"), url("../fonts/Rustico-Regular.woff") format("woff"), url("../fonts/Rustico-Regular.ttf") format("truetype"); }

.font-rustico { font-family: "rustico-regular" !important; }

.font-roboto { font-family: "Roboto", sans-serif !important; }

@font-face { font-family: "sentinel"; src: url("../fonts/Sentinel-Semibold.eot"); src: url("../fonts/Sentinel-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Sentinel-Semibold.woff2") format("woff2"), url("../fonts/Sentinel-Semibold.woff") format("woff"), url("../fonts/Sentinel-Semibold.ttf") format("truetype"); }

.font-sentinel { font-family: "sentinel" !important; }

.text-center { text-align: center !important; }

.text-right { text-align: right !important; }

.text-center-container { max-width: 600px; margin-left: auto; margin-right: auto; }

.text-uppercase { text-transform: uppercase !important; }

html, body { font-family: "Roboto", sans-serif !important; font-size: 16px; }

@media (max-width: 23.375em) { html, body { font-size: 10px; } }

h1, .h1 { display: block; font-weight: 100; font-family: "rustico-regular" !important; font-size: 3rem; line-height: 1.1em; letter-spacing: 0.05em; }

@media (min-width: 48em) { h1, .h1 { font-size: 3.5rem; } }

@media (min-width: 64em) { h1, .h1 { font-size: 4rem; } }

h2, .h2 { position: relative; display: block; font-weight: normal; font-family: "rustico-regular" !important; margin-top: 1em; font-size: 3rem; line-height: 1.2em; letter-spacing: 0.05em; }

h3, .h3 { display: block; font-weight: 200; line-height: 1.5em; font-size: 2rem; }

h4, .h4 { font-size: 1.6rem; font-weight: 100; }

h4 strong, .h4 strong { font-family: "rustico-regular" !important; text-transform: uppercase; display: block; font-size: 1.7em; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.2em; font-weight: 100; }

h5, .h5 { display: block; font-size: 1.4rem; line-height: 1.5em; font-weight: normal; }

h6, .h6 { display: block; font-size: 11.2px; font-weight: normal; }

p, .p { font-size: 1.4rem; display: block; line-height: 1.5em; font-family: "Roboto", sans-serif !important; font-weight: 400; width: auto; position: relative; }

ul.ul { list-style-type: none; font-size: 1.3rem; padding: 0; }

ul.ul li { line-height: 1.3em; margin: 1em 0; }

strong, .bold, .font-weight-bold { font-weight: 700 !important; }

@media (min-width: 48em) { .center-on-tablet { text-align: center !important; } }

@media (max-width: 47.99em) { .center-on-mobile { text-align: center !important; } }

.text-center { text-align: center !important; }

.text-lowercase { text-transform: lowercase !important; }

.m-auto { margin-left: auto; margin-right: auto; }

.no-underline { text-decoration: none; }

.no-underline:hover, .no-underline:focus { text-decoration: underline; }

figure { margin: 1em 0; padding: 0; }

figure figcaption { color: #8c8c8c; text-align: left; }

figure figcaption strong { color: #3b3b3b; }

.btn-outline-yellow { position: relative; display: inline-block; border: 1px solid #ffb90a; background-color: #262837; color: #ffb90a; text-decoration: none; margin: 3px; padding: 0.5em 1em; padding-right: 2.5em; font-family: "sentinel" !important; transition: 0.2s; }

.btn-outline-yellow:hover, .btn-outline-yellow:focus { background-color: #ffb90a; color: #262837; }

.btn-bg-red { position: relative; background-color: red; display: inline-block; color: white; font-family: "sentinel" !important; text-decoration: none; padding: 0.5em 1em; margin: 3px; outline: 0; border: 0; }

.btn-bg-blue { position: relative; background-color: #166fb2; display: inline-block; color: white; font-size: 1.2rem; text-decoration: none; padding: 0.5em 1em; margin: 3px; outline: 0; border: 0; }

[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: 0.2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; margin-left: 0.2em; position: absolute; right: 0.5em; }

a.btn-brush { color: #fff; font-size: 2rem; text-decoration: none !important; width: auto; display: inline-block; padding: 0 0.5em; position: relative; transition: 0.2s; margin-bottom: 2em; }

a.btn-brush:hover, a.btn-brush:focus { color: #ffb90a; }

a.btn-brush:after { content: ""; display: block; background-image: url("../img/btn-brushstroke.png"); background-repeat: no-repeat; background-size: contain; position: absolute; left: -5%; height: 30px; width: 110%; }

.after-brush-blue:after { content: ""; background-image: url("../img/brushstroke-2-blue.png"); background-size: 400px 100%; position: absolute; background-repeat: no-repeat; background-position: center; left: 0; bottom: -3rem; height: 30px; width: 100%; }

@media (max-width: 47.99em) { .after-brush-blue:after { bottom: -2rem; } }

@media (max-width: 47.99em) { .after-brush-blue--mobile:after { content: ""; background-image: url("../img/brushstroke-2-blue.png"); background-size: 400px 100%; position: absolute; background-repeat: no-repeat; background-position: center; left: 0; bottom: -2rem; height: 30px; width: 100%; } }

.after-brush-red:after { content: ""; background-image: url("../img/brushstroke-2-red.png"); background-size: contain; background-repeat: no-repeat; background-position: left; position: absolute; left: 0; bottom: -3rem; height: 40px; width: 100%; }

@media (max-width: 47.99em) { .after-brush-red:after { bottom: -2rem; } }

.text-overhang { position: relative; }

.text-overhang:before { content: ">"; font-family: "rustico-regular" !important; font-size: inherit; position: absolute; top: 50%; left: -0.5em; transform: translateY(-50%); }

.nowrap { white-space: nowrap; }

br[class^="-"] { display: none; }

br[class="-"] { display: none; }

@media (max-width: 47.99em) { br.-mobile { display: block; } }

.red-yellow-circles circle:first-of-type { will-change: transform; animation-name: spin; animation-duration: 5000ms; animation-iteration-count: infinite; animation-timing-function: linear; transform-origin: 51% 48%; }

.red-yellow-circles circle:last-of-type { will-change: transform; animation-name: spin; animation-duration: 6000ms; animation-iteration-count: infinite; animation-timing-function: linear; animation-direction: reverse; transform-origin: 50% 48%; }

@keyframes spin { from { transform: rotate(0deg); }
  to { transform: rotate(360deg); } }

.multi-circles circle:nth-child(3) { will-change: transform; animation-name: spin; animation-duration: 6000ms; animation-iteration-count: infinite; animation-timing-function: linear; animation-direction: reverse; transform-origin: 50% 48%; }

.multi-circles circle:nth-child(4) { animation-name: spin; animation-duration: 6000ms; animation-iteration-count: infinite; animation-timing-function: linear; transform-origin: 50% 49%; }

.revealed { animation: 1s ease-out reveal; }

@keyframes pulsing-section { 0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; } }

@keyframes reveal { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes coolOpacityTricks { 0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; } }

@keyframes circleAnimations { 0% { transform: translate(5px, 5px); }
  25% { transform: translate(5px, -5px); }
  50% { transform: translate(-5px, -5px); }
  75% { transform: translate(-5px, 5px); }
  100% { transform: translate(5px, 5px); } }

@keyframes smashing { 0% { transform: translateX(0); }
  50% { transform: translateX(-30vw); }
  100% { transform: translateX(0); } }

*, *:before, *:after { box-sizing: border-box; -webkit-font-smoothing: antialiased; }

html { width: 100%; max-width: 100vw; }

body { box-sizing: border-box; width: 100%; max-width: 100vw; overflow-x: hidden; background-color: #111; }

main { position: relative; padding-bottom: 90px; }

.container { width: 100%; max-width: 1170px; margin: 0 auto; }

.container.wide { max-width: 1440px; }

img { display: block; max-width: 100%; }

section { padding: 30px; position: relative; }

section.no-min-height { min-height: auto; }

section.center { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }

.section { position: relative; z-index: 2; padding: 1rem 2rem; height: 800px; display: -ms-flexbox; display: flex; -ms-flex-pack: stretch; justify-content: stretch; -ms-flex-direction: column; flex-direction: column; -ms-grid-column-align: stretch; justify-items: stretch; }

.s_inner { position: relative; width: 100%; max-width: 1170px; margin: auto; }

.block { display: block; }

.dot { border-radius: 50%; border: 0; width: 50px; height: 50px; display: inline-block; }

.dot.-yellow { background-color: #ffb90a; }

.dot.-red { background-color: #ff4545; }

.dot.-blue { background-color: #e4e9f0; }

.dot.-small { width: 30px; height: 30px; }

.dot.-medium { width: 75px; height: 75px; }

.dot.-large { width: 100px; height: 100px; }

.ring { border-radius: 50%; background: transparent; border: 2px solid; width: 50px; height: 50px; display: inline-block; }

.ring.-yellow { border-color: #ffb90a; }

.ring.-red { border-color: #ff4545; }

.ring.-blue { border-color: #e4e9f0; }

.ring.-small { width: 30px; height: 30px; }

.ring.-medium { width: 75px; height: 75px; }

.ring.-large { width: 100px; height: 100px; }

.svg-ring-with-dots { width: auto; height: auto; max-width: 400px; margin: auto; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; }

.invert { transform: scale(-1); }

.box { background: #fff; color: #111; padding: 45px; }

.box h2 { margin-top: 0; }

.s-footer { background-color: #262837; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; position: relative; z-index: 999; }

@media (min-width: 48em) { .s-footer { height: calc(100vh - 90px); max-height: 800px; -ms-flex-direction: row; flex-direction: row; -ms-flex-line-pack: stretch; align-content: stretch; min-height: 500px; height: calc(100vh - 90px); }
  .s-footer .s-footer__img { width: 55%; }
  .s-footer .s-footer__txt { width: 45%; } }

.s-footer a { text-decoration: underline; }

.s-footer a:hover, .s-footer a:focus { text-decoration: none; }

.s-footer__img { background-image: url("../img/photo-shehzad-noorani.jpg"); background-repeat: no-repeat; background-position: 45% 20%; background-size: cover; width: 100%; min-height: 300px; position: relative; }

.s-footer__img .attribution { color: #fff; position: absolute; bottom: 1em; right: 1em; left: unset; text-align: right; }

.s-footer__txt { width: 100%; padding: 1em 1em 3em 1em; text-align: center; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; }

.s-footer__txt h2 { margin-bottom: 0; }

#wfp-header { width: 100%; position: fixed; bottom: 0; left: 0; right: 0; margin: 0; z-index: 500; background: #262837; z-index: 9999; box-shadow: 0px -4px 15px 0px black; height: 90px; padding-left: 5vw; padding-right: 5vw; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; -ms-grid-column-align: center; justify-items: center; }

#wfp-header .btn-logo { display: block; position: absolute; left: 0; }

#wfp-header ._inner { display: -ms-flexbox; display: flex; position: relative; width: 100%; max-width: 1170px; margin: auto; border: 1px dotted white; }

#wfp-logo { display: inline-block; width: 65px; height: auto; margin: 0; padding: 10px 5px 5px 10px; -ms-flex-item-align: start; align-self: flex-start; position: absolute; left: 5vw; top: 0; }

.fifty-fifty { width: 100%; }

.fifty-fifty h2 + p { padding-top: 75px; }

.fifty-fifty .fifty-fifty_txt { display: -ms-flexbox; display: flex; -ms-grid-column-align: center; justify-items: center; -ms-flex-pack: center; justify-content: center; }

@media (min-width: 48em) { .fifty-fifty { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; max-width: 1170px; }
  .fifty-fifty + .fifty-fifty, .fifty-fifty.flipped { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .fifty-fifty > div { -ms-flex: 1 1 50%; flex: 1 1 50%; }
  .fifty-fifty > div.fifty-fifty_txt { display: -ms-flexbox; display: flex; -ms-grid-column-align: center; justify-items: center; -ms-flex-pack: center; justify-content: center; padding: 0 2em; }
  .fifty-fifty .constrained-side { width: 400px; }
  .fifty-fifty p { margin-left: 0; margin-right: 0; } }

@media (min-width: 64em) { .fifty-fifty > div.fifty-fifty_txt { padding: 0 5em; } }

.image-with-circles-behind { position: relative; z-index: 1; max-width: 400px; margin: 3em auto 5em auto; }

@media (min-width: 48em) { .image-with-circles-behind { max-width: 600px; } }

.image-with-circles-behind img { margin: 0 auto; width: 80%; height: auto; }

.image-with-circles-behind svg { position: absolute; transform: translate(-50%, -50%); top: 45%; left: 50%; z-index: -1; pointer-events: none; width: 330px; height: 330px; display: block; }

@media (min-width: 48em) { .image-with-circles-behind svg { top: 50%; width: 90%; height: auto; }
  .image-with-circles-behind img.img-jacques { width: 70%; }
  .image-with-circles-behind img.img-jacques ~ .attribution { left: auto; right: 4em; bottom: -4em; }
  .image-with-circles-behind img.img-crossley { width: 80%; }
  .image-with-circles-behind img.img-crossley ~ svg { width: 90%; }
  .image-with-circles-behind img.img-crossley ~ .attribution { left: 4em; bottom: -4em; }
  .image-with-circles-behind img.img-skullerud ~ .attribution { bottom: -4em; right: 4em; left: auto; } }

@media (max-width: 47.99em) { .image-with-circles-behind img ~ .attribution { bottom: -4em; text-align: center !important; width: 80%; left: 0; right: 0; margin: auto; font-size: 0.9em; } }

.attribution { display: block; max-width: 275px; position: absolute; left: 0; }

.attribution.right { left: initial; right: 0; }

.s-hero { position: relative; display: block; height: auto; min-height: calc(100vh - 90px); text-align: center; overflow: hidden; padding-top: 14%; }

.s-hero .s-hero__h1s { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); width: 100%; z-index: 8; }

.s-hero h1.h1 { margin: 0.1em; margin-bottom: 0.5em; position: relative; z-index: 5; font-size: 4rem; }

.s-hero .svg-ring-with-dots { z-index: 1; display: none; }

.s-hero .s1-img-left, .s-hero .s1-img-right { display: none; }

.s-hero p.after-brush:after { content: ''; overflow: visible; width: 250px; height: 1em; position: relative; display: block; margin: auto; background-image: url("../img/brushstroke-small-white.png"); background-size: contain; background-repeat: no-repeat; background-position: center; z-index: 1; }

.s-hero p { position: absolute; transform: translate(-50%); left: 50%; bottom: 50px; }

@media (min-width: 48em) { .s-hero .svg-ring-with-dots { top: 40%; z-index: 1; display: block; }
  .s-hero .s1-img-left { display: block; position: absolute; bottom: -80px; left: 0; width: 35%; max-width: 350px; height: auto; z-index: 1; }
  .s-hero .s1-img-right { display: block; position: absolute; bottom: -150px; right: 0; width: 45%; max-width: 400px; height: auto; z-index: 1; }
  .s-hero:after { content: ''; position: absolute; width: 120%; height: 100px; bottom: -2px; left: -10%; right: 0; box-shadow: inset 0 -30px 30px 0px black; z-index: 4; } }

.pulsing-section { position: relative; z-index: 2; position: relative; width: 100%; overflow: hidden; height: auto; min-height: calc(100vh - 90px); max-height: 800px; }

.pulsing-section:before { content: ''; display: block; position: absolute; top: -10px; left: -2%; right: 0; width: 104%; height: 61px; background-image: url("../img/brushstroke-wide-divider.svg"); background-position: top right; background-size: 100%; background-repeat: no-repeat; z-index: 10; }

.pulsing-section:after { content: ''; background-image: url("../img/brushstroke-wide-divider-2.png"); background-position: bottom center; background-size: cover; background-repeat: no-repeat; display: block; position: absolute; bottom: -20px; left: 0; width: 100%; height: 40px; }

.red-glow { position: absolute; top: 0; left: 0; height: 100%; width: 100%; pointer-events: none; box-shadow: inset 0 0 30px 10px #ff4545, inset 0 0 40px 5px #ff4545; animation: 4s infinite pulsing-section; }

.the-smashing-dots { display: none; }

@media (min-width: 48em) { .the-smashing-dots { display: block; } }

.the-smashing-dots div { display: inline-block; }

@keyframes pulse { 0% { transform: scale(1); }
  50% { opacity: 0.5; }
  100% { opacity: 0;
    transform: scale(2); } }

.globe-section--heading { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }

@media (min-width: 48em) { .globe-section--heading { -ms-flex-direction: row; flex-direction: row; } }

.globe-section--heading > div { -ms-flex: 1; flex: 1; }

.globe-section--heading h2 { max-width: 550px; color: #fff; }

@media (min-width: 64em) { .globe-section--heading h2 { font-size: 60px; padding: 0 10px; margin: 24px 0 24px 40px; } }

.globe-section--heading p { max-width: 550px; font-weight: 400; }

@media (min-width: 64em) { .globe-section--heading p { font-size: 28px; } }

.globe-section { -ms-flex-align: center; align-items: center; }

@media (min-width: 64em) { .globe-section { display: -ms-flexbox; display: flex; margin-top: 30px; }
  .globe-section .globe-instructions { color: #fff; text-align: center; width: 100%; position: absolute; bottom: -1em; left: 0; right: 0; font-size: 0.8em; } }

.globe-content { -ms-flex: 1; flex: 1; position: relative; }

@media (min-width: 64em) { .globe-content { padding: 50px; } }

.globe-content--brush-stroke { background-image: url(../img/brushstroke-large-black.png); background-size: contain; background-repeat: no-repeat; position: absolute; top: 0; left: 0; height: 100%; width: 100%; transform: translate(-10px, 18px); opacity: 0.2; }

.globe-content--country { position: relative; background-color: #ffffff; color: #000; padding: 20px; margin-bottom: 30px; }

@media (min-width: 64em) { .globe-content--country { display: none; margin-bottom: 0; } }

.globe-content--country.active { display: block; }

.globe-content--country .heading { margin-bottom: 30px; line-height: 1.2; text-align: left; margin-bottom: 0%; font-size: 34px; }

@media (min-width: 64em) { .globe-content--country .heading { font-size: 62px; } }

.globe-content--country p { color: #000; margin: 0; margin-top: 10px; line-height: 1.5; font-weight: 400; max-width: none; font-size: 16px; position: relative; }

@media (min-width: 64em) { .globe-content--country p { font-size: 20px; } }

.globe-wrapper { -ms-flex: 2; flex: 2; position: relative; height: 0; padding-top: 50%; display: none; }

@media (min-width: 64em) { .globe-wrapper { display: block; } }

.globe { position: absolute; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.globe .globe-canvas { z-index: 0; position: absolute; left: 0; top: 0; }

.globe-list { z-index: 10; opacity: 0; position: absolute; left: -40px; top: -20px; list-style: none; transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.globe-list.active { opacity: 1; }

.globe-list > li { opacity: 0.9; position: absolute; margin-left: -8px; margin-top: -8px; width: 16px; height: 16px; border-radius: 50%; background: #ffffff; transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.globe-list > li:not(.active) { cursor: pointer; }

.globe-list > li:before { content: ""; opacity: 0.5; pointer-events: none; position: absolute; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px; width: 16px; height: 16px; border-radius: 50%; background: #fc4443; animation: 2s pulse infinite linear; }

.globe-list > li.active { opacity: 1; margin-left: -12px; margin-top: -12px; width: 24px; height: 24px; background: #ffffff; }

.globe-list > li.active:before { margin-left: -12px; margin-top: -12px; width: 24px; height: 24px; background: #ffffff; }

.globe-list > li.active .text { opacity: 0; right: 29px; font-size: 20px; line-height: 20px; font-weight: 700; }

.globe-list .text { position: absolute; opacity: 0; right: 21px; top: 50%; display: block; font-size: 14px; line-height: 14px; font-weight: 600; text-align: right; text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000; color: #ffffff; white-space: nowrap; transform: translateY(-50%); }

#big-red-dot-with-conflicts { position: relative; z-index: 5; padding-bottom: 10%; min-height: 60vh; }

#big-red-dot-with-conflicts:after { content: ''; background-color: #c5192d; border-radius: 50%; width: 20rem; height: 20rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@media (min-width: 48em) { #big-red-dot-with-conflicts:after { display: none; } }

#big-red-dot-with-conflicts svg { display: block; margin: auto; width: 600px; height: 700px; }

#big-red-dot-with-conflicts .circles-statistic { text-align: center; position: absolute; top: 42%; left: 50%; transform: translate(-50%, -50%); z-index: 1; width: 300px; }

#big-red-dot-with-conflicts .circles-statistic .h1 { font-size: 3rem !important; }

@media (max-width: 47.99em) { #big-red-dot-with-conflicts svg { display: none; width: 450px; z-index: 5; }
  #big-red-dot-with-conflicts svg circle { display: none; }
  #big-red-dot-with-conflicts svg circle:first-of-type { display: block; }
  #big-red-dot-with-conflicts .circles-statistic { top: 40%; } }

#section-three-ring-loop { position: relative; height: 1000px; }

@media (min-width: 48em) { #section-three-ring-loop { height: 500px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; } }

.three-ring-container { position: relative; width: 350px; left: 50%; transform: rotate(90deg) scale(2) translate(40%, 80%); }

.three-ring-container h2 { color: white; transform: translate(-50%, -50%) rotate(-90deg); position: absolute; font-size: 1rem; }

.three-ring-container .three-ring_peace { top: 35%; left: 17%; }

.three-ring-container .three-ring_safety { top: 35%; left: 50%; }

.three-ring-container .three-ring_stability { top: 35%; left: 83%; }

@media (min-width: 48em) { .three-ring-container { transform: rotate(0deg) scale(1) translate(0, 0); left: initial; width: initial; max-width: 1000px; margin: auto; left: 0; width: 100%; height: 300px; }
  .three-ring-container h2 { transform: translate(-50%, -50%) rotate(0); font-size: 2.5rem; }
  .three-ring-container .three-ring_peace { top: 30%; left: 17%; }
  .three-ring-container .three-ring_safety { top: 30%; left: 50%; }
  .three-ring-container .three-ring_stability { top: 30%; left: 83%; } }

@media (min-width: 64em) { .three-ring-container .three-ring_peace { top: 40%; left: 17%; }
  .three-ring-container .three-ring_safety { top: 40%; left: 50%; }
  .three-ring-container .three-ring_stability { top: 40%; left: 83%; } }

.swervy-intro-graphic { width: 100%; height: 100px; background-color: #262837; }

#swervy-section { position: relative; z-index: 9; padding: 3em 0 3em 0; margin: 0em auto 0 auto; overflow: hidden; background-color: #ff4545; }

#swervy-section .attributions { position: absolute; bottom: -100px; left: 50%; display: none; width: 50%; text-align: center; transform: translateX(-50%); }

@media (min-width: 48em) { #swervy-section .attributions { display: block; } }

#swervy-section #girlIcon { display: none; position: absolute; height: 160px; width: 160px; left: 50%; transform: translateX(-50%); z-index: 99; }

@media (min-width: 75em) { #swervy-section #girlIcon { display: block; } }

#swervy-section #girlIcon img { width: 100%; height: auto; position: relative; }

#swervy-section .img-holder { display: none; }

#swervy-section .box { max-width: 450px; width: 90%; margin: 2em auto; padding: 1.5em; }

#swervy-section .box h2 { margin: 0; }

#swervy-section .box p { margin: 0; }

#swervy-section .swervy-row { margin-bottom: 1em; position: relative; z-index: 5; }

#swervy-section .swervy-row_img { position: relative; z-index: 10; }

#swervy-section .swervy-row_txt { position: relative; z-index: 5; margin-bottom: 5em; }

#swervy-section .swervy-row_txt .brushStroke { background-image: url("../img/swervy-diagonal-brush-1.png"); background-repeat: no-repeat; background-position: center center; background-size: contain; overflow: visible; display: block; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; height: 120%; width: 110%; z-index: 1; opacity: 0.4; }

#swervy-section .swervy-row_txt .brushReveal { display: block; position: absolute; background-color: #ff4545; transform: translate(-50%, -50%); top: 50%; left: 50%; height: 120%; width: 110%; z-index: 2; display: none; }

#swervy-section .swervy-row_txt .content { position: relative; z-index: 5; margin: auto; }

@media (min-width: 48em) { #swervy-section { overflow-x: hidden !important; }
  #swervy-section .swervy-row { margin-bottom: 0em; height: auto; min-height: 800px; height: 800px; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; overflow: unset; width: 100%; position: relative; z-index: 3; }
  #swervy-section .swervy-row .bgWave { background-image: url("../img/wave.png"); background-repeat: no-repeat; background-size: 40vw; overflow: visible; background-position: center right; display: block; position: absolute; height: 1600px; width: 100%; top: -50%; left: 0; right: 0; transform: rotate(180deg); z-index: 6; }
  #swervy-section .swervy-row:nth-child(2n + 1) { -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  #swervy-section .swervy-row:nth-child(2n + 1) .bgWave { transform: rotate(0); }
  #swervy-section .swervy-row:nth-child(2n + 1) .brushStroke { transform: translate(-50%, -50%); background-image: url("../img/swervy-diagonal-brush-2.png"); }
  #swervy-section .swervy-row:nth-child(2n + 1) .swervy-row_img .img-holder { -ms-flex-pack: start; justify-content: flex-start; }
  #swervy-section .swervy-row_img { position: relative; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-grid-column-align: center; justify-items: center; -ms-flex-direction: row; flex-direction: row; width: 50%; z-index: 8; }
  #swervy-section .swervy-row_img .img-holder { width: 60%; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; }
  #swervy-section .swervy-row_img .img-holder img { display: block; position: relative; width: 100%; height: auto; }
  #swervy-section .swervy-row_txt { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; width: 50%; z-index: 5; overflow: initial; margin-bottom: 0; }
  #swervy-section .swervy-row_txt .brushStroke { opacity: 1; }
  #swervy-section .swervy-row_txt .brushReveal { display: block; }
  #swervy-section .swervy-row_txt .content { margin: 0; } }

#circular-sections-with-fade { position: relative; z-index: 5; padding: 0em 3em; }

@media (max-width: 47.99em) { #circular-sections-with-fade { padding: 2em 2em; }
  #circular-sections-with-fade h2, #circular-sections-with-fade p { text-align: left !important; }
  #circular-sections-with-fade .svg-ring-with-dots { display: none; }
  #circular-sections-with-fade .content-to-fade { position: relative; }
  #circular-sections-with-fade .content-to-fade:first-of-type { margin-bottom: 10em; } }

@media (min-width: 48em) { #circular-sections-with-fade .content-to-fade { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; }
  #circular-sections-with-fade .s_inner { position: relative; height: calc(100vh - 90px); max-height: 900px; min-height: 500px; z-index: 5; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-direction: column; flex-direction: column; } }

#circular-sections-with-fade .svg-ring-with-dots { z-index: -1; }

#effective-tools { padding-left: 1rem; padding-right: 1rem; }

@media (min-width: 48em) { #effective-tools { min-height: calc(100vh - 90px); } }

#effective-tools #effective-tools__tabs { position: relative; margin: auto; }

@media (min-width: 48em) { #effective-tools #effective-tools__tabs { background-image: url("../img/brushstroke-large-blue.png"); background-size: 500px; background-repeat: no-repeat; background-position: 70% 30%; width: 90%; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; }
  #effective-tools #effective-tools__tabs .tab__button-holder { width: 30%; -ms-flex: 1 1 30%; flex: 1 1 30%; }
  #effective-tools #effective-tools__tabs .tab__content-holder { -ms-flex: 1 1 70%; flex: 1 1 70%; width: 70%; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; position: relative; }
  #effective-tools #effective-tools__tabs .tab__content-holder .tab__content { position: absolute; top: 50%; left: 30px; transform: translateY(-50%); opacity: 0; transition: 0.3s; }
  #effective-tools #effective-tools__tabs .tab__content-holder .tab__content.active { opacity: 1; } }

#effective-tools .tab__button-holder { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex: 1 1 30%; flex: 1 1 30%; width: 30%; position: relative; top: 100px; top: 0; left: 0; padding-right: 50px; margin-top: 150px; margin-bottom: 250px; }

@media (max-width: 47.99em) { #effective-tools .tab__button-holder { display: none; } }

#effective-tools .tab__button { background: none; outline: none; border: none; color: #3b3b3b; text-align: right; margin: 0.5em; font-family: "rustico-regular" !important; font-size: 1.3em; text-decoration: none; position: relative; }

#effective-tools .tab__button * { pointer-events: none; }

#effective-tools .tab__button:hover, #effective-tools .tab__button:focus { color: #fff; }

#effective-tools .tab__button:hover .tab__indicator, #effective-tools .tab__button:focus .tab__indicator { opacity: 1; }

#effective-tools .tab__button.active { color: #fff; }

#effective-tools .tab__button.active .tab__indicator { opacity: 1; width: 75px; }

#effective-tools .tab__indicator { display: block; height: 15px; width: 15px; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: center; justify-content: center; -ms-grid-column-align: center; justify-items: center; -ms-flex-align: center; align-items: center; position: absolute; left: 105%; top: 0; opacity: 0; transition: 0.2s; }

#effective-tools span.tab__indicator_ring { width: 15px; height: 15px; border: 2px solid white; border-radius: 50%; }

#effective-tools span.tab__indicator_line { border-bottom: 2px solid white; -ms-flex: 1 1 auto; flex: 1 1 auto; }

#effective-tools span.tab__indicator_dot { width: 15px; height: 15px; border: 2px solid white; border-radius: 50%; background-color: white; position: absolute; right: 0; top: 0; }

#effective-tools .tab__content-holder { pointer-events: none; }

#effective-tools .tab__content-holder * { pointer-events: none; }

#effective-tools .tab__content { padding: 1em; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; justify-content: center; height: auto; }

#effective-tools .tab__content .tab__content__inner { transition: 0.3s; }

#effective-tools .tab__content .tab__content__inner.makeFixed { position: fixed; top: 25%; width: 50%; }

#effective-tools .tab__content.active .tab__content__inner { opacity: 1; transition: 0.3s; }

#effective-tools .tab__content h2 { color: white; text-align: left; margin-bottom: 0; margin-top: 0; }

#effective-tools .tab__content p { background-color: white; color: black; padding: 1em; margin-top: 0; max-width: 600px; font-size: 1.3rem; }
