/*!
Theme Name: dana
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dana
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

dana is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


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


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | 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;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * 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 */
    color: #ebebeb;
    background-color: #ebebeb;
}


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


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
    margin-top: 0;
}

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: 15px;
    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: 15px;
    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
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ebebeb;
    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: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .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 {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: 1px dotted gray;
}
a img:focus{
	outline: 1px dotted gray;
}
a.btn-download:focus{
    outline: 1px dotted gray;
}
a.btn-download:focus{
    outline: 1px dotted gray;
}
button:focus{
	outline: 1px dotted gray;
}
li.slick-slide:focus{
	outline: 1px dotted gray;
}
.slick-dots li:focus{
	outline: 1px dotted gray;
}
.slick-dots li button:focus{
	outline: 1px dotted gray;
}
a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

nav#ubermenu-main-387-menu-1-2 {
    height: 80px;
}

.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 {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

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

li#menu-item-26301,
li#menu-item-26318,
li#menu-item-26327,
li#menu-item-26336 {
    position: relative;
    margin: 0;
}

li#menu-item-26301>a,
li#menu-item-26318>a,
li#menu-item-26327>a,
li#menu-item-26336>a {
    position: relative;
    display: block;
    width: 248px;
    padding: 0 !important;
    text-decoration: none;
    color: #1948CC;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 72px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #1948CC;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
}

li#menu-item-26301 a::after,
li#menu-item-26318 a::after,
li#menu-item-26327 a::after,
li#menu-item-26336 a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
}

.main-navigation li.menu-item-15 a::after {
    background: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
}

