/*!
Theme Name: Global Goals Week
Author: Criamente
Author URI: https://criamente.com
Description: Theme created to GGW
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

/**
 * 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;
    transition: all 0.3s;
}

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

form label.error {
    display: none !important;
}
form .error {
    color: red !important;
}
form .error::-webkit-input-placeholder {
    color: red !important;
}
form .error:-moz-placeholder {
    color: red !important;
}
form .error::-moz-placeholder {
    color: red !important;
}
form .error:-ms-input-placeholder {
    color: red !important;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
article {
    color: #000000;
    font-family: "Roboto";
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}
.page-template-default article {
    padding: 60px;
    max-width: 1920px;
}
article p {
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
}
body a {
    color: #ff1937;
    font-weight: 700;
}
body a:hover {
    text-decoration: none;
    color: #001255;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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;
    font-size: 0.9375rem;
    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;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

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

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

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

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    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: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

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

/*--------------------------------------------------------------
# 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 {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

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

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* #GGWHomeFeaturedImage iframe{height:;} */

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

section,
p {
    margin: 0;
    padding: 0;
}

.ggw-main-site {
}

/* HEADER */

.ggw-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ggw-header-content {
    min-height: 65px;
}

.has-small-font-size {
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
}

.ggw-header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 75px;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
}

.ggw-body-header-fixed .ggw-main-site {
    padding-top: 75px;
}

@media (max-width: 600px) {
    body.admin-bar.ggw-body-header-fixed #wpadminbar {
        position: fixed !important;
    }
    body.admin-bar .ggw-header-fixed {
        top: 46px;
    }
}

.ggw-logo {
    margin-top: 16px;
}
.ggw-sign {
    margin-top: 14px;
    margin-right: 7px;
    background: #ffd800;
    padding: 5px 10px;
}
.ggw-sign > a {
    text-decoration: none !important;
    font: 900 16px "Exo";
    text-transform: uppercase;
    color: #000000;
    background-color: #ffd800;
}
.ggw-sign > a {
    background: url("images/icon-pencil-black.gif") no-repeat left 10px center;
    padding-left: 35px;
    transition: background-color, color 0.5s;
}
.ggw-sign.country a {
    background-image: url("images/ico-country-sites-black.png");
}
.ggw-sign:hover > a {
    background-image: url("images/icon-pencil-yellow.gif");
    color: #ffd900;
}
.ggw-sign:hover {
    background-color: #000a56;
}
.ggw-sign:hover > ul {
    display: block;
}
.ggw-sign.country:hover > a {
    background-image: url("images/ico-country-sites.png");
}
.ggw-sign ul {
    display: none;
    list-style: none;
    background: #000a56;
    padding: 10px 15px 30px;
    position: relative;
    margin: 4px 0 0;
}
.ggw-sign ul:before {
    position: absolute;
    content: "";
    height: calc(100% - 30px);
    width: 2px;
    background: #ffd800;
    top: 18px;
}
.ggw-sign ul:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: #ffd800;
    border-radius: 100%;
    left: 10px;
    bottom: 10px;
}
.ggw-sign li {
    padding: 0 0 0 15px;
}
.ggw-sign ul a {
    color: white;
    font-weight: normal;
    font-size: 14px;
}
.ggw-sign ul a:hover {
    color: #ffd800;
}
.ggw-sign:hover select {
    color: #ffd800;
}
.ggw-sign select {
    background: none;
    border: none;
    font: 900 16px "Exo";
    text-transform: uppercase;
    padding-right: 10px;
}

/* Navigation */
.ggw-navigation {
    display: none;
}

aside.is-open .ggw-navigation {
    display: block;
}

.ggw-navigation ul {
    list-style: none;
}
.ggw-navigation ul:before {
    content: "";

    position: absolute;
}
.ggw-nav-line {
    width: 3px;
    height: 95%;
    top: 0;
    left: 38px;
    position: absolute;
    background-color: #ffd900;
}
.ggw-nav-line:before {
    content: "";
    width: 12px;
    height: 12px;
    bottom: 0;
    right: 0;
    left: -4px;
    border-radius: 100%;
    background: #ffd900;
    position: absolute;
}
.ggw-navigation ul li a {
    outline: none;
    display: block;

    font-family: "Exo";
    font-size: 20px;
    line-height: 2.4;
    text-decoration: none;
    color: #fff;
}
.ggw-navigation ul li a:hover {
    color: #ffd900;
    font-weight: 900;
}

.ggw-nav-logo {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 38px;
}
#offCanvas .gww-right-section {
}
#offCanvas .ggw-sign {
    margin-top: 0;
    margin-bottom: 15px;
}

#offCanvas .gww-right-section a:hover {
    color: #ffd900;
}

button#triggerButton {
    display: block;
    background: inherit;
    padding: 0;
    border: 0;
    outline: none;
    z-index: 9999;
    cursor: pointer;
    margin-left: 4px;
}

