/*
 Theme Name:   Astrid Child
 Theme URI:    http://athemes.com/theme/astrid
 Author:       El Cultivo
 Author URI:   http://elcultivo.mx
 Template:     astrid
 Version:      2.0.2
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: astrid
 Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

 Astrid WordPress Theme, Copyright 2016 aThemes
 Astrid is distributed under the terms of the GNU GPL v2 or later.

 Astrid is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

body {
	font-family: 'Source Sans Pro', sans-serif !important;
	font-size: 14px;
	color: #656D6D;
	word-wrap: break-word;
	line-height: 1.9;
	letter-spacing: 1px;
	background-color: #fff;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #272727;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	margin-top: 40px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
a,
a:hover {
	color: #22b7ea;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

a:focus {
    outline: none;
}

.widget-area .widget a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.entry-title a:hover {
	color: #22b7ea;
}

.comment-navigation a:hover,
.posts-navigation a:hover,
.post-navigation a:hover {
	color: #22b7ea;
}


.preloader-inner ul li {
    position: absolute;
    width: 2px;
    height: 0;
    background-color: #22b7ea !important;
    bottom: 0;
}

.main-navigation.active {
	display: block !important;
}
/* H E A D E R */
.header-image {
	height: calc(100vh - 55px);
}
.header-image img {
    width: 100%;
	height: calc(100vh - 55px);
    object-fit: cover;
}
.header-image::after {
    background-color: rgba(37, 46, 53, 0);
}

#mainnav-mobi {
	z-index: 3;
	background-color: #212125 !important;
}

.main-navigation a:hover,
.main-navigation li.focus > a {
    color: #22b7ea !important;
}
.main-navigation li a::before {
	border-top: 1px solid #22b7ea !important;
}
.main-navigation li a::after {
    border-bottom: 1px solid #22b7ea !important;
}

.site-header .container {
	width: 1200px;
}
.site-header {
	position: fixed;
    background-color: #212125 !important;
    padding: 0px 0;
}

header#masthead {
    z-index: 99966;
}

.main-navigation ul ul {
	background-color: #212125 !important;
}

.menu-main-menu-container li img.logo {
	width: 25px;
	margin-top: -2px;
	height: auto;
}

li.menu-item .fa-twitter {
	font-size: 1.5em;
	margin-top: 3px;
}

li.menu-item .fa-twitter path {
	fill: #00B9F2;
}

li.menu-item .btn-submenu:last-child {
	display: none;
}
/* S L I D E R */
.box-slide-general {

}

.box-slide-text {
	position: absolute;
    top: 74%;
    left: 77%;
    transform: translate(-50%, -50%);
    z-index:3;


	display: block!important;
    width: 550px;
	height: 265px;
    background-color: white;
    padding: 30px 30px 70px 30px;

	font-size: 32px;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 700;
	line-height: 41px;
	text-align: left;
	color: #22b7ea;
	margin-bottom: 30px;


}

.box-slide-subtitle {
	color: #b7b7c6;
	font-weight: 400 !important;
	line-height: 37px;
	font-size: 17px !important;
}

.box-slide-text a {
	text-decoration: none;
}
.box-slide-text p {
	margin-bottom: 0px;
}

.box-slide-text span a:hover {
	text-decoration: underline;
}

.box-slide-latest {
	position: absolute;
	top: 59%;
	left: 67%;
	transform: translate(-50%, -50%);
    z-index: 4;

	margin-bottom: 0px;
    position: absolute;
    background-color: #22b7ea !important;
    color: #474751 !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 0px 15px;
}
.slick-slide.slick-initialized.slick-slider.slick-dotted {
	display: block!important;
    width: 100%;
	background-color: white;

}

.header-image::after {
	display: none;
}


.slick-slide span {
	display: block;
    color: #b7b7c6;
	font-weight: 600;
    font-size: 13px;
}

.slick-slide span a{
    color: #b7b7c6;
	cursor: pointer;
}

.slick-dots li {
	width: 20px;
    height: 20px;
    margin: 0 0px;
}

.slick-dots li button {
	background-color: transparent !important;
}

.slick-dots li button:before {
    font-size: 9px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	box-shadow: none;
}

.slick-prev, .slick-next {
    top: 85%;
	background-color: transparent !important;
	outline: none;
	z-index: 9;
}
.slick-prev:focus, .slick-next:focus {
	box-shadow: none;

}
.slick-dots {
	width: 120px;
    margin-left: 14px;
	bottom: inherit;
    top: 84.7%;
	display: block;
	left: 64.3%;
	transform: translate(-50%, -50%);

}
.slick-next {
	right: inherit;
    /* left: 164px; */
	display: block;
	left: 70%;
	transform: translate(-50%, -50%);
}
.slick-next:before {
    content: url('./images/next.png');
}

.slick-prev {
    left: 30px;
	display: block;
	left: 61%;
	transform: translate(-50%, -50%);
}
.slick-prev:before {
    content: url('./images/prev.png');
}

.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

/*
.slider-container {
	position: absolute;
	top: 74%;
	left: 77%;
	transform: translate(-50%, -50%);
	z-index: 999999;
}
.slider-text {
	margin-bottom: 0px;
	position: absolute;
	top: -19px;
	left: 33px;
	z-index: 1;
	background-color: #00BAF4 !important;
	color: #474751 !important;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 5px;
	padding: 0px 15px;
}

.slick-slide {
	font-size: 32px;
	font-family: 'Source Sans Pro', sans-serif !important;
	font-weight: 700;
	line-height: 41px;
    text-align: left;
	color: #00b9f2;
}



 */
/* G E N E R A L E S */

button,
.button,
input[type="button"],
input[type="reset"] {
    border: 0 !important;
	background-color: #22b7ea !important;
	color: white !important;
    /* padding: 12px 30px; */
    padding: 5px 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
}
input[type="submit"] {
	border: 0 !important;
	background-color: #22b7ea;
	color: white !important;
    padding: 5px 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: white !important;
	color: #22b7ea !important;
	text-decoration: none;
}

/* input[type="submit"] :hover {
	fill: red;
} */


.btn-blue {
	background-color: #22b7ea !important;
	color: white !important;
    padding: 12px 30px;
    font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-blue:hover {
	background-color: white !important;
	color: #22b7ea !important;
	text-decoration: none;
}

span.title-decoration {
	display: none;
}
.atblock .widget-title::after {
	display: none;
}

/* H O M E */
#section-two {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	/*New colors*/
	background-color: #fdb934 !important;
}
#section-two .widget-title {
	margin-bottom: 20px !important;
	color: #474851 !important;
}
#section-two .textwidget {
	width: 100%;
    max-width: 860px;
	margin: 0 auto;
}
#section-two .textwidget p{
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0px;
	line-height: 38px;
	color: #474851 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
}
#section-two .textwidget p a {
	font-size: 14px;
	font-style: normal;
	letter-spacing: 2px;
	display: block;
	font-weight: 700;
	padding-bottom: 20px;
}


#btn-read .textwidget p {
	margin-bottom: 0px;
}
#btn-read .textwidget p a {
    letter-spacing: 1px;
}
/* Custom */
.entry-meta {
    margin-bottom: 10px !important;
}
.entry-summary p:last-of-type {
	margin-bottom: 20px;
}

/* H O M E  -  S E R V I C E*/

.service-thumb {
	border-bottom: 1px solid #E2E2E2;
}

.service-thumb img {
	width: 80px;
	object-fit: contain;
	height: 86.30px;
	margin-bottom: 20px;
}

.service-content {
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
    flex-direction: column-reverse;
	font-size: 20px;
}

.service-title {
	font-weight: 600;
    width: 79%;
    line-height: 29px;
    font-size: 20px;
    margin: 0 auto;
    color: #212125;
}
.service-title a:hover {
	color: #22b7ea;
}

/* H O M E   -  B L O G */
.blog-post-container {
	width: calc(100% / 3);
	float: left;
}
.blog-post-container:nth-of-type(3n+1) {
	clear: left;
}