.main-navigation li.menu-item-16 a::after {
    background: linear-gradient(270deg, #A343D9 0%, #D83D41 100%);
}

.main-navigation li.menu-item-17 a::after {
    background: linear-gradient(90deg, #1948CC 0%, #0D7FAD 100%);
}

.main-navigation li.menu-item-18 a::after {
    background: linear-gradient(90deg, #0D7FAD 0%, #4A851E 100%);
}


/* 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;
        align-items: center;
        justify-content: flex-end;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

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

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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


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


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

.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
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

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


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

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/* Generals */

.general-wrap {
    padding-left: 37px;
    padding-right: 37px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.breadcrumbs {
    color: #123699;
    font-family: 'Roboto';
    font-size: 16px;
    letter-spacing: -0.29px;
    margin-top: 20px;
    word-spacing: 10px;
}

.breadcrumbs a {
    color: #123699;
    font-family: 'Roboto';
    font-size: 16px;
    letter-spacing: -0.29px;
    line-height: 60px;
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}


/* header */

.site-header {
    position: relative;
    background-color: #fff;
}


/* .site-header::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: linear-gradient(90deg, #1948CC 0%, #0D7FAD 12.9%, #4CC3F2 26.1%, #A343D9 39.33%, #BE63F2 51.98%, #8FD957 63.23%, #F4D93B 73.83%, #D83D41 82.07%, #EC6D12 90.75%, #EC1111 100%);
} */


/* Social rectangle */


/* Slide home */

.slide-home {
    height: 652px;
    margin-bottom: 30px;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position-y: -753px;
    background-position-x: -407px;
}

.slide-home ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.slide-home ul li span {
    padding: 5px 10px;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.32px;
    line-height: 60px;
    padding-left: 0px !important;
}

.slide-home ul li h2 {
    margin: 0;
    color: #fff;
    font-family: "Montserrat";
    font-size: 56px;
    letter-spacing: -1px;
    line-height: 64px;
    font-weight: 700;
}

.slide-home__item {
    display: flex;
    align-items: flex-end;
    height: 500px;
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}

.slide-home__item-content {
    padding: 0 0 80px 163px;
}

.slide-home__item-content a {
    display: block;
    height: 48px;
    width: 256px;
    margin-top: 25px;
    background-color: #EC6D12;
    color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
}

.site-header__menu-top a {
    display: block;
    color: #fff;
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}

.slide--more-posts .slick-dots li button::before {
    display: none;
}

.slide--more-posts .slick-dots li button {
    height: 10px;
    border-radius: 50%;
    background-color: #4cc3f26e;
    width: 10px;
}

.slide--more-posts .slick-dots li {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    margin-right: 10px;
}

.slide--more-posts .slick-dots li.slick-active button {
    background: linear-gradient(180deg, #A343D9 0%, #D83D41 100%);
}


/* Upcoming events */

.wrap-slide {
    position: relative;
    margin-bottom: 65px;
    padding-bottom: 65px;
    overflow: hidden;
}

.wrap-slide--mbottom0 {
    margin-bottom: 0;
}

.subtitle-general {
    position: relative;
    margin-bottom: 52px;
    color: #123699;
    font-family: "Muli";
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
    font-weight: 800;
}

.subtitle-general::after {
    content: "";
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 6px;
    width: 272px;
    background-color: #4CC3F2;
}

.subtitle-more-posts {
    color: #0D0D0D;
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
}

.subtitle-more-posts::after {
    content: "";
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    width: 80px;
    background: linear-gradient(270deg, rgba(13, 127, 173, 0.6) 0%, rgba(25, 72, 204, 0.9) 100%);
}

/*.ptop15 {
    margin: 0px 0px 9px 15px
}*/

.pbottom15 {
    padding-bottom: 15px;
}

.card-recommended-posts {
    position: relative;
    height: 521px;
    max-width: 400px;
    border-radius: 16px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    margin: 0px auto;
}

.card-recommended-posts--featured {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
}

.card-recommended-posts--featured h3 {
    margin: 0 0 23px 0;
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.83px;
    line-height: 48px;
}

.card-recommended-posts--featured .card-head p {
    color: #FFFFFF;
    font-family: 'Muli';
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.card-recommended-posts--featured a {
    width: 100%;
    height: 48px;
    color: #1948CC;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    border-radius: 4px;
    background-color: #F5F8FF;
    text-decoration: none;
}

.card-recommended-posts__img {
    position: relative;
    position: relative;
    height: 45%;
    width: 100%;
}

.card-recommended-posts__content {
    padding: 25px!important;
    height: 100%;
    border-radius: 16px;
}

picture.img-slider- img {
    height: 193px;
    width: 148px;
    border: 1px solid #5978D2;
    opacity: 0.7;
    box-shadow: 0 4px 8px 0 #B8B8B8;
    margin: auto;
    margin: 0px auto 25px auto;
    object-fit: cover;
}

p.link-pdf {
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 14px;
    letter-spacing: -0.07px;
    line-height: 32px;
}

.title-slider-single {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 28px;
    text-align: center;
    margin-top: -15px;
}

a.btn-download {
    text-decoration: none;
    height: 60px;
    width: 196px;
    border-radius: 30px;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    background-color: #EC6D12;
    padding: 19px 30px;
    position: absolute;
    bottom: 40px;
    left: 100px;
    text-align: center;
}

.card-recommended-posts img {
    display: block;
    width: 100%;
}

.card-recommended-posts span {
    color: #575757;
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: -0.07px;
    line-height: 32px;
}

.title-slider-single- {
    color: #1948CC;
    font-family: Muli;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.08px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 15px;
}


/*.card-recommended-posts--plain::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 8px;
		background: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
	}*/


/*.card-recommended-posts__img::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 8px;
		background: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
	}
*/

.card-recommended-posts--image {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #000;
    padding: 24px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.card-recommended-posts--image .card-recommended-posts__content {
    position: relative;
    padding: 16px;
}

.card-recommended-posts--image .card-recommended-posts__content h5 {
    margin: 0;
}


/*.card-recommended-posts--image .card-recommended-posts__content::after {
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			display: block;
			width: 100%;
			height: 8px;
			background: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
		}*/


/* Neuro news */

.slide--neuro-news .card-recommended-posts--featured {
    background: linear-gradient(0deg, rgba(216, 61, 65, 0.6) 0%, rgba(163, 67, 217, 0.9) 100%);
}

.slide--neuro-news .card-recommended-posts--image .card-recommended-posts__content::after,
.slide--neuro-news .card-recommended-posts__img::after {
    background: linear-gradient(270deg, #D83D41 0%, #A343D9 100%);
}


/* Cerebrum */

.slide--cerebrum .card-recommended-posts--featured {
    background: linear-gradient(180deg, rgba(25, 72, 204, 0.9) 0%, rgba(13, 127, 173, 0.6) 100%);
}

.slide--cerebrum .card-recommended-posts--image .card-recommended-posts__content::after,
.slide--cerebrum .card-recommended-posts__img::after {
    background: linear-gradient(90deg, #1948CC 0%, #0D7FAD 100%);
}


/* Cards */

.wrap-cards {
    position: relative;
    display: block;
}

.card {
    position: relative;
    height: 527px;
    max-width: 400px;
    width: auto;
    opacity: 0.9;
    border-radius: 16px;
    padding: 18px;
}

@media screen and (max-width: 1400px) {
    .card {
        margin: 0 auto;
    }
}

.card--calendar--featured {
    padding-top: 37px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(74, 133, 30, 0.9) 0%, rgba(143, 217, 87, 0.6) 100%);
}

.card--calendar--featured a {
    display: block;
    height: 60px;
    width: 196px;
    margin-top: 60px;
    border-radius: 30px;
    background-color: #fff;
    color: #1948CC;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.card--calendar--featured h3 {
    margin: 0;
    color: #1948CC;
    font-family: "Muli";
    font-size: 41px;
    letter-spacing: -0.83px;
    line-height: 48px;
    font-weight: 800;
}

.card-calendar {
    border: 2px solid #0D7FAD;
    border-radius: 16px;
    background-color: #FFFFFF;
}

.card-calendar>span {
    display: block;
    color: #575757;
    font-family: "Muli";
    font-weight: 800;
    font-size: 12px;
    letter-spacing: -0.06px;
    line-height: 32px;
    text-align: center;
}

.card-calendar>p strong {
    font-weight: bold;
}

.card-dates {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 24px 20px;
}

.card-dates div {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 126px;
    width: 126px;
    border-radius: 16px;
    background: linear-gradient(180deg, #4CC3F2 0%, #0D7FAD 100%);
}

.card-dates div>span {
    display: block;
    text-align: center;
    margin-bottom: 7px;
}

.card-dates__medium {
    color: #FFFFFF;
    font-family: Muli;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 25px;
    text-align: center;
}

.card-dates__large {
    color: #FFFFFF;
    font-family: Muli;
    font-size: 40px;
    letter-spacing: -0.1px;
    line-height: 25px;
    text-align: center;
}

.card-dates__small {
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 25px;
    text-align: center;
}

.card-calendar a {
    display: block;
    height: 60px;
    width: 196px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    border-radius: 30px;
    background-color: #EC6D12;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}


/* Cards colors */


/* Blue */

.card-calendar--blue.card-calendar h6,
.card-calendar--blue.card-calendar>p span {
    color: #0D7FAD;
}

.card-calendar--blue.card-calendar {
    border-color: #0D7FAD;
}

.card-calendar--blue .card-dates div {
    background: linear-gradient(180deg, #4CC3F2 0%, #0D7FAD 100%);
}


/* Purple */

.card-calendar--purple.card-calendar h6,
.card-calendar--purple.card-calendar>p span {
    color: #A343D9;
}

.card-calendar--purple.card-calendar {
    border-color: #A343D9;
}

.card-calendar--purple .card-dates div {
    background: linear-gradient(180deg, #BE63F2 0%, #A343D9 100%);
}


/* Card planning */

.card--planning {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #0D7FAD;
    padding: 31px;
    border-radius: 16px;
    background-color: #FFFFFF;
}

.card--planning h6 {
    margin: 0 0 20px 0;
    color: #1948CC;
    font-family: "Muli";
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -0.83px;
    line-height: 48px;
}

.card--planning p {
    color: #494440;
    font-family: Muli;
    font-size: 18px;
    line-height: 28px;
}

.card--planning a {
    display: block;
    height: 60px;
    width: 196px;
    margin-top: 60px;
    border-radius: 30px;
    background-color: #EC6D12;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.card--planning--featured {
    padding: 37px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(25, 72, 204, 0.9) 0%, rgba(13, 127, 173, 0.6) 100%);
}

.card--planning--featured a {
    display: block;
    height: 60px;
    width: 196px;
    margin-top: 60px;
    border-radius: 30px;
    background-color: #fff;
    color: #1948CC;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.card--planning--featured h3 {
    margin: 0;
    color: #1948CC;
    font-family: "Muli";
    font-size: 41px;
    letter-spacing: -0.83px;
    line-height: 48px;
    font-weight: 800;
}


/* Card resources */

.card--resources {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #0D7FAD;
    padding: 31px;
    border-radius: 16px;
    background-color: #FFFFFF;
}

.card--resources__tagged {
    display: block;
    margin-bottom: 4px;
    color: #878787;
    font-family: "Muli";
    font-size: 12px;
    letter-spacing: -0.06px;
    line-height: 32px;
    font-weight: 800;
}

.card--resources__small-post {
    margin-bottom: 25px;
}

.card--resources__small-post h6 {
    margin: 0 0 4px 0;
    color: #1948CC;
    font-family: "Muli";
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 28px;
    font-weight: 800;
}

.card--resources__small-post p {
    margin: 0;
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: -0.07px;
    line-height: 27px;
}

.card--resources a {
    color: #1948CC;
    font-family: "Lucida Grande";
    font-size: 18px;
    line-height: 24px;
}

.card--resources--featured {
    padding: 37px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(216, 61, 65, 0.9) 0%, rgba(242, 76, 76, 0.6) 100%);
}

.card--resources--featured a {
    display: block;
    height: 60px;
    width: 196px;
    margin-top: 60px;
    border-radius: 30px;
    background-color: #fff;
    color: #1948CC;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.card--resources--featured h3 {
    margin: 0;
    color: #1948CC;
    font-family: "Muli";
    font-size: 41px;
    letter-spacing: -0.83px;
    line-height: 48px;
    font-weight: 800;
}

.card--resources--image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #1948CC;
}

.card--resources__foot {
    padding: 16px;
    border-radius: 16px;
    background-color: #FFFFFF;
}

.card--resources__foot span {
    display: block;
    color: #878787;
    font-family: ".SF NS Display";
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 32px;
}

.card--resources__foot h6 {
    margin: 0;
    margin-bottom: 12px;
    color: #1948CC;
    font-family: "Muli";
    font-size: 18px;
    letter-spacing: -0.07px;
    line-height: 28px;
    font-weight: 800;
}

.card--resources__foot a {
    font-family: "Muli";
    font-size: 18px;
    font-weight: 800;
    color: #EC6D12;
    text-decoration: none;
}


/* Headline banner */

.headline-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 424px;
    width: 100%;
    /* background-color: #D8D8D8; */
    background-color: #D83D41;
}

.headline-banner h2 {
    margin: 0;
    color: #123699;
    font-family: "Muli";
    font-size: 48px;
    letter-spacing: -1px;
    line-height: 72px;
    text-align: center;
    font-weight: 800;
}

.headline-banner a {
    display: inline-block;
    height: 60px;
    width: 196px;
    margin-top: 30px;
    border-radius: 30px;
    background-color: #FFFFFF;
    color: #1948CC;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.headline-banner::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    height: 8px;
    width: 100%;
    background: linear-gradient(90deg, #1948CC 0%, #0D7FAD 12.9%, #4CC3F2 26.1%, #A343D9 39.33%, #BE63F2 51.98%, #8FD957 63.23%, #F4D93B 73.83%, #D83D41 82.07%, #EC6D12 90.75%, #EC1111 100%);
}


/* Slider  */

.slide,
.slide-calendars {
    margin: 0 auto;
    padding: 0;
    max-width: 1440vw;
    width: 1100px;
}

.slide-cards .slick-slide {
    outline: none;
}

@media screen and (min-width: 1440px) {
    .slide-cards .slick-list {
        overflow: visible;
    }
    .slide-cards .slick-slide {
        width: 420px !important;
        margin-right: 0px;
    }
    .page-template-template-resources-educators .slide-cards .slick-slide {
        width: 400px !important;
        margin-right: 17px;
    }
}

.slide-cards .slick-dots {
    bottom: -50px;
    right: 0vw;
}

.slide-cards .slick-prev,
.slide-cards .slick-next {
    z-index: 5;
    color: #F4D93B;
    width: 45px;
    height: 45px;
}
.slider-my-events .slick-prev{
    left: 375px;
}
.slider-my-events .slick-next{
    right: 375px;
}
.slider-my-events .slick-dots{
  bottom: -60px;
  right: 0vw;
}

.slick-prev::before,
.slick-next::before {
    color: #F4D93B;
    font-size: 50px;
    opacity: 1;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
    opacity: 0;
}

.slide-cards .slick-prev {
    left: 375px;
}

.slide-cards .slick-next {
    right: 375px;
}


/* Posts */

.wrap-post {
    width: 100%;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

.article-single {
    position: relative;
}

.article-single__group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.article-single__group-left {
    width: 725px;
    /* padding-right: 50px; */
   /* margin: 0px auto;*/
}

.article-single__group-left h6 {
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 0;
}

.article-single__group-left p {
    color: #575757;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 24px;
    margin-bottom: 70px;
}

.drop-single-post {
    position: relative;
    display: block;
    margin-bottom: 68px;
}

.drop-single-post select option {
    color: #1948CC;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
}

.article-single__group-right {
    width: 315px;
}

.article-single .entry-title {
    color: #000000;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 56px;
    margin-bottom: 8px;
    margin-top: 5px;
}


/* .article-single p {
	color: #303030;
	font-family: Roboto;
	font-size: 18px;
	letter-spacing: 0.11px;
	line-height: 30px;
	margin-bottom: 33px;
} */

.article-single h3 {
    color: #123699;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 32px;
    margin-top: 33px;
    margin-bottom: 33px;
}

.article-single p+h3 {
    margin-top: 0;
}

.article-single blockquote {
    margin-top: 61px;
    margin-bottom: 33px;
}

.article-single blockquote p {
    color: #A343D9;
    font-family: 'Roboto';
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 40px;
    margin: 0;
    background: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Article user */

.article-user {
    position: relative;
    display: block;
    /*padding-left: 40px;*/
    padding-bottom: 20px;
    margin-top: 30px;
}

/*.article-user::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    display: block;
    width: 2px;
    height: 100%;
    background: linear-gradient(#1948CC 0%, #e0affb 100%);
}*/

.article-user p {
    color: #000000;
    font-family: Muli;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
}

.article-user img {
    display: block;
    width: 98px;
    height: 98px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.article-user p strong {
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 14px;
}

.article-user p a {
    text-decoration: none;
    color: #1948CC;
}


/* Social Block */

.social-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 35px;
}

.social-block p,
.social-block ul {
    margin: 0;
    list-style-type: none;
}

.social-block p {
    color: #1948CC;
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.social-block ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 240px;
}

.social-block ul li {
    width: 24px;
    margin-left: 8px;
    margin-right: 8px;
}

.social-block ul li img {
    display: block;
    width: 24px;
}

.social-block--border {
    border-bottom: 1px solid #ebebeb;
}

.wrap750 {
    width: 750px;
    margin: 0 auto;
}


/* Footer */

.site-info__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: -0.21px;
    line-height: 60px;
    text-align: center;
}

.site-info__menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.site-info__menu ul li {
    border-left: 2px solid #fff;
}

.site-info__menu span,
.site-info__menu a {
    display: block;
    padding: 0 15px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
}

.img-caption {
    font-size: 14px;
    color: #000;
}

.img-credit {
    font-size: 14px;
    color: #7D7D7D;
}

.content-article {
    width: 800px !important;
    margin: 0px auto;
    box-sizing: border-box;
    width: 731px;
    border-bottom: 1px solid #E8E8E8;
}

.title-article {
    color: #123699;
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: bold;
}

.descrip-article {
    color: #303030;
    font-family: 'Roboto';
    font-size: 18px;
    letter-spacing: 0.11px;
    line-height: 30px;
}

.article-especial-text {
    color: #A343D9;
    font-family: Montserrat;
    font-size: 32px;
    font-style: italic;
    letter-spacing: 0.2px;
    line-height: 40px;
    font-weight: 100;
}

.content-article img.img-article {
    padding: 80px 0px;
}

.title-references {
    color: #123699;
    font-size: 24px;
    font-family: 'Roboto';
    font-weight: bold;
    padding: 50px 0px;
}

.explore-more {
    height: 425px;
    z-index: 1;
    opacity: 0.30;
    background-size: cover;
    background-position: center 75%;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    text-align: center;
}

.bac-more {
    background: linear-gradient(270deg, #D83D41 0%, #A343D9 100%);
    z-index: 1;
}

.Explore-More {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -1.17px;
    line-height: 48px;
    text-align: center;
    padding-top: 20px;
    width: 960px;
    margin: 37px auto;
}

.sign-more {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.07px;
    line-height: 27px;
    text-align: center;
    width: 634px;
    margin: 0px auto;
    padding-bottom: 48px;
}

input.button-subscribe {
    height: 60px;
    width: 198px;
    background-color: #FFFFFF;
    font-weight: 700 !important;
    color: #0065F2;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

.single.single-article .footer-d {
    display: block !important;
}

.video_podcasts-header {
    height: 304px !important;
}

.header-article-img {
    height: 400px;
    z-index: 1;
    opacity: 0.30;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center;
    -webkit-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    text-align: center;
}

.subtitle-article-archive {
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.32px;
    line-height: 60px;
    position: absolute;
    margin-top: 4px;
}

.title-article-archive {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 71px;
    padding-top: 50px;
    margin-bottom: 25px;
}

.back-article {
    background: linear-gradient(90deg, rgba(25, 72, 204, 0.9) 0%, rgba(163, 67, 217, 0.6) 100%);
    z-index: 1;
}

.content-article-archive {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

.img-single-archive {
    width: 20%;
    float: left;
    height: 100%;
    border-left: 8px solid;
    border-image-source: linear-gradient(180deg, #1948CC 0%, #A343D9 100%);
    border-image-slice: 1;
}

.content-single-archive {
    width: 80%;
    float: right;
    height: 100%;
    box-shadow: 0px 5px 7px 0px #bdb8b8;
    padding: 25px 25px;
}

.article-single-archive {
    padding: 25px 0px !important;
    height: 280px !important;
}

.img-single-archive img {
    height: 100%;
    object-fit: cover;
}

.center-title-article {
    margin: 0px auto;
    max-width: 1100px;
    width: 100%;
    text-align: left;
    height: auto;
    position: relative;
    top: 98px;
}

.content-single-archive a {
    color: #1948CC;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 28px;
}

.text-single-archive {
    padding-top: 20px;
    padding-bottom: 30px;
    color: #575757;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: -0.06px;
    line-height: 24px;
    border-bottom: 1px solid #D9D9D9;
}

.wp-pagenavi {
    text-align: right;
    padding: 25px 0px;
}

.slide-grant {
    width: 100%;
    height: 400px;
    position: relative;
}

.img-grant-slide {
    width: 100%;
    height: 304px;
    position: relative;
}

.img-grant-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-database-grant {
    width: 730px;
    margin: 0px auto;
}

.text-grant_ {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 165px;
    margin-top: 82px;
}

.text-grant_ h1 {
    height: 165px;
    width: 626px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -1.29px;
    line-height: 80px;
    margin-top: -10px;
}

.text-grant_ span {
    height: 60px;
    width: 259px;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.32px;
    line-height: 60px;
    line-height: 60px;
}

.rectangle_ {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.rectangle_center {
    width: 100%;
    max-width: 81.1%;
    margin: auto;
}

.rectangle_center a {
    text-decoration: none;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: -0.29px;
    line-height: 60px;
    color: #123699;
}

.rectangle_center i {
    font-weight: 600;
    color: #123699;
    font-size: 12px;
    padding: 0 10px;
}

.grant-database-section {
    max-width: 1100px;
    margin: -15px auto;
    height: 220px;
    text-align: center;
}

.grant-database-section h2 {
    color: #080808;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 48px;
    margin-bottom: 8px;
}

.grant-database-section p {
    color: #080808;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 32px;
}

.search-content-section {
    width: 100%;
    height: auto;
    background-color: #F2F4FA;
}

.search-content-center-section {
    width: 100%;
    max-width: 81.5%;
    margin: auto;
    padding: 60px 0;
}
.search-grant .center-search-grant h3{
  padding-top: 25px;
  margin-bottom: 15px;
  font-family: "Muli Black";
}
.center-search-grant .search-fil ul li h4{
  color: #575757;
  padding-bottom: 5px;
}
.center-search-grant .search-fil .sf-field-taxonomy-audiences_type label{
  padding-bottom: 35px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDDDDD;
}
.center-search-grant .search-fil .searchandfilter ul li{
  padding: 5px 0;
}
.center-search-grant .search-fil .sf-field-reset a{
  padding: 5px 0px;
  border: none;
  box-shadow: none;
}
.search-grant {
    width: 30%;
    float: left;
}

.search-grant h3 {
    color: #000000;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 38px;
    margin: 0;
}

.clearfix {
    clear: both;
}

.result-search {
    width: 70%;
    float: left;
}

.post-item-grant {
    height: 291px;
    width: 791px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
}

.title-post-item {
    color: #0065F2;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 32px;
}

.catg-post-grant {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.05px;
    line-height: 32px;
}

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

.container-video {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto;
    height: 600px;
}

.frame-video iframe {
    height: 240px !important;
}

.container-video-single {
    width: 32.7%;
    float: left;
    height: 100%;
    margin: 3px;
    /* padding: 10px; */
    border-bottom: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 50%);
    border-image-slice: 1;
    box-shadow: 0 0 5px 0px #00000057;
}

.text-video-single {
    padding: 0px 25px;
    margin-top: -12px;
}

.text-video-single span {
    /* padding: 10px; */
    color: #0D7FAD;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 32px;
    text-transform: uppercase;
}

.text-video-single h4 {
    color: #1948CC;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 28px;
    margin-top: 2px;
}

.text-video-single p {
    margin-top: -12px;
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 24px;
}

.text-video-single a {
    text-decoration: none;
}

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


/*Social Block Header*/

.social-block-header {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: rgba(250, 250, 250, 0.94);
}

.social-block-header p,
.social-block-header ul {
    margin: 0;
    list-style-type: none;
}

.social-block-header p {
    color: #1948CC;
    font-family: 'Oswald';
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.social-block-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 240px;
    margin-left: -32px
}

.social-block-header ul li {
    width: 24px;
    margin-left: 8px;
    margin-right: 8px;
}

.social-block-header ul li img {
    display: block;
    width: 24px;
}

.social-block-header--border {
    border-bottom: 1px solid #ebebeb;
}

.container-dana-alliances {
    max-width: 1100px;
    margin: 0px auto;
    width: 100%;
}

.content-sec1 {
    width: 80%;
    float: left;
}

.info-sec1 {
    width: 20%;
    float: right;
}

.content-sec1 h3 {
    color: #0D0D0D;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 48px;
}

.content-sec1 p {
    color: #000000;
    font-family: "Helvetica Neue";
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 32px;
    width: 80%;
}

section.sec1-dana-alliances {
    padding-top: 15px;
}

.info-sec1 div>span {
    color: #A343D9;
    font-family: Montserrat;
    font-size: 66px;
    font-weight: bold;
    letter-spacing: -0.69px;
    line-height: 66px;
    background: -webkit-linear-gradient(#305ad1, #c78ee8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background: linear-gradient(1800deg, rgba(163,67,217,0.6) 0%, rgba(25,72,204,0.9) 100%); */
}

.info-sec1 div>strong {
    color: #0D7FAD;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.info-sec1 div>p {
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    line-height: 27px;
    width: 190px;
}

.bran-initiatives {
    margin-top: -150px;
    position: relative;
    /* z-index: 999; */
}

.european-dana {
    margin-top: -150px;
    position: relative;
    /* z-index: 999; */
}

.page-id-36377 .footer-d {
    display: block !important;
}

.vc_row.wpb_row.vc_row-fluid.bran-initiatives.vc_custom_1559076153106.vc_row-has-fill.vc_column-gap-3.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-o-content-middle.vc_row-flex {
    border-bottom: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 50%);
    border-image-slice: 1;
    padding-bottom: 58px;
    box-shadow: 0px 0px 4px -1px;
}

.vc_row.wpb_row.vc_row-fluid.european-dana.vc_custom_1559078838342.vc_row-has-fill {
    border-bottom: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 50%);
    border-image-slice: 1;
    padding-bottom: 58px;
    box-shadow: 0px 0px 4px -1px;
    margin-bottom: 60px;
}

.title-reuser_section {
    color: #0D0D0D;
    font-family: Roboto;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
    margin: 0;
    padding: 45px 0;
}

.title-reuser_section::after {
    content: "";
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 6px;
    width: 80px;
    background-color: #0065F2;
}

.title-alliances::after {
    content: "";
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 6px;
    width: 80px;
    background: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
}

.content-dana {
    width: 580px;
}

.content-dana h2 {
    color: #1948CC;
    font-family: Montserrat;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -0.79px;
    line-height: 48px;
}

.content-dana h3 {
    color: #0D0D0D;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 48px;
}

.content-dana p {
    color: #303030;
    font-family: Roboto;
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 30px;
}

li#menu-item-26301,
li#menu-item-26301>ul {
    border-bottom: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 50%);
    border-image-slice: 0 0 1 0;
}

li#menu-item-26318,
li#menu-item-26318>ul {
    border-bottom: 8px solid;
    border-image-source: linear-gradient(270deg, #A343D9 0%, #D83D41 100%);
    border-image-slice: 0 0 1 0;
}

li#menu-item-26327,
li#menu-item-26327>ul {
    border-bottom: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #0D7FAD 100%);
    border-image-slice: 0 0 1 0;
}

li#menu-item-26336,
li#menu-item-26336>ul {
    border-bottom: 8px solid;
    border-image-source: linear-gradient(90deg, #0D7FAD 0%, #4A851E 100%);
    border-image-slice: 0 0 1 0;
}

.explore-neuro-icon,
.share-science-icon,
.about-dana-icon,
.funding-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    top: 23px;
}

p.title-menu {
    color: #080808;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 11px 0px;
}

p.title-menu::after {
    content: "\203A";
    font-size: 30px;
    color: #EC6D12;
    position: absolute;
    font-weight: 100;
    margin: -3px 10px;
}

p.subtitle-menu::before {
    content: "\203A";
    font-size: 20px;
    color: #EC6D12;
    font-weight: 100;
    margin: -7px 10px 0px 0px;
}

p.subtitle-menu {
    color: #1948CC;
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

ul.ubermenu-submenu.ubermenu-submenu-id-26319.ubermenu-submenu-type-auto.ubermenu-submenu-type-stack {
    margin-top: -18px;
}

ul.ubermenu-submenu.ubermenu-submenu-id-37323.ubermenu-submenu-type-auto.ubermenu-submenu-type-stack {
    margin-top: -18px;
}

.ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
    color: #575757;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
}

.title2-menu {
    color: #0D7FAD;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;
}

.contact-member {
    position: relative;
    display: block;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.contact-member::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -40px;
    display: block;
    width: 2px;
    height: 100%;
    background: linear-gradient(#1948CC 0%, #e0affb 100%);
}

strong.contact-us {
    color: #1948CC;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 32px;
}

section.contact-container {
    line-height: 1px;
    margin-top: 30px;
}

section.contact-container p {
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: -0.07px;
}

.title-member {
    color: #0D0D0D;
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
}

.title-member::after {
    content: "";
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 6px;
    width: 80px;
    background: linear-gradient(270deg, rgba(13, 127, 173, 0.6) 0%, rgba(25, 72, 204, 0.9) 100%);
}

.page-template-template-member .slide-cards .slick-slide,
.page-template-template-honor .slide-cards .slick-slide,
.page-template-template-leadership .slide-cards .slick-slide,
.page-template-template-alliance-members .slide-cards .slick-slide {
    width: 360px !important;
    margin-right: 25px;
}

.page-template-template-member .card-recommended-posts,
.page-template-template-honor .card-recommended-posts,
.page-template-template-leadership .card-recommended-posts,
.page-template-template-alliance-members .card-recommended-posts {
    position: relative;
    height: 528px;
    width: 370px;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-position: center;
}

.page-template-template-member .card-recommended-posts__content,
.page-template-template-honor .card-recommended-posts__content,
.page-template-template-leadership .card-recommended-posts__content,
.page-template-template-alliance-members .card-recommended-posts__content {
    padding: 24px;
    background-color: #fff0;
    background: linear-gradient(180deg, rgba(25, 72, 204, 0.9) 0%, rgba(163, 67, 217, 0.6) 100%);
    height: 100%;
    width: 100%;
}

.page-template-template-member .card-recommended-posts h5,
.page-template-template-honor .card-recommended-posts h5,
.page-template-template-leadership .card-recommended-posts h5,
.page-template-template-alliance-members .card-recommended-posts h5 {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.67px;
    line-height: 40px;
}

.page-template-template-member .card-recommended-posts p,
.page-template-template-honor .card-recommended-posts p,
.page-template-template-leadership .card-recommended-posts p,
.page-template-template-alliance-members .card-recommended-posts p {
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.page-template-template-member .card-recommended-posts--plain::after,
.page-template-template-honor .card-recommended-posts--plain::after,
.page-template-template-leadership .card-recommended-posts--plain::after,
.page-template-template-alliance-members .card-recommended-posts--plain::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 8px;
    background: none;
}

input.button-find-more {
    border-radius: 4px;
    color: #1948CC;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    background-color: #F5F8FF;
    top: ;
    width: 336px;
    position: absolute;
    bottom: 50px;
}

.page-template-template-member .slide--more-posts .slick-dots li,
.page-template-template-honor .slide--more-posts .slick-dots li,
.page-template-template-leadership .slide--more-posts .slick-dots li,
.page-template-template-alliance-members .slide--more-posts .slick-dots li {
    width: 20px !important;
}

.page-template-template-member .slide--more-posts .slick-dots li button,
.page-template-template-honor .slide--more-posts .slick-dots li button,
.page-template-template-leadership .slide--more-posts .slick-dots li button,
.page-template-template-alliance-members .slick-dots li button {
    height: 16px;
    width: 16px;
    padding: 0;
    border-radius: 10px;
    background-color: #B5DFF5;
}

.page-template-template-member .slide--more-posts .slick-dots li.slick-active button,
.page-template-template-honor .slide--more-posts .slick-dots li.slick-active button,
.page-template-template-leadership .slide--more-posts .slick-dots li.slick-active button,
.page-template-template-alliance-members .slide--more-posts .slick-dots li.slick-active button {
    background: linear-gradient(180deg, #A343D9 0%, #D83D41 100%);
}

.page-template-template-member .wpb_text_column,
.page-template-template-honor .wpb_text_column,
.page-template-template-leadership .wpb_text_column,
.page-template-template-alliance-members .wpb_text_column {
    width: 700px !important;
    margin: 0px auto;
}

.container-resources-educators {
    max-width: 1100px;
    margin: 0px auto;
    width: 100%;
}

.col-left-educators.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 730px;
    float: left;
}

.col-rigth-educators.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 318px;
    float: right;
    border-top: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
    border-image-slice: 1;
    box-shadow: 0px 0px 4px -2px #000;
    margin-top: 30px;
    margin-bottom: 40px;
}

.col-rigth-educators.wpb_column.vc_column_container.vc_col-sm-6 h2 {
    color: #1948CC;
    font-family: Montserrat;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -0.79px;
    line-height: 48px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.col-rigth-educators.wpb_column.vc_column_container.vc_col-sm-6 p {
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.07px;
    line-height: 27px;
}

.col-left-educators.wpb_column.vc_column_container.vc_col-sm-6 h2 {
    color: #0D0D0D;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 48px;
}

.col-left-educators.wpb_column.vc_column_container.vc_col-sm-6 p {
    color: #000000;
    font-family: "Helvetica Neue";
    font-size: 18px;
    letter-spacing: 0.11px;
    line-height: 32px;
}

.classroom-material {
    background-color: #F2F4FA;
}

.classroom-material_ {
    background-color: #fff;
}

section.section1-material {
    max-width: 1100px;
    margin: 0px auto;
    width: 100%;
}

.sub-title-material {
    color: #0D0D0D;
    font-family: Montserrat;
    font-size: 28px;
    letter-spacing: -0.3px;
    line-height: 48px;
}

.sub-title-material span {
    color: #0D0D0D;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: -0.3px;
    line-height: 48px;
}

.card-recommended-posts-resources {
    position: relative;
    height: 330px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-left: 8px solid;
    border-image-source: linear-gradient(0deg, rgba(216, 61, 65, 0.6) 0%, rgba(163, 67, 217, 0.9) 100%);
    border-image-slice: 1;
}

input.button-download-material {
    height: 48px;
    width: 204px;
    border-radius: 4px;
    background-color: #EC6D12;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    bottom: -45px;
    background-image: url('https://dana.org/wp-content/themes/dana/images/pdf.png');
    background-size: 22px 20px;
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 12px;
}

.color_download_ {
    background-color: #1948CC!important;
}

.single-cat-material {
    color: #0D7FAD;
    font-family: Roboto;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 32px;
    margin: 0;
}

.title-material-single {
    color: #1948CC;
    font-family: Roboto;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -0.08px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 25px;
}

.content-material {
    color: #575757;
    font-family: Roboto;
    font-size: 18px;
    letter-spacing: -0.06px;
    height: 65px;
    line-height: 24px;
}

.card-recommended-posts-resources input {
    display: block;
    margin: 0px auto;
}

.search-fil ul li h4 {
    color: #123699;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.searchandfilter ul {
    margin: 0;
    padding: 0;
}

.sf-input-select,
.sf-input-text {
    height: 41px;
    width: 253px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1.5px solid #0D7FAD !important;
    color: #080808;
    font-family: Roboto;
    font-size: 14px;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-left: 20px;
}

.sf-field-submit input {
    margin-top: 30px;
    height: 48px;
    width: 255px;
    background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.sf-field-reset a {
    height: 48px;
    width: 257px;
    border: 1px solid #B8B8B8;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    color: #1948CC;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    padding: 10px 106px;
}

.content-search-pdf .searchandfilter ul li {
    display: inline-block;
    padding: 00px 0px;
    margin: 0;
    padding-right: 20px;
}

.content-search-pdf .sf-field-search {
    float: right;
}

.content-search-pdf {
    height: 173px;
}

.content-search-pdf .sf-input-select,
.content-search-pdf .sf-input-text {
    height: 41px;
    width: 253px;
    border-bottom: 1px solid #080808 !important;
    background-color: #E4F6FF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #0D7FAD;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-left: 20px;
}

.video-content-resources {
    width: 100%;
    height: 530px;
}

.container-video-resources {
    width: 100%;
    height: 100%;
}

.center-container-videos {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    height: 100%;
    padding: 50px 0;
}

.con-vid-1 {
    width: 50%;
    height: 100%;
    float: left;
}

.con-vid-1 iframe {
    width: 100%;
    height: 100%;
}

.text-vid {
    width: 100%;
    max-width: 95%;
    margin: auto;
}

.text-vid h3 {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -0.57px;
    line-height: 40px;
}

.text-vid p {
    color: #FFFFFF;
    font-family: 'IBM Plex Sans' font-size: 18px;
    letter-spacing: 0.09px;
    line-height: 26px;
}

.page-template-page-home .card-recommended-posts__content {
    height: 115px;
}

.page-template-page-home .home-more-to-explore {
    width: 100%;
    height: 36vw;
    float: left;
    margin: 0;
}

.page-template-page-home .home-item-explore-more {
    width: calc(98.5vw / 4);
    float: left;
}

.center-center-explore.cart-style2 p {
    color: #0D7FAD;
    font-family: Roboto;
    font-size: 1vw;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 2vw;
    padding-top: 1.1vw;
}

.center-center-explore.cart-style2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.center-center-explore.cart-style2 ul li {
    color: #1948CC;
    font-family: Roboto;
    font-size: 1.2vw;
    line-height: 1.6vw;
    padding: 0.9vw 0px;
}

.back2 {
    background: linear-gradient(180deg, rgba(13, 127, 173, 0.9) 0%, rgba(74, 133, 30, 0.6) 100%) !important;
}

.back3 {
    background: linear-gradient(180deg, rgba(25, 72, 204, 0.9) 0%, rgba(13, 127, 173, 0.6) 100%) !important;
}

.page-template-template-member .footer-d,
.page-template-template-honor .footer-d,
.page-template-template-leadership .footer-d,
.page-template-template-alliance-members .footer-d,
.page-template-page-home .footer-d {
    display: block !important;
    margin-top: 40px;
}

.single-article-social-block-end {
    padding: 50px 0px;
    border-top: 0.5px solid #D9D9D9;
    border-bottom: 0.5px solid #D9D9D9;
}

.content-video {
    background-color: #F2F4FA;
    padding-top: 40px;
}

.page-template-template-resources-educators .resources-educators-back1 {
    background: linear-gradient(270deg, rgba(216, 61, 65, 0.6) 0%, rgba(163, 67, 217, 0.9) 100%) !important;
}

.page-template-template-resources-educators .slide--more-posts .slick-dots li button {
    height: 10px;
    width: 10px;
}

.content-subscribe {
    max-width: 1100px;
    width: 100%;
    margin: 0px auto;
}

.subscribe-left {
    width: 730px;
    float: left;
}

.subscribe-rigth-box {
    float: right;
    height: 271px;
    width: 317px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    border-top: 8px solid;
    border-image-source: linear-gradient(90deg, #123699 0%, #1948CC 100%);
    border-image-slice: 1;
    margin-bottom: 50px;
    padding: 0px 30px;
}

.subscribe-rigth-box h3 {
    color: #1948CC;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 32px;
}

.subscribe-rigth-box p {
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: -0.07px;
    line-height: 27px;
}

.subscribe-left p {
    color: #000000;
    font-family: "Helvetica Neue";
    font-size: 18px;
    letter-spacing: 0.11px;
    line-height: 32px;
}

.info-subscribe {
    width: 730px;
    float: left;
}

.news-alert p {
    width: 586px;
    float: right;
    margin-top: -20px;
    color: #575757;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: -0.06px;
    line-height: 24px;
}

.news-alert h2 {
    float: right;
    width: 586px;
    color: #1948CC;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.08px;
    line-height: 28px;
}

.cerebrum-alert p {
    width: 586px;
    float: right;
    margin-top: -20px;
    color: #575757;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: -0.06px;
    line-height: 24px;
}

.cerebrum-alert h2 {
    float: right;
    width: 586px;
    color: #1948CC;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.08px;
    line-height: 28px;
}

.news-alert {
    width: 730px;
    height: 140px;
}

.cerebrum-alert {
    width: 730px;
    height: 200px;
}

.news-alert img {
    width: 40px;
    padding-top: 9px;
    margin-left: 75px;
}

.cerebrum-alert img {
    width: 40px;
    padding-top: 9px;
    margin-left: 75px;
}

.form-subscribe {
    background-color: #E4F6FF;
    width: 730px;
    height: 210px;
    margin-bottom: 50px;
    padding: 35px;
}

.form-subscribe p {
    display: -webkit-inline-box;
    margin-left: 18px;
}

.text-emial-subscribe {
    height: 72px;
    width: 634px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    color: #0D7FAD !important;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.button-emial-subscribe {
    height: 72px;
    width: 168px;
    background-color: #D95A00 !important;
    color: #FFFFFF !important;
    font-family: Roboto;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 20px !important;
    text-align: center;
    position: absolute;
    left: 733px;
}

.form-subscribe a {
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 12px;
}


/* Icon 1 */

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 27px;
    height: 20px;
    position: absolute;
    right: 20px;
    float: right;
    margin: 0px auto;
    top: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #3e65d4;
    border-radius: 20px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
    width: 70%;
    float: right;
    position: initial;
}

#nav-icon1 span:nth-child(2) {
    top: 9px;
}

#nav-icon1 span:nth-child(3) {
    top: 15px;
    float: right;
    width: 70%;
    position: relative;
    height: 4px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    position: inherit;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
    top: 9px;
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
    top: 9px;
}

.search-top img {
    width: 14px;
    height: 14px;
}

li.search-top {
    height: 40px;
    padding-top: 13px;
    width: 40px;
    background-color: #1948CC;
    margin-left: 0px;
    padding-left: 15px;
}

.ubermenu-content-block {
    margin-top: -30px !important;
}

.ubermenu-submenu-id-26301 .ubermenu-item .ubermenu-target {
    padding-top: 30px;
}

#menu-item-26313>a {
    border-top: 1px solid #ddd;
    margin: 0px 22px;
    padding: 20px 0px;
}

#menu-item-26302 {
    padding-bottom: 25px;
}

#menu-item-37323 {
    margin-top: -56px;
}

.ubermenu-submenu-id-26302 li>a {
    padding-left: 1px !important;
}

.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target {
    padding-top: 12px !important;
}

.content-home-primary .wrap-slide--mbottom0 {
    margin-top: -20px;
}

.button-go-to-page {
    height: 60px;
    width: 175px;
    border-radius: 4px!important;
    background-color: #F5F8FF!important;
    color: #1948CC!important;
    font-family: Roboto;
    font-size: 22px!important;
    font-weight: 500;
    line-height: 24px!important;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 0;
    /* right: 0; */
    margin: auto;
    cursor: pointer;
}

.info-bottom-home {
    padding: 40px 0px !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    color: #bfbfbf;
    right: 5px!important;
    font-size: 15px;
    top: 53%!important;
}

section#search-top-1 {
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 320px;
    background-color: #fff;
    padding: 10px 30px;
}

.search-sec1-header ul li {
    list-style: none;
    margin-right: 0;
    padding-right: 0;
    color: #0065F2;
    font-family: "Helvetica Neue";
    font-size: 12px;
    line-height: 20px;
}

.search-sec1-header ul {
    padding: 0;
    margin: 0;
}

.content-search-top section>h3 {
    color: #0065F2;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.content-search-top section>h2 {
    color: #4A4A4A;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.content-search-top section>h4 {
    color: #4A4A4A;
    font-family: "Helvetica Neue";
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
}

.content-search-top section>h3::after {
    content: "\203A";
    font-size: 15px;
    color: #0065F2;
    position: absolute;
    font-weight: 100;
    margin: 0px 7px;
}

.content-search-top section>p {
    color: #4A4A4A;
    font-family: "Helvetica Neue";
    font-size: 12px;
    line-height: 20px;
}

#search-top-1 .sf-field-search input {
    background-color: #E4F6FF;
    color: #080808;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
}

span.close-search-top {
    width: 40px;
    height: 40px;
    background-color: red;
    color: #fff;
    padding: 5px 13px;
    font-weight: bold;
    position: absolute;
    left: -40px;
    font-size: 17px;
    top: 0;
}

.search-sec1-header {
    padding-bottom: 20px;
    padding-top: 12px;
    border-bottom: 1px solid #D4E2F7;
}

.search-pyh-header {
    padding-bottom: 20px;
    padding-top: 12px;
    border-bottom: 1px solid #D4E2F7;
}

.search-grant-header {
    padding-top: 12px;
}

.button-brain-basic-content>input {
    border-radius: 4px;
    background-color: #F5F8FF;
    color: #1948CC;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: 35px;
}

.button-brain-basic-content {
    text-decoration: none;
}

.button-download-visit.color_download_ {
    width: 204px;
    border-radius: 4px;
    background-color: #1948CC;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    height: 48px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background-image: url('https://dana.org/wp-content/themes/dana/images/enlace.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 13px;
}

.page-template-template-resources-educators .footer-d {
    display: block;
    margin-top: 35px;
}

.tax-post_types.term-qa.term-376 .footer-d {
    display: block !important;
}

.post-type-archive-videos_and_podcasts .footer-d {
    display: block !important;
}

.mail-to {
    color: #1948CC;
    text-decoration: none;
}

.single_ {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}

.staff-content p {
    margin-top: -14px;
}

p.descrip-new-mem {
    margin-top: -20px;
    margin-bottom: 35px;
}

.page-template-template-alliance-initiative .slide-cards-alliance-initiative .slick-next {
    right: 21px;
    top: 47%;
}

.learn-more-dana-alliances {
    height: 48px;
    width: 350px;
    background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
    color: #FFFFFF;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

/*.sf-field-taxonomy-audience label::after,*/
.sf-field-taxonomy-language label::after,
.sf-field-category label::after {
    content: "\203A";
    font-size: 30px;
    color: #EC6D12;
    position: absolute;
    z-index: 99999;
    font-weight: 100;
    margin: -43px 235px;
    transform: rotate(90deg);
}

.searchandfilter select.sf-input-select {
    -webkit-appearance: none;
}

.sf-field-taxonomy-grant_category label::after,
.sf-field-post-meta-program label::after,
.sf-field-post-meta-date_funded label::after {
    content: "\203A";
    font-size: 30px;
    color: #EC6D12;
    position: absolute;
    z-index: 99999;
    font-weight: 100;
    margin: -43px 235px;
    transform: rotate(90deg);
}

select#drop-brain {
    height: 48px;
    width: 336px;
    background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    padding-left: 24px;
    /* right: initial; */
}

.content-text-item3-about-brain ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: px 20px;
}

.content-text-item3-about-brain ul li {
    padding: 10px 0px;
    color: #1948CC;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    text-indent: -14px;
    padding-left: 14px;
}

.content-text-item3-about-brain ul li::before {
    content: "\203A";
    font-size: 20px;
    color: #1948cc;
    font-weight: 100;
    margin: -7px 10px 0px 0px;
}

.lading-page-video,
.lading-page-pdf {
    height: 530px !important;
    width: 31.9% !important;
    float: left !important;
    position: relative;
    margin: 0px 0px 9px 15px !important;
}

.lading-page-video .frame-video {
    display: -webkit-box;
}

.lading-page-video .frame-video iframe {
    width: 350px !important;
}

.button-glosary-content input {
    height: 60px;
    width: 100%;
    border-radius: 4px;
    background-color: #1948CC;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.style3-text {
    overflow: auto;
    height: 130px;
}

h1.page-title-err {
    text-align: center;
    font-family: Montserrat;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -1.17px;
    text-align: center;
    padding-top: 20px;
}

.explore-more.footer {
    height: 352px;
}

article#post-47650 {
    width: 1100px;
    margin: 0px auto;
}

span.close-search-top img {
    width: 14px;
    height: 14px;
    margin-top: 8px;
}

select#drop-brain option {
    color: #1948CC;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    padding: 500px 66px 500px !important;
}

.entry-title-page-default {
    color: #000000;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 56px;
    margin-bottom: 8px;
    margin-top: 5px;
}

.image-content-img {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
}

.sub-content-item-3 {
    border-bottom: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
    border-image-slice: 1;
}

a.button-subscribe {
    text-decoration: none;
    color: #0065F2;
    font-family: "Helvetica Neue";
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 19px 60px;
}

.title-video-podcast {
    top: 80px !important;
}

.item-grant-center {
    position: relative;
    width: 100%;
    max-width: 726px !important;
    margin: auto;
}

.title-post-item {
    height: 64px;
    margin-top: 0px !important;
}

.primary-investigator {
    height: 24px;
}

.item-grant-center {
    padding: 17px 0 !important;
}

.institution-name-grant {
    margin-top: -4px !important;
    margin-bottom: 8px !important;
}

.primary-investigator {
    margin-bottom: 6px !important;
}

.slide-pdf {
    height: 434px !important;
}

select#drop-handouts {
    color: #FFFFFF;
    font-family: "Muli Black";
    font-size: 20px;
    line-height: 20px;
    height: 60px;
    width: 375px;
    background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.slide-alliance-initiative_ {
    height: 452px !important;
}

.item-background-more-explore {
    padding: 24px;
    background-color: #fff0;
    background: linear-gradient(180deg, rgba(25, 72, 204, 0.9) 0%, rgba(163, 67, 217, 0.6) 100%);
    height: 100%;
    width: 100%;
}

a.btn-more-item {
    height: 60px;
    width: 100%;
    border-radius: 4px;
    background-color: #F5F8FF;
    color: #1948CC;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    padding: 18px;
    position: absolute;
    bottom: 9px;
}

.img-grant-slide-alliance {
    width: 100%;
    height: 452px;
    position: relative;
}

.gradient-alliance {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(163, 67, 217, 0.6) 0%, rgba(25, 72, 204, 0.9) 100%);
}