button#triggerButton.is-active {
    margin-left: 4px;
    position: fixed;
    display: block;
}

.home .slick-slider .slick-arrow {
    top: calc(50% - 20px);
}

button#triggerButton.is-active:before {
    background: #000;
    content: "";
    width: 50px;
    height: 50px;
    top: -14px;
    bottom: 0;
    left: -5px;
    right: 0;
    border-radius: 100%;
    position: absolute;
    display: none;
}

button#triggerButton.c-button.is-active:before {
    display: block;
}

button#triggerButton.is-active span span {
    background: #fff;
    z-index: 99999999;
}

/* GENERAL */

.ggw-main-site {
}

.ggw-main-site img {
    max-width: 100%;
    font-size: 0px;
    border: 0;
    padding: 0;
    margin: 0;
}

.container {
}

.ggw-container {
}

.ggw-main {
    position: relative;
}

.ggw-wrap {
}

.ggw-container {
}

.ggw-inner {
}

.ggw-flex {
    display: flex;
}

.ggw-the-text p {
    padding: 0;
    margin: 0;
}

.ggw-title {
}
.ggw-title h1 {
    padding: 0;
    margin: 0;
}

a.ggw-button {
    cursor: pointer;
}
.ggw-image {
    position: relative;
}

.ggw-get-involved .ggw-button-footer a.ggw-button {
    background: transparent;
}

.ggw-border {
    max-width: 1014px;
    height: 18px;
    background-color: #ff1937;
}

.ggw-border.link {
    color: white;
    text-transform: uppercase;
    padding: 10px;
    height: auto;
    font-weight: bold;
}

.ggw-border.link a {
    color: #ffd800;
    border-bottom: 1px solid #ffd800;
}

.ggw-border.link a:hover {
    color: #001255;
    border-bottom: 1px solid #001255;
}

/* Home Featured Images */
.ggw-home-featured-image img {
    width: 100%;
    border: 0;
    font-size: 0;
    height: auto;
}
.ggw-home-featured-image a:hover {
    text-decoration: none;
}
.ggw-home-featured-image .slick-slide span {
    font-size: 30px;
    color: #fff;
    padding: 30px;
    border-radius: 200px;
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 80px;
    right: 80px;
}
.ggw-home-featured-image .slick-slide span i {
    margin-right: 20px;
}

/* Pages */
.ggw-page .ggw-title {
    background: #001255;
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
}

article h3 {
    font-weight: 900;
    padding-bottom: 15px;
}

.ggw-page .ggw-title:before {
    content: "";
    position: absolute;
    width: 469px;
    height: 469px;
    background: url(images/sdg-wheel.png);
    right: 40px;
    top: -140px;
    opacity: 0.5;
}

.ggw-page .ggw-title:after {
    content: "";
    position: absolute;
    width: 154px;
    height: 82px;
    background: url(images/sdg-title.png);
    right: 192px;
    top: 50px;
    opacity: 0.5;
}

.ggw-page .ggw-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Exo";
    font-weight: 900;
    font-size: 50px;
}

/* COUNTDOWN */

div#cbfc-circular-countdown1 {
    margin-top: 14px;
}

.ggw-countdown {
    position: relative;
    background-color: #000a56;
    padding: 40px 0;
    color: #fff;
}

.ggw-countdown .cd_title {
    font-size: 18px;
    text-align: center;
}

.ggw-countdown .container-fluid {
    max-width: 1680px;
    margin: 0px auto;
    padding: 0;
    padding: 0 20px;
}

.countdownwrap:before {
    content: "";
    background: red;
    height: 100%;
    width: 3px;
    display: block;
    position: absolute;
    left: -60px;
    top: 0;
    background: #ff1937;
}

.ggw-countdown .b-left {
    border-left: 3px solid #ff1937;
    padding-left: 30px !important;
}

.ggw-countdown .ggw-date span {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-family: "Exo";
}

.ggw-countdown .ggw-date span.month {
    font-weight: normal;
    font-weight: 900;
}

.ggw-countdown .ggw-date span.day {
    font-weight: normal;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 5px;
}

.ggw-countdown .ggw-date span.day span {
    display: inline-block;
    font-weight: 100;
    vertical-align: middle;
    padding: 0 7px 0 12px;
    font-size: 50px;
}

.ggw-countdown .ggw-date span.year {
    font-weight: 100;
    font-size: 68px;
    line-height: 50px;
}

.ggw-countdown h1 {
    text-transform: uppercase;
    font-family: "Exo";
    font-weight: 900;
    font-size: 36px;
    padding-bottom: 5px;
}

.ggw-countdown p {
    font-family: "Exo";
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 5px;
}

.ggw-countdown a:hover {
    color: #ffd800;
}