.blog-post-container .entry-meta {
	color: #fff;
    margin-bottom: 0px;
    width: 80%;
    text-align: center;
	font-size: 14px;
    font-weight: 500 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 23px;
    max-height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-thumb {
	position: relative;
    overflow: hidden;
	width: 100%;
	padding-bottom: 62.5%;
	background-color: whitesmoke;
	position: relative;
	margin: 0px;
	opacity: 1;
}
.post-thumb img{
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	user-select: none;
}

/* .post-thumb:hover{
    opacity: 1;
} */
/* .post-thumb:hover .post-content {
    right: 0;
} */

.post-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
    justify-content: center;
	    background-color: rgba(71, 71, 81, 0.7);
	-webkit-transition: right 0.5s;
	transition: right 0.5s;
}
.post-content .entry-title {
	border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    width: 75%;
    margin: 0 auto 15px auto;
    text-align: center;
	font-weight: 600;
}
.post-content .entry-title a {
	color: white;
	line-height: 34px;
}
.post-content .entry-summary {
	color: #fff;
	margin-bottom: 0px;
	width: 80%;
    text-align: center;
    font-weight: 400;
	/*Text overflow en summary blog*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 23px;
	max-height: 80px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.post-content .entry-meta {
	border: 0;
	margin-bottom: 0px;
	font-weight: 600;
}
.post-content .entry-meta .posted-on,
.post-content .entry-meta .cat-links {
	display: none;
}
.post-content .entry-meta .byline {
	font-size: 14px;
}
.post-content .entry-meta .byline .fa.fa-user {
	display: none;
}
.post-content .entry-meta .byline::after {
    display: none;
}
.post-content .entry-meta .byline::before {
	content: 'BY';
	margin: 0 3px 0 0;
	color: #ffffff;
	text-transform: uppercase;
    font-weight: 400;
}
.post-content .entry-meta .byline .author.vcard a {
	color:  #22b7ea !important;
	text-transform: uppercase;

}
.post-content .entry-link {
	color:  #22b7ea !important;
	text-transform: uppercase;
    font-weight: bold;
}
.post-content a.entry-link:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.blog-button {
	display: none;
}
#blog {
	padding: 30px 0px 40px 0px !important;
}
#blog {
	padding: 30px 0px 40px 0px !important;
}
#blog .atblock .widget-title {
	margin: 0 0 10px;

}
#blog .textwidget {
	font-weight: 100;
	font-size: 16px;
}
/* #news .blog-post.astrid-3col {
	width: 33.2%;
	padding: 0px !important;
} */
#news .post-thumb img {
	width: 100% !important;
}
/*New colors*/
#mission{
	background-color: #fdb934 !important;
}

#mission .atblock.container .textwidget{
	width: 100%;
	max-width: 860px;
	margin: 0 auto 20px auto;
}

#mission .atblock .widget-title {
	margin: 0 0 20px;
	color: #474851 !important;
}

#mission .textwidget p {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0px;
	line-height: 38px;
	color: #474851 !important;
	font-family: 'Source Sans Pro', sans-serif !important;
}
#mission .textwidget p a {
	color: #454550 !important;
    text-decoration: underline;
}
/* H O M E  -  ENDORSED Y ADOPTED */
.textwidget {
	text-align: center;
	font-weight: bold;
}
#adopted .atblock .widget-title,
#endorsed .atblock .widget-title {
    margin: 0px 0 0px;
}
#adopted .textwidget p:first-child, #endorsed .textwidget p:first-child {
	font-size: 43px;
	font-weight: 700;
    line-height: 48px;
	color: #22b7ea !important;
}
#endorsed .textwidget p, #adopted .textwidget p {
	margin: 0px;
	font-size: 18px;
	letter-spacing: 0px;

}
#endorsed {
	/*border-right: 2px solid #3C3C47; new colors*/
}
#endorsed .atblock.container,
#adopted .atblock.container {
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
	min-height: 300px;
}









/* P A G E - T E M P L A T E   - G E N E R A L */


/* N A V   E N   P A G E */
#page .entry-nav {
	border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
	margin-bottom: 40px;
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}

#page .entry-nav .entry-nav__list {
	list-style: none;
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	flex-direction: row;
	padding: 0px;
    margin: 0;
}

#page .entry-nav .entry-nav__items {
	position: relative;
	padding: 0 10px;
	color: #b7b7c6;
}
#page .entry-nav .entry-nav__items a {
	color: #b7b7c6;
}
#page .entry-nav .entry-nav__items.active {
	color: #00b9f2;
}

#page .entry-nav .entry-nav__items:first-child {
	padding-left: 0px;
	color: #b7b7c6;
}
#page .entry-nav .entry-nav__items::after {
	position: absolute;
	content:"/";
	top:0;
	right: -3px;
}
#page .entry-nav .entry-nav__items:last-child::after {
	display: none;
}


/* L E N G U A J E   E N   P A G E */

#page .entry-nav .entry-lenguaje__list, .entry-nav__list02 {
	text-transform: uppercase;
	list-style: none;
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	flex-direction: row;
	padding: 0px;
	margin: 0;
	align-items: center;
	height: 100%;
}

#page .entry-nav .entry-lenguaje__items {
	position: relative;
	padding: 0 10px;
	color: #474751;
}
#page .entry-nav .entry-lenguaje__items a {
	color: #474751;
}

#page .entry-nav .entry-lenguaje__items:first-child {
	padding-left: 0;
}

#page .entry-nav .entry-lenguaje__items.active a{
	color: #00b9f2;
}


#page .entry-nav .entry-lenguaje__items:after {
	position: absolute;
	content:"|";
	top:0;
	right: -3px;
	color: #474751;
}

#page .entry-nav .entry-lenguaje__items:last-child:after {
	display: none;
}






.page .entry-title {
	font-weight: 600;
	color: #474751;
}
.page .entry-content {
	font-size: 18px;
	font-weight: 300;
    letter-spacing: 0px;
	color: #212125;
}
.page .entry-content b {
	color: #474751;
}
/* .page .entry-content a{
	color: #212125;
} */
.page .entry-content a:hover {
	color: #22b7ea;
}
.page .entry-content h3 {
	font-weight: 600;
    font-size: 30px;
	color: #474751;
	letter-spacing: 0px;
	padding-top: 10px !important;
}
.page .entry-content h3:first-child{
	padding-top: 0px !important;
}
.page .entry-content .content-team a b{
	color: #22b7ea;
}

.page-template-default #secondary{
	display: none;
}
.page-template-default #primary{
	width: 100%;
}

/*Grid para post Layout*/
.posts-layout {
	display: -ms-grid;
	display: grid;
	grid-row-gap: 34px;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
}

/*Imágen en grid */

