/*!
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;
}
a:focus {
    outline: 1px dotted;
}
a img:focus{
	outline: 1px dotted;
}
a.btn-download:focus{
    outline: 1px dotted;
}
button:focus{
	outline: 1px dotted;
}
li.slick-slide:focus{
	outline: 1px dotted;
}
.slick-dots li:focus{
	outline: 1px dotted;
}
.slick-dots li button:focus{
	outline: 1px dotted;
}
/**
 * 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;
	padding-bottom: 25px;
}

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. */
	transition: transform 2s;
}

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;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: midnightblue;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 992px;
	height: 80px;
}
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-6911,li#menu-item-6912,li#menu-item-6913,li#menu-item-6914 {
	position: relative;
	margin: 0;
}

li#menu-item-6911>a,li#menu-item-6912>a,li#menu-item-6913>a,li#menu-item-6914>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-6911 a::after,li#menu-item-6912 a::after,li#menu-item-6913 a::after,li#menu-item-6914 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;
	z-index: 9;
}

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

.site-header__wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
    width: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;    box-shadow: -2px 2px 6px 1px rgb(0, 0, 0);
}

.site-branding {
	display: contents;
	align-items: center;
	height: 80px;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	line-height: 10px;
}

.site-branding a {
	display: block;
	max-width: 250px;
	width: 100%;
	margin-left: 5px;
}

.site-header__top {
	display: flex;
	justify-content: flex-end;
	height: 40px;
	background-color: #0D0D0D;
}

.site-header__menu-top {
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
	.site-header__menu-top ul {
		list-style-type: none;
	}

	.navigation-alter {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 5px 0;
	}
		.navigation-alter--no-border li:last-child {
			margin: 0;
		}

	.navigation-alter li {
		margin-left: 24px;
	}

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

	.site-header__menu-top ul li.cta-suscribe a {
		display: block;
		height: 40px;
		text-align: center;
		line-height: 40px;
		width: 105px;
		background: #ec6d12;
	}
	.site-header__menu-top ul li.cta-suscribe a:hover {
		background: #ff6a00;
	}
	li.search-top:hover {
		background-color: #2157ee;
	}
.site-header__menus {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}

.cta-red a {
	display: block;
	height: 48px;
	width: 184px;
	border-radius: 24px;
	background-color: #EC1111;
	color: #fff;
	border-radius: 24px;
	text-align: center;
	line-height: 48px;
}




/* Social rectangle */



.social-rectangle {
	height: 46px;
	width: 100%;
	background-color: #F7FAFC;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	line-height: 46px;
	text-align: right;
}

.social-rectangle span {
	color: #D95A00;
	font-family:
	"Muli";
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
}




/* Slide home */




.slide-home {
	height: 700px;
    margin-bottom: 30px;
    /* background-color: #1948cc; */
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    position: relative;
    top: -48px;
    z-index: 0;
}

.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: 1110px;
    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: #FFFFFF;
	font-family: 'Roboto';
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
}

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

.slide--more-posts .slick-dots li button {
		height: 16px;
    border-radius: 50%;
    background-color: rgba(76, 195, 242, 0.43137254901960786);
    width: 16px;
}

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

.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;
	margin-bottom: 35px;
}

.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: 528px;
	width: 400px;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	overflow: hidden;
}

	.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__content {
		padding: 24px;
		background-color: #fff;
		height: 100%;
	}

	.card-recommended-posts__img {
		position: relative;
		position: relative;
		height: 45%;
		width: 100%;
		overflow: hidden;
	}
		.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;
	}

	.card-recommended-posts h5 {
		color: #1948CC;
		font-family: Roboto;
		font-size: 22px;
		font-weight: 500;
		letter-spacing: -0.08px;
		line-height: 28px;
		margin: 0;
		margin-bottom: 8px;
		/*margin-top: 0;
		margin-bottom: 15px;*/
	}

	.card-recommended-posts p {
		color: rgb(87, 87, 87);
		font-family: "Roboto";
		font-size: 14px;
		letter-spacing: -0.06px;
		line-height: 24px;
		margin-bottom: 0;
	}

	/*.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;
	width: 400px;
	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 h6 {
			margin: 7px 0 27px 0;
			color: #333;
			font-family: "Muli";
			font-weight: 800;
			font-size: 24px;
			letter-spacing: -0.1px;
			line-height: 28px;
			text-align: center;
		}

		.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 {
			margin: 0 0 10px 0;
			color: #303030;
			font-family: Roboto;
			font-size: 16px;
			letter-spacing: -0.07px;
			line-height: 27px;
			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 {
			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 {
	margin:0 auto;
	padding:0;
	/*max-width: 1110px;*/
	width: 100%;

}

.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;
	}
	.slide-cards-alliance-initiative .slick-slide {
		width: 420px !important;
    	margin-right: 0px;
	}
	.page-template-template-resources-educators .slide-cards .slick-slide {
    width: 400px !important;
}
}

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

.slide-cards .slick-prev,
.slide-cards .slick-next {
	z-index: 5;
	color: #F4D93B;
	width: 65px;
	height: 65px;
}

.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: 0;
}

.slide-cards .slick-next {
	right: 0;
}






/* Posts */





.wrap-post {
	width: 100%;
	max-width: 1100px;
	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;
	}
		.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: 15px;
		}
			.drop-single-post select {
				border: 0;
				height: 48px;
				width: 336px;
				padding-left: 24px;
				padding-right: 24px;
				color: #FFFFFF;
				font-family: Roboto;
				font-size: 18px;
				font-weight: bold;
				line-height: 48px;
				background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
				cursor: pointer;
				outline: none;
			}
	.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: 25px;
}