.cbfc-circular-val {
    font: 100 60px/30px "Exo" !important;
    padding-top: 3px;
}

.cbfc-circular-text .cbfc-circular-type-time {
    font: 900 14px/24px "Exo";
    text-transform: uppercase;
    opacity: 0.3;
    color: #fff !important;
    text-transform: uppercase !important;
}

/**/

.ggw-about-week .ggw-title h1,
.ggw-get-involved .ggw-title h1,
.ggw-about-us .ggw-title h1,
.ggw-conversation .ggw-title h1,
.ggw-world-cup h1,
.ggw-image-gallery .ggw-title h1 {
    text-transform: uppercase;
    font-family: "Exo";
    font-size: 50px;
    color: #000000;
}
.ggw-about-week .ggw-title h1 strong,
.ggw-get-involved .ggw-title h1 strong,
.ggw-about-us .ggw-title h1 strong,
.ggw-conversation .ggw-title h1 strong,
.ggw-world-cup .ggw-title h1 strong,
.ggw-image-gallery .ggw-title h1 strong {
    font-weight: 900;
}

/* About */
.ggw-about-week {
    padding: 0 120px;
    padding-top: 124px;
    margin-bottom: 134px;
}
.ggw-about-week .ggw-text {
    padding-right: 140px;
}
.ggw-about-week .ggw-text p {
    font: 400 24px/34px "Roboto";
    color: #000;
}

.ggw-about-week .ggw-title {
    margin-bottom: 15px;
}

.ggw-about-week .ggw-the-text {
    margin-bottom: 60px;
}
.ggw-about-week .ggw-image {
    z-index: 9;
    position: relative;
}
.ggw-about-week .y-border:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    position: absolute;
    border: 10px solid #ffd900;
    width: 71%;
    padding: 31%;
    right: 35%;
    top: 10%;
}

.ggw-about-week .ggw-image:after {
}

/* Get Involved */
.ggw-get-involved .container-fluid {
    padding-right: 80px;
    padding-left: 150px;
}
.ggw-get-involved {
    background: #fff url(images/get-involved-bg.png) bottom no-repeat;
}
.ggw-get-involved .ggw-title {
    margin-bottom: 20px;
}
.ggw-get-involved .ggw-text {
    margin-bottom: 15px;
}
.ggw-get-involved .ggw-title,
.ggw-get-involved .ggw-text,
.ggw-conversation .ggw-title,
.ggw-conversation .ggw-text {
    position: relative;
    text-align: center;
}

.ggw-get-involved .ggw-the-text p,
.ggw-conversation .ggw-the-text p {
    font-size: 24px;
    font-family: "Roboto";
    line-height: 1.417;
    color: #000 !important;
}

.ggw-get-involved .ggw-title h1,
.ggw-conversation .ggw-title h1 {
    padding-top: 45px;
}

.ggw-get-involved .ggw-title:before {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 107px;
    right: 0;
    left: 0;
    background: #ff1937;
    text-align: center;
    margin: 0px auto;
}

.ggw-get-involved .ggw-image {
    max-width: 260px;
    z-index: 2;
}

.ggw-get-involved .ggw-grid-item {
    padding-right: 0;
    padding-left: 0;
}

.ggw-get-involved .ggw-image:before {
    border: 10px solid #ffd900;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 16%;
    top: 16%;
    z-index: -1;
}

.ggw-get-involved .ggw-grid-container {
    max-width: 300px;
    min-height: 300px;
    padding: 30px;
    background: #001255;
    color: #fff;
    position: relative;
    z-index: 3;
}

.ggw-get-involved .ggw-1 .ggw-grid-container {
    margin-left: 160px;
}

.ggw-get-involved .ggw-1 .ggw-image,
.ggw-get-involved .ggw-3 .ggw-image {
    margin-top: -160px;
}

.ggw-get-involved .ggw-2 .ggw-image {
    margin-bottom: -160px;
    padding-top: 60px;
}
.ggw-get-involved .ggw-2 .ggw-image:before {
    left: 16%;
    top: 0%;
}

.ggw-get-involved .ggw-2 .ggw-grid-container {
    margin-left: 160px;
}

.ggw-get-involved .ggw-2 {
    margin-top: 60px;
}

.ggw-get-involved .ggw-3 .ggw-grid-container {
    margin-left: 160px;
    top: 0;
}