.text-alliance_ h1 {
    width: 626px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 64px;
}

.text-alliance_ {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 156px;
}

.img-grant-slide-alliance img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-item-latest {
    padding: 15px 13px !important;
}

.page-current {
    height: 36px;
    width: 56px;
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
    box-shadow: inset 0 1px 3px 0 rgba(153, 153, 153, 0.5), 0 1px 1px 0 rgba(221, 221, 221, 0.5);
    text-align: center;
    padding: 7px 22px;
}

.paginacion_ {
    color: #4A4A4A;
    font-family: "Helvetica Neue";
    font-size: 14px;
    line-height: 16px;
    left: 33px;
    position: relative;
    top: -12px;
}

.post-type-archive-pdf .wp-pagenavi {
    float: none;
    display: inline-block;
    font-family: "Helvetica Neue";
}

.total-page {
    color: #4A90E2;
    font-family: "Helvetica Neue";
    font-size: 14px;
    line-height: 16px;
}

.img-prev {
    height: 36px;
    width: 36px;
    border: 0.5px solid #BBBBBB;
    border-radius: 0 4px 4px 0;
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.5);
    background-image: url(https://dana.org/wp-content/uploads/2019/06/arrow-.png);
    background-repeat: no-repeat;
    background-position: 13px;
    background-size: 8px;
    transform: rotate(180deg);
    position: relative;
    right: 70px;
    top: -11px;
    opacity: 0.6;
}