/* .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 {
    margin-bottom: 0;
    margin-top: 16px;
	color: #000000;
	font-family: 'Roboto';
	font-size: 14px;
	letter-spacing: 0.1px;
	line-height: 24px;
}

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

.article-user p strong {
	display: block;
}

.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: 10px;

}

.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: auto;
    margin-left: 19px !important;
}

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

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

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






/* Footer */





.footer {
	padding-top: 40px;
	padding-bottom: 10px;
	background-color: #080808;
}

.footer .site-info {
	/* max-width: 1440px; */
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}

.site-info__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-info__logo {
	display: block;
	width: 190px;
	margin-top: 0;
	text-align: center;
}
	.site-info__logo img {
		max-width: 190px;
	}

.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;
}
div.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;
}
p.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;
    margin: 0;
}
.title-article-archive{
    color: #FFFFFF;
    font-family: Montserrat;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 71px;
    margin: 0;
    margin-bottom: 20px;
}
.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:0px;
	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;
    padding-top: 80px;
}
.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: 392px;
    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{
	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{
	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;
}
.search-results .title-post-item{
	font-size: 20px;
}
.search-results .institution-name-grant {
    font-size: 15px;
}
.search-results  .title-post-item {
    height: 35px;
    margin-top: 0px !important;
}
.search-results  .view-details-search a {
    position: relative;
    top: -38px;
    right: 0;
    background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
    padding: 10px 26px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.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;
	width:100%;
}
.content-single-iframe iframe {
    width: 100%;
    height: 400px;
}
.container-video-single {
	background-color: rgb(255, 255, 255);
    width: 32.7%;
    float: left;
    height: 100%;
    margin: 3px;
    border:0px;
    border-bottom: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 50%);
    border-image-slice: 1;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3411764705882353);
}
.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: 0px;
	text-transform: uppercase;
}
.wpb_text_column.wpb_content_element.vc_custom_1561336539535.title-alliances h2 {
    color: #0D0D0D;
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
}
.wpb_text_column.wpb_content_element.vc_custom_1561336656330.title-alliances h2 {
    color: #0D0D0D;
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
}
.text-video-single h4 {
    color: #1948CC;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 28px;
	margin-top: 2px;
}
.text-video-single p {
    margin-top: -12px;
    color: rgb(87, 87, 87);;
    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;
    height: 48px;
    background-color: rgba(250, 250, 250, 0.9411764705882353);
    z-index: 1;
}

.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: 255px;
    margin-left: -32px;
}

.social-block-header ul li {
	width: 24px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top:25px;
}
	.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:0px;
    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: 0px;
    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 0 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-6911,li#menu-item-6911 > ul {
	background-color: #fff;
	border:0px;
    border-bottom: 8px solid;
    border-image-source: linear-gradient(90deg, #1948CC 0%, #A343D9 50%);
    border-image-slice: 1;

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

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

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

}

.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: 1.2rem;
		margin: 0;
}
ul.ubermenu-submenu.ubermenu-submenu-id-37318.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: 0px;
    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:0px;
	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;
	margin-bottom: 0;
}
.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:0px;
    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;
}
.btn-download-container{
	text-align: center;
	}
.button-download-material {
	color: #fff !important;
}

a.button-download-material:hover {
	background-color: #FF6A00;
}
.button-download-material {
    padding: 14px 50px;
    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: -75px;
    background-image: url('/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;
	text-transform: uppercase;
}
.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: 10px;
}
.content-material {
    color: #575757;
    font-family: Montserrat;
    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: 36px;
    height: 48px;
    width: 255px;
    background: #ec6d12;
    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-submit input:hover {
	background: #FF6A00;
}
.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;
	margin-bottom: 35px;
}
.container-video-resources{
	width: 100%;
	height: 100%;
}
.center-container-videos{
    width: 100%;
    max-width: 1440px;
    margin: auto;
    height: 100%;
	margin: 40px 0;
	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: 33.41vw;
	float: left;
	margin: 0;
}
.card-style-background{
	background-color: #fff;
}
.page-template-page-home  .home-item-explore-more {
	width: calc(100%/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.75vw 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:0px;
    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: #ec6d12 !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;
}
.button-emial-subscribe:hover{
    background-color: #FF6A00 !important;
}
a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-warning:hover {
    background-color: #FF6A00;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    color: #fff;
    border-color:#ec6d12;
    background-color: #ec6d12;
}
.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: 10px;
}

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