.ggw-get-involved .ggw-grid-title h2 {
    font-family: "Roboto";
    font-size: 25px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.ggw-get-involved .ggw-grid-title h1 {
    font-family: "Exo";
    font-size: 30pt;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.ggw-get-involved .ggw-grid-content .ggw-text {
    text-align: left;
    padding: 0;
    padding-top: 10px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
}
.ggw-grid-content .ggw-text p {
    padding: 0;
    margin: 0;
}
.ggw-get-involved .ggw-button {
    font-family: "Exo";
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
}
.ggw-get-involved .ggw-button,
.ggw-get-involved .ggw-button {
    background-color: #ffffff;
    color: #001255;
}
.ggw-get-involved .ggw-button:hover {
    background-color: #ff1937;
    color: #ffffff;
}

.ggw-button-footer {
    text-align: center;
    padding-bottom: 100px;
}
.ggw-button-footer span {
    font-family: "Exo";
    font-weight: 900;
    font-size: 30px;
    padding-right: 50px;
    color: #000000;
}

/* Partners */
.ggw-created-partners {
    padding-top: 140px;
}
.ggw-created-partners h2 {
    text-align: center;
    font-family: "Exo";
    font-weight: 900;
    font-size: 24px;
    color: #000;
}
.ggw-created-by {
    margin-bottom: 60px;
}

.ggw-created-by .ggw-content ul {
    text-align: center;
    display: flex;
    justify-content: space-around;
    justify-content: center;
    padding: 30px 0 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
}
.ggw-created-by .ggw-content ul li {
    padding: 20px 40px;
    margin: 0;
    min-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ggw-created-by .ggw-content ul li img {
    width: auto;
}

.ggw-created-partners .partners {
    border-top: 1px solid #b3bece;
    background: #f5f5f5;
    position: relative;
}
.ggw-created-partners .partners:before {
    content: "";
    height: 1px;
    width: 130px;
    background: #f5f5f5;
    position: absolute;
    left: calc(50% - 65px);
    top: -1px;
}
.ggw-created-partners .partners h2 {
    font: 900 24px/38px "Rubik";
    text-transform: uppercase;
    color: #1c3f74;
    text-align: center;
    margin-top: -20px;
}
.ggw-created-partners .partners ul {
    text-align: center;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.ggw-created-partners .partners li {
    padding: 25px;
}

/* PARTNERS - logos */
.partners-logos {
    text-align: center;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.partners-logos .item {
    padding: 40px 25px;
    position: relative;
}
.partners-logos img {
    width: auto;
}

/* World Cup */
.ggw-world-cup .ggw-the-text {
    margin-bottom: 60px;
    color: white;
}
.ggw-world-cup .ggw-content {
    color: #000;
}

.ggw-world-cup .ggw-text {
    padding: 40px 130px;
}

.ggw-world-cup .ggw-content p {
    margin-bottom: 20px;
    font-size: 24px;
}
.ggw-world-cup .ggw-title {
    margin-bottom: 15px;
}
.ggw-world-cup .ggw-title h1 {
    color: #ff1937;
    font-weight: 400;
}
.ggw-world-cup .ggw-title h1 strong {
    font-weight: 900;
}

.ggw-world-cup .ggw-text,
.ggw-world-cup .ggw-image {
    padding-right: 0;
    padding-left: 0;
}

.ggw-world-cup .ggw-text {
    padding: 125px;
}

.ggw-world-cup .ggw-button:hover {
    background: #ff1937;
    color: white;
    border-color: #ff1937;
}
.ggw-world-cup .ggw-button:hover:before {
    filter: brightness(10);
}

/* Join the Conversation */
.ggw-conversation {
    margin-bottom: 177px;
}

.ggw-conversation .ggw-content {
    margin: 0px auto;
    text-align: center;
}

.ggw-conversation .ggw-title h1 {
    font-size: 60px;
}

.ggw-conversation .ggw-juicer {
    font-size: 36px;
    padding: 60px 0;
}

/* Image Gallery*/
.ggw-image-gallery .ggw-title h1 {
    text-align: center;
    margin-bottom: 30px;
}
.ggw-image-gallery .container-fluid {
    padding: 0 120px;
}

.wp-activate-container {
    padding: 100px 15px;
    text-align: center;
}

/* FOOTER */

.ggw-footer-sign-up {
    background-color: #ffd900;
    color: #000;
    padding: 60px 0;
}

.ggw-sign-up h1 {
    font-family: "Exo";
    font-weight: 200;
    text-transform: uppercase;
    font-size: 60px;
    margin: 0 !important;
    padding: 0 !important;
}
.ggw-sign-up h2 {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 26px;
    margin: 0 !important;
    padding: 0 !important;
}

.ggw-sign-up h1 strong {
    font-weight: 900;
}

.ggw-footer-sign-up .ggw-di {
    display: none;
}

.ggw-footer-copy {
    text-align: center;
    padding: 60px 0;
    background-color: #001255;
    color: #fff;
}

.ggw-footer-copy a {
    color: #fff;
}

.ggw-footer-copy a:hover {
    color: #eeee;
}

.ggw-footer-copy p {
    display: inline-block;
    padding-left: 50px;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 5px;
}

.col-md-9.ggw-sign-up-form {
    border-left: 2px solid #ff1937;
    padding-left: 60px;
    padding-top: 15px;
}

.ggw-sign-up-form .col-md-4 div,
.ggw-sign-up-form .col-md-8 div {
    position: relative;
    margin-bottom: 20px;
}

.ggw-sign-up-form .col-md-8 div.email button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 0;
    padding: 13px;
    background-color: #fff;
    color: #001255;
    text-transform: uppercase;
    font-family: "Exo";
    font-weight: 900;
    font-size: 18px;
}

.ggw-sign-up-form .col-md-8 div.email button img {
    margin-right: 10px;
}

.ggw-sign-up-form input[type="text"] {
    border: 0px;
    border-radius: 0;
    width: 100%;
    padding: 13px;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 600;
    -webkit-box-shadow: 8px 4px 0px 0px #bb9d00;
    box-shadow: 8px 4px 0px 0px #bb9d00;
}

/* Page Defaults */
.ggw-page-wrap .ggw-description {
    max-width: 1014px;
    margin-bottom: 30px;
    font-family: "Roboto";
    text-align: left;
    font-size: 24px;
    color: #000000;
}

.ggw-page-wrap {
    padding: 30px;
}

.cover {
    background-size: cover;
    background-position: center;
}
.permalink {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
}

/* GET INVOLVED - home */
.home .get-involved * {
    transition: all 0.3s;
}
.home .get-involved h2:before,
.ggw-conversation .ggw-title h1:before {
    content: "";
    width: 100px;
    height: 5px;
    background: #ff1f39;
    display: block;
    margin: 0 auto 30px;
}
.home .get-involved h2,
.home .ggw-about-week h2 {
    text-transform: uppercase;
    font: 100 50px/57px "Exo";
    padding-bottom: 20px;
}
.home .get-involved h2 strong,
.home .ggw-about-week h2 b {
    font-weight: 900;
}
.home .get-involved p {
    font: 400 24px/34px "Roboto";
}
.home .get-involved .item {
    position: relative;
    padding: 120px 50px;
    margin: 40px 0;
}
.home .get-involved figure {
    width: 260px;
    height: 350px;
    position: relative;
    margin: 0;
    left: 0;
}
.home .get-involved figure img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.home .get-involved figure:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 10px solid #ffd800;
    left: 15%;
    top: 20%;
}
.home .get-involved .text {
    background: #001255;
    color: white;
    padding: 30px;
    position: absolute;
    width: 55%;
    top: 0;
    right: 30px;
    z-index: 2;
}
.home .get-involved .text h4 {
    font: 100 30px/30px "Roboto";
}
.home .get-involved .text h3 {
    font: 900 32px/18px "Exo";
    text-transform: uppercase;
    padding-bottom: 5px;
}
.home .get-involved .text p {
    font: 100 20px/24px "Roboto";
    padding-bottom: 5px;
}
.home .get-involved .text .button {
    background: white;
    font: 900 20px/24px "Exo";
    text-transform: uppercase;
    padding: 5px 15px;
    display: inline-block;
    color: #001255;
}
.home .get-involved .item:nth-child(even) figure:after {
    top: -20%;
}
.home .get-involved .item:nth-child(even) .text {
    bottom: 0;
    top: initial;
}
.home .get-involved .item:hover figure {
    left: 30px;
}
.home .get-involved .item:hover .text {
    top: 30px;
}
.home .get-involved .item:hover .button {
    background: #ff1f39;
    color: white;
    text-decoration: none;
}
.home .get-involved .item:nth-child(even):hover .text {
    top: initial;
    right: 60px !important;
}

/* GGW Get Involved Page */
.ggw-page-get-involved .grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 80px;
}
.ggw-page-get-involved .item {
    flex: 1;
    min-width: 340px;
    width: calc(100% / 5 - 30px);
    max-width: calc(100% / 2.5 - 30px);
    background-size: cover;
    background-color: #001255;
    color: white;
    margin: 15px;
    position: relative;
    min-height: 400px;
}
.ggw-page-get-involved .item .text {
    padding: 30px;
}
.ggw-page-get-involved .item h3 {
    font: 900 24px/24px "Exo";
    padding-bottom: 5px;
}
.ggw-page-get-involved .item p {
    font: 400 14px/16px "Roboto";
}
.ggw-page-get-involved .item .button {
    background: white;
    color: #001255;
    font: 900 14px/24px "Exo";
    display: inline-block;
    padding: 2px 10px;
    text-transform: uppercase;
}
.ggw-page-get-involved .item:hover .button {
    background: #ff1f39;
    color: white;
}
.ggw-page-get-involved .blue figure {
    height: 200px;
    max-height: 50%;
    margin: 0;
}
.ggw-page-get-involved .video {
    min-width: calc(100% / 2.5 - 30px);
    max-width: calc(100% / 3.5 - 30px);
}
.ggw-page-get-involved .video i {
    position: absolute;
    z-index: 2;
    font-size: 60px;
    bottom: 50px;
    left: 50px;
}
.ggw-page-get-involved .video:hover i {
    color: #ff1f39;
}
.ggw-page-get-involved .red {
    min-width: calc(100% / 2.5 - 30px);
    max-width: calc(100% / 2.5 - 30px);
    background: #ff1f39;
}
.ggw-page-get-involved .red .flex {
    display: flex;
    height: 100%;
}
.ggw-page-get-involved .red figure {
    min-width: 50%;
    min-height: 100%;
    min-height: 400px;
    margin: 0;
}
.ggw-page-get-involved .red .button {
    color: #ff1f39;
}
.ggw-page-get-involved .red:hover .button {
    background: #001255;
    color: white;
}
.ggw-page-get-involved .quote {
    background: none;
    color: black;
}
.ggw-page-get-involved .quote .flex {
    display: flex;
    height: 100%;
    align-items: center;
}
.ggw-page-get-involved .quote p:before {
    content: "";
    background: url("images/quote.png");
    width: 50px;
    height: 40px;
    display: block;
    margin-bottom: 20px;
}
.ggw-page-get-involved .quote p {
    font: 900 24px/30px "Exo";
    padding-bottom: 5px;
}
.ggw-page-get-involved .quote p:after {
    content: '"';
}
.ggw-page-get-involved .quote cite {
    /*font:300 18px/18px 'Dosis';*/
    font: 500 14px/18px "Roboto";
    color: var(--gray2);
    color: #666;
}
.ggw-page-get-involved .quote cite strong {
    background: #ff1f39;
    color: white;
    font: 700 18px/18px "Roboto";
    padding: 5px;
    margin-bottom: 15px;
    display: inline-block;
}

/* DYNAMIC BLOCK */
.dynamic-block {
    background: #001255;
}
.dynamic-block .container-fluid {
    padding: 0;
}
.dynamic-block article {
    padding: 40px;
    color: white;
    font-size: 24px;
}
.dynamic-block h1,
.dynamic-block h2,
.dynamic-block h3,
.dynamic-block h4,
.dynamic-block h5,
.dynamic-block h6 {
    color: #ff1937;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 15px;
}
.dynamic-block figure {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.dynamic-block .ggw-button:hover {
    background: #ff1937;
}
.dynamic-block .ggw-button:hover:before {
    filter: brightness(10);
}

/* Media Zone Page */
.ggw-page-media-zone .ggw-content h1 {
    margin-bottom: 30px;
    font-family: "Exo";
    font-size: 30px;
    font-weight: 900;
    color: #000000;
}

.ggw-page-media-zone .ggw-content {
}

.ggw-page-media-zone .ggw-container {
    padding: 0 50px;
    padding-right: 120px;
    padding-top: 124px;
    margin-bottom: 134px;
}

.ggw-page .ggw-title.sgd-title h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
}
.sgd-title h1 img {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 0 5px;
}

.ggw-page-media-zone .ggw-the-text {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    padding-right: 50px;
}

.ggw-page-media-zone .ggw-the-text p {
    margin-bottom: 30px;
}

.ggw-page-media-zone .ggw-image {
}

p.ggw-summary {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 24px;
}

.ggw-page-media-zone .ggw-image:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    position: absolute;
    border: 10px solid #ffd900;
    width: 70%;
    padding: 20%;
    left: 36%;
    top: 40%;
}

/* Resources */
.ggw-page-resources .container-fluid {
    margin-bottom: 60px;
}
.ggw-page-resources .ggw-title h1 {
    font-family: "Exo";
    font-weight: 900;
    font-size: 24px;
    color: #000000;
}

.ggw-page-resources .ggw-col-2 {
    border-left: 5px solid #ff1937;
    height: 100%;
    margin-bottom: 90px;
}

.ggw-page-resources .ggw-grid-item:first-child {
}

.ggw-page-resources .ggw-col-2 {
    padding-left: 50px;
}

.ggw-page-resources .ggw-grid-item img {
    min-width: 140px;
    min-height: 140px;
    border: 0;
    font-size: 0;
}

.ggw-page-resources .ggw-grid-item .ggw-title h1 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #ffffff;
}