.img-next {
    height: 36px;
    width: 36px;
    border: 0.5px solid #BBBBBB;
    border-radius: 0 4px 4px 0;
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 0 rgba(221, 221, 221, 0.5);
    background-image: url(https://dana.org/wp-content/uploads/2019/06/arrow.png);
    background-repeat: no-repeat;
    background-position: 13px;
    background-size: 8px;
    top: -11px;
    z-index: 9999;
    position: relative;
    opacity: 0.6;
    margin-left: 50px;
}

span.text-p {
    width: 52px;
    margin-left: 12px;
    text-align: left;
}

span.pages {
    position: absolute;
    left: -35px;
    top: 20px;
}

.post-type-archive-grant .pagenavi-grant {
    float: none;
    display: inline-flex !important;
}

.wp-pagenavi {
    position: relative;
}

.image-content-item-1.home-item,
.item-post-pdf.home-item,
.container-video-single.lading-page-video.home-item {
    width: 400px !important;
    height: 530px;
    float: left;
    position: relative;
    margin: 0px 0px 9px 15px;
}

.title-section-explore_::after {
    content: '';
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 8px;
    background-color: #4CC3F2;
}


/* Grant */

.article-single-grant {
    padding-bottom: 60px;
}

.article-single-grant .breadcrumbs a {
    color: #575757;
    font-family: 'Roboto';
}

.contain-grant {
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

.contain-grant h1 {
    margin-top: 50px;
    margin-bottom: 40px;
    color: #000000;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 48px;
}

.grant-statistics {
    position: relative;
    margin-bottom: 75px;
    padding-bottom: 25px;
    border-bottom: 1px solid #1948CC;
    ;
}

.grant-statistics--keywords {
    border-bottom: 0;
    /* margin-bottom: 0; */
    padding-bottom: 0;
}

.grant-statistics--keywords h2 {
    margin-top: 0;
    margin-bottom: 23px;
    color: #000000;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 32px;
}

.grant-statistics h5 {
    margin-bottom: 0;
    margin-bottom: 0;
    color: #1948CC;
    font-family: Roboto;
    font-size: 18px;
    line-height: 28px;
}

.grant-statistics p {
    margin-bottom: 19px;
    color: #272634;
    font-family: Roboto;
    font-size: 16px;
    line-height: 28px;
}

.grant-statistics p:last-child {
    margin-bottom: 0;
}

.grant-statistics p a {
    color: #1948CC !important;
    text-decoration: none;
}

.grant-statistics h6 {
    margin-bottom: 0;
    color: #878787;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 14px;
}


/* Summary */

.grant-summary {
    position: relative;
    margin-bottom: 56px;
    padding-bottom: 55px;
}

.grant-summary h2 {
    margin-top: 0;
    margin-bottom: 23px;
    color: #000000;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 32px;
}

.grant-summary h5 {
    margin-top: 0;
    margin-bottom: 28px;
    color: #0D7FAD;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.11px;
    line-height: 30px;
}

.grant-summary--hyphotesis h5 {
    margin-bottom: 16px;
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.11px;
    line-height: 30px;
}

.grant-summary p {
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 30px;
}

.grant-summary p:last-child {
    margin-bottom: 0;
}


/* Biographies */

.grant-biographies {
    position: relative;
    margin-bottom: 47px;
}

.grant-biographies h2 {
    margin-bottom: 32px;
    color: #000000;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 32px;
}

.grant-biographies__block {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #DDDDDD;
}

.grant-biographies__block:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.grant-biographies__block h2,
.grant-biographies__block strong {
    position: relative;
    margin: 0 0 9px 0;
    color: #1948CC;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.grant-biographies__block strong {
    display: block;
    margin-bottom: 18px;
}

.grant-biographies__block h2 a {
    position: absolute;
    top: 0;
    right: 30px;
    display: inline-block;
    color: #1948CC !important;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 24px;
}

.grant-biographies__block p {
    width: 100%;
    max-width: 596px;
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 30px;
}

.grant-biographies__block p:last-child {
    margin-bottom: 0;
}


/* Publications */

.grant-publications {
    position: relative;
    margin-bottom: 56px;
}

.grant-publications h2 {
    margin-top: 0;
    margin-bottom: 24px;
    color: #000000;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 32px;
}

.grant-publications p {
    color: #000000;
    font-family: Roboto;
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 30px;
}

.grant-publications p a {
    color: #1948CC !important;
    text-decoration: none;
}

.bottom-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 55px;
    border-bottom: 1px solid #DDDDDD;
}

.bottom-links a {
    color: #1948CC;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.bottom-links a img {
    display: inline-block;
    vertical-align: sub;
}

.container-video-single.home-card-video.home-item {
    position: relative;
    height: 528px;
    width: 400px;
    margin: 0px 0px 9px 15px;
}

.card-recommended-posts__content.single-grant-style-1 {
    height: 88px;
    width: 368px;
    background-color: #FFFFFF;
    border-top: 8px solid;
    border-image-source: linear-gradient(270deg, #4CC3F2 0%, #1948CC 100%);
    border-image-slice: 1;
    padding: 10px;
}

.card-recommended-posts__content.single-grant-style-2 {
    height: auto;
    border-top: 8px solid;
    border-image-source: linear-gradient(270deg, #4CC3F2 0%, #1948CC 100%);
    border-image-slice: 1;
}

.card-recommended-posts__content.single-grant-style-3 {
    border-bottom: 8px solid;
    border-image-source: linear-gradient(270deg, #4CC3F2 0%, #1948CC 100%);
    border-image-slice: 1;
}

.card-recommended-posts__content.single-article-style-1 {
    height: 88px;
    width: 368px;
    background-color: #FFFFFF;
    border-top: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
    border-image-slice: 1;
    padding: 10px;
}

.card-recommended-posts__content.single-article-style-2 {
    height: auto;
    border-top: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
    border-image-slice: 1;
}

.card-recommended-posts__content.single-article-style-3 {
    border-bottom: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 100%);
    border-image-slice: 1;
}

ul.slide.slide--more-posts.single-grant.slick-initialized.slick-slider.slick-dotted .slick-dots li button,
ul.slide.slide--more-posts.single-article.slick-initialized.slick-slider.slick-dotted .slick-dots li button {
    height: 3px;
    width: 72px;
    background-color: #B8B8B8;
    border-radius: 0px;
    padding: 0;
}

ul.slide.slide--more-posts.single-grant.slick-initialized.slick-slider.slick-dotted .slick-dots li,
ul.slide.slide--more-posts.single-article.slick-initialized.slick-slider.slick-dotted .slick-dots li {
    width: 68px;
}

ul.slide.slide--more-posts.single-grant.slick-initialized.slick-slider.slick-dotted .slick-dots li.slick-active button,
ul.slide.slide--more-posts.single-article.slick-initialized.slick-slider.slick-dotted .slick-dots li.slick-active button {
    background-color: #549BFF !important;
    background: none;
}

a.link-single-grant {
    color: #878787;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.07px;
    line-height: 32px;
    text-decoration: none;
    text-transform: uppercase;
}

.card-recommended-posts__content.gradient-style {
    padding: 24px;
    background-color: #fff0;
    background: linear-gradient(180deg, rgba(74, 133, 30, 0.9) 0%, rgba(143, 217, 87, 0.6) 100%);
    height: 100%;
    border-radius: 16px;
    width: 100%;
}

.card-recommended-posts__content h5 span {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 40px;
    letter-spacing: -0.83px;
    line-height: 48px;
    background-color: #FAFAFA;
    padding: 0 20px;
}

.card-recommended-posts__content.gradient-style-2 {
    padding: 24px;
    background-color: #fff0;
    height: 100%;
    border-radius: 16px;
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 72, 204, 0.9) 0%, rgba(13, 127, 173, 0.6) 100%);
}

.card-recommended-posts__content.gradient-style-3 {
    padding: 24px;
    background-color: #fff0;
    height: 100%;
    border-radius: 16px;
    width: 100%;
    background: linear-gradient(180deg, rgba(216, 61, 65, 0.9) 0%, rgba(242, 76, 76, 0.6) 100%);
}

.card-recommended-posts__content.gradient-style-5 {
    padding: 24px;
    background-color: #fff0;
    height: 100%;
    border-radius: 16px;
    width: 100%;
    background: linear-gradient(0deg, rgba(236, 109, 18, 0.6) 0%, rgba(217, 90, 0, 0.9) 100%);
}

.card-recommended-posts__content.gradient-style p {
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.title2-slider-single {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 40px;
    letter-spacing: -0.83px;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 15px;
}

.content-single-slider {
    color: #494440;
    font-family: Muli;
    font-size: 18px;
    line-height: 28px;
}

.card-recommended-posts__content.gradient-style-4 {
    padding: 24px;
    background-color: #fff0;
    height: 100%;
    border-radius: 16px;
    width: 100%;
    background: linear-gradient(180deg, rgba(163, 67, 217, 0.9) 0%, rgba(190, 99, 242, 0.6) 100%);
}

.btn-call-to-action {
    display: block;
    height: 60px;
    width: 196px;
    border-radius: 30px;
    background-color: #fff;
    color: #1948CC;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 40px;
}

.btn-call-to-action i {
    color: #EC6D12;
}

.card-recommended-posts.card-recommended-posts--plain.style-border {
    height: 518px;
    max-width: 400px;
    border: 2px solid #1948CC;
    border-radius: 16px;
    background-color: #FFFFFF;
    width: auto;
}

@-moz-document url-prefix() {
    .sf-field-taxonomy-grant_category label::after,
    .sf-field-post-meta-program label::after,
    .sf-field-post-meta-date_funded label::after {
        -moz-margin-start: -20px;
        margin-top: -1px;
    }
    .sf-field-taxonomy-audience label::after,
    .sf-field-taxonomy-language label::after,
    .sf-field-category label::after {
        margin: 0;
        margin-left: -16px;
    }
}

span.total-grant {
    color: #000000;
    font-family: "Helvetica Neue";
    font-size: 12px;
    letter-spacing: -0.05px;
    line-height: 18px;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-id-26301 {
    width: 784px !important;
    min-width: 500px;
}

.ubermenu .ubermenu-submenu.ubermenu-submenu-id-26318 {
    width: 350px !important;
    min-width: 350px;
}

.ubermenu .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-id-26318,
.ubermenu .ubermenu-in-transition>.ubermenu-submenu.ubermenu-submenu-id-26318 {
    padding: 10px 10px 20px 20px !important;
}

picture.img-slider-style2 img {
    height: 198px;
    width: 196px;
    border: 1px solid #5978D2;
    box-shadow: 0 4px 8px 0 #B8B8B8;
    margin: auto auto 55px;
}

.card-recommended-posts__content.img-back-style {
    height: 144px;
    width: 100%;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.img-back-style span {
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 14px;
    letter-spacing: -0.07px;
    line-height: 32px;
}

.img-back-style h5 {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 18px;
    letter-spacing: -0.07px;
    line-height: 28px;
}

img.video-single-- {
    height: 225px !important;
    margin-bottom: 15px;
}

.style-border span {
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 14px;
    letter-spacing: -0.07px;
    line-height: 32px;
    /* padding-top: 12px; */
}

.title2-video-single {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.text_become {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    top: 167px;
    left: 0;
    right: 0;
    margin: auto;
}

.text_become span {
    width: 251px;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 48px;
    height: 48px;
    width: 300px;
    background-color: #1948CC;
    padding: 10px 25px;
    margin: 0;
}

.text_become h1 {
    margin: 0;
    padding: 0px 25px;
    height: 88px;
    width: 538px;
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 56px;
    letter-spacing: -1px;
    margin-bottom: 50px;
    line-height: 72px;
    padding-top: 0;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

a.btn-register-become {
    border-radius: 30px;
    background-color: #EC6D12;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    padding: 19px 34px;
}

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

.container-week {
    /* height: 428px; */
    max-width: 1110px;
    border: 2px solid #DDDDDD;
    border-radius: 16px;
    margin: 0px auto !important;
    background-color: #FFFFFF;
    bottom: 75px;
    top: -85px;
    position: relative;
}

.container-week .wpb_content_element {
    margin-bottom: 0 !important;
}

.wpb_text_column.wpb_content_element h1 {
    color: #0D0D0D;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.83px;
    line-height: 48px;
    margin-top: 0px;
}

.vc_row.wpb_row.vc_row-fluid.container-week .wpb_column.vc_column_container.vc_col-sm-12 {
    padding: 53px 40px;
}

.wpb_text_column.wpb_content_element p,
.wpb_text_column.wpb_content_element ul li {
    color: #000000;
    font-family: Muli;
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 32px;
    word-break: break-word;
}

.img-1-become img {
    height: 480px !important;
    object-fit: cover;
}

.wpb_text_column.wpb_content_element h2 {
    color: #0D0D0D;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.67px;
    line-height: 40px;
    margin-top: 0;
}

.img-2-become img {
    height: 486px !important;
    width: 445px;
    border-radius: 16px;
    object-fit: cover;
}

.vc_row.wpb_row.vc_row-fluid.content-info-become {
    max-width: 1110px;
    margin: 0px auto;
    padding: 10px 35px;
}

.row-video-become {
    height: 352px;
}

.wpb_text_column.wpb_content_element.title-video-become div h5 {
    color: #123699;
    font-family: "Muli Black";
    font-size: 32px;
    letter-spacing: -0.67px;
    line-height: 40px;
    background-color: #FFFFFF;
    padding: 0px 10px;
    width: max-content;
    margin-top: 1px;
    margin-bottom: 0;
    margin-right: 0 !important;
    position: relative;
    right: -173px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    display:table;
}

.content-video-become {
    position: relative;
    left: 173px;
    width: 405px;
}

.content-video-become p {
    color: #FFFFFF !important;
    font-weight: bold;
}

.vc_custom_1561470873630 {
    overflow: visible !important;
}

.video-become {
    margin-right: 160px;
    margin-bottom: 0;
    margin-top: 10px;
}

.video-become img {
    box-sizing: border-box;
    height: 366px !important;
    width: 643px;
    object-fit: contain;
}

.img-single-partner {
    margin-top: 20px;
    height: 580px;
}

.img-single-partner img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.entry-content-single-partner {
    width: 730px;
    margin: 0px auto;
}

.title-single-partner {
    color: #123699;
    font-family: "Muli Black";
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 38px;
    border-bottom: 8px solid #4cc3fa;
    /*    width: max-content;*/
    margin: auto auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.about-single-event h3 {
    color: #000000;
    font-family: "Muli Black";
    font-size: 18px;
    letter-spacing: -0.07px;
    /*line-height: 14px;*/
}

.content-text-event {
    color: #000000;
    font-family: Muli;
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 32px;
    word-wrap: break-word;
}

.content-organizer-event p {
    color: #000000;
    font-family: "Helvetica Neue";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.content-organizer-event h3 {
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 14px;
}

.content-organizer-event {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #DFE7F0;
}

div#map {
    height: 100%;
    width: 300px;
}

.entry-title-partner-single {
    color: #D95A00;
    font-family: "Muli Black";
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 56px;
}

.photo-single-event img {
    height: 296px;
    width: 296px;
    object-fit: contain;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.title-partner-single {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 18px;
    letter-spacing: -0.08px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 5px;
}

.location {
    /*color: #0D7FAD;
    font-family: "Muli Black";*/
    font-size: 14px;
    letter-spacing: -0.07px;
    line-height: 32px;
    margin-bottom: 0;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #DDDDDD;*/
    color: #575757;
    font-family: Roboto;
    font-size: 14px;
}

.content-single-more-reports {
    /*margin-top: 89px;*/
}

.content-single-more-reports table td {
    color: #575757;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 22px;
    padding: 0px 0px 10px 0px;
}

.content-single-more-reports table th {
    color: #0D0D0D;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 22px;
    width: 23%;
}

.single-partner_report .become-partner {
    display: none;
}

.single-partner_report footer#colophon::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #1948CC 0%, #0D7FAD 12.9%, #4CC3F2 26.1%, #A343D9 39.33%, #BE63F2 51.98%, #8FD957 63.23%, #F4D93B 73.83%, #D83D41 82.07%, #EC6D12 90.75%, #EC1111 100%);
}

section.slide-pdf.single-partner-header {
    height: 355px !important;
}

.text-pdf_.single-partner {
    top: 180px;
}

.text-pdf_.single-partner span {
    background-color: #1948CC;
    /* height: 48px; */
    padding: 13px 56px;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 72px;
    margin-bottom: 0;
    margin-top: 0;
}

.text-pdf_.single-partner h1 {
    margin-top: -7px;
}

.slick-next::before {
    background-image: url('/wp-content/uploads/2019/07/next.png');
    /*background-size: 50px 50px;*/
    display: inline-block;
    width: 45px;
    height: 45px;
    content: "" !important
}

.slick-prev::before {
    background-image: url('/wp-content/uploads/2019/07/previous.png');
   /* background-size: 50px 50px;*/
    display: inline-block;
    width: 45px;
    height: 45px;
    content: "" !important
}

.search-header {
    width: 14px;
    height: 14px;
    background-size: contain;
}

.slick-dotted.slick-slider {
    margin-bottom: 80px!important;
}

.planning--card {
    position: relative;
    overflow: hidden;
    padding-top: 37px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(163, 67, 217, 0.9) 0%, rgba(190, 99, 242, 0.6) 100%);
}

.planning--card h3 {
    margin: 0;
    color: #1948CC;
    font-family: "Muli";
    font-size: 41px;
    letter-spacing: -0.83px;
    line-height: 48px;
    font-weight: 800;
}

.planning-cover-content {
    background: linear-gradient(180deg, rgba(163, 67, 217, 0.9) 0%, rgba(190, 99, 242, 0.6) 100%)!important;
}

.planning--card a {
    display: block;
    height: 60px;
    width: 196px;
    margin-top: 60px;
    border-radius: 30px;
    background-color: #fff;
    color: #1948CC;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.planning--card a i {
    color: #EC6D12;
}

.card-calendar h3 {
    margin: 0;
    color: #1948CC;
    font-family: "Muli";
    font-size: 41px;
    letter-spacing: -0.83px;
    line-height: 48px;
    font-weight: 800;
}

.institution-event {
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 14px;
    letter-spacing: -0.07px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 0px;
}

.card-calendar a {
    text-decoration: none;
    position: absolute;
    bottom: 28px;
}

.card-resources {
    border: 2px solid #0D7FAD;
    border-radius: 16px;
    background-color: #FFFFFF;
}

.card-resources h3 {
    margin: 0;
    color: #1948CC;
    font-family: "Muli";
    font-size: 41px;
    letter-spacing: -0.83px;
    line-height: 48px;
    font-weight: 800;
}

.card-resources p {
    margin: 0 0 10px 0;
    color: #303030;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: -0.07px;
    line-height: 27px;
    text-align: start;
    padding-top: 12.64px;
}

.card-resources div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 35px;
}

.card-resources a {
    display: block;
    height: 60px;
    width: 196px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    border-radius: 30px;
    background-color: #EC6D12;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
}

.resources-cover-content {
    background: linear-gradient(180deg, rgba(25, 72, 204, 0.9) 0%, rgba(13, 127, 173, 0.6) 100%)!important;
}

.general-wrap ul {
    /*display: -webkit-inline-box;*/
    list-style: none;
}
.general-wrap ul li {
    display: inline-block;
}
.general-wrap ul li:first-child {
    color: #D95A00;
    font-family: "Muli Black";
    font-size: 14px;
    line-height: 18px;
    /*display: -webkit-inline-box;*/
}

.general-wrap ul li img {
    height: 28px;
    width: 28px;
    position: relative;
    top: 8px;
    margin-left: 16px;
}

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 {
    height: 48px;
    border-radius: 8px;
    background-color: #d4f0ff !important;
    border: 2px solid transparent;
    box-shadow: none;
    padding: 0px 20px;
    outline: none;
}

.container-logos {
    width: calc(100%/4);
    float: left;
    height: 300px;
}

.content.container.page-content.logos-and-grap {
    display: table;
    margin: 0px auto;
}

.container-logos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 10px 10px;
}

.hour-event {
    text-align: center;
    color: #0D0D0D;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.08px;
    line-height: 27px;
    margin-bottom: 0px;
}

.title-event {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 28px;
    text-align: center;
}

.hour-event i {
    color: #EC6D12;
    padding-right: 8px;
}

.mobil-menu-container {
    position: fixed;
    left: initial;
    right: -100%;
    top: 0px;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 999999;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s;
}

.mobile-menu-open {
    display: block;
    top: 0px;
    right: 0;
    opacity: 1;
    pointer-events: initial;
}

.mobil-menu-container .site-branding {
    border-bottom: 4px solid #0065F2;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.mobil-menu-container .search-form-sidebar {
    margin: 15px 22px;
    position: relative;
    margin-bottom: -15px;
}

.mobil-menu-container .search-field {
    width: 100%;
    height: 56px;
    font-size: 13px;
    color: black;
    border-radius: 100px !important;
}

.search-form-sidebar i {
    position: relative;
    left: 92%;
    top: -41px;
    color: #1948CC;
}

#primary-mobile li i {
    position: absolute;
    right: 0%;
    top: 22px;
    color: #EC6D12;
    z-index: 9;
}

.img-logo-and-grap {
    height: auto;
    width: 45%;
    float: left;
}

.btn-download-logo a {
    padding-top: 33px;
}

.title-single-logo-grap {
    width: fit-content;
    margin: 35px auto;
}

.btn-download-logo {
    width: 40%;
    float: right;
    display: grid;
}

.container-logo-grap {
    float: left;
    height: 100%;
    margin-bottom: 60px;
    width: 100%;
}

.title-section-explore_ i {
    display: none;
}

#footer-menu-mobile li i {
    position: absolute;
    left: 90%;
    top: 22px;
}

#footer-menu-mobile li .fa-arrow-right:before {
    color: #ec6e13;
}

ul.ubermenu-submenu.ubermenu-submenu-id-26363.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    margin-top: 12px !important;
}

ul.ubermenu-submenu.ubermenu-submenu-id-26362.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    margin-top: 12px !important;
}

ul.ubermenu-submenu.ubermenu-submenu-id-26361.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-autoclear {
    margin-top: 12px !important;
}

li.wpuf-el.post_title.field-size-large {
    display: none;
}

li.wpuf-el.report_year.field-size-large {
    display: none;
}

li.wpuf-el.event_location.field-size-large {
    display: none;
}

.page-id-26550 input[type="checkbox"] {
    width: auto !important;
}

.search-no-results .page-content {
    max-width: 100%;
}

section.no-results.not-found {
    max-width: 1110px;
    width: 100%;
    margin: 0px auto;
}

.search-no-results section.no-results.not-found form.search-form {
    float: left;
}

.search-no-results input.search-submit {
    float: right;
    margin-top: -7px;
    margin-left: 30px;
}

.search-no-results .page-content {
    padding: 0px;
}

.search-no-results #primary {
    padding-top: 35px;
    min-height: calc(100vh - 650px) !important;
}

section#recent-comments-2 {
    display: none;
}

section#archives-2 {
    display: none;
}

section#categories-2 {
    display: none;
}

section#meta-2 {
    display: none;
}

.slide-no {
    max-width: 1110px;
    width: 100%;
    margin: 0px auto;
    padding-left: 0;
}