#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: 10px;
    width: 40px;
    background-color: #1948CC;
    margin-left: 0px;
    padding-left: 15px;
}
.ubermenu-content-block {
    margin-top: -30px !important;
}
.ubermenu-submenu-id-6911 .ubermenu-item .ubermenu-target {
    padding-top: 30px;
}
#menu-item-37317>a {
    margin: 0px 22px;
    padding: 20px 0px;
}
#menu-item-37263 {
    padding-bottom: 25px;
}
.ubermenu .ubermenu-divider {
    padding: 0px 15px 4px!important
}
#menu-item-37318 {
    margin-top: -56px;
}
#menu-item-37323 {
    margin-top: -56px;
}
.ubermenu-submenu-id-37263 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;
}
.slick-next:before {
  background-image: url('/wp-content/uploads/2019/06/next-desk.png');
	background-size: 65px 65px;
	display: inline-block;
	width: 65px;
	height: 65px;
	content: "";
}
.slick-prev:before {
  background-image: url('/wp-content/uploads/2019/06/prev-desk.png');
	background-size: 65px 65px;
	display: inline-block;
	width: 65px;
	height: 65px;
	content: "";
}
.button-go-to-page{
    height: 60px;
    width: 175px;
    border-radius: 4px!important;
    background-color: #F5F8FF!important;
	color: #0065F2!important;
	font-family: "Helvetica Neue";
    font-size: 20px!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;
}
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: #1948CC;
    font-family: Roboto;
    font-size: 14px;
    padding: 10px 0px;
    line-height: 20px;
}
.search-sec1-header ul {
    padding: 0;
    margin: 0;
}
.content-search-top section>h3 {
    color: #080808;
    font-family: Montserrat;
    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: 30px;
    color: #EC6D12;
    position: absolute;
    font-weight: 100;
    margin: -3px 10px;
}
.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;
}
#search-top-1 .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;
	cursor: pointer;
}
.button-brain-basic-content {
    text-decoration: none;
}
.button-download-visit.color_download_ {
	border-radius: 4px;
	padding: 15px 70px;
    background-color: #1948CC;
    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;
    background-image: url('/wp-content/themes/dana/images/enlace.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position-x: 95%;
	background-position-y: 13px;
	position: relative;
    bottom: -75px;
}
.button-download-visit.color_download_:hover {
    background-color: #2157EE;
}
.page-template-template-resources-educators .footer-d{
	display: block;
    	margin-top: 35px;
    position: relative;
}
.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, .sf-field-post-meta-program label,
.sf-field-post-meta-date_funded label{
	position: relative;
}
form ul li[data-sf-field-input-type="select"]{
	cursor: pointer;
}
form ul li[data-sf-field-input-type="select"] label{
	position: relative;
}
form ul li[data-sf-field-input-type="select"] label select{
	cursor: pointer;
}
form ul li[data-sf-field-input-type="select"] label::before {
	content: "\203A";
	font-size: 30px;
	color: #EC6D12;
	position: absolute;
	z-index: 1;
	font-weight: 100;
	transform: rotate(90deg);
	right: 10px;
	top: 0px;
	pointer-events: none;
}

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; */
		cursor: pointer;
}
.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: 32% !important;
    float: left !important;
    position: relative;
    margin: 0px 0px 10px 10px !important;
    background: #fff;
}
.page-template-template-alliance-initiative .slick-slide .lading-page-video {
    width: auto;
}
.page-template-template-alliance-initiative .lading-page-video, .page-template-template-alliance-initiative .lading-page-pdf{
    height: 530px !important;
    width: 100% !important;
    float: left !important;
    position: relative;
    margin: 0px 0px 10px 10px !important;
    background: #fff;
}
.slick-slide .lading-page-video{
	width: 400px!important;
}
.lading-page-video .frame-video iframe {
    width: 100% !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;
}
div.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:0px;
	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;
}
.text-pdf_ {
    margin-top: 30px !important;
}