.ggw-page-resources .ggw-grid-item .ggw-title h1 a {
    color: #fff;
    text-decoration: none;
}

.ggw-page-resources .ggw-grid-content {
    background: #001255;
    padding: 10px;
}
.ggw-page-resources .ggw-topic a {
    text-transform: uppercase;
    font-family: "Roboto";
    text-decoration: none;
    font-size: 12px;
    color: #81859f;
}

.ggw-page-resources .ggw-grid-container {
}
.ggw-page-resources .ggw-grid-image,
.ggw-page-resources .ggw-grid-content {
    display: table-cell;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ggw-page-resources .ggw-grid-image {
    width: 140px;
    height: 140px;
}

.ggw-page-resources .ggw-grid-content {
    max-width: 61%;
    height: 140px;
}

/* Page form */
.ggw-page-form form {
    position: relative;
    padding-bottom: 80px;
}
.ggw-page-form form input {
    padding: 0;
    margin: 0;
}

.ggw-page-form form label {
    clear: both;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.ggw-page-form form .flz_inline span {
    padding: 0 10px;
}

.ggw-page-form form legend {
    display: block;
    width: inherit;
    max-width: inherit;
    padding: 5px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    color: #666666;
}

.ggw-page-form form label:hover legend,
.ggw-page-form form label:focus legend {
    color: #4f8cc8;
}

.ggw-page-form form fieldset {
    position: relative;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px groove #808080;
}

.ggw-page-form form {
    max-width: 1000px;
}

.ggw-page-form form input[type="text"],
.ggw-page-form form textarea {
    border-radius: 0px;
    border: 0px;
    padding: 3px 5px;
    width: 100%;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 14px;
    opacity: 1;
}

input:disabled {
    display: none;
}

.ggw-page-form form input[type="submit"] {
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: "Exo";
    font-weight: 900;
    font-size: 14px;
    background: #ff1937;
    color: #fff;
    margin-top: 20px;
}

.ggw-page-form .fieldset:not(:first-child) {
    display: none;
}

.ggw-page-form .ggw-subject label span {
    font-family: "Exo";
    color: #000;
}

.ggw-page-form .ggw-text-area label {
    margin-bottom: 25px;
}

.ggw-page-form form label:focus input[type="text"],
.ggw-page-form form label:hover input[type="text"],
.ggw-page-form form label:focus textarea,
.ggw-page-form form label:hover textarea {
    color: #000;
}

.ggw-page-form form fieldset:focus-within {
    border-color: #000;
}
.ggw-page-form input[type="radio"] {
    width: 15px;
    height: 15px;
}

.ggw-page-form label div {
    padding-top: 10px;
}
.ggw-page-form label div input:first-child {
    margin-left: 0;
}
.ggw-page-form label div input {
    vertical-align: middle;
    margin: 0 5px 0 15px;
}
.ggw-page-form label.eventAddress {
    display: none;
}

.ggw-page-form .note p {
    display: none;
    position: absolute;
    transition: all 0.3s;
    background: black;
    color: white;
    width: 60%;
    padding: 5px 7px;
    color: #ccc;
    font-size: 12px;
    line-height: 12px;
    right: 5px;
    top: -17px;
}
.ggw-page-form .note p:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: black;
    right: 4px;
    border: 0;
    transform: rotate(45deg);
}
.ggw-page-form .note:after {
    content: "!";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    padding: 1px;
    opacity: 0.5;
    border: 1px solid black;
    top: 5px;
    right: 10px;
    z-index: 100;
    transition: all 0.3s;
}
.ggw-page-form .note:hover:after {
    background: black;
    color: white;
    border-color: black;
    opacity: 1;
}
.ggw-page-form .note:hover p {
    display: block;
}

input[type="radio"]:checked ~ .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    background: url(images/form-checked.png) no-repeat;
}