.slide-no li {
    display: block;
}

.slide-no li .pbottom15 {
    padding-bottom: 0px;
}

.image-content-item-1 {
    width: 32%;
    height: 530px;
    float: left;
    position: relative;
    margin: 0px 0px 10px 10px;
}

.slide-no .card-recommended-posts.card-recommended-posts--plain.style-border {
    border: 2px solid #1948CC;
    border-radius: 16px;
    background-color: #FFFFFF;
    width: 32%;
    height: 530px !important;
    float: left;
    position: relative;
    margin: 0px 10px 10px 0px;
}

.slide-no .planning--card {
    width: 32%;
    height: 530px;
    float: left;
    position: relative;
    margin: 0px 10px 10px 0px;
    position: relative;
    overflow: hidden;
    padding-top: 37px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slide-no .card.card-calendar.card-calendar--blue {
    width: 32%;
    height: 530px;
    float: left;
    position: relative;
    margin: 0px 0px 10px 10px;
}

.searchandfilter ul li li {
    display: table-cell;
}

ul#year-gall li {
    display: -webkit-inline-box;
    padding-left: 15px;
    cursor: pointer;
}

ul#year-gall {
    padding: 0;
    margin-left: 0;
    text-align: center;
}

ul#year-gall li a:hover {
    color: #ec6d12;
}