.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%;
	z-index: 1;
}
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%;
}
.text-alliance_ h1 {
	margin-top: 0;
    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('/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('/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 !important;
    float: left;
    position: relative;
	margin: 0px;
	overflow: hidden;
}
.title-section-explore_::after {
    content: '';
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    width: 80px;
    background: linear-gradient(270deg, #87a3bf 0%, #1e73be 100%);
}





/* 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: 25px;
	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: 0;
}
.card-recommended-posts__content.single-grant-style-1 {
    height: auto;
    width: 368px;
	background-color: #FFFFFF;
	border:0px;
	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:0px;
    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:0px;
    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: auto;
    width: 368px;
	background-color: #FFFFFF;
	border:0px;
	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:0px;
    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:0px;
    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(25,72,204,0.9) 0%, rgba(163,67,217,0.6) 100%);
    height: 100%;
    width: 100%;
}
.card-recommended-posts__content.gradient-style h5 {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.67px;
    line-height: 40px;
}
.card-recommended-posts__content.gradient-style p {
    color: #FFFFFF;
    font-family: Muli;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
@-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;
    }
}
span.total-grant {
    color: #000000;
    font-family: "Helvetica Neue";
    font-size: 12px;
    letter-spacing: -0.05px;
    line-height: 18px;
}
.container-video-single.home-card-video.home-item .frame-video iframe {
    width: 100%;
}
.site-info__social ul li p {
    color: #FFFFFF;
    font-family: Oswald;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.site-info__social ul li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 4px;
}
.site-info__social ul li:first-child {
	width: auto;
margin-right: 24px !important;
position: relative;
top: -5px;
}
.wpb_text_column.wpb_content_element.content-dana- {
    width: 445px;
}
.wpb_text_column.wpb_content_element.content-dana- h3 {
    color: #0D0D0D;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 48px;
    margin-top: 0;
}
.wpb_text_column.wpb_content_element.content-dana- p {
    color: #000000;
    font-family: "Helvetica Neue";
    font-size: 18px;
    letter-spacing: 0.11px;
    line-height: 32px;
}
.wpb_text_column.wpb_content_element.content-dana- p a {
    text-decoration: none;
}
.ssbp--theme-1 .ssbp-list li {
    margin-left: 12px;
    margin-top: 0 !important;
}
.content-single-iframe {
    float: left;
    width: 40%;
}
.content-single-text-video {
    width: 55%;
    float: right;
    margin-top: 5%;

}
.custom-object-fit {
	position: relative;
	background-size: cover;
	background-position: center center;
	.featured-image {
	  opacity: 0;
	}
  }
#drop-alliance::-ms-expand {
    display: none;
}
.conatiner-landing-page-single{
	max-width: 1100px;
	width: 100%;
	margin: 0px auto;
}
.col-1-da {
    margin-left: -60px !important;
}
.col-2-da {
    margin-left: -50px !important;
}
.col-3-da {
    padding-left: 50px !important;
}
.gradient-lading-page{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-id-39846 .footer-d {
    padding-top: 50px;
}
.title-section-lading {
    color: #0D0D0D;
    font-family: Roboto;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 38px;
    text-align: center;
}
.title-section-lading::after {
    content: "";
    display: block;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    width: 80px;
    background-color: #A343D9;
}
.slide-landig-page li {
    display: block;
}
.slide-landig-page {
	max-width: 1100px;
    width: 100%;
    margin: 0px auto;
    padding-left: 0;
}
section.wrap-slide.wrap-slide--mbottom0.cards-landing {
    background-color: #F2F4FA;
}
.cerebrum_editors_note {
    font-style: oblique;
}
.reference-single-article {
    border-top: 1px solid #E8E8E8;
}
.single-article .entry-content, .single-news .entry-content{
	width: 730px;
	margin: 0px auto;
}
.feature-img-single-article img {
    height: 578px;
    object-fit: cover;
    width: 100%;
}
.slide-pdf--{
    margin: 0 auto;
    padding: 0;
    max-width: 1100px;
    width: 100%;
}
.feature-img-single-article {
	text-align: center;
    padding-bottom: 35px;
}
.slide-category {
	width: 100%;
    height: 352px;
    position: relative;
	top: -48px;
	z-index: 0;
	margin-bottom: -48px;
}
.slide-category .text-basic_ {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 97px;
}
.drop-single-post #drop::-ms-expand {
	display: none;
}
select{
	-webkit-appearance: none; /* Webkit */
	-moz-appearance: none; /* FF */
	-ms-appearance: none; /* Edge */
	appearance: none; /* Future */
}
select::-ms-expand {
	display: none;
}
.drop-brain-basic::after, .drop-single-post::after{
    content: "▼";
    color: #fff;
    position: relative;
    right: 25px;
}
.content-search-pdf .searchandfilter select.sf-input-select {
    width: 200px;
}

/*.content-search-pdf .sf-field-taxonomy-audience label::after, .content-search-pdf .sf-field-taxonomy-language label::after, .content-search-pdf .sf-field-category label::after {
    content: "\203A";
    font-size: 30px;
    color: #EC6D12;
    position: absolute;
    z-index: 99999;
    font-weight: 100;
    margin: -42px 183px;
    transform: rotate(90deg);
}*/
.associate-podcast-article{
	color: #1948CC;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 32px;
    text-decoration: none;
    text-transform: uppercase;
}
.container-tags a {
    color: #000;
}
.container-tags a:hover {
    color: #123699;
}
.wpb_text_column p {
    color: #303030;
    font-family: Roboto;
    font-size: 18px;
    letter-spacing: 0.11px;
    line-height: 30px;
}
.entry-content p {
    color: #303030;
    font-family: Roboto;
    font-size: 18px;
    letter-spacing: 0.11px;
    line-height: 30px;
}

.wpb_text_column {
    color: #303030;
    font-family: Roboto;
    font-size: 18px;
    line-height: 30px;
}
span.share- {
    margin-left: -2vw;
}
span.about- {
    margin-left: -3vw;
}

ul.ubermenu-submenu.ubermenu-submenu-id-6911.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-autoclear {
    padding: 0px 15px;
}
.center-content-post-qa {
    color: #575757;
    font-family: Roboto;
    font-size: 17px;
    letter-spacing: -0.06px;
    line-height: 24px;
}
.ubermenu-submenu-id-37373 li .subtitle-menu {
    color: #1948CC;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.2rem;
    margin: 0;
    text-indent: -16px;
}
.ubermenu-submenu-id-37373 li {
    margin-left: 16px !important;
}
#menu-item-51800 i {
    padding-left: 10px;
    color: #7b7b7b;
}
.ubermenu-submenu-id-37398 li {
    margin-left: 16px !important;
}
.ubermenu-submenu-id-37398 li .subtitle-menu {
    color: #1948CC;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.2rem;
    margin: 0;
    text-indent: -16px;
}
.img-video-and-podcasts{
	width: 100%;
    height: 304px;
    position: relative;
}
.text-alliance_.vp span{
color: #FFFFFF;	font-family: Muli;	font-size: 18px;	font-weight: bold;	letter-spacing: -0.32px;	line-height: 60px;
}
.text-alliance_.vp h1{
color: #FFFFFF;	font-family: Montserrat;	font-size: 72px;	font-weight: bold;	letter-spacing: -1.29px;	line-height: 80px;
margin-top: 0;
}
.text-alliance_.vp {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 30px;
}
.img-video-and-podcasts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-ResourcesEducators_{
    width: 100%;
    height: 452px;
    position: relative;
}
.img-ResourcesEducators_ img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-alliance_.rd span{
	color: #FFFFFF;	font-family: Muli;	font-size: 18px;	font-weight: bold;	letter-spacing: -0.32px;	line-height: 60px;
}
.text-alliance_.rd h1 {
    margin-top: -8px;
}
.drop-resourforeduc select {
    border: 0;
    height: 48px;
    width: 336px;
    padding-left: 24px;
    padding-right: 24px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
    cursor: pointer;
    outline: none;
}
select#drop-resourforeduc option {
    color: #1948CC;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    padding: 500px 66px 500px !important;
}
.text-alliance_.articles h1 {
    width: 626px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -1px;
	line-height: 64px;
	margin-top: 0;
}
.text-alliance_.articles span {
    height: 60px;
    width: 355px;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.32px;
    line-height: 60px;
    position: relative;
}
.sub-title-material-mob{
	display: none;
}
/*.article-single__group {
    padding-top: 55px;
}*/
.container-search {
    max-width: 1110px;
    margin: 0px auto;
    width: 100%;
}
.content-right-search {
    width: 20%;
    float: left;
}
.content-left-search {
    float: right;
    width: 75%;
}
.container-search-header {
    height: 195px;
    /* max-width: 791px; */
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    margin-bottom: 16px;
    border: 0px;
    border-left: 8px solid;
    border-image-source: linear-gradient( #1948CC 0, #A343D9 50%);
    border-image-slice: 1;
}
.content-right-search input.search-field {
    background-color: #E4F6FF;
    color: #080808;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100%;
    height: 41px;
    border: 0px;
    border-bottom: 1.5px solid #0D7FAD !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 22px;
    margin-bottom: 25px;
};


.content-right-search .search-form-sidebar {
    position: relative;
}
.content-right-search .search-icon {
	position: relative;
    top: -49px;
    left: 90%;
    transform: translateY(-50%);
}
ul.slide-media_.slide--more-posts {

	list-style: none;
	padding-left: 0;
	max-width: 1100px;
	width: 100%;
	margin: 0px auto;
	padding-left: 0;
	margin-left: 0;
}
.slide-media_ li {
    width: 32.7%;
    float: left;
	height: 500px;
    margin: 3px;
    border: 0px;
    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;
}
.card-recommended-posts__content.media-car- {
    padding: 0;
}
.no-video{
	height: 240px !important;
    width: 100%;
    background-color: black;
    margin-bottom: 1.6em;
}
.view-details-search a {
	position: relative;
    top: 41px;
    right: 0;
    background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
    padding: 14px 35px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}
.view-details-search {
    display: inline-block;
    float: right;
    text-decoration: none;
    text-align: center;
}
.ubermenu-submenu-id-37267 li a {
    padding-left: 0 !important;
}
.drop-single-post_ select {
    border: 0;
    height: 48px;
    width: 336px;
    padding-left: 24px;
    padding-right: 24px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    background: linear-gradient(0deg, #D95A00 0%, #EC6D12 100%);
    cursor: pointer;
    outline: none;
}
.drop-single-post_ select option {
    color: #1948CC;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
}
.subhead-single-grant{
	color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
	margin-top: -25px;
}
.search-results .info-investigation {
    padding-bottom: 15px;
    border-bottom: 0;
    min-height: 40px;
}
nav#ubermenu-main-7765-menu-black-2 {
    z-index: 110;
}
nav#ubermenu-main-7765-menu-black-2 ul#ubermenu-nav-main-7765-menu-black li .ubermenu-submenu {
    /* text-shadow: 0 0 black; */
    background-color: #000;
	margin-top: -5px !important;
	text-align: left !important;
}
nav#ubermenu-main-387-menu-1-2 {
    height: 80px;
    z-index: 100;
}
.bar-left {
    border-left: 1px solid #000;
    height: 100%;
	padding-left: 40px;
	margin-bottom: 25px;
}
.news-alert [type="checkbox"] {
    position: relative;
    left: 100px;
    top: 20px;
}
.cerebrum-alert [type="checkbox"] {
    position: relative;
    left: 100px;
    top: 20px;
}
section#recent-comments-2 {
    display: none;
}
section#archives-2 {
    display: none;
}
section#categories-2 {
    display: none;
}
section#meta-2 {
    display: none;
}
.container-user-info {
    max-width: 1100px;
    width: 100%;
	margin: 0px auto;
	padding-top: 20px;
}
.right-info-user {
    width: 100%;
	height: 100%;
	display: block;
}
.img-single-author {
	text-align: center;
}
.left-info-user {
    width: 50%;
    float: left;
    /* height: 500px; */
    display: block;
}
form#search-filter-form-56374 {
    display: none;
}
.slide-cards .slide-landig-page-yes .slick-slide a .image-content-item-1 {
    max-width: 400px;
}
.slide-cards .slide-landig-page-yes .slick-slide .image-content-item-1 {
    width: 100%;
}