.ggw-page-form input[type="date"],
.ggw-page-form input[type="time"] {
    border: none;
    width: 100%;
    padding: 2px 5px;
}

.ggw-page-form label:not(.flz_inline) {
    font-size: 12px;
    line-height: 16px;
    margin: 15px 0;
}

.ggw-page-form label.flz_inline:first-child {
    margin-top: 20px;
    transition: all 0.3s;
}
.ggw-page-form label.flz_inline {
    font: 700 14px/22px "Roboto";
    opacity: 0.5;
}
.ggw-page-form label.active {
    opacity: 1;
}

.ggw-page-form input[type="checkbox"] {
    vertical-align: -2px;
    margin-right: 3px;
}

.ggw-page-form .ggw-form-item {
    padding: 20px 80px 20px 20px;
}

.ggw-page-form .ggw-subject {
    padding-right: 0;
}

.ggw-page-form .ggw-form-item h1 {
    font-family: "Exo";
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000000;
}

.ggw-page-form .eventFormat {
    padding: 15px 0;
}

.ggw-page-form .sdgs {
    padding: 15px 0;
}

.ggw-page-form .terms.required,
.ggw-page-form .sdgs.required {
    color: red;
}

.ggw-page-form .sdgs label {
    text-transform: capitalize;
}

.ggw-page-form .sdgs label {
    margin: 0 !important;
}