.active-gal {
    color: #ec6d12 !important;
}

.page-template-default .page-content,
.page-template-template-photo-gallery .page-content {
    max-width: 1110px !important;
}

.content-result-search {
    max-width: 1110px;
    width: 100%;
    margin: 0px auto;
}
.slick_home .slick-dots li.slick-active button {
    background: linear-gradient(180deg, #A343D9 0%, #D83D41 100%);
}
.slick_home .slick-dots li button {
    height: 10px;
    border-radius: 50%;
    background-color: rgba(76, 195, 242, 0.43137254901960786);
    width: 10px;
}
.slick-dots li button:before{
    content:"" !important;
}
.slide .slick-dots li.slick-active button {
    background: linear-gradient(180deg, #A343D9 0%, #D83D41 100%);
}
.slide .slick-dots li button {
    height: 10px;
    border-radius: 50%;
    background-color: rgba(76, 195, 242, 0.43137254901960786);
    width: 10px;
}
#menu-item-26597 .fa-lock:before {
    content: "\f023";
    color: #4cc3f2;
    height: 10px;
    width: 10px;
    padding-right: 7px;
}
#menu-item-26354 .fa-lock:before {
    content: "\f023";
    padding-right: 10px;
    color: #4cc3f2;
}
.logged-in #menu-item-26354{
    display: none;
}
#menu-item-26597{
    display: none;
}
.logged-in #menu-item-26597{
    display: inline-block;
}
a#si {
    display: block;
    height: 60px;
    border-radius: 30px;
    background-color: #ec6d12;
    color: #ffffff;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 0px;
    outline: none;
    width: 250px !important;
    line-height: 54px;
    float: left;
}
a#no {
    display: block;
    height: 60px;
    border-radius: 30px;
    background-color: #ec6d12;
    color: #ffffff;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 0px;
    outline: none;
    width: 250px !important;
    line-height: 54px;
    float: right;
}
#lostpasswordform fieldset {
    border: 0;
  padding:0;
}
#lostpasswordform legend {
    display: none;
}
#lostpasswordform .somfrp-lost-pass-form-text {
    display: none;
}
form#lostpasswordform {
    color: #000000;
    font-family: Muli;
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 32px;
}
button#reset-pass-submit {
    display: block;
    height: 60px;
    border-radius: 30px;
    background-color: #ec6d12;
    color: #ffffff;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 0px;
    outline: none;
    width: 250px !important;
}
#resetpasswordform {
    color: #000000;
    font-family: Muli;
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 32px;
}
#resetpasswordform fieldset {
    padding: 0;
    border: 0;
}
#resetpasswordform  legend {
    display: none;
}
.content-text-event li {
    /* height: 96px; */
    /* width: 729px; */
    color: #000000;
    font-family: Muli;
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 32px;
}
ul.content-text-event {
    padding-bottom: 20px;
    padding-top: 20px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    left: 0;
    height: 80px;
    border: 0px;
    border-top: 8px solid;
    border-image-source: linear-gradient( 90deg, #1948cc 0%, #0d7fad 12.9%, #4cc3f2 26.1%, #a343d9 39.33%, #be63f2 51.98%, #8fd957 63.23%, #f4d93b 73.83%, #d83d41 82.07%, #ec6d12 90.75%, #ec1111 100%);
    border-image-slice: 1;
    box-shadow: 0px 1px 6px -4px;
}
.sticky + .content-area {
    padding-top: 102px;
}
.img_menu_fix {
    top: 2px;
    position: absolute;
    left: 80px;
}
.img_menu_fix img {
    width: 83px;
    height: auto;
}
.search_menu_fix{
    width: 48px;
    height: 48px;
    background-color: #1948CC;
    border-radius: 24px;
    margin-left: 25px;
    margin-right: 25px;
}
.search_menu_fix i {
    left: 16px;
    position: relative;
    top: 14px;
    color: #fff;
}
.main-navigation.sticky .img_menu_fix{
    display: block !important;
}
.main-navigation.sticky .search_menu_fix{
    display: block !important;
}
.main-navigation.sticky .ubermenu-responsive-default.ubermenu {
    padding-top: 8px;
    margin-top: 0 !important;
}
.main-navigation.sticky ul.ubermenu-submenu.ubermenu-submenu-id-26361.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-autoclear {
    margin-top: 11px !important;
}
.main-navigation.sticky ul.ubermenu-submenu.ubermenu-submenu-id-26363.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    margin-top: 11px !important;
}
.main-navigation.sticky ul.ubermenu-submenu.ubermenu-submenu-id-26362.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    margin-top: 11px !important;
}
li#menu-item-31105 {
    display: none;
}
.bac-menu.sticky-bac{
    top: 162px !important;
}
nav#ubermenu-main-6-menu-header-main-2 {
    margin-top: 30px;
}
.section.calendar-events {
    background-color: #F2F4FA;
    padding-top: 41px;
    padding-bottom: 41px;
}
p.marker-event {
    text-align: center;
    margin-bottom: 2px;
    height: 27px;
    color: #1948CC;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 27px;
    text-align: center;
}
p.type-calendar-single {
    height: 27px;
    /*width: 365px;*/
    color: #575757;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 27px;
    text-align: center;
}
.page-template-template-calendar-event .card-dates i {
    color: #B8B8B8;
    font-size: 33px;
}
.title-section-single-calendar:after {
    content: "";
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 6px;
    background-color: #4cc3f2;
}
h2.title-section-single-calendar {
    position: relative;
    margin-bottom: 52px;
    color: #123699;
    font-family: "Muli Black";
    font-size: 32px;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
    font-weight: 800;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 41px;
}
.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
    .featured-image {
	  opacity: 0;
	}: ;
}
select::-ms-expand {
    display: none;
}
.search-content-section-calendar {
    margin: 30px auto;
    max-width: 1110px;
}
span.location-calendar-single {
    height: 27px;
    width: 380px;
    color: #1948CC;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: -0.06px;
    line-height: 27px;
}
/*.single-partner_report section.wrap-slide.wrap-slide--mbottom0 {
    overflow: visible;
}*/
.background-slick-home {
    position: relative;
    height: 100%;
}
.event-row a {
    color: #000;
}

@font-face {
    font-display: swap;
    font-family: 'Muli Black';
    src: url('fonts/Muli-Black.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Muli Black';
    src: url('fonts/Muli-BlackItalic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Roman.otf') format('truetype');
}

@font-face {
  font-display: swap;
    font-family: 'Cera';
    src: url('fonts/Cera.otf') format('truetype');
}

@font-face {
  font-display: swap;
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeueBold.ttf') format('truetype');
    font-style: bold;
}


#row-video {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.page-id-26410 .page-content {
    max-width: 729px !important;
}
section.wrap-slide.wrap-slide--mbottom0{
    overflow: hidden;
}
.page-template-page-dashboard .hour-event {
    text-align: center;
    color: #0D0D0D;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.08px;
    line-height: 27px;
    padding: 0;
    margin: 5px;
}
.page-template-page-dashboard .institution-event {
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 14px;
    letter-spacing: -0.07px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    margin: 5px;
}
.page-template-page-dashboard .card-calendar h6 {
    color: #1948C0;
    font-family: "Muli Black";
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 28px;
    text-align: center;
    margin: 5px 0px;
    margin-bottom: 5px;
}
.slider-my-events .slide-dashboard .slick-list {
    overflow: visible;
}
.slide-dashboard {
    margin: 0 auto !important;
    padding: 0;
    max-width: 1110px;
    width: 100%;
}
.page-template-page-dashboard .card {
    position: relative;
    height: 527px;
    /* max-width: 400px; */
    width: 400px;
    opacity: 0.9;
    border-radius: 16px;
    padding: 18px;
    margin-right: 10px;
}
.slide-dashboard .slick-dots li button {
    height: 10px;
    border-radius: 50%;
    background-color: rgba(76, 195, 242, 0.43137254901960786);
    width: 10px;
}
.slide-dashboard .slick-dots li.slick-active button {
    background: linear-gradient(180deg, #A343D9 0%, #D83D41 100%);
}
.slide-dashboard  .slick-dots {
    /* position: absolute; */
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
section.buttons-nav-single-partner {
    text-align: center;
    padding: 45px 0px;
}
.single-partner_report section.buttons-nav-single-partner a {
    border-radius: 30px;
    background-color: #ec6d12;
    color: #ffffff;
    font-family: Muli;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 18px 22px;
    border:2px solid #ec6d12;
    margin: 0 5px;
}
.single-partner_report section.buttons-nav-single-partner a:last-child {
    border-radius: 30px;
    background-color: #fff;
    border:2px solid #ec6d12;
    color: #ec6d12;
    font-family: Muli;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 18px 22px;
}
.single-partner_report section.buttons-nav-single-partner a:last-child:hover {
    border-radius: 30px;
    background-color: #ec6d12;
    border:2px solid #ec6d12;
    color: #fff;
    font-family: Muli;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 18px 22px;
}
.single-partner_report section.buttons-nav-single-partner a:hover {
    border-radius: 30px;
    background-color: #fff;
    color: #ec6d12;
    font-family: Muli;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 18px 22px;
    border:2px solid #ec6d12;
}
.single-partner_report .report-events-back{
  display: none;
}
.report-events-back {
    height: 60px;
}
.report-events-back a {
    display: block;
    padding: 18px 20px;
    text-decoration: none;
    color: #1948cc;
}
div#gform_page_2_6 input#gform_submit_button_2 {
    display: inline-block;
    height: 60px;
    border-radius: 30px;
    background-color: #ec6d12;
    color: #ffffff;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 0px;
    outline: none;
    width: 250px !important;
}
.gfield .ginput_container {
    max-width: 100% !important;
}
label#label_2_81_1 span, label#label_2_81_2 span{
    color: #790000;
    margin-left: 4px;
    font-weight: bold;
}
input#choice_2_81_1 {
    vertical-align: top;
}
input#choice_2_81_2 {
    vertical-align: top;
}
ul.category-gallery {
    text-align: center;
    list-style: none;
    padding: 40px 0;
}
ul.category-gallery li {
    display: inline;
    padding: 0 10px;
    font-weight: 600;
}
ul.category-gallery li.year-2008, ul.category-gallery li.year-2009, ul.category-gallery li.year-2010,
ul.category-gallery li.year-2011, ul.category-gallery li.year-2012, ul.category-gallery li.year-2013,
ul.category-gallery li.year-2014{
  display: none;
}
.page-template-template-photo-gallery .page-content {
    margin-bottom: 65px;
    padding: 0 0px;
}
p.caption {
    width: 50%;
    float: left;
    padding-left: 20px;
}
p.desciption-thum {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 20px;
}
.event-description h5 {
    height: 14px;
    width: 306px;
    color: #000000 !important;
    font-family: "Muli Black" !important;
    font-size: 18px !important;
    letter-spacing: -0.07px !important;
    line-height: 14px !important;
}
.slick-list.draggable {
    overflow: visible;
}
.slick_home .slick-dots {
    padding: -23px 10px;
    margin-top: 24px;
    padding-top: 99px;
    bottom: -34px;
    display: block !important;
    z-index: -1;
}
.chosen-container-single .chosen-single {
    height: 41px;
    width: 253px;
    border-bottom: 1.5px solid #0D7FAD !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1.5px solid #0D7FAD !important;
    color: #080808;
    font-family: Roboto;
    font-size: 14px;
    border-right: none;
    border-left: none;
    border-top: none;
    /* padding-left: 20px; */
    border-radius: 8px;
}
.searchandfilter>ul>li[data-sf-combobox="1"] label {
    display: inline-block !important;
}
.chosen-container-single .chosen-single div b{
    display: none !important;
}
.chosen-container .chosen-results li {
    padding: 7px 15px !important;
}
.dividir-mob {
    border-bottom: 1px solid #b2d5fb9e;
    padding-top: 15px;
    margin-bottom: 15px;
}
.dividir-mob a {
    display: none !important;
}
ul.ubermenu-nav li.ubermenu-item ul.ubermenu-submenu.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.margin-ie{
    margin-top: 5px !important;
}
.location-single{
    line-height: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
    color: #0D7FAD;
    font-family: "Muli Black";
    font-size: 14px;
    letter-spacing: -0.07px;
    line-height: 20px;
}
.pdf-card-landing .title-slider-single{
    margin-bottom: 8px;
}
a.btn-download {
    bottom: 15px;
  }
.title-section-explore_ i {
    display: none !important;
}
.slick-prev, .slick-next{
    z-index: 5;
    color: #F4D93B;
    width: 45px;
    height: 45px;
}
.message-update{
border: 1px solid green;
padding: 10px;
color: green;
text-align: center;
}
img.custom-logo {
    height: 94px;
    width: 300px;
    object-fit: cover;
}
.btn-copy-text {
    text-decoration: none;
    border-radius: 30px;
    color: #FFFFFF !important;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    background-color: #EC6D12;
    position: absolute;
    display: block;
    height: 60px;
    width: 196px;
    line-height: 60px;
    text-align: center;
    padding: 0!important;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}
.style7-landing a {
    color: #1948CC;
}
.hashtag-blue {
    color: #1948CC !important;
    font-weight: bold;
    font-size: 20px !important;
}
.style7-landing .content-single-slider {
    color: #494440;
    font-family: Muli;
    font-size: 20px;
    line-height: 28px;
    padding: 20px 25px;
}
img#open-quote {
    height: 35px;
    width: 35px;
}
img#close-quote {
    height: 35px;
    width: 35px;
    float: right;
    transform: rotate(180deg);
}
.content-single-lading-description {
    color: #000000;
    font-family: Muli;
    font-size: 20px;
    letter-spacing: 0.13px;
    line-height: 32px;
    max-width: 729px;
    margin: 0px auto;
    margin-bottom: 50px;
}
.event-row a {
    text-decoration: none;
}
.page-id-26953 .btm-section-brain {
    display: none;
}
.page-template-template-calendar-event .searchandfilter ul li li {
    display: grid;
}
.error_pass_{
    color: red;
    border: 2px solid red;
    width: 327px;
    text-align: center;
}
.jig-caption-title {
    display: none !important;
}
h5.title2-slider-single a:visited {
    color: #1948CC;
}
h5.title2-slider-single .icon-link-card:visited {
    color: #EC6D12;
}
.single-partner_report section.wrap-slide.wrap-slide--mbottom0 {
    overflow: visible;
}
.single-partner_report.admin-bar #primary {
    min-height: calc(100vh - 465px);
    overflow: visible;
}
.event-photo-single p {
    margin-top: -20px;
    padding: 0 20px;
    text-align: center;
}
.event-photo-single {
    width: calc(100% / 3);
    height: auto;
    float: left;
    text-align: center;
    min-height: 380px !important;
}
.single-tribe_events .event-description p {
    margin-bottom: 1em;
}
li#wgs_widget-2 {
    list-style: none;
}
.wgs_wrapper .gsc-input-box .gsib_a input {
    height: 45px !important;
    font-family: sans-serif;
}
table#gs_id50 {
    margin: 0 !important;
}
.gs-image-box.gs-web-image-box {
    display: none;
}
.gs-result .gs-title, .gs-result .gs-title * {
    color: #1948CC;
    font-family: "Muli Black";
    font-size: 20px !important;
    letter-spacing: -0.08px;
    line-height: 28px;
    text-decoration: none;
    text-decoration: none !important;
}
.gs-webResult div.gs-visibleUrl-long, .gs-promotion div.gs-visibleUrl-long {
    display: block;
    display: none !important;
}
.gsc-preview-reviews, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em, .gsc-control-cse .gs-snippet, .gsc-control-cse .gs-promotion em {
    color: #333;
    color: #000000 !important;
    font-family: Muli !important;
    font-size: 20px !important;
    letter-spacing: 0.13px !important;
    line-height: 32px !important;
    padding-bottom: 15px;
    border-bottom: 2px solid #D9D9D9;
}
.gsc-results-wrapper-overlay {
    width: 79% !important;
}
.mobil-menu-container table.gsc-search-box {
    padding: 0 25px;
}
.mobile-menu-open div#gsc-iw-id2 {
    margin-bottom: -20px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}
.mobile-menu-open .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    margin-top: 4px !important;
    font-size: 0px;
    padding: 11px 10px !important;
    border-color: #3079ed;
    background-color: #4d90fe;
}
table#gs_id52 {
    margin: 0 !important;
}
.gsc-imageResult.gsc-imageResult-popup.gsc-result {
    border: 2px solid #1948CC;
    border-radius: 16px;
    background-color: #FFFFFF;
    width: 100%;
    margin-bottom: 15px;
    /* height: max-content; */
}
.gs-image-popup-box {
    display: none !important;
}
input#jetpack_protect_answer {
    width: 45px !important;
    height: 36px !important;
}
div#id_posts_error {
    max-height: 300px;
    overflow: auto;
}
.page-id-26610 .not_found{
  margin-top: 85px;
}