.slide-landig-page-yes{
	margin: 0 auto;
    padding: 0;
   /* max-width: 1110px;*/
    width: 100%;
}
.title-landing-mob i {
    color: #d0d0d0;
    position: relative;
    right: -13px;
    font-size: 18px;
	font-weight: bold;
	display: none;
}
span.caption {
    float: left;
}
span.desciption-thum {
    float: right;
}
.slide-cards-alliance-initiative .slick-slide {
    margin: 0 10px;
}
select#drop-grant {
    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; */
}
.drop-grant::after {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGFyaWEtaGlkZGVuPSJ0cnVlIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtY2hldnJvbi1kb3duIGZhLXctMTQgZmEtM3giIGRhdGEtaWNvbj0iY2hldnJvbi1kb3duIiBkYXRhLXByZWZpeD0iZmFzIiBmb2N1c2FibGU9ImZhbHNlIiByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj4gICAgPHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0yMDcuMDI5IDM4MS40NzZMMTIuNjg2IDE4Ny4xMzJjLTkuMzczLTkuMzczLTkuMzczLTI0LjU2OSAwLTMzLjk0MWwyMi42NjctMjIuNjY3YzkuMzU3LTkuMzU3IDI0LjUyMi05LjM3NSAzMy45MDEtLjA0TDIyNCAyODQuNTA1bDE1NC43NDUtMTU0LjAyMWM5LjM3OS05LjMzNSAyNC41NDQtOS4zMTcgMzMuOTAxLjA0bDIyLjY2NyAyMi42NjdjOS4zNzMgOS4zNzMgOS4zNzMgMjQuNTY5IDAgMzMuOTQxTDI0MC45NzEgMzgxLjQ3NmMtOS4zNzMgOS4zNzItMjQuNTY5IDkuMzcyLTMzLjk0MiAweiIgY2xhc3M9IiIvPjwvc3ZnPg==);
    color: initial;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 20px;
    top: 16px;
    position: absolute;
}
select#drop-grant option {
    color: #1948CC;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    padding: 500px 66px 500px !important;
}
.drop-grant {
    display: inline-block;
    position: relative;
}
.btm-section-grant {
    margin-top: 20px;
}
.text-alliance_ span {
    height: 60px;
    width: 355px;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.32px;
    line-height: 60px;
    position: relative;
    top: 0px;
}
section.no-results.not-found {
    margin: 58px 0;
}
.search-no-results input.search-submit {
	width: 25%;
    height: 41px;
    position: relative;
    left: 32%;
    top: -66px;
    display: block;
    background: linear-gradient(180deg, #EC6D12 0%, #D95A00 100%);
    text-decoration: none;
    color: #FFFFFF;
    font-family: Muli;
    font-size: 16px;
    font-weight: bold;
}
.search-no-results input.search-field {
    background-color: #E4F6FF;
    color: #080808;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 30%;
    height: 41px;
    border: 0px;
    border-bottom: 1.5px solid #0D7FAD !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 22px;
    margin-bottom: 25px;
}
h5.investigator-biographies {
    height: 28px;
    width: 636px;
    color: #1948CC;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    padding: 0;
    margin: -6px 0 20px;
}
.single-grant .subtitle-more-posts::after{
    height: 8px;
}
.container-more-avtivites {
    background-color: #fff;
}
.page-template-template-resources-educators .slick-list{
	overflow: visible;
}
.page-template-template-resources-educators .ptop15 {
    margin: 0px 15px 10px 0;
}
.page-template-page-home {
    background: rgb(250, 250, 250);
}
.content-full-width-single-article{
	width: 1110px;
    margin: 0px auto;
}
.cerebrum_editors_note.cerebrum_single:after{
	content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,#1948CC 0%, #e0affb 100%);
}
.img-article-cerebrum-single-rigth {
    width: 50%;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.publish-article-cerebrum-left {
    width: 50%;
    float: right;
	height: auto;
	margin-top: 15px;
}
.img-article-cerebrum-single-rigth img {
    display: block;
    width: 98px;
    height: 98px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
	float: left;
	margin-right: 25px;
}
.info-publish-cerebrum {
    margin: 10px 0;
}
.sub-title-material_mob{
	color: #0D0D0D;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: -0.3px;
    padding: 0px 20px;
}
h3.sub-title-material_mob p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: -16px;
}
.vc_custom_1563397728330 {
    margin-top: -32px !important;
    margin-bottom: -5px !important;
}
.wpb_text_column.wpb_content_element.content-dana {
    padding-right: 75px !important;
}
.title-single-cerebrum-article img {
    width: 45%;
    height: auto;
}
a.download-pdf-zip {
    padding: 14px 50px 14px 44px;
    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: -20px;
    background-size: 22px 20px;
    background-repeat: no-repeat;
    background-position-x: 84%;
    background-position-y: 14px;
}
a.download-pdf-zip:hover {
    background-color: #FF6A00;
}
.content-buttom-dowzip {
    text-align: center;
}
.slide-cards .slick-list{
	overflow: visible;
    max-width: 1110px;
    margin: 0px auto;
}
.animate{
	transform: scale(1.05);
	transition: transform 0.5s;
}
.container-video-single.home-card-video.home-item{
	transition: box-shadow 0.25s;
}
.container-video-single.home-card-video.home-item:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
}
.container-video-single.home-card-video.home-item {
	box-shadow: 0 2px 4px rgba(0,0,0,.32);
}
.image-content-item-1.card-head-hom-e{
	transition: box-shadow 0.25s;
}
.image-content-item-1.card-head-hom-e:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
}
.image-content-item-1.card-head-hom-e {
	box-shadow: 0 2px 4px rgba(0,0,0,.32);
}
.card-recommended-posts{
	transition: box-shadow 0.25s;
}
.card-recommended-posts:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
}
.card-recommended-posts {
	box-shadow: 0 2px 4px rgba(0,0,0,.32);
}
.item-explore-1{
	transition: box-shadow 0.25s;
	box-shadow: 0 2px 4px rgba(0,0,0,.32);
}
.item-explore-1:hover{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
}
.item-section-latest-from {
	transition: box-shadow 0.25s;
	box-shadow: 0 2px 4px rgba(0,0,0,.32);
}
.item-section-latest-from:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
}
.button-brain-basic-content > input:hover {
    background-color: #1948CC;
    color: #fff;
    border: none;
}
a.btn-more-item:hover {
    background-color: #1948CC;
    color: #fff;
    border: none;
}
.zoom-in::after,
.zoom-out::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
}