.one-element {
		position: relative;
		font-family: Arial;
		min-height: 217px;
	}
	.one-element img {
		width: 100%;
		max-width: 100%;
		min-width: 220px;
		height: 217px;
		object-fit: cover;
		transition: all 0.35s;
		filter: brightness(0.7);
	}

	.one-element img:hover {
		/* opacity: 0.6; */
	}

	.tag-overlay{
		text-align: left;
		margin-top: 15px;
		padding: 1.5px 20px;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.tag-overlay > span{
		font-family: 'Source Sans Pro', sans-serif;
		margin-left: 10px;
		font-size: 14px;
	}

	.tag-overlay > a{
		color: white;
		text-decoration: none;
	}

	.title-overlay{
		padding: 1.5px 20px;
		background: rgba(0, 0, 0, 0.438);
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 100px;
		max-height: 80px;
		z-index: 1000;
	}

	.overlay {
		position: absolute;
		top: 0;
		/*bottom: 0;
		left: 0;*/
		/*padding: 1.5px 20px;*/
		/* background: rgba(0, 0, 0, 0.438); */
		text-align: center;
		display: block;
		width: 100%;
		height: 100%;
		/*height: 100px;*/
		min-height: 57px;
		/*max-height: 80px;*/
		color: #fff;
		z-index: 1000;
	}
	.overlay .headline {
		margin-bottom: 10px;
	}
	.overlay .entry-title {
		display: block;
		text-align: left;
		margin-bottom: 20px;
		line-height: 19px;
	}

	.overlay .entry-title a {
		line-height: 19px;
		font-size: 16px;
		color: #ffff !important;
	}

	.description-resource{
		/*margin-top: 25px;*/
	}
	.entry-date.published {
		font-size: 14px;
		line-height: 16px;
	}
	.entry-content p {
		display: block;
	}

	.author.vcard  {
		line-height: 12px !important;
		font-size: 14px;
		width: 85%;
	}

	.cat-links {
		display: none;
	}

	.entry-meta {
		padding: 10px 20px 0px 20px;
	}

	/*.entry-meta a:nth-child(2) {
		display: none;
	}*/

	.by-class::before{
		content: 'by';
		color: #b7b7c6;
	}

	.read-more.clearfix {
		display: none; /* Oculta botón read-more */
	}

	/* Previuso && Next */
	.posts-navigation .nav-previous {
		padding-top: 25px !important;
		width: 50% !important;
		float: right !important;
		text-align: right;
		font-weight: bold;
		font-size: 16px;
	}

	.posts-navigation .nav-next {
		padding-top: 25px !important;
		width: 50% !important;
		float: left !important;
		text-align: left;
		font-weight: bold;
		font-size: 16px;
	}
	.posts-navigation .nav-previous::after{
		content: '»';
		padding-left: .5em;
	}
	.posts-navigation .nav-next::before{
		content: '«';
		padding-right: .5em;
	}

/* Estilos search-form */
.search-form {
	margin-right: 15px;
	position: relative;
	padding: 0 10px;
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
}
.search-form input[type="submit"] {
	background-color: transparent;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 90;
    margin: 0;
    height: 100%;
    right: 0;
    top: 0;
}

.svg-search-form {
	z-index: 89;
	position: absolute;
	top: 32%;
	right: 10px;
	bottom: 50%;
}
/* Estilos search-form para el footer */
/* Fix a title de filtro */
.page-header .page-title {
    padding: 0 0;
}
.menu--search-footer-container{
	width: 100%;
	height: auto;
}
.search--footer-list{
	list-style: none;
	margin-left: 30%;
	margin-top: 0;
}
.search--footer-form{
	position: relative;
	padding: 0 10px;
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
}
.search--footer-field{
	border: none !important;
    font-size: 16px;
    letter-spacing: 0.2px;
    padding: 5px 30px !important;
	width: 100%;
	background: transparent !important;
	color: white !important;
	outline: black;
}
.search--footer-svg{
	z-index: 89;
	position: absolute;
	top: 32%;
	left: 15px !important;
	bottom: 50%;
}
#nav_menu-4.widget.widget_nav_menu{
	margin-bottom: 0 !important;
}
/* Fin Footer search */

article#post-4245,
article#post-4126,
.article-tittle {
	padding-bottom: 0px;
}

.posts-layout article:first-child {
	border-top: 0;
	/* padding-top: 30px; */
}

.posts-layout article#post-4245,
.posts-layout article#post-4126,
.posts-layout article:first-child  {
	/* padding: 60px; */
	border-top: 0;
	/* padding-top: 30px; */
}

.error-404.not-found .page-content {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #212125 !important;
}

.no-results.not-found .page-title {
	padding: 0;
    font-weight: 500;
}
.no-results.not-found .page-content {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #212125;
}

/* E N D O R O S E D   B Y*/

.content-images {
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.content-images p {
	width: auto;
	/* max-width: 180px; */
	height: 70px;
	margin-bottom: 70px;
}
.content-images p img {
	width: auto;
	min-width: 141px;
	max-width: 175px;
	height: 70px;
	object-fit: contain;
}


/* P A G E - T E M P L A T E   - A D O P T E D */
#mapaFull {
	width: 1168px;
	text-align: center;
	position: relative;
	margin-right: auto;
}
.content-govenrments {
	/* display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	height: 281px; */
	-moz-column-width: 13vw;
	-moz-column-gap: 15px;
	-webkit-column-width: 13vw;
	-webkit-column-gap: 15px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
}

.content-govenrments p.p-adopted {
    /* width: calc(100% / 4);
    padding: 0 15px 0 0; */
}

.content-govenrments p.p-adopted,
.content-govenrments p.p-adopted a,
.content-local-govenrments p.p-adopted,
.content-local-govenrments p.p-adopted a,
.content-local-govenrments h5 {
	color: #22b7ea;
	font-size: 18px;
	font-weight: 600;
    line-height: 27px;
}

.content-govenrments,
.content-local-govenrments {
	padding-left: 0px;
}

.content-local-govenrments {
	/* display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 712px;
	height: 580px; */
	-moz-column-width: 13vw;
	-moz-column-gap: 15px;
	-webkit-column-width: 13vw;
	-webkit-column-gap: 15px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 15px;
}


.content-local-govenrments p.p-adopted,
.content-local-govenrments h5 {
    /* width: calc(100% / 6);
	margin-top: 0px; */

}



/* W H O   W E   A R E */
.content-team {
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-bottom: 30px;
}

.content-team--col-20 {
    width: 20%;
}
.content-team--col-20 div img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.content-team--col-20 b {
    display: block;
}

.content-team--col-80 {
    width: 80%;
}
.content-team--col-80 span {
    display: block;
}

/* ------------------ */

.content-advisory {
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
    flex-direction: row;
	border-top: 1px solid #eee;
	padding-top: 35px;
    margin-bottom: 10px;
	min-height: 100px;
}
.content-advisory p:first-child {
	width: 20%;
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
    align-items: flex-start;
    justify-content: center;
}
.content-advisory p:last-child {
	width: 80%;
}
.content-advisory p strong {
	color: #212125;
}
.content-advisory p img{
	border-radius: 100%;
	width: 100px;
	height: 100px;
	object-fit: cover;
}

.content-advisory img{
	border-radius: 100%;
	width: 100px;
	height: 100px;
	object-fit: cover;
}


.entry-content ul li ul {
	padding: 0px;
    list-style: disc;
}

/* .entry-content ol{
	padding: 20px;
} */

.content-stewards ul {
	padding: 0 0 0 20px;
}
.content-stewards span {
	color: #22b7ea;
	font-style: italic;
	display: block;
	padding-left: 20px;
}
.content-stewards h3 {
    padding-top: 0px;
}
.content-stewards span a{
	color: #22b7ea !important;
}

.content-workingGroups ol {
	padding: 0 0 0 20px;
}
.content-workingGroups span {
	color: #22b7ea;
	font-style: italic;
	display: block;
	padding-left: 20px;
}
.content-workingGroups h3 {
    padding-top: 40px;
}
.content-workingGroups span a {
	color: #22b7ea !important;
}


.page-header article#post-3859 {
	padding: 0px 60px;
	border: 0;
}
.page-header article#post-3859 .entry-header {
	/* display: none; */
}
.archive .page-header .entry-title {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    margin-top: 0px;
    letter-spacing: 1px;
    padding: 60px 60px 0px 60px;
}

.archive.tax-principles .entry-title,
.archive.tax-territories .entry-title,
.archive.tax-themes_and_topics .entry-title {
    font-weight: 600;
}

.archive.tax-principles article.article-tittle {
    padding: 0px 60px;
    border: 0px;
}
.archive.tax-territories article.article-tittle {
	padding: 0px 60px;
	border: 0;
}
.archive.tax-themes_and_topics article.article-tittle {
	padding: 0px 60px;
    border: 0;
}


.archive.tax-principles article.article-tittle .entry-header {
    display: none;
}

.archive.tax-territories article.article-tittle .entry-header {
	display: none;
}
.archive.tax-themes_and_topics article.article-tittle .entry-header {
	display: none;
}

.post-template-default.single-post .single-thumb {
	display: none;
}

.post-template-default.single-post .entry-post-autor .entry-meta {
	border:0;
}

/*  B L O G  */
.blog .posts-layout .entry-title a,
.single-post .type-post .entry-title,
.archive.author .posts-layout .entry-title a,
.archive.category .posts-layout .entry-title a,
.search.search-results .type-post .entry-title a,
.search.search-results .page .entry-title a,
.archive .type-post .entry-title a {
	color: #22b7ea;
    font-weight: 400;
}
.blog .posts-layout .entry-meta,
.single-post .type-post .entry-meta,
.archive.author .type-post .entry-meta,
.archive.category .type-post .entry-meta,
.search.search-results .type-post .entry-meta,
.archive .type-post .entry-meta {
	font-size: 16px;
	font-weight: 400;
}
.blog .posts-layout .entry-meta .entry-date.published,
.single-post .type-post .entry-meta .entry-date.published,
.archive.author .type-post .entry-meta .entry-date.published,
.archive.category .type-post .entry-meta .entry-date.published,
.search.search-results .type-post .entry-meta .entry-date.published,
.archive .type-post .entry-meta .entry-date.published {
	color: #22b7ea;
	font-weight: 400;

}

.blog .posts-layout .entry-thumb,
.archive.author .posts-layout .entry-thumb,
.archive.category .posts-layout .entry-thumb,
.search.search-results .posts-layout .entry-thumb,
.archive .posts-layout .entry-thumb {
	display: none;
}

.blog .posts-layout .entry-summary,
.single-post .type-post .entry-summary,
.archive.author .type-post .entry-summary,
.archive.category .type-post .entry-summary,
.search.search-results .type-post .entry-summary
.archive .type-post .entry-summary {
	width: 100%;
	font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #212125;
}

.archive.author .page-header .taxonomy-description {
	padding: 0 60px;
	width: 100%;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #212125;
	margin-top: 20px;
    margin-bottom: 20px
}

.archive .has-post-thumbnail .entry-summary, .entry-thumb {
    width: 100% !important;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #212125;
    margin-bottom: 30px !important;
}

.single-post .entry-content {
	font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #212125;
}

.single-post .entry-content h3 strong{
	font-weight: 600;
	font-size: 30px;
	color: #474751;
	letter-spacing: 0px;
}

.page-header .page-title .fa {
	color: #22b7ea;
}


/* P A G E - T E M P L A T E   -  P R I N C I P L E S */
.container-principles{
	width: 100%;
	position: relative;
}
.content-principles-ttl {
	width: 1140px;
	text-align: center;
	padding: 50px;
	color: #474851 !important;
}
.padding-principles{
	margin-top: 288px;
}
.content-summary{
	padding-top: 0px !important ;
}


.content-principles-ttl p {
	font-style: italic;
	width: 80%;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
}
.content-principles-ttl p:first-child{
	font-size: 28px;
	letter-spacing: 5px;
	width: 80%;
	margin: 0 auto;
	font-style: initial;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 20px;
	text-align: center;
}

.content-principles h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 0px;
	color: #e55845;
}

.content-principles {
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	flex-direction: row;
    margin-bottom: 20px;
}

.content-principles--col-15 {
	width: 15%;
}

.content-principles--col-85 {
	width: 85%;
}

.content-summary ol {
	list-style: none;
    padding: 0px;
}

.content-summary ol li a {
	color: #22b7ea !important;
	font-weight: 700;
}

.content-preamble h5{
	font-weight: 700;
    font-size: 22px;
    color: #474751;
    letter-spacing: 0px;
}

.content-preamble ol {
	padding-left: 25px;
}

.content-preamble ol li {
	padding-left: 40px;
}

.content-preamble span {
	color: #22b7ea;
}

.content-preamble ul {
	list-style: disc;
}
.content-preamble ul li {
    padding-left: 15px;
}

.content-preamble ol li ol {
    padding-left: 40px;
}
.content-preamble ol li ol li p strong{
    font-weight: 600;
}

.content-preamble ol li {
	color: #22b7ea;
	font-weight: 600;
}

.content-preamble ol li ul li {
	color: #212125;
	font-weight: 300;
}

.content-preamble ol li ul li p.p1 {
	color: #212125;
	font-weight: 300;
    margin-bottom: 20px;
}

.content-preamble ol li ol li {
	color: #212125;
	font-weight: 300;
}

.content-preamble ol li .content-list-ord {
	color: #212125;
	font-weight: 300;
}

.content-preamble ol li p.p1{
	font-weight: 300;
	margin-bottom: 35px;
}

.principles-complete h5 {
	font-weight: 600;
	font-size: 30px;
	color: #e55845; /*new colors*/
	letter-spacing: 0px;

	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	flex-direction: row;
    align-items: center;
}

.principles-complete h5 strong {
	font-weight: 100;
	color: #474751;
	padding-left: 40px;
	width: auto;
	min-width: 195px;
	max-width: 195px;
}
.image-size{
	width: 90px!important;
	height: 97px;
}
.principles-complete h5 img {
	/* margin-right: 50px; */
	width: 70px !important;
    max-width: 70px;
	height: 64.8px;
    object-fit: contain;
}

.principles-complete ol {
    padding-left: 25px;
}

.principles-complete ol li {
    padding-left: 40px;
}

.principles-complete ol li ol {
    padding-left: 40px;
}

.principles-complete ol li ol li p strong{
    font-weight: 600;
}

.principles-complete ol li {
	color: #22b7ea;
	font-weight: 600;
}

.principles-complete ol li ul li {
	color: #212125;
	font-weight: 300;
}

.principles-complete ol li ul li p.p1 {
	color: #212125;
	font-weight: 300;
    margin-bottom: 20px;
}

.principles-complete ol li ol li {
	color: #212125;
	font-weight: 300;
}

.principles-complete ol li .content-list-ord {
	color: #212125;
	font-weight: 300;
}
.principles-complete ol li p {
	color: #212125;
	font-weight: 300;
}

.principles-complete ol li .content-list-ord-alp {
	list-style-type: lower-latin;
}

/* m o d a l e s */
.page .entry-content a.sg-show-popup {
	color: #22b7ea;
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
	position: relative;
}
.page .entry-content a.sg-show-popup:after {
	position: absolute;
	content: url('./images/flecha.png');
	top: -2px;
	right: -84px;
	width: 100%;
	height: 100%;
}

.sg-info-panel-wrapper {
	display: none !important;
}

#sgcboxTopLeft,
#sgcboxTopCenter,
#sgcboxTopRight,
#sgcboxMiddleLeft,
#sgcboxMiddleRight,
#sgcboxBottomCenter,
#sgcboxBottomLeft,
#sgcboxBottomRight {
	display: none !important;
}
#sgcboxWrapper {
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
#sgcboxLoadedContent p {
	width: 90%;
	margin: 40px auto;
	font-size: 16px;
	font-weight: 400;
}
.colorbox1 #sgcboxClose {
	top: 0 !important;
	background-color: transparent !important;
}
.colorbox2 #sgcboxClose {
	top: 0 !important;
	background-color: transparent !important;
}
.colorbox2 #sgcboxContent {
	    background-color: white !important;
}
.colorbox3 #sgcboxContent {
	    background-color: white !important;
}
.colorbox3 #sgcboxClose {
	background-color: transparent !important;

}
.colorbox4 #sgcboxClose {
	width: 32px !important;
    height: 32px !important;
	top: 0 !important;
	right: 0 !important;
}
.colorbox4 #sgcboxLoadedContent {
    margin-bottom: 0px !important;
}
.colorbox5 #sgcboxClose {
    top: 0px !important;
}

.colorbox6 #sgcboxClose {
	width: 37px !important;
    height: 37px !important;
    top: 0px !important;
    right: 2px !important;
    background-color: transparent !important;
}

div#sgcboxContent {
    padding: 30px 30px 0;
}

/* T O O L T I P */
.qtip,
.qtip-dark {
	background-color: #fbfbfb !important;
	border-color: transparent !important;
	border: 0 !important;
	font-size: 16px;
    line-height: 26px;
	max-width: 600px !important;
	color: #474751 !important;
	border-radius: 0;
    box-shadow: 2px 1px 8px 2px rgba(0,0,0,.1);
}

.qtip-content {
	padding: 20px 26px;
    text-align: left;
    word-wrap: break-word;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
}
.qtip-content strong {
	color: #00b9f2;
	font-weight: 600;
}
span.tooltipsall {
	border-bottom: 0 !important;
	background-color: #c5f1ff;
	display: inline-block;
	height: auto;
	line-height: 25px;
    padding-left: 0px;
}
h5 span.tooltipsall {
	padding: 2px;
	margin: 0px 2px;
}

span.tooltipsall:hover {
	color: #474751 !important
}

span.tooltipsall:focus {
    outline: none !important;
}

div.qtip-tip {
	line-height: 6px;
    left: 5px;
    top: -10px !important;
    width: 1px;
    height: 2px;
	border: 1px !important;
    border-left: 6px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-bottom: 10px solid #ccc !important;
}

.qtip-tip canvas {
	display: none !important;
}

/* H O M E - N e w s l e t t e r*/

#newsletter {
	/*New colors*/
	/*border-top: 2px solid #3C3C47;*/
	padding-top: 60px !important;
	background-color: #fdb934 !important;
}
#newsletter .atblock {
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
}
#newsletter .atblock .widget-title {
	width: 44%;
	margin-left: 32px;
}
#newsletter .atblock .textwidget {
	width: 56%;
}
#newsletter .widget-title {
	text-align: left;
	font-size: 25px;
	font-weight: 300 !important;
	font-style: italic;
	margin: 0px 0px 20px 0px;
	color: #474851 !important;
}
#newsletter .textwidget p {
	text-align: left;
	font-size: 20px;
	font-weight: 300 !important;
	width: 100%;
	line-height: 29px;
	color: #474851 !important;
}

#newsletter .atblock.container {
	max-width: 915px;
	padding: 0px;
}
/* N E W S L E T T E R */
.entry-newsletter {
	width:100%;
	height: 100%;
    background-color: #fdb934; /*new color*/
    padding-bottom: 60px;
}
.entry-newsletter .entry-newsletter__container {
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
	width: 100%;
	max-width: 915px;
	margin: 0 auto;
	position: relative;
}

.entry-newsletter .entry-newsletter__container .mc-field-group{
	width: 100%;
    max-width: 400px;
}

.entry-newsletter .entry-newsletter__fields {
	border: 0;
    border-radius: 0;
    width: 96%;
    height: 38px;
    padding: 0 10px;
    text-transform: capitalize;
    font-style: italic;
    color: #afafb6;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.entry-newsletter .mc-field-group.margin-left{
    margin-left: 32px;
}
.entry-newsletter .entry-newsletter__fields::placeholder {
	color: #afafb6;
}

input[type="submit"]#mc-embedded-subscribe{
    margin: 0px 0px 0px -5%;
	padding: 2px 30px;
}


/* VALIDATION NEWSLETTER*/

#mc_embed_signup div.mce_inline_error {
    padding: 3px 10px !important;
    background-color: #f42f2f !important;
    font-weight: 500 !important;
	width: 96% !important;
}
#mce-responses {
	position: absolute;
    bottom: -41px;
	left: 0px;
    color: #fff;
}
#mce-error-response {
	margin-left: 32px;
	color: #f42f2f;
	font-weight: 600 !important;
	font-size: 16px !important;
}
#mce-success-response {
	margin-left: 32px;
	color: #22b7ea;
	font-weight: 600 !important;
	font-size: 16px !important;
}

/* F O O T E R */
.footer-branding {
    padding: 0px;
}
.footer-widgets, .site-footer, .footer-info {
    background-color: #212125;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer-widgets {
    font-size: 16px;
}
.footer-widgets .widget-title {
    margin-top: 9px;
}
#footernav.footer-navigation {
	display: none;
}
.footer-widgets .widget {
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
}
.site-footer a:hover, .footer-info a:hover, .footer-widgets a:hover {
    text-decoration: none;
    color: #22b7ea !important;
}
.footer__redes svg {
	font-size: 2em;
    color: #b7b7c6;
}

.footer__redes:hover svg {
    color: #22b7ea;
}

/* .footer__redes:hover svg.footer-email {
    fill: #00BAF4;
} */

.footer-contact-block .fa {
	    color: #b7b7c6;
}
/* i.fa:hover  {
	color: #00BAF4 !important;
} */

.widget ul {
    padding: 0 0 0 20px;
    margin: 0px;
}
.widget li {
	list-style: none;
}
.widget li a {
	color: #fff;
}
.widget-title {
	font-size: 16px;
	font-weight: 600 !important;
}
/* #nav_menu-4 .widget-title {
	display: none;
} */
#nav_menu-4 #menu-item-4814 a,
#nav_menu-4 #menu-item-4856 a {
    font-weight: normal !important;
}

#nav_menu-4 #menu-item-4815 a {
    margin-top: 34px;
}
#nav_menu-4 li.menu-item a{
	color: #fff;
	font-size: 16px;
	font-weight: bold !important;
}

.site-footer {
	color: white;
}
.site-copyright {
	font-family: 'Raleway', sans-serif;
    font-size: 13px;
}
.site-copyright, .footer-navigation {
    width: 100%;
    float: left;
}
.site-copyright--enlace {
	text-decoration: underline;
	color: #22b7ea !important;
}



/* R E S O U R C E    C E N T R E */
aside.widget.widget_recent_posts li {
	list-style: decimal;

	padding:5px 0px;
	font-size: 14px;
    color: #656D6D;
	word-wrap: break-word;
	line-height: 1.9;
	letter-spacing: 1px;
	font-weight: 300;
}

aside.widget_recent_posts .recent-title {
	padding: 0;
}

aside.widget_recent_posts .recent-title a{
	color: #656D6D;
}

.page-content .search-form input,
.page-content .search-form .search-text{
	display: none;
}

input.search-field {
	border: none;
	font-size: 16px;
	letter-spacing: 0.2px;
	padding: 5px 10px;
    width: 100%;
}

input.search-field::placeholder {
	color: #00b9f2;
}

input.search-field:focus{
	outline: none;
	box-shadow: 1px 1px 5px #eee;
}

.search-text {
	padding-top: 25px;
	display: block;
}

aside h4.widget-title {
	color: #00b9f2;
	font-weight: 400 !important;
}

.entry-summary {
	padding: 0 20px 0 0;
	line-height: 21px !important;
	font-size: 14px !important;
	/* display: none;  */
	/*Oculta texto de Resources*/
}

.search.search-results .has-post-thumbnail .entry-summary,
.search.search-results .post.type-post .entry-summary {
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #212125;
}
.search.search-results .has-post-thumbnail .entry-summary p:last-of-type {
	margin-bottom: 20px;
}


.blog .entry-meta .byline,
.archive.author .entry-meta .byline,
.archive.category .entry-meta .byline,
.search.search-results .entry-meta .byline,
.search.search-results .entry-thumb,
.post-template-default.single.single-post .entry-header .entry-meta .byline,
.post-template-default.single.single-post .single-thumb,
.archive .entry-meta .byline {
	/*display: none;*/

}

.blog .entry-post-autor .posted-on,
.blog .entry-post-autor .cat-links,
.archive.category .entry-post-autor .posted-on,
.archive.category .entry-post-autor .cat-links,
.archive.author .entry-post-autor .posted-on,
.archive.author .entry-post-autor .cat-links,
.search.search-results .entry-post-autor .posted-on,
.search.search-results .entry-post-autor .cat-links,
.archive .entry-post-autor .posted-on,
.archive .entry-post-autor .cat-links {
	display: none;
}

.entry-meta svg {
	margin-right: 5px;
}
.entry-post-autor .entry-meta svg {
	display: none;
}

.entry-title.blog {
    font-weight: 600 !important;
	color: #272727 !important;
}

.blog .entry-post-autor .entry-meta,
.archive.author .entry-post-autor .entry-meta,
.archive.category .entry-post-autor .entry-meta,
.search.search-results .entry-post-autor .entry-meta,
.archive .entry-post-autor .entry-meta {
	border: 0;
}

.blog .entry-post-autor .entry-meta .byline,
.archive.author .entry-post-autor .entry-meta .byline,
.archive.category .entry-post-autor .entry-meta .byline,
.search.search-results .entry-post-autor .entry-meta .byline,
.archive .entry-post-autor .entry-meta .byline {
	display: block;
}

.blog .entry-post-autor .entry-meta .byline .fa,
.archive.author .entry-post-autor .entry-meta .byline .fa,
.archive.category .entry-post-autor .entry-meta .byline .fa,
.search.search-results .entry-post-autor .entry-meta .byline .fa,
.search.search-results .entry-thumb,
.archive .entry-post-autor .entry-meta .byline .fa {
	display: none;
}

.blog .entry-post-autor .entry-meta span:after,
.archive.author .entry-post-autor .entry-meta span:after,
.archive.category .entry-post-autor .entry-meta span:after,
.search.search-results .entry-post-autor .entry-meta span:after,
.archive .entry-post-autor .entry-meta span:after {
	display: none;
}

.blog .entry-post-autor .entry-meta span a,
.archive.author .entry-post-autor .entry-meta span a,
.archive.category .entry-post-autor .entry-meta span a,
.search.search-results .entry-post-autor .entry-meta span a,
.archive .entry-post-autor .entry-meta span a {
	color: #b7b7c6;
    font-size: 14px;
}
.blog .entry-post-autor .entry-meta span a:before,
.archive.author .entry-post-autor .entry-meta span a:before,
.archive.category .entry-post-autor .entry-meta span a:before,
.search.search-results .entry-post-autor .entry-meta span a:before,
.post-template-default.single-post .entry-post-autor .entry-meta span a:before,
.archive .entry-post-autor .entry-meta span a:before {
	content: " by ";
	top: 0;
	left: 0;
}

.post-template-default.single.single-post .entry-header .entry-meta .byline {
	display: none;
}
.post-template-default.single-post .entry-post-autor .entry-meta .byline {
	color: rgb(183, 183, 198);
    font-size: 14px;
}

.post.type-post .entry-summary,
.archive.author.type-post .entry-summary,
.archive.category.type-post .entry-summary,
.search.search-results.type-post .entry-summary,
.archive.type-post .entry-summary {
	margin-bottom: 0px;
}

.search.search-results .page-title span{
	font-weight: 500;
}

.tags-links a {
	padding: 6px 6px;
    margin-bottom: 10px;
}

@media (min-width: 1900px) {
	.slick-prev {
	    left: 64.5%;
	}
	.slick-next {
	    left: 72%;
	}
	.slick-dots {
	    left: 67.3%;
	}
}
@media (max-width: 1900px) {
	.slick-prev {
		left: 64%;
	}
	.slick-next {
		left: 71.5%;
	}
	.slick-dots {
		left: 66.8%;
	}
}

@media (max-width: 1900px) {
	.slick-prev {
		left: 64%;
	}
	.slick-next {
		left: 71.5%;
	}
	.slick-dots {
		left: 66.8%;
	}
}

@media (max-width: 1800px) {
	.slick-prev {
	    left: 63.8%;
	}
	.slick-next {
		left: 71.7%;
	}
	.slick-dots {
		left: 66.8%;
	}
	.box-slide-latest {
		left: 66.5%
	}
}

@media (max-width: 1700px) {
	.slick-prev {
	    left: 63%
	}
	.slick-next {
		left: 71.5%;
	}
	.slick-dots {
	    left: 66.2%;
	}
	.box-slide-latest {
		left: 66%
	}
}

@media (max-width: 1600px) {
	.slick-prev {
		left: 62%
	}
	.slick-next {
		left: 71.1%;
	}
	.slick-dots {
		left: 65.5%;
	}
	.box-slide-latest {
		left: 65.5%;
	}
}

@media (max-width: 1516px) {

	.content-govenrments,
	.content-local-govenrments {
		-moz-column-width: 16vw;
		-moz-column-gap: 15px;
		-webkit-column-width: 16vw;
		-webkit-column-gap: 15px;
	}
}

@media (max-width: 1500px) {
	.slick-prev {
		left: 61%
	}
	.slick-next {
		left: 70.4%;
	}
	.slick-dots {
		left: 64.5%;
	}
	.box-slide-latest {
		left: 64.5%;
	}
}

@media (max-width: 1400px) {
	.slick-prev {
	    left: 60%;
	}
	.slick-next {
	    left: 70.3%;
	}
	.slick-dots {
	    left: 63.8%;
	}
	.box-slide-latest {
		left: 63.8%;
	}
}

@media (max-width: 1300px) {
	.slick-prev {
	    left: 58.97%;
	}
	.slick-next {
	    left: 69.2%;
	}
	.slick-dots {
	    left: 62.7%;
	}
	.box-slide-latest {
		left: 62.7%;
	}
}

@media (max-width: 1233px) {

	.content-govenrments,
	.content-local-govenrments {
		-moz-column-width: 17vw;
		-moz-column-gap: 15px;
		-webkit-column-width: 17vw;
		-webkit-column-gap: 15px;
	}
}

@media (max-width: 1220px) {
	.site-header .container {
		width: 1183px;
	}
	.box-slide-latest {
	    left: 61.7%;
	}
	.slick-prev {
	    left: 56.97%;
	}
	.slick-dots {
	    left: 61.7%;
	}
	.slick-next {
	    left: 69.2%;
	}
}
@media (max-width: 1200px) {
	.site-branding.col-md-4 {
		width: 30% !important;
	}
	.main-navigation.col-md-8 {
		width: 94% !important;
	}
	.main-navigation.col-md-8 {
	    width: 100% !important;
	}
	#mapaFull {
    	width: 968px;
	}
	.site-header .container {
		width: 100%;
	}

	.post-content .entry-title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 16px;
		max-height: 42px;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		color: white;
	}

	h1.entry-title {
		/* display: none; */
	}

	.content-principles-ttl {
		width: 940px;
	}
	/*SLIDER*/
	.box-slide-text {
		position: absolute;
		top: 74%;

		transform: translate(-50%, -50%);
		width: 400px;
	}

	.slick-prev {
	    left: 63.5%;
	}
	.slick-next {
	    left: 74.9%;
	}
	.slick-dots {
	    left: 67.7%;
	}
	.box-slide-latest {
		left: 67.7%;
	}
}

@media (max-width: 1024px) {
	.site-branding {
		width: auto;
		margin-top: 15px;
	}
	.btn-menu {
		width: 50px;
		float: right;
		margin-top: 18px;
	}
	.slick-prev {
	    left: 61%;
	}
	.slick-next {
	    left: 73.9%;
	}
	.slick-dots {
	    left: 65.7%;
	}
	.box-slide-latest {
		left: 65.7%;
	}
}

@media (max-width: 992px) {

	body.blog #page #content .container {
		max-width: 1200px;
	}

	.site-branding.col-md-4 {
		width: auto !important;
	}

	#sidebar-footer .sidebar-column{
		float: left;
	}
	#mapaFull {
    	width: 100%;
	    margin-left: 0px;
	}
	/* H O M E  - B l o g*/
	.blog-post-container {
		width: calc(100% / 2);
	}

	.blog-post-container:nth-of-type(3n+1) {
	    clear: inherit;
	}

	.content-principles-ttl {
		width: 100%;
		margin-left: 0px;
	}

	/* N E W S L E T T E R */
	.entry-newsletter .mc-field-group.margin-left {
	    margin-left: 0px;
	}
	.entry-newsletter .entry-newsletter__container {
		padding: 0 15px;
	}
	/* S L I D E R */
	.box-slide-text {
	    left: 68%;
	}

	.box-slide-latest {
		display: none !important;
	}
	.slick-dots {
		display: none !important;
	}

	.slick-prev, .slick-next {
		display: none !important;
	}
	.footer-branding {
	    margin-top: 40px;
	}

	.posts-layout article#post-4245, .posts-layout article#post-4126, .posts-layout article:first-child {
		padding: 30px;
	}
	.archive .page-header .entry-title {
		padding: 30px 30px 0px 30px;
	}
	.archive.tax-principles article.article-tittle {
		padding: 0px 30px;
	}
	.archive.tax-territories article.article-tittle {
		padding: 0px 30px;
	}
	.archive.tax-themes_and_topics article.article-tittle {
		padding: 0px 30px;
	}
	.page-header .page-title {
		padding: 0px 20px;
	}
	.content-govenrments,
	.content-local-govenrments {
		-moz-column-width: 22vw;
		-moz-column-gap: 15px;
		-webkit-column-width: 22vw;
		-webkit-column-gap: 15px;
	}

	.posts-layout {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		/* grid-gap: 20px; */
	}
}

@media (max-width: 768px) {
	/* #sidebar-footer .sidebar-column{
		float: none;
	} */
	.accordion {
		padding-right: 30px;
	}
	.footer-widgets .widget {
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
	    flex-direction: column;
	}
	/* H O M E  - B l o g*/
	.blog-post-container {
		width: 100%;
	}

	#mapaFull {
    	width: 100%;
	}

	/*P A G E  T E M P L A T E*/
	.content-govenrments {
	    /* height: 500px; */
	}
	.content-govenrments p.p-adopted {
	    /* width: calc(100% / 2);
		padding: 0 20px 0 0; */
	}
	.content-local-govenrments {
	    /* min-height: 1201px; */
	}
	.content-local-govenrments p.p-adopted,
	.content-local-govenrments h5 {
	    /* width: calc(100% / 3);
	    margin-top: 0px; */
	}

	.content-team {
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
		margin-bottom: 30px;
	}

	.content-team--col-20 {
	    width: 35%;
	}

	.content-team--col-80 {
	    width: 65%;
	}

	.content-advisory {
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
	    flex-direction: row;
	}
	.content-advisory p:first-child {
		width: 35%;
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
	    align-items: flex-start;
	    justify-content: center;
	}
	.content-advisory p:last-child {
		width: 65%;
	}

	.content-principles-ttl {
	    padding: 50px 10px;
	}
	.content-principles-ttl p {
		width: 100%;
	}
	.content-principles-ttl p:first-child {
	    width: 100%;
	}


	.content-principles--col-15 img{
		width: 100%;
		padding-right: 10px;
	}
	.content-principles--col-85 {

	}

	/* N E W S L E T T E R */
	#newsletter .atblock {
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
	    flex-direction: column;
	    padding: 0px 15px !important;
	}
	#newsletter .atblock .widget-title {
		width: 100%;
	    margin-left: 0;
	}
	#newsletter .atblock .textwidget {
    	width: 100%;
	}
	.entry-newsletter .entry-newsletter__container {
		flex-direction: column;
		align-items: center;
	    padding-bottom: 35px;
	}
	.entry-newsletter .entry-newsletter__container .mc-field-group {
		margin: 0 auto !important;
	}
	.entry-newsletter .entry-newsletter__fields {
		width: 100%;
	    margin-top: 20px;
	}

	input[type="submit"]#mc-embedded-subscribe {
		margin-top: 20px;
	}

	#mc_embed_signup div.mce_inline_error {
		width: 100% !important;
	}

	#mce-success-response, #mce-error-response{
		margin-left: 15px;
    	padding-right: 10px;
	}

	/* PRINCIPLES */
	.content-preamble ol li {
	    padding-left: 0px;
	}
	.content-preamble ol li ul,
	.content-preamble ol li ol {
		padding-left: 20px;
	}

	.principles-complete ol li {
		padding-left: 0px;
	}
	.principles-complete ol li ul ,
	.principles-complete ol li ol {
		padding-left: 20px;
	}

	.principles-complete h5 {
		font-size: 25px;
		line-height: 34px;
		display: block;
	}
	.principles-complete h5 strong {
		padding-left: 15px;
	}

	.principles-complete h5 img {
		width: 50px !important;
	}
	/*SLIDER*/
	.box-slide-text {
		position: absolute;
		top: 50%;
		left: 50%;
		right: inherit;
		transform: translate(-50%, -50%);
		width: 400px;
	}

	.content-govenrments,
	.content-local-govenrments {
		-moz-column-width: 42vw;
		-moz-column-gap: 15px;
		-webkit-column-width: 42vw;
		-webkit-column-gap: 15px;
	}
}

@media (max-width: 500px) {
	.posts-layout article#post-4245, .posts-layout article#post-4126, .posts-layout article:first-child {
		padding: 15px;
	}
	.archive .page-header .entry-title {
		padding: 15px 15px 0px 15px;
	}
	.archive.tax-principles article.article-tittle {
		padding: 0px 15px;
	}
	.archive.tax-territories article.article-tittle {
		padding: 0px 15px;
	}
	.archive.tax-themes_and_topics article.article-tittle {
		padding: 0px 15px;
	}
	.page-header .page-title {
		padding: 0px 15px;
	}
}

@media (max-width: 480px) {
	/* G E N E R A L E S */
	#sidebar-footer .sidebar-column{
		float: none;
	}
	.footer-widgets .widget {
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
	    flex-direction: column;
	}

	/* H O M E  - B l o g*/
	.post-thumb {
	    padding-bottom: 88.5%;
	}
	.post-content .entry-title {
		line-height: 16px;
	    -webkit-line-clamp: 2;
		max-height: 61px;
	}
	.post-content .entry-title a {
	    line-height: 27px;
	}

	/*P A G E  T E M P L A T E*/
	/* .atblock .widget-title, h3 {
	    font-size: 26px !important;
	} */
	.content-images {
		justify-content: center;
	}

	.content-govenrments {
	    height: auto;
	}

	.content-local-govenrments {
		min-height: 100%;
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
		height: 100%;
		flex-direction: column;
	}
	.content-local-govenrments p.p-adopted,
	.content-local-govenrments h5 {
		width: 100%;
		padding: 0px 5px;
	}
	.content-govenrments,
	.content-local-govenrments {
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
		flex-direction: column;
	}
	.content-govenrments p.p-adopted {
	    width: 100%;
		padding: 0px 5px;
	}


	.content-team {
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
		flex-direction: column;
		margin-bottom: 0px;
	}

	.content-team--col-20 {
		width: 100%;
		margin-bottom: 20px;
	}

	.content-team--col-80 {
		width: 100%;
	}

	.content-advisory {
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
	    flex-direction: column;
		margin-bottom: 20px;
		min-height: 100px;
	}
	.content-advisory p:first-child {
		width: 100%;
		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
	    align-items: flex-start;
	    justify-content: center;
	}
	.content-advisory p:last-child {
		width: 100%;
	}
	.content-principles {
		flex-direction: column;
	}
	.content-principles--col-15 {
		width: 100%;

		display: flex;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;
		flex-direction: row;
		align-items: center;
	}
	.content-principles--col-15 img{
		width: 90px;
		height: auto;
		margin-bottom: 20px;
	}
	.content-principles--col-85 {
		width: 100%;
	}
	.principles-complete h5 img {
		width: 70px !important;
		display: block;
		margin-bottom: 20px;
	}
	.principles-complete h5 strong {
	    padding-left: 0px;
	}

	/*SLIDER*/
	.box-slide-text {
		width: 300px;
	    height: 360px;
	}

}
@media (max-width: 1024px){
	.search--footer-list{
		padding-left: 30px;
	}
}
@media (max-width: 768px){
	.search--footer-list{
		padding-left: 10px;
		margin-left: 0px;
	}
}
@media (max-width: 360px) {
	.site-branding {
		width: 81%;
    	margin-top: 15px;
	}
	.btn-menu {
		width: 50px;
	    float: right;
	    margin-top: 18px;
	}
}

@media screen and ( max-height: 850px ){
	.box-slide-latest {
		top: 57%;
	}
}
@media screen and ( max-height: 760px ){
	.box-slide-latest {
		top: 54%;
	}
	.slick-prev {
		top: 89%;
	}
	.slick-next {
		top: 89%;
	}
	.slick-dots {
		top: 88.7%;
	}
}
@media screen and ( max-height: 650px ){
	.box-slide-latest {
		top: 52%;
	}
	.slick-prev {
		top: 91%;
	}
	.slick-next {
		top: 91%;
	}
	.slick-dots {
		top: 90.7%;
	}
}
@media screen and ( max-height: 600px ){
	.box-slide-latest {
		top: 50%;
	}
}
@media screen and ( max-height: 550px ){
	.box-slide-latest {
		top: 47%;
	}
	.slick-prev {
	    top: 95%;
	}
	.slick-next {
	    top: 95%;
	}
	.slick-dots {
		top: 94.7%;
	}

}

/* Quitar after de entry meta */
.entry-meta span::after {
    content: '';
    margin: 0 15px;
}

.link-overlay{
	position: relative;
	z-index: 1018;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.link-overlay-article {
    position: absolute;
    z-index: 10002;
    top: 0;
    bottom: 0;
    width: 100%;
}


.tag-overlay > .link-overlay {
	position: unset;
}

.link-tag{
	position: absolute;
	z-index: 999;
}

/* Estilo margin top para FAQ */




/* Estilos de acordeon */
.faq__container {
	margin: auto;
	border-bottom: 2px solid #F5F5F5;
	margin-bottom: 46px;
}
.accordion {
	color: #474751;
	font-weight: 600;
    position: relative;
	line-height: 28px;
    font-size: 24px;
    text-transform: initial;
    cursor: pointer;
    padding: 30px 0 30px;
    width: 100%;
	text-align: left;
    border-top: 2px solid #F5F5F5;
	transition: 0.4s;
	padding-right: 40px;
}

.faq__container .accordion:last-child {
    border-bottom: 2px solid #F5F5F5;
}

.svg-arrow {
	width: 20px;
	position: absolute;
	top: 0;
	top: 30px;
	right: 20px;
}

.flecha-arriba {
	display: none;
}


.accordion.active img.flecha-baja{
	display: none;
}

.accordion.active img.flecha-arriba{
	display: block;
}


.panel {
    background-color: white;
    width: 100%;
    display: none;
    overflow: hidden;
}
.panel--container {
	width: 100%;
	flex-wrap: wrap;
}

.panel-column {
    border-top: 2px solid #F5F5F5;
	width: 100%;
	font-size: 18px;
	line-height: 34px;
}

.panel-column {
	padding: 20px 0 30px;
}

.panel-column h2 {
	font-size: 14px;
	line-height: 18px;
}

.panel-column div p,
.panel-column02 p {
	line-height: 19px;
	font-size: 14px;
	font-weight: unset;

}

.panel-column02 {
	width: 100%;
	flex-wrap: wrap;
}
.panel-column02  p {
	width: 50%;
	padding-right: 45px;
	padding-bottom: 30px;
}


.display-block {
    display: block;
}

.display-none {
    display: none;
}

.byline {
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 21px !important;
	letter-spacing: 0 !important;
}

.post.type-post .entry-summary {
	margin-bottom: 12px !important;
	padding: 0 20px;
}

#primary.content-area.faq-page {
	padding: 0 20px;
}

article.hentry {
	position: relative;
}

.entry-header .link-overlay-article,
.one-element .link-overlay-article {
	z-index: 1002;
}

.container-entry
.link-overlay {

}

.posts-layout article.has-post-thumbnail.hentry {
	height: 460px;
	background-color: #E6E6E6;
	position: relative;
}

.container-entry {
	position: relative;
}

/** 	YELLOW ENTRY  **/
.clear-high{
	padding: 0 !important;
}
.container-page{
	width: 100% !important;
}
.container-size{
	width: 1170px;
	margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}
@media (max-width: 1200px){
	.container-size {
		width: 90%;
		padding: 0 30px;
	}
}
@media (max-width: 1024px){
	.container-size {
		width: 90%;
		padding: 0 30px;
	}
}
@media (max-width: 992px){
	.hentry{
		padding: 0 !important;
	}
}
@media (max-width: 769px){
	.hentry{
		padding: 0 !important;
	}
}
@media (max-width: 768px){
	.container-size {
		width: 750px;
	}
	.hentry{
		padding: 0 !important;
	}
}
@media (max-width: 767px){
	.container-size {
		width: 95%;
		padding: 0 15px;
	}
	.hentry{
		padding: 0 !important;
	}
}
@media (max-width: 320px){
	.container-size {
		width: 100%;
		padding: 0 15px;
		margin: 0;
	}
	.hentry{
		padding: 0 !important;
	}
}
.highlighted-text {
	padding: 50px 50px;
	background-color: #fdb934;
	width: 100%;
	margin-bottom: 40px;
}
.highlighted-text_container {
	width: 100%;
    max-width: 1170px;
	margin: 0 auto;
}
.highlighted-text .highlighted-text_container .highlighted-text_container-ttl{
	margin-bottom: 20px !important;
}
.highlighted-text .highlighted-text_container .highlighted-text_container-ttl h2{
	/*font-size: 36px;
    text-align: center;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
	font-weight: 600 !important;
	margin-top:0 !important;*/
	font-size: 28px;
    letter-spacing: 5px;
    width: 80%;
    margin: 0 auto;
    font-style: initial;
    font-weight: 400;
    line-height: 36px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #474851 !important;
}
.highlighted-text .highlighted-text_container .highlighted-text_container-content p{
	/*font-size: 24px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 0px;
	line-height: 38px;
	color: #474851 !important;
	text-align: center;*/
	font-style: italic;
    width: 80%;
    margin: 0 auto;
	font-size: 20px;
	color: #474851 !important;
	text-align: center;
}
.padding-national{
	padding-top: 0px !important;
}
.padding-local{
	padding-top: 10px !important;
}

/* Single Resources */

.link-i{
	color: #22b7ea !important;
}

.link-ic{
	color: #A0A8AB !important;
}

.single-resource{
	width: 100%;
	display: grid;
	grid-template-columns: 4fr 6fr;
	column-gap: 30px;
	background-color: #e6e6e6;
}

.single-resource__header{
	width: 100%;
	display: flex;
	margin: 20px 0 0;
}

.single-resource__image{
	width: 100%;
}

.single-resource__image figure{
	width: 100%;
	height: 100%;
}

.single-resource__image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-resource__description{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.single-resource__description-title{
	margin: 20px auto 0px 0;
	font-size: 23px;
	line-height: 28px;
	max-width: 490px;
}


.single-resource__description-author{
	margin: 10px auto 0px 0;
	max-width: 490px;
	font-size: 12px;
	line-height: 14px;
}

.single-resource__description-summary{
	margin: 20px auto 0px 0;
	max-width: 440px;
	font-size: 14px;
	line-height: 21px;
}

.single-resource__cta{
	width: 100%;
	margin: 13px 0 40px;
	padding: 0 20px;
}

.single-resource__back{
	width: 100%;
	margin: 60px 0 0;
	border-top: .25px solid rgba(33, 33, 36, .4);
	padding: 80px 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hide{
	display: none;
}

@media (max-width: 768px){
	.single-resource{
		grid-template-columns: 1fr;
		row-gap: 10px;
	}
	.single-resource__description-title{
		max-width: 100%;
	}

	.single-resource__description-author{
		max-width: 100%;
	}

	.single-resource__description-summary{
		max-width: 100%;
	}
}

@media (max-width: 425px){
	.single-resource__header{
		flex-direction: column;
	}
	.single-resource__cta{
		display: flex;
		justify-content: center;
	}
}