/* SDG Media Zone - Image Gallery */

/* Juicer */
.juicer-feed .j-message p {
    width: 100%;
    display: block;
    float: none;
}

.juicer-feed li.feed-item {
    background: #000a56 !important;
}
.juicer-feed li.feed-item,
.juicer-feed li.feed-item p {
    color: #fff;
}
.juicer-feed li.feed-item a {
    color: #fff;
}
.juicer-feed li.feed-item p a {
    color: #ffb900;
}
.juicer-feed .j-twitter-quote-text a,
.juicer-feed .j-twitter-quote-text {
    color: #fff;
}

.partners-logos.slick-slider .slick-prev,
.partners-logos.slick-slider .slick-next {
    z-index: 100;
}

.juicer-feed .j-paginate.juicer-button,
.juicer-feed .j-paginate.juicer-button:hover {
    text-decoration: none !important;
    display: inline-block;
    padding: 10px 30px;
    margin: 0px auto;
    width: auto;
    text-transform: uppercase;
    border: 3px solid #ff1937;
    color: #ff1937;
    font-family: "Exo";
    font-weight: 900;
    font-size: 30px;
}

.juicer-feed .j-paginate.juicer-button:hover {
    background-color: #fff;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.g-recaptcha {
    margin-top: 30px;
}