.zoom-in:focus::after, .zoom-in:hover::after {
  transform: scale(1.05);
}
.sub-content-item-3 {
    overflow: hidden;
}
.image-content-item-1 {
    overflow: hidden;
}
.card-recommended-posts__content {
    z-index: 1;
}
.image-content-item-1.card-head-hom-e {
    width: 400px;
    overflow: hidden;
    height: 530px;
    float: left;
    position: relative;
    margin: 0;
}
.explore-more_alliance-initiative .center-center-explore {
    width: 80%;
}
span.catg-search {
    color: #0D7FAD;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 32px;
    text-transform: uppercase;
}
h2.title-search-item {
    color: #1948CC;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 6px;
}
.content-search-item {
    font-size: 15px;
    font-family: Roboto;
    color: #575757;
    letter-spacing: -0.06px;
    line-height: 24px;
    margin-top: 12px;
}
.slide-alliance.slide-alliance-initiative .slick-list{
    max-width: 1110px;
    margin: 0px auto;
}
.text-basic_ img {
    width: 50%;
    height: 132px;
	margin: 15px 0;
	object-fit: contain;
}
.page-id-48502 .gfield_label {
    font-family: Roboto !important;
}
.page-id-48502 .gfield input[type=text], .page-id-48502 .gfield select{
	background-color: #E4F6FF;
    color: #080808;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100%;
    height: 41px;
    border: 0px;
    border-bottom: 1.5px solid #0D7FAD !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 22px;
    margin-bottom: 25px;
}
.page-id-48502 .gfield textarea{background-color: #E4F6FF;
    color: #080808;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100%;
    border: 0px;
    border-bottom: 1.5px solid #0D7FAD !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 22px;
    margin-bottom: 25px;

}
.slide-basic-contact-us{
	width: 100%;
	height: 352px;
    position: relative;
    top: -48px;
    z-index: 0;
}
.slide-basic-contact-us .text-basic_ {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 150px;
}
.page-template-template-contact-php .rectangle_.breadcrums-component.breadcrumbs {
    margin-top: -48px;
}
.mail-contact h5 {
    margin-bottom: 0;
    margin-top: -10px;
    font-size: 18px;
}
.mail-contact p {
    font-size: 16px;
}
.email-us-contact h5 {
    margin-bottom: 0;
    margin-top: -10px;
    font-size: 18px;
}
.email-us-contact p{
	font-size: 16px;
	margin-bottom: 18px;
}
.title-single-cerebrum-article h6 {
    color: #000000;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 0;
}
.cerebrum_editors_note p {
    margin-bottom: 1.5em;
}
ul.suggested-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.suggested-ul li {
    /* height: 140px; */
    /* width: 256px; */
    color: #1948CC;
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0;
}
p.title-suggested {
    height: 18px;
    width: 224px;
    color: #4A4A4A;
    font-family: "Helvetica Neue";
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
}
a.download-pdf-zip img {
    position: relative;
    width: 18px;
    top: 4px;
    height: auto;
    left: 19px;
}
.page-template-template-alliance-initiative-php .explore-more_alliance-initiative .center-center-explore {
    width: 100%;
}
.page-template-template-alliance-initiative-php .center-center-explore h5 {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -0.79px;
    line-height: 40px;
	margin-bottom: 8px;
}
.post-type-archive-pdf ul.slide--more-posts.mob-pdf {
    padding: 0;
    margin: 0;
    width: 90%;
    margin: 0px auto;
}
.post-type-archive-pdf ul.slide--more-posts.mob-pdf li {
    list-style: none;
}
.image-content-item-1.home-item, .item-post-pdf.home-item, .container-video-single.lading-page-video.home-item {
    transition: box-shadow 0.25s;
}
.image-content-item-1.home-item:hover, .item-post-pdf.home-item:hover, .container-video-single.lading-page-video.home-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
}
.image-content-item-1.home-item, .item-post-pdf.home-item, .container-video-single.lading-page-video.home-item {
    box-shadow: 0 2px 4px rgba(0,0,0,.32);
}
.text-alliance_ img {
    width: 50%;
    height: 132px;
    margin: 15px 0;
    object-fit: cover;
}
.item-glossary-brain {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}
.slide-cards-alliance-initiative .slick-list {
    overflow: visible !important;
}
.page-template-template-alliance-initiative .slick-initialized .slick-slide {
	display: flex;
	position: relative;
}
.page-template-template-alliance-initiative .slick-list {
	overflow: visible !important;
}
.page-template-template-alliance-initiative .slick-next {
	right: 0;
	z-index: 5;
	color: #F4D93B;
	width: 65px;
	height: 65px;
}
.page-template-template-alliance-initiative .slick-prev {
	/* left: -25px; */
	left: 0;
	z-index: 5;
	color: #F4D93B;
	width: 65px;
	height: 65px;
}
.more-img-reources{
	width: 14px;
    height: 12px;
    padding-top: 2px;
}
.single-cat-material-landing {
    color: #0D7FAD;
    font-family: Roboto;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 32px;
    margin: 0;
    text-transform: uppercase;
    height: 32px;
}
.ptop15.pbottom15.resources-landing {
    margin: 0px 0px 9px 15px;
}
.subtitle-more-posts-mob i {
    position: relative;
    left: 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    display: none;
}
.single-grant .nav-back-mobile {
    height: 48px;
    width: 100%;
    background-color: #F2F4FA;
    position: inherit;
    z-index: 9;
    top: 0;
    padding: 0px 20px;
    line-height: 48px;
}
.author-by {
    font-size: 13px;
    margin-top: -15px;
}
.drop-single-post{
	display: none;
}
.post-type-archive-grant .nav-back-mobile {
    height: 48px;
    width: 100%;
    background-color: #F2F4FA;
    position: relative;
    z-index: 0;
    top: 0;
    padding: 0px 20px;
    line-height: 48px;
}
.single-article li {
    padding-bottom: 15px;
}
@media screen and (max-width: 400px) {
    input.b_ora
    {
        width:100%;
        max-width:278px;
    }
}