.ggw-title:before {
    -webkit-animation: rotating 100s linear infinite;
    -moz-animation: rotating 100s linear infinite;
    -ms-animation: rotating 100s linear infinite;
    -o-animation: rotating 100s linear infinite;
    animation: rotating 100s linear infinite;
}

.rotating {
    -webkit-animation: rotating 3s linear infinite;
    -moz-animation: rotating 3s linear infinite;
    -ms-animation: rotating 3s linear infinite;
    -o-animation: rotating 3s linear infinite;
    animation: rotating 3s linear infinite;
}

/* PAGE PARTNERS */
.page-id-18 h2 {
    font: 900 36px/36px "Exo";
    padding-bottom: 30px;
    text-transform: UPPERCASE;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 50px;
    text-align: center;
}
.page-id-18 .ggw-description {
    margin-bottom: 0;
    max-width: 100%;
}
.page-id-18 .ggw-description p {
    margin-bottom: 40px;
}
.page-id-18 .wp-block-button .wp-block-button__link {
    margin-right: 30px;
}
.page-id-18 .wp-block-button .wp-block-button__link:hover {
    margin-right: 0;
}
.page-id-18 .ggw-created-by .ggw-content ul {
    padding: 0;
    align-items: center;
    justify-content: center;
}
.page-id-18 .ggw-created-by .ggw-content ul li {
    padding: 30px;
    min-width: auto;
}
.page-id-18 .partners-logos {
    justify-content: center;
    padding-top: 0;
}
.page-id-18 .partners-logos .item {
    padding: 40px 25px;
}
.limit p {
    max-width: 985px;
}
.ajaxstatus p {
    font-family: "Exo" !important;
}

/* HOME EVENTS ON */
.featured-events {
    position: relative;
}
.featured-events.slick-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    z-index: 200;
    background: none;
    border: none;
    width: 78px;
    height: 39px;
    color: transparent;
    display: block;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 50px;
}
.featured-events.slick-slider .slick-prev {
    background: url("images/btn-prev.png") no-repeat center center
        rgba(255, 255, 255, 0.5) !important;
    left: 20px;
}
.featured-events.slick-slider .slick-next {
    background: url("images/btn-next.png") no-repeat center center
        rgba(255, 255, 255, 0.5) !important;
    right: 20px;
}
.featured-events .item.slick-slide {
    position: relative;
}
.featured-events .text > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.featured-events .item {
    height: 600px;
    padding: 15px;
}
.featured-events .item:hover span {
    color: #ff1f39;
    border-color: #ff1f39;
}
.featured-events .item .text {
    height: 150px;
}
.featured-events span {
    color: var(--yellow);
    border-bottom: 2px solid var(--yellow);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    transition: color 0.5s, border 0.5s;
}
.featured-events span strong {
    font-size: 24px;
}
.featured-events h2 {
    color: white;
    font-size: 24px;
    line-height: 27px;
    padding: 10px 0;
    font-weight: 700;
}
.featured-events .flex {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

/* POPUP HOME */
.popup-home {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8);
}
.popup-home .box {
    background: #001255;
    max-width: 55vw;
    color: white;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    position: relative;
}
.popup-home .box:before {
    content: "X";
    position: absolute;
    top: -20px;
    right: -20px;
    background: #ff1f39;
    font-weight: 100;
    font-size: 26px;
    line-height: 26px;
    padding: 5px 12px;
    cursor: pointer;
}
.popup-home figure {
    padding: 15px 40px 15px 15px;
    width: 40%;
    position: relative;
}
.popup-home figure:after {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 70px);
    border: 10px solid #ffd800;
    position: absolute;
    top: 25%;
    left: -30%;
}
.popup-home figure img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.popup-home article {
    padding: 15px;
    width: 60%;
}
.popup-home h2 {
    color: white;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 15px;
    font-weight: 700;
}
.popup-home p {
    color: white;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}
.popup-home a {
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #001255;
    background: #ffd800;
}