/*--------------------------------------------------------------Safari--------------------------------------------*/
@media not all and (min-resolution:.001dpcm) {
	@media{
		.safari_only {

			.sf-field-taxonomy-audience label::after, .sf-field-taxonomy-language label::after, .sf-field-category label::after{
				margin:0px -15px;
			}

		}
		.sf-field-taxonomy-audience label::after, .sf-field-taxonomy-language label::after, .sf-field-category label::after{
			margin:0px -15px !important;
		}


	}
}
@keyframes animationbackground {
	from {
	  background-size: auto 100%;
	  background-position: center;
	}
	to {
	  background-size: auto 110%;
	  background-position: center;
	}

}
@font-face{
	font-family: "Helvetica Neue";
	font-weight: 500;
	font-display: swap;
	src: url('fonts/HelveticaNeueMedium.woff') format('woff'),
	url('fonts/HelveticaNeueMedium.ttf')  format('truetype');
}
@font-face{
	font-family: "Helvetica Neue";
	font-weight: 600;
	font-display: swap;
	src: url('fonts/HelveticaNeueBold.woff') format('woff');
}
@font-face{
	font-family: "Roboto Condensed";
	font-weight: 500;
	font-display: swap;
	src: url('fonts/RobotoCondensed-Regular.woff') format('woff'),
	url('fonts/RobotoCondensed-Regular.ttf')  format('truetype');
}
input[type="submit"]:hover {cursor:pointer;}
.page-template-template-contact .ginput_container.ginput_container_select {
    width: 100%;
}
option:disabled {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.result___{
	display: none;
}
li#wgs_widget-2 {
    list-style: none;
}
input#gsc-i-id1 {
    background-color: #E4F6FF !important;
    color: #080808;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100% !important;
    height: 40px !important;
    border: 0px !important;
    border-bottom: 1.5px solid #0D7FAD !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 26px !important;
    /* margin-bottom: 25px !important;*/
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 6px 8px !important;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
    height: auto;
    width: 100%;
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    margin-bottom: 16px !important;;
    border: 0px !important;;
    border-left: 8px solid !important;;
    border-image-source: linear-gradient( #1948CC 0, #A343D9 50%) !important;;
    border-image-slice: 1 !important;;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    /* font-size: 16px; */
    color: #1948CC !important;
    font-family: Roboto;
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: -0.08px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 6px;
}
.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover{
	height: auto;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    margin-bottom: 16px;
    border: 0px;
    border-left: 8px solid;
    border-image-source: linear-gradient( #1948CC 0, #A343D9 50%);
    border-image-slice: 1;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #0D7FAD !important;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.06px;
    line-height: 32px;
    text-transform: uppercase;
}
.gs-webResult.gs-result {
    padding: 15px 20px;
}
input#gsc-i-id2 {
    margin-top: 26px !important;
    background-color: #E4F6FF !important;
    color: #080808;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100% !important;
    height: 40px !important;
    border: 0px !important;
    border-bottom: 1.5px solid #0D7FAD !important;
}
.page-id-56144 .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 13px 11px !important;
    margin-top: -16px;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    display: none !important;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-landscape {

    display: none !important;
}
.gsc-imageResult.gsc-imageResult-popup, .gsc-results .gsc-imageResult-popup:hover {
    height: 100% !important;
}
.gs-imageResult-popup .gs-image-popup-box {
    padding: 0px !important;
    display: none !important;
}
.mobil-menu-container table.gsc-search-box {
    padding: 0 22px;
}
.wgs_wrapper td.gsib_a {
    padding-top: 19px;
}
.mobil-menu-container form.gsc-search-box.gsc-search-box-tools {
    margin-bottom: -30px;
}
.page-id-56144 .mobil-menu-container .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 12px 11px !important;
    margin-top: -16px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
    margin-top: -22px;
}

.wgs_wrapper td.gsib_a {
    padding: 0 !important;
}
.gsc-results {
    padding-bottom: 2px;
    width: 100% !important;
}
.gsc-results.gsc-imageResult.gsc-imageResult-popup {
    box-shadow: none !important;
}
input#gsc-i-id3 {
    background-color: #E4F6FF !important;
    color: #080808;
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
    display: block;
    width: 100% !important;
    height: 40px !important;
    border: 0px !important;
    border-bottom: 1.5px solid #0D7FAD !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 26px !important;
}
.page-id-55001 .drop-single-post_ {
    display: inline-block;
    position: relative;
}