@import url("/themes/Cepal-Basic/fonts/Oswald-Regular.ttf");

#autocomplete {
	position: absolute;
	z-index: 100;
	overflow: hidden
}

#autocomplete ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none
}

#autocomplete li {
	cursor: default;
	white-space: pre;
	zoom: 1
}

html.js .form-autocomplete {
	background-image: url(/themes/Cepal-Discover/images/throbber-1378983654.gif);
	background-position: 100% 2px;
	background-repeat: no-repeat
}

html.js .throbbing {
	background-position: 100% -18px
}

html.js fieldset.collapsed {
	height: 1em
}

html.js fieldset.collapsed .fieldset-wrapper {
	display: none
}

fieldset.collapsible {
	position: relative
}

fieldset.collapsible .fieldset-legend {
	display: block
}

.form-textarea-wrapper textarea {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0
}

.resizable-textarea .grippie {
	height: 9px;
	background: #eee url(/themes/Cepal-Discover/images/grippie-1378983654.png) no-repeat center 2px;
	border: 1px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
	overflow: hidden
}

body.drag {
	cursor: move
}

.tabledrag-handle {
	float: left;
	overflow: hidden;
	text-decoration: none;
	cursor: move
}

.tabledrag-handle .handle {
	height: 15px;
	width: 15px;
	margin: -.4em 0;
	padding: .4em;
	background: url(/themes/Cepal-Discover/images/draggable-1378983654.png) no-repeat 6px 9px
}

.tabledrag-handle:hover {
	text-decoration: none
}

.tabledrag-handle-hover .handle {
	background-position: 6px -11px
}

.indentation {
	float: left;
	width: 20px
}

.tree-child {
	background: url(/themes/Cepal-Discover/images/tree-1378983654.png) no-repeat 12px center
}

.tree-child-last {
	background: url(/themes/Cepal-Discover/images/tree-bottom-1378983654.png) no-repeat 12px center
}

.tree-child-horizontal {
	background: url(/themes/Cepal-Discover/images/tree-1378983654.png) no-repeat -12px center
}

.tabledrag-toggle-weight-wrapper {
	text-align: right
}

.sticky-header {
	margin-top: 0;
	background-color: #fff
}

.progress .bar {
	background-color: #fff;
	border: 1px solid
}

.progress .filled {
	height: 1.5em;
	width: 5px;
	background-color: #000
}

.progress .percentage {
	float: right
}

.ajax-progress {
	display: inline-block
}

.ajax-progress .throbber {
	float: left;
	height: 15px;
	width: 15px;
	margin: 2px;
	background: transparent url(/themes/Cepal-Discover/images/throbber-1378983654.gif) no-repeat 0 -18px
}

.ajax-progress .message {
	padding-left: 20px
}

tr .ajax-progress .throbber {
	margin: 0 2px
}

.ajax-progress-bar {
	width: 16em
}

.container-inline div, .container-inline label {
	display: inline
}

.container-inline .fieldset-wrapper {
	display: block
}

.nowrap {
	white-space: nowrap
}

html.js .js-hide {
	display: none
}

.element-hidden {
	display: none
}

.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px
}

.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
	position: static !important;
	clip: auto;
	overflow: visible;
	height: auto
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.menu {
	border: 0;
	list-style: none;
	text-align: left
}

.menu .expanded {
	list-style-image: url(/themes/Cepal-Discover/images/menu-expanded-1378983654.png);
	list-style-type: circle
}

.menu .collapsed {
	list-style-image: url(/themes/Cepal-Discover/images/menu-collapsed-1378983654.png);
	list-style-type: disc
}

.menu .leaf {
	list-style-image: url(/themes/Cepal-Discover/images/menu-leaf-1378983654.png);
	list-style-type: square
}

.active {
	color: #000
}

.menu-disabled {
	background: #ccc
}

.links--inline {
	*zoom: 1;
	list-style-type: none;
	margin: 0;
	padding: 0
}

.links--inline:after {
	content: "";
	display: table;
	clear: both
}

.links--inline li {
	float: left;
	margin-right: 1em
}

.links--inline li>a {
	display: block
}

.tabs a {
	background-color: #eee;
	text-decoration: none
}

.tabs a.active {
	background-color: #ccc
}

.tabs a:hover, .tabs a:focus {
	background-color: #bbb
}

.tabs--primary {
	margin-bottom: 1em;
	border-bottom: 1px solid #bbb
}

.tabs--primary a {
	padding: .3em .8em
}

.tabs--secondary a {
	padding: .2em .5em;
	margin: .4em 0;
	font-size: .9em
}

.messages {
	margin: 6px 0;
	padding: 10px 10px 10px 50px;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	border: 1px solid
}

.messages ul {
	margin: 0 0 0 1em;
	padding: 0
}

.messages li {
	list-style-image: none
}

.messages--status {
	background-image: url(/themes/Cepal-Discover/images/message-24-ok-1378983654.png);
	border-color: #be7
}

.messages--status, tr.ok {
	background-color: #f8fff0
}

.messages--status, .ok {
	color: #234600
}

.messages--warning {
	background-image: url(/themes/Cepal-Discover/images/message-24-warning-1378983654.png);
	border-color: #ed5
}

.messages--warning, tr.warning {
	background-color: #fffce5
}

.messages--warning, .warning {
	color: #333
}

.messages--error {
	background-image: url(/themes/Cepal-Discover/images/message-24-error-1378983654.png);
	border-color: #ed541d
}

.messages--error, tr.error {
	background-color: #fef5f1
}

.messages--error, .error {
	color: #333
}

.error .error {
	color: #8c2e0b
}

fieldset {
	margin-bottom: 1em
}

table {
	border-collapse: collapse
}

th {
	padding-right: 1em;
	background-color: #bbb;
	text-align: left
}

/*tr.even, tr.odd {
	background-color: #eee
}

tr.odd {
	background-color: #ddd
}*/

#autocomplete {
	background: #fff;
	border: 1px solid;
	color: #000
}

#autocomplete .selected {
	background: #0072b9;
	color: #fff
}

html.js fieldset.collapsible .fieldset-legend {
	padding-left: 15px;
	background: url(/themes/Cepal-Discover/images/menu-expanded-1378983654.png) 5px 65% no-repeat
}

html.js fieldset.collapsed {
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0
}

html.js fieldset.collapsed .fieldset-legend {
	background-image: url(/themes/Cepal-Discover/images/menu-collapsed-1378983654.png);
	background-position: 5px 50%
}

.fieldset-legend .summary {
	margin-left: .5em;
	color: #999;
	font-size: .9em
}

.drag {
	background-color: #fffff0
}

.drag-previous {
	background-color: #ffd
}

.progress {
	font-weight: bold
}

.progress .bar {
	background: #ccc;
	border-color: #666;
	margin: 0 .2em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.progress .filled {
	background: #0072b9 url(/themes/Cepal-Discover/images/progress-1378983654.gif)
}

.selected td {
	background: #ffc
}

.checkbox, .checkbox {
	text-align: center
}

.form-item, .form-actions {
	margin-bottom: 1em
}

.form-item label, .form-actions label {
	display: block;
	font-weight: bold
}

.form-item .description, .form-actions .description {
	font-size: .85em
}

.form-checkboxes .form-item, .form-radios .form-item {
	margin-bottom: .4em
}

.form-checkboxes .description, .form-radios .description {
	margin-left: 2.4em
}

label.option {
	display: inline;
	font-weight: normal
}

.form-checkbox, .form-radio {
	vertical-align: middle
}

.marker, .form-required {
	color: #f00
}

input.error, textarea.error, select.error {
	border: 2px solid red
}

tr .form-item {
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap
}

.container-inline .form-actions, .container-inline.form-actions {
	margin-top: 0;
	margin-bottom: 0
}

th.active img {
	display: inline
}

td.active {
	background-color: #ddd
}

.more-link {
	display: block;
	text-align: right
}

.pager {
	clear: both;
	padding: 0;
	text-align: center
}

.pager__item {
	display: inline;
	padding: .5em;
	background-image: none;
	list-style-type: none
}

.pager__item--current {
	font-weight: bold
}

.field-name-ldap-user-prov-entries {
	display: none
}

.calendar-calendar tr.odd, .calendar-calendar tr.even {
	background-color: #fff
}

.calendar-calendar table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%
}

.calendar-calendar .month-view table {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%
}

.calendar-calendar .year-view td {
	width: 32%;
	padding: 1px;
	border: 0
}

.calendar-calendar .year-view td table td {
	width: 13%;
	padding: 0
}

.calendar-calendar tr {
	padding: 0;
	margin: 0;
	background-color: white
}

.calendar-calendar th {
	text-align: center;
	margin: 0
}

.calendar-calendar th a {
	font-weight: bold
}

.calendar-calendar td {
	width: 14%;
	border: 1px solid #ccc;
	color: #777;
	text-align: right;
	vertical-align: top;
	margin: 0;
	padding: 0
}

.calendar-calendar .mini {
	border: 0
}

.calendar-calendar td.week {
	width: 1%;
	min-width: 1%
}

.calendar-calendar .week {
	clear: both;
	font-style: normal;
	color: #555;
	font-size: .8em
}

.calendar-calendar .inner {
	height: auto !important;
	height: 5em;
	padding: 0;
	margin: 0
}

.calendar-calendar .inner div {
	padding: 0;
	margin: 0
}

.calendar-calendar .inner p {
	padding: 0 0 .8em 0;
	margin: 0
}

.calendar-calendar td a {
	font-weight: bold;
	text-decoration: none
}

.calendar-calendar td a:hover {
	text-decoration: underline
}

.calendar-calendar td.year, .calendar-calendar td.month {
	text-align: center
}

.calendar-calendar th.days {
	color: #ccc;
	background-color: #224;
	text-align: center;
	padding: 1px;
	margin: 0
}

.calendar-calendar div.day {
	float: right;
	text-align: center;
	padding: .125em .25em 0 .25em;
	margin: 0;
	background-color: #f3f3f3;
	border: 1px solid gray;
	border-width: 0 0 1px 1px;
	clear: both;
	width: 1.5em
}

.calendar-calendar div.calendar {
	background-color: #fff;
	border: solid 1px #ddd;
	text-align: left;
	margin: 0 .25em .25em 0;
	width: 96%;
	float: right;
	clear: both
}

.calendar-calendar .day-view div.calendar {
	float: none;
	width: 98%;
	margin: 1% 1% 0 1%
}

.calendar-calendar div.title {
	font-size: .8em;
	text-align: center
}

.calendar-calendar div.title a {
	color: #000
}

.calendar-calendar div.title a:hover {
	color: #c00
}

.calendar-calendar .content {
	clear: both;
	padding: 3px;
	padding-left: 5px
}

.calendar div.form-item {
	white-space: normal
}

table td.mini, table th.mini, table.mini td.week {
	padding: 0 1px 0 0;
	margin: 0
}

table td.mini a {
	font-weight: normal
}

.calendar-calendar .mini-day-off {
	padding: 0
}

.calendar-calendar .mini-day-on {
	padding: 0
}

table .mini-day-on a {
	text-decoration: underline
}

.calendar-calendar .mini .title {
	font-size: .8em
}

.mini .calendar-calendar .week {
	font-size: .7em
}

.mini-row {
	width: 100%;
	border: 0
}

.mini {
	width: 32%;
	vertical-align: top
}

.calendar-calendar .stripe {
	height: 5px;
	width: auto;
	font-size: 1px !important;
	line-height: 1px !important
}

.calendar-calendar .day-view .stripe {
	width: 100%
}

table.calendar-legend {
	background-color: #ccc;
	width: 100%;
	margin: 0;
	padding: 0
}

table.calendar-legend tr.odd .stripe, table.calendar-legend tr.even .stripe {
	height: 12px !important;
	font-size: 9px !important;
	line-height: 10px !important
}

.calendar-legend td {
	text-align: left;
	padding-left: 5px
}

.calendar-empty {
	font-size: 1px;
	line-height: 1px
}

.calendar-calendar td.calendar-agenda-hour {
	text-align: right;
	border: 0;
	border-top: 1px solid #ccc;
	padding-top: .25em;
	width: 1%
}

.calendar-calendar td.calendar-agenda-no-hours {
	min-width: 1%
}

.calendar-calendar td.calendar-agenda-hour .calendar-hour {
	font-size: 1.2em;
	font-weight: bold
}

.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
	font-size: 1em
}

.calendar-calendar td.calendar-agenda-items {
	border: 1px solid #ccc;
	text-align: left
}

.calendar-calendar td.calendar-agenda-items div.calendar {
	width: auto;
	padding: .25em;
	margin: 0
}

.calendar-calendar div.calendar div.inner .calendar-agenda-empty {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 1em 0;
	background-color: #fff
}

.calendar-date-select form {
	text-align: right;
	float: right;
	width: 25%
}

.calendar-date-select div, .calendar-date-select input, .calendar-date-select label {
	text-align: right;
	padding: 0;
	margin: 0;
	float: right;
	clear: both
}

.calendar-date-select .description {
	float: right
}

.calendar-label {
	font-weight: bold;
	display: block;
	clear: both
}

.calendar-calendar div.date-nav {
	background-color: #ccc;
	color: #777;
	padding: .2em;
	width: auto;
	border: 1px solid #ccc
}

.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {
	color: #777;
	text-decoration: none
}

.calendar-calendar th.days {
	background-color: #eee;
	color: #777;
	font-weight: bold;
	border: 1px solid #ccc
}

.calendar-calendar td.empty {
	background: #ccc;
	border-color: #ccc;
	color: #cc9
}

.calendar-calendar table.mini td.empty {
	background: #fff;
	border-color: #fff
}

.calendar-calendar td div.day {
	border: 1px solid #ccc;
	border-top: 0;
	border-right: 0;
	margin-bottom: 2px
}

.calendar-calendar td .inner div, .calendar-calendar td .inner div a {
	background: #eee
}

.calendar-calendar div.calendar {
	border: 0;
	font-size: x-small
}

.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
	border: 0;
	background: #ffc;
	padding: 0
}

.calendar-calendar td .inner div.calendar div.calendar-more, .calendar-calendar td .inner div.calendar div.calendar-more a {
	color: #444;
	background: #fff;
	text-align: right
}

.calendar-calendar td .inner .view-field, .calendar-calendar td .inner .view-field a {
	color: #444;
	font-weight: normal
}

.calendar-calendar td span.date-display-single, .calendar-calendar td span.date-display-start, .calendar-calendar td span.date-display-end, .calendar-calendar td span.date-display-separator {
	font-weight: bold
}

.calendar-calendar td .inner div.day a {
	color: #4b85ac
}

.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
	background-color: #c3d6e4
}

.calendar-calendar tbody {
	border-top: 0
}

.calendar-calendar .month-view .full .inner, .calendar-calendar .week-view .full .multi-day .inner {
	height: auto;
	min-height: auto
}

.calendar-calendar .week-view .full .calendar-agenda-hour .calendar-calendar .month-view .full .single-day .inner .view-item {
	float: left;
	width: 100%
}

.calendar-calendar .week-view .full .calendar-agenda-hour, .calendar-calendar .day-view .full .calendar-agenda-hour {
	padding-right: 2px
}

.calendar-calendar .week-view .full .calendar-agenda-hour {
	width: 6%;
	min-width: 0
}

.calendar-calendar .week-view .full .days {
	width: 13%
}

.calendar-calendar .month-view .full div.calendar, .calendar-calendar .week-view .full div.calendar, .calendar-calendar .day-view div.calendar {
	width: auto
}

.calendar-calendar .month-view .full tr.date-box, .calendar-calendar .month-view .full tr.date-box td, .calendar-calendar .month-view .full tr.multi-day, .calendar-calendar .month-view .full tr.multi-day td {
	height: 19px;
	max-height: 19px
}

.calendar-calendar .month-view .full tr.single-day .no-entry, .calendar-calendar .month-view .full tr.single-day .no-entry .inner {
	height: 44px !important;
	line-height: 44px
}

.calendar-calendar .month-view .full tr.single-day .noentry-multi-day, .calendar-calendar .month-view .full tr.single-day .noentry-multi-day .inner {
	height: 22px !important;
	line-height: 22px
}

.calendar-calendar .month-view .full td, .calendar-calendar .week-view .full td, .calendar-calendar .day-view td {
	vertical-align: top;
	padding: 1px 2px 0 2px
}

.calendar-calendar .month-view .full td.date-box {
	height: 1%;
	border-bottom: 0;
	padding-bottom: 2px
}

.calendar-calendar .month-view .full .week {
	font-size: inherit
}

.calendar-calendar .month-view .full .week a, .calendar-calendar .week-view .full .week a {
	color: #4b85ac
}

.calendar-calendar .month-view .full td .inner div.day, .calendar-calendar .month-view .full td .inner div.day a {
	border: 0;
	background: none;
	margin-bottom: 0
}

.calendar-calendar .month-view .full td.date-box .inner, .calendar-calendar .week-view .full td.date-box .inner {
	min-height: inherit
}

.calendar-calendar .month-view .full td.multi-day, .calendar-calendar .week-view .full td.multi-day {
	border-top: 0;
	border-bottom: 0
}

.calendar-calendar .week-view .full .first td.multi-day {
	border-top: 1px solid #ccc
}

.calendar-calendar .month-view .full td.single-day {
	border-top: 0
}

.calendar-calendar .month-view .full td.multi-day .inner, .calendar-calendar .week-view .full td.multi-day .inner, .calendar-calendar .day-view .full td.multi-day .inner {
	min-height: inherit;
	width: auto;
	position: relative
}

.calendar-calendar .month-view .full td.multi-day.no-entry {
	min-height: 0
}

.calendar-calendar .month-view .full td.single-day .calendar-empty, .calendar-calendar .month-view .full td.single-day.empty, .calendar-calendar .month-view .full td.date-box.empty {
	background: #f4f4f4
}

.calendar-calendar .month-view .full td.single-day .inner div, .calendar-calendar .month-view .full td.single-day .inner div a, .calendar-calendar .month-view .full td.multi-day .inner div, .calendar-calendar .month-view .full td.multi-day .inner div a, .calendar-calendar .month-view .full td .inner div.calendar.monthview div, .calendar-calendar .month-view .full td .inner div.calendar.monthview div a, .calendar-calendar .week-view .full td.single-day .inner div, .calendar-calendar .week-view .full td.single-day .inner div a, .calendar-calendar .week-view .full td.multi-day .inner div, .calendar-calendar .week-view .full td.multi-day .inner div a, .calendar-calendar .week-view .full td .inner div.calendar.weekview div, .calendar-calendar .week-view .full td .inner div.calendar.weekview div a, .calendar-calendar .day-view .full td .inner div.view-item, .calendar-calendar .day-view .full td .inner div.calendar div, .calendar-calendar .day-view .full td .inner div.calendar div a {
	background: none
}

.calendar-calendar .day-view .full td .inner div.calendar div, .calendar-calendar .day-view .full td .inner div.calendar div a {
	margin: 0 3px
}

.calendar-calendar .day-view .full td .inner div.calendar div.stripe {
	margin: 0
}

.calendar-calendar .month-view .full tr td.today, .calendar-calendar .month-view .full tr.odd td.today, .calendar-calendar .month-view .full tr.even td.today {
	background: none;
	border-left: 2px solid #7c7f12;
	border-right: 2px solid #7c7f12
}

.calendar-calendar .month-view .full td.date-box.today {
	border-width: 2px 2px 0 2px;
	border-style: solid;
	border-color: #7c7f12
}

.calendar-calendar .month-view .full tr td.single-day.today {
	border-bottom: 2px solid #7c7f12
}

.calendar-calendar .month-view .full tr td.multi-day.starts-today {
	border-left: 2px solid #7c7f12
}

.calendar-calendar .month-view .full tr td.multi-day.ends-today {
	border-right: 2px solid #7c7f12
}

.calendar-calendar .month-view .full tr td.multi-day, .calendar-calendar .month-view .full tr td.single-day {
	border-top: 0
}

.calendar-calendar .month-view .full tr td.multi-day, .calendar-calendar .month-view .full tr td.date-box {
	border-bottom: 0
}

.calendar-calendar .month-view .full .inner .monthview, .calendar-calendar .week-view .full .inner .weekview, .calendar-calendar .day-view .full .inner .dayview {
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: auto;
	float: none;
	display: block;
	margin: .25em auto;
	position: relative
}

.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
	background: #ffc;
	width: auto;
	padding: 0 3px;
	overflow: hidden
}

.calendar-calendar .month-view .full td.single-day .calendar-more div.monthview {
	background: none
}

.calendar-calendar .day-view td div.dayview {
	padding: 0
}

.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
	background: #74a5d7;
	height: 1.9em;
	overflow: hidden;
	margin: 0 auto;
	color: #fff;
	position: relative
}

.calendar-calendar .week-view .full td.multi-day div.weekview {
	height: 3.5em
}

.calendar-calendar .month-view .full td.multi-day .inner .view-field, .calendar-calendar .month-view .full td.multi-day .inner .view-field a, .calendar-calendar .week-view .full td.multi-day .inner .view-field, .calendar-calendar .week-view .full td.multi-day .inner .view-field a, .calendar-calendar .day-view .full td.multi-day .inner .view-field, .calendar-calendar .day-view .full td.multi-day .inner .view-field a {
	color: #fff
}

.calendar-calendar .day-view .full td.multi-day div.dayview, .calendar-calendar .week-view .full td.multi-day div.weekview {
	margin-bottom: 2px
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .view-field {
	white-space: nowrap;
	float: left;
	margin-right: 3px
}

.calendar-calendar .week-view .full td.multi-day .calendar.weekview .view-field {
	white-space: nowrap;
	display: inline;
	margin-right: 3px
}

.calendar-calendar .day-view .full td.multi-day .calendar.weekview .view-field {
	display: block
}

.calendar-calendar .month-view .full td.multi-day .calendar.monthview .contents, .calendar-calendar .week-view .full td.multi-day .calendar.weekview .contents {
	position: absolute;
	width: 3000px;
	left: 5px
}

.calendar-calendar .day-view td .stripe, .calendar-calendar .month-view .full td .stripe, .calendar-calendar .week-view .full td .stripe {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	z-index: 2
}

.calendar-calendar .full td.single-day .continuation, .calendar-calendar .full td.single-day .continues, .calendar-calendar .full td.single-day .cutoff {
	display: none
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continuation, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
	float: left;
	margin-right: 3px;
	height: 1.9em
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continuation {
	height: 2.75em;
	padding-top: .75em;
	margin-right: 8px
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
	position: absolute;
	right: 0 !important;
	right: -1px;
	width: 10px;
	text-align: left;
	background: #74a5d7;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	height: 1.9em;
	padding-left: 6px;
	z-index: 1
}

.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
	height: 2.75em;
	padding-top: .75em
}

.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
	width: 8px;
	padding-left: 0
}

.calendar-calendar .week-view .full td.multi-day {
	padding: 2px
}

.calendar-calendar .week-view td.single-day div.calendar {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.calendar-calendar .week-view .full tr.last td.multi-day {
	border-bottom: 1px solid #ccc
}

.view .date-nav-wrapper .clear-block {
	margin-bottom: 10px
}

.view .date-nav-wrapper {
	position: relative;
	margin-top: 5px;
	width: 100%
}

.view .date-nav-wrapper .date-nav {
	background-color: transparent;
	border: 0;
	height: 30px;
	height: auto;
	min-height: 30px;
	position: relative;
	margin-bottom: 10px
}

.view .date-nav-wrapper .date-prev a, .view .date-nav-wrapper .date-next a {
	text-decoration: none;
	color: inherit;
	font-size: 12px
}

.view .date-nav-wrapper.date-nav a:hover {
	text-decoration: underline
}

.view .date-nav-wrapper .date-prev {
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	background: none repeat scroll 0 0 #dfdfdf;
	float: none;
	padding: 5px 0;
	position: absolute;
	right: 60px;
	left: auto;
	text-align: right;
	top: 0;
	width: auto;
	z-index: 1;
	font-size: 12px
}

.block-views .view .date-nav-wrapper .date-prev {
	left: 0;
	right: auto
}

.view .date-nav-wrapper .date-prev a {
	margin-left: 10px;
	font-weight: bold
}

.view .date-nav-wrapper .date-heading {
	position: relative;
	width: 100%;
	top: 0;
	text-align: center;
	z-index: 0
}

.view .date-nav-wrapper .date-heading h3 {
	line-height: 30px;
	font-size: 1.7em
}

.view .date-nav-wrapper .date-next {
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background: none repeat scroll 0 0 #dfdfdf;
	float: none;
	padding: 5px 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: auto;
	z-index: 1;
	font-size: 12px
}

.view .date-nav-wrapper .date-next a {
	margin-right: 10px;
	font-weight: bold
}

.attachment .calendar-calendar {
	margin-top: 20px;
	clear: both
}

.calendar-calendar th a, .attachment .calendar-calendar th {
	background-color: transparent;
	border: 0
}

.attachment .calendar-calendar th.calendar-agenda-hour {
	color: #777;
	font-weight: bold;
	text-align: right
}

.view-calendar .feed-icon {
	margin-top: 5px
}

.view table.mini .date-prev, .view table.mini .date-next {
	background: none
}

.date-nav div.date-prev, .date-nav div.date-next, .date-nav {
	width: auto
}

ul.calendar-links, .region-content ul.calendar-links {
	margin: 0;
	padding: 0
}

.year-view div.month-view div.date-nav {
	background-color: #dfdfdf;
	min-height: 20px
}

.indented {
	margin-left: 25px
}

.container-inline-date {
	clear: both
}

.container-inline-date .form-item {
	float: none;
	margin: 0;
	padding: 0
}

.container-inline-date>.form-item {
	display: inline-block;
	margin-right: .5em;
	margin-bottom: 10px;
	vertical-align: top
}

.container-inline-date .form-item .form-item {
	float: left
}

.container-inline-date .form-item, .container-inline-date .form-item input {
	width: auto
}

.container-inline-date .description {
	clear: both
}

.container-inline-date .form-item input, .container-inline-date .form-item select, .container-inline-date .form-item option {
	margin-right: 5px
}

.container-inline-date .date-spacer {
	margin-left: -5px
}

.views-right-60 .container-inline-date div {
	margin: 0;
	padding: 0
}

.container-inline-date .date-timezone .form-item {
	clear: both;
	float: none;
	width: auto
}

.container-inline-date .date-padding {
	padding: 10px;
	float: left
}

.views-exposed-form .container-inline-date .date-padding {
	padding: 0
}

#calendar_div, #calendar_div td, #calendar_div th {
	margin: 0;
	padding: 0
}

#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	border-collapse: separate;
	margin: 0;
	width: 185px
}

.calendar td {
	padding: 0
}

.date-prefix-inline {
	display: inline-block
}

.date-clear {
	clear: both;
	display: block;
	float: none
}

.date-no-float {
	clear: both;
	float: none;
	width: 98%
}

.date-float {
	clear: none;
	float: left;
	width: auto
}

.date-float .form-type-checkbox {
	padding-right: 1em
}

.form-type-date-select .form-type-select[class$=hour] {
	margin-left: .75em
}

.date-container .date-format-delete {
	float: left;
	margin-top: 1.8em;
	margin-left: 1.5em
}

.date-container .date-format-name {
	float: left
}

.date-container .date-format-type {
	float: left;
	padding-left: 10px
}

.date-container .select-container {
	clear: left;
	float: left
}

div.date-calendar-day {
	background: #f3f3f3;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	color: #999;
	float: left;
	line-height: 1;
	margin: 6px 10px 0 0;
	text-align: center;
	width: 40px
}

div.date-calendar-day span {
	display: block;
	text-align: center
}

div.date-calendar-day span.month {
	background-color: #b5bebe;
	color: white;
	font-size: .9em;
	padding: 2px;
	text-transform: uppercase
}

div.date-calendar-day span.day {
	font-size: 2em;
	font-weight: bold
}

div.date-calendar-day span.year {
	font-size: .9em;
	padding: 2px
}

.form-item.form-item-instance-widget-settings-input-format-custom, .form-item.form-item-field-settings-enddate-required {
	margin-left: 1.3em
}

#edit-field-settings-granularity .form-type-checkbox {
	margin-right: .6em
}

.date-year-range-select {
	margin-right: 1em
}

#ui-datepicker-div {
	font-size: 100%;
	font-family: Verdana, sans-serif;
	background: #eee;
	border-right: 2px #666 solid;
	border-bottom: 2px #666 solid;
	z-index: 9999
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	float: left;
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
	width: 100%
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	float: right
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.field__label {
	font-weight: bold
}

.field--label-inline .field__label, .field--label-inline .field__items {
	float: left
}

.node-unpublished {
	background-color: #fff4f4
}

.preview .node {
	background-color: #ffffea
}

td.revision-current {
	background: #ffc
}

.node-featured .pane-node-title .pane-content a {
	font-size: 1.5em
}

.node-featured .pane-node-title .pane-content {
	margin-bottom: 10px
}

.node-featured .panel-display>div {
	margin-bottom: 0
}

h4.ui-accordion-header {
	cursor: pointer;
	padding: .25em 1.75em
}

.ui-accordion .accordion-content {
	font-size: .8em;
	padding: .25em 2em .5em 2em
}

.accordion-content .pane-title {
	display: none
}

span[data-picture-align="left"], img[data-picture-align="left"] {
	float: left
}

span[data-picture-align="right"], img[data-picture-align="right"] {
	float: right
}

span[data-picture-align="center"], img[data-picture-align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.cke_dialog_body tr td:last-child {
	border-right: 0
}

div.password-confirm {
	visibility: hidden
}

.password-strength {
	float: right;
	margin-top: 1.2em;
	width: 17em
}

.password-strength-title {
	float: left
}

.password-strength-text {
	float: right;
	font-weight: bold
}

.password-indicator {
	clear: both;
	height: .3em;
	width: 100%;
	background-color: #c4c4c4
}

.password-indicator .indicator {
	height: 100%;
	width: 0;
	background-color: #47c965
}

div.password-confirm {
	float: right;
	clear: both;
	width: 17em;
	margin-top: 1.5em
}

.form-type-password-confirm input {
	width: 16em
}

.password-suggestions {
	margin: .7em 0;
	padding: .2em .5em;
	border: 1px solid #b4b4b4
}

.user-profile-item__label {
	font-weight: bold
}

.profile {
	clear: both;
	margin: 1em 0
}

.profile .user-picture {
	float: right;
	margin: 0 1em 1em 0
}

.profile h3 {
	border-bottom: 1px solid #ccc
}

.profile dl {
	margin: 0 0 1.5em 0
}

.profile dt {
	margin: 0 0 .2em 0;
	font-weight: bold
}

.profile dd {
	margin: 0 0 1em 0
}

.views-exposed-form .views-exposed-widget {
	float: left;
	padding: .5em 1em 0 0
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 1.6em
}

.views-exposed-form .form-item, .views-exposed-form .form-submit {
	margin-top: 0;
	margin-bottom: 0
}

.views-exposed-form label {
	font-weight: bold
}

.views-exposed-widgets {
	margin-bottom: .5em
}

.views-align-left {
	text-align: left
}

.views-align-right {
	text-align: right
}

.views-align-center {
	text-align: center
}

.views-view-grid tbody {
	border-top: 0
}

.view .progress-disabled {
	float: none
}

.rteindent1 {
	margin-left: 40px
}

.rteindent2 {
	margin-left: 80px
}

.rteindent3 {
	margin-left: 120px
}

.rteindent4 {
	margin-left: 160px
}

.rteleft {
	text-align: left
}

.rteright {
	text-align: right
}

.rtecenter {
	text-align: center
}

.rtejustify {
	text-align: justify
}

.ibimage_left {
	float: left
}

.ibimage_right {
	float: right
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-clearfix {
	min-height: 0
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default !important
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em
}

.ui-widget-content {
	border: 1px solid #aaa;
	background: #fff url(/themes/Cepal-Discover/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222
}

.ui-widget-content a {
	color: #222
}

.ui-widget-header {
	border: 1px solid #aaa;
	background: #ccc url(/themes/Cepal-Discover/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222;
	font-weight: 700
}

.ui-widget-header a {
	color: #222
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/themes/Cepal-Discover/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: 400;
	color: #555
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #555;
	text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #999;
	background: #dadada url(/themes/Cepal-Discover/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: 400;
	color: #212121
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
	color: #212121;
	text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaa;
	background: #fff url(/themes/Cepal-Discover/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: 400;
	color: #212121
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #212121;
	text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/themes/Cepal-Discover/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/themes/Cepal-Discover/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #cd0a0a
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url(/themes/Cepal-Discover/images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
	background-image: url(/themes/Cepal-Discover/images/ui-icons_222222_256x240.png)
}

.ui-state-default .ui-icon {
	background-image: url(/themes/Cepal-Discover/images/ui-icons_888888_256x240.png)
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
	background-image: url(/themes/Cepal-Discover/images/ui-icons_454545_256x240.png)
}

.ui-state-active .ui-icon {
	background-image: url(/themes/Cepal-Discover/images/ui-icons_454545_256x240.png)
}

.ui-state-highlight .ui-icon {
	background-image: url(/themes/Cepal-Discover/images/ui-icons_2e83ff_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url(/themes/Cepal-Discover/images/ui-icons_cd0a0a_256x240.png)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-carat-1-n {
	background-position: 0 0
}

.ui-icon-carat-1-ne {
	background-position: -16px 0
}

.ui-icon-carat-1-e {
	background-position: -32px 0
}

.ui-icon-carat-1-se {
	background-position: -48px 0
}

.ui-icon-carat-1-s {
	background-position: -64px 0
}

.ui-icon-carat-1-sw {
	background-position: -80px 0
}

.ui-icon-carat-1-w {
	background-position: -96px 0
}

.ui-icon-carat-1-nw {
	background-position: -112px 0
}

.ui-icon-carat-2-n-s {
	background-position: -128px 0
}

.ui-icon-carat-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px
}

.ui-widget-overlay {
	background: #aaa url(/themes/Cepal-Discover/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaa url(/themes/Cepal-Discover/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px
}

.ui-tabs {
	position: relative;
	padding: .2em
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: 0
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0
}

.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
	padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left
}

#cboxContent {
	position: relative
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

#cboxTitle {
	margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
	cursor: pointer
}

#cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
	outline: 0
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0
}

#colorbox, #cboxContent, #cboxLoadedContent {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

#cboxOverlay {
	background: #000
}

#colorbox {
	outline: 0
}

#cboxWrapper {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

#cboxTopLeft {
	width: 15px;
	height: 15px
}

#cboxTopCenter {
	height: 15px
}

#cboxTopRight {
	width: 15px;
	height: 15px
}

#cboxBottomLeft {
	width: 15px;
	height: 10px
}

#cboxBottomCenter {
	height: 10px
}

#cboxBottomRight {
	width: 15px;
	height: 10px
}

#cboxMiddleLeft {
	width: 15px
}

#cboxMiddleRight {
	width: 15px
}

#cboxContent {
	background: #fff;
	overflow: hidden
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent {
	margin-bottom: 28px
}

#cboxTitle {
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	bottom: 28px;
	left: 0;
	color: #535353;
	width: 100%;
	padding: 4px 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 60px;
	color: #949494
}

.cboxSlideshow_on #cboxSlideshow {
	position: absolute;
	bottom: 0;
	right: 30px;
	background: url(/themes/Cepal-Discover/images/controls.png) no-repeat -75px -50px;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -101px -50px
}

.cboxSlideshow_off #cboxSlideshow {
	position: absolute;
	bottom: 0;
	right: 30px;
	background: url(/themes/Cepal-Discover/images/controls.png) no-repeat -25px -50px;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -49px -50px
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/themes/Cepal-Discover/images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxPrevious:hover {
	background-position: -75px -25px
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(/themes/Cepal-Discover/images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxNext:hover {
	background-position: -50px -25px
}

#cboxLoadingOverlay {
	background: #fff
}

#cboxLoadingGraphic {
	background: url(/themes/Cepal-Discover/images/loading_animation.gif) no-repeat center center
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/themes/Cepal-Discover/images/controls.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px
}

#cboxClose:hover {
	background-position: -25px -25px
}

.ctools-locked {
	color: red;
	border: 1px solid red;
	padding: 1em
}

.ctools-owns-lock {
	background: #ffd none repeat scroll 0 0;
	border: 1px solid #f0c020;
	padding: 1em
}

a.ctools-ajaxing, input.ctools-ajaxing, button.ctools-ajaxing, select.ctools-ajaxing {
	padding-right: 18px !important;
	background: url(/themes/Cepal-Discover/images/status-active.gif) right center no-repeat
}

div.ctools-ajaxing {
	float: left;
	width: 18px;
	background: url(/themes/Cepal-Discover/images/status-active.gif) center center no-repeat
}

table.ldap-provision-todrupal input.convert, table.ldap-provision-toldap input.convert {
	background-image: url('/themes/Cepal-Discover/images/list-item.png');
	background-repeat: no-repeat
}

div.ldap-pwd-abscent {
	background-image: url('/themes/Cepal-Discover/images/message-16-error.png');
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding-left: 20px;
	border: solid 1px #ebb
}

div.ldap-pwd-present {
	background-image: url('/themes/Cepal-Discover/images/message-16-ok.png');
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding-left: 20px;
	border: solid 1px #beb
}

table th.mixedcase, .mixedcase {
	text-transform: none
}

form#dblog-filter-form div#edit-type-wrapper, table#admin-dblog th img {
	display: none
}

code.export-summary {
	font-weight: normal
}

table#admin-dblog th a, table#admin-dblog th {
	text-decoration: none;
	color: #000
}

div.panel-pane div.admin-links {
	font-size: xx-small;
	margin-right: 1em
}

div.panel-pane div.admin-links li a {
	color: #ccc
}

div.panel-pane div.admin-links li {
	padding-bottom: 2px;
	background: white;
	z-index: 201
}

div.panel-pane div.admin-links:hover a, div.panel-pane div.admin-links-hover a {
	color: #000
}

div.panel-pane div.admin-links a:before {
	content: "["
}

div.panel-pane div.admin-links a:after {
	content: "]"
}

div.panel-pane div.panel-hide {
	display: none
}

div.panel-pane div.panel-hide-hover, div.panel-pane:hover div.panel-hide {
	display: block;
	position: absolute;
	z-index: 200;
	margin-top: -1.5em
}

div.panel-pane div.node {
	margin: 0;
	padding: 0
}

div.panel-pane div.feed a {
	float: right
}

.burr-flipped-container {
	margin-bottom: 1em
}

.burr-flipped-sidebar {
	min-height: 1px;
	width: 31.915%;
	float: left
}

.burr-flipped-content {
	float: left;
	width: 68.085%
}

.burr-flipped-content-inner {
	margin-right: 20px
}

@media only screen and (max-width:480px) {
	.burr-flipped-content, .burr-flipped-sidebar {
		width: 100%;
		float: none;
		clear: both;
	}

	.burr-flipped-content-inner {
		margin-right: 0
	}

}

.item-list .field-widget-term-reference-tree ul, .block .field-widget-term-reference-tree ul, .field-widget-term-reference-tree ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0
}

.item-list .field-widget-term-reference-tree ul ul, .block .field-widget-term-reference-tree ul ul, .field-widget-term-reference-tree ul ul {
	margin-left: 1.5em
}

.item-list .field-widget-term-reference-tree ul .form-item, .block .field-widget-term-reference-tree ul .form-item, .field-widget-term-reference-tree ul .form-item {
	margin: 0;
	padding: 0
}

.term-reference-tree-button, .no-term-reference-tree-button {
	width: 16px;
	height: 16px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-right: 4px
}

.term-reference-tree-button {
	background-image: url(/themes/Cepal-Discover/images/bullet_toggle_minus.png)
}

.no-term-reference-tree-button {
	background-color: #ddd
}

.term-reference-tree-button.term-reference-tree-collapsed {
	background-image: url(/themes/Cepal-Discover/images/bullet_toggle_plus.png)
}

.field-widget-term-reference-tree .form-item {
	display: inline-block;
	*display: inline;
	zoom: 1
}

.field-widget-term-reference-tree .disabled {
	opacity: .5
}

.field-widget-term-reference-tree .parent-term {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-weight: bold
}

.form-type-checkbox-tree .error {
	background-image: none;
	border: 2px solid red;
	padding: 3px
}

.region-content ul.term-reference-tree-level, .term-reference-tree-level {
	padding: 0
}

.term-reference-tree-track-list li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 10px;
	padding-left: 20px;
	min-height: 16px;
	cursor: pointer
}

.term-reference-tree-track-list li.track-item:hover {
	color: red;
	background-image: url(/themes/Cepal-Discover/images/bullet_delete.png);
	background-repeat: no-repeat;
	background-position: middle left
}

.term-reference-tree-track-list li.term_ref_tree_nothing_message {
	list-style-type: none;
	list-style-image: none;
	font-style: italic;
	cursor: default
}

.term-reference-track-list-container {
	padding: 5px
}

.term-reference-track-list-label {
	font-weight: bold
}

.term-tree-list .selected {
	font-weight: bold
}

.term-tree-list .unselected {
	font-weight: normal
}

.term-tree-list ul {
	margin-top: 0
}

.field-type-taxonomy-term-reference ul.links .term-tree-list ul.term li {
	float: none
}

.bartlett-container, .bartlett-content-header {
	margin-bottom: 1em
}

.bartlett-column {
	width: 34.043%;
	float: left
}

.bartlett-column-inner {
	margin-right: 20px
}

.bartlett-content-container {
	float: left;
	width: 65.957%
}

.bartlett-content-container .bartlett-content-column1 {
	width: 51.613%
}

.bartlett-content-container .bartlett-content-column2 {
	width: 48.387%
}

.bartlett-content-column2-inner {
	margin-right: 0
}

@media only screen and (max-width:480px) {
	.bartlett-column, .bartlett-content-container, .bartlett-content-container .bartlett-content-column1, .bartlett-content-container .bartlett-content-column2 {
		width: 100%;
		float: none
	}

	.bartlett-column-inner {
		margin-right: 0
	}

}

.vivid-orange {
	color: #f15a24
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent
}

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

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal;
  border: solid 1px #ccc;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: .5em 0
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(http://www.cepal.org/sites/all/themes/cepal/behaviors/box-sizing/boxsizing.php);
}

.vivid-orange {
	color: #f15a24
}

.node-type-cepal-section h1 {
	font-family: "Optima LT Std Medium", "Optima LT Std";
	color: #195591;
	font-weight: 500;
	margin: 0 0 .75em 0
}

.node-type-cepal-section h3 {
	margin: .25em 0;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	font-weight: 100
}

.node-type-cepal-section h3 a {
	text-decoration: none;
	color: #2a3744
}

.node-type-cepal-section .section-about {
	background-color: #d8e8f8;
	border-top: 3px solid #1e5387;
	width: 100%;
	display: table;
	margin-bottom: 1em
}

.node-type-cepal-section .pane-node-field-section-contact {
	padding-bottom: 1em;
	clear: both
}

.node-type-cepal-section .pane-node-field-section-contact h2 {
	text-transform: none !important
}

.node-type-cepal-section .pane-node-field-section-contact div.field:first-child {
	margin-top: 1em;
	border-bottom: 5px solid #d8e8f8
}

.node-type-cepal-section .pane-node-field-section-contact div.field, .node-type-cepal-section .pane-node-field-section-contact .field--name-field-contact-telephone {
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 0 1em
}

.node-type-cepal-section .pane-node-field-section-contact .field-label {
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 0 1em;
	float: left
}

.node-type-cepal-section .pane-node-field-section-contact .field--name-field-contact-telephone a {
	line-height: 1.5em;
	font-size: 1em;
	font-family: "Open Sans";
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 1em;
	font-weight: bold
}

.node-type-cepal-section .pane-node-field-body {
	width: 100%;
	display: table;
	float: left;
	padding: 1em
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-body {
		width: 64.085%
	}

}

@media(min-width:1024px) {
	.node-type-cepal-section .pane-node-field-body {
		width: 65.085%
	}

}

.node-type-cepal-section .pane-node-field-body p {
	line-height: 21px;
	margin: 0;
	font-size: 1.1em
}

.node-type-cepal-section .pane-node-field-body p a {
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	margin: .5em;
	float: right
}

.node-type-cepal-section .pane-node-field-section-pages {
	width: 100%;
	border-left: 1px solid #999;
	float: left;
	display: table;
	padding: 1em;
	margin: 1em
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-pages {
		width: 31.915%
	}

}

.node-type-cepal-section .pane-node-field-section-pages ul {
	padding-left: 2em
}

.node-type-cepal-section .pane-node-field-section-pages ul li {
	list-style-type: disc;
	color: #1e5387
}

.node-type-cepal-section .pane-node-field-section-pages ul li a {
	font-weight: bold;
	line-height: 2em
}

.node-type-cepal-section .pane-node-field-section-cooperation-report {
	background-color: #f2f2f2;
	display: flex;
	padding: 1.45em 1em
}

.node-type-cepal-section .pane-node-field-section-cooperation-report h3 {
	font-size: 1em;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	float: right;
	text-align: left;
	font-weight: normal;
	width: 50%;
	margin: 0
}

@media(min-width:1024px) {
	.node-type-cepal-section .pane-node-field-section-cooperation-report h3 {
		width: 60%;
		margin: 1.5em 0
	}

}

.node-type-cepal-section .pane-node-field-section-cooperation-report h3 a {
	color: #2a3744
}

.node-type-cepal-section .pane-node-field-section-cooperation-report img {
	float: left
}

.node-type-cepal-section .pane-node-field-section-projects article, .node-type-cepal-section .pane-courses-courses-events-bytopic-pane article {
	border-bottom: 1px solid #e6e6e6;
	padding: .5em 0
}

.node-type-cepal-section .moscone-flipped-content .pane-node-field-section-news-common h3, .node-type-cepal-section .pane-node-field-section-news-translated h3 {
	font-size: 1.5em
}

.node-type-cepal-section .pane-node-field-section-news-common, .node-type-cepal-section .pane-node-field-section-news-translated {
	display: inline-block
}

.node-type-cepal-section .pane-node-field-section-news-common article, .node-type-cepal-section .pane-node-field-section-news-translated article {
	border-bottom: 1px solid #e6e6e6;
	padding: .5em;
	float: left
}

.node-type-cepal-section .pane-node-field-section-news-common article:last-child, .node-type-cepal-section .pane-node-field-section-news-translated article:last-child {
	border-bottom: 0
}

.node-type-cepal-section .pane-node-field-section-news-common article header, .node-type-cepal-section .pane-node-field-section-news-translated article header {
	display: block
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-news-common article header, .node-type-cepal-section .pane-node-field-section-news-translated article header {
		display: table
	}

}

.node-type-cepal-section .pane-node-field-section-news-common article .field--type-image img, .node-type-cepal-section .pane-node-field-section-news-translated article .field--type-image img {
	float: left;
	margin: 0 1em 1em 0;
	border: 1px solid #eee
}

.node-type-cepal-section .pane-node-field-section-news-common article figure, .node-type-cepal-section .pane-node-field-section-news-translated article figure {
	margin: .5em
}

.node-type-cepal-section .pane-node-field-section-news-common article .field--name-field-news-type, .node-type-cepal-section .pane-node-field-section-news-common article .field--name-field-article-type, .node-type-cepal-section .pane-node-field-section-news-translated article .field--name-field-news-type, .node-type-cepal-section .pane-node-field-section-news-translated article .field--name-field-article-type {
	line-height: 1.5em
}

.node-type-cepal-section .pane-node-field-section-news-common article .field--name-field-teaser, .node-type-cepal-section .pane-node-field-section-news-translated article .field--name-field-teaser {
	display: block;
	line-height: 1.5em;
	margin: .3em 0;
	font-size: 1em;
	color: #3e3e3e;
	border: 0
}

.node-type-cepal-section .pane-node-field-section-infographic .field--name-field-infographic-image, .node-type-cepal-section .pane-node-field-section-infographic-trans .field--name-field-infographic-image {
	margin: 0;
	padding: 0;
	border-bottom: 0 !important
}

.node-type-cepal-section .pane-node-field-section-infographic figure, .node-type-cepal-section .pane-node-field-section-infographic-trans figure {
	margin: 0
}

.node-type-cepal-section .pane-node-field-section-banner, .node-type-cepal-section .pane-node-field-section-banner-translated {
	display: inline-block;
	background-color: #eee;
	width: 100%;
	position: relative;
	margin-bottom: 0
}

.node-type-cepal-section .pane-node-field-section-banner img, .node-type-cepal-section .pane-node-field-section-banner-translated img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-transform-origin: none;
	-moz-transform-origin: none
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-banner img, .node-type-cepal-section .pane-node-field-section-banner-translated img {
		-webkit-transition: none;
		transition: none;
		-webkit-transform-origin: none;
		-moz-transform-origin: none
	}

}

@media(min-width:1024px) {
	.node-type-cepal-section .pane-node-field-section-banner img, .node-type-cepal-section .pane-node-field-section-banner-translated img {
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%
	}

}

.node-type-cepal-section .pane-node-field-section-banner img:hover, .node-type-cepal-section .pane-node-field-section-banner-translated img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	max-width: 100%
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-banner img:hover, .node-type-cepal-section .pane-node-field-section-banner-translated img:hover {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		max-width: 100%
	}

}

@media(min-width:1024px) {
	.node-type-cepal-section .pane-node-field-section-banner img:hover, .node-type-cepal-section .pane-node-field-section-banner-translated img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .85;
		max-width: 100%
	}

}

.node-type-cepal-section .pane-node-field-section-banner p, .node-type-cepal-section .pane-node-field-section-banner-translated p {
	padding: .5em;
	margin: 0;
	line-height: 1.5em;
	font-size: 1em;
	color: #3e3e3e
}

.node-type-cepal-section .pane-node-field-section-banner .more-link, .node-type-cepal-section .pane-node-field-section-banner .view-footer, .node-type-cepal-section .pane-node-field-section-banner-translated .more-link, .node-type-cepal-section .pane-node-field-section-banner-translated .view-footer {
	clear: right
}

.node-type-cepal-section .pane-node-field-section-banner .more-link a, .node-type-cepal-section .pane-node-field-section-banner .view-footer a, .node-type-cepal-section .pane-node-field-section-banner-translated .more-link a, .node-type-cepal-section .pane-node-field-section-banner-translated .view-footer a {
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	margin: .5em;
	float: right;
	font-weight: normal
}

.node-type-cepal-section .pane-node-field-section-banner .field--name-field-banner-image, .node-type-cepal-section .pane-node-field-section-banner-translated .field--name-field-banner-image {
	display: inline-block;
	overflow: hidden;
	width: 98%;
	border: 1px solid #e6e6e6;
	margin: .5em 0 1em 0;
	float: left
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-banner .field--name-field-banner-image, .node-type-cepal-section .pane-node-field-section-banner-translated .field--name-field-banner-image {
		width: 50%;
		margin: .5em
	}

}

@media(min-width:1024px) {
	.node-type-cepal-section .pane-node-field-section-banner .field--name-field-banner-image, .node-type-cepal-section .pane-node-field-section-banner-translated .field--name-field-banner-image {
		width: 50%;
		margin: .5em
	}

}

.node-type-cepal-section .pane-node-field-section-banner article a.right, .node-type-cepal-section .pane-node-field-section-banner-translated article a.right {
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	margin: .5em;
	float: right
}

.node-type-cepal-section .pane-node-field-section-banner .field--name-field-teaser, .node-type-cepal-section .pane-node-field-section-banner-translated .field--name-field-teaser {
	line-height: 1.5em;
	font-size: 1em;
	color: #3e3e3e;
	border: 0;
	clear: none
}

.node-type-cepal-section .pane-node-field-section-banner h2, .node-type-cepal-section .pane-node-field-section-banner-translated h2 {
	margin: 0;
	color: #195591;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	float: none;
	padding: .25em
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-banner h2, .node-type-cepal-section .pane-node-field-section-banner-translated h2 {
		padding: .25em 1em
	}

}

@media(min-width:1024px) {
	.node-type-cepal-section .pane-node-field-section-banner h2, .node-type-cepal-section .pane-node-field-section-banner-translated h2 {
		padding: .25em 1em
	}

}

.node-type-cepal-section .pane-node-field-section-banner h2 a, .node-type-cepal-section .pane-node-field-section-banner-translated h2 a {
	display: block;
	text-decoration: none;
	color: #195591;
	font-size: 23px
}

.node-type-cepal-section .pane-node-field-section-banner h2 a:hover, .node-type-cepal-section .pane-node-field-section-banner-translated h2 a:hover {
	text-decoration: underline
}

.node-type-cepal-section .pane-node-field-section-banner .flexslider, .node-type-cepal-section .pane-node-field-section-banner-translated .flexslider {
	border: 0;
	background-color: #eee;
	margin: 0
}

.node-type-cepal-section .pane-node-field-section-highlighted .pane-content {
	display: block;
	overflow: hidden;
	background-color: #e4e4e4;
	margin-bottom: 1em
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-highlighted .pane-content {
		display: flex
	}

}

.node-type-cepal-section .pane-node-field-section-highlighted h2 {
	border-top: 3px solid #f15a24;
	border-left: 0 !important;
	background-color: #e4e4e4 !important;
	margin: 0
}

.node-type-cepal-section .pane-node-field-section-highlighted article {
	background-color: #e4e4e4;
	float: left;
	min-height: 50px;
	padding: 1em;
	width: 100%
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-highlighted article {
		width: 20%
	}

}

@media(min-width:1024px) {
	.node-type-cepal-section .pane-node-field-section-highlighted article {
		width: 20%
	}

}

.node-type-cepal-section .pane-node-field-section-highlighted img {
	float: left;
	width: 50%;
	padding-right: 1em;
	height: auto
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-highlighted img {
		float: none;
		width: 100%;
		padding-right: 0;
		height: auto
	}

}

.node-type-cepal-section .pane-node-field-section-publications .flexslider {
	padding: 0 50px;
	margin: 0
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-publications .flexslider {
		padding: 0 37px
	}

}

@media(min-width:1024px) {
	.node-type-cepal-section .pane-node-field-section-publications .flexslider {
		padding: 0 50px
	}

}

.node-type-cepal-section .pane-node-field-section-publications .flexslider ul {
	background-color: white;
	padding: 0
}

.node-type-cepal-section .pane-node-field-section-publications .flexslider ul li {
	float: left;
	padding: 0 1em
}

.node-type-cepal-section .pane-node-field-section-publications .flexslider ul li h3 {
	font-weight: 100;
	display: none
}

@media(min-width:1024px) {
	.node-type-cepal-section .pane-node-field-section-publications .flexslider ul li h3 {
		display: block
	}

}

.node-type-cepal-section .pane-node-field-section-publications .flexslider ul li h3 a {
	font-size: .9em;
	opacity: 1
}

.node-type-cepal-section .pane-node-field-section-publications .flexslider ul li img {
	border: 1px solid #eee;
	width: 115px;
	height: 150px
}

@media(min-width:768px) {
	.node-type-cepal-section .pane-node-field-section-publications .flexslider ul li img {
		width: 88px;
		height: 123px
	}

}

@media(min-width:1024px) {
	.node-type-cepal-section .pane-node-field-section-publications .flexslider ul li img {
		width: 115px;
		height: 150px
	}

}

.node-type-cepal-section .pane-node-field-section-publications .flexslider ul li .flex-caption {
	display: none
}

.node-type-cepal-section .pane-node-field-section-publications .flexslider .flex-direction-nav a, .node-type-cepal-section .pane-node-field-section-publications .flexslider .flex-direction-nav a {
	display: block;
	color: #f15a24
}

.node-type-cepal-section .pane-node-field-section-publications .flex-direction-nav .flex-next {
	right: 0 !important;
	margin-right: 12px;
	opacity: 1 !important
}

.node-type-cepal-section .pane-node-field-section-publications .flex-direction-nav .flex-prev {
	left: 0 !important;
	opacity: 1 !important;
	margin-left: 12px
}

.node-type-cepal-section .pane-node-field-section-publications div.flexslider div.field-content {
	padding-left: 50px;
	padding-right: 50px
}

.moscone-flipped-column-content-region-inner.moscone-flipped-content-inner.panel-panel-inner .pane-courses-courses-pane {
	margin-right: 1em;
	width: 48% !important;
	float: left
}

.node-type-cepal-section.section-press-section .pane-node-field-section-news-translated .field--name-field-teaser p {
	line-height: 1.5em
}

.node-type-cepal-section.section-press-section .pane-node-field-section-infographic, .node-type-cepal-section.section-press-section .pane-flickr-3, .node-type-cepal-section.section-press-section .pane-cepal-block-basic-twitter-timeline, .node-type-cepal-section.section-press-section .pane-node-field-section-video, .node-type-cepal-section.section-press-section .pane-node-field-section-infographic-trans, .node-type-cepal-section.section-press-section .pane-cepal-block-basic-block-link-flickr-view-more {
	width: 100%;
	float: none;
	padding: 0
}

@media(min-width:768px) {
	.node-type-cepal-section.section-press-section .pane-node-field-section-infographic, .node-type-cepal-section.section-press-section .pane-flickr-3, .node-type-cepal-section.section-press-section .pane-cepal-block-basic-twitter-timeline, .node-type-cepal-section.section-press-section .pane-node-field-section-video, .node-type-cepal-section.section-press-section .pane-node-field-section-infographic-trans, .node-type-cepal-section.section-press-section .pane-cepal-block-basic-block-link-flickr-view-more {
		width: 50%;
		float: left;
		padding: 0 .5em
	}

}

.node-type-cepal-section.section-press-section .pane-node-field-section-infographic img, .node-type-cepal-section.section-press-section .pane-node-field-section-infographic-trans img {
	border: 1px solid #ccc
}

.node-type-cepal-section.section-press-section .pane-node-field-section-more-news.more-link, .node-type-cepal-section.section-press-section .pane-node-field-section-more-news.view-footer {
	float: right;
	width: 100%
}

.section-half-column-content {
	width: 100%;
	float: none;
	padding: 0
}

@media(min-width:768px) {
	.section-half-column-content {
		width: 50%;
		float: left;
		padding: 0 .5em
	}

}

.section-library-section .pane-cepal-section-pinterest h2 {
	margin-top: 0
}

.section-library-section .pane-node-field-section-service ul {
	margin: 0 2em
}

.section-library-section .pane-node-field-section-service ul li {
	list-style: initial;
	list-style-type: disc;
	color: #f15a24;
	padding: .5em 0;
	border-bottom: 1px solid #f2f2f2
}

.section-library-section .pane-node-field-section-service ul li a {
	color: #2a3744;
	font-weight: normal
}

.section-library-section .pane-node-field-section-service ul li:last-child {
	border-bottom: 0
}

.section-library-section .pane-node-field-section-banner-translated {
	background-color: #fff
}

.section-library-section .pane-node-field-section-banner-translated .flexslider {
	margin-top: 0;
	margin-bottom: 3em
}

.section-library-section .pane-node-field-section-pages {
	padding: 0;
	margin: 0;
	border-left: 0;
	width: 100%;
	padding: 0 .5em
}

@media(min-width:768px) {
	.section-library-section .pane-node-field-section-pages {
		width: 50%
	}

}

.section-library-section .pane-node-field-section-pages ul {
	margin: 0 2em;
	padding-left: 0
}

.section-library-section .pane-node-field-section-pages ul li {
	list-style: initial;
	list-style-type: disc;
	color: #f15a24;
	padding: .5em 0;
	border-bottom: 1px solid #f2f2f2
}

.section-library-section .pane-node-field-section-pages ul li a {
	color: #2a3744;
	font-weight: normal
}

.section-library-section .pane-node-field-section-pages ul li:last-child {
	border-bottom: 0
}

.section-library-section .pane-node-field-feature-service-link {
	background-color: #195591
}

.section-library-section .pane-node-field-feature-service-link a {
	padding: .25em;
	color: #fff;
	font-size: 1.25em;
	display: flex;
	align-items: center
}

.section-library-section .pane-node-field-feature-service-link a:before {
	content: "\f059";
	font-size: 2.5em;
	font-family: "FontAwesome";
	padding: .25em
}

.section-library-section .pane-node-field-feature-service-link a:hover {
	text-decoration: none
}

.section-library-section .pane-libraries-libraries-list-pane {
	padding-top: 1em
}

.section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library {
	width: 100%;
	float: left;
	border: 1px solid #d6d6d6;
	margin: .5em
}

.section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library header {
	position: relative
}

.section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library header h3 {
	font-family: "Oswald";
	position: absolute;
	top: 2.5em;
	left: .5em;
	color: white;
	font-size: 2em
}

@media(min-width:768px) {
	.section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library {
		width: 47%
	}

}

@media(min-width:1024px) {
	.section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library {
		width: 31.3%
	}

}

.section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library figure {
	margin: 0
}

.section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library .field--name-field-contact-person, .section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library .field--name-field-library-schedule {
	padding: .5em
}

.section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library p.more-info {
	color: #195591;
	text-align: center;
	background-color: #f2f2f2;
	margin: 1em 2em;
	padding: .5em
}

.section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library p.more-info a {
	font-family: "OpenSans-Bold"
}

.node-type-cepal-section.publication-section .pane-landing-publications-panel-pane-2 .view-id-landing_publications.view-display-id-attachment_1 h3 {
	background-color: #d8e8f8;
	font-size: 1.154em;
	padding: .35em .5em;
	text-transform: uppercase;
	border-left: 5px solid #f15a24;
	clear: both;
	font-family: "OpenSans-Bold"
}

.node-type-cepal-section.publication-section .pane-landing-publications-panel-pane-2 .view-id-landing_publications.view-display-id-attachment_1 h3 a {
	color: #195591
}

.node-type-cepal-section.publication-section .pane-landing-publications-panel-pane-2 .view-id-landing_publications.view-display-id-panel_pane_2 header {
	text-align: center
}

.node-type-cepal-section.publication-section .pane-landing-publications-panel-pane-2 .view-id-landing_publications.view-display-id-panel_pane_2 header img {
	width: 115px;
	height: 150px
}

.node-type-cepal-course .pane-course-contents-place-date, .node-type-cepal-event .pane-course-contents-place-date {
	float: left;
	width: 100%
}

@media(min-width:768px) {
	.node-type-cepal-course .pane-course-contents-place-date, .node-type-cepal-event .pane-course-contents-place-date {
		width: 50%
	}

}

.node-type-cepal-course .views-row, .node-type-cepal-event .views-row {
	padding-bottom: 1em
}

.node-type-cepal-course .views-row h3, .node-type-cepal-event .views-row h3 {
	margin-bottom: .25em
}

.node-type-cepal-course .views-row h3 a, .node-type-cepal-event .views-row h3 a {
	color: black
}

.node-type-cepal-course .views-row p, .node-type-cepal-event .views-row p {
	margin-bottom: 0
}

.node-type-cepal-course .pane-node-field-course-registration-date, .node-type-cepal-event .pane-node-field-course-registration-date {
	background-color: #195591;
	border-radius: 10px;
	color: #FFF;
	font-family: Oswald;
	font-size: 1.35em;
	text-transform: uppercase
}

.node-type-cepal-course .pane-node-field-course-registration-date .pane-content, .node-type-cepal-event .pane-node-field-course-registration-date .pane-content {
	width: 90%;
	margin: auto;
	padding: .75em;
	height: 5.5em
}

@media(min-width:768px) {
	.node-type-cepal-course .pane-node-field-course-registration-date .pane-content, .node-type-cepal-event .pane-node-field-course-registration-date .pane-content {
		height: 6em
	}

}

@media(min-width:1024px) {
	.node-type-cepal-course .pane-node-field-course-registration-date .pane-content, .node-type-cepal-event .pane-node-field-course-registration-date .pane-content {
		height: 5.5em
	}

}

.node-type-cepal-course .pane-node-field-course-registration-date .pane-content .field-course-registration-date span, .node-type-cepal-event .pane-node-field-course-registration-date .pane-content .field-course-registration-date span {
	float: left;
	width: 100%
}

.node-type-cepal-course .pane-node-field-course-registration-date .pane-content .deadline, .node-type-cepal-event .pane-node-field-course-registration-date .pane-content .deadline {
	text-transform: none;
	color: #d8e8f8
}

.node-type-cepal-course .pane-node-field-course-registration-date .pane-content .deadline .from, .node-type-cepal-course .pane-node-field-course-registration-date .pane-content .deadline .until, .node-type-cepal-event .pane-node-field-course-registration-date .pane-content .deadline .from, .node-type-cepal-event .pane-node-field-course-registration-date .pane-content .deadline .until {
	width: 100%
}

.node-type-cepal-course .pane-node-field-course-registration-date .pane-content .registration-link, .node-type-cepal-event .pane-node-field-course-registration-date .pane-content .registration-link {
	padding-left: 13em;
	padding-top: 1em
}

@media(min-width:768px) {
	.node-type-cepal-course .pane-node-field-course-registration-date .pane-content .registration-link, .node-type-cepal-event .pane-node-field-course-registration-date .pane-content .registration-link {
		padding-left: 6em
	}

}

@media(min-width:1024px) {
	.node-type-cepal-course .pane-node-field-course-registration-date .pane-content .registration-link, .node-type-cepal-event .pane-node-field-course-registration-date .pane-content .registration-link {
		padding-left: 13em
	}

}

.node-type-cepal-course .pane-node-field-course-registration-date a, .node-type-cepal-event .pane-node-field-course-registration-date a {
	color: #FFF
}

.node-type-cepal-course .pane-node-field-course-registration-date .field--name-field-course-registration-date, .node-type-cepal-event .pane-node-field-course-registration-date .field--name-field-course-registration-date {
	text-transform: none;
	color: #d8e8f8
}

.node-type-cepal-course .pane-node-field-event-registration-url, .node-type-cepal-event .pane-node-field-event-registration-url {
	background-color: #195591;
	border-radius: 10px;
	color: #FFF;
	font-family: Oswald;
	font-size: 1.35em;
	text-transform: uppercase
}

.node-type-cepal-course .pane-node-field-event-registration-url .pane-content, .node-type-cepal-event .pane-node-field-event-registration-url .pane-content {
	width: 90%;
	margin: auto;
	padding: 1em;
	height: 3.5em
}

.node-type-cepal-course .pane-node-field-event-registration-url a, .node-type-cepal-event .pane-node-field-event-registration-url a {
	color: #FFF
}

.node-type-cepal-course .pane-node-field-address .field-course-address, .node-type-cepal-event .pane-node-field-address .field-course-address {
	padding-bottom: .5em;
	min-height: 5em;
	display: flex
}

.node-type-cepal-course .pane-node-field-address div.street-block, .node-type-cepal-course .pane-node-field-address .locality-block, .node-type-cepal-course .pane-node-field-address .country, .node-type-cepal-course .pane-node-field-address .organisation-name, .node-type-cepal-event .pane-node-field-address div.street-block, .node-type-cepal-event .pane-node-field-address .locality-block, .node-type-cepal-event .pane-node-field-address .country, .node-type-cepal-event .pane-node-field-address .organisation-name {
	display: table;
	font-size: 1.2em
}

.node-type-cepal-course .pane-node-field-address .address-content, .node-type-cepal-event .pane-node-field-address .address-content {
	align-self: center
}

.node-type-cepal-course .pane-node-field-event-date .pane-content, .node-type-cepal-course .pane-node-field-course-scope .pane-content, .node-type-cepal-course .pane-node-field-address .pane-content, .node-type-cepal-course .pane-node-field-event-contact-person .pane-content, .node-type-cepal-course .pane-node-field-event-url .pane-content, .node-type-cepal-course .pane-node-field-event-type .pane-content, .node-type-cepal-event .pane-node-field-event-date .pane-content, .node-type-cepal-event .pane-node-field-course-scope .pane-content, .node-type-cepal-event .pane-node-field-address .pane-content, .node-type-cepal-event .pane-node-field-event-contact-person .pane-content, .node-type-cepal-event .pane-node-field-event-url .pane-content, .node-type-cepal-event .pane-node-field-event-type .pane-content {
	border-bottom: 2px solid #d8e8f8;
	font-family: Oswald
}

.node-type-cepal-course .pane-node-field-event-date .field-course-date .formated-date, .node-type-cepal-course .pane-node-field-event-date .field-event-type span, .node-type-cepal-course .pane-node-field-event-date .field-course-scope span, .node-type-cepal-course .pane-node-field-event-date .field--name-field-event-url, .node-type-cepal-course .pane-node-field-course-scope .field-course-date .formated-date, .node-type-cepal-course .pane-node-field-course-scope .field-event-type span, .node-type-cepal-course .pane-node-field-course-scope .field-course-scope span, .node-type-cepal-course .pane-node-field-course-scope .field--name-field-event-url, .node-type-cepal-course .pane-node-field-address .field-course-date .formated-date, .node-type-cepal-course .pane-node-field-address .field-event-type span, .node-type-cepal-course .pane-node-field-address .field-course-scope span, .node-type-cepal-course .pane-node-field-address .field--name-field-event-url, .node-type-cepal-course .pane-node-field-event-contact-person .field-course-date .formated-date, .node-type-cepal-course .pane-node-field-event-contact-person .field-event-type span, .node-type-cepal-course .pane-node-field-event-contact-person .field-course-scope span, .node-type-cepal-course .pane-node-field-event-contact-person .field--name-field-event-url, .node-type-cepal-course .pane-node-field-event-url .field-course-date .formated-date, .node-type-cepal-course .pane-node-field-event-url .field-event-type span, .node-type-cepal-course .pane-node-field-event-url .field-course-scope span, .node-type-cepal-course .pane-node-field-event-url .field--name-field-event-url, .node-type-cepal-course .pane-node-field-event-type .field-course-date .formated-date, .node-type-cepal-course .pane-node-field-event-type .field-event-type span, .node-type-cepal-course .pane-node-field-event-type .field-course-scope span, .node-type-cepal-course .pane-node-field-event-type .field--name-field-event-url, .node-type-cepal-event .pane-node-field-event-date .field-course-date .formated-date, .node-type-cepal-event .pane-node-field-event-date .field-event-type span, .node-type-cepal-event .pane-node-field-event-date .field-course-scope span, .node-type-cepal-event .pane-node-field-event-date .field--name-field-event-url, .node-type-cepal-event .pane-node-field-course-scope .field-course-date .formated-date, .node-type-cepal-event .pane-node-field-course-scope .field-event-type span, .node-type-cepal-event .pane-node-field-course-scope .field-course-scope span, .node-type-cepal-event .pane-node-field-course-scope .field--name-field-event-url, .node-type-cepal-event .pane-node-field-address .field-course-date .formated-date, .node-type-cepal-event .pane-node-field-address .field-event-type span, .node-type-cepal-event .pane-node-field-address .field-course-scope span, .node-type-cepal-event .pane-node-field-address .field--name-field-event-url, .node-type-cepal-event .pane-node-field-event-contact-person .field-course-date .formated-date, .node-type-cepal-event .pane-node-field-event-contact-person .field-event-type span, .node-type-cepal-event .pane-node-field-event-contact-person .field-course-scope span, .node-type-cepal-event .pane-node-field-event-contact-person .field--name-field-event-url, .node-type-cepal-event .pane-node-field-event-url .field-course-date .formated-date, .node-type-cepal-event .pane-node-field-event-url .field-event-type span, .node-type-cepal-event .pane-node-field-event-url .field-course-scope span, .node-type-cepal-event .pane-node-field-event-url .field--name-field-event-url, .node-type-cepal-event .pane-node-field-event-type .field-course-date .formated-date, .node-type-cepal-event .pane-node-field-event-type .field-event-type span, .node-type-cepal-event .pane-node-field-event-type .field-course-scope span, .node-type-cepal-event .pane-node-field-event-type .field--name-field-event-url {
	font-size: 1.2em
}

.node-type-cepal-course .pane-node-field-event-date .field-course-date i, .node-type-cepal-course .pane-node-field-event-date .field-course-scope i, .node-type-cepal-course .pane-node-field-event-date .field-contact-person i, .node-type-cepal-course .pane-node-field-event-date .field-course-address i, .node-type-cepal-course .pane-node-field-event-date .field-course-url i, .node-type-cepal-course .pane-node-field-event-date .field-event-type i, .node-type-cepal-course .pane-node-field-course-scope .field-course-date i, .node-type-cepal-course .pane-node-field-course-scope .field-course-scope i, .node-type-cepal-course .pane-node-field-course-scope .field-contact-person i, .node-type-cepal-course .pane-node-field-course-scope .field-course-address i, .node-type-cepal-course .pane-node-field-course-scope .field-course-url i, .node-type-cepal-course .pane-node-field-course-scope .field-event-type i, .node-type-cepal-course .pane-node-field-address .field-course-date i, .node-type-cepal-course .pane-node-field-address .field-course-scope i, .node-type-cepal-course .pane-node-field-address .field-contact-person i, .node-type-cepal-course .pane-node-field-address .field-course-address i, .node-type-cepal-course .pane-node-field-address .field-course-url i, .node-type-cepal-course .pane-node-field-address .field-event-type i, .node-type-cepal-course .pane-node-field-event-contact-person .field-course-date i, .node-type-cepal-course .pane-node-field-event-contact-person .field-course-scope i, .node-type-cepal-course .pane-node-field-event-contact-person .field-contact-person i, .node-type-cepal-course .pane-node-field-event-contact-person .field-course-address i, .node-type-cepal-course .pane-node-field-event-contact-person .field-course-url i, .node-type-cepal-course .pane-node-field-event-contact-person .field-event-type i, .node-type-cepal-course .pane-node-field-event-url .field-course-date i, .node-type-cepal-course .pane-node-field-event-url .field-course-scope i, .node-type-cepal-course .pane-node-field-event-url .field-contact-person i, .node-type-cepal-course .pane-node-field-event-url .field-course-address i, .node-type-cepal-course .pane-node-field-event-url .field-course-url i, .node-type-cepal-course .pane-node-field-event-url .field-event-type i, .node-type-cepal-course .pane-node-field-event-type .field-course-date i, .node-type-cepal-course .pane-node-field-event-type .field-course-scope i, .node-type-cepal-course .pane-node-field-event-type .field-contact-person i, .node-type-cepal-course .pane-node-field-event-type .field-course-address i, .node-type-cepal-course .pane-node-field-event-type .field-course-url i, .node-type-cepal-course .pane-node-field-event-type .field-event-type i, .node-type-cepal-event .pane-node-field-event-date .field-course-date i, .node-type-cepal-event .pane-node-field-event-date .field-course-scope i, .node-type-cepal-event .pane-node-field-event-date .field-contact-person i, .node-type-cepal-event .pane-node-field-event-date .field-course-address i, .node-type-cepal-event .pane-node-field-event-date .field-course-url i, .node-type-cepal-event .pane-node-field-event-date .field-event-type i, .node-type-cepal-event .pane-node-field-course-scope .field-course-date i, .node-type-cepal-event .pane-node-field-course-scope .field-course-scope i, .node-type-cepal-event .pane-node-field-course-scope .field-contact-person i, .node-type-cepal-event .pane-node-field-course-scope .field-course-address i, .node-type-cepal-event .pane-node-field-course-scope .field-course-url i, .node-type-cepal-event .pane-node-field-course-scope .field-event-type i, .node-type-cepal-event .pane-node-field-address .field-course-date i, .node-type-cepal-event .pane-node-field-address .field-course-scope i, .node-type-cepal-event .pane-node-field-address .field-contact-person i, .node-type-cepal-event .pane-node-field-address .field-course-address i, .node-type-cepal-event .pane-node-field-address .field-course-url i, .node-type-cepal-event .pane-node-field-address .field-event-type i, .node-type-cepal-event .pane-node-field-event-contact-person .field-course-date i, .node-type-cepal-event .pane-node-field-event-contact-person .field-course-scope i, .node-type-cepal-event .pane-node-field-event-contact-person .field-contact-person i, .node-type-cepal-event .pane-node-field-event-contact-person .field-course-address i, .node-type-cepal-event .pane-node-field-event-contact-person .field-course-url i, .node-type-cepal-event .pane-node-field-event-contact-person .field-event-type i, .node-type-cepal-event .pane-node-field-event-url .field-course-date i, .node-type-cepal-event .pane-node-field-event-url .field-course-scope i, .node-type-cepal-event .pane-node-field-event-url .field-contact-person i, .node-type-cepal-event .pane-node-field-event-url .field-course-address i, .node-type-cepal-event .pane-node-field-event-url .field-course-url i, .node-type-cepal-event .pane-node-field-event-url .field-event-type i, .node-type-cepal-event .pane-node-field-event-type .field-course-date i, .node-type-cepal-event .pane-node-field-event-type .field-course-scope i, .node-type-cepal-event .pane-node-field-event-type .field-contact-person i, .node-type-cepal-event .pane-node-field-event-type .field-course-address i, .node-type-cepal-event .pane-node-field-event-type .field-course-url i, .node-type-cepal-event .pane-node-field-event-type .field-event-type i {
	padding: .5em;
	background-color: #d8e8f8;
	border-radius: 2em;
	font-size: 1.5em;
	margin: .5em;
	min-width: 2em;
	max-height: 2em;
	text-align: center
}

.node-type-cepal-course .pane-node-field-event-date .field-course-url, .node-type-cepal-course .pane-node-field-event-date .field-event-type, .node-type-cepal-course .pane-node-field-course-scope .field-course-url, .node-type-cepal-course .pane-node-field-course-scope .field-event-type, .node-type-cepal-course .pane-node-field-address .field-course-url, .node-type-cepal-course .pane-node-field-address .field-event-type, .node-type-cepal-course .pane-node-field-event-contact-person .field-course-url, .node-type-cepal-course .pane-node-field-event-contact-person .field-event-type, .node-type-cepal-course .pane-node-field-event-url .field-course-url, .node-type-cepal-course .pane-node-field-event-url .field-event-type, .node-type-cepal-course .pane-node-field-event-type .field-course-url, .node-type-cepal-course .pane-node-field-event-type .field-event-type, .node-type-cepal-event .pane-node-field-event-date .field-course-url, .node-type-cepal-event .pane-node-field-event-date .field-event-type, .node-type-cepal-event .pane-node-field-course-scope .field-course-url, .node-type-cepal-event .pane-node-field-course-scope .field-event-type, .node-type-cepal-event .pane-node-field-address .field-course-url, .node-type-cepal-event .pane-node-field-address .field-event-type, .node-type-cepal-event .pane-node-field-event-contact-person .field-course-url, .node-type-cepal-event .pane-node-field-event-contact-person .field-event-type, .node-type-cepal-event .pane-node-field-event-url .field-course-url, .node-type-cepal-event .pane-node-field-event-url .field-event-type, .node-type-cepal-event .pane-node-field-event-type .field-course-url, .node-type-cepal-event .pane-node-field-event-type .field-event-type {
	display: flex
}

.node-type-cepal-course .pane-node-field-event-date .field-course-url span, .node-type-cepal-course .pane-node-field-course-scope .field-course-url span, .node-type-cepal-course .pane-node-field-address .field-course-url span, .node-type-cepal-course .pane-node-field-event-contact-person .field-course-url span, .node-type-cepal-course .pane-node-field-event-url .field-course-url span, .node-type-cepal-course .pane-node-field-event-type .field-course-url span, .node-type-cepal-event .pane-node-field-event-date .field-course-url span, .node-type-cepal-event .pane-node-field-course-scope .field-course-url span, .node-type-cepal-event .pane-node-field-address .field-course-url span, .node-type-cepal-event .pane-node-field-event-contact-person .field-course-url span, .node-type-cepal-event .pane-node-field-event-url .field-course-url span, .node-type-cepal-event .pane-node-field-event-type .field-course-url span {
	padding-top: .5em
}

.node-type-cepal-course .pane-node-field-event-date .field-event-type span, .node-type-cepal-course .pane-node-field-course-scope .field-event-type span, .node-type-cepal-course .pane-node-field-address .field-event-type span, .node-type-cepal-course .pane-node-field-event-contact-person .field-event-type span, .node-type-cepal-course .pane-node-field-event-url .field-event-type span, .node-type-cepal-course .pane-node-field-event-type .field-event-type span, .node-type-cepal-event .pane-node-field-event-date .field-event-type span, .node-type-cepal-event .pane-node-field-course-scope .field-event-type span, .node-type-cepal-event .pane-node-field-address .field-event-type span, .node-type-cepal-event .pane-node-field-event-contact-person .field-event-type span, .node-type-cepal-event .pane-node-field-event-url .field-event-type span, .node-type-cepal-event .pane-node-field-event-type .field-event-type span {
	padding-top: 1em
}

.node-type-cepal-course .pane-node-field-event-date i.fa-link, .node-type-cepal-course .pane-node-field-event-date i.fa-map-marker, .node-type-cepal-course .pane-node-field-course-scope i.fa-link, .node-type-cepal-course .pane-node-field-course-scope i.fa-map-marker, .node-type-cepal-course .pane-node-field-address i.fa-link, .node-type-cepal-course .pane-node-field-address i.fa-map-marker, .node-type-cepal-course .pane-node-field-event-contact-person i.fa-link, .node-type-cepal-course .pane-node-field-event-contact-person i.fa-map-marker, .node-type-cepal-course .pane-node-field-event-url i.fa-link, .node-type-cepal-course .pane-node-field-event-url i.fa-map-marker, .node-type-cepal-course .pane-node-field-event-type i.fa-link, .node-type-cepal-course .pane-node-field-event-type i.fa-map-marker, .node-type-cepal-event .pane-node-field-event-date i.fa-link, .node-type-cepal-event .pane-node-field-event-date i.fa-map-marker, .node-type-cepal-event .pane-node-field-course-scope i.fa-link, .node-type-cepal-event .pane-node-field-course-scope i.fa-map-marker, .node-type-cepal-event .pane-node-field-address i.fa-link, .node-type-cepal-event .pane-node-field-address i.fa-map-marker, .node-type-cepal-event .pane-node-field-event-contact-person i.fa-link, .node-type-cepal-event .pane-node-field-event-contact-person i.fa-map-marker, .node-type-cepal-event .pane-node-field-event-url i.fa-link, .node-type-cepal-event .pane-node-field-event-url i.fa-map-marker, .node-type-cepal-event .pane-node-field-event-type i.fa-link, .node-type-cepal-event .pane-node-field-event-type i.fa-map-marker {
	float: left
}

.node-type-cepal-course .pane-node-field-event-date .field--type-link-field, .node-type-cepal-course .pane-node-field-course-scope .field--type-link-field, .node-type-cepal-course .pane-node-field-address .field--type-link-field, .node-type-cepal-course .pane-node-field-event-contact-person .field--type-link-field, .node-type-cepal-course .pane-node-field-event-url .field--type-link-field, .node-type-cepal-course .pane-node-field-event-type .field--type-link-field, .node-type-cepal-event .pane-node-field-event-date .field--type-link-field, .node-type-cepal-event .pane-node-field-course-scope .field--type-link-field, .node-type-cepal-event .pane-node-field-address .field--type-link-field, .node-type-cepal-event .pane-node-field-event-contact-person .field--type-link-field, .node-type-cepal-event .pane-node-field-event-url .field--type-link-field, .node-type-cepal-event .pane-node-field-event-type .field--type-link-field {
	padding-top: .75em
}

.node-type-cepal-course .pane-node-field-event-date .field-contact-person, .node-type-cepal-course .pane-node-field-course-scope .field-contact-person, .node-type-cepal-course .pane-node-field-address .field-contact-person, .node-type-cepal-course .pane-node-field-event-contact-person .field-contact-person, .node-type-cepal-course .pane-node-field-event-url .field-contact-person, .node-type-cepal-course .pane-node-field-event-type .field-contact-person, .node-type-cepal-event .pane-node-field-event-date .field-contact-person, .node-type-cepal-event .pane-node-field-course-scope .field-contact-person, .node-type-cepal-event .pane-node-field-address .field-contact-person, .node-type-cepal-event .pane-node-field-event-contact-person .field-contact-person, .node-type-cepal-event .pane-node-field-event-url .field-contact-person, .node-type-cepal-event .pane-node-field-event-type .field-contact-person {
	display: inline-block;
	width: 100%
}

.node-type-cepal-course .pane-node-field-event-date .field-contact-person i, .node-type-cepal-course .pane-node-field-course-scope .field-contact-person i, .node-type-cepal-course .pane-node-field-address .field-contact-person i, .node-type-cepal-course .pane-node-field-event-contact-person .field-contact-person i, .node-type-cepal-course .pane-node-field-event-url .field-contact-person i, .node-type-cepal-course .pane-node-field-event-type .field-contact-person i, .node-type-cepal-event .pane-node-field-event-date .field-contact-person i, .node-type-cepal-event .pane-node-field-course-scope .field-contact-person i, .node-type-cepal-event .pane-node-field-address .field-contact-person i, .node-type-cepal-event .pane-node-field-event-contact-person .field-contact-person i, .node-type-cepal-event .pane-node-field-event-url .field-contact-person i, .node-type-cepal-event .pane-node-field-event-type .field-contact-person i {
	float: left
}

.node-type-cepal-course .pane-node-field-event-date .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-course .pane-node-field-course-scope .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-course .pane-node-field-address .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-course .pane-node-field-event-contact-person .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-course .pane-node-field-event-url .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-course .pane-node-field-event-type .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-event .pane-node-field-event-date .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-event .pane-node-field-course-scope .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-event .pane-node-field-address .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-event .pane-node-field-event-contact-person .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-event .pane-node-field-event-url .field-contact-person .field--name-field-event-contact-person, .node-type-cepal-event .pane-node-field-event-type .field-contact-person .field--name-field-event-contact-person {
	width: 75%;
	float: left
}

.node-type-cepal-course .pane-node-field-event-date .field-contact-person .field--type-email, .node-type-cepal-course .pane-node-field-event-date .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-course .pane-node-field-event-date .field-contact-person .field-label, .node-type-cepal-course .pane-node-field-course-scope .field-contact-person .field--type-email, .node-type-cepal-course .pane-node-field-course-scope .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-course .pane-node-field-course-scope .field-contact-person .field-label, .node-type-cepal-course .pane-node-field-address .field-contact-person .field--type-email, .node-type-cepal-course .pane-node-field-address .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-course .pane-node-field-address .field-contact-person .field-label, .node-type-cepal-course .pane-node-field-event-contact-person .field-contact-person .field--type-email, .node-type-cepal-course .pane-node-field-event-contact-person .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-course .pane-node-field-event-contact-person .field-contact-person .field-label, .node-type-cepal-course .pane-node-field-event-url .field-contact-person .field--type-email, .node-type-cepal-course .pane-node-field-event-url .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-course .pane-node-field-event-url .field-contact-person .field-label, .node-type-cepal-course .pane-node-field-event-type .field-contact-person .field--type-email, .node-type-cepal-course .pane-node-field-event-type .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-course .pane-node-field-event-type .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-event-date .field-contact-person .field--type-email, .node-type-cepal-event .pane-node-field-event-date .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-event .pane-node-field-event-date .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-course-scope .field-contact-person .field--type-email, .node-type-cepal-event .pane-node-field-course-scope .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-event .pane-node-field-course-scope .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-address .field-contact-person .field--type-email, .node-type-cepal-event .pane-node-field-address .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-event .pane-node-field-address .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-event-contact-person .field-contact-person .field--type-email, .node-type-cepal-event .pane-node-field-event-contact-person .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-event .pane-node-field-event-contact-person .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-event-url .field-contact-person .field--type-email, .node-type-cepal-event .pane-node-field-event-url .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-event .pane-node-field-event-url .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-event-type .field-contact-person .field--type-email, .node-type-cepal-event .pane-node-field-event-type .field-contact-person .field--name-field-contact-telephone, .node-type-cepal-event .pane-node-field-event-type .field-contact-person .field-label {
	font-size: .9em;
	font-weight: normal
}

.node-type-cepal-course .pane-node-field-event-date .field-contact-person .field-label, .node-type-cepal-course .pane-node-field-course-scope .field-contact-person .field-label, .node-type-cepal-course .pane-node-field-address .field-contact-person .field-label, .node-type-cepal-course .pane-node-field-event-contact-person .field-contact-person .field-label, .node-type-cepal-course .pane-node-field-event-url .field-contact-person .field-label, .node-type-cepal-course .pane-node-field-event-type .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-event-date .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-course-scope .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-address .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-event-contact-person .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-event-url .field-contact-person .field-label, .node-type-cepal-event .pane-node-field-event-type .field-contact-person .field-label {
	float: left;
	padding-right: .25em
}

.node-type-cepal-course table, .node-type-cepal-event table {
	width: 100%;
	border: 1px solid #ccc;
	color: #333
}

.node-type-cepal-course table th, .node-type-cepal-event table th {
	background: none;
	border-right: 1px solid #ccc
}

.node-type-cepal-course table tr.even, .node-type-cepal-event table tr.even {
	background-color: #fff;
	border-bottom: 1px solid #ccc
}

.node-type-cepal-course table tr.odd, .node-type-cepal-event table tr.odd {
	background-color: #fff;
	border-bottom: 1px solid #ccc
}

.node-type-cepal-course .pane-node-field-course-files, .node-type-cepal-course .pane-node-field-event-files, .node-type-cepal-event .pane-node-field-course-files, .node-type-cepal-event .pane-node-field-event-files {
	margin: 0;
	font-family: Oswald
}

.node-type-cepal-course .pane-node-field-course-files .pane-content, .node-type-cepal-course .pane-node-field-event-files .pane-content, .node-type-cepal-event .pane-node-field-course-files .pane-content, .node-type-cepal-event .pane-node-field-event-files .pane-content {
	display: flex;
	min-height: 7em;
	width: 32.25%;
	float: left;
	margin: .25em;
	width: 100%;
	background-color: #f1f1f1
}

@media(min-width:768px) {
	.node-type-cepal-course .pane-node-field-course-files .pane-content, .node-type-cepal-course .pane-node-field-event-files .pane-content, .node-type-cepal-event .pane-node-field-course-files .pane-content, .node-type-cepal-event .pane-node-field-event-files .pane-content {
		width: 48.5%
	}

}

@media(min-width:1024px) {
	.node-type-cepal-course .pane-node-field-course-files .pane-content, .node-type-cepal-course .pane-node-field-event-files .pane-content, .node-type-cepal-event .pane-node-field-course-files .pane-content, .node-type-cepal-event .pane-node-field-event-files .pane-content {
		width: 32.25%
	}

}

.node-type-cepal-course .pane-node-field-course-files .pane-content .pane-content-left, .node-type-cepal-course .pane-node-field-event-files .pane-content .pane-content-left, .node-type-cepal-event .pane-node-field-course-files .pane-content .pane-content-left, .node-type-cepal-event .pane-node-field-event-files .pane-content .pane-content-left {
	background-color: #dcdcdc;
	width: 20%
}

.node-type-cepal-course .pane-node-field-course-files .pane-content .pane-content-right, .node-type-cepal-course .pane-node-field-event-files .pane-content .pane-content-right, .node-type-cepal-event .pane-node-field-course-files .pane-content .pane-content-right, .node-type-cepal-event .pane-node-field-event-files .pane-content .pane-content-right {
	width: 70%
}

.node-type-cepal-course .pane-node-field-course-files a, .node-type-cepal-course .pane-node-field-event-files a, .node-type-cepal-event .pane-node-field-course-files a, .node-type-cepal-event .pane-node-field-event-files a {
	text-decoration: underline;
	display: block;
	font-weight: bold
}

.node-type-cepal-course .pane-node-field-course-files div:last-child, .node-type-cepal-course .pane-node-field-event-files div:last-child, .node-type-cepal-event .pane-node-field-course-files div:last-child, .node-type-cepal-event .pane-node-field-event-files div:last-child {
	border-bottom: 0
}

.node-type-cepal-course .pane-node-field-course-files i, .node-type-cepal-course .pane-node-field-event-files i, .node-type-cepal-event .pane-node-field-course-files i, .node-type-cepal-event .pane-node-field-event-files i {
	font-size: 2em;
	float: left;
	clear: both;
	color: white;
	padding: 1.1em
}

@media(min-width:768px) {
	.node-type-cepal-course .pane-node-field-course-files i, .node-type-cepal-course .pane-node-field-event-files i, .node-type-cepal-event .pane-node-field-course-files i, .node-type-cepal-event .pane-node-field-event-files i {
		padding: .5em
	}

}

@media(min-width:1024px) {
	.node-type-cepal-course .pane-node-field-course-files i, .node-type-cepal-course .pane-node-field-event-files i, .node-type-cepal-event .pane-node-field-course-files i, .node-type-cepal-event .pane-node-field-event-files i {
		padding: .4em
	}

}

.node-type-cepal-course .pane-node-field-course-files p, .node-type-cepal-course .pane-node-field-event-files p, .node-type-cepal-event .pane-node-field-course-files p, .node-type-cepal-event .pane-node-field-event-files p {
	margin: 0;
	width: 100%;
	margin: .25em 1em;
	color: #f15a24
}

.node-type-cepal-course .pane-node-field-course-files span, .node-type-cepal-course .pane-node-field-event-files span, .node-type-cepal-event .pane-node-field-course-files span, .node-type-cepal-event .pane-node-field-event-files span {
	float: left
}

.node-type-cepal-course .view-id-press_contents.view-display-id-block_9, .node-type-cepal-event .view-id-press_contents.view-display-id-block_9 {
	width: 100%
}

@media(min-width:768px) {
	.node-type-cepal-course .view-id-press_contents.view-display-id-block_9, .node-type-cepal-event .view-id-press_contents.view-display-id-block_9 {
		width: 50%
	}

}

@media(min-width:768px) {
	.node-type-cepal-course .view-id-press_contents.view-display-id-block_9, .node-type-cepal-event .view-id-press_contents.view-display-id-block_9 {
		width: 70%
	}

}

.node-type-cepal-course .view-id-course_contents.view-display-id-place_date .views-field-nothing, .node-type-cepal-event .view-id-course_contents.view-display-id-place_date .views-field-nothing {
	height: 2em
}

.node-type-cepal-course .views-field-field-event-contact-coordinator-1 .field--name-title-field, .node-type-cepal-event .views-field-field-event-contact-coordinator-1 .field--name-title-field {
	font-weight: bold
}

.node-type-cepal-course .views-field-field-event-contact-coordinator-1 .field-label, .node-type-cepal-event .views-field-field-event-contact-coordinator-1 .field-label {
	float: left;
	padding-right: .25em
}

.view-id-courses.view-display-id-courses_pane {
	margin-bottom: 1em
}

.view-id-courses.view-display-id-courses_pane .views-row {
	margin-top: 0;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #e6e6e6
}

.view-id-courses.view-display-id-courses_pane .views-row:last-child {
	border-bottom: 0
}

.view-id-courses.view-display-id-courses_pane .views-row h3 a {
	font-size: 15px;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	text-align: left;
	font-weight: normal
}

.view-id-courses.view-display-id-courses_pane .views-row p {
	margin: 0
}

.section-courses .views-row, .section-cursos .views-row {
	border-bottom: 0 !important
}

@font-face {
	font-family: 'Oswald-Regular';
	src: url(/themes/Cepal-Discover/fonts/Oswald-Regular.ttf) format("truetype")
}

@font-face {
	font-family: 'Oswald-Medium';
	src: url(/themes/Cepal-Discover/fonts/Oswald-Medium.ttf) format("truetype")
}

@font-face {
	font-family: 'Oswald-Bold';
	src: url(/themes/Cepal-Discover/fonts/Oswald-Bold.ttf) format("truetype")
}

@font-face {
	font-family: 'Open Sans';
	src: url(/themes/Cepal-Discover/fonts/OpenSans-Regular-webfont.eot);
	src: url(/themes/Cepal-Discover/fonts/OpenSans-Regular-webfont-.eot#iefix) format("embedded-opentype"), url(/themes/Cepal-Discover/fonts/OpenSans-Regular-webfont.woff) format("woff"), url(/themes/Cepal-Discover/fonts/OpenSans-Regular-webfont.ttf) format("truetype"), url(/themes/Cepal-Discover/fonts/OpenSans-Regular-webfont.svg#OpenSans-Regular-webfont) format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'OpenSans-Bold';
	src: url(/themes/Cepal-Discover/fonts/OpenSans-Bold.eot);
	src: url(/themes/Cepal-Discover/fonts/OpenSans-Bold-.eot#iefix) format("embedded-opentype"), url(/themes/Cepal-Discover/fonts/OpenSans-Bold.woff) format("woff"), url(/themes/Cepal-Discover/fonts/OpenSans-Bold.ttf) format("truetype");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'OptimaLTStd';
	src: url(/themes/Cepal-Discover/fonts/OptimaLTStd.otf) format("opentype"), url(/themes/Cepal-Discover/fonts/OptimaLTStd-Black.otf) format("opentype"), url(/themes/Cepal-Discover/fonts/OptimaLTStd-BlackItalic.otf) format("opentype"), url(/themes/Cepal-Discover/fonts/OptimaLTStd-Bold.otf) format("opentype"), url(/themes/Cepal-Discover/fonts/OptimaLTStd-BoldItalic.otf) format("opentype")
}

@font-face {
	font-family: 'Optima LT Std';
	src: url(/themes/Cepal-Discover/fonts/optima/OptimaLTStd.otf) format("opentype");
	src: url(/themes/Cepal-Discover/fonts/OptimaLTStd.woff) format("woff")
}

@font-face {
	font-family: 'Optima LT Std Medium';
	src: url(/themes/Cepal-Discover/fonts/optima/OptimaLTStd-Medium.otf) format("opentype")
}

@font-face {
	font-family: 'Optima LT Std Bold';
	src: url(/themes/Cepal-Discover/fonts/OptimaLTStd-Bold.otf);
	src: url(/themes/Cepal-Discover/fonts/OptimaLTStd-Bold.woff) format("woff")
}

@font-face {
	font-family: 'FontAwesome';
	src: url(/themes/Cepal-Discover/fonts/fontawesome-webfont-v=4.1.0.eot);
	src: url(/themes/Cepal-Discover/fonts/fontawesome-webfont-.eot#iefix&v=4.1.0) format("embedded-opentype"), url(/themes/Cepal-Discover/fonts/fontawesome-webfont-v=4.1.0.woff) format("woff"), url(/themes/Cepal-Discover/fonts/fontawesome-webfont-v=4.1.0.ttf) format("truetype"), url(/themes/Cepal-Discover/fonts/fontawesome-webfont-v=4.1.0.svg#fontawesomeregular) format("svg");
	font-weight: normal;
	font-style: normal
}

body {
	font-size: 13px;
	font-family: 'Open Sans';
	font-weight: 500
}

li {
	list-style: none
}

p {
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 1em;
	color: #3e3e3e
}

h1 {
	font-weight: 500;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	font-size: 2.308em;
	margin: .25em 0
}

h2 {
	color: #2a3744;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	font-weight: 500;
	font-size: 19px
}

h2 a {
	font-weight: 500;
	color: #2a3744;
	font-size: 19px
}

.h2-engagement, .node-type-cepal-section .pane-node-field-section-contact h2, .common_contact-person h2, .page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule h2, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address h2, .pane-taxonomy-term-field-contact-person h2, .page-publications-landing .landing-contact-person h2, .node-contact-person h2, .page-publications-selections .pane-contact h2, .pane-node-field-section-contact h2, .pane-cepal-block-basic-landing-publication-facebook h2.pane-title, .pane-cepal-block-basic-landing-publication-facebook .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-cepal-block-basic-landing-publication-facebook .field--name-title-field, .page-press .pane-cepal-block-basic-landing-news-social h2.pane-title, .page-press .pane-cepal-block-basic-landing-news-social .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-press .pane-cepal-block-basic-landing-news-social .field--name-title-field, .node-type-cepal-page .pane-cepal-block-basic-landing-news-social h2.pane-title, .node-type-cepal-page .pane-cepal-block-basic-landing-news-social .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-page .pane-cepal-block-basic-landing-news-social .field--name-title-field, .node-type-cepal-section .pane-cepal-block-basic-landing-news-social h2.pane-title, .node-type-cepal-section .pane-cepal-block-basic-landing-news-social .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-section .pane-cepal-block-basic-landing-news-social .field--name-title-field, .pane-landing-news-press-contact h2.pane-title, .pane-landing-news-press-contact .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-news-press-contact .field--name-title-field, .landing-contact-person h2.pane-title, .landing-contact-person .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .landing-contact-person .field--name-title-field, .pane-cepal-block-basic-block-suscribe h2.pane-title, .pane-cepal-block-basic-block-suscribe .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-cepal-block-basic-block-suscribe .field--name-title-field, .panel-pane.pane-views-panes.pane-press-contents-contact-person h2.pane-title, .panel-pane.pane-views-panes.pane-press-contents-contact-person .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .panel-pane.pane-views-panes.pane-press-contents-contact-person .field--name-title-field, .pane-node-field-contact-person h2.pane-title, .pane-node-field-contact-person .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-contact-person .field--name-title-field, .pane-cepal-block-basic-publication-mobile-applications h2.pane-title, .pane-cepal-block-basic-publication-mobile-applications .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-cepal-block-basic-publication-mobile-applications .field--name-title-field, .pane-landing-work-area-contact h2.pane-title, .pane-landing-work-area-contact .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-work-area-contact .field--name-title-field, .pane-landing-regional-office-office-contact h2.pane-title, .pane-landing-regional-office-office-contact .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-regional-office-office-contact .field--name-title-field, .pane-landing-work-area-v2-wa-contact h2.pane-title, .pane-landing-work-area-v2-wa-contact .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-work-area-v2-wa-contact .field--name-title-field, .page-publications-selections .pane-contact h2.pane-title, .page-publications-selections .pane-contact .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-publications-selections .pane-contact .field--name-title-field, .node-type-cepal-page .pane-libraries-reference-teaser-pane h2.pane-title, .node-type-cepal-page .pane-libraries-reference-teaser-pane .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-page .pane-libraries-reference-teaser-pane .field--name-title-field {
	background-color: #195591 !important;
	border: 0 !important;
	color: white !important;
	font-weight: normal !important;
	font-family: "Open Sans" !important
}

.engagement, .node-type-cepal-section .pane-node-field-section-contact, .common_contact-person, .page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address, .pane-taxonomy-term-field-contact-person, .page-publications-landing .landing-contact-person, .node-contact-person, .page-publications-selections .pane-contact, .pane-node-field-section-contact, .pane-cepal-block-basic-landing-publication-facebook, .pane-landing-news-press-contact, .landing-contact-person, .pane-cepal-block-basic-block-suscribe, .panel-pane.pane-views-panes.pane-press-contents-contact-person, .pane-node-field-contact-person, .pane-landing-work-area-contact, .pane-landing-regional-office-office-contact, .pane-landing-work-area-v2-wa-contact {
	font-weight: bold;
	background-color: #d8e8f8
}

a {
	-webkit-transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out;
	color: #195591;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

ul {
	padding: 0;
	margin: 0
}

.hidden, .block--cepal-googlecse .form-item label {
	display: none
}

.element-invisible.element-focusable {
	display: none
}

.responsive-img, .node-type-cepal-section .pane-node-field-section-infographic .field--name-field-infographic-image img, .node-type-cepal-section .pane-node-field-section-infographic-trans .field--name-field-infographic-image img, .section-library-section .pane-libraries-libraries-list-pane article.taxonomy-term--library figure img, .node-type-cepal-course .pane-node-field-course-image img, .node-type-cepal-event .pane-node-field-course-image img, .pane-cepal-block-basic-publication-mobile-applications .publication-mobile-applications p.apps img, .pane-cepal-block-basic-publication-mobile-applications .publication-mobile-applications p.stores img, .node-type-cepal-page .field--type-image img, .view-id-landing_regional_office.view-display-id-panel_img img, .view-id-landing_regional_office.view-display-id-infographic_manual img, .pane-landing-topics-image img, .views-field-field-infographic-image img, .view-id-publication_types.view-display-id-panel_pane_5 img, .pane-node-field-event-image {
	width: 100%;
	height: auto;
	display: block
}

.section-title-alternative, .node-type-cepal-course .pane-course-contents-course-details h2.pane-title, .node-type-cepal-course .pane-course-contents-course-details .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-course .pane-course-contents-course-details .field--name-title-field, .node-type-cepal-course .pane-node-field-body h2.pane-title, .node-type-cepal-course .pane-node-field-body .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-course .pane-node-field-body .field--name-title-field, .node-type-cepal-course .pane-node-field-course-programme h2.pane-title, .node-type-cepal-course .pane-node-field-course-programme .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-course .pane-node-field-course-programme .field--name-title-field, .node-type-cepal-course .pane-node-field-course-files h2.pane-title, .node-type-cepal-course .pane-node-field-course-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-course .pane-node-field-course-files .field--name-title-field, .node-type-cepal-course .pane-node-field-contact-organization h2.pane-title, .node-type-cepal-course .pane-node-field-contact-organization .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-course .pane-node-field-contact-organization .field--name-title-field, .node-type-cepal-course .pane-node-field-event-contact-org h2.pane-title, .node-type-cepal-course .pane-node-field-event-contact-org .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-course .pane-node-field-event-contact-org .field--name-title-field, .node-type-cepal-course .pane-event-contents-details h2.pane-title, .node-type-cepal-course .pane-event-contents-details .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-course .pane-event-contents-details .field--name-title-field, .node-type-cepal-course .pane-node-field-event-files h2.pane-title, .node-type-cepal-course .pane-node-field-event-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-course .pane-node-field-event-files .field--name-title-field, .node-type-cepal-course .pane-node-field-event-more-info h2.pane-title, .node-type-cepal-course .pane-node-field-event-more-info .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-course .pane-node-field-event-more-info .field--name-title-field, .node-type-cepal-course .pane-node-field-event-description h2.pane-title, .node-type-cepal-course .pane-node-field-event-description .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-course .pane-node-field-event-description .field--name-title-field, .node-type-cepal-event .pane-course-contents-course-details h2.pane-title, .node-type-cepal-event .pane-course-contents-course-details .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-course-contents-course-details .field--name-title-field, .node-type-cepal-event .pane-node-field-body h2.pane-title, .node-type-cepal-event .pane-node-field-body .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-node-field-body .field--name-title-field, .node-type-cepal-event .pane-node-field-course-programme h2.pane-title, .node-type-cepal-event .pane-node-field-course-programme .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-node-field-course-programme .field--name-title-field, .node-type-cepal-event .pane-node-field-course-files h2.pane-title, .node-type-cepal-event .pane-node-field-course-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-node-field-course-files .field--name-title-field, .node-type-cepal-event .pane-node-field-contact-organization h2.pane-title, .node-type-cepal-event .pane-node-field-contact-organization .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-node-field-contact-organization .field--name-title-field, .node-type-cepal-event .pane-node-field-event-contact-org h2.pane-title, .node-type-cepal-event .pane-node-field-event-contact-org .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-node-field-event-contact-org .field--name-title-field, .node-type-cepal-event .pane-event-contents-details h2.pane-title, .node-type-cepal-event .pane-event-contents-details .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-event-contents-details .field--name-title-field, .node-type-cepal-event .pane-node-field-event-files h2.pane-title, .node-type-cepal-event .pane-node-field-event-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-node-field-event-files .field--name-title-field, .node-type-cepal-event .pane-node-field-event-more-info h2.pane-title, .node-type-cepal-event .pane-node-field-event-more-info .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-node-field-event-more-info .field--name-title-field, .node-type-cepal-event .pane-node-field-event-description h2.pane-title, .node-type-cepal-event .pane-node-field-event-description .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-node-field-event-description .field--name-title-field, .pane-file-new-design h2.pane-title, .node-type-cepal-document .pane-node-field-document-files h2.pane-title, .pane-node-field-service-files h2.pane-title, .pane-file-new-design .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-file-new-design .field--name-title-field, .node-type-cepal-document .pane-node-field-document-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-document .pane-node-field-document-files .field--name-title-field, .pane-node-field-service-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-service-files .field--name-title-field, .common__organization_related h2.pane-title, .node-type-cepal-project .pane-node-field-organization-donor h2.pane-title, .common__organization_related .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .common__organization_related .field--name-title-field, .node-type-cepal-project .pane-node-field-organization-donor .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-project .pane-node-field-organization-donor .field--name-title-field, .node-type-cepal-project .pane-node-field-teaser h2.pane-title, .node-type-cepal-project .pane-node-field-teaser .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-project .pane-node-field-teaser .field--name-title-field, .node-type-cepal-project .pane-node-field-project-results h2.pane-title, .node-type-cepal-project .pane-node-field-project-results .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-project .pane-node-field-project-results .field--name-title-field, .node-type-cepal-project .pane-node-field-section-publications h2.pane-title, .node-type-cepal-project .pane-node-field-section-publications .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-project .pane-node-field-section-publications .field--name-title-field, .node-type-cepal-project .pane-node-field-project-files h2.pane-title, .node-type-cepal-project .pane-node-field-project-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-project .pane-node-field-project-files .field--name-title-field, .node-type-cepal-project .pane-cooperation-contents-panel-pane-4 h2.pane-title, .node-type-cepal-project .pane-cooperation-contents-panel-pane-4 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-project .pane-cooperation-contents-panel-pane-4 .field--name-title-field, .node-type-cepal-document .pane-node-field-body h2, .node-type-cepal-document .pane-node-field-publication-toc h2, .page-taxonomy-term.section-library .pane-taxonomy-term-field-body h2, .node-type-cepal-service .field--name-field-body h2, .pane-node-field-service-library h2.pane-title, .pane-node-field-service-library .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-service-library .field--name-title-field, .node-type-cepal-page .pane-node-field-body h2 {
	background-color: #fff !important;
	color: #195591;
	font-size: 1.5em !important;
	padding: .35em 0 !important;
	text-transform: uppercase;
	border-left: 0 !important;
	border-bottom: 2px solid #d8e8f8 !important;
	clear: both;
	font-family: Oswald !important
}

.pane-file-new-design, .node-type-cepal-document .pane-node-field-document-files, .pane-node-field-service-files {
	margin: 0;
	font-family: Oswald
}

.pane-file-new-design table, .node-type-cepal-document .pane-node-field-document-files table, .pane-node-field-service-files table {
	width: 100%;
	border: 1px solid #ccc;
	color: #333
}

.pane-file-new-design table th, .node-type-cepal-document .pane-node-field-document-files table th, .pane-node-field-service-files table th {
	background: none;
	border-right: 1px solid #ccc
}

.pane-file-new-design table tr.even, .node-type-cepal-document .pane-node-field-document-files table tr.even, .pane-node-field-service-files table tr.even {
	background-color: #fff;
	border-bottom: 1px solid #ccc
}

.pane-file-new-design table tr.odd, .node-type-cepal-document .pane-node-field-document-files table tr.odd, .pane-node-field-service-files table tr.odd {
	background-color: #fff;
	border-bottom: 1px solid #ccc
}

.pane-file-new-design .pane-content, .node-type-cepal-document .pane-node-field-document-files .pane-content, .pane-node-field-service-files .pane-content {
	display: flex;
	min-height: 7em;
	width: 32.25%;
	float: left;
	margin: .25em;
	width: 100%;
	background-color: #f1f1f1
}

@media(min-width:768px) {
	.pane-file-new-design .pane-content, .node-type-cepal-document .pane-node-field-document-files .pane-content, .pane-node-field-service-files .pane-content {
		width: 48.5%
	}

}

@media(min-width:1024px) {
	.pane-file-new-design .pane-content, .node-type-cepal-document .pane-node-field-document-files .pane-content, .pane-node-field-service-files .pane-content {
		width: 32.25%
	}

}

.pane-file-new-design .pane-content .pane-content-left, .node-type-cepal-document .pane-node-field-document-files .pane-content .pane-content-left, .pane-node-field-service-files .pane-content .pane-content-left {
	background-color: #dcdcdc;
	width: 20%
}

.pane-file-new-design .pane-content .pane-content-right, .node-type-cepal-document .pane-node-field-document-files .pane-content .pane-content-right, .pane-node-field-service-files .pane-content .pane-content-right {
	width: 70%
}

.pane-file-new-design a, .node-type-cepal-document .pane-node-field-document-files a, .pane-node-field-service-files a {
	text-decoration: underline;
	display: block;
	font-weight: bold
}

.pane-file-new-design div:last-child, .node-type-cepal-document .pane-node-field-document-files div:last-child, .pane-node-field-service-files div:last-child {
	border-bottom: 0
}

.pane-file-new-design i, .node-type-cepal-document .pane-node-field-document-files i, .pane-node-field-service-files i {
	font-size: 2em;
	float: left;
	clear: both;
	color: white;
	padding: 1.1em
}

@media(min-width:768px) {
	.pane-file-new-design i, .node-type-cepal-document .pane-node-field-document-files i, .pane-node-field-service-files i {
		padding: .5em
	}

}

@media(min-width:1024px) {
	.pane-file-new-design i, .node-type-cepal-document .pane-node-field-document-files i, .pane-node-field-service-files i {
		padding: .4em
	}

}

.pane-file-new-design p, .node-type-cepal-document .pane-node-field-document-files p, .pane-node-field-service-files p {
	margin: 0;
	width: 100%;
	margin: .25em 1em;
	color: #f15a24
}

.pane-file-new-design span, .node-type-cepal-document .pane-node-field-document-files span, .pane-node-field-service-files span {
	float: left
}

.common_contact-person, .page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address, .pane-taxonomy-term-field-contact-person, .page-publications-landing .landing-contact-person, .node-contact-person, .page-publications-selections .pane-contact, .pane-node-field-section-contact {
	padding-bottom: 1em;
	clear: both
}

.common_contact-person h2, .page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule h2, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address h2, .pane-taxonomy-term-field-contact-person h2, .page-publications-landing .landing-contact-person h2, .node-contact-person h2, .page-publications-selections .pane-contact h2, .pane-node-field-section-contact h2 {
	text-transform: none !important
}

.common_contact-person article header div.field:first-child, .page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule article header div.field:first-child, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address article header div.field:first-child, .pane-taxonomy-term-field-contact-person article header div.field:first-child, .page-publications-landing .landing-contact-person article header div.field:first-child, .node-contact-person article header div.field:first-child, .page-publications-selections .pane-contact article header div.field:first-child, .pane-node-field-section-contact article header div.field:first-child {
	margin-top: 1em;
	border-bottom: 5px solid #d8e8f8
}

.common_contact-person article header div.field, .page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule article header div.field, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address article header div.field, .pane-taxonomy-term-field-contact-person article header div.field, .page-publications-landing .landing-contact-person article header div.field, .node-contact-person article header div.field, .page-publications-selections .pane-contact article header div.field, .pane-node-field-section-contact article header div.field, .common_contact-person article header .field--name-field-contact-telephone, .page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule article header .field--name-field-contact-telephone, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address article header .field--name-field-contact-telephone, .pane-taxonomy-term-field-contact-person article header .field--name-field-contact-telephone, .page-publications-landing .landing-contact-person article header .field--name-field-contact-telephone, .node-contact-person article header .field--name-field-contact-telephone, .page-publications-selections .pane-contact article header .field--name-field-contact-telephone, .pane-node-field-section-contact article header .field--name-field-contact-telephone {
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 0 1em
}

.common_contact-person article header .field-label, .page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule article header .field-label, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address article header .field-label, .pane-taxonomy-term-field-contact-person article header .field-label, .page-publications-landing .landing-contact-person article header .field-label, .node-contact-person article header .field-label, .page-publications-selections .pane-contact article header .field-label, .pane-node-field-section-contact article header .field-label {
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 0 1em;
	float: left
}

.common_contact-person article header .field--name-field-contact-telephone a, .page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule article header .field--name-field-contact-telephone a, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address article header .field--name-field-contact-telephone a, .pane-taxonomy-term-field-contact-person article header .field--name-field-contact-telephone a, .page-publications-landing .landing-contact-person article header .field--name-field-contact-telephone a, .node-contact-person article header .field--name-field-contact-telephone a, .page-publications-selections .pane-contact article header .field--name-field-contact-telephone a, .pane-node-field-section-contact article header .field--name-field-contact-telephone a {
	line-height: 1.5em;
	font-size: 1em;
	font-family: "Open Sans";
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 1em;
	font-weight: bold
}

.common__link, .page-taxonomy-term.section-library .pane-taxonomy-term-field-link, .pane-node-field-link {
	background-color: #f2f2f2;
	margin: 0;
	display: block;
	padding: .25em 0
}

.common__link h2.pane-title, .page-taxonomy-term.section-library .pane-taxonomy-term-field-link h2.pane-title, .pane-node-field-link h2.pane-title, .common__link .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .common__link .field--name-title-field, .page-taxonomy-term.section-library .pane-taxonomy-term-field-link .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-taxonomy-term.section-library .pane-taxonomy-term-field-link .field--name-title-field, .pane-node-field-link .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-link .field--name-title-field {
	margin: 1em;
	background-color: white;
	border: 0
}

.common__link .pane-content, .page-taxonomy-term.section-library .pane-taxonomy-term-field-link .pane-content, .pane-node-field-link .pane-content {
	padding-left: 1em
}

.common__link li, .page-taxonomy-term.section-library .pane-taxonomy-term-field-link li, .pane-node-field-link li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 1em;
	margin: 1em 1em 0 0
}

.common__link li:last-child, .page-taxonomy-term.section-library .pane-taxonomy-term-field-link li:last-child, .pane-node-field-link li:last-child {
	border-bottom: 0
}

.common__link a, .page-taxonomy-term.section-library .pane-taxonomy-term-field-link a, .pane-node-field-link a {
	text-decoration: underline;
	display: flex;
	padding-left: .25em;
	font-family: "OpenSans-Bold"
}

.common__link i, .page-taxonomy-term.section-library .pane-taxonomy-term-field-link i, .pane-node-field-link i {
	font-size: 1.5em;
	float: left;
	clear: both;
	padding-right: .25em
}

.common__banner, .view-display-id-topic_office_banners, .view-id-landing_work_area.view-display-id-main_banner, .view-id-landing_topics.view-display-id-main_banner, .pane-taxonomy-term-field-section-main-banner .pane-content {
	display: inline-block;
	background-color: #eee;
	width: 100%;
	position: relative;
	margin-bottom: 0
}

.common__banner img, .view-display-id-topic_office_banners img, .view-id-landing_work_area.view-display-id-main_banner img, .view-id-landing_topics.view-display-id-main_banner img, .pane-taxonomy-term-field-section-main-banner .pane-content img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-transform-origin: none;
	-moz-transform-origin: none
}

@media(min-width:768px) {
	.common__banner img, .view-display-id-topic_office_banners img, .view-id-landing_work_area.view-display-id-main_banner img, .view-id-landing_topics.view-display-id-main_banner img, .pane-taxonomy-term-field-section-main-banner .pane-content img {
		-webkit-transition: none;
		transition: none;
		-webkit-transform-origin: none;
		-moz-transform-origin: none
	}

}

@media(min-width:1024px) {
	.common__banner img, .view-display-id-topic_office_banners img, .view-id-landing_work_area.view-display-id-main_banner img, .view-id-landing_topics.view-display-id-main_banner img, .pane-taxonomy-term-field-section-main-banner .pane-content img {
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%
	}

}

.common__banner img:hover, .view-display-id-topic_office_banners img:hover, .view-id-landing_work_area.view-display-id-main_banner img:hover, .view-id-landing_topics.view-display-id-main_banner img:hover, .pane-taxonomy-term-field-section-main-banner .pane-content img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	max-width: 100%
}

@media(min-width:768px) {
	.common__banner img:hover, .view-display-id-topic_office_banners img:hover, .view-id-landing_work_area.view-display-id-main_banner img:hover, .view-id-landing_topics.view-display-id-main_banner img:hover, .pane-taxonomy-term-field-section-main-banner .pane-content img:hover {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		max-width: 100%
	}

}

@media(min-width:1024px) {
	.common__banner img:hover, .view-display-id-topic_office_banners img:hover, .view-id-landing_work_area.view-display-id-main_banner img:hover, .view-id-landing_topics.view-display-id-main_banner img:hover, .pane-taxonomy-term-field-section-main-banner .pane-content img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .85;
		max-width: 100%
	}

}

.common__banner p, .view-display-id-topic_office_banners p, .view-id-landing_work_area.view-display-id-main_banner p, .view-id-landing_topics.view-display-id-main_banner p, .pane-taxonomy-term-field-section-main-banner .pane-content p {
	padding: .5em;
	margin: 0;
	line-height: 1.5em;
	color: #3e3e3e;
	font-family: "Open Sans"
}

.common__banner .more-link, .view-display-id-topic_office_banners .more-link, .view-id-landing_work_area.view-display-id-main_banner .more-link, .view-id-landing_topics.view-display-id-main_banner .more-link, .pane-taxonomy-term-field-section-main-banner .pane-content .more-link, .common__banner .view-footer, .view-display-id-topic_office_banners .view-footer, .view-id-landing_work_area.view-display-id-main_banner .view-footer, .view-id-landing_topics.view-display-id-main_banner .view-footer, .pane-taxonomy-term-field-section-main-banner .pane-content .view-footer {
	clear: right
}

.common__banner .more-link a, .view-display-id-topic_office_banners .more-link a, .view-id-landing_work_area.view-display-id-main_banner .more-link a, .view-id-landing_topics.view-display-id-main_banner .more-link a, .pane-taxonomy-term-field-section-main-banner .pane-content .more-link a, .common__banner .view-footer a, .view-display-id-topic_office_banners .view-footer a, .view-id-landing_work_area.view-display-id-main_banner .view-footer a, .view-id-landing_topics.view-display-id-main_banner .view-footer a, .pane-taxonomy-term-field-section-main-banner .pane-content .view-footer a {
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	margin: .5em;
	float: right;
	font-weight: normal
}

.common__banner .field--name-field-banner-image, .view-display-id-topic_office_banners .field--name-field-banner-image, .view-id-landing_work_area.view-display-id-main_banner .field--name-field-banner-image, .view-id-landing_topics.view-display-id-main_banner .field--name-field-banner-image, .pane-taxonomy-term-field-section-main-banner .pane-content .field--name-field-banner-image {
	display: inline-block;
	overflow: hidden;
	width: 98%;
	border: 1px solid #e6e6e6;
	margin: .5em 0 1em 0;
	float: left
}

@media(min-width:768px) {
	.common__banner .field--name-field-banner-image, .view-display-id-topic_office_banners .field--name-field-banner-image, .view-id-landing_work_area.view-display-id-main_banner .field--name-field-banner-image, .view-id-landing_topics.view-display-id-main_banner .field--name-field-banner-image, .pane-taxonomy-term-field-section-main-banner .pane-content .field--name-field-banner-image {
		width: 50%;
		margin: .5em
	}

}

@media(min-width:1024px) {
	.common__banner .field--name-field-banner-image, .view-display-id-topic_office_banners .field--name-field-banner-image, .view-id-landing_work_area.view-display-id-main_banner .field--name-field-banner-image, .view-id-landing_topics.view-display-id-main_banner .field--name-field-banner-image, .pane-taxonomy-term-field-section-main-banner .pane-content .field--name-field-banner-image {
		width: 50%;
		margin: .5em
	}

}

.common__banner article a.right, .view-display-id-topic_office_banners article a.right, .view-id-landing_work_area.view-display-id-main_banner article a.right, .view-id-landing_topics.view-display-id-main_banner article a.right, .pane-taxonomy-term-field-section-main-banner .pane-content article a.right {
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	margin: .5em;
	float: right
}

.common__banner .field--name-field-teaser, .view-display-id-topic_office_banners .field--name-field-teaser, .view-id-landing_work_area.view-display-id-main_banner .field--name-field-teaser, .view-id-landing_topics.view-display-id-main_banner .field--name-field-teaser, .pane-taxonomy-term-field-section-main-banner .pane-content .field--name-field-teaser {
	line-height: 1.5em;
	font-size: 1em;
	color: #3e3e3e;
	border: 0;
	clear: none
}

.common__banner h2, .view-display-id-topic_office_banners h2, .view-id-landing_work_area.view-display-id-main_banner h2, .view-id-landing_topics.view-display-id-main_banner h2, .pane-taxonomy-term-field-section-main-banner .pane-content h2 {
	margin: 0;
	color: #195591;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	float: none;
	padding: .25em
}

@media(min-width:768px) {
	.common__banner h2, .view-display-id-topic_office_banners h2, .view-id-landing_work_area.view-display-id-main_banner h2, .view-id-landing_topics.view-display-id-main_banner h2, .pane-taxonomy-term-field-section-main-banner .pane-content h2 {
		padding: .25em 1em
	}

}

@media(min-width:1024px) {
	.common__banner h2, .view-display-id-topic_office_banners h2, .view-id-landing_work_area.view-display-id-main_banner h2, .view-id-landing_topics.view-display-id-main_banner h2, .pane-taxonomy-term-field-section-main-banner .pane-content h2 {
		padding: .25em 1em
	}

}

.common__banner h2 a, .view-display-id-topic_office_banners h2 a, .view-id-landing_work_area.view-display-id-main_banner h2 a, .view-id-landing_topics.view-display-id-main_banner h2 a, .pane-taxonomy-term-field-section-main-banner .pane-content h2 a {
	display: block;
	text-decoration: none;
	color: #195591;
	font-size: 23px
}

.common__banner h2 a:hover, .view-display-id-topic_office_banners h2 a:hover, .view-id-landing_work_area.view-display-id-main_banner h2 a:hover, .view-id-landing_topics.view-display-id-main_banner h2 a:hover, .pane-taxonomy-term-field-section-main-banner .pane-content h2 a:hover {
	text-decoration: underline
}

.common__pill_blue a, .pane-node-field-service-library .field--name-field-service-library a {
	border: 1px solid #e6e6e6;
	background-color: white;
	border-radius: 3px;
	color: #195591;
	padding: .25em .75em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
	margin: .5em;
	display: inline-block
}

.common__pill_blue a:hover, .pane-node-field-service-library .field--name-field-service-library a:hover {
	background-color: #195591;
	color: white
}

.common__pill_blue li, .pane-node-field-service-library .field--name-field-service-library li {
	float: left
}

.common__organization_related, .node-type-cepal-course .pane-node-field-contact-organization, .node-type-cepal-course .pane-node-field-event-contact-org, .node-type-cepal-event .pane-node-field-contact-organization, .node-type-cepal-event .pane-node-field-event-contact-org, .node-type-cepal-project .pane-node-field-organization-donor {
	display: inline-block;
	width: 100%
}

.common__organization_related article, .node-type-cepal-course .pane-node-field-contact-organization article, .node-type-cepal-course .pane-node-field-event-contact-org article, .node-type-cepal-event .pane-node-field-contact-organization article, .node-type-cepal-event .pane-node-field-event-contact-org article, .node-type-cepal-project .pane-node-field-organization-donor article, .common__organization_related li, .node-type-cepal-course .pane-node-field-contact-organization li, .node-type-cepal-course .pane-node-field-event-contact-org li, .node-type-cepal-event .pane-node-field-contact-organization li, .node-type-cepal-event .pane-node-field-event-contact-org li, .node-type-cepal-project .pane-node-field-organization-donor li {
	border-bottom: 1px solid #d8e8f8;
	min-height: 5em;
	display: flex
}

.common__organization_related .field--name-field-organization-image, .node-type-cepal-course .pane-node-field-contact-organization .field--name-field-organization-image, .node-type-cepal-course .pane-node-field-event-contact-org .field--name-field-organization-image, .node-type-cepal-event .pane-node-field-contact-organization .field--name-field-organization-image, .node-type-cepal-event .pane-node-field-event-contact-org .field--name-field-organization-image, .node-type-cepal-project .pane-node-field-organization-donor .field--name-field-organization-image {
	float: left;
	padding: .5em
}

.common__organization_related .field--name-title-field, .node-type-cepal-course .pane-node-field-contact-organization .field--name-title-field, .node-type-cepal-course .pane-node-field-event-contact-org .field--name-title-field, .node-type-cepal-event .pane-node-field-contact-organization .field--name-title-field, .node-type-cepal-event .pane-node-field-event-contact-org .field--name-title-field, .node-type-cepal-project .pane-node-field-organization-donor .field--name-title-field {
	display: flex;
	align-items: center;
	margin: 0 1em
}

.common__organization_related .field--name-field-organization-acronym, .node-type-cepal-course .pane-node-field-contact-organization .field--name-field-organization-acronym, .node-type-cepal-course .pane-node-field-event-contact-org .field--name-field-organization-acronym, .node-type-cepal-event .pane-node-field-contact-organization .field--name-field-organization-acronym, .node-type-cepal-event .pane-node-field-event-contact-org .field--name-field-organization-acronym, .node-type-cepal-project .pane-node-field-organization-donor .field--name-field-organization-acronym, .common__organization_related .field--name-title-field, .node-type-cepal-course .pane-node-field-contact-organization .field--name-title-field, .node-type-cepal-course .pane-node-field-event-contact-org .field--name-title-field, .node-type-cepal-event .pane-node-field-contact-organization .field--name-title-field, .node-type-cepal-event .pane-node-field-event-contact-org .field--name-title-field, .node-type-cepal-project .pane-node-field-organization-donor .field--name-title-field {
	font-family: "Optima LT Std Bold", "Optima LT Std"
}

.common__content_files, .pane-node-field-project-files {
	margin: 0;
	font-family: "Oswald-Medium"
}

.common__content_files .pane-content, .pane-node-field-project-files .pane-content {
	display: flex;
	min-height: 7em;
	float: left;
	margin: .25em;
	width: 100%;
	background-color: #f1f1f1;
	width: 32.25%
}

@media(min-width:768px) {
	.common__content_files .pane-content, .pane-node-field-project-files .pane-content {
		width: 48.5%
	}

}

@media(min-width:1024px) {
	.common__content_files .pane-content, .pane-node-field-project-files .pane-content {
		width: 32.25%
	}

}

.common__content_files .pane-content .pane-content-left, .pane-node-field-project-files .pane-content .pane-content-left {
	background-color: #dcdcdc;
	width: 20%
}

.common__content_files .pane-content .pane-content-right, .pane-node-field-project-files .pane-content .pane-content-right {
	width: 70%
}

.common__content_files a, .pane-node-field-project-files a {
	display: block
}

.common__content_files div:last-child, .pane-node-field-project-files div:last-child {
	border-bottom: 0
}

.common__content_files i, .pane-node-field-project-files i {
	font-size: 2em;
	float: left;
	clear: both;
	color: white;
	padding: 1.1em
}

@media(min-width:768px) {
	.common__content_files i, .pane-node-field-project-files i {
		padding: .5em
	}

}

@media(min-width:1024px) {
	.common__content_files i, .pane-node-field-project-files i {
		padding: .4em
	}

}

.common__content_files p, .pane-node-field-project-files p {
	margin: 0;
	width: 100%;
	margin: .25em 1em;
	color: #f15a24
}

.common__content_files span, .pane-node-field-project-files span {
	float: left
}

.common__mini_list_block h3, .pane-node-field-related h3, .pane-cooperation-contents-panel-pane-4 h3, .common__mini_list_block h3 a, .pane-node-field-related h3 a, .pane-cooperation-contents-panel-pane-4 h3 a {
	font-size: 1rem;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	text-align: left;
	margin: .5em 0;
	font-weight: normal
}

.l-preheader {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

@media(min-width:768px) {
	.l-preheader {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

@media(min-width:1024px) {
	.l-preheader {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

.l-header-menu {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

@media(min-width:768px) {
	.l-header-menu {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

@media(min-width:1024px) {
	.l-header-menu {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

.l-header-menu {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

@media(min-width:768px) {
	.l-header-menu {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

@media(min-width:1024px) {
	.l-header-menu {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

.l-constrained {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

@media(min-width:768px) {
	.l-constrained {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

@media(min-width:1024px) {
	.l-constrained {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

.l-nav {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

@media(min-width:768px) {
	.l-nav {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

@media(min-width:1024px) {
	.l-nav {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

.one-sidebar.sidebar-first .l-region--sidebar-first {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

@media(min-width:768px) {
	.one-sidebar.sidebar-first .l-region--sidebar-first {
		width: 31.91489%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

}

@media(min-width:1024px) {
	.one-sidebar.sidebar-first .l-region--sidebar-first {
		width: 24.21053%;
		float: left;
		margin-right: -100%;
		margin-left: 0;
		clear: none
	}

}

.one-sidebar.sidebar-first .l-content {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

@media(min-width:768px) {
	.one-sidebar.sidebar-first .l-content {
		width: 65.95745%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

@media(min-width:1024px) {
	.one-sidebar.sidebar-first .l-content {
		width: 74.73684%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

.l-footer {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

@media(min-width:768px) {
	.l-footer {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

@media(min-width:1024px) {
	.l-footer {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

.l-region--footer-bottom {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	clear: none
}

@media(min-width:768px) {
	.l-region--footer-bottom {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

@media(min-width:1024px) {
	.l-region--footer-bottom {
		width: 100%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		clear: none
	}

}

.selby-flipped-container, .burr-flipped-content, .moscone-flipped-content, .bryant-content {
	width: 100%
}

@media(min-width:768px) {
	.selby-flipped-container, .burr-flipped-content, .moscone-flipped-content, .bryant-content {
		width: 68.085%
	}

}

@media(min-width:1024px) {
	.selby-flipped-container, .burr-flipped-content, .moscone-flipped-content, .bryant-content {
		width: 68.085%
	}

}

.selby-flipped-sidebar, .burr-flipped-sidebar, .moscone-flipped-sidebar, .bryant-sidebar {
	width: 100%
}

@media(min-width:768px) {
	.selby-flipped-sidebar, .burr-flipped-sidebar, .moscone-flipped-sidebar, .bryant-sidebar {
		width: 31.915%
	}

}

@media(min-width:1024px) {
	.selby-flipped-sidebar, .burr-flipped-sidebar, .moscone-flipped-sidebar, .bryant-sidebar {
		width: 31.915%
	}

}

.selby-flipped-content-column1 {
	width: 100% !important
}

@media(min-width:768px) {
	.selby-flipped-content-column1 {
		width: 51.613% !important
	}

}

@media(min-width:1024px) {
	.selby-flipped-content-column1 {
		width: 51.613% !important
	}

}

.selby-flipped-content-column2 {
	width: 100% !important
}

@media(min-width:768px) {
	.selby-flipped-content-column2 {
		width: 48.387% !important
	}

}

@media(min-width:1024px) {
	.selby-flipped-content-column2 {
		width: 48.387% !important
	}

}

.block-with-link {
	margin-bottom: 1em;
	padding-left: 1em
}

.block-with-link .views-row {
	padding: 1em 0;
	padding-top: 0
}

.block-with-link .views-row h3 {
	margin: .25em 0
}

.block-with-link .views-row h3 a {
	font-size: 1.1em;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	text-align: left;
	margin: .25em 0;
	font-weight: normal
}

.block-with-link .views-row p {
	margin: 0
}

.pane-block, .pane-views, .panel-pane {
	margin-bottom: 1em
}

.pane-views-press-contents-block-11 {
	display: inline-block;
	width: 100%
}

.pane-node-field-pr-files, .pane-node-field-news-files, .pane-node-field-article-files, .pane-node-field-gi-files, .pane-node-field-is-files, .pane-node-field-speech-files, .pane-node-field-publication-files, .pane-node-field-page-files, .pane-node-field-infographic-files, .pane-node-field-presentation-files {
	margin: 0
}

.pane-node-field-pr-files .pane-content, .pane-node-field-news-files .pane-content, .pane-node-field-article-files .pane-content, .pane-node-field-gi-files .pane-content, .pane-node-field-is-files .pane-content, .pane-node-field-speech-files .pane-content, .pane-node-field-publication-files .pane-content, .pane-node-field-page-files .pane-content, .pane-node-field-infographic-files .pane-content, .pane-node-field-presentation-files .pane-content {
	display: table;
	width: 90%
}

.pane-node-field-pr-files .pane-content p, .pane-node-field-news-files .pane-content p, .pane-node-field-article-files .pane-content p, .pane-node-field-gi-files .pane-content p, .pane-node-field-is-files .pane-content p, .pane-node-field-speech-files .pane-content p, .pane-node-field-publication-files .pane-content p, .pane-node-field-page-files .pane-content p, .pane-node-field-infographic-files .pane-content p, .pane-node-field-presentation-files .pane-content p {
	padding: 0 2.75em
}

.pane-node-field-pr-files, .pane-node-field-article-files, .pane-node-field-news-files, .pane-node-field-speech-files, .pane-node-field-gi-files, .pane-node-field-publication-files, .pane-node-field-page-files, .pane-node-field-infographic-files, .pane-node-field-presentation-files {
	background-color: #f2f2f2;
	display: block;
	padding: .25em 0
}

.pane-node-field-pr-files h2.pane-title, .pane-node-field-pr-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-pr-files .field--name-title-field, .pane-node-field-article-files h2.pane-title, .pane-node-field-article-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-article-files .field--name-title-field, .pane-node-field-news-files h2.pane-title, .pane-node-field-news-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-news-files .field--name-title-field, .pane-node-field-speech-files h2.pane-title, .pane-node-field-speech-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-speech-files .field--name-title-field, .pane-node-field-gi-files h2.pane-title, .pane-node-field-gi-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-gi-files .field--name-title-field, .pane-node-field-publication-files h2.pane-title, .pane-node-field-publication-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-publication-files .field--name-title-field, .pane-node-field-page-files h2.pane-title, .pane-node-field-page-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-page-files .field--name-title-field, .pane-node-field-infographic-files h2.pane-title, .pane-node-field-infographic-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-infographic-files .field--name-title-field, .pane-node-field-presentation-files h2.pane-title, .pane-node-field-presentation-files .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-presentation-files .field--name-title-field {
	margin: 1em;
	background-color: white;
	border: 0
}

.pane-node-field-pr-files a, .pane-node-field-article-files a, .pane-node-field-news-files a, .pane-node-field-speech-files a, .pane-node-field-gi-files a, .pane-node-field-publication-files a, .pane-node-field-page-files a, .pane-node-field-infographic-files a, .pane-node-field-presentation-files a {
	text-decoration: underline;
	display: block
}

.pane-node-field-pr-files div, .pane-node-field-article-files div, .pane-node-field-news-files div, .pane-node-field-speech-files div, .pane-node-field-gi-files div, .pane-node-field-publication-files div, .pane-node-field-page-files div, .pane-node-field-infographic-files div, .pane-node-field-presentation-files div {
	display: flex;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: .5em;
	margin: 1em 1em 0 1em
}

.pane-node-field-pr-files div:last-child, .pane-node-field-article-files div:last-child, .pane-node-field-news-files div:last-child, .pane-node-field-speech-files div:last-child, .pane-node-field-gi-files div:last-child, .pane-node-field-publication-files div:last-child, .pane-node-field-page-files div:last-child, .pane-node-field-infographic-files div:last-child, .pane-node-field-presentation-files div:last-child {
	border-bottom: 0
}

.pane-node-field-pr-files i, .pane-node-field-article-files i, .pane-node-field-news-files i, .pane-node-field-speech-files i, .pane-node-field-gi-files i, .pane-node-field-publication-files i, .pane-node-field-page-files i, .pane-node-field-infographic-files i, .pane-node-field-presentation-files i {
	font-size: 2em;
	float: left;
	clear: both
}

@media(min-width:768px) {
	.pane-node-field-pr-files i, .pane-node-field-article-files i, .pane-node-field-news-files i, .pane-node-field-speech-files i, .pane-node-field-gi-files i, .pane-node-field-publication-files i, .pane-node-field-page-files i, .pane-node-field-infographic-files i, .pane-node-field-presentation-files i {
		padding-right: .5em
	}

}

@media(min-width:1024px) {
	.pane-node-field-pr-files i, .pane-node-field-article-files i, .pane-node-field-news-files i, .pane-node-field-speech-files i, .pane-node-field-gi-files i, .pane-node-field-publication-files i, .pane-node-field-page-files i, .pane-node-field-infographic-files i, .pane-node-field-presentation-files i {
		padding-right: .5em
	}

}

.pane-node-field-pr-files p, .pane-node-field-article-files p, .pane-node-field-news-files p, .pane-node-field-speech-files p, .pane-node-field-gi-files p, .pane-node-field-publication-files p, .pane-node-field-page-files p, .pane-node-field-infographic-files p, .pane-node-field-presentation-files p {
	margin: 0;
	width: 100%
}

.pane-node-field-pr-files span, .pane-node-field-article-files span, .pane-node-field-news-files span, .pane-node-field-speech-files span, .pane-node-field-gi-files span, .pane-node-field-publication-files span, .pane-node-field-page-files span, .pane-node-field-infographic-files span, .pane-node-field-presentation-files span {
	float: left
}

.panel-pane.pane-views-panes.pane-press-contents-panel-pane-1, .panel-pane.pane-views-panes.pane-publications-buy-epub, .panel-pane.pane-views-panes.pane-publication-types-info-panel-pane-1 {
	background-color: #f2f2f2;
	margin: 0;
	display: block;
	padding: .25em 0
}

.panel-pane.pane-views-panes.pane-press-contents-panel-pane-1 li, .panel-pane.pane-views-panes.pane-publications-buy-epub li, .panel-pane.pane-views-panes.pane-publication-types-info-panel-pane-1 li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 1em;
	margin: 1em 1em 0 0
}

.panel-pane.pane-views-panes.pane-press-contents-panel-pane-1 li:last-child, .panel-pane.pane-views-panes.pane-publications-buy-epub li:last-child, .panel-pane.pane-views-panes.pane-publication-types-info-panel-pane-1 li:last-child {
	border-bottom: 0
}

.panel-pane.pane-views-panes.pane-press-contents-panel-pane-1 h2.pane-title, .panel-pane.pane-views-panes.pane-press-contents-panel-pane-1 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .panel-pane.pane-views-panes.pane-press-contents-panel-pane-1 .field--name-title-field, .panel-pane.pane-views-panes.pane-publications-buy-epub h2.pane-title, .panel-pane.pane-views-panes.pane-publications-buy-epub .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .panel-pane.pane-views-panes.pane-publications-buy-epub .field--name-title-field, .panel-pane.pane-views-panes.pane-publication-types-info-panel-pane-1 h2.pane-title, .panel-pane.pane-views-panes.pane-publication-types-info-panel-pane-1 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .panel-pane.pane-views-panes.pane-publication-types-info-panel-pane-1 .field--name-title-field {
	margin: 1em;
	background-color: white;
	border: 0
}

.panel-pane.pane-views-panes.pane-press-contents-panel-pane-1 a, .panel-pane.pane-views-panes.pane-publications-buy-epub a, .panel-pane.pane-views-panes.pane-publication-types-info-panel-pane-1 a {
	text-decoration: underline;
	display: flex;
	padding-left: .25em
}

.panel-pane.pane-views-panes.pane-press-contents-panel-pane-1 i, .panel-pane.pane-views-panes.pane-publications-buy-epub i, .panel-pane.pane-views-panes.pane-publication-types-info-panel-pane-1 i {
	font-size: 1.5em;
	float: left;
	clear: both;
	padding-right: .25em
}

.panel-pane.pane-views-panes.pane-press-contents-panel-pane-1 ol, .panel-pane.pane-views-panes.pane-publications-buy-epub ol, .panel-pane.pane-views-panes.pane-publication-types-info-panel-pane-1 ol {
	padding-left: 1em
}

.pane-node-field-article-source {
	background-color: #f2f2f2;
	display: block;
	padding: 1em 0
}

.pane-node-field-article-source ol {
	padding-left: 1em
}

.pane-node-field-article-source li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 1em;
	margin: 1em 1em 0 0
}

.pane-node-field-article-source h2.pane-title, .pane-node-field-article-source .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-article-source .field--name-title-field {
	margin: 1em;
	background-color: white;
	border: 0
}

.pane-node-field-article-source a.first-link {
	text-decoration: underline
}

.pane-node-field-article-source i {
	font-size: 1.5em;
	float: left;
	clear: both;
	padding-right: .25em
}

.pane-node-field-article-source p {
	display: table
}

.pane-cepal-block-basic-block-language-available {
	text-decoration: none;
	color: #666;
	font-family: "Arial Regular", "Arial";
	font-weight: normal;
	font-size: .846em
}

.pane-cepal-block-basic-block-language-available .lang a {
	border-radius: 3px;
	padding: .5em;
	margin: .5em;
	color: #666;
	font-weight: bold;
	text-decoration: underline
}

.pane-cepal-block-basic-block-language-available .lang-active {
	background-color: #ddd;
	border-radius: 3px;
	padding: .5em 1em;
	margin: .5em
}

.pane-cepal-block-basic-block-language-available .lang-active a {
	border-radius: 3px;
	color: #fff;
	font-weight: bold
}

.view-id-news_blocks p {
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 1em;
	color: #3e3e3e;
	letter-spacing: -.02em
}

.view-id-publications.view-display-id-you_might_be_interested_in .views-row, .view-display-id-publication_related_by_topic .views-row {
	width: 48%;
	float: left;
	background-color: #e6e6e6;
	margin: .2em
}

@media(min-width:768px) {
	.view-id-publications.view-display-id-you_might_be_interested_in .views-row, .view-display-id-publication_related_by_topic .views-row {
		width: 48%
	}

}

@media(min-width:1024px) {
	.view-id-publications.view-display-id-you_might_be_interested_in .views-row, .view-display-id-publication_related_by_topic .views-row {
		width: 49%
	}

}

.view-id-publications.view-display-id-you_might_be_interested_in .burr-content, .view-display-id-publication_related_by_topic .burr-content {
	padding-left: 1em
}

.view-id-publications.view-display-id-you_might_be_interested_in .views-field-field-date, .view-display-id-publication_related_by_topic .views-field-field-date {
	padding-top: .5em;
	color: #666;
	font-size: 11px
}

.view-id-publications.view-display-id-you_might_be_interested_in .views-field-field-publication-image, .view-id-publications.view-display-id-you_might_be_interested_in .views-field-field-publication-image-url, .view-display-id-publication_related_by_topic .views-field-field-publication-image, .view-display-id-publication_related_by_topic .views-field-field-publication-image-url {
	float: left;
	margin: 1em
}

.view-id-publications.view-display-id-you_might_be_interested_in h3 a, .view-display-id-publication_related_by_topic h3 a {
	color: #333;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	font-size: .9em
}

@media(min-width:768px) {
	.view-id-publications.view-display-id-you_might_be_interested_in h3 a, .view-display-id-publication_related_by_topic h3 a {
		font-size: .9em
	}

}

@media(min-width:1024px) {
	.view-id-publications.view-display-id-you_might_be_interested_in h3 a, .view-display-id-publication_related_by_topic h3 a {
		font-size: 1em
	}

}

.view-id-publications.view-display-id-panel_pane_4 .field--name-field-publication-file-url-type {
	display: none
}

.view-id-publications.view-display-id-panel_pane_1 {
	background-color: #e6e6e6;
	clear: both
}

.view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column1 {
	width: 50%;
	display: flex;
	float: left
}

@media(min-width:768px) {
	.view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column1 {
		width: 25%
	}

}

@media(min-width:1024px) {
	.view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column1 {
		width: 25%
	}

}

.view-id-publications.view-display-id-panel_pane_1 .bartlett {
	padding: 1em
}

.view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column2, .view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column3 {
	width: 50%;
	display: flex;
	float: left
}

.view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column2 .mccoppin-column-content-region-inner.mccoppin-column2-inner, .view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column2 .mccoppin-column-content-region-inner.mccoppin-column3-inner, .view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column3 .mccoppin-column-content-region-inner.mccoppin-column2-inner, .view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column3 .mccoppin-column-content-region-inner.mccoppin-column3-inner {
	width: 100%
}

@media(min-width:768px) {
	.view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column2, .view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column3 {
		width: 35%
	}

}

@media(min-width:1024px) {
	.view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column2, .view-id-publications.view-display-id-panel_pane_1 .mccoppin-column-content-region.mccoppin-column3 {
		width: 35%
	}

}

.view-id-publications.view-display-id-panel_pane_1 .views-field-field-publication-image {
	float: left
}

.view-id-publications.view-display-id-panel_pane_1 .views-field-field-publication-image img {
	width: 100%;
	height: auto
}

.view-id-publications.view-display-id-panel_pane_1 .views-field-field-publication-image-url {
	margin: 0
}

@media(min-width:768px) {
	.view-id-publications.view-display-id-panel_pane_1 .views-field-field-publication-image-url {
		margin: 0
	}

}

@media(min-width:1024px) {
	.view-id-publications.view-display-id-panel_pane_1 .views-field-field-publication-image-url {
		margin: 3em
	}

}

.view-id-publications.view-display-id-panel_pane_1 .views-field-field-publication-image-url img {
	width: 115px;
	height: 150px
}

.view-id-publications.view-display-id-panel_pane_1 .views-field-field-institutional-author ul .field--name-field-institutional-author:before {
	color: #ddd
}

.view-id-publications.view-display-id-panel_pane_1 .views-label {
	color: #515151;
	font-weight: bold;
	margin: 0;
	font-family: "Optima LT Std Bold", "Optima LT Std"
}

.view-id-publications.view-display-id-panel_pane_1 .views-label-field-topic {
	width: 15%
}

.view-id-publications.view-display-id-panel_pane_1 .views-field {
	line-height: 2em;
	clear: both
}

.facetapi-active, .page-publications-list .facetapi-facet-field-publication-type .facetapi-active {
	font-size: 1.25em;
	color: #515151;
	padding-right: .5em
}

.page-publications-list .views-row {
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 0;
	height: 100px;
	float: left;
	display: table;
	min-width: 100%
}

@media(min-width:768px) {
	.page-publications-list .views-row {
		display: block;
		margin: 1em 0;
		padding: 1em 0;
		height: 200px
	}

}

@media(min-width:1024px) {
	.page-publications-list .views-row {
		display: block;
		margin: 1em 0;
		padding: 1em 0;
		height: 200px
	}

}

.page-publications-list .views-field-field-publication-image, .page-publications-list .views-field-field-publication-image-url {
	float: left;
	padding: 0 1em 1em 0;
	display: inline-table;
	clear: both;
	display: none
}

@media(min-width:768px) {
	.page-publications-list .views-field-field-publication-image, .page-publications-list .views-field-field-publication-image-url {
		clear: none;
		display: block
	}

}

@media(min-width:1024px) {
	.page-publications-list .views-field-field-publication-image, .page-publications-list .views-field-field-publication-image-url {
		clear: none;
		display: block
	}

}

.page-publications-list .views-field-field-publication-image img, .page-publications-list .views-field-field-publication-image-url img {
	border: 1px solid #ccc
}

.page-publications-list .views-field-title-field, .page-publications-list .views-field-nothing, .page-publications-list .views-field-field-body {
	display: inline-table;
	clear: both
}

@media(min-width:768px) {
	.page-publications-list .views-field-title-field, .page-publications-list .views-field-nothing, .page-publications-list .views-field-field-body {
		clear: none;
		display: block
	}

}

@media(min-width:1024px) {
	.page-publications-list .views-field-title-field, .page-publications-list .views-field-nothing, .page-publications-list .views-field-field-body {
		clear: none;
		display: block
	}

}

.page-publications-list .facetapi-facet-field-publication-type .expanded {
	color: #515151;
	font-weight: bold
}

.page-publications-list .facetapi-facet-field-publication-type .expanded .expanded {
	margin-left: 1em
}

.page-publications-list .facetapi-facet-field-publication-type .expanded .expanded .expanded {
	margin-left: 1em
}

.page-publications-list .facetapi-facet-field-publication-type a {
	font-weight: normal;
	color: #195591
}

.page-publications h3, .page-publications h3 a, .page-cooperation h3, .page-cooperation h3 a, .page-home h3, .page-home h3 a, .page-taxonomy-term h3, .page-taxonomy-term h3 a, .node-type-cepal-person h3, .node-type-cepal-person h3 a, .section-home-section h3, .section-home-section h3 a {
	font-size: 1em;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	text-align: left;
	margin: .5em 0;
	font-weight: normal
}

.page-publications li.jcarousel-item, .page-cooperation li.jcarousel-item, .page-home li.jcarousel-item, .page-taxonomy-term li.jcarousel-item, .node-type-cepal-person li.jcarousel-item, .section-home-section li.jcarousel-item {
	width: 142px !important
}

@media(min-width:768px) {
	.page-publications li.jcarousel-item, .page-cooperation li.jcarousel-item, .page-home li.jcarousel-item, .page-taxonomy-term li.jcarousel-item, .node-type-cepal-person li.jcarousel-item, .section-home-section li.jcarousel-item {
		width: 142px !important
	}

}

@media(min-width:1024px) {
	.page-publications li.jcarousel-item, .page-cooperation li.jcarousel-item, .page-home li.jcarousel-item, .page-taxonomy-term li.jcarousel-item, .node-type-cepal-person li.jcarousel-item, .section-home-section li.jcarousel-item {
		width: 142px !important
	}

}

.page-publications .jcarousel-skin-default .jcarousel-container-horizontal, .page-cooperation .jcarousel-skin-default .jcarousel-container-horizontal, .page-home .jcarousel-skin-default .jcarousel-container-horizontal, .page-taxonomy-term .jcarousel-skin-default .jcarousel-container-horizontal, .node-type-cepal-person .jcarousel-skin-default .jcarousel-container-horizontal, .section-home-section .jcarousel-skin-default .jcarousel-container-horizontal {
	height: 100%;
	width: 100%
}

@media(min-width:768px) {
	.page-publications .jcarousel-skin-default .jcarousel-container-horizontal, .page-cooperation .jcarousel-skin-default .jcarousel-container-horizontal, .page-home .jcarousel-skin-default .jcarousel-container-horizontal, .page-taxonomy-term .jcarousel-skin-default .jcarousel-container-horizontal, .node-type-cepal-person .jcarousel-skin-default .jcarousel-container-horizontal, .section-home-section .jcarousel-skin-default .jcarousel-container-horizontal {
		width: 100%
	}

}

@media(min-width:1024px) {
	.page-publications .jcarousel-skin-default .jcarousel-container-horizontal, .page-cooperation .jcarousel-skin-default .jcarousel-container-horizontal, .page-home .jcarousel-skin-default .jcarousel-container-horizontal, .page-taxonomy-term .jcarousel-skin-default .jcarousel-container-horizontal, .node-type-cepal-person .jcarousel-skin-default .jcarousel-container-horizontal, .section-home-section .jcarousel-skin-default .jcarousel-container-horizontal {
		width: 100%
	}

}

.page-publications .jcarousel-item-horizontal .views-field-field-publication-alt-title, .page-cooperation .jcarousel-item-horizontal .views-field-field-publication-alt-title, .page-home .jcarousel-item-horizontal .views-field-field-publication-alt-title, .page-taxonomy-term .jcarousel-item-horizontal .views-field-field-publication-alt-title, .node-type-cepal-person .jcarousel-item-horizontal .views-field-field-publication-alt-title, .section-home-section .jcarousel-item-horizontal .views-field-field-publication-alt-title {
	display: block
}

@media(min-width:768px) {
	.page-publications .jcarousel-item-horizontal .views-field-field-publication-alt-title, .page-cooperation .jcarousel-item-horizontal .views-field-field-publication-alt-title, .page-home .jcarousel-item-horizontal .views-field-field-publication-alt-title, .page-taxonomy-term .jcarousel-item-horizontal .views-field-field-publication-alt-title, .node-type-cepal-person .jcarousel-item-horizontal .views-field-field-publication-alt-title, .section-home-section .jcarousel-item-horizontal .views-field-field-publication-alt-title {
		text-align: left;
		font-size: .8em;
		display: block
	}

}

@media(min-width:1024px) {
	.page-publications .jcarousel-item-horizontal .views-field-field-publication-alt-title, .page-cooperation .jcarousel-item-horizontal .views-field-field-publication-alt-title, .page-home .jcarousel-item-horizontal .views-field-field-publication-alt-title, .page-taxonomy-term .jcarousel-item-horizontal .views-field-field-publication-alt-title, .node-type-cepal-person .jcarousel-item-horizontal .views-field-field-publication-alt-title, .section-home-section .jcarousel-item-horizontal .views-field-field-publication-alt-title {
		display: block
	}

}

.page-publications .jcarousel-item-horizontal .views-field-title-field, .page-cooperation .jcarousel-item-horizontal .views-field-title-field, .page-home .jcarousel-item-horizontal .views-field-title-field, .page-taxonomy-term .jcarousel-item-horizontal .views-field-title-field, .node-type-cepal-person .jcarousel-item-horizontal .views-field-title-field, .section-home-section .jcarousel-item-horizontal .views-field-title-field {
	display: block
}

@media(min-width:768px) {
	.page-publications .jcarousel-item-horizontal .views-field-title-field, .page-cooperation .jcarousel-item-horizontal .views-field-title-field, .page-home .jcarousel-item-horizontal .views-field-title-field, .page-taxonomy-term .jcarousel-item-horizontal .views-field-title-field, .node-type-cepal-person .jcarousel-item-horizontal .views-field-title-field, .section-home-section .jcarousel-item-horizontal .views-field-title-field {
		display: block
	}

}

@media(min-width:1024px) {
	.page-publications .jcarousel-item-horizontal .views-field-title-field, .page-cooperation .jcarousel-item-horizontal .views-field-title-field, .page-home .jcarousel-item-horizontal .views-field-title-field, .page-taxonomy-term .jcarousel-item-horizontal .views-field-title-field, .node-type-cepal-person .jcarousel-item-horizontal .views-field-title-field, .section-home-section .jcarousel-item-horizontal .views-field-title-field {
		display: block
	}

}

.page-publications .jcarousel-item-horizontal .views-field-field-publication-image-url img, .page-cooperation .jcarousel-item-horizontal .views-field-field-publication-image-url img, .page-home .jcarousel-item-horizontal .views-field-field-publication-image-url img, .page-taxonomy-term .jcarousel-item-horizontal .views-field-field-publication-image-url img, .node-type-cepal-person .jcarousel-item-horizontal .views-field-field-publication-image-url img, .section-home-section .jcarousel-item-horizontal .views-field-field-publication-image-url img {
	width: 115px;
	height: 150px
}

.subscribe-publications input[type=text] {
	padding: .5em;
	width: 60%
}

@media(min-width:768px) {
	.subscribe-publications input[type=text] {
		width: 70%
	}

}

@media(min-width:1024px) {
	.subscribe-publications input[type=text] {
		width: 60%
	}

}

.subscribe-publications input[type=button] {
	padding: .5em;
	width: 35%
}

.publications-by-area li, .view-id-work_area_filter.view-display-id-wa_courses_pane li {
	list-style: initial;
	color: #f15a24;
	padding: .5em 0
}

.publications-landing-search {
	border: 3px solid #3e8ddd
}

.publications-landing-search div {
	padding: 1em;
	clear: none
}

.publications-landing-search input[type=text] {
	padding: .5em;
	width: 75%
}

.publications-landing-search .publications-landing-search-form {
	width: 100%
}

.publications-landing-search .center input {
	width: 100%;
	margin: 1em
}

@media(min-width:768px) {
	.publications-landing-search .center input {
		width: 50%
	}

}

@media(min-width:1024px) {
	.publications-landing-search .center input {
		width: 50%
	}

}

.publications-landing-search .btn {
	width: 20%
}

.publications-landing-search .btn-publications {
	width: 100%;
	float: left;
	margin: .25em
}

@media(min-width:1024px) {
	.publications-landing-search .btn-publications {
		width: 40%
	}

}

.publications-landing-search .publications-landing-buttons {
	width: 100%;
	padding: 0
}

@media(min-width:768px) {
	.publications-landing-search .publications-landing-buttons {
		width: 100%
	}

}

@media(min-width:1024px) {
	.publications-landing-search .publications-landing-buttons {
		width: 50%
	}

}

.other-information-services img, .block-publication-facebook img {
	max-width: 100%;
	padding: 1em 0;
	height: auto
}

.pane-cepal-block-basic-landing-publication-facebook h2.pane-title, .pane-cepal-block-basic-landing-publication-facebook .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-cepal-block-basic-landing-publication-facebook .field--name-title-field {
	text-transform: none
}

.block-publication-facebook .fa {
	background-color: white;
	border-radius: 50%;
	padding: .25em;
	width: 1.5em;
	height: 1.5em;
	margin: 0 1em;
	font-size: 1.75em;
	opacity: 1;
	color: #195591
}

.block-publication-facebook div.block-publication-facebook-left {
	width: 25%;
	float: left
}

.block-publication-facebook p {
	margin: 0;
	padding: 0
}

.block-publication-facebook p:last-child {
	margin: 0;
	padding: 0 0 1em 0
}

span.flickr-credit {
	display: none
}

.pane-cepal-block-basic-block-share-content {
	float: right
}

.block-share-content img {
	width: 24px
}

.block-share-content {
	float: none;
	text-align: center;
	clear: both;
}

.block-share-content a .fa {
	font-size: 3em
}

@media(min-width:768px) {
	.block-share-content {
		float: right
	}

	.block-share-content a .fa {
		font-size: 2em
	}

}

@media(min-width:1024px) {
	.block-share-content {
		float: right
	}

	.block-share-content a .fa {
		font-size: 2em
	}

}

.block-share-content a:hover {
	opacity: .5;
	filter: alpha(opacity=50)
}

.block-share-content .fa-twitter-square {
	color: #55acee
}

.block-share-content .fa-facebook-square {
	color: #3b5998
}

.block-share-content .fa-google-plus-square {
	color: #db4935
}

.block-share-content .fa-print {
	color: #ccc
}

.block-share-content .fa-envelope {
	color: #ccc
}

.block-share-content .fa-rss-square {
	color: #ccc
}

.block-share-content a .fa {
	padding: .25em;
	-webkit-transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out
}

.block-share-content a .fa:hover {
	-webkit-transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out
}

.block--cepal-block-basic-landing-news-list-type ul, .pane-cepal-block-basic-landing-news-list-type ul, .pane-cepal-block-basic-publications-by-area ul, .pane-cepal-block-basic-publications-flagships ul, .pane-cepal-block-basic-work-area-main-topics ul, .view-id-landing_work_area.view-display-id-data_and_statistics ul, .view-id-landing-work-area.view-display-id-data-and-statistics ul, .pane-work-area-filter-wa-courses-pane ul, .view-id-landing_topics_manual.view-display-id-topic_manual_data_and_statistics ul, .landing-news-list-type ul {
	padding: 0 1.5em
}

.block--cepal-block-basic-landing-news-list-type li, .pane-cepal-block-basic-landing-news-list-type li, .pane-cepal-block-basic-publications-by-area li, .pane-cepal-block-basic-publications-flagships li, .pane-cepal-block-basic-work-area-main-topics li, .view-id-landing_work_area.view-display-id-data_and_statistics li, .view-id-landing-work-area.view-display-id-data-and-statistics li, .pane-work-area-filter-wa-courses-pane li, .view-id-landing_topics_manual.view-display-id-topic_manual_data_and_statistics li, .landing-news-list-type li {
	list-style: initial;
	list-style-type: disc;
	color: #f15a24;
	padding: .5em 0;
	border-bottom: 1px solid #f2f2f2
}

.block--cepal-block-basic-landing-news-list-type li:last-child, .pane-cepal-block-basic-landing-news-list-type li:last-child, .pane-cepal-block-basic-publications-by-area li:last-child, .pane-cepal-block-basic-publications-flagships li:last-child, .pane-cepal-block-basic-work-area-main-topics li:last-child, .view-id-landing_work_area.view-display-id-data_and_statistics li:last-child, .view-id-landing-work-area.view-display-id-data-and-statistics li:last-child, .pane-work-area-filter-wa-courses-pane li:last-child, .view-id-landing_topics_manual.view-display-id-topic_manual_data_and_statistics li:last-child, .landing-news-list-type li:last-child {
	border-bottom: 0
}

.block--cepal-block-basic-landing-news-list-type a, .pane-cepal-block-basic-landing-news-list-type a, .pane-cepal-block-basic-publications-by-area a, .pane-cepal-block-basic-publications-flagships a, .pane-cepal-block-basic-work-area-main-topics a, .view-id-landing_work_area.view-display-id-data_and_statistics a, .view-id-landing-work-area.view-display-id-data-and-statistics a, .pane-work-area-filter-wa-courses-pane a, .view-id-landing_topics_manual.view-display-id-topic_manual_data_and_statistics a, .landing-news-list-type a {
	text-decoration: none;
	color: black
}

.block--cepal-block-basic-landing-news-list-type a:hover, .pane-cepal-block-basic-landing-news-list-type a:hover, .pane-cepal-block-basic-publications-by-area a:hover, .pane-cepal-block-basic-publications-flagships a:hover, .pane-cepal-block-basic-work-area-main-topics a:hover, .view-id-landing_work_area.view-display-id-data_and_statistics a:hover, .view-id-landing-work-area.view-display-id-data-and-statistics a:hover, .pane-work-area-filter-wa-courses-pane a:hover, .view-id-landing_topics_manual.view-display-id-topic_manual_data_and_statistics a:hover, .landing-news-list-type a:hover {
	text-decoration: underline
}

.block--cepal-block-basic-landing-news-list-type h2, .pane-cepal-block-basic-landing-news-list-type h2, .pane-cepal-block-basic-publications-by-area h2, .pane-cepal-block-basic-publications-flagships h2, .pane-cepal-block-basic-work-area-main-topics h2, .view-id-landing_work_area.view-display-id-data_and_statistics h2, .view-id-landing-work-area.view-display-id-data-and-statistics h2, .pane-work-area-filter-wa-courses-pane h2, .view-id-landing_topics_manual.view-display-id-topic_manual_data_and_statistics h2, .landing-news-list-type h2 {
	margin-top: 0
}

.block--cepal-block-basic-preheader-onu-link {
	padding: .25em 0;
	float: left;
	font-size: .769em;
	text-transform: uppercase
}

.block--cepal-block-basic-preheader-onu-link a p {
	text-decoration: none
}

.block--cepal-block-basic-preheader-onu-link a p:hover {
	text-decoration: underline
}

.block--cepal-block-basic-preheader-onu-link p {
	float: left;
	padding: .5em 1em;
	margin: 0;
	display: none
}

.block--cepal-block-basic-preheader-onu-link img {
	float: left;
	padding: .25em 0;
	margin: 0
}

@media only screen and (min-width:768px) {
	.block--cepal-block-basic-preheader-onu-link p {
		display: block
	}

}

@media only screen and (min-width:992px) {
	.block--cepal-block-basic-preheader-onu-link {
		display: block
	}

}

@media only screen and (min-width:1200px) {
	.block--cepal-block-basic-preheader-onu-link {
		display: block
	}

	.block--cepal-block-basic-preheader-onu-link p {
		float: left;
		padding: .25em 1em;
		margin: 0
	}

	.block--cepal-block-basic-preheader-onu-link img {
		float: left;
		padding: 0
	}

}

.block--search-form {
	padding-right: 20px;
	display: none;
	padding: 0;
	display: none
}

.block--search-form input {
	margin: .275em 0;
	border: 0
}

@media(min-width:768px) {
	.block--search-form {
		display: none
	}

}

@media(min-width:1024px) {
	.block--search-form {
		display: block;
		float: right;
		color: #f15a24
	}

	.block--search-form input.form-submit {
		display: none
	}

}

.l-main .block__title {
	border-left: 3px solid #f15a24;
	background-color: #d8e8f8;
	font-size: 1em;
	color: #195591;
	padding: .5em;
	text-transform: uppercase
}

.l-main.block--block-1 p {
	text-align: center
}

div.language-switch {
	background-color: white;
	padding-right: 0
}

div.form-item-search-block-form input {
	width: 175px;
	padding: .4em .5em;
	font-size: .75em
}

.block-landing-news-bottom-banners p {
	padding: 1em;
	margin: 0
}

.block-landing-news-bottom-banners img {
	width: 100%;
	border: 1px solid #ccc
}

.block-landing-news-bottom-banners li {
	width: 50%;
	float: left;
	padding: 1em 1em 0 1em
}

@media(min-width:768px) {
	.block-landing-news-bottom-banners li {
		width: 33%
	}

}

@media(min-width:1024px) {
	.block-landing-news-bottom-banners li {
		width: 20%
	}

}

.l-region--preheader .language-switch {
	float: right
}

div.view-landing-news .view-display-id-block_1 {
	background-color: #e6e6e6
}

.block-press-contact p {
	color: #656565;
	padding-left: 1em
}

.block-press-contact a {
	color: #195591
}

.pane-press-contents-contact-person article {
	padding-left: 1em;
	line-height: 1.5em
}

.pane-press-contents-contact-person article h2 {
	font-size: 1em;
	margin-bottom: 0
}

.pane-press-contents-contact-person .pane-content {
	padding-bottom: 1em
}

.view-display-id-topics .pane-content, .view-display-id-topics p, .pane-press-contents-topics .pane-content, .pane-press-contents-topics p {
	padding-left: 0
}

.pane-views-news-blocks-block-11 {
	padding-bottom: 1em
}

.view-news-blocks .views-field-field-person-image {
	float: left;
	margin-right: 1em
}

.pane-views-news-blocks-block-8 {
	clear: both
}

.view-landing-news.view-display-id-banner, .view-id-landing_publication.view-display-id-main_banner, .pane-select-content-banner-for-press-center-press-banner-main-en-pane, .pane-select-content-banner-for-publications-main-banner, .pane-select-content-banner-for-press-center-press-banner-main-es-pane, .pane-select-content-banner-for-cooperation-panel-pane-1, .view-id-select_content_banner_for_publications.view-display-id-main_banner, .pane-landing-work-area-main-banner, .pane-landing-topics-main-banner, .pane-landing-regional-office-office-main-banner, .view-id-landing_work_area_v2.view-display-id-wa_banner, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner, .view-display-id-topic_office_banners {
	display: inline-block;
	background-color: #f2f2f2;
	width: 100%;
	position: relative;
	margin-bottom: 0
}

.view-landing-news.view-display-id-banner .views-field-nothing, .view-landing-news.view-display-id-banner .views-field-nothing-1, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing-1, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing-1, .pane-select-content-banner-for-publications-main-banner .views-field-nothing, .pane-select-content-banner-for-publications-main-banner .views-field-nothing-1, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing-1, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing-1, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing-1, .pane-landing-work-area-main-banner .views-field-nothing, .pane-landing-work-area-main-banner .views-field-nothing-1, .pane-landing-topics-main-banner .views-field-nothing, .pane-landing-topics-main-banner .views-field-nothing-1, .pane-landing-regional-office-office-main-banner .views-field-nothing, .pane-landing-regional-office-office-main-banner .views-field-nothing-1, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing-1, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing-1, .view-display-id-topic_office_banners .views-field-nothing, .view-display-id-topic_office_banners .views-field-nothing-1 {
	padding-left: .5em
}

@media(min-width:768px) {
	.view-landing-news.view-display-id-banner .views-field-nothing, .view-landing-news.view-display-id-banner .views-field-nothing-1, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing-1, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing-1, .pane-select-content-banner-for-publications-main-banner .views-field-nothing, .pane-select-content-banner-for-publications-main-banner .views-field-nothing-1, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing-1, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing-1, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing-1, .pane-landing-work-area-main-banner .views-field-nothing, .pane-landing-work-area-main-banner .views-field-nothing-1, .pane-landing-topics-main-banner .views-field-nothing, .pane-landing-topics-main-banner .views-field-nothing-1, .pane-landing-regional-office-office-main-banner .views-field-nothing, .pane-landing-regional-office-office-main-banner .views-field-nothing-1, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing-1, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing-1, .view-display-id-topic_office_banners .views-field-nothing, .view-display-id-topic_office_banners .views-field-nothing-1 {
		padding-left: 0
	}

}

@media(min-width:1024px) {
	.view-landing-news.view-display-id-banner .views-field-nothing, .view-landing-news.view-display-id-banner .views-field-nothing-1, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing-1, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing-1, .pane-select-content-banner-for-publications-main-banner .views-field-nothing, .pane-select-content-banner-for-publications-main-banner .views-field-nothing-1, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing-1, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing-1, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing-1, .pane-landing-work-area-main-banner .views-field-nothing, .pane-landing-work-area-main-banner .views-field-nothing-1, .pane-landing-topics-main-banner .views-field-nothing, .pane-landing-topics-main-banner .views-field-nothing-1, .pane-landing-regional-office-office-main-banner .views-field-nothing, .pane-landing-regional-office-office-main-banner .views-field-nothing-1, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing-1, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing-1, .view-display-id-topic_office_banners .views-field-nothing, .view-display-id-topic_office_banners .views-field-nothing-1 {
		padding-left: 0
	}

}

.view-landing-news.view-display-id-banner .views-field-nothing .views-field-field-banner-url, .view-landing-news.view-display-id-banner .views-field-nothing-1 .views-field-field-banner-url, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing .views-field-field-banner-url, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-publications-main-banner .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-publications-main-banner .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing-1 .views-field-field-banner-url, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing .views-field-field-banner-url, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing-1 .views-field-field-banner-url, .pane-landing-work-area-main-banner .views-field-nothing .views-field-field-banner-url, .pane-landing-work-area-main-banner .views-field-nothing-1 .views-field-field-banner-url, .pane-landing-topics-main-banner .views-field-nothing .views-field-field-banner-url, .pane-landing-topics-main-banner .views-field-nothing-1 .views-field-field-banner-url, .pane-landing-regional-office-office-main-banner .views-field-nothing .views-field-field-banner-url, .pane-landing-regional-office-office-main-banner .views-field-nothing-1 .views-field-field-banner-url, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing .views-field-field-banner-url, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing-1 .views-field-field-banner-url, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing .views-field-field-banner-url, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing-1 .views-field-field-banner-url, .view-display-id-topic_office_banners .views-field-nothing .views-field-field-banner-url, .view-display-id-topic_office_banners .views-field-nothing-1 .views-field-field-banner-url {
	position: relative;
	bottom: 0;
	right: 0
}

@media(min-width:768px) {
	.view-landing-news.view-display-id-banner .views-field-nothing .views-field-field-banner-url, .view-landing-news.view-display-id-banner .views-field-nothing-1 .views-field-field-banner-url, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing .views-field-field-banner-url, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-publications-main-banner .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-publications-main-banner .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing-1 .views-field-field-banner-url, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing .views-field-field-banner-url, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing-1 .views-field-field-banner-url, .pane-landing-work-area-main-banner .views-field-nothing .views-field-field-banner-url, .pane-landing-work-area-main-banner .views-field-nothing-1 .views-field-field-banner-url, .pane-landing-topics-main-banner .views-field-nothing .views-field-field-banner-url, .pane-landing-topics-main-banner .views-field-nothing-1 .views-field-field-banner-url, .pane-landing-regional-office-office-main-banner .views-field-nothing .views-field-field-banner-url, .pane-landing-regional-office-office-main-banner .views-field-nothing-1 .views-field-field-banner-url, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing .views-field-field-banner-url, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing-1 .views-field-field-banner-url, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing .views-field-field-banner-url, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing-1 .views-field-field-banner-url, .view-display-id-topic_office_banners .views-field-nothing .views-field-field-banner-url, .view-display-id-topic_office_banners .views-field-nothing-1 .views-field-field-banner-url {
		position: relative
	}

}

@media(min-width:1024px) {
	.view-landing-news.view-display-id-banner .views-field-nothing .views-field-field-banner-url, .view-landing-news.view-display-id-banner .views-field-nothing-1 .views-field-field-banner-url, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing .views-field-field-banner-url, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-publications-main-banner .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-publications-main-banner .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing-1 .views-field-field-banner-url, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing .views-field-field-banner-url, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing-1 .views-field-field-banner-url, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing .views-field-field-banner-url, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing-1 .views-field-field-banner-url, .pane-landing-work-area-main-banner .views-field-nothing .views-field-field-banner-url, .pane-landing-work-area-main-banner .views-field-nothing-1 .views-field-field-banner-url, .pane-landing-topics-main-banner .views-field-nothing .views-field-field-banner-url, .pane-landing-topics-main-banner .views-field-nothing-1 .views-field-field-banner-url, .pane-landing-regional-office-office-main-banner .views-field-nothing .views-field-field-banner-url, .pane-landing-regional-office-office-main-banner .views-field-nothing-1 .views-field-field-banner-url, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing .views-field-field-banner-url, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing-1 .views-field-field-banner-url, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing .views-field-field-banner-url, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing-1 .views-field-field-banner-url, .view-display-id-topic_office_banners .views-field-nothing .views-field-field-banner-url, .view-display-id-topic_office_banners .views-field-nothing-1 .views-field-field-banner-url {
		position: relative
	}

}

.view-landing-news.view-display-id-banner .views-field-nothing p, .view-landing-news.view-display-id-banner .views-field-nothing-1 p, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing p, .view-id-landing_publication.view-display-id-main_banner .views-field-nothing-1 p, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing p, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-nothing-1 p, .pane-select-content-banner-for-publications-main-banner .views-field-nothing p, .pane-select-content-banner-for-publications-main-banner .views-field-nothing-1 p, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing p, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-nothing-1 p, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing p, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-nothing-1 p, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing p, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-nothing-1 p, .pane-landing-work-area-main-banner .views-field-nothing p, .pane-landing-work-area-main-banner .views-field-nothing-1 p, .pane-landing-topics-main-banner .views-field-nothing p, .pane-landing-topics-main-banner .views-field-nothing-1 p, .pane-landing-regional-office-office-main-banner .views-field-nothing p, .pane-landing-regional-office-office-main-banner .views-field-nothing-1 p, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing p, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-nothing-1 p, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing p, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-nothing-1 p, .view-display-id-topic_office_banners .views-field-nothing p, .view-display-id-topic_office_banners .views-field-nothing-1 p {
	padding: .5em;
	margin: 0
}

.view-landing-news.view-display-id-banner img, .view-id-landing_publication.view-display-id-main_banner img, .pane-select-content-banner-for-press-center-press-banner-main-en-pane img, .pane-select-content-banner-for-publications-main-banner img, .pane-select-content-banner-for-press-center-press-banner-main-es-pane img, .pane-select-content-banner-for-cooperation-panel-pane-1 img, .view-id-select_content_banner_for_publications.view-display-id-main_banner img, .pane-landing-work-area-main-banner img, .pane-landing-topics-main-banner img, .pane-landing-regional-office-office-main-banner img, .view-id-landing_work_area_v2.view-display-id-wa_banner img, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner img, .view-display-id-topic_office_banners img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-transform-origin: none;
	-moz-transform-origin: none
}

@media(min-width:768px) {
	.view-landing-news.view-display-id-banner img, .view-id-landing_publication.view-display-id-main_banner img, .pane-select-content-banner-for-press-center-press-banner-main-en-pane img, .pane-select-content-banner-for-publications-main-banner img, .pane-select-content-banner-for-press-center-press-banner-main-es-pane img, .pane-select-content-banner-for-cooperation-panel-pane-1 img, .view-id-select_content_banner_for_publications.view-display-id-main_banner img, .pane-landing-work-area-main-banner img, .pane-landing-topics-main-banner img, .pane-landing-regional-office-office-main-banner img, .view-id-landing_work_area_v2.view-display-id-wa_banner img, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner img, .view-display-id-topic_office_banners img {
		-webkit-transition: none;
		transition: none;
		-webkit-transform-origin: none;
		-moz-transform-origin: none
	}

}

@media(min-width:1024px) {
	.view-landing-news.view-display-id-banner img, .view-id-landing_publication.view-display-id-main_banner img, .pane-select-content-banner-for-press-center-press-banner-main-en-pane img, .pane-select-content-banner-for-publications-main-banner img, .pane-select-content-banner-for-press-center-press-banner-main-es-pane img, .pane-select-content-banner-for-cooperation-panel-pane-1 img, .view-id-select_content_banner_for_publications.view-display-id-main_banner img, .pane-landing-work-area-main-banner img, .pane-landing-topics-main-banner img, .pane-landing-regional-office-office-main-banner img, .view-id-landing_work_area_v2.view-display-id-wa_banner img, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner img, .view-display-id-topic_office_banners img {
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%
	}

}

.view-landing-news.view-display-id-banner img:hover, .view-id-landing_publication.view-display-id-main_banner img:hover, .pane-select-content-banner-for-press-center-press-banner-main-en-pane img:hover, .pane-select-content-banner-for-publications-main-banner img:hover, .pane-select-content-banner-for-press-center-press-banner-main-es-pane img:hover, .pane-select-content-banner-for-cooperation-panel-pane-1 img:hover, .view-id-select_content_banner_for_publications.view-display-id-main_banner img:hover, .pane-landing-work-area-main-banner img:hover, .pane-landing-topics-main-banner img:hover, .pane-landing-regional-office-office-main-banner img:hover, .view-id-landing_work_area_v2.view-display-id-wa_banner img:hover, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner img:hover, .view-display-id-topic_office_banners img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	max-width: 100%
}

@media(min-width:768px) {
	.view-landing-news.view-display-id-banner img:hover, .view-id-landing_publication.view-display-id-main_banner img:hover, .pane-select-content-banner-for-press-center-press-banner-main-en-pane img:hover, .pane-select-content-banner-for-publications-main-banner img:hover, .pane-select-content-banner-for-press-center-press-banner-main-es-pane img:hover, .pane-select-content-banner-for-cooperation-panel-pane-1 img:hover, .view-id-select_content_banner_for_publications.view-display-id-main_banner img:hover, .pane-landing-work-area-main-banner img:hover, .pane-landing-topics-main-banner img:hover, .pane-landing-regional-office-office-main-banner img:hover, .view-id-landing_work_area_v2.view-display-id-wa_banner img:hover, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner img:hover, .view-display-id-topic_office_banners img:hover {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		max-width: 100%
	}

}

@media(min-width:1024px) {
	.view-landing-news.view-display-id-banner img:hover, .view-id-landing_publication.view-display-id-main_banner img:hover, .pane-select-content-banner-for-press-center-press-banner-main-en-pane img:hover, .pane-select-content-banner-for-publications-main-banner img:hover, .pane-select-content-banner-for-press-center-press-banner-main-es-pane img:hover, .pane-select-content-banner-for-cooperation-panel-pane-1 img:hover, .view-id-select_content_banner_for_publications.view-display-id-main_banner img:hover, .pane-landing-work-area-main-banner img:hover, .pane-landing-topics-main-banner img:hover, .pane-landing-regional-office-office-main-banner img:hover, .view-id-landing_work_area_v2.view-display-id-wa_banner img:hover, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner img:hover, .view-display-id-topic_office_banners img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .85;
		max-width: 100%
	}

}

.view-landing-news.view-display-id-banner .field--name-field-banner-image, .view-landing-news.view-display-id-banner .views-field-field-banner-image, .view-id-landing_publication.view-display-id-main_banner .field--name-field-banner-image, .view-id-landing_publication.view-display-id-main_banner .views-field-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .field--name-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-field-banner-image, .pane-select-content-banner-for-publications-main-banner .field--name-field-banner-image, .pane-select-content-banner-for-publications-main-banner .views-field-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .field--name-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-field-banner-image, .pane-select-content-banner-for-cooperation-panel-pane-1 .field--name-field-banner-image, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-field-banner-image, .view-id-select_content_banner_for_publications.view-display-id-main_banner .field--name-field-banner-image, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-field-banner-image, .pane-landing-work-area-main-banner .field--name-field-banner-image, .pane-landing-work-area-main-banner .views-field-field-banner-image, .pane-landing-topics-main-banner .field--name-field-banner-image, .pane-landing-topics-main-banner .views-field-field-banner-image, .pane-landing-regional-office-office-main-banner .field--name-field-banner-image, .pane-landing-regional-office-office-main-banner .views-field-field-banner-image, .view-id-landing_work_area_v2.view-display-id-wa_banner .field--name-field-banner-image, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-field-banner-image, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .field--name-field-banner-image, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-field-banner-image, .view-display-id-topic_office_banners .field--name-field-banner-image, .view-display-id-topic_office_banners .views-field-field-banner-image {
	display: inline-block;
	overflow: hidden;
	width: 98%;
	border: 1px solid #e6e6e6;
	margin: .5em 0 1em 0;
	float: left
}

@media(min-width:768px) {
	.view-landing-news.view-display-id-banner .field--name-field-banner-image, .view-landing-news.view-display-id-banner .views-field-field-banner-image, .view-id-landing_publication.view-display-id-main_banner .field--name-field-banner-image, .view-id-landing_publication.view-display-id-main_banner .views-field-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .field--name-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-field-banner-image, .pane-select-content-banner-for-publications-main-banner .field--name-field-banner-image, .pane-select-content-banner-for-publications-main-banner .views-field-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .field--name-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-field-banner-image, .pane-select-content-banner-for-cooperation-panel-pane-1 .field--name-field-banner-image, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-field-banner-image, .view-id-select_content_banner_for_publications.view-display-id-main_banner .field--name-field-banner-image, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-field-banner-image, .pane-landing-work-area-main-banner .field--name-field-banner-image, .pane-landing-work-area-main-banner .views-field-field-banner-image, .pane-landing-topics-main-banner .field--name-field-banner-image, .pane-landing-topics-main-banner .views-field-field-banner-image, .pane-landing-regional-office-office-main-banner .field--name-field-banner-image, .pane-landing-regional-office-office-main-banner .views-field-field-banner-image, .view-id-landing_work_area_v2.view-display-id-wa_banner .field--name-field-banner-image, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-field-banner-image, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .field--name-field-banner-image, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-field-banner-image, .view-display-id-topic_office_banners .field--name-field-banner-image, .view-display-id-topic_office_banners .views-field-field-banner-image {
		width: 50%;
		margin: .5em
	}

}

@media(min-width:1024px) {
	.view-landing-news.view-display-id-banner .field--name-field-banner-image, .view-landing-news.view-display-id-banner .views-field-field-banner-image, .view-id-landing_publication.view-display-id-main_banner .field--name-field-banner-image, .view-id-landing_publication.view-display-id-main_banner .views-field-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .field--name-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-field-banner-image, .pane-select-content-banner-for-publications-main-banner .field--name-field-banner-image, .pane-select-content-banner-for-publications-main-banner .views-field-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .field--name-field-banner-image, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-field-banner-image, .pane-select-content-banner-for-cooperation-panel-pane-1 .field--name-field-banner-image, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-field-banner-image, .view-id-select_content_banner_for_publications.view-display-id-main_banner .field--name-field-banner-image, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-field-banner-image, .pane-landing-work-area-main-banner .field--name-field-banner-image, .pane-landing-work-area-main-banner .views-field-field-banner-image, .pane-landing-topics-main-banner .field--name-field-banner-image, .pane-landing-topics-main-banner .views-field-field-banner-image, .pane-landing-regional-office-office-main-banner .field--name-field-banner-image, .pane-landing-regional-office-office-main-banner .views-field-field-banner-image, .view-id-landing_work_area_v2.view-display-id-wa_banner .field--name-field-banner-image, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-field-banner-image, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .field--name-field-banner-image, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-field-banner-image, .view-display-id-topic_office_banners .field--name-field-banner-image, .view-display-id-topic_office_banners .views-field-field-banner-image {
		width: 50%;
		margin: .5em
	}

}

.view-landing-news.view-display-id-banner h2, .view-id-landing_publication.view-display-id-main_banner h2, .pane-select-content-banner-for-press-center-press-banner-main-en-pane h2, .pane-select-content-banner-for-publications-main-banner h2, .pane-select-content-banner-for-press-center-press-banner-main-es-pane h2, .pane-select-content-banner-for-cooperation-panel-pane-1 h2, .view-id-select_content_banner_for_publications.view-display-id-main_banner h2, .pane-landing-work-area-main-banner h2, .pane-landing-topics-main-banner h2, .pane-landing-regional-office-office-main-banner h2, .view-id-landing_work_area_v2.view-display-id-wa_banner h2, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner h2, .view-display-id-topic_office_banners h2 {
	margin: 0;
	color: #195591;
	font-size: 1.846em;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	float: none;
	padding: .25em
}

@media(min-width:768px) {
	.view-landing-news.view-display-id-banner h2, .view-id-landing_publication.view-display-id-main_banner h2, .pane-select-content-banner-for-press-center-press-banner-main-en-pane h2, .pane-select-content-banner-for-publications-main-banner h2, .pane-select-content-banner-for-press-center-press-banner-main-es-pane h2, .pane-select-content-banner-for-cooperation-panel-pane-1 h2, .view-id-select_content_banner_for_publications.view-display-id-main_banner h2, .pane-landing-work-area-main-banner h2, .pane-landing-topics-main-banner h2, .pane-landing-regional-office-office-main-banner h2, .view-id-landing_work_area_v2.view-display-id-wa_banner h2, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner h2, .view-display-id-topic_office_banners h2 {
		padding: .25em 1em
	}

}

@media(min-width:1024px) {
	.view-landing-news.view-display-id-banner h2, .view-id-landing_publication.view-display-id-main_banner h2, .pane-select-content-banner-for-press-center-press-banner-main-en-pane h2, .pane-select-content-banner-for-publications-main-banner h2, .pane-select-content-banner-for-press-center-press-banner-main-es-pane h2, .pane-select-content-banner-for-cooperation-panel-pane-1 h2, .view-id-select_content_banner_for_publications.view-display-id-main_banner h2, .pane-landing-work-area-main-banner h2, .pane-landing-topics-main-banner h2, .pane-landing-regional-office-office-main-banner h2, .view-id-landing_work_area_v2.view-display-id-wa_banner h2, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner h2, .view-display-id-topic_office_banners h2 {
		padding: .25em 1em
	}

}

.view-landing-news.view-display-id-banner h2 a, .view-id-landing_publication.view-display-id-main_banner h2 a, .pane-select-content-banner-for-press-center-press-banner-main-en-pane h2 a, .pane-select-content-banner-for-publications-main-banner h2 a, .pane-select-content-banner-for-press-center-press-banner-main-es-pane h2 a, .pane-select-content-banner-for-cooperation-panel-pane-1 h2 a, .view-id-select_content_banner_for_publications.view-display-id-main_banner h2 a, .pane-landing-work-area-main-banner h2 a, .pane-landing-topics-main-banner h2 a, .pane-landing-regional-office-office-main-banner h2 a, .view-id-landing_work_area_v2.view-display-id-wa_banner h2 a, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner h2 a, .view-display-id-topic_office_banners h2 a {
	display: block;
	text-decoration: none;
	color: #195591
}

.view-landing-news.view-display-id-banner h2 a:hover, .view-id-landing_publication.view-display-id-main_banner h2 a:hover, .pane-select-content-banner-for-press-center-press-banner-main-en-pane h2 a:hover, .pane-select-content-banner-for-publications-main-banner h2 a:hover, .pane-select-content-banner-for-press-center-press-banner-main-es-pane h2 a:hover, .pane-select-content-banner-for-cooperation-panel-pane-1 h2 a:hover, .view-id-select_content_banner_for_publications.view-display-id-main_banner h2 a:hover, .pane-landing-work-area-main-banner h2 a:hover, .pane-landing-topics-main-banner h2 a:hover, .pane-landing-regional-office-office-main-banner h2 a:hover, .view-id-landing_work_area_v2.view-display-id-wa_banner h2 a:hover, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner h2 a:hover, .view-display-id-topic_office_banners h2 a:hover {
	text-decoration: underline
}

.block--views-landing-news-a-fondo .block__content, .block--views-landing-news-a-fondo .pane-content, .pane-landing-publication-highlighted .block__content, .pane-landing-publication-highlighted .pane-content, .block--views-landing-news-block-1 .block__content, .block--views-landing-news-block-1 .pane-content, .pane-select-content-banner-for-cooperation-coop-banner-list .block__content, .pane-select-content-banner-for-cooperation-coop-banner-list .pane-content, .pane-select-content-banner-for-publications-publications-banner-list .block__content, .pane-select-content-banner-for-publications-publications-banner-list .pane-content, .pane-landing-work-area-list-banners .block__content, .pane-landing-work-area-list-banners .pane-content, .pane-select-content-banner-for-home-home-banner-list-es-pane .block__content, .pane-select-content-banner-for-home-home-banner-list-es-pane .pane-content, .pane-select-content-banner-for-home-home-banner-list-en-pane .block__content, .pane-select-content-banner-for-home-home-banner-list-en-pane .pane-content, .pane-landing-regional-office-office-list-banners .block__content, .pane-landing-regional-office-office-list-banners .pane-content, .pane-landing-regional-office-panel-pane-6 .block__content, .pane-landing-regional-office-panel-pane-6 .pane-content, .pane-landing-work-area-v2-wa-highlighted .block__content, .pane-landing-work-area-v2-wa-highlighted .pane-content, .pane-landing-topics-manual-topic-manual-list-banners .block__content, .pane-landing-topics-manual-topic-manual-list-banners .pane-content, .pane-taxonomy-topics-topic-office-highlighted.pane-publication-types-panel-pane-8 .block__content, .pane-taxonomy-topics-topic-office-highlighted.pane-publication-types-panel-pane-8 .pane-content, .pane-publication-types-panel-pane-8 .block__content, .pane-publication-types-panel-pane-8 .pane-content {
	background-color: #e4e4e4;
	display: block;
	margin-bottom: 1em
}

.block--views-landing-news-a-fondo h2.block__title, .block--views-landing-news-a-fondo h2.pane-title, .block--views-landing-news-a-fondo .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .block--views-landing-news-a-fondo .field--name-title-field, .pane-landing-publication-highlighted h2.block__title, .pane-landing-publication-highlighted h2.pane-title, .pane-landing-publication-highlighted .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-publication-highlighted .field--name-title-field, .block--views-landing-news-block-1 h2.block__title, .block--views-landing-news-block-1 h2.pane-title, .block--views-landing-news-block-1 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .block--views-landing-news-block-1 .field--name-title-field, .pane-select-content-banner-for-cooperation-coop-banner-list h2.block__title, .pane-select-content-banner-for-cooperation-coop-banner-list h2.pane-title, .pane-select-content-banner-for-cooperation-coop-banner-list .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-select-content-banner-for-cooperation-coop-banner-list .field--name-title-field, .pane-select-content-banner-for-publications-publications-banner-list h2.block__title, .pane-select-content-banner-for-publications-publications-banner-list h2.pane-title, .pane-select-content-banner-for-publications-publications-banner-list .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-select-content-banner-for-publications-publications-banner-list .field--name-title-field, .pane-landing-work-area-list-banners h2.block__title, .pane-landing-work-area-list-banners h2.pane-title, .pane-landing-work-area-list-banners .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-work-area-list-banners .field--name-title-field, .pane-select-content-banner-for-home-home-banner-list-es-pane h2.block__title, .pane-select-content-banner-for-home-home-banner-list-es-pane h2.pane-title, .pane-select-content-banner-for-home-home-banner-list-es-pane .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-select-content-banner-for-home-home-banner-list-es-pane .field--name-title-field, .pane-select-content-banner-for-home-home-banner-list-en-pane h2.block__title, .pane-select-content-banner-for-home-home-banner-list-en-pane h2.pane-title, .pane-select-content-banner-for-home-home-banner-list-en-pane .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-select-content-banner-for-home-home-banner-list-en-pane .field--name-title-field, .pane-landing-regional-office-office-list-banners h2.block__title, .pane-landing-regional-office-office-list-banners h2.pane-title, .pane-landing-regional-office-office-list-banners .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-regional-office-office-list-banners .field--name-title-field, .pane-landing-regional-office-panel-pane-6 h2.block__title, .pane-landing-regional-office-panel-pane-6 h2.pane-title, .pane-landing-regional-office-panel-pane-6 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-regional-office-panel-pane-6 .field--name-title-field, .pane-landing-work-area-v2-wa-highlighted h2.block__title, .pane-landing-work-area-v2-wa-highlighted h2.pane-title, .pane-landing-work-area-v2-wa-highlighted .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-work-area-v2-wa-highlighted .field--name-title-field, .pane-landing-topics-manual-topic-manual-list-banners h2.block__title, .pane-landing-topics-manual-topic-manual-list-banners h2.pane-title, .pane-landing-topics-manual-topic-manual-list-banners .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-topics-manual-topic-manual-list-banners .field--name-title-field, .pane-taxonomy-topics-topic-office-highlighted.pane-publication-types-panel-pane-8 h2.block__title, .pane-taxonomy-topics-topic-office-highlighted.pane-publication-types-panel-pane-8 h2.pane-title, .pane-taxonomy-topics-topic-office-highlighted.pane-publication-types-panel-pane-8 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-taxonomy-topics-topic-office-highlighted.pane-publication-types-panel-pane-8 .field--name-title-field, .pane-publication-types-panel-pane-8 h2.block__title, .pane-publication-types-panel-pane-8 h2.pane-title, .pane-publication-types-panel-pane-8 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-publication-types-panel-pane-8 .field--name-title-field {
	border-top: 3px solid #f15a24;
	border-left: 0 !important;
	background-color: #e4e4e4 !important;
	font-family: "OpenSans-Bold";
	font-size: 1.154em;
	margin: 0
}

.view-display-id-a_fondo, .view-id-landing_publication.view-display-id-highlighted, .section-press .view-display-id-block_1, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list, .view-id-landing_work_area.view-display-id-list_banners, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane, .view-id-landing_regional_office.view-display-id-list-banners, .view-id-landing_work_area_v2.view-display-id-wa_highlighted, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners, .view-id-publication_types.view-display-id-panel_pane_8, .view-display-id-panel_pane_3.view-id-publication-types, .view-display-id-topic_office_highlighted, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: start;
	-webkit-box-align: start;
	display: box;
	box-orient: horizontal;
	box-pack: start;
	box-align: start;
	overflow: hidden
}

.view-display-id-a_fondo .view-content, .view-id-landing_publication.view-display-id-highlighted .view-content, .section-press .view-display-id-block_1 .view-content, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list .view-content, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list .view-content, .view-id-landing_work_area.view-display-id-list_banners .view-content, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane .view-content, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane .view-content, .view-id-landing_regional_office.view-display-id-list-banners .view-content, .view-id-landing_work_area_v2.view-display-id-wa_highlighted .view-content, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners .view-content, .view-id-publication_types.view-display-id-panel_pane_8 .view-content, .view-display-id-panel_pane_3.view-id-publication-types .view-content, .view-display-id-topic_office_highlighted .view-content, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted .view-content {
	width: 100%
}

.view-display-id-a_fondo li, .view-id-landing_publication.view-display-id-highlighted li, .section-press .view-display-id-block_1 li, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list li, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list li, .view-id-landing_work_area.view-display-id-list_banners li, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane li, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane li, .view-id-landing_regional_office.view-display-id-list-banners li, .view-id-landing_work_area_v2.view-display-id-wa_highlighted li, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners li, .view-id-publication_types.view-display-id-panel_pane_8 li, .view-display-id-panel_pane_3.view-id-publication-types li, .view-display-id-topic_office_highlighted li, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted li {
	background-color: #e4e4e4;
	float: left;
	width: 100%;
	min-height: 50px;
	padding: 1em
}

@media(min-width:768px) {
	.view-display-id-a_fondo li, .view-id-landing_publication.view-display-id-highlighted li, .section-press .view-display-id-block_1 li, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list li, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list li, .view-id-landing_work_area.view-display-id-list_banners li, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane li, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane li, .view-id-landing_regional_office.view-display-id-list-banners li, .view-id-landing_work_area_v2.view-display-id-wa_highlighted li, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners li, .view-id-publication_types.view-display-id-panel_pane_8 li, .view-display-id-panel_pane_3.view-id-publication-types li, .view-display-id-topic_office_highlighted li, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted li {
		width: 20%
	}

}

@media(min-width:1024px) {
	.view-display-id-a_fondo li, .view-id-landing_publication.view-display-id-highlighted li, .section-press .view-display-id-block_1 li, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list li, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list li, .view-id-landing_work_area.view-display-id-list_banners li, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane li, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane li, .view-id-landing_regional_office.view-display-id-list-banners li, .view-id-landing_work_area_v2.view-display-id-wa_highlighted li, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners li, .view-id-publication_types.view-display-id-panel_pane_8 li, .view-display-id-panel_pane_3.view-id-publication-types li, .view-display-id-topic_office_highlighted li, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted li {
		width: 20%
	}

}

.view-display-id-a_fondo li:last-child, .view-id-landing_publication.view-display-id-highlighted li:last-child, .section-press .view-display-id-block_1 li:last-child, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list li:last-child, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list li:last-child, .view-id-landing_work_area.view-display-id-list_banners li:last-child, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane li:last-child, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane li:last-child, .view-id-landing_regional_office.view-display-id-list-banners li:last-child, .view-id-landing_work_area_v2.view-display-id-wa_highlighted li:last-child, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners li:last-child, .view-id-publication_types.view-display-id-panel_pane_8 li:last-child, .view-display-id-panel_pane_3.view-id-publication-types li:last-child, .view-display-id-topic_office_highlighted li:last-child, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted li:last-child {
	margin-bottom: 1em
}

.view-display-id-a_fondo img, .view-id-landing_publication.view-display-id-highlighted img, .section-press .view-display-id-block_1 img, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list img, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list img, .view-id-landing_work_area.view-display-id-list_banners img, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane img, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane img, .view-id-landing_regional_office.view-display-id-list-banners img, .view-id-landing_work_area_v2.view-display-id-wa_highlighted img, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners img, .view-id-publication_types.view-display-id-panel_pane_8 img, .view-display-id-panel_pane_3.view-id-publication-types img, .view-display-id-topic_office_highlighted img, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted img {
	width: 100%;
	display: block;
	height: auto;
	padding-bottom: .5em
}

.view-display-id-a_fondo a, .view-id-landing_publication.view-display-id-highlighted a, .section-press .view-display-id-block_1 a, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list a, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list a, .view-id-landing_work_area.view-display-id-list_banners a, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane a, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane a, .view-id-landing_regional_office.view-display-id-list-banners a, .view-id-landing_work_area_v2.view-display-id-wa_highlighted a, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners a, .view-id-publication_types.view-display-id-panel_pane_8 a, .view-display-id-panel_pane_3.view-id-publication-types a, .view-display-id-topic_office_highlighted a, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted a {
	color: #2a3744;
	font-weight: bold
}

.view-display-id-a_fondo .views-field-field-banner-image, .view-id-landing_publication.view-display-id-highlighted .views-field-field-banner-image, .section-press .view-display-id-block_1 .views-field-field-banner-image, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list .views-field-field-banner-image, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list .views-field-field-banner-image, .view-id-landing_work_area.view-display-id-list_banners .views-field-field-banner-image, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane .views-field-field-banner-image, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane .views-field-field-banner-image, .view-id-landing_regional_office.view-display-id-list-banners .views-field-field-banner-image, .view-id-landing_work_area_v2.view-display-id-wa_highlighted .views-field-field-banner-image, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners .views-field-field-banner-image, .view-id-publication_types.view-display-id-panel_pane_8 .views-field-field-banner-image, .view-display-id-panel_pane_3.view-id-publication-types .views-field-field-banner-image, .view-display-id-topic_office_highlighted .views-field-field-banner-image, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted .views-field-field-banner-image {
	float: left;
	width: 50%;
	padding-right: 1em
}

@media(min-width:768px) {
	.view-display-id-a_fondo .views-field-field-banner-image, .view-id-landing_publication.view-display-id-highlighted .views-field-field-banner-image, .section-press .view-display-id-block_1 .views-field-field-banner-image, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list .views-field-field-banner-image, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list .views-field-field-banner-image, .view-id-landing_work_area.view-display-id-list_banners .views-field-field-banner-image, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane .views-field-field-banner-image, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane .views-field-field-banner-image, .view-id-landing_regional_office.view-display-id-list-banners .views-field-field-banner-image, .view-id-landing_work_area_v2.view-display-id-wa_highlighted .views-field-field-banner-image, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners .views-field-field-banner-image, .view-id-publication_types.view-display-id-panel_pane_8 .views-field-field-banner-image, .view-display-id-panel_pane_3.view-id-publication-types .views-field-field-banner-image, .view-display-id-topic_office_highlighted .views-field-field-banner-image, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted .views-field-field-banner-image {
		float: none;
		width: 100%;
		padding-right: 0
	}

}

@media(min-width:1024px) {
	.view-display-id-a_fondo .views-field-field-banner-image, .view-id-landing_publication.view-display-id-highlighted .views-field-field-banner-image, .section-press .view-display-id-block_1 .views-field-field-banner-image, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list .views-field-field-banner-image, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list .views-field-field-banner-image, .view-id-landing_work_area.view-display-id-list_banners .views-field-field-banner-image, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane .views-field-field-banner-image, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane .views-field-field-banner-image, .view-id-landing_regional_office.view-display-id-list-banners .views-field-field-banner-image, .view-id-landing_work_area_v2.view-display-id-wa_highlighted .views-field-field-banner-image, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners .views-field-field-banner-image, .view-id-publication_types.view-display-id-panel_pane_8 .views-field-field-banner-image, .view-display-id-panel_pane_3.view-id-publication-types .views-field-field-banner-image, .view-display-id-topic_office_highlighted .views-field-field-banner-image, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted .views-field-field-banner-image {
		float: none;
		width: 100%;
		padding-right: 0
	}

}

.view-display-id-a_fondo .views-field-title, .view-id-landing_publication.view-display-id-highlighted .views-field-title, .section-press .view-display-id-block_1 .views-field-title, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list .views-field-title, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list .views-field-title, .view-id-landing_work_area.view-display-id-list_banners .views-field-title, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane .views-field-title, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane .views-field-title, .view-id-landing_regional_office.view-display-id-list-banners .views-field-title, .view-id-landing_work_area_v2.view-display-id-wa_highlighted .views-field-title, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners .views-field-title, .view-id-publication_types.view-display-id-panel_pane_8 .views-field-title, .view-display-id-panel_pane_3.view-id-publication-types .views-field-title, .view-display-id-topic_office_highlighted .views-field-title, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted .views-field-title {
	float: left;
	width: 50%
}

@media(min-width:768px) {
	.view-display-id-a_fondo .views-field-title, .view-id-landing_publication.view-display-id-highlighted .views-field-title, .section-press .view-display-id-block_1 .views-field-title, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list .views-field-title, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list .views-field-title, .view-id-landing_work_area.view-display-id-list_banners .views-field-title, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane .views-field-title, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane .views-field-title, .view-id-landing_regional_office.view-display-id-list-banners .views-field-title, .view-id-landing_work_area_v2.view-display-id-wa_highlighted .views-field-title, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners .views-field-title, .view-id-publication_types.view-display-id-panel_pane_8 .views-field-title, .view-display-id-panel_pane_3.view-id-publication-types .views-field-title, .view-display-id-topic_office_highlighted .views-field-title, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted .views-field-title {
		width: 100%
	}

}

@media(min-width:1024px) {
	.view-display-id-a_fondo .views-field-title, .view-id-landing_publication.view-display-id-highlighted .views-field-title, .section-press .view-display-id-block_1 .views-field-title, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list .views-field-title, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list .views-field-title, .view-id-landing_work_area.view-display-id-list_banners .views-field-title, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane .views-field-title, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane .views-field-title, .view-id-landing_regional_office.view-display-id-list-banners .views-field-title, .view-id-landing_work_area_v2.view-display-id-wa_highlighted .views-field-title, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners .views-field-title, .view-id-publication_types.view-display-id-panel_pane_8 .views-field-title, .view-display-id-panel_pane_3.view-id-publication-types .views-field-title, .view-display-id-topic_office_highlighted .views-field-title, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted .views-field-title {
		width: 100%
	}

}

.view-display-id-a_fondo h3, .view-id-landing_publication.view-display-id-highlighted h3, .section-press .view-display-id-block_1 h3, .view-id-select_content_banner_for_cooperation.view-display-id-coop_banner_list h3, .view-id-select_content_banner_for_publications.view-display-id-publications_banner_list h3, .view-id-landing_work_area.view-display-id-list_banners h3, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_es_pane h3, .view-id-select_content_banner_for_home.view-display-id-home_banner_list_en_pane h3, .view-id-landing_regional_office.view-display-id-list-banners h3, .view-id-landing_work_area_v2.view-display-id-wa_highlighted h3, .view-id-landing_topics_manual.view-display-id-topic_manual_list_banners h3, .view-id-publication_types.view-display-id-panel_pane_8 h3, .view-display-id-panel_pane_3.view-id-publication-types h3, .view-display-id-topic_office_highlighted h3, .view-id-taxonomy-topics.view-display-id-topic-office-highlighted h3 {
	margin: 0;
	color: #2a3744;
	font-family: "Optima LT Std"
}

.view-landing-news.view-display-id-block_2 .more-link a, .view-landing-news.view-display-id-block_2 .view-footer a, .view-display-id-press_news_list_pane .more-link a, .view-display-id-press_news_list_pane .view-footer a, .view-display-id-cooperation_news_list_pane .more-link a, .view-display-id-cooperation_news_list_pane .view-footer a, .view-display-id-home_news_list_en_pane .more-link a, .view-display-id-home_news_list_en_pane .view-footer a, .view-id-select_content_press.view-display-id-panel_pane_1 .more-link a, .view-id-select_content_press.view-display-id-panel_pane_1 .view-footer a, .pane-landing-work-area-list-news .more-link a, .pane-landing-work-area-list-news .view-footer a, .view-id-landing_topics.view-display-id-list_news .more-link a, .view-id-landing_topics.view-display-id-list_news .view-footer a, .pane-landing-regional-office-office-list-news .more-link a, .pane-landing-regional-office-office-list-news .view-footer a, .pane-landing-work-area-v2-wa-news .more-link a, .pane-landing-work-area-v2-wa-news .view-footer a, .pane-landing-topics-manual-topic-manual-list-news .more-link a, .pane-landing-topics-manual-topic-manual-list-news .view-footer a, .view-id-landing_work_area_v2.view-display-id-wa_activities .more-link a, .view-id-landing_work_area_v2.view-display-id-wa_activities .view-footer a {
	margin: 0 1em
}

.view-landing-news.view-display-id-block_2 .view-footer, .view-display-id-press_news_list_pane .view-footer, .view-display-id-cooperation_news_list_pane .view-footer, .view-display-id-home_news_list_en_pane .view-footer, .view-id-select_content_press.view-display-id-panel_pane_1 .view-footer, .pane-landing-work-area-list-news .view-footer, .view-id-landing_topics.view-display-id-list_news .view-footer, .pane-landing-regional-office-office-list-news .view-footer, .pane-landing-work-area-v2-wa-news .view-footer, .pane-landing-topics-manual-topic-manual-list-news .view-footer, .view-id-landing_work_area_v2.view-display-id-wa_activities .view-footer {
	height: 2.5em
}

.view-landing-news.view-display-id-block_2 li, .view-display-id-press_news_list_pane li, .view-display-id-cooperation_news_list_pane li, .view-display-id-home_news_list_en_pane li, .view-id-select_content_press.view-display-id-panel_pane_1 li, .pane-landing-work-area-list-news li, .view-id-landing_topics.view-display-id-list_news li, .pane-landing-regional-office-office-list-news li, .pane-landing-work-area-v2-wa-news li, .pane-landing-topics-manual-topic-manual-list-news li, .view-id-landing_work_area_v2.view-display-id-wa_activities li {
	border-bottom: 1px solid #e6e6e6;
	padding: .5em;
	float: left
}

.view-landing-news.view-display-id-block_2 li:last-child, .view-display-id-press_news_list_pane li:last-child, .view-display-id-cooperation_news_list_pane li:last-child, .view-display-id-home_news_list_en_pane li:last-child, .view-id-select_content_press.view-display-id-panel_pane_1 li:last-child, .pane-landing-work-area-list-news li:last-child, .view-id-landing_topics.view-display-id-list_news li:last-child, .pane-landing-regional-office-office-list-news li:last-child, .pane-landing-work-area-v2-wa-news li:last-child, .pane-landing-topics-manual-topic-manual-list-news li:last-child, .view-id-landing_work_area_v2.view-display-id-wa_activities li:last-child {
	border-bottom: 0
}

.view-landing-news.view-display-id-block_2 .views-field-field-pr-image img, .view-landing-news.view-display-id-block_2 .views-field-field-article-image img, .view-landing-news.view-display-id-block_2 .views-field-field-news-image img, .view-landing-news.view-display-id-block_2 .views-field-field-event-image img, .view-display-id-press_news_list_pane .views-field-field-pr-image img, .view-display-id-press_news_list_pane .views-field-field-article-image img, .view-display-id-press_news_list_pane .views-field-field-news-image img, .view-display-id-press_news_list_pane .views-field-field-event-image img, .view-display-id-cooperation_news_list_pane .views-field-field-pr-image img, .view-display-id-cooperation_news_list_pane .views-field-field-article-image img, .view-display-id-cooperation_news_list_pane .views-field-field-news-image img, .view-display-id-cooperation_news_list_pane .views-field-field-event-image img, .view-display-id-home_news_list_en_pane .views-field-field-pr-image img, .view-display-id-home_news_list_en_pane .views-field-field-article-image img, .view-display-id-home_news_list_en_pane .views-field-field-news-image img, .view-display-id-home_news_list_en_pane .views-field-field-event-image img, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-field-pr-image img, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-field-article-image img, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-field-news-image img, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-field-event-image img, .pane-landing-work-area-list-news .views-field-field-pr-image img, .pane-landing-work-area-list-news .views-field-field-article-image img, .pane-landing-work-area-list-news .views-field-field-news-image img, .pane-landing-work-area-list-news .views-field-field-event-image img, .view-id-landing_topics.view-display-id-list_news .views-field-field-pr-image img, .view-id-landing_topics.view-display-id-list_news .views-field-field-article-image img, .view-id-landing_topics.view-display-id-list_news .views-field-field-news-image img, .view-id-landing_topics.view-display-id-list_news .views-field-field-event-image img, .pane-landing-regional-office-office-list-news .views-field-field-pr-image img, .pane-landing-regional-office-office-list-news .views-field-field-article-image img, .pane-landing-regional-office-office-list-news .views-field-field-news-image img, .pane-landing-regional-office-office-list-news .views-field-field-event-image img, .pane-landing-work-area-v2-wa-news .views-field-field-pr-image img, .pane-landing-work-area-v2-wa-news .views-field-field-article-image img, .pane-landing-work-area-v2-wa-news .views-field-field-news-image img, .pane-landing-work-area-v2-wa-news .views-field-field-event-image img, .pane-landing-topics-manual-topic-manual-list-news .views-field-field-pr-image img, .pane-landing-topics-manual-topic-manual-list-news .views-field-field-article-image img, .pane-landing-topics-manual-topic-manual-list-news .views-field-field-news-image img, .pane-landing-topics-manual-topic-manual-list-news .views-field-field-event-image img, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-field-pr-image img, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-field-article-image img, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-field-news-image img, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-field-event-image img {
	float: left;
	margin: 0 1em 0 0;
	border: 1px solid #eee
}

.view-landing-news.view-display-id-block_2 .views-field-nothing, .view-landing-news.view-display-id-block_2 .views-field-nothing-1, .view-display-id-press_news_list_pane .views-field-nothing, .view-display-id-press_news_list_pane .views-field-nothing-1, .view-display-id-cooperation_news_list_pane .views-field-nothing, .view-display-id-cooperation_news_list_pane .views-field-nothing-1, .view-display-id-home_news_list_en_pane .views-field-nothing, .view-display-id-home_news_list_en_pane .views-field-nothing-1, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1, .pane-landing-work-area-list-news .views-field-nothing, .pane-landing-work-area-list-news .views-field-nothing-1, .view-id-landing_topics.view-display-id-list_news .views-field-nothing, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1, .pane-landing-regional-office-office-list-news .views-field-nothing, .pane-landing-regional-office-office-list-news .views-field-nothing-1, .pane-landing-work-area-v2-wa-news .views-field-nothing, .pane-landing-work-area-v2-wa-news .views-field-nothing-1, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 {
	display: block;
	padding-bottom: .25em;
	padding: 0 .5em;
	float: none
}

@media(min-width:768px) {
	.view-landing-news.view-display-id-block_2 .views-field-nothing, .view-landing-news.view-display-id-block_2 .views-field-nothing-1, .view-display-id-press_news_list_pane .views-field-nothing, .view-display-id-press_news_list_pane .views-field-nothing-1, .view-display-id-cooperation_news_list_pane .views-field-nothing, .view-display-id-cooperation_news_list_pane .views-field-nothing-1, .view-display-id-home_news_list_en_pane .views-field-nothing, .view-display-id-home_news_list_en_pane .views-field-nothing-1, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1, .pane-landing-work-area-list-news .views-field-nothing, .pane-landing-work-area-list-news .views-field-nothing-1, .view-id-landing_topics.view-display-id-list_news .views-field-nothing, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1, .pane-landing-regional-office-office-list-news .views-field-nothing, .pane-landing-regional-office-office-list-news .views-field-nothing-1, .pane-landing-work-area-v2-wa-news .views-field-nothing, .pane-landing-work-area-v2-wa-news .views-field-nothing-1, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 {
		display: table
	}

}

@media(min-width:1024px) {
	.view-landing-news.view-display-id-block_2 .views-field-nothing, .view-landing-news.view-display-id-block_2 .views-field-nothing-1, .view-display-id-press_news_list_pane .views-field-nothing, .view-display-id-press_news_list_pane .views-field-nothing-1, .view-display-id-cooperation_news_list_pane .views-field-nothing, .view-display-id-cooperation_news_list_pane .views-field-nothing-1, .view-display-id-home_news_list_en_pane .views-field-nothing, .view-display-id-home_news_list_en_pane .views-field-nothing-1, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1, .pane-landing-work-area-list-news .views-field-nothing, .pane-landing-work-area-list-news .views-field-nothing-1, .view-id-landing_topics.view-display-id-list_news .views-field-nothing, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1, .pane-landing-regional-office-office-list-news .views-field-nothing, .pane-landing-regional-office-office-list-news .views-field-nothing-1, .pane-landing-work-area-v2-wa-news .views-field-nothing, .pane-landing-work-area-v2-wa-news .views-field-nothing-1, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 {
		display: table
	}

}

.view-landing-news.view-display-id-block_2 .views-field-nothing p, .view-landing-news.view-display-id-block_2 .views-field-nothing-1 p, .view-display-id-press_news_list_pane .views-field-nothing p, .view-display-id-press_news_list_pane .views-field-nothing-1 p, .view-display-id-cooperation_news_list_pane .views-field-nothing p, .view-display-id-cooperation_news_list_pane .views-field-nothing-1 p, .view-display-id-home_news_list_en_pane .views-field-nothing p, .view-display-id-home_news_list_en_pane .views-field-nothing-1 p, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing p, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 p, .pane-landing-work-area-list-news .views-field-nothing p, .pane-landing-work-area-list-news .views-field-nothing-1 p, .view-id-landing_topics.view-display-id-list_news .views-field-nothing p, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 p, .pane-landing-regional-office-office-list-news .views-field-nothing p, .pane-landing-regional-office-office-list-news .views-field-nothing-1 p, .pane-landing-work-area-v2-wa-news .views-field-nothing p, .pane-landing-work-area-v2-wa-news .views-field-nothing-1 p, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing p, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 p, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing p, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 p {
	display: block;
	line-height: 1.5em;
	margin: .3em 0
}

.view-landing-news.view-display-id-block_2 .views-field-nothing a, .view-landing-news.view-display-id-block_2 .views-field-nothing-1 a, .view-display-id-press_news_list_pane .views-field-nothing a, .view-display-id-press_news_list_pane .views-field-nothing-1 a, .view-display-id-cooperation_news_list_pane .views-field-nothing a, .view-display-id-cooperation_news_list_pane .views-field-nothing-1 a, .view-display-id-home_news_list_en_pane .views-field-nothing a, .view-display-id-home_news_list_en_pane .views-field-nothing-1 a, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing a, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 a, .pane-landing-work-area-list-news .views-field-nothing a, .pane-landing-work-area-list-news .views-field-nothing-1 a, .view-id-landing_topics.view-display-id-list_news .views-field-nothing a, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 a, .pane-landing-regional-office-office-list-news .views-field-nothing a, .pane-landing-regional-office-office-list-news .views-field-nothing-1 a, .pane-landing-work-area-v2-wa-news .views-field-nothing a, .pane-landing-work-area-v2-wa-news .views-field-nothing-1 a, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing a, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 a, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing a, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 a {
	text-decoration: none;
	color: #2a3744;
	margin: 0;
	font-family: "Optima LT Std Bold", "Optima LT Std"
}

.view-landing-news.view-display-id-block_2 .views-field-nothing a:hover, .view-landing-news.view-display-id-block_2 .views-field-nothing-1 a:hover, .view-display-id-press_news_list_pane .views-field-nothing a:hover, .view-display-id-press_news_list_pane .views-field-nothing-1 a:hover, .view-display-id-cooperation_news_list_pane .views-field-nothing a:hover, .view-display-id-cooperation_news_list_pane .views-field-nothing-1 a:hover, .view-display-id-home_news_list_en_pane .views-field-nothing a:hover, .view-display-id-home_news_list_en_pane .views-field-nothing-1 a:hover, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing a:hover, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 a:hover, .pane-landing-work-area-list-news .views-field-nothing a:hover, .pane-landing-work-area-list-news .views-field-nothing-1 a:hover, .view-id-landing_topics.view-display-id-list_news .views-field-nothing a:hover, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 a:hover, .pane-landing-regional-office-office-list-news .views-field-nothing a:hover, .pane-landing-regional-office-office-list-news .views-field-nothing-1 a:hover, .pane-landing-work-area-v2-wa-news .views-field-nothing a:hover, .pane-landing-work-area-v2-wa-news .views-field-nothing-1 a:hover, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing a:hover, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 a:hover, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing a:hover, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 a:hover {
	text-decoration: underline
}

.view-landing-news.view-display-id-block_2 .views-field-nothing h2, .view-landing-news.view-display-id-block_2 .views-field-nothing-1 h2, .view-display-id-press_news_list_pane .views-field-nothing h2, .view-display-id-press_news_list_pane .views-field-nothing-1 h2, .view-display-id-cooperation_news_list_pane .views-field-nothing h2, .view-display-id-cooperation_news_list_pane .views-field-nothing-1 h2, .view-display-id-home_news_list_en_pane .views-field-nothing h2, .view-display-id-home_news_list_en_pane .views-field-nothing-1 h2, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing h2, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 h2, .pane-landing-work-area-list-news .views-field-nothing h2, .pane-landing-work-area-list-news .views-field-nothing-1 h2, .view-id-landing_topics.view-display-id-list_news .views-field-nothing h2, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 h2, .pane-landing-regional-office-office-list-news .views-field-nothing h2, .pane-landing-regional-office-office-list-news .views-field-nothing-1 h2, .pane-landing-work-area-v2-wa-news .views-field-nothing h2, .pane-landing-work-area-v2-wa-news .views-field-nothing-1 h2, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing h2, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 h2, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing h2, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 h2 {
	margin: 0
}

.view-landing-news.view-display-id-infographic img, .view-landing-news.view-display-id-videos img, .view-id-landing_work_area_v2.view-display-id-wa_infographic img {
	width: 100%;
	border: 1px solid #ccc;
	height: auto
}

.view-landing-news.view-display-id-infographic h2, .view-landing-news.view-display-id-videos h2, .view-id-landing_work_area_v2.view-display-id-wa_infographic h2 {
	color: #2a3744;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	font-size: 1.154em;
	font-weight: 500;
	line-height: 1.385em
}

.view-landing-news.view-display-id-infographic h2 a, .view-landing-news.view-display-id-videos h2 a, .view-id-landing_work_area_v2.view-display-id-wa_infographic h2 a {
	color: #2a3744
}

.views-field-field-pr-teaser {
	color: #656565
}

.view-list-news li {
	padding-bottom: 1em
}

.view-comunicados-de-prensa ul li {
	padding: 10px
}

.view-comunicados-de-prensa ul li a {
	text-decoration: none;
	color: black;
	font-weight: bold
}

div.view-comunicados-de-prensa .views-field-field-pr-teaser {
	color: #656565
}

.page-work-areas .l-content .img-landing, .page-work-areas .l-content .img-economic-development, .page-work-areas .l-content .img-social-development, .page-work-areas .l-content .img-sustainable-development, .page-work-areas .l-content .img-statistics, .page-work-areas .l-content .img-planning {
	width: 100%;
	height: 100px;
	display: block;
	background-position: center
}

.page-work-areas .l-content li {
	line-height: 2em
}

.page-work-areas .l-content li a {
	color: black
}

.page-work-areas .l-content .img-economic-development {
	background-image: url(/themes/Cepal-Discover/images/banner_desarrollo-economico.jpg)
}

.page-work-areas .l-content .img-social-development {
	background-image: url(/themes/Cepal-Discover/images/banner_desarrollo-social.jpg)
}

.page-work-areas .l-content .img-sustainable-development {
	background-image: url(/themes/Cepal-Discover/images/banner_desarrollo-sostenible.jpg)
}

.page-work-areas .l-content .img-statistics {
	background-image: url(/themes/Cepal-Discover/images/banner_estadisticas.jpg)
}

.page-work-areas .l-content .img-planning {
	background-image: url(/themes/Cepal-Discover/images/banner_planificacion.jpg)
}

.pane-flickr-3 img, .pane-flickr-8 img {
	margin: .35em
}

.pane-views-news-blocks-block-9 {
	clear: both
}

.pane-content .view-display-id-block_7, .pane-content .view-display-id-block_9 {
	clear: both;
	padding: 0 0 1em 0;
	float: left
}

div.view-id-press_contents.view-display-id-block_10, .pane-publications-date-type, .view-id-working_paper.view-display-id-document_date_type {
	padding: .75em 0
}

.date-display-single {
	font-size: .923em
}

.pane-press-contents-related-content .view-id-press_contents, .pane-press-contents-related-content .view-display-id-related_topics, .pane-press-contents-related-content .view-display-id-related, .pane-press-contents-related-content .pane-publications-publication-related-by-topic, .you-might-be-interested .view-id-press_contents, .you-might-be-interested .view-display-id-related_topics, .you-might-be-interested .view-display-id-related, .you-might-be-interested .pane-publications-publication-related-by-topic, .pane-publications-related .view-id-press_contents, .pane-publications-related .view-display-id-related_topics, .pane-publications-related .view-display-id-related, .pane-publications-related .pane-publications-publication-related-by-topic {
	margin-bottom: 1em;
	padding-left: 1em
}

.pane-press-contents-related-content .view-id-press_contents .views-row, .pane-press-contents-related-content .view-display-id-related_topics .views-row, .pane-press-contents-related-content .view-display-id-related .views-row, .pane-press-contents-related-content .pane-publications-publication-related-by-topic .views-row, .you-might-be-interested .view-id-press_contents .views-row, .you-might-be-interested .view-display-id-related_topics .views-row, .you-might-be-interested .view-display-id-related .views-row, .you-might-be-interested .pane-publications-publication-related-by-topic .views-row, .pane-publications-related .view-id-press_contents .views-row, .pane-publications-related .view-display-id-related_topics .views-row, .pane-publications-related .view-display-id-related .views-row, .pane-publications-related .pane-publications-publication-related-by-topic .views-row {
	padding: 1em 0;
	padding-top: 0
}

.pane-press-contents-related-content .view-id-press_contents .views-row a, .pane-press-contents-related-content .view-display-id-related_topics .views-row a, .pane-press-contents-related-content .view-display-id-related .views-row a, .pane-press-contents-related-content .pane-publications-publication-related-by-topic .views-row a, .you-might-be-interested .view-id-press_contents .views-row a, .you-might-be-interested .view-display-id-related_topics .views-row a, .you-might-be-interested .view-display-id-related .views-row a, .you-might-be-interested .pane-publications-publication-related-by-topic .views-row a, .pane-publications-related .view-id-press_contents .views-row a, .pane-publications-related .view-display-id-related_topics .views-row a, .pane-publications-related .view-display-id-related .views-row a, .pane-publications-related .pane-publications-publication-related-by-topic .views-row a {
	font-size: 1.231em;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	font-weight: 500;
	color: #2a3744;
	font-style: normal
}

.pane-press-contents-related-content .view-id-press_contents .views-row p, .pane-press-contents-related-content .view-display-id-related_topics .views-row p, .pane-press-contents-related-content .view-display-id-related .views-row p, .pane-press-contents-related-content .pane-publications-publication-related-by-topic .views-row p, .you-might-be-interested .view-id-press_contents .views-row p, .you-might-be-interested .view-display-id-related_topics .views-row p, .you-might-be-interested .view-display-id-related .views-row p, .you-might-be-interested .pane-publications-publication-related-by-topic .views-row p, .pane-publications-related .view-id-press_contents .views-row p, .pane-publications-related .view-display-id-related_topics .views-row p, .pane-publications-related .view-display-id-related .views-row p, .pane-publications-related .pane-publications-publication-related-by-topic .views-row p {
	margin: 0
}

.view-id-press_contents ol, .node-type-cepal-publication ol {
	padding-left: 1em
}

.view-id-press_contents.view-display-id-topics {
	padding: 0;
	clear: both
}

.view-id-press_contents.view-display-id-panel_pane_3 li {
	padding: .5em 0
}

.view-id-press_contents.view-display-id-block_11 a, .view-id-press_contents.view-display-id-contact_person a {
	margin: 0;
	color: #434343;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	font-size: 1.385em;
	font-weight: 500
}

.view-id-press_contents.view-display-id-block_11 img, .view-id-press_contents.view-display-id-contact_person img {
	float: left;
	margin: 0 1em 0 0
}

.pane-cepal-block-basic-landing-news-list-type, .pane-cepal-block-basic-landing-press-executive-secretary, .pane-cepal-block-basic-landing-press-media, .you-might-be-interested {
	display: none
}

@media(min-width:768px) {
	.pane-cepal-block-basic-landing-news-list-type, .pane-cepal-block-basic-landing-press-executive-secretary, .pane-cepal-block-basic-landing-press-media, .you-might-be-interested {
		display: block
	}

}

@media(min-width:1024px) {
	.pane-cepal-block-basic-landing-news-list-type, .pane-cepal-block-basic-landing-press-executive-secretary, .pane-cepal-block-basic-landing-press-media, .you-might-be-interested {
		display: block
	}

}

.landing-news-list-type input[type=text] {
	padding: .5em;
	margin-right: 1em;
	width: 83%
}

@media(min-width:768px) {
	.landing-news-list-type input[type=text] {
		width: 76%
	}

}

@media(min-width:1024px) {
	.landing-news-list-type input[type=text] {
		width: 83%
	}

}

.landing-news-list-type .fa {
	background-color: #f15a24;
	padding: .6em;
	color: white
}

.landing-press-executive-secretary {
	padding-bottom: 6em
}

.landing-press-executive-secretary p {
	line-height: .75em
}

.landing-press-executive-secretary img {
	padding-bottom: 1em;
	padding-left: .5em
}

.landing-press-executive-secretary h2 {
	margin: 0;
	color: #434343;
	font-family: "Optima LT Std Bold", "Optima LT Std"
}

.landing-press-executive-secretary .right-column {
	padding-left: .5em
}

.landing-press-executive-secretary .right-column p {
	color: #515151;
	font-size: .923em;
	line-height: 12px
}

.landing-press-executive-secretary .right-column p a {
	padding-right: .75em;
	color: #195591
}

.section-press-executive-secretary h2.pane-title, .section-press-executive-secretary .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .section-press-executive-secretary .field--name-title-field {
	background-color: #f8e0d0 !important
}

.section-press-executive-secretary figure {
	margin: 0 .5em 1em .5em;
	float: left
}

.pane-node-field-article-image {
	clear: both
}

.publications-landing-repository-button {
	padding: 1em;
	margin: 1em
}

.jcarousel-skin-default .jcarousel-item {
	padding: 0;
	width: 140px;
	height: 100%;
	overflow: hidden;
	border: 0;
	list-style: none;
	background: none
}

.jcarousel-skin-default .jcarousel-container-horizontal {
	width: 300px;
	padding: 0 15px
}

@media(min-width:768px) {
	.jcarousel-skin-default .jcarousel-container-horizontal {
		width: 100%;
		padding: 0 16px
	}

}

@media(min-width:1024px) {
	.jcarousel-skin-default .jcarousel-container-horizontal {
		width: 100%;
		padding: 0 40px
	}

}

.jcarousel-skin-default .jcarousel-clip-horizontal {
	width: 100%
}

.jcarousel-skin-default .jcarousel-next-horizontal, .jcarousel-skin-default .jcarousel-prev-horizontal {
	top: 50px
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
	left: 5px
}

.jcarousel-skin-default a {
	transition: none
}

ul.facetapi-facetapi-links {
	padding: 0
}

ul.facetapi-facetapi-links li {
	border-bottom: 1px dotted #eee
}

ul.facetapi-facetapi-links li a {
	line-height: 2em
}

ul.facetapi-facetapi-links li:last-child {
	border-bottom: 0
}

.views-exposed-form-solr-search-press-ctools-context-1 .views-exposed-form, .views-exposed-form-solr-search-publications-ctools-context-1 .views-exposed-form, .views-exposed-form-solr-search-projects-projects-list-context .views-exposed-form, .views-exposed-form-solr-search-events-events-upcoming-context .views-exposed-form, .views-exposed-form-solr-search-events-events-past-context .views-exposed-form, .views-exposed-form-solr-search-courses-courses-upcoming-context .views-exposed-form, .views-exposed-form-solr-search-courses-courses-past-context .views-exposed-form, .views-exposed-form-solr-search-notes-ctools-context-1 .views-exposed-form {
	background-color: #ccc
}

.views-exposed-form-solr-search-press-ctools-context-1 .views-exposed-form label, .views-exposed-form-solr-search-publications-ctools-context-1 .views-exposed-form label, .views-exposed-form-solr-search-projects-projects-list-context .views-exposed-form label, .views-exposed-form-solr-search-events-events-upcoming-context .views-exposed-form label, .views-exposed-form-solr-search-events-events-past-context .views-exposed-form label, .views-exposed-form-solr-search-courses-courses-upcoming-context .views-exposed-form label, .views-exposed-form-solr-search-courses-courses-past-context .views-exposed-form label, .views-exposed-form-solr-search-notes-ctools-context-1 .views-exposed-form label {
	font-weight: normal
}

.views-exposed-form-solr-search-press-ctools-context-1 .views-exposed-form .views-exposed-widget, .views-exposed-form-solr-search-publications-ctools-context-1 .views-exposed-form .views-exposed-widget, .views-exposed-form-solr-search-projects-projects-list-context .views-exposed-form .views-exposed-widget, .views-exposed-form-solr-search-events-events-upcoming-context .views-exposed-form .views-exposed-widget, .views-exposed-form-solr-search-events-events-past-context .views-exposed-form .views-exposed-widget, .views-exposed-form-solr-search-courses-courses-upcoming-context .views-exposed-form .views-exposed-widget, .views-exposed-form-solr-search-courses-courses-past-context .views-exposed-form .views-exposed-widget, .views-exposed-form-solr-search-notes-ctools-context-1 .views-exposed-form .views-exposed-widget {
	float: none;
	padding: 0
}

.pane-views-9f6beff7cdb9f51c4aaf0e7dc097f6d0 {
	margin-bottom: 1em !important
}

.views-exposed-form .views-exposed-widget .form-submit {
	margin: .5em
}

.landing-press-media ul small {
	color: #999;
	margin-bottom: 1em;
	display: block
}

.flickr-photoset .flickr-wrap {
	float: left;
	padding: 0 .7em;
	width: 33%
}

.flickr-photoset img {
	width: 100%;
	height: auto
}

.flickr-photoset .flickr-album-heading, .flickr-photoset .flickr-album-counter {
	display: none
}

.flickr-photo-img {
	display: block
}

.page-press-external-news h1 {
	color: #195591
}

.page-press-external-news .view-display-id-external_news .view-header {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1.5em
}

.page-press-external-news .view-display-id-external_news h2 {
	margin-bottom: .5em
}

.page-press-external-news .view-display-id-external_news li {
	border-bottom: 1px solid #e6e6e6
}

.page-press-external-news .view-display-id-external_news .views-row-last {
	padding-bottom: 3em
}

.page-press-external-news .view-display-id-external_news .views-field-field-teaser {
	padding-top: .5em
}

.page-presentations h1 {
	color: #195591
}

.page-presentations .view-display-id-panel_pane_1 .view-header {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1.5em
}

.page-presentations .view-display-id-panel_pane_1 h2 {
	margin-bottom: .5em
}

.page-presentations .view-display-id-panel_pane_1 li {
	border-bottom: 1px solid #e6e6e6
}

.page-presentations .view-display-id-panel_pane_1 .views-row-last {
	padding-bottom: 3em
}

.page-presentations .view-display-id-panel_pane_1 .views-field-field-teaser {
	padding-top: .5em
}

.page-videos h1 {
	color: #195591
}

.page-videos .view-display-id-panel_pane_2 .view-header {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1.5em
}

.page-videos .view-display-id-panel_pane_2 h2 {
	margin-bottom: .5em
}

.page-videos .view-display-id-panel_pane_2 li.views-row {
	padding: 1em 0;
	border-bottom: 1px solid #e6e6e6
}

.page-videos .view-display-id-panel_pane_2 .date-display-single {
	padding-bottom: 0
}

.page-videos .view-display-id-panel_pane_2 .views-row-last {
	padding-bottom: 1em
}

.page-videos .view-display-id-panel_pane_2 .views-field-field-teaser {
	padding-top: .5em
}

.page-press .pane-landing-news-external-news, .node-type-cepal-page .pane-landing-news-external-news, .node-type-cepal-section .pane-landing-news-external-news {
	display: none
}

@media(min-width:768px) {
	.page-press .pane-landing-news-external-news, .node-type-cepal-page .pane-landing-news-external-news, .node-type-cepal-section .pane-landing-news-external-news {
		display: block
	}

}

@media(min-width:1024px) {
	.page-press .pane-landing-news-external-news, .node-type-cepal-page .pane-landing-news-external-news, .node-type-cepal-section .pane-landing-news-external-news {
		display: block
	}

}

.page-press .pane-landing-news-external-news .views-field-title a, .node-type-cepal-page .pane-landing-news-external-news .views-field-title a, .node-type-cepal-section .pane-landing-news-external-news .views-field-title a {
	color: black
}

.page-press .pane-landing-news-external-news li, .node-type-cepal-page .pane-landing-news-external-news li, .node-type-cepal-section .pane-landing-news-external-news li {
	padding-bottom: 1em
}

.page-press .pane-landing-news-external-news li:last-child, .node-type-cepal-page .pane-landing-news-external-news li:last-child, .node-type-cepal-section .pane-landing-news-external-news li:last-child {
	padding-bottom: 0
}

.page-press .block-landing-news-social, .node-type-cepal-page .block-landing-news-social, .node-type-cepal-section .block-landing-news-social {
	background-color: #d8e8f8;
	text-align: center;
	padding: 1em
}

.page-press .pane-cepal-block-basic-landing-news-social, .node-type-cepal-page .pane-cepal-block-basic-landing-news-social, .node-type-cepal-section .pane-cepal-block-basic-landing-news-social {
	font-weight: bold
}

.page-press .pane-cepal-block-basic-landing-news-social h2.pane-title, .page-press .pane-cepal-block-basic-landing-news-social .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-press .pane-cepal-block-basic-landing-news-social .field--name-title-field, .node-type-cepal-page .pane-cepal-block-basic-landing-news-social h2.pane-title, .node-type-cepal-page .pane-cepal-block-basic-landing-news-social .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-page .pane-cepal-block-basic-landing-news-social .field--name-title-field, .node-type-cepal-section .pane-cepal-block-basic-landing-news-social h2.pane-title, .node-type-cepal-section .pane-cepal-block-basic-landing-news-social .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-section .pane-cepal-block-basic-landing-news-social .field--name-title-field {
	margin: 0;
	text-transform: none
}

.pane-landing-news-press-contact h2.pane-title, .pane-landing-news-press-contact .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-news-press-contact .field--name-title-field, .landing-contact-person h2.pane-title, .landing-contact-person .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .landing-contact-person .field--name-title-field {
	text-transform: none !important
}

.view-display-id-press_contact, .node__content, .view-display-id-office_contact {
	font-weight: bold;
	padding-bottom: 1em
}

.view-display-id-press_contact p:first-child, .view-display-id-press_contact div.field:first-child, .node__content p:first-child, .node__content div.field:first-child, .view-display-id-office_contact p:first-child, .view-display-id-office_contact div.field:first-child {
	border-bottom: 5px solid #d8e8f8
}

.view-display-id-press_contact p, .view-display-id-press_contact div.field, .node__content p, .node__content div.field, .view-display-id-office_contact p, .view-display-id-office_contact div.field {
	background-color: white;
	color: #195591;
	padding: .5em;
	margin: 0 1em
}

.pane-cepal-block-basic-block-suscribe {
	clear: both
}

.pane-cepal-block-basic-block-suscribe .block-suscribe {
	padding: 0 1em .5em 1em
}

.pane-cepal-block-basic-block-suscribe h2.pane-title, .pane-cepal-block-basic-block-suscribe .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-cepal-block-basic-block-suscribe .field--name-title-field {
	text-transform: none
}

.pane-cepal-block-basic-block-suscribe a {
	width: 60%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	height: 2.462em;
	padding: 0;
	line-height: 2.5em;
	border-radius: 5px
}

@media(min-width:768px) {
	.pane-cepal-block-basic-block-suscribe a {
		width: 70%
	}

}

@media(min-width:1024px) {
	.pane-cepal-block-basic-block-suscribe a {
		width: 40%
	}

}

.pane-cepal-block-basic-block-suscribe a i {
	padding-right: .25em;
	padding-top: .1em
}

.panel-pane.pane-views-panes.pane-press-contents-contact-person h2.pane-title, .panel-pane.pane-views-panes.pane-press-contents-contact-person .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .panel-pane.pane-views-panes.pane-press-contents-contact-person .field--name-title-field, .pane-node-field-contact-person h2.pane-title, .pane-node-field-contact-person .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-contact-person .field--name-title-field {
	text-transform: none
}

.panel-pane.pane-views-panes.pane-press-contents-contact-person p:first-child, .panel-pane.pane-views-panes.pane-press-contents-contact-person .field:first-child, .pane-node-field-contact-person p:first-child, .pane-node-field-contact-person .field:first-child {
	margin-top: 1em;
	border-bottom: 5px solid #d8e8f8
}

.panel-pane.pane-views-panes.pane-press-contents-contact-person p, .panel-pane.pane-views-panes.pane-press-contents-contact-person .views-field-field-contact-telephone, .panel-pane.pane-views-panes.pane-press-contents-contact-person .field--name-field-contact-position, .panel-pane.pane-views-panes.pane-press-contents-contact-person .field--name-field-contact-organization, .panel-pane.pane-views-panes.pane-press-contents-contact-person .field--name-field-contact-email, .panel-pane.pane-views-panes.pane-press-contents-contact-person .field--name-field-contact-telephone, .panel-pane.pane-views-panes.pane-press-contents-contact-person .field--name-title-field, .pane-node-field-contact-person p, .pane-node-field-contact-person .views-field-field-contact-telephone, .pane-node-field-contact-person .field--name-field-contact-position, .pane-node-field-contact-person .field--name-field-contact-organization, .pane-node-field-contact-person .field--name-field-contact-email, .pane-node-field-contact-person .field--name-field-contact-telephone, .pane-node-field-contact-person .field--name-title-field {
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 0 1em
}

.panel-pane.pane-views-panes.pane-press-contents-contact-person .views-field-field-contact-telephone a, .pane-node-field-contact-person .views-field-field-contact-telephone a {
	line-height: 1.5em;
	font-size: 1em;
	font-family: "Open Sans";
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 0 1em;
	font-weight: bold
}

.topics, .view-display-id-block_9, .landing-work-area-main-topics {
	display: inline-block
}

.view-display-id-block_9 a, .landing-work-area-main-topics a {
	border: 1px solid #e6e6e6;
	background-color: white;
	border-radius: 3px;
	color: #f15a24;
	padding: .25em .75em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
	margin: .5em;
	display: inline-block
}

.topics a:hover, .view-display-id-block_9 a:hover, .landing-work-area-main-topics a:hover {
	background-color: #f15a24;
	color: white
}

.topics li, .view-display-id-block_9 li, .landing-work-area-main-topics li {
	float: left
}

.view-display-id-block_9 {
	font-weight: bold;
	font-size: .923em
}

.view-display-id-block_9 a {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background-color: white;
	padding: .25em .75em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .85em;
	color: #195591;
	margin: .5em;
	display: inline-block
}

.view-display-id-block_9 a:hover {
	background-color: #195591;
	color: white
}

.page-taxonomy-term article.node-teaser .node-readmore, .page-taxonomy-term article.node-teaser .links--inline li a.language-link {
	display: none
}

.page-taxonomy-term .pane-taxonomy-term-field-topic-image img {
	width: 100%;
	display: block;
	height: auto
}

.page-taxonomy-term .view-display-id-term_list li {
	border-bottom: 1px solid #ccc
}

.page-news-list .pane-facetapi-language, .page-news-list .pane-facetapi-date, .page-news-list .pane-facetapi-type, .page-news-list .pane-facetapi-workarea, .page-news-list .pane-facetapi-topics, .page-news-list .pane-facetapi-country-region, .page-news-list .pane-facetapi-participation, .page-news-list .pane-facetapi-hq-offices, .page-news-list .pane-facetapi-course-scope, .page-news-list .pane-facetapi-course-method, .page-news-list .pane-facetapi-course-status, .page-news-list .panel-pane.pane-views-exposed, .page-publications-list .pane-facetapi-language, .page-publications-list .pane-facetapi-date, .page-publications-list .pane-facetapi-type, .page-publications-list .pane-facetapi-workarea, .page-publications-list .pane-facetapi-topics, .page-publications-list .pane-facetapi-country-region, .page-publications-list .pane-facetapi-participation, .page-publications-list .pane-facetapi-hq-offices, .page-publications-list .pane-facetapi-course-scope, .page-publications-list .pane-facetapi-course-method, .page-publications-list .pane-facetapi-course-status, .page-publications-list .panel-pane.pane-views-exposed, .page-projects-list .pane-facetapi-language, .page-projects-list .pane-facetapi-date, .page-projects-list .pane-facetapi-type, .page-projects-list .pane-facetapi-workarea, .page-projects-list .pane-facetapi-topics, .page-projects-list .pane-facetapi-country-region, .page-projects-list .pane-facetapi-participation, .page-projects-list .pane-facetapi-hq-offices, .page-projects-list .pane-facetapi-course-scope, .page-projects-list .pane-facetapi-course-method, .page-projects-list .pane-facetapi-course-status, .page-projects-list .panel-pane.pane-views-exposed, .page-events .pane-facetapi-language, .page-events .pane-facetapi-date, .page-events .pane-facetapi-type, .page-events .pane-facetapi-workarea, .page-events .pane-facetapi-topics, .page-events .pane-facetapi-country-region, .page-events .pane-facetapi-participation, .page-events .pane-facetapi-hq-offices, .page-events .pane-facetapi-course-scope, .page-events .pane-facetapi-course-method, .page-events .pane-facetapi-course-status, .page-events .panel-pane.pane-views-exposed, .page-courses .pane-facetapi-language, .page-courses .pane-facetapi-date, .page-courses .pane-facetapi-type, .page-courses .pane-facetapi-workarea, .page-courses .pane-facetapi-topics, .page-courses .pane-facetapi-country-region, .page-courses .pane-facetapi-participation, .page-courses .pane-facetapi-hq-offices, .page-courses .pane-facetapi-course-scope, .page-courses .pane-facetapi-course-method, .page-courses .pane-facetapi-course-status, .page-courses .panel-pane.pane-views-exposed, .page-notes-list .pane-facetapi-language, .page-notes-list .pane-facetapi-date, .page-notes-list .pane-facetapi-type, .page-notes-list .pane-facetapi-workarea, .page-notes-list .pane-facetapi-topics, .page-notes-list .pane-facetapi-country-region, .page-notes-list .pane-facetapi-participation, .page-notes-list .pane-facetapi-hq-offices, .page-notes-list .pane-facetapi-course-scope, .page-notes-list .pane-facetapi-course-method, .page-notes-list .pane-facetapi-course-status, .page-notes-list .panel-pane.pane-views-exposed {
	display: none;
	width: 90%
}

@media(min-width:768px) {
	.page-news-list .pane-facetapi-language, .page-news-list .pane-facetapi-date, .page-news-list .pane-facetapi-type, .page-news-list .pane-facetapi-workarea, .page-news-list .pane-facetapi-topics, .page-news-list .pane-facetapi-country-region, .page-news-list .pane-facetapi-participation, .page-news-list .pane-facetapi-hq-offices, .page-news-list .pane-facetapi-course-scope, .page-news-list .pane-facetapi-course-method, .page-news-list .pane-facetapi-course-status, .page-news-list .panel-pane.pane-views-exposed, .page-publications-list .pane-facetapi-language, .page-publications-list .pane-facetapi-date, .page-publications-list .pane-facetapi-type, .page-publications-list .pane-facetapi-workarea, .page-publications-list .pane-facetapi-topics, .page-publications-list .pane-facetapi-country-region, .page-publications-list .pane-facetapi-participation, .page-publications-list .pane-facetapi-hq-offices, .page-publications-list .pane-facetapi-course-scope, .page-publications-list .pane-facetapi-course-method, .page-publications-list .pane-facetapi-course-status, .page-publications-list .panel-pane.pane-views-exposed, .page-projects-list .pane-facetapi-language, .page-projects-list .pane-facetapi-date, .page-projects-list .pane-facetapi-type, .page-projects-list .pane-facetapi-workarea, .page-projects-list .pane-facetapi-topics, .page-projects-list .pane-facetapi-country-region, .page-projects-list .pane-facetapi-participation, .page-projects-list .pane-facetapi-hq-offices, .page-projects-list .pane-facetapi-course-scope, .page-projects-list .pane-facetapi-course-method, .page-projects-list .pane-facetapi-course-status, .page-projects-list .panel-pane.pane-views-exposed, .page-events .pane-facetapi-language, .page-events .pane-facetapi-date, .page-events .pane-facetapi-type, .page-events .pane-facetapi-workarea, .page-events .pane-facetapi-topics, .page-events .pane-facetapi-country-region, .page-events .pane-facetapi-participation, .page-events .pane-facetapi-hq-offices, .page-events .pane-facetapi-course-scope, .page-events .pane-facetapi-course-method, .page-events .pane-facetapi-course-status, .page-events .panel-pane.pane-views-exposed, .page-courses .pane-facetapi-language, .page-courses .pane-facetapi-date, .page-courses .pane-facetapi-type, .page-courses .pane-facetapi-workarea, .page-courses .pane-facetapi-topics, .page-courses .pane-facetapi-country-region, .page-courses .pane-facetapi-participation, .page-courses .pane-facetapi-hq-offices, .page-courses .pane-facetapi-course-scope, .page-courses .pane-facetapi-course-method, .page-courses .pane-facetapi-course-status, .page-courses .panel-pane.pane-views-exposed, .page-notes-list .pane-facetapi-language, .page-notes-list .pane-facetapi-date, .page-notes-list .pane-facetapi-type, .page-notes-list .pane-facetapi-workarea, .page-notes-list .pane-facetapi-topics, .page-notes-list .pane-facetapi-country-region, .page-notes-list .pane-facetapi-participation, .page-notes-list .pane-facetapi-hq-offices, .page-notes-list .pane-facetapi-course-scope, .page-notes-list .pane-facetapi-course-method, .page-notes-list .pane-facetapi-course-status, .page-notes-list .panel-pane.pane-views-exposed {
		display: block
	}

}

@media(min-width:1024px) {
	.page-news-list .pane-facetapi-language, .page-news-list .pane-facetapi-date, .page-news-list .pane-facetapi-type, .page-news-list .pane-facetapi-workarea, .page-news-list .pane-facetapi-topics, .page-news-list .pane-facetapi-country-region, .page-news-list .pane-facetapi-participation, .page-news-list .pane-facetapi-hq-offices, .page-news-list .pane-facetapi-course-scope, .page-news-list .pane-facetapi-course-method, .page-news-list .pane-facetapi-course-status, .page-news-list .panel-pane.pane-views-exposed, .page-publications-list .pane-facetapi-language, .page-publications-list .pane-facetapi-date, .page-publications-list .pane-facetapi-type, .page-publications-list .pane-facetapi-workarea, .page-publications-list .pane-facetapi-topics, .page-publications-list .pane-facetapi-country-region, .page-publications-list .pane-facetapi-participation, .page-publications-list .pane-facetapi-hq-offices, .page-publications-list .pane-facetapi-course-scope, .page-publications-list .pane-facetapi-course-method, .page-publications-list .pane-facetapi-course-status, .page-publications-list .panel-pane.pane-views-exposed, .page-projects-list .pane-facetapi-language, .page-projects-list .pane-facetapi-date, .page-projects-list .pane-facetapi-type, .page-projects-list .pane-facetapi-workarea, .page-projects-list .pane-facetapi-topics, .page-projects-list .pane-facetapi-country-region, .page-projects-list .pane-facetapi-participation, .page-projects-list .pane-facetapi-hq-offices, .page-projects-list .pane-facetapi-course-scope, .page-projects-list .pane-facetapi-course-method, .page-projects-list .pane-facetapi-course-status, .page-projects-list .panel-pane.pane-views-exposed, .page-events .pane-facetapi-language, .page-events .pane-facetapi-date, .page-events .pane-facetapi-type, .page-events .pane-facetapi-workarea, .page-events .pane-facetapi-topics, .page-events .pane-facetapi-country-region, .page-events .pane-facetapi-participation, .page-events .pane-facetapi-hq-offices, .page-events .pane-facetapi-course-scope, .page-events .pane-facetapi-course-method, .page-events .pane-facetapi-course-status, .page-events .panel-pane.pane-views-exposed, .page-courses .pane-facetapi-language, .page-courses .pane-facetapi-date, .page-courses .pane-facetapi-type, .page-courses .pane-facetapi-workarea, .page-courses .pane-facetapi-topics, .page-courses .pane-facetapi-country-region, .page-courses .pane-facetapi-participation, .page-courses .pane-facetapi-hq-offices, .page-courses .pane-facetapi-course-scope, .page-courses .pane-facetapi-course-method, .page-courses .pane-facetapi-course-status, .page-courses .panel-pane.pane-views-exposed, .page-notes-list .pane-facetapi-language, .page-notes-list .pane-facetapi-date, .page-notes-list .pane-facetapi-type, .page-notes-list .pane-facetapi-workarea, .page-notes-list .pane-facetapi-topics, .page-notes-list .pane-facetapi-country-region, .page-notes-list .pane-facetapi-participation, .page-notes-list .pane-facetapi-hq-offices, .page-notes-list .pane-facetapi-course-scope, .page-notes-list .pane-facetapi-course-method, .page-notes-list .pane-facetapi-course-status, .page-notes-list .panel-pane.pane-views-exposed {
		display: block
	}

}

.page-news-list #edit-search-fulltext, .page-publications-list #edit-search-fulltext, .page-projects-list #edit-search-fulltext, .page-events #edit-search-fulltext, .page-courses #edit-search-fulltext, .page-notes-list #edit-search-fulltext {
	width: 10em
}

@media(min-width:768px) {
	.page-news-list #edit-search-fulltext, .page-publications-list #edit-search-fulltext, .page-projects-list #edit-search-fulltext, .page-events #edit-search-fulltext, .page-courses #edit-search-fulltext, .page-notes-list #edit-search-fulltext {
		width: 18em
	}

}

@media(min-width:1024px) {
	.page-news-list #edit-search-fulltext, .page-publications-list #edit-search-fulltext, .page-projects-list #edit-search-fulltext, .page-events #edit-search-fulltext, .page-courses #edit-search-fulltext, .page-notes-list #edit-search-fulltext {
		width: 18em
	}

}

.page-news-list .form-item-search-fulltext, .page-news-list .views-widget-sort-by, .page-news-list .form-item-sorting-notes, .page-publications-list .form-item-search-fulltext, .page-publications-list .views-widget-sort-by, .page-publications-list .form-item-sorting-notes, .page-projects-list .form-item-search-fulltext, .page-projects-list .views-widget-sort-by, .page-projects-list .form-item-sorting-notes, .page-events .form-item-search-fulltext, .page-events .views-widget-sort-by, .page-events .form-item-sorting-notes, .page-courses .form-item-search-fulltext, .page-courses .views-widget-sort-by, .page-courses .form-item-sorting-notes, .page-notes-list .form-item-search-fulltext, .page-notes-list .views-widget-sort-by, .page-notes-list .form-item-sorting-notes {
	display: none
}

@media(min-width:768px) {
	.page-news-list .form-item-search-fulltext, .page-news-list .views-widget-sort-by, .page-news-list .form-item-sorting-notes, .page-publications-list .form-item-search-fulltext, .page-publications-list .views-widget-sort-by, .page-publications-list .form-item-sorting-notes, .page-projects-list .form-item-search-fulltext, .page-projects-list .views-widget-sort-by, .page-projects-list .form-item-sorting-notes, .page-events .form-item-search-fulltext, .page-events .views-widget-sort-by, .page-events .form-item-sorting-notes, .page-courses .form-item-search-fulltext, .page-courses .views-widget-sort-by, .page-courses .form-item-sorting-notes, .page-notes-list .form-item-search-fulltext, .page-notes-list .views-widget-sort-by, .page-notes-list .form-item-sorting-notes {
		display: block
	}

}

@media(min-width:1024px) {
	.page-news-list .form-item-search-fulltext, .page-news-list .views-widget-sort-by, .page-news-list .form-item-sorting-notes, .page-publications-list .form-item-search-fulltext, .page-publications-list .views-widget-sort-by, .page-publications-list .form-item-sorting-notes, .page-projects-list .form-item-search-fulltext, .page-projects-list .views-widget-sort-by, .page-projects-list .form-item-sorting-notes, .page-events .form-item-search-fulltext, .page-events .views-widget-sort-by, .page-events .form-item-sorting-notes, .page-courses .form-item-search-fulltext, .page-courses .views-widget-sort-by, .page-courses .form-item-sorting-notes, .page-notes-list .form-item-search-fulltext, .page-notes-list .views-widget-sort-by, .page-notes-list .form-item-sorting-notes {
		display: block
	}

}

.page-news-list .form-item-search-fulltext label, .page-news-list .views-widget-sort-by label, .page-news-list .form-item-sorting-notes label, .page-publications-list .form-item-search-fulltext label, .page-publications-list .views-widget-sort-by label, .page-publications-list .form-item-sorting-notes label, .page-projects-list .form-item-search-fulltext label, .page-projects-list .views-widget-sort-by label, .page-projects-list .form-item-sorting-notes label, .page-events .form-item-search-fulltext label, .page-events .views-widget-sort-by label, .page-events .form-item-sorting-notes label, .page-courses .form-item-search-fulltext label, .page-courses .views-widget-sort-by label, .page-courses .form-item-sorting-notes label, .page-notes-list .form-item-search-fulltext label, .page-notes-list .views-widget-sort-by label, .page-notes-list .form-item-sorting-notes label {
	display: none
}

.page-news-list .mobile-block-facets, .page-publications-list .mobile-block-facets, .page-projects-list .mobile-block-facets, .page-events .mobile-block-facets, .page-courses .mobile-block-facets, .page-notes-list .mobile-block-facets {
	background-color: #ccc;
	height: 4.5em;
	display: block
}

.page-news-list .mobile-block-facets a, .page-publications-list .mobile-block-facets a, .page-projects-list .mobile-block-facets a, .page-events .mobile-block-facets a, .page-courses .mobile-block-facets a, .page-notes-list .mobile-block-facets a {
	width: 28.75%;
	text-align: center;
	display: block;
	float: left;
	padding: 1em !important
}

.page-news-list .mobile-block-facets .active, .page-publications-list .mobile-block-facets .active, .page-projects-list .mobile-block-facets .active, .page-events .mobile-block-facets .active, .page-courses .mobile-block-facets .active, .page-notes-list .mobile-block-facets .active {
	background-color: #f15a24
}

@media(min-width:768px) {
	.page-news-list .mobile-block-facets, .page-publications-list .mobile-block-facets, .page-projects-list .mobile-block-facets, .page-events .mobile-block-facets, .page-courses .mobile-block-facets, .page-notes-list .mobile-block-facets {
		display: none
	}

}

@media(min-width:1024px) {
	.page-news-list .mobile-block-facets, .page-publications-list .mobile-block-facets, .page-projects-list .mobile-block-facets, .page-events .mobile-block-facets, .page-courses .mobile-block-facets, .page-notes-list .mobile-block-facets {
		display: none
	}

}

.page-news-list .panel-pane.pane-views-header, .page-publications-list .panel-pane.pane-views-header, .page-projects-list .panel-pane.pane-views-header, .page-events .panel-pane.pane-views-header, .page-courses .panel-pane.pane-views-header, .page-notes-list .panel-pane.pane-views-header {
	padding: 1em 0;
	clear: both;
	border-bottom: 1px solid #e6e6e6
}

.page-publications-list .mobile-block-facets .mobile-block-facets-order {
	display: none
}

.page-publications-list .mobile-block-facets .mobile-block-facets-search {
	width: 96%;
}

.page-publications-list .mobile-block-facets .mobile-block-facets-filter {
	width: 45%
}

.btn-bright-blue, .page-news-list .mobile-block-facets a, .page-publications-list .mobile-block-facets a, .page-projects-list .mobile-block-facets a, .page-events .mobile-block-facets a, .page-courses .mobile-block-facets a, .page-notes-list .mobile-block-facets a {
	background-color: #3e8ddd;
	border: 0;
	color: white;
	padding: .5em;
	margin: .5em
}

.field--name-field-video-file {
	clear: both
}

.pane-views-press-contents-block-10, .pane-publications-date-type, .view-display-id-document_date_type {
	display: inline-block
}

.selby-flipped-content-header, .selby-flipped-content-container-column-container {
	margin-bottom: 0
}

#twitter-widget-0 {
	height: 325px
}

.publication-information-services li, .topics-list-information-services li {
	padding: 1em 0;
	background-color: #e6e6e6;
	margin-bottom: .25em
}

.publication-information-services i, .topics-list-information-services i {
	color: white;
	font-size: 2em;
	background-color: #f15a24;
	padding: .15em;
	margin-right: .5em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.25em;
	text-align: center;
	float: left;
	text-decoration: none
}

.publication-information-services a.link-icon, .topics-list-information-services a.link-icon {
	float: left
}

.publication-information-services a.link-icon:hover, .topics-list-information-services a.link-icon:hover {
	text-decoration: none
}

.publication-information-services p, .topics-list-information-services p {
	color: #195591;
	margin-bottom: .5em
}

.publication-information-services .un-logo, .topics-list-information-services .un-logo {
	float: left;
	background-color: #f15a24;
	width: 3em;
	height: 3em;
	padding: .25em;
	margin-right: 1em
}

.publication-information-services a, .topics-list-information-services a {
	margin-left: 1em;
	font-weight: bold;
	display: flex
}

.publication-information-services a:hover, .topics-list-information-services a:hover {
	color: none
}

.publication-information-services .fa-un, .topics-list-information-services .fa-un {
	background-image: url(/themes/Cepal-Discover/images/logo-onu.png)
}

.node-type-cepal-publication .pane-node-field-body h2.pane-title, .node-type-cepal-publication .pane-node-field-body .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-publication .pane-node-field-body .field--name-title-field, .node-type-cepal-publication .pane-node-field-publication-toc h2.pane-title, .node-type-cepal-publication .pane-node-field-publication-toc .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-publication .pane-node-field-publication-toc .field--name-title-field {
	background: none;
	border: 0;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	font-size: 1.5em;
	text-transform: none;
	padding: 0
}

.node-type-cepal-publication .mccoppin-column-content-region.mccoppin-column1 {
	width: 25%
}

.node-type-cepal-publication .mccoppin-column-content-region.mccoppin-column2, .node-type-cepal-publication .mccoppin-column-content-region.mccoppin-column3 {
	width: 35%
}

.node-type-cepal-publication .mccoppin-container {
	padding: 1.5em
}

.node-type-cepal-publication .views-field-field-publication-uri-dspace i {
	font-size: 1.75em;
	padding: 1em .5em
}

.node-type-cepal-publication .views-field-field-publication-uri-dspace a {
	font-size: 13px;
	font-weight: bold
}

.publication-ebooks-help ul li {
	padding: 1em;
	background-color: #e6e6e6;
	margin-bottom: .3em;
	height: 5em
}

.publication-ebooks-help i {
	color: white;
	font-size: 2em;
	background-color: #f15a24;
	padding: .15em;
	margin-right: .5em;
	width: 1.25em;
	text-align: center;
	float: left
}

.publication-ebooks-help a {
	font-weight: bold
}

.pane-cepal-block-basic-publication-mobile-applications {
	background-color: #d8e8f8
}

.pane-cepal-block-basic-publication-mobile-applications h2.pane-title, .pane-cepal-block-basic-publication-mobile-applications .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-cepal-block-basic-publication-mobile-applications .field--name-title-field {
	text-transform: none
}

.pane-cepal-block-basic-publication-mobile-applications .publication-mobile-applications {
	display: flex
}

.pane-cepal-block-basic-publication-mobile-applications .publication-mobile-applications li {
	width: 50%;
	float: left
}

.pane-cepal-block-basic-publication-mobile-applications .publication-mobile-applications li img {
	border-radius: 10px;
	width: 6em;
	margin: 1em
}

@media(min-width:768px) {
	.pane-cepal-block-basic-publication-mobile-applications .publication-mobile-applications li img {
		width: 4em
	}

}

@media(min-width:1024px) {
	.pane-cepal-block-basic-publication-mobile-applications .publication-mobile-applications li img {
		width: 6em
	}

}

.pane-cepal-block-basic-publication-mobile-applications .publication-mobile-applications p {
	text-align: center;
	float: left;
	width: 50%
}

.pane-cepal-block-basic-publication-mobile-applications .publication-mobile-applications p.apps img {
	width: 55%;
	margin: auto
}

.pane-cepal-block-basic-publication-mobile-applications .publication-mobile-applications p.stores img {
	width: 70%;
	margin: auto
}

.view-display-id-list_epub .views-row {
	margin: 1em 0;
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
	min-height: 200px
}

.view-display-id-list_epub .views-field-field-body {
	display: flex
}

.view-display-id-list_epub .views-field-field-publication-image img, .view-display-id-list_epub .views-field-field-publication-image-url img {
	float: left;
	margin: 1em;
	border: 1px solid #c2c2c2
}

.jcarousel-skin-default .jcarousel-prev {
	background-image: url(/themes/Cepal-Discover/images/arrows.png);
	width: 15px;
	height: 50px
}

.jcarousel-skin-default .jcarousel-next {
	background-image: url(/themes/Cepal-Discover/images/arrows.png);
	width: 15px;
	height: 50px;
	background-position: 0 -50px
}

.jcarousel-skin-default .jcarousel-next:hover {
	background-position: -15px -50px
}

.jcarousel-skin-default .jcarousel-prev:hover {
	background-position: 0 0
}

.selby-flipped-content-container-inner {
	margin-right: 0
}

@media(min-width:768px) {
	.selby-flipped-content-container-inner {
		margin-right: 20px
	}

}

@media(min-width:1024px) {
	.selby-flipped-content-container-inner {
		margin-right: 20px
	}

}

.cooperation-about, .sustainable-dev-about {
	background-color: #d8e8f8;
	border-top: 3px solid #1e5387;
	width: 100%;
	display: table
}

.cooperation-about .column-left, .sustainable-dev-about .column-left {
	width: 100%;
	float: left;
	display: table;
	padding: 1em
}

@media(min-width:768px) {
	.cooperation-about .column-left, .sustainable-dev-about .column-left {
		width: 65.085%
	}

}

@media(min-width:1024px) {
	.cooperation-about .column-left, .sustainable-dev-about .column-left {
		width: 65.085%
	}

}

.cooperation-about .column-left .view-footer p, .sustainable-dev-about .column-left .view-footer p {
	font-size: 1em
}

.cooperation-about .column-left p, .sustainable-dev-about .column-left p {
	line-height: 21px;
	margin: 0;
	font-size: 1.1em
}

.cooperation-about .column-left a, .sustainable-dev-about .column-left a {
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	margin: .5em;
	float: right
}

.cooperation-about .column-right, .sustainable-dev-about .column-right {
	border-left: 0;
	width: 100%;
	float: left;
	display: table;
	padding: 1em;
	margin: 1em
}

@media(min-width:768px) {
	.cooperation-about .column-right, .sustainable-dev-about .column-right {
		width: 27.085%;
		border-left: 1px solid #999
	}

}

@media(min-width:1024px) {
	.cooperation-about .column-right, .sustainable-dev-about .column-right {
		width: 31.915%;
		border-left: 1px solid #999
	}

}

.cooperation-about .column-right a, .sustainable-dev-about .column-right a {
	padding: 0;
	margin: 0;
	font-weight: bold;
	line-height: 2em
}

.cooperation-about ul, .sustainable-dev-about ul {
	padding-left: 2em
}

.cooperation-about ul li, .sustainable-dev-about ul li {
	list-style-type: disc;
	color: #1e5387
}

.node-type-cepal-project .burr-flipped-content-inner table td, .node-type-cepal-project .burr-flipped-content-inner table th {
	padding: 1em;
	margin: .25em
}

.node-type-cepal-project .field--name-field-teaser, .node-type-cepal-project .field--name-field-project-results {
	font-size: 1.077em;
	line-height: 20px;
	font-weight: 500;
	border-bottom: 0
}

.node-type-cepal-event .pane-node-field-project-results h2.pane-title, .node-type-cepal-event .pane-node-field-project-results .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-event .pane-node-field-project-results .field--name-title-field {
	background: none;
	border: 0;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	font-size: 1.5em;
	text-transform: none;
	padding: 0
}

.node-type-cepal-event .burr-flipped-content-inner table td, .node-type-cepal-event .burr-flipped-content-inner table th {
	padding: 1em;
	margin: .25em
}

.node-type-cepal-event .field--name-field-teaser, .node-type-cepal-event .field--name-field-project-results {
	font-size: 1.077em;
	line-height: 20px;
	font-weight: 500;
	border-bottom: 0
}

.page-taxonomy-term .view-display-id-activities li {
	border-bottom: 1px solid #e6e6e6;
	padding: .5em 0
}

.page-taxonomy-term .view-display-id-activities h3 {
	margin: 0;
	padding: 0
}

.page-taxonomy-term .view-display-id-activities h3 a {
	color: #2a3744
}

.section-cooperation .pane-select-content-news-for-cooperation-cooperation-news-list-pane .view-footer {
	margin-bottom: 3.5em
}

.section-cooperation .view-id-landing_cooperation.view-display-id-projects .views-field-field-organization-donor, .section-cooperation .view-id-landing_cooperation.view-display-id-projects .views-field-field-event-type, .section-cooperation .view-id-landing_cooperation.view-display-id-activities .views-field-field-organization-donor, .section-cooperation .view-id-landing_cooperation.view-display-id-activities .views-field-field-event-type {
	margin: .5em 0
}

.section-cooperation .view-display-id-projects li, .section-cooperation .view-display-id-activities li {
	border-bottom: 1px solid #e6e6e6;
	padding: .5em 0
}

.section-cooperation .pane-landing-cooperation-projects p.subtitle, .section-cooperation .pane-landing-cooperation-projects .node-type-cepal-section .pane-node-field-section-projects p.field--name-field-project-financing, .node-type-cepal-section .pane-node-field-section-projects .section-cooperation .pane-landing-cooperation-projects p.field--name-field-project-financing, .section-cooperation .pane-landing-cooperation-projects .node-type-cepal-section .pane-courses-courses-events-bytopic-pane p.field--name-field-project-financing, .node-type-cepal-section .pane-courses-courses-events-bytopic-pane .section-cooperation .pane-landing-cooperation-projects p.field--name-field-project-financing, .section-cooperation .pane-landing-cooperation-projects .node-type-cepal-section .pane-node-field-section-news-common article p.field--name-field-news-type, .node-type-cepal-section .pane-node-field-section-news-common article .section-cooperation .pane-landing-cooperation-projects p.field--name-field-news-type, .section-cooperation .pane-landing-cooperation-projects .node-type-cepal-section .pane-node-field-section-news-common article p.field--name-field-article-type, .node-type-cepal-section .pane-node-field-section-news-common article .section-cooperation .pane-landing-cooperation-projects p.field--name-field-article-type, .section-cooperation .pane-landing-cooperation-projects .node-type-cepal-section .pane-node-field-section-news-translated article p.field--name-field-news-type, .node-type-cepal-section .pane-node-field-section-news-translated article .section-cooperation .pane-landing-cooperation-projects p.field--name-field-news-type, .section-cooperation .pane-landing-cooperation-projects .node-type-cepal-section .pane-node-field-section-news-translated article p.field--name-field-article-type, .node-type-cepal-section .pane-node-field-section-news-translated article .section-cooperation .pane-landing-cooperation-projects p.field--name-field-article-type, .section-cooperation .pane-landing-cooperation-projects .view-landing-news.view-display-id-block_2 .views-field-nothing p.landing-news-block-lastest-news-type, .view-landing-news.view-display-id-block_2 .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-landing-news.view-display-id-block_2 .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-landing-news.view-display-id-block_2 .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-display-id-press_news_list_pane .views-field-nothing p.landing-news-block-lastest-news-type, .view-display-id-press_news_list_pane .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-display-id-press_news_list_pane .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-display-id-press_news_list_pane .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-display-id-cooperation_news_list_pane .views-field-nothing p.landing-news-block-lastest-news-type, .view-display-id-cooperation_news_list_pane .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-display-id-cooperation_news_list_pane .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-display-id-cooperation_news_list_pane .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-display-id-home_news_list_en_pane .views-field-nothing p.landing-news-block-lastest-news-type, .view-display-id-home_news_list_en_pane .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-display-id-home_news_list_en_pane .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-display-id-home_news_list_en_pane .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing p.landing-news-block-lastest-news-type, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .pane-landing-work-area-list-news .views-field-nothing p.landing-news-block-lastest-news-type, .pane-landing-work-area-list-news .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .pane-landing-work-area-list-news .views-field-nothing-1 p.landing-news-block-lastest-news-type, .pane-landing-work-area-list-news .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-id-landing_topics.view-display-id-list_news .views-field-nothing p.landing-news-block-lastest-news-type, .view-id-landing_topics.view-display-id-list_news .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .pane-landing-regional-office-office-list-news .views-field-nothing p.landing-news-block-lastest-news-type, .pane-landing-regional-office-office-list-news .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .pane-landing-regional-office-office-list-news .views-field-nothing-1 p.landing-news-block-lastest-news-type, .pane-landing-regional-office-office-list-news .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .pane-landing-work-area-v2-wa-news .views-field-nothing p.landing-news-block-lastest-news-type, .pane-landing-work-area-v2-wa-news .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .pane-landing-work-area-v2-wa-news .views-field-nothing-1 p.landing-news-block-lastest-news-type, .pane-landing-work-area-v2-wa-news .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing p.landing-news-block-lastest-news-type, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 p.landing-news-block-lastest-news-type, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing p.landing-news-block-lastest-news-type, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-projects p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-projects p.views-field-type, .section-cooperation .pane-landing-cooperation-projects p.field--name-field-document-type, .section-cooperation .pane-landing-cooperation-projects .page-press-external-news .view-display-id-external_news .views-field-nothing span p:last-child, .page-press-external-news .view-display-id-external_news .views-field-nothing span .section-cooperation .pane-landing-cooperation-projects p:last-child, .section-cooperation .pane-landing-cooperation-projects .page-presentations .view-display-id-panel_pane_1 .views-field-nothing span p:last-child, .page-presentations .view-display-id-panel_pane_1 .views-field-nothing span .section-cooperation .pane-landing-cooperation-projects p:last-child, .section-cooperation .pane-landing-cooperation-projects .page-videos .view-display-id-panel_pane_2 .views-field-nothing span p:last-child, .page-videos .view-display-id-panel_pane_2 .views-field-nothing span .section-cooperation .pane-landing-cooperation-projects p:last-child, .section-cooperation .pane-landing-cooperation-activities p.subtitle, .section-cooperation .pane-landing-cooperation-activities .node-type-cepal-section .pane-node-field-section-projects p.field--name-field-project-financing, .node-type-cepal-section .pane-node-field-section-projects .section-cooperation .pane-landing-cooperation-activities p.field--name-field-project-financing, .section-cooperation .pane-landing-cooperation-activities .node-type-cepal-section .pane-courses-courses-events-bytopic-pane p.field--name-field-project-financing, .node-type-cepal-section .pane-courses-courses-events-bytopic-pane .section-cooperation .pane-landing-cooperation-activities p.field--name-field-project-financing, .section-cooperation .pane-landing-cooperation-activities .node-type-cepal-section .pane-node-field-section-news-common article p.field--name-field-news-type, .node-type-cepal-section .pane-node-field-section-news-common article .section-cooperation .pane-landing-cooperation-activities p.field--name-field-news-type, .section-cooperation .pane-landing-cooperation-activities .node-type-cepal-section .pane-node-field-section-news-common article p.field--name-field-article-type, .node-type-cepal-section .pane-node-field-section-news-common article .section-cooperation .pane-landing-cooperation-activities p.field--name-field-article-type, .section-cooperation .pane-landing-cooperation-activities .node-type-cepal-section .pane-node-field-section-news-translated article p.field--name-field-news-type, .node-type-cepal-section .pane-node-field-section-news-translated article .section-cooperation .pane-landing-cooperation-activities p.field--name-field-news-type, .section-cooperation .pane-landing-cooperation-activities .node-type-cepal-section .pane-node-field-section-news-translated article p.field--name-field-article-type, .node-type-cepal-section .pane-node-field-section-news-translated article .section-cooperation .pane-landing-cooperation-activities p.field--name-field-article-type, .section-cooperation .pane-landing-cooperation-activities .view-landing-news.view-display-id-block_2 .views-field-nothing p.landing-news-block-lastest-news-type, .view-landing-news.view-display-id-block_2 .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-landing-news.view-display-id-block_2 .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-landing-news.view-display-id-block_2 .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-display-id-press_news_list_pane .views-field-nothing p.landing-news-block-lastest-news-type, .view-display-id-press_news_list_pane .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-display-id-press_news_list_pane .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-display-id-press_news_list_pane .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-display-id-cooperation_news_list_pane .views-field-nothing p.landing-news-block-lastest-news-type, .view-display-id-cooperation_news_list_pane .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-display-id-cooperation_news_list_pane .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-display-id-cooperation_news_list_pane .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-display-id-home_news_list_en_pane .views-field-nothing p.landing-news-block-lastest-news-type, .view-display-id-home_news_list_en_pane .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-display-id-home_news_list_en_pane .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-display-id-home_news_list_en_pane .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing p.landing-news-block-lastest-news-type, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .pane-landing-work-area-list-news .views-field-nothing p.landing-news-block-lastest-news-type, .pane-landing-work-area-list-news .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .pane-landing-work-area-list-news .views-field-nothing-1 p.landing-news-block-lastest-news-type, .pane-landing-work-area-list-news .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-id-landing_topics.view-display-id-list_news .views-field-nothing p.landing-news-block-lastest-news-type, .view-id-landing_topics.view-display-id-list_news .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .pane-landing-regional-office-office-list-news .views-field-nothing p.landing-news-block-lastest-news-type, .pane-landing-regional-office-office-list-news .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .pane-landing-regional-office-office-list-news .views-field-nothing-1 p.landing-news-block-lastest-news-type, .pane-landing-regional-office-office-list-news .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .pane-landing-work-area-v2-wa-news .views-field-nothing p.landing-news-block-lastest-news-type, .pane-landing-work-area-v2-wa-news .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .pane-landing-work-area-v2-wa-news .views-field-nothing-1 p.landing-news-block-lastest-news-type, .pane-landing-work-area-v2-wa-news .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing p.landing-news-block-lastest-news-type, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 p.landing-news-block-lastest-news-type, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing p.landing-news-block-lastest-news-type, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 p.landing-news-block-lastest-news-type, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 .section-cooperation .pane-landing-cooperation-activities p.landing-news-block-lastest-news-type, .section-cooperation .pane-landing-cooperation-activities p.views-field-type, .section-cooperation .pane-landing-cooperation-activities p.field--name-field-document-type, .section-cooperation .pane-landing-cooperation-activities .page-press-external-news .view-display-id-external_news .views-field-nothing span p:last-child, .page-press-external-news .view-display-id-external_news .views-field-nothing span .section-cooperation .pane-landing-cooperation-activities p:last-child, .section-cooperation .pane-landing-cooperation-activities .page-presentations .view-display-id-panel_pane_1 .views-field-nothing span p:last-child, .page-presentations .view-display-id-panel_pane_1 .views-field-nothing span .section-cooperation .pane-landing-cooperation-activities p:last-child, .section-cooperation .pane-landing-cooperation-activities .page-videos .view-display-id-panel_pane_2 .views-field-nothing span p:last-child, .page-videos .view-display-id-panel_pane_2 .views-field-nothing span .section-cooperation .pane-landing-cooperation-activities p:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

.section-cooperation .report-cooperation {
	background-color: #f2f2f2;
	display: flex;
	padding: 1.45em 1em
}

.section-cooperation .report-cooperation .column-left {
	width: 30%
}

@media(min-width:768px) {
	.section-cooperation .report-cooperation .column-left {
		width: 100%
	}

}

@media(min-width:1024px) {
	.section-cooperation .report-cooperation .column-left {
		width: 40%
	}

}

.section-cooperation .report-cooperation .column-left img {
	padding: 1em;
	float: left;
	width: 100%;
	height: auto;
	display: block
}

.section-cooperation .report-cooperation .column-left h3 a {
	color: #195591;
	font-family: "Optima LT Std Bold", "Optima LT Std"
}

.section-cooperation .report-cooperation .column-left h4 {
	font-size: 15px;
	color: #1e1e1e;
	font-weight: bold
}

.section-cooperation .report-cooperation .column-right {
	width: 70%
}

@media(min-width:768px) {
	.section-cooperation .report-cooperation .column-right {
		width: 100%
	}

}

@media(min-width:1024px) {
	.section-cooperation .report-cooperation .column-right {
		width: 60%
	}

}

.section-cooperation .report-cooperation .column-right h3 {
	margin: 1.5em 0
}

.cooperation-pages-block, .sustainable-dev-about {
	background-color: #d8e8f8;
	padding: 1em
}

.cooperation-pages-block ul, .sustainable-dev-about ul {
	padding-left: 1em
}

.cooperation-pages-block li, .sustainable-dev-about li {
	list-style-type: disc;
	color: #195591;
	padding: .25em 0
}

.cooperation-pages-block li a, .sustainable-dev-about li a {
	font-weight: bold
}

.accordion {
	border: 1px solid #ccc;
	clear: both
}

.accordion .pane-content {
	margin: 1em
}

.accordion h2.pane-title, .accordion .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .accordion .field--name-title-field {
	border-bottom: 2px solid #ccc;
	cursor: pointer;
	margin: 0
}

.accordion i.fa-caret-down {
	float: right;
	font-size: 2em;
	padding: 0
}

.view-id-cooperation_contents.view-display-id-file table, .view-id-event_contents.view-display-id-details table, .node-type-cepal-event .pane-node-field-body table {
	width: 100%;
	border: 1px solid #ccc;
	color: #333
}

.view-id-cooperation_contents.view-display-id-file table th, .view-id-event_contents.view-display-id-details table th, .node-type-cepal-event .pane-node-field-body table th {
	background: none;
	border-right: 1px solid #ccc
}

.view-id-cooperation_contents.view-display-id-file table tr.even, .view-id-event_contents.view-display-id-details table tr.even, .node-type-cepal-event .pane-node-field-body table tr.even {
	background-color: #fff
}

.view-id-cooperation_contents.view-display-id-file table tr.odd, .view-id-event_contents.view-display-id-details table tr.odd, .node-type-cepal-event .pane-node-field-body table tr.odd {
	background-color: #f2f2f2
}

.view-id-cooperation_contents.view-display-id-file table td.views-field-field-event-contact-coordinator ul, .view-id-event_contents.view-display-id-details table td.views-field-field-event-contact-coordinator ul, .node-type-cepal-event .pane-node-field-body table td.views-field-field-event-contact-coordinator ul {
	padding: 1em
}

.view-id-cooperation_contents.view-display-id-file table td.views-field-field-event-contact-coordinator ul li, .view-id-event_contents.view-display-id-details table td.views-field-field-event-contact-coordinator ul li, .node-type-cepal-event .pane-node-field-body table td.views-field-field-event-contact-coordinator ul li {
	list-style: disc
}

.views-field-field-publication-image-url img.repository {
	width: 58px;
	height: 75px;
	border: 1px solid #eee
}

@media(min-width:768px) {
	.views-field-field-publication-image-url img.repository {
		width: 58px;
		height: 75px
	}

}

@media(min-width:1024px) {
	.views-field-field-publication-image-url img.repository {
		width: 115px;
		height: 150px
	}

}

.views-field-field-publication-type-1 .term-tree-list ul.term li.selected {
	display: none
}

.date-display-single.publication-new-date {
	text-transform: capitalize
}

.view-id-event_contents.view-display-id-place_date .views-field-nothing {
	font-size: 1.231em;
	height: 2em;
	border-bottom: 1px solid #ccc
}

.node-type-cepal-event .pane-cepal-block-basic-block-share-content {
	width: 100%;
	float: right;
	clear: none
}

@media(min-width:768px) {
	.node-type-cepal-event .pane-cepal-block-basic-block-share-content {
		width: 50%
	}

}

@media(min-width:1024px) {
	.node-type-cepal-event .pane-cepal-block-basic-block-share-content {
		width: 33%
	}

}

.node-type-cepal-event .view-id-press_contents.view-display-id-block_9 {
	width: 100%;
	float: left
}

@media(min-width:768px) {
	.node-type-cepal-event .view-id-press_contents.view-display-id-block_9 {
		width: 50%
	}

}

@media(min-width:1024px) {
	.node-type-cepal-event .view-id-press_contents.view-display-id-block_9 {
		width: 66%
	}

}

.view-id-landing_work_area.view-display-id-panel_pane_1 h3, .view-id-landing_work_area.view-display-id-panel_pane_1 h3 a {
	font-size: 1em;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	text-align: left;
	margin: .5em 0
}

.pane-landing-work-area-data-and-statistics, .pane-landing-regional-office-office-data-and-statistics, .pane-landing-work-area-v2-wa-links, .pane-landing-topics-manual-topic-manual-data-and-statistics {
	width: 100% !important;
	float: left;
	clear: both;
	margin: 0
}

@media(min-width:768px) {
	.pane-landing-work-area-data-and-statistics, .pane-landing-regional-office-office-data-and-statistics, .pane-landing-work-area-v2-wa-links, .pane-landing-topics-manual-topic-manual-data-and-statistics {
		margin: 0 1em;
		width: 47.613% !important
	}

}

@media(min-width:1024px) {
	.pane-landing-work-area-data-and-statistics, .pane-landing-regional-office-office-data-and-statistics, .pane-landing-work-area-v2-wa-links, .pane-landing-topics-manual-topic-manual-data-and-statistics {
		margin: 0 1em;
		width: 47.613% !important
	}

}

.pane-landing-work-area-projects, .pane-landing-regional-office-office-projects, .pane-landing-work-area-v2-wa-projects, .pane-landing-topics-manual-topic-manual-projects {
	width: 100% !important;
	float: left
}

@media(min-width:768px) {
	.pane-landing-work-area-projects, .pane-landing-regional-office-office-projects, .pane-landing-work-area-v2-wa-projects, .pane-landing-topics-manual-topic-manual-projects {
		width: 45.387% !important
	}

}

@media(min-width:1024px) {
	.pane-landing-work-area-projects, .pane-landing-regional-office-office-projects, .pane-landing-work-area-v2-wa-projects, .pane-landing-topics-manual-topic-manual-projects {
		width: 48.387% !important
	}

}

.view-id-landing_work_area.view-display-id-projects h3, .view-id-landing_regional_office.view-display-id-office_projects h3, .view-id-landing_work_area_v2.view-display-id-wa_projects h3 {
	margin-top: 0
}

.view-id-landing_work_area.view-display-id-projects h3 a, .view-id-landing_regional_office.view-display-id-office_projects h3 a, .view-id-landing_work_area_v2.view-display-id-wa_projects h3 a {
	color: #2a3744
}

.line-bottom, .view-id-landing_work_area.view-display-id-projects li, .view-id-landing_regional_office.view-display-id-office_projects li, .view-id-landing_work_area_v2.view-display-id-wa_projects li, .view-id-landing_work_area.view-display-id-activities li, .view-id-landing_regional_office.view-display-id-office_activities li, .view-id-landing_work_area_v2.view-display-id-wa_activities li {
	border-bottom: 1px solid #f2f2f2;
	margin: 1em 0
}

.pane-landing-work-area-contact, .pane-landing-regional-office-office-contact, .pane-landing-work-area-v2-wa-contact {
	clear: both
}

.pane-landing-work-area-contact h2.pane-title, .pane-landing-work-area-contact .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-work-area-contact .field--name-title-field, .pane-landing-regional-office-office-contact h2.pane-title, .pane-landing-regional-office-office-contact .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-regional-office-office-contact .field--name-title-field, .pane-landing-work-area-v2-wa-contact h2.pane-title, .pane-landing-work-area-v2-wa-contact .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-landing-work-area-v2-wa-contact .field--name-title-field {
	text-transform: none !important
}

.view-id-landing_work_area.view-display-id-contact, .view-id-landing_work_area_v2.view-display-id-wa_contact {
	font-weight: bold;
	padding-bottom: 1em
}

.view-id-landing_work_area.view-display-id-contact p:first-child, .view-id-landing_work_area_v2.view-display-id-wa_contact p:first-child {
	border-bottom: 5px solid #d8e8f8
}

.view-id-landing_work_area.view-display-id-contact p, .view-id-landing_work_area_v2.view-display-id-wa_contact p {
	background-color: white;
	color: #195591;
	padding: .5em;
	margin: 0 1em
}

.page-events-past .views-row, .page-events .views-row, .page-courses .views-row, .page-courses-past .views-row, .page-courses-upcomming .views-row {
	min-height: 12em;
	float: left;
	display: block
}

.page-events-past .tabs--primary li, .page-events .tabs--primary li, .page-courses .tabs--primary li, .page-courses-past .tabs--primary li, .page-courses-upcomming .tabs--primary li {
	margin-right: 0
}

.page-events-past .tabs--primary li a, .page-events .tabs--primary li a, .page-courses .tabs--primary li a, .page-courses-past .tabs--primary li a, .page-courses-upcomming .tabs--primary li a {
	background-color: #f2f2f2;
	border: 1px solid #e4e4e4;
	padding: 1em 1.5em;
	font-weight: bold
}

@media(min-width:768px) {
	.page-events-past .tabs--primary li a, .page-events .tabs--primary li a, .page-courses .tabs--primary li a, .page-courses-past .tabs--primary li a, .page-courses-upcomming .tabs--primary li a {
		padding: 1em 3em
	}

}

@media(min-width:1024px) {
	.page-events-past .tabs--primary li a, .page-events .tabs--primary li a, .page-courses .tabs--primary li a, .page-courses-past .tabs--primary li a, .page-courses-upcomming .tabs--primary li a {
		padding: 1em 3em
	}

}

.page-events-past .tabs--primary li.active a, .page-events .tabs--primary li.active a, .page-courses .tabs--primary li.active a, .page-courses-past .tabs--primary li.active a, .page-courses-upcomming .tabs--primary li.active a {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	padding: 1em 1.5em;
	font-weight: bold
}

@media(min-width:768px) {
	.page-events-past .tabs--primary li.active a, .page-events .tabs--primary li.active a, .page-courses .tabs--primary li.active a, .page-courses-past .tabs--primary li.active a, .page-courses-upcomming .tabs--primary li.active a {
		padding: 1em 3em
	}

}

@media(min-width:1024px) {
	.page-events-past .tabs--primary li.active a, .page-events .tabs--primary li.active a, .page-courses .tabs--primary li.active a, .page-courses-past .tabs--primary li.active a, .page-courses-upcomming .tabs--primary li.active a {
		padding: 1em 3em
	}

}

.page-events-past .calendar-calendar th.days, .page-events .calendar-calendar th.days, .page-courses .calendar-calendar th.days, .page-courses-past .calendar-calendar th.days, .page-courses-upcomming .calendar-calendar th.days {
	background-color: #fff;
	color: #195591;
	font-weight: bold;
	border: 0
}

.page-events-past .calendar-calendar tr td.today, .page-events .calendar-calendar tr td.today, .page-courses .calendar-calendar tr td.today, .page-courses-past .calendar-calendar tr td.today, .page-courses-upcomming .calendar-calendar tr td.today {
	background: none;
	border: 2px solid #f15a24
}

.page-events-past table td.mini a, .page-events table td.mini a, .page-courses table td.mini a, .page-courses-past table td.mini a, .page-courses-upcomming table td.mini a {
	color: #707070;
	text-decoration: none
}

.page-events-past .sun, .page-events-past .sun a, .page-events .sun, .page-events .sun a, .page-courses .sun, .page-courses .sun a, .page-courses-past .sun, .page-courses-past .sun a, .page-courses-upcomming .sun, .page-courses-upcomming .sun a {
	color: #f15a24 !important
}

.page-events-past table, .page-events table, .page-courses table, .page-courses-past table, .page-courses-upcomming table {
	font-family: "Optima LT Std Bold", "Optima LT Std"
}

.page-events-past table tr td, .page-events table tr td, .page-courses table tr td, .page-courses-past table tr td, .page-courses-upcomming table tr td {
	text-align: center
}

.page-events-past .mini-day-on, .page-events-past .mini-day-off, .page-events .mini-day-on, .page-events .mini-day-off, .page-courses .mini-day-on, .page-courses .mini-day-off, .page-courses-past .mini-day-on, .page-courses-past .mini-day-off, .page-courses-upcomming .mini-day-on, .page-courses-upcomming .mini-day-off {
	padding: .5em .25em
}

.page-events-past .mini-day-on:hover, .page-events .mini-day-on:hover, .page-courses .mini-day-on:hover, .page-courses-past .mini-day-on:hover, .page-courses-upcomming .mini-day-on:hover {
	background: #f15a24;
	padding: .5em .25em
}

.page-events-past .mini-day-on:hover a, .page-events .mini-day-on:hover a, .page-courses .mini-day-on:hover a, .page-courses-past .mini-day-on:hover a, .page-courses-upcomming .mini-day-on:hover a {
	color: #fff !important
}

.page-events-past .views-field-nothing, .page-events .views-field-nothing, .page-courses .views-field-nothing, .page-courses-past .views-field-nothing, .page-courses-upcomming .views-field-nothing {
	background-color: none;
	width: 90%;
	float: left;
	margin: 0;
	padding: .5em;
	text-align: right;
	clear: both;
	min-height: 0;
	min-width: 5em;
	display: inline-table
}

@media(min-width:768px) {
	.page-events-past .views-field-nothing, .page-events .views-field-nothing, .page-courses .views-field-nothing, .page-courses-past .views-field-nothing, .page-courses-upcomming .views-field-nothing {
		background-color: #f2f2f2;
		width: 15em;
		min-width: 15em;
		min-height: 10em;
		margin: 1em
	}

}

@media(min-width:1024px) {
	.page-events-past .views-field-nothing, .page-events .views-field-nothing, .page-courses .views-field-nothing, .page-courses-past .views-field-nothing, .page-courses-upcomming .views-field-nothing {
		background-color: #f2f2f2;
		width: 15em;
		min-width: 15em;
		min-height: 10em;
		margin: 1em
	}

}

.page-events-past .views-field-nothing h2, .page-events .views-field-nothing h2, .page-courses .views-field-nothing h2, .page-courses-past .views-field-nothing h2, .page-courses-upcomming .views-field-nothing h2 {
	color: #195591;
	font-family: "Open Sans";
	font-weight: bold;
	margin: 0;
	padding: 0;
	float: right
}

.page-events-past .views-field-nothing p, .page-events .views-field-nothing p, .page-courses .views-field-nothing p, .page-courses-past .views-field-nothing p, .page-courses-upcomming .views-field-nothing p {
	clear: both;
	margin: 0;
	float: left
}

@media(min-width:768px) {
	.page-events-past .views-field-nothing p, .page-events .views-field-nothing p, .page-courses .views-field-nothing p, .page-courses-past .views-field-nothing p, .page-courses-upcomming .views-field-nothing p {
		float: none
	}

}

.page-events-past .views-field-nothing span, .page-events .views-field-nothing span, .page-courses .views-field-nothing span, .page-courses-past .views-field-nothing span, .page-courses-upcomming .views-field-nothing span {
	float: left;
	padding: .5em 1em
}

@media(min-width:768px) {
	.page-events-past .views-field-nothing span, .page-events .views-field-nothing span, .page-courses .views-field-nothing span, .page-courses-past .views-field-nothing span, .page-courses-upcomming .views-field-nothing span {
		float: none
	}

}

.page-events-past .views-field-nothing-1, .page-events .views-field-nothing-1, .page-courses .views-field-nothing-1, .page-courses-past .views-field-nothing-1, .page-courses-upcomming .views-field-nothing-1 {
	padding-top: 1em;
	float: right;
	width: 100%
}

@media(min-width:768px) {
	.page-events-past .views-field-nothing-1, .page-events .views-field-nothing-1, .page-courses .views-field-nothing-1, .page-courses-past .views-field-nothing-1, .page-courses-upcomming .views-field-nothing-1 {
		width: 20em
	}

}

@media(min-width:1024px) {
	.page-events-past .views-field-nothing-1, .page-events .views-field-nothing-1, .page-courses .views-field-nothing-1, .page-courses-past .views-field-nothing-1, .page-courses-upcomming .views-field-nothing-1 {
		width: 30em
	}

}

.page-events-past .views-field-field-event-type, .page-events .views-field-field-event-type, .page-courses .views-field-field-event-type, .page-courses-past .views-field-field-event-type, .page-courses-upcomming .views-field-field-event-type {
	padding-top: 1em
}

.page-events-past .views-field-title-field, .page-events .views-field-title-field, .page-courses .views-field-title-field, .page-courses-past .views-field-title-field, .page-courses-upcomming .views-field-title-field {
	clear: right
}

.page-events-past .views-field-field-teaser, .page-events .views-field-field-teaser, .page-courses .views-field-field-teaser, .page-courses-past .views-field-field-teaser, .page-courses-upcomming .views-field-field-teaser {
	clear: inherit;
	display: flex;
	min-height: 2em
}

.page-events-past .view .date-nav-wrapper .date-heading, .page-events .view .date-nav-wrapper .date-heading, .page-courses .view .date-nav-wrapper .date-heading, .page-courses-past .view .date-nav-wrapper .date-heading, .page-courses-upcomming .view .date-nav-wrapper .date-heading {
	background-color: #d8e8f8
}

.page-events-past .view .date-nav-wrapper .date-heading h3, .page-events .view .date-nav-wrapper .date-heading h3, .page-courses .view .date-nav-wrapper .date-heading h3, .page-courses-past .view .date-nav-wrapper .date-heading h3, .page-courses-upcomming .view .date-nav-wrapper .date-heading h3 {
	font-size: 1em
}

.page-events-past .view .date-nav-wrapper .pager .date-prev, .page-events .view .date-nav-wrapper .pager .date-prev, .page-courses .view .date-nav-wrapper .pager .date-prev, .page-courses-past .view .date-nav-wrapper .pager .date-prev, .page-courses-upcomming .view .date-nav-wrapper .pager .date-prev {
	right: 90%;
	background: none
}

.page-events-past .view .date-nav-wrapper .pager .date-next, .page-events .view .date-nav-wrapper .pager .date-next, .page-courses .view .date-nav-wrapper .pager .date-next, .page-courses-past .view .date-nav-wrapper .pager .date-next, .page-courses-upcomming .view .date-nav-wrapper .pager .date-next {
	background: none
}

.page-events-past .calendar-calendar .monthview, .page-events .calendar-calendar .monthview, .page-courses .calendar-calendar .monthview, .page-courses-past .calendar-calendar .monthview, .page-courses-upcomming .calendar-calendar .monthview {
	background-color: #d8e8f8;
	border: 0
}

.page-events-past .calendar-calendar .contents, .page-events .calendar-calendar .contents, .page-courses .calendar-calendar .contents, .page-courses-past .calendar-calendar .contents, .page-courses-upcomming .calendar-calendar .contents {
	font-family: "Open Sans"
}

.calendar-calendar .month-view .full td .stripe {
	border-radius: 0
}

.calendar-calendar {
	padding-bottom: 2em
}

.home-services {
	margin-top: 2em
}

.home-services li {
	background-color: #e6e6e6;
	margin: .5em 0;
	padding: .5em;
	clear: both;
	min-height: 4.5em
}

.home-services li div {
	display: table
}

.home-services li i {
	font-size: 1.5em;
	background-color: #f15a24;
	color: white;
	float: left;
	padding: .25em;
	margin: .5em
}

.home-services li h3 {
	color: #195591;
	margin: .5em 0
}

.home-services li span {
	font-size: 11px;
	font-family: "Optima LT Std"
}

.view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_es_pane, .view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_en_pane {
	padding-top: 0
}

.view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_es_pane .views-field-title-field, .view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_en_pane .views-field-title-field {
	position: relative;
	bottom: 10px;
	background: none;
	width: 100%;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: black;
	padding: 0 1em
}

@media(min-width:768px) {
	.view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_es_pane .views-field-title-field, .view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_en_pane .views-field-title-field {
		position: absolute;
		bottom: 10px;
		background: rgba(255, 255, 255, 0.8);
		width: 100%;
		font-family: "Optima LT Std Bold", "Optima LT Std";
		color: black;
		padding: 0 1em
	}

}

@media(min-width:1024px) {
	.view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_es_pane .views-field-title-field, .view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_en_pane .views-field-title-field {
		position: absolute;
		bottom: 10px;
		background: rgba(255, 255, 255, 0.8);
		width: 100%;
		font-family: "Optima LT Std Bold", "Optima LT Std";
		color: black;
		padding: 0 1em
	}

}

.view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_es_pane .views-field-title-field p, .view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_en_pane .views-field-title-field p {
	font-size: .5em
}

.view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_es_pane .field--name-field-teaser, .view-select-content-banner-for-home.view-id-select_content_banner_for_home.view-display-id-home_banner_main_en_pane .field--name-field-teaser {
	border: 0
}

.section-home-section .pane-node-field-section-banner-translated {
	background-color: #fff
}

.section-home-section .pane-node-field-section-banner-translated .flexslider ul {
	background-color: #eee
}

@media(min-width:768px) {
	.section-home-section .pane-node-field-section-banner-translated .flexslider ul {
		background-color: #fff !important
	}

}

.section-home-section .pane-node-field-section-banner-translated .flexslider {
	border: 0;
	box-shadow: none;
	margin: 25px 0 60px 0;
	display: inline-block
}

.section-home-section .pane-node-field-section-banner-translated .flexslider ul {
	background-color: #eee
}

.section-home-section .pane-node-field-section-banner-translated .flexslider ul li a {
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	text-align: left;
	margin: .5em 0;
	font-weight: normal
}

.section-home-section .pane-node-field-section-banner-translated .flexslider .slides img {
	height: auto
}

.section-home-section .pane-node-field-section-banner-translated article {
	position: relative
}

.section-home-section .pane-node-field-section-banner-translated article h2 {
	padding: 0;
	position: relative;
	bottom: 10px;
	background: none;
	width: 100%;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	padding: 0 1em
}

.section-home-section .pane-node-field-section-banner-translated article h2 a {
	font-weight: 500;
	color: #2a3744;
	font-size: 19px
}

@media(min-width:768px) {
	.section-home-section .pane-node-field-section-banner-translated article h2 {
		position: absolute;
		bottom: 10px;
		background: rgba(255, 255, 255, 0.8);
		width: 100%;
		font-family: "Optima LT Std Bold", "Optima LT Std";
		color: black;
		padding: 0 1em
	}

}

@media(min-width:1024px) {
	.section-home-section .pane-node-field-section-banner-translated article h2 {
		position: absolute;
		bottom: 10px;
		background: rgba(255, 255, 255, 0.8);
		width: 100%;
		font-family: "Optima LT Std Bold", "Optima LT Std";
		color: black;
		padding: 0 1em
	}

}

.section-home-section .pane-node-field-section-banner-translated article h2 p {
	padding: 0
}

.section-home-section .pane-node-field-section-banner-translated article .field--name-title-field {
	margin: .5em 0;
	display: block
}

.section-home-section .pane-node-field-section-banner-translated article .field--name-field-teaser {
	font-size: .75em;
	margin: .25em 0;
	padding: 0
}

.section-home-section .pane-node-field-section-banner-translated article .field--name-field-banner-image {
	width: 100%;
	border: 0;
	float: none;
	margin: 0
}

.section-home-section .pane-node-field-section-banner-translated article .field--name-field-banner-image img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.section-home-section .pane-node-field-section-banner-translated article .field--name-field-banner-image img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.lt-ie9 .view-id-select_content_banner_for_home .views-field-field-banner-image, .lt-ie9 .view-id-select_content_banner_for_home ul.slides {
	width: 675px
}

.lt-ie9 .view-id-select_content_banner_for_home .views-field-title-field {
	background: #fff !important
}

.flex-direction-nav a {
	top: 20%
}

@media(min-width:768px) {
	.flex-direction-nav a {
		top: 50%
	}

}

@media(min-width:1024px) {
	.flex-direction-nav a {
		top: 50%
	}

}

.flex-control-paging li a.flex-active {
	background: #f15a24
}

.home-statistics-v2 {
	clear: both;
	margin-bottom: 2em
}

.home-statistics-v2 ul li {
	float: left;
	width: 100%;
	position: relative
}

@media(min-width:768px) {
	.home-statistics-v2 ul li {
		width: 100%;
		position: relative
	}

}

@media(min-width:1024px) {
	.home-statistics-v2 ul li {
		width: 50%;
		position: relative
	}

}

.home-statistics-v2 ul li span {
	background-color: #3d8edf;
	color: white;
	padding-top: 1.5em;
	border-radius: 64px;
	border: 5px solid #f2f2f2;
	float: left;
	font-size: 20px;
	font-weight: bold;
	min-height: 4.5em;
	min-width: 4.5em;
	text-align: center;
	font-family: "Optima LT Std Bold", "Optima LT Std"
}

.home-statistics-v2 ul li span small {
	font-size: 75%
}

.home-statistics-v2 ul li h3 {
	font-family: "Optima LT Std Bold", "Optima LT Std";
	position: absolute;
	height: 75px;
	display: table;
	left: 30%;
	padding: 0 1em
}

@media(min-width:768px) {
	.home-statistics-v2 ul li h3 {
		left: 20%
	}

}

@media(min-width:1024px) {
	.home-statistics-v2 ul li h3 {
		left: 25%
	}

}

.home-statistics-v2 ul li h3 a {
	display: table-cell;
	vertical-align: middle
}

.lt-ie9 .home-statistics-v2 ul li span {
	width: 2em;
	height: 2em
}

.view-id-home_contents.view-display-id-events li, .pane-events-events-pane li {
	border-bottom: 1px solid #e6e6e6;
	margin-top: 0;
	margin-bottom: .5em;
	padding-bottom: .5em
}

.view-id-home_contents.view-display-id-events li:last-child, .pane-events-events-pane li:last-child {
	border-bottom: 0
}

.view-id-home_contents.view-display-id-events h3 a, .pane-events-events-pane h3 a {
	font-size: 15px;
	font-weight: bold
}

.contextual-links-wrapper {
	font-size: small !important
}

ul.contextual-links {
	font-size: .923em
}

.contextual-links-wrapper a {
	text-shadow: 0 0 0 !important
}

.block--cepal-googlecse {
	display: block;
	float: left;
	background-color: #ccc;
	width: 100%;
	margin-top: 1em
}

@media(min-width:768px) {
	.block--cepal-googlecse {
		display: none;
		float: none
	}

}

@media(min-width:1024px) {
	.block--cepal-googlecse {
		display: block;
		float: right;
		background-color: #195591;
		width: auto;
		margin-top: 0
	}

}

.block--cepal-googlecse .form-item {
	margin: 0;
	width: 75%;
	float: left
}

.block--cepal-googlecse input.form-submit {
	display: block;
	float: right;
	background-color: #f15a24;
	text-indent: -999px;
	background: no-repeat url(/themes/Cepal-Discover/images/search_btn.png);
	width: 36px;
	margin: .75em 1.5em
}

@media(min-width:768px) {
	.block--cepal-googlecse input.form-submit {
		display: none;
		float: none
	}

}

@media(min-width:1024px) {
	.block--cepal-googlecse input.form-submit {
		display: none;
		float: none
	}

}

.block--cepal-googlecse #edit-search-term {
	width: 100%;
	padding: 1em;
	font-size: .75em;
	margin: 1em;
	border: 0;
	display: block
}

@media(min-width:768px) {
	.block--cepal-googlecse #edit-search-term {
		display: none
	}

}

@media(min-width:1024px) {
	.block--cepal-googlecse #edit-search-term {
		width: 175px;
		padding: .4em .5em;
		font-size: .75em;
		margin: .275em 0;
		border: 0;
		display: block
	}

}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es, .view-id-landing_person.view-display-id-bio {
	position: relative
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .whelan-column1, .view-id-landing_person.view-display-id-bio .whelan-column1 {
	width: 17%
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .whelan-content, .view-id-landing_person.view-display-id-bio .whelan-content {
	width: 63%
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .whelan-column2, .view-id-landing_person.view-display-id-bio .whelan-column2 {
	border-left: 1px solid #999;
	width: 17%;
	margin: 1em;
	min-height: 150px
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row, .view-id-landing_person.view-display-id-bio .views-row {
	background-color: #d8e8f8;
	border-top: 3px solid #1e5387;
	float: left;
	width: 100%;
	margin: 1em .5em
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-field-person-image, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-person-image {
	margin: .5em 1.5em .5em .5em;
	float: left
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-title, .view-id-landing_person.view-display-id-bio .views-row .views-field-title {
	float: left;
	width: 100%
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-title h2, .view-id-landing_person.view-display-id-bio .views-row .views-field-title h2 {
	margin: 0
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-field-person-position, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-person-position {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 28px
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-field-person-position h3, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-person-position h3 {
	margin: 0;
	font-family: 'Open Sans';
	font-weight: normal
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-field-link, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-link {
	float: left;
	width: 100%
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-field-link ol, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-link ol {
	padding: .5em 2.5em
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-field-link li, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-link li {
	list-style: disc;
	font-family: OpenSans-Bold;
	font-size: 14px;
	line-height: 25px;
	color: #1e5387
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-nothing a, .view-id-landing_person.view-display-id-bio .views-row .views-field-nothing a {
	float: right;
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	float: right;
	margin: 0
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-field-teaser, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-teaser {
	font-size: 14px;
	float: left;
	line-height: 21px
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row, .view-id-landing_person.view-display-id-bio .views-row {
	background-color: #d8e8f8;
	border-top: 3px solid #1e5387;
	float: left;
	margin: 1em .5em
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-field-person-image, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-field-person-image, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-person-image {
	margin: 1em;
	float: left
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-title, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-title, .view-id-landing_person.view-display-id-bio .views-row .views-field-title {
	float: left
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-title h2, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-title h2, .view-id-landing_person.view-display-id-bio .views-row .views-field-title h2 {
	margin: .5em 0 0 0
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-title h3, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-title h3, .view-id-landing_person.view-display-id-bio .views-row .views-field-title h3 {
	margin: 0
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-field-person-position, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-field-person-position, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-person-position {
	float: left;
	width: 60%;
	font-size: 16px;
	line-height: 28px
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-field-person-position h3, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-field-person-position h3, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-person-position h3 {
	margin: 0;
	font-family: 'Open Sans';
	font-weight: normal
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-field-person-date, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-field-person-date, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-person-date {
	float: left
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-field-person-date h2, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-field-person-date h2, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-person-date h2 {
	margin: .5em 0 0 0
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-field-person-date h3, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-field-person-date h3, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-person-date h3 {
	margin: 0
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-field-link, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-field-link, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-link {
	float: left;
	width: 60%
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-field-link ol, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-field-link ol, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-link ol {
	padding: .5em 1.5em
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-field-link li, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-field-link li, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-link li {
	list-style: disc;
	font-family: OpenSans-Bold;
	font-size: 14px;
	line-height: 25px;
	color: #1e5387
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-nothing, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-nothing, .view-id-landing_person.view-display-id-bio .views-row .views-field-nothing {
	position: relative
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-nothing a, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-nothing a, .view-id-landing_person.view-display-id-bio .views-row .views-field-nothing a {
	float: right;
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	float: right;
	margin: 1em;
	position: absolute;
	right: 0;
	top: 130px
}

.view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-field-person-biography, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-field-person-biography, .view-id-landing_person.view-display-id-bio .views-row .views-field-field-person-biography {
	margin: 1em;
	font-size: 14px
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row {
	background-color: #d8e8f8;
	border-top: 3px solid #1e5387;
	float: left;
	margin: 1em .5em;
	width: 48.5%;
	min-height: 15em
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-field-person-image {
	margin: .5em 1.5em .5em .5em;
	float: left
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-title {
	float: left
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-title h2 {
	margin: .5em 0 0 0
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-title h3 {
	margin: 0
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-field-person-position {
	float: left;
	width: 60%;
	font-size: 16px;
	line-height: 28px
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-field-person-position h3 {
	margin: 0;
	font-family: 'Open Sans';
	font-weight: normal
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-field-person-date {
	float: left;
	width: 60%;
	font-size: 14px;
	line-height: 28px
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-field-person-date h3 {
	margin: 0;
	font-family: 'Open Sans';
	font-weight: normal
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-field-person-date h3 span:first-child {
	text-transform: capitalize
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-field-link {
	float: left;
	width: 60%
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-field-link ol {
	padding: .5em 1.5em
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-field-link li {
	list-style: disc;
	font-family: OpenSans-Bold;
	font-size: 14px;
	line-height: 25px;
	color: #1e5387
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-nothing a {
	float: right;
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	float: right;
	margin: 1em;
	position: absolute;
	right: 0;
	top: 130px
}

.view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-field-person-biography {
	margin: 1em;
	font-size: 14px;
	float: left
}

.pane-menu-pages .menu .leaf {
	color: #195591;
	border: 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
	cursor: pointer
}

.pane-menu-pages .menu .leaf a {
	margin: .25em 0;
	padding: .5em;
	display: block
}

.pane-menu-pages .menu .expanded {
	list-style: none;
	list-style-type: none;
	list-style-image: none
}

.pane-menu-pages .menu .nolink {
	background-color: #3e8ddd;
	color: #fff;
	border: 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin: .25em 0;
	padding: .5em;
	display: block;
	font-weight: bold;
	cursor: pointer
}

.pane-menu-pages .menu .nolink:hover {
	background-color: #195591
}

.pane-menu-pages .menu .leaf.active-trail a, .pane-menu-pages .menu .leaf.active-trail.active a, .pane-menu-pages .menu .leaf.active a.active {
	background-color: #d8e8f8;
	color: #195591;
	margin: .25em 0;
	padding: .5em;
	display: block
}

.pane-menu-pages .menu .open {
	background-color: #666 !important
}

.pane-menu-pages .menu .open:hover {
	background-color: #888 !important
}

.pane-menu-pages .menu .fa {
	-webkit-transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out
}

.subregional-headquarters ul li, .subregional-offices ul li, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li {
	float: left;
	padding: 1em .5em;
	width: 100%
}

@media(min-width:768px) {
	.subregional-headquarters ul li, .subregional-offices ul li, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li {
		width: 50%
	}

}

@media(min-width:1024px) {
	.subregional-headquarters ul li, .subregional-offices ul li, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li {
		width: 33%
	}

}

.subregional-headquarters ul li h3, .subregional-offices ul li h3, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li h3 {
	color: #195591
}

.subregional-headquarters ul li p, .subregional-offices ul li p, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li p {
	line-height: 1em;
	font-size: 14px;
	margin-bottom: 0
}

.subregional-headquarters ul li .views-field-field-regional-office-fullname-1, .subregional-offices ul li .views-field-field-regional-office-fullname-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-regional-office-fullname-1 {
	padding: 0 1.5em
}

.subregional-headquarters ul li .views-field-field-regional-office-fullname-1 a, .subregional-offices ul li .views-field-field-regional-office-fullname-1 a, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-regional-office-fullname-1 a {
	color: #FFF;
	font-size: 1.75em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block;
	padding: .5em;
	min-height: 4em
}

.subregional-headquarters ul li .views-field-field-address-postal-code-1, .subregional-headquarters ul li .views-field-field-address-country, .subregional-headquarters ul li .views-field-field-address-administrative-area, .subregional-offices ul li .views-field-field-address-postal-code-1, .subregional-offices ul li .views-field-field-address-country, .subregional-offices ul li .views-field-field-address-administrative-area, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-address-postal-code-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-address-country, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-address-administrative-area {
	float: left;
	font-size: 14px;
	color: #3e3e3e;
	line-height: .75em;
	padding-right: .25em
}

.subregional-headquarters ul li .views-field-field-contact-telephone, .subregional-headquarters ul li .views-field-field-contact-telephone-1, .subregional-offices ul li .views-field-field-contact-telephone, .subregional-offices ul li .views-field-field-contact-telephone-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-contact-telephone, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-contact-telephone-1 {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #3e3e3e;
	line-height: .75em;
	display: flex;
	margin-top: 1em
}

.subregional-headquarters ul li .views-field-field-contact-telephone .views-label-field-contact-telephone, .subregional-headquarters ul li .views-field-field-contact-telephone .views-label-field-contact-telephone-1, .subregional-headquarters ul li .views-field-field-contact-telephone-1 .views-label-field-contact-telephone, .subregional-headquarters ul li .views-field-field-contact-telephone-1 .views-label-field-contact-telephone-1, .subregional-offices ul li .views-field-field-contact-telephone .views-label-field-contact-telephone, .subregional-offices ul li .views-field-field-contact-telephone .views-label-field-contact-telephone-1, .subregional-offices ul li .views-field-field-contact-telephone-1 .views-label-field-contact-telephone, .subregional-offices ul li .views-field-field-contact-telephone-1 .views-label-field-contact-telephone-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-contact-telephone .views-label-field-contact-telephone, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-contact-telephone .views-label-field-contact-telephone-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-contact-telephone-1 .views-label-field-contact-telephone, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-contact-telephone-1 .views-label-field-contact-telephone-1 {
	padding-right: .5em
}

.subregional-headquarters ul li .views-field-field-contact-telephone .field--name-field-contact-telephone, .subregional-headquarters ul li .views-field-field-contact-telephone .field--name-field-contact-telephone-1, .subregional-headquarters ul li .views-field-field-contact-telephone-1 .field--name-field-contact-telephone, .subregional-headquarters ul li .views-field-field-contact-telephone-1 .field--name-field-contact-telephone-1, .subregional-offices ul li .views-field-field-contact-telephone .field--name-field-contact-telephone, .subregional-offices ul li .views-field-field-contact-telephone .field--name-field-contact-telephone-1, .subregional-offices ul li .views-field-field-contact-telephone-1 .field--name-field-contact-telephone, .subregional-offices ul li .views-field-field-contact-telephone-1 .field--name-field-contact-telephone-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-contact-telephone .field--name-field-contact-telephone, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-contact-telephone .field--name-field-contact-telephone-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-contact-telephone-1 .field--name-field-contact-telephone, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li .views-field-field-contact-telephone-1 .field--name-field-contact-telephone-1 {
	float: left
}

.subregional-headquarters ul li.views-row.\38 211>.views-field-field-regional-office-fullname-1, .subregional-offices ul li.views-row.\38 211>.views-field-field-regional-office-fullname-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 211>.views-field-field-regional-office-fullname-1 {
	background-color: #fbbe7d
}

.subregional-headquarters ul li.views-row.\38 211>.views-field-field-regional-office-fullname-1 a, .subregional-offices ul li.views-row.\38 211>.views-field-field-regional-office-fullname-1 a, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 211>.views-field-field-regional-office-fullname-1 a {
	background-color: #f15f23
}

.subregional-headquarters ul li.views-row.\38 209>.views-field-field-regional-office-fullname-1, .subregional-offices ul li.views-row.\38 209>.views-field-field-regional-office-fullname-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 209>.views-field-field-regional-office-fullname-1 {
	background-color: #e7e189
}

.subregional-headquarters ul li.views-row.\38 209>.views-field-field-regional-office-fullname-1 a, .subregional-offices ul li.views-row.\38 209>.views-field-field-regional-office-fullname-1 a, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 209>.views-field-field-regional-office-fullname-1 a {
	background-color: #b2b71d
}

.subregional-headquarters ul li.views-row.\38 208>.views-field-field-regional-office-fullname-1, .subregional-offices ul li.views-row.\38 208>.views-field-field-regional-office-fullname-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 208>.views-field-field-regional-office-fullname-1 {
	background-color: #7fc0ea
}

.subregional-headquarters ul li.views-row.\38 208>.views-field-field-regional-office-fullname-1 a, .subregional-offices ul li.views-row.\38 208>.views-field-field-regional-office-fullname-1 a, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 208>.views-field-field-regional-office-fullname-1 a {
	background-color: #0184c8
}

.subregional-headquarters ul li.views-row.\38 210>.views-field-field-regional-office-fullname-1, .subregional-offices ul li.views-row.\38 210>.views-field-field-regional-office-fullname-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 210>.views-field-field-regional-office-fullname-1 {
	background-color: #b8b46b
}

.subregional-headquarters ul li.views-row.\38 210>.views-field-field-regional-office-fullname-1 a, .subregional-offices ul li.views-row.\38 210>.views-field-field-regional-office-fullname-1 a, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 210>.views-field-field-regional-office-fullname-1 a {
	background-color: #4b4c00
}

.subregional-headquarters ul li.views-row.\38 212>.views-field-field-regional-office-fullname-1, .subregional-offices ul li.views-row.\38 212>.views-field-field-regional-office-fullname-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 212>.views-field-field-regional-office-fullname-1 {
	background-color: #adcceb
}

.subregional-headquarters ul li.views-row.\38 212>.views-field-field-regional-office-fullname-1 a, .subregional-offices ul li.views-row.\38 212>.views-field-field-regional-office-fullname-1 a, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 212>.views-field-field-regional-office-fullname-1 a {
	background-color: #128ccf
}

.subregional-headquarters ul li.views-row.\38 207>.views-field-field-regional-office-fullname-1, .subregional-offices ul li.views-row.\38 207>.views-field-field-regional-office-fullname-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 207>.views-field-field-regional-office-fullname-1 {
	background-color: #d27c63
}

.subregional-headquarters ul li.views-row.\38 207>.views-field-field-regional-office-fullname-1 a, .subregional-offices ul li.views-row.\38 207>.views-field-field-regional-office-fullname-1 a, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 207>.views-field-field-regional-office-fullname-1 a {
	background-color: #8f0407
}

.subregional-headquarters ul li.views-row.\38 213>.views-field-field-regional-office-fullname-1, .subregional-offices ul li.views-row.\38 213>.views-field-field-regional-office-fullname-1, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 213>.views-field-field-regional-office-fullname-1 {
	background-color: #667aad
}

.subregional-headquarters ul li.views-row.\38 213>.views-field-field-regional-office-fullname-1 a, .subregional-offices ul li.views-row.\38 213>.views-field-field-regional-office-fullname-1 a, .view-landing-regional-office-work-area.view-id-landing_regional_office_work_area ul li.views-row.\38 213>.views-field-field-regional-office-fullname-1 a {
	background-color: #091253
}

.node-type-cepal-person .pane-node-field-person-image img {
	width: 100%;
	height: auto
}

.node-type-cepal-person .pane-landing-person-bio .views-field-field-person-image img {
	float: left
}

.node-type-cepal-person .pane-landing-person-twitter h2.pane-title, .node-type-cepal-person .pane-landing-person-twitter .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-person .pane-landing-person-twitter .field--name-title-field {
	border: 0 !important;
	background-color: #195591 !important;
	text-transform: none !important;
	color: white !important;
	margin: 0
}

.node-type-cepal-person .pane-landing-person-twitter .pane-content {
	background-color: #d8e8f8
}

.node-type-cepal-person .pane-landing-person-twitter .twitter-block-right {
	float: right;
	padding: .5em 0 .5em 0
}

@media(min-width:768px) {
	.node-type-cepal-person .pane-landing-person-twitter .twitter-block-right {
		padding: .5em 0 .5em 0
	}

}

@media(min-width:1024px) {
	.node-type-cepal-person .pane-landing-person-twitter .twitter-block-right {
		padding: .5em 5em 0 0
	}

}

.node-type-cepal-person .pane-landing-person-twitter .twitter-block-right h3 {
	margin-bottom: 0
}

.node-type-cepal-person .pane-landing-person-twitter .twitter-block-right a {
	color: black;
	text-decoration: underline;
	font-size: 1.5em;
	font-weight: 500
}

.node-type-cepal-person .pane-landing-person-twitter i {
	background-color: white;
	border-radius: 50%;
	padding: .25em;
	width: 1.5em;
	height: 1.5em;
	margin: .5em;
	font-size: 3em;
	opacity: 1
}

.node-type-cepal-person .pane-landing-person-twitter .fa-twitter {
	color: #55acee
}

.node-type-cepal-person .pane-landing-person-pr, .node-type-cepal-person .pane-landing-person-video, .node-type-cepal-person .pane-landing-person-interviews, .node-type-cepal-person .pane-landing-person-pr-dse, .node-type-cepal-person .pane-landing-person-speech-oped-se, .node-type-cepal-person .pane-landing-person-speech-oped, .node-type-cepal-person .pane-landing-person-presentation {
	width: 100%;
	float: left;
	display: inline-block;
	padding: 0 1em
}

.node-type-cepal-person .pane-landing-person-pr li, .node-type-cepal-person .pane-landing-person-video li, .node-type-cepal-person .pane-landing-person-interviews li, .node-type-cepal-person .pane-landing-person-pr-dse li, .node-type-cepal-person .pane-landing-person-speech-oped-se li, .node-type-cepal-person .pane-landing-person-speech-oped li, .node-type-cepal-person .pane-landing-person-presentation li {
	padding: .5em 0;
	border-bottom: 1px solid #e6e6e6
}

.node-type-cepal-person .pane-landing-person-pr h3, .node-type-cepal-person .pane-landing-person-video h3, .node-type-cepal-person .pane-landing-person-interviews h3, .node-type-cepal-person .pane-landing-person-pr-dse h3, .node-type-cepal-person .pane-landing-person-speech-oped-se h3, .node-type-cepal-person .pane-landing-person-speech-oped h3, .node-type-cepal-person .pane-landing-person-presentation h3 {
	margin: 0
}

.node-type-cepal-person .pane-landing-person-pr h3 a, .node-type-cepal-person .pane-landing-person-video h3 a, .node-type-cepal-person .pane-landing-person-interviews h3 a, .node-type-cepal-person .pane-landing-person-pr-dse h3 a, .node-type-cepal-person .pane-landing-person-speech-oped-se h3 a, .node-type-cepal-person .pane-landing-person-speech-oped h3 a, .node-type-cepal-person .pane-landing-person-presentation h3 a {
	color: #2a3744
}

.node-type-cepal-person .view-id-landing_person.view-display-id-pub h3, .node-type-cepal-person .view-id-landing_person.view-display-id-pub_dse h3 {
	margin: 0;
	font-size: 1em;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	margin: .5em 0
}

.node-type-cepal-person .pane-cepal-block-basic-es-profile-photos, .node-type-cepal-person .pane-cepal-block-basic-des-profile-photos {
	width: 100%;
	float: left;
	display: inline-block;
	padding: 0 1em
}

.node-type-cepal-person .pane-cepal-block-basic-es-profile-photos .es-profile-photos li, .node-type-cepal-person .pane-cepal-block-basic-es-profile-photos .des-profile-photos li, .node-type-cepal-person .pane-cepal-block-basic-des-profile-photos .es-profile-photos li, .node-type-cepal-person .pane-cepal-block-basic-des-profile-photos .des-profile-photos li {
	width: 33%;
	float: left
}

.node-type-cepal-person .pane-cepal-block-basic-es-profile-photos .es-profile-photos li img, .node-type-cepal-person .pane-cepal-block-basic-es-profile-photos .des-profile-photos li img, .node-type-cepal-person .pane-cepal-block-basic-des-profile-photos .es-profile-photos li img, .node-type-cepal-person .pane-cepal-block-basic-des-profile-photos .des-profile-photos li img {
	width: 100%;
	height: auto;
	padding: .5em
}

.node-type-cepal-person .pane-landing-person-pub {
	width: 66%
}

.node-type-cepal-person .view-id-landing_person.view-display-id-oic_menu .views-field-field-link {
	background-color: #d8e8f8
}

.node-type-cepal-person .view-id-landing_person.view-display-id-oic_menu .views-field-field-link ul {
	padding: 0 2em
}

.node-type-cepal-person .view-id-landing_person.view-display-id-oic_menu .views-field-field-link ul li {
	list-style-type: disc;
	padding: .5em 0;
	color: #195591;
	font-size: 14px
}

.pane-cepal-block-basic-press-executive-secretary, .pane-cepal-block-basic-landing-news-list-type, .pane-cepal-block-basic-publications-by-area, .pane-cepal-block-basic-publications-flagships, .pane-cepal-block-basic-work-area-main-topics, .pane-landing-work-area-main-topics, .pane-landing-work-area-v2-wa-topics, .pane-work-area-filter-wa-courses-pane, .landing-news-list-type {
	display: none
}

.pane-cepal-block-basic-press-executive-secretary .pane-title, .pane-cepal-block-basic-landing-news-list-type .pane-title, .pane-cepal-block-basic-publications-by-area .pane-title, .pane-cepal-block-basic-publications-flagships .pane-title, .pane-cepal-block-basic-work-area-main-topics .pane-title, .pane-landing-work-area-main-topics .pane-title, .pane-landing-work-area-v2-wa-topics .pane-title, .pane-work-area-filter-wa-courses-pane .pane-title, .landing-news-list-type .pane-title {
	background-color: #f8e0d0 !important
}

@media(min-width:768px) {
	.pane-cepal-block-basic-press-executive-secretary, .pane-cepal-block-basic-landing-news-list-type, .pane-cepal-block-basic-publications-by-area, .pane-cepal-block-basic-publications-flagships, .pane-cepal-block-basic-work-area-main-topics, .pane-landing-work-area-main-topics, .pane-landing-work-area-v2-wa-topics, .pane-work-area-filter-wa-courses-pane, .landing-news-list-type {
		display: block
	}

	.pane-cepal-block-basic-press-executive-secretary .right-column, .pane-cepal-block-basic-landing-news-list-type .right-column, .pane-cepal-block-basic-publications-by-area .right-column, .pane-cepal-block-basic-publications-flagships .right-column, .pane-cepal-block-basic-work-area-main-topics .right-column, .pane-landing-work-area-main-topics .right-column, .pane-landing-work-area-v2-wa-topics .right-column, .pane-work-area-filter-wa-courses-pane .right-column, .landing-news-list-type .right-column {
		width: 10em
	}

	.pane-cepal-block-basic-press-executive-secretary .right-column p, .pane-cepal-block-basic-landing-news-list-type .right-column p, .pane-cepal-block-basic-publications-by-area .right-column p, .pane-cepal-block-basic-publications-flagships .right-column p, .pane-cepal-block-basic-work-area-main-topics .right-column p, .pane-landing-work-area-main-topics .right-column p, .pane-landing-work-area-v2-wa-topics .right-column p, .pane-work-area-filter-wa-courses-pane .right-column p, .landing-news-list-type .right-column p {
		line-height: 20px;
		margin: .5em 0
	}

}

@media(min-width:1024px) {
	.pane-cepal-block-basic-press-executive-secretary, .pane-cepal-block-basic-landing-news-list-type, .pane-cepal-block-basic-publications-by-area, .pane-cepal-block-basic-publications-flagships, .pane-cepal-block-basic-work-area-main-topics, .pane-landing-work-area-main-topics, .pane-landing-work-area-v2-wa-topics, .pane-work-area-filter-wa-courses-pane, .landing-news-list-type {
		display: block
	}

	.pane-cepal-block-basic-press-executive-secretary .right-column, .pane-cepal-block-basic-landing-news-list-type .right-column, .pane-cepal-block-basic-publications-by-area .right-column, .pane-cepal-block-basic-publications-flagships .right-column, .pane-cepal-block-basic-work-area-main-topics .right-column, .pane-landing-work-area-main-topics .right-column, .pane-landing-work-area-v2-wa-topics .right-column, .pane-work-area-filter-wa-courses-pane .right-column, .landing-news-list-type .right-column {
		width: 15em
	}

	.pane-cepal-block-basic-press-executive-secretary .right-column p, .pane-cepal-block-basic-landing-news-list-type .right-column p, .pane-cepal-block-basic-publications-by-area .right-column p, .pane-cepal-block-basic-publications-flagships .right-column p, .pane-cepal-block-basic-work-area-main-topics .right-column p, .pane-landing-work-area-main-topics .right-column p, .pane-landing-work-area-v2-wa-topics .right-column p, .pane-work-area-filter-wa-courses-pane .right-column p, .landing-news-list-type .right-column p {
		line-height: 12px;
		margin: 1em 0
	}

}

.show-more-publication-attachments {
	cursor: pointer
}

.view-id-home_contents.view-display-id-events .subtitle-type-date-place, .view-id-landing_work_area.view-display-id-activities .subtitle-type-date-place, .view-id-landing_topics.view-display-id-activities .subtitle-type-date-place, .view-id-landing_work_area_v2.view-display-id-wa_activities .subtitle-type-date-place {
	font-size: 11px
}

.view-id-home_contents.view-display-id-events .subtitle-type-date-place .field-date, .view-id-landing_work_area.view-display-id-activities .subtitle-type-date-place .field-date, .view-id-landing_topics.view-display-id-activities .subtitle-type-date-place .field-date, .view-id-landing_work_area_v2.view-display-id-wa_activities .subtitle-type-date-place .field-date {
	text-transform: uppercase
}

.section-publications .date-display-single, .section-publicaciones .date-display-single, .node-type-cepal-publication .date-display-single, .node-type-cepal-document .date-display-single {
	text-transform: capitalize
}

.page-publications-list .bryant-sidebar-inner, .page-events .bryant-sidebar-inner, .page-news-list .bryant-sidebar-inner, .page-projects .bryant-sidebar-inner {
	width: 90%
}

.page-printmail input, .page-printmail textarea, .page-printmail form#print-mail-form textarea#edit-txt-to-addrs {
	width: 100%
}

.page-printmail #edit-btn-submit {
	width: 100%
}

@media(min-width:768px) {
	.page-printmail #edit-btn-submit {
		width: 50%
	}

}

@media(min-width:1024px) {
	.page-printmail #edit-btn-submit {
		width: 25%
	}

}

.page-printmail #edit-btn-cancel {
	margin-bottom: 2em;
	width: 100%
}

@media(min-width:768px) {
	.page-printmail #edit-btn-cancel {
		width: 45%
	}

}

@media(min-width:1024px) {
	.page-printmail #edit-btn-cancel {
		width: 25%
	}

}

.pane-press-contents-subsidiary-body li.views-row, .pane-publications-subsidiary-body li.views-row, .pane-node-field-subsidiary-body-v2 li.views-row {
	background-repeat: repeat-y;
	background-size: 75%;
	margin: .5em 0
}

.pane-press-contents-subsidiary-body li.views-row.\38\31\37\33, .pane-publications-subsidiary-body li.views-row.\38\31\37\33, .pane-node-field-subsidiary-body-v2 li.views-row.\38\31\37\33 {
	background-color: #608b2d;
	background-image: url(/themes/Cepal-Discover/images/subsidiary_bodies_bg_1.png)
}

.pane-press-contents-subsidiary-body li.views-row.\38\31\37\34, .pane-publications-subsidiary-body li.views-row.\38\31\37\34, .pane-node-field-subsidiary-body-v2 li.views-row.\38\31\37\34 {
	background-color: #da2031;
	background-image: url(/themes/Cepal-Discover/images/subsidiary_bodies_bg_2.png)
}

.pane-press-contents-subsidiary-body li.views-row.\38\31\37\38, .pane-publications-subsidiary-body li.views-row.\38\31\37\38, .pane-node-field-subsidiary-body-v2 li.views-row.\38\31\37\38 {
	background-color: #9c1637;
	background-image: url(/themes/Cepal-Discover/images/subsidiary_bodies_bg_3.png)
}

.pane-press-contents-subsidiary-body li.views-row.\38\31\39\36, .pane-publications-subsidiary-body li.views-row.\38\31\39\36, .pane-node-field-subsidiary-body-v2 li.views-row.\38\31\39\36 {
	background-color: #498fcb;
	background-image: url(/themes/Cepal-Discover/images/subsidiary_bodies_bg_4.png)
}

.pane-press-contents-subsidiary-body li.views-row.\38\31\38\35, .pane-press-contents-subsidiary-body li.views-row.\38\32\31\34, .pane-press-contents-subsidiary-body li.views-row.\38\31\37\31, .pane-publications-subsidiary-body li.views-row.\38\31\38\35, .pane-publications-subsidiary-body li.views-row.\38\32\31\34, .pane-publications-subsidiary-body li.views-row.\38\31\37\31, .pane-node-field-subsidiary-body-v2 li.views-row.\38\31\38\35, .pane-node-field-subsidiary-body-v2 li.views-row.\38\32\31\34, .pane-node-field-subsidiary-body-v2 li.views-row.\38\31\37\31 {
	background-color: #f36f24;
	background-image: url(/themes/Cepal-Discover/images/subsidiary_bodies_bg_5_6_7.png)
}

.pane-press-contents-subsidiary-body li.views-row.\38\31\36\38, .pane-publications-subsidiary-body li.views-row.\38\31\36\38, .pane-node-field-subsidiary-body-v2 li.views-row.\38\31\36\38 {
	background-color: #467735;
	background-image: url(/themes/Cepal-Discover/images/subsidiary_bodies_bg_8.png)
}

.pane-press-contents-subsidiary-body li.views-row.\38\31\37\37, .pane-publications-subsidiary-body li.views-row.\38\31\37\37, .pane-node-field-subsidiary-body-v2 li.views-row.\38\31\37\37 {
	background-color: #1e2f63;
	background-image: url(/themes/Cepal-Discover/images/subsidiary_bodies_bg_9.png)
}

.pane-press-contents-observatories li.views-row, .pane-publications-observatory li.views-row, .pane-node-field-observatory-v2 li.views-row {
	background-repeat: no-repeat;
	margin: .5em 0;
	background-size: 6em;
	min-height: 7em
}

@media(min-width:768px) {
	.pane-press-contents-observatories li.views-row, .pane-publications-observatory li.views-row, .pane-node-field-observatory-v2 li.views-row {
		background-size: 4em
	}

}

@media(min-width:1024px) {
	.pane-press-contents-observatories li.views-row, .pane-publications-observatory li.views-row, .pane-node-field-observatory-v2 li.views-row {
		background-size: 6em
	}

}

.pane-press-contents-observatories li.views-row a, .pane-publications-observatory li.views-row a, .pane-node-field-observatory-v2 li.views-row a {
	padding-left: 35%;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1.4em
}

.pane-press-contents-observatories li.views-row.\38 189, .pane-publications-observatory li.views-row.\38 189, .pane-node-field-observatory-v2 li.views-row.\38 189 {
	background-color: #b64f72;
	background-image: url(/themes/Cepal-Discover/images/observatory-gender-quality.png);
	background-position-x: 1em;
	background-position-y: 2em
}

.pane-press-contents-observatories li.views-row.\38 189 a, .pane-publications-observatory li.views-row.\38 189 a, .pane-node-field-observatory-v2 li.views-row.\38 189 a {
	color: #ffd26f
}

.pane-press-contents-observatories li.views-row.\38 172, .pane-publications-observatory li.views-row.\38 172, .pane-node-field-observatory-v2 li.views-row.\38 172 {
	background-color: #d7e4ec;
	background-image: url(/themes/Cepal-Discover/images/observatory-asia-pacific.png);
	background-position-x: 1em;
	background-position-y: 1em;
	background-size: 5.5em
}

@media(min-width:768px) {
	.pane-press-contents-observatories li.views-row.\38 172, .pane-publications-observatory li.views-row.\38 172, .pane-node-field-observatory-v2 li.views-row.\38 172 {
		background-position-x: 1.5em;
		background-position-y: 2em;
		background-size: 20%
	}

}

@media(min-width:1024px) {
	.pane-press-contents-observatories li.views-row.\38 172, .pane-publications-observatory li.views-row.\38 172, .pane-node-field-observatory-v2 li.views-row.\38 172 {
		background-position-x: 2em;
		background-position-y: 1em;
		background-size: 20%
	}

}

.pane-press-contents-observatories li.views-row.\38 172 a, .pane-publications-observatory li.views-row.\38 172 a, .pane-node-field-observatory-v2 li.views-row.\38 172 a {
	color: #354f73
}

.pane-press-contents-observatories li.views-row.\38 182, .pane-publications-observatory li.views-row.\38 182, .pane-node-field-observatory-v2 li.views-row.\38 182 {
	background-color: #e1e1e3;
	background-image: url(/themes/Cepal-Discover/images/observatory-regional-broadband.png);
	background-position-x: 1em;
	background-position-y: 2em
}

@media(min-width:768px) {
	.pane-press-contents-observatories li.views-row.\38 182, .pane-publications-observatory li.views-row.\38 182, .pane-node-field-observatory-v2 li.views-row.\38 182 {
		background-position-x: 1em;
		background-position-y: 3em
	}

}

@media(min-width:1024px) {
	.pane-press-contents-observatories li.views-row.\38 182, .pane-publications-observatory li.views-row.\38 182, .pane-node-field-observatory-v2 li.views-row.\38 182 {
		background-position-x: 1em;
		background-position-y: 1em
	}

}

.pane-press-contents-observatories li.views-row.\38 182 a, .pane-publications-observatory li.views-row.\38 182 a, .pane-node-field-observatory-v2 li.views-row.\38 182 a {
	color: #373535
}

.pane-press-contents-observatories li.views-row.\38 167, .pane-publications-observatory li.views-row.\38 167, .pane-node-field-observatory-v2 li.views-row.\38 167 {
	background-color: #888d96;
	background-image: url(/themes/Cepal-Discover/images/observatory-latin-america-caribbean.png);
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat-y;
	background-size: 7em
}

@media(min-width:768px) {
	.pane-press-contents-observatories li.views-row.\38 167, .pane-publications-observatory li.views-row.\38 167, .pane-node-field-observatory-v2 li.views-row.\38 167 {
		background-size: 30%
	}

}

@media(min-width:1024px) {
	.pane-press-contents-observatories li.views-row.\38 167, .pane-publications-observatory li.views-row.\38 167, .pane-node-field-observatory-v2 li.views-row.\38 167 {
		background-size: 30%
	}

}

.pane-press-contents-observatories li.views-row.\38 167 a, .pane-publications-observatory li.views-row.\38 167 a, .pane-node-field-observatory-v2 li.views-row.\38 167 a {
	color: #fff
}

.pane-node-field-gi-image {
	clear: both
}

.view-id-publications.view-display-id-assess_publication .views-field-field-assess-publication, .view-id-last_publication_by_type.view-display-id-panel_pane_4 .views-field-field-assess-publication {
	margin-bottom: 2em
}

.view-id-publications.view-display-id-assess_publication .views-field-field-assess-publication i.fa.fa-list, .view-id-last_publication_by_type.view-display-id-panel_pane_4 .views-field-field-assess-publication i.fa.fa-list {
	font-size: 1.5em;
	color: #b7d4f2;
	border: 3px solid #b7d4f2;
	background-color: #d8e8f8;
	padding: .75em;
	border-radius: 4em;
	margin: .5em;
	display: inline-block;
	float: left
}

@media(min-width:768px) {
	.view-id-publications.view-display-id-assess_publication .views-field-field-assess-publication i.fa.fa-list, .view-id-last_publication_by_type.view-display-id-panel_pane_4 .views-field-field-assess-publication i.fa.fa-list {
		font-size: 1.5em;
		margin: 1em 0;
		display: table;
		float: left;
		border: 3px solid #b7d4f2;
		padding: .5em
	}

}

@media(min-width:1024px) {
	.view-id-publications.view-display-id-assess_publication .views-field-field-assess-publication i.fa.fa-list, .view-id-last_publication_by_type.view-display-id-panel_pane_4 .views-field-field-assess-publication i.fa.fa-list {
		font-size: 2.5em;
		margin: .5em;
		display: inline-block;
		float: none;
		border: 5px solid #b7d4f2;
		padding: .25em
	}

}

.view-id-publications.view-display-id-assess_publication .views-field-field-assess-publication a.title-assess, .view-id-last_publication_by_type.view-display-id-panel_pane_4 .views-field-field-assess-publication a.title-assess {
	padding: .25em .75em;
	font-family: "OpenSans-Bold";
	text-transform: uppercase;
	font-size: 1em;
	margin: .5em;
	display: inline-block;
	width: 65%
}

@media(min-width:768px) {
	.view-id-publications.view-display-id-assess_publication .views-field-field-assess-publication a.title-assess, .view-id-last_publication_by_type.view-display-id-panel_pane_4 .views-field-field-assess-publication a.title-assess {
		width: 75%
	}

}

@media(min-width:1024px) {
	.view-id-publications.view-display-id-assess_publication .views-field-field-assess-publication a.title-assess, .view-id-last_publication_by_type.view-display-id-panel_pane_4 .views-field-field-assess-publication a.title-assess {
		width: 68%
	}

}

.i18n-es a.title-assess {
	height: 6em;
	vertical-align: middle
}

.view-id-landing_work_area_v2.view-display-id-wa_banner #flexslider-1 {
	margin: 0
}

.view-id-landing_work_area_v2.view-display-id-wa_banner #flexslider-1 .flex-control-nav {
	bottom: 0;
	left: 0;
	z-index: 2
}

@media(min-width:768px) {
	.view-id-landing_work_area_v2.view-display-id-wa_banner #flexslider-1 .flex-control-nav {
		left: 0
	}

}

@media(min-width:1024px) {
	.view-id-landing_work_area_v2.view-display-id-wa_banner #flexslider-1 .flex-control-nav {
		left: -150px
	}

}

.node-type-cepal-page h2, .node-type-cepal-page h3, .node-type-cepal-page h4, .node-type-cepal-page h5, .node-type-cepal-page h6 {
	font-family: "Optima LT Std Medium", "Optima LT Std"
}

.node-type-cepal-page th {
	font-family: "Optima LT Std Medium", "Optima LT Std";
	background-color: #d8e8f8;
	color: #195591
}

.node-type-cepal-page tr:nth-child(even) {
	background-color: #fff
}

.node-type-cepal-page tr:nth-child(odd) {
	background-color: #f2f2f2
}

.pane-landing-topics-image img, .views-field-field-infographic-image img {
	border: 1px solid #ccc
}

.pane-views-press-contents-block-9 {
	clear: both;
	display: flex
}

.view-id-publication_types.view-display-id-panel_pane_5 {
	position: relative
}

.view-id-publication_types.view-display-id-panel_pane_5 .views-field-description-field {
	min-height: 4em;
	position: relative;
	padding: .5em;
	left: 0;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-family: Arial
}

.view-id-publication_types.view-display-id-panel_pane_5 .views-field-description-field p {
	color: #000
}

@media(min-width:768px) {
	.view-id-publication_types.view-display-id-panel_pane_5 .views-field-description-field {
		position: absolute;
		background: rgba(255, 255, 255, 0.8)
	}

}

@media(min-width:1024px) {
	.view-id-publication_types.view-display-id-panel_pane_5 .views-field-description-field {
		position: absolute;
		background: rgba(255, 255, 255, 0.8)
	}

}

.pane-publication-types-pub-type-last-no {
	margin-bottom: 0
}

.pane-publication-types-pub-type-last-no .pane-title {
	background-color: #f1f1f1 !important;
	border-left: 0 !important;
	margin-bottom: 0;
	padding: .75em !important
}

.pane-publication-types-pub-type-last-no .pane-content {
	background-color: #f1f1f1 !important;
	padding: 1em
}

.pane-publication-types-pub-type-last-no .pane-content .panel-2col .panel-col-first {
	width: 25%
}

.pane-publication-types-pub-type-last-no .pane-content .panel-2col .panel-col-last {
	width: 75%
}

.pane-publication-types-pub-type-last-no .pane-content .panel-2col .panel-col-last .views-field-field-publication-uri-dspace-1 {
	clear: both
}

.pane-publication-types-pub-type-last-no .pane-content .panel-2col .panel-col-last .views-field-field-publication-uri-dspace-1 a {
	margin: 1em;
	padding: .5em;
	float: right;
	background-color: #ccc;
	color: #195591;
	font-weight: bold
}

.pane-publication-types-pub-type-articles .pane-title {
	background-color: #f1f1f1 !important;
	border-left: 0 !important;
	margin-bottom: 0;
	padding: 1.25em .5em .5em 1.25em !important;
	margin-top: 0
}

.pane-publication-types-pub-type-articles .pane-content {
	background-color: #f1f1f1 !important;
	padding: .5em 1em;
	display: flex
}

.pane-publication-types-pub-type-articles .view-id-publication_types.view-display-id-pub_type_articles {
	width: 100%
}

.pane-publication-types-pub-type-articles .view-id-publication_types.view-display-id-pub_type_articles ul li {
	border-bottom: 1px solid #d7d7d7;
	padding: .5em;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	-o-column-count: 1;
	column-count: 1
}

.pane-publication-types-pub-type-articles .view-id-publication_types.view-display-id-pub_type_articles ul li:last-child {
	border-bottom: 0
}

.pane-publication-types-pub-type-articles .view-id-publication_types.view-display-id-pub_type_articles ul li span {
	font-size: .9em
}

.view-id-publication_types.view-display-id-panel_pane_6 .panel-col-first, .view-id-publication_types.view-display-id-panel_pane_7 .panel-col-first {
	width: 40%
}

.view-id-publication_types.view-display-id-panel_pane_6 .panel-col-last, .view-id-publication_types.view-display-id-panel_pane_7 .panel-col-last {
	width: 60%
}

.view-id-publication_types.view-display-id-panel_pane_6 h2, .view-id-publication_types.view-display-id-panel_pane_7 h2 {
	margin: 0
}

.view-id-publication_types.view-display-id-panel_pane_6 .views-field-field-publication-image-url img.repository, .view-id-publication_types.view-display-id-panel_pane_7 .views-field-field-publication-image-url img.repository {
	width: 90px;
	height: 117px;
	border: 1px solid #eee
}

.pane-publication-types-panel-pane-3, .pane-publication-types-panel-pane-4 {
	display: block
}

.pane-publication-types-panel-pane-3 h2.pane-title, .pane-publication-types-panel-pane-3 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-publication-types-panel-pane-3 .field--name-title-field, .pane-publication-types-panel-pane-4 h2.pane-title, .pane-publication-types-panel-pane-4 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-publication-types-panel-pane-4 .field--name-title-field {
	margin: 0;
	background-color: #3e8ddd !important;
	border: 0 !important;
	color: #fff !important;
	padding: .5em .5em !important;
	font-size: 13px !important;
	font-weight: bold;
	font-family: "Open Sans" !important;
	text-transform: none !important
}

.pane-publication-types-panel-pane-3 a, .pane-publication-types-panel-pane-4 a {
	text-decoration: underline;
	display: block
}

.pane-publication-types-panel-pane-3 h3, .pane-publication-types-panel-pane-4 h3 {
	margin: 0
}

.pane-publication-types-panel-pane-3 p, .pane-publication-types-panel-pane-4 p {
	margin: 0;
	width: 100%
}

.pane-publication-types-panel-pane-3 span, .pane-publication-types-panel-pane-4 span {
	float: left
}

.pane-publication-types-panel-pane-3 ul li a, .pane-publication-types-panel-pane-4 ul li a {
	margin: .25em 0;
	padding: .5em;
	font-size: 13px;
	font-weight: bold;
	font-family: "Open Sans";
	text-decoration: none;
	color: #195591
}

.pane-publication-types-panel-pane-3 ul li a:active, .pane-publication-types-panel-pane-4 ul li a:active {
	background-color: #d8e8f8;
	color: #3e8ddd
}

.pane-publication-types-panel-pane-3 ul li a:hover, .pane-publication-types-panel-pane-4 ul li a:hover {
	text-decoration: underline
}

.pane-publication-types-panel-pane-3 ul li:last-child, .pane-publication-types-panel-pane-4 ul li:last-child {
	border-bottom: 0
}

.section-publication-type .pane-custom.pane-1, .section-tipo-de-publicacion .pane-custom.pane-1, .node-type-cepal-page .pane-custom.pane-1, .section-publication .pane-custom.pane-1 {
	padding: 0
}

.section-publication-type .pane-custom.pane-1 h2.pane-title, .section-publication-type .pane-custom.pane-1 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .section-publication-type .pane-custom.pane-1 .field--name-title-field, .section-tipo-de-publicacion .pane-custom.pane-1 h2.pane-title, .section-tipo-de-publicacion .pane-custom.pane-1 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .section-tipo-de-publicacion .pane-custom.pane-1 .field--name-title-field, .node-type-cepal-page .pane-custom.pane-1 h2.pane-title, .node-type-cepal-page .pane-custom.pane-1 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-page .pane-custom.pane-1 .field--name-title-field, .section-publication .pane-custom.pane-1 h2.pane-title, .section-publication .pane-custom.pane-1 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .section-publication .pane-custom.pane-1 .field--name-title-field {
	border-top: 3px solid #f15a24;
	border-left: 0 !important;
	background-color: #e4e4e4 !important;
	margin: 0
}

.section-publication-type .pane-custom.pane-1 .pane-content, .section-tipo-de-publicacion .pane-custom.pane-1 .pane-content, .node-type-cepal-page .pane-custom.pane-1 .pane-content, .section-publication .pane-custom.pane-1 .pane-content {
	background-color: #e4e4e4
}

.section-publication-type .pane-custom.pane-1 .pane-content p, .section-tipo-de-publicacion .pane-custom.pane-1 .pane-content p, .node-type-cepal-page .pane-custom.pane-1 .pane-content p, .section-publication .pane-custom.pane-1 .pane-content p {
	margin: 0
}

.section-publication-type .pane-custom.pane-1 .pane-content p a, .section-tipo-de-publicacion .pane-custom.pane-1 .pane-content p a, .node-type-cepal-page .pane-custom.pane-1 .pane-content p a, .section-publication .pane-custom.pane-1 .pane-content p a {
	padding: .5em;
	display: inline-block
}

.section-publication-type .pane-custom.pane-1 form, .section-tipo-de-publicacion .pane-custom.pane-1 form, .node-type-cepal-page .pane-custom.pane-1 form, .section-publication .pane-custom.pane-1 form {
	display: flex
}

.section-publication-type .pane-custom.pane-1 input, .section-tipo-de-publicacion .pane-custom.pane-1 input, .node-type-cepal-page .pane-custom.pane-1 input, .section-publication .pane-custom.pane-1 input {
	float: left;
	padding: .5em;
	margin-top: .5em;
	height: 2.5em;
	margin: .5em;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0
}

.section-publication-type .pane-custom.pane-1 input[type="text"], .section-tipo-de-publicacion .pane-custom.pane-1 input[type="text"], .node-type-cepal-page .pane-custom.pane-1 input[type="text"], .section-publication .pane-custom.pane-1 input[type="text"] {
	border: 1px solid #ccc;
	width: 85%
}

@media(min-width:768px) {
	.section-publication-type .pane-custom.pane-1 input[type="text"], .section-tipo-de-publicacion .pane-custom.pane-1 input[type="text"], .node-type-cepal-page .pane-custom.pane-1 input[type="text"], .section-publication .pane-custom.pane-1 input[type="text"] {
		width: 13em
	}

}

@media(min-width:1024px) {
	.section-publication-type .pane-custom.pane-1 input[type="text"], .section-tipo-de-publicacion .pane-custom.pane-1 input[type="text"], .node-type-cepal-page .pane-custom.pane-1 input[type="text"], .section-publication .pane-custom.pane-1 input[type="text"] {
		width: 20em
	}

}

.section-publication-type .pane-custom.pane-1 input[type="submit"], .section-tipo-de-publicacion .pane-custom.pane-1 input[type="submit"], .node-type-cepal-page .pane-custom.pane-1 input[type="submit"], .section-publication .pane-custom.pane-1 input[type="submit"] {
	width: 3em;
	text-indent: -999px;
	background: no-repeat url(/themes/Cepal-Discover/images/search_btn.png)
}

.pane-publication-types-panel-pane-2 {
	margin-bottom: 2em
}

.pane-publication-types-pub-type-last-items .pane-content {
	padding: 0 1em
}

.pane-publication-types-pub-type-last-items .pane-content ul li {
	border-bottom: 1px dotted #e5e5e5
}

.pane-publication-types-pub-type-last-items .pane-content ul li:last-child {
	border-bottom: 0
}

.pane-publication-types-pub-type-last-items .pane-content .panel-col .inside, .pane-publication-types-pub-type-last-items .pane-content .panel-col-last .inside {
	margin: 1.25em
}

.section-publication-type .date-display-single, .section-tipo-de-publicacion .date-display-single {
	text-transform: capitalize
}

.section-publication-type .views-field-field-publication-image-url img.repository, .section-tipo-de-publicacion .views-field-field-publication-image-url img.repository {
	width: 90px;
	height: 117px;
	border: 1px solid #eee
}

@media(min-width:768px) {
	.section-publication-type .views-field-field-publication-image-url img.repository, .section-tipo-de-publicacion .views-field-field-publication-image-url img.repository {
		width: 115px;
		height: 150px
	}

}

@media(min-width:1024px) {
	.section-publication-type .views-field-field-publication-image-url img.repository, .section-tipo-de-publicacion .views-field-field-publication-image-url img.repository {
		width: 115px;
		height: 150px
	}

}

.page-home .pane-courses-courses-pane h2.pane-title, .page-home .pane-courses-courses-pane .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-home .pane-courses-courses-pane .field--name-title-field, .page-home .pane-home-contents-events h2.pane-title, .page-home .pane-home-contents-events .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-home .pane-home-contents-events .field--name-title-field, .section-home-section .pane-courses-courses-pane h2.pane-title, .section-home-section .pane-courses-courses-pane .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .section-home-section .pane-courses-courses-pane .field--name-title-field, .section-home-section .pane-home-contents-events h2.pane-title, .section-home-section .pane-home-contents-events .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .section-home-section .pane-home-contents-events .field--name-title-field {
	display: none
}

.page-home .events-courses-title, .section-home-section .events-courses-title {
	height: 4.5em
}

.page-home .events-courses-title span a, .section-home-section .events-courses-title span a {
	background-color: #f2f2f2;
	color: #195591;
	font-size: 1.154em;
	padding: .75em .5em;
	text-transform: uppercase;
	font-family: "OpenSans-Bold";
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	margin-top: 1em
}

@media(min-width:768px) {
	.page-home .events-courses-title span a, .section-home-section .events-courses-title span a {
		font-size: 1.077em
	}

}

@media(min-width:1024px) {
	.page-home .events-courses-title span a, .section-home-section .events-courses-title span a {
		font-size: 1.154em
	}

}

.page-home .events-courses-title a.active, .section-home-section .events-courses-title a.active {
	background-color: #d8e8f8;
	padding: 1em .5em;
	margin-top: .5em
}

.page-home .pane-home-contents-events, .section-home-section .pane-home-contents-events {
	clear: both
}

.page-home .pane-courses-courses-pane, .section-home-section .pane-courses-courses-pane {
	display: none
}

.page-taxonomy-term .pane-landing-taxonomy-term-panel-pane-1 .pane-content li {
	border-bottom: 1px solid #e6e6e6;
	padding: .5em
}

.page-taxonomy-term .pane-landing-taxonomy-term-panel-pane-1 .pane-content li:last-child {
	border-bottom: 0
}

.page-taxonomy-term .pane-landing-taxonomy-term-panel-pane-2 .view-content li, .page-taxonomy-term .pane-landing-taxonomy-term-term-activities-auto .view-content li {
	border-bottom: 1px solid #e6e6e6;
	padding: .5em;
	display: inline-block;
	width: 100%
}

.page-taxonomy-term .pane-landing-taxonomy-term-panel-pane-2 .view-content li:last-child, .page-taxonomy-term .pane-landing-taxonomy-term-term-activities-auto .view-content li:last-child {
	border-bottom: 0
}

.page-taxonomy-term .pane-landing-taxonomy-term-panel-pane-2 .view-content li figure, .page-taxonomy-term .pane-landing-taxonomy-term-term-activities-auto .view-content li figure {
	margin: 0
}

.page-taxonomy-term .pane-landing-taxonomy-term-panel-pane-2 .view-content li .field--type-image img, .page-taxonomy-term .pane-landing-taxonomy-term-term-activities-auto .view-content li .field--type-image img {
	float: left;
	margin: 0 1em 0 0;
	border: 1px solid #eee
}

.page-taxonomy-term .pane-landing-taxonomy-term-panel-pane-2 .view-content h2, .page-taxonomy-term .pane-landing-taxonomy-term-term-activities-auto .view-content h2 {
	margin: 0
}

.page-taxonomy-term .pane-landing-taxonomy-term-panel-pane-2 .view-content p, .page-taxonomy-term .pane-landing-taxonomy-term-term-activities-auto .view-content p {
	margin: .5em 0;
	display: table
}

.pane-cooperation-contents-projects-pane h3 {
	margin-top: .25em
}

.node-type-cepal-document div.field--name-field-document-contributors {
	display: list-item;
	margin: 1em 2em
}

.pane-taxonomy-term-field-section-documents {
	clear: both
}

.pane-taxonomy-term-field-section-documents article {
	float: left;
	width: 100%
}

@media(min-width:768px) {
	.pane-taxonomy-term-field-section-documents article {
		width: 50%
	}

}

@media(min-width:1024px) {
	.pane-taxonomy-term-field-section-documents article {
		width: 26em
	}

}

.pane-taxonomy-term-field-section-documents .node__content div.field:first-child {
	border-bottom: 0
}

.pane-taxonomy-term-field-section-documents .node__content div.field {
	padding: 0;
	color: #7f9ebe
}

.page-work-areas .work-area, .page-work-areas .landing-work-area-8192, .page-work-areas .landing-work-area-8188, .page-work-areas .landing-work-area-8183, .page-work-areas .landing-work-area-8187, .page-work-areas .landing-work-area-8195, .page-work-areas .landing-work-area-8169, .page-work-areas .landing-work-area-8179, .page-work-areas .landing-work-area-8180, .page-work-areas .landing-work-area-8184, .page-work-areas .landing-work-area-8190 {
	width: 100%;
	float: left;
	margin: 1em .5em
}

@media(min-width:768px) {
	.page-work-areas .work-area, .page-work-areas .landing-work-area-8192, .page-work-areas .landing-work-area-8188, .page-work-areas .landing-work-area-8183, .page-work-areas .landing-work-area-8187, .page-work-areas .landing-work-area-8195, .page-work-areas .landing-work-area-8169, .page-work-areas .landing-work-area-8179, .page-work-areas .landing-work-area-8180, .page-work-areas .landing-work-area-8184, .page-work-areas .landing-work-area-8190 {
		width: 48%
	}

}

@media(min-width:1024px) {
	.page-work-areas .work-area, .page-work-areas .landing-work-area-8192, .page-work-areas .landing-work-area-8188, .page-work-areas .landing-work-area-8183, .page-work-areas .landing-work-area-8187, .page-work-areas .landing-work-area-8195, .page-work-areas .landing-work-area-8169, .page-work-areas .landing-work-area-8179, .page-work-areas .landing-work-area-8180, .page-work-areas .landing-work-area-8184, .page-work-areas .landing-work-area-8190 {
		width: 32%
	}

}

.page-work-areas .work-area li, .page-work-areas .landing-work-area-8192 li, .page-work-areas .landing-work-area-8188 li, .page-work-areas .landing-work-area-8183 li, .page-work-areas .landing-work-area-8187 li, .page-work-areas .landing-work-area-8195 li, .page-work-areas .landing-work-area-8169 li, .page-work-areas .landing-work-area-8179 li, .page-work-areas .landing-work-area-8180 li, .page-work-areas .landing-work-area-8184 li, .page-work-areas .landing-work-area-8190 li {
	font-family: OpenSans-Bold;
	padding: .5em 1em;
	border-bottom: 1px solid #eee
}

.page-work-areas .work-area li a, .page-work-areas .landing-work-area-8192 li a, .page-work-areas .landing-work-area-8188 li a, .page-work-areas .landing-work-area-8183 li a, .page-work-areas .landing-work-area-8187 li a, .page-work-areas .landing-work-area-8195 li a, .page-work-areas .landing-work-area-8169 li a, .page-work-areas .landing-work-area-8179 li a, .page-work-areas .landing-work-area-8180 li a, .page-work-areas .landing-work-area-8184 li a, .page-work-areas .landing-work-area-8190 li a {
	color: #195591
}

.page-work-areas .work-area li:last-child, .page-work-areas .landing-work-area-8192 li:last-child, .page-work-areas .landing-work-area-8188 li:last-child, .page-work-areas .landing-work-area-8183 li:last-child, .page-work-areas .landing-work-area-8187 li:last-child, .page-work-areas .landing-work-area-8195 li:last-child, .page-work-areas .landing-work-area-8169 li:last-child, .page-work-areas .landing-work-area-8179 li:last-child, .page-work-areas .landing-work-area-8180 li:last-child, .page-work-areas .landing-work-area-8184 li:last-child, .page-work-areas .landing-work-area-8190 li:last-child {
	border-bottom: 0
}

.page-work-areas .work-area-block-title, .page-work-areas .landing-work-area-8192 .block-title, .page-work-areas .landing-work-area-8188 .block-title, .page-work-areas .landing-work-area-8183 .block-title, .page-work-areas .landing-work-area-8187 .block-title, .page-work-areas .landing-work-area-8195 .block-title, .page-work-areas .landing-work-area-8169 .block-title, .page-work-areas .landing-work-area-8179 .block-title, .page-work-areas .landing-work-area-8180 .block-title, .page-work-areas .landing-work-area-8184 .block-title, .page-work-areas .landing-work-area-8190 .block-title {
	padding: 0 1em
}

.page-work-areas .work-area-block-title h3, .page-work-areas .landing-work-area-8192 .block-title h3, .page-work-areas .landing-work-area-8188 .block-title h3, .page-work-areas .landing-work-area-8183 .block-title h3, .page-work-areas .landing-work-area-8187 .block-title h3, .page-work-areas .landing-work-area-8195 .block-title h3, .page-work-areas .landing-work-area-8169 .block-title h3, .page-work-areas .landing-work-area-8179 .block-title h3, .page-work-areas .landing-work-area-8180 .block-title h3, .page-work-areas .landing-work-area-8184 .block-title h3, .page-work-areas .landing-work-area-8190 .block-title h3 {
	margin: 0
}

.page-work-areas .work-area-block-title h3 a, .page-work-areas .landing-work-area-8192 .block-title h3 a, .page-work-areas .landing-work-area-8188 .block-title h3 a, .page-work-areas .landing-work-area-8183 .block-title h3 a, .page-work-areas .landing-work-area-8187 .block-title h3 a, .page-work-areas .landing-work-area-8195 .block-title h3 a, .page-work-areas .landing-work-area-8169 .block-title h3 a, .page-work-areas .landing-work-area-8179 .block-title h3 a, .page-work-areas .landing-work-area-8180 .block-title h3 a, .page-work-areas .landing-work-area-8184 .block-title h3 a, .page-work-areas .landing-work-area-8190 .block-title h3 a {
	color: #FFF;
	font-size: 1.5em;
	text-transform: uppercase;
	display: block;
	padding: .5em;
	min-height: 4em;
	font-weight: normal;
	font-family: Oswald
}

.page-work-areas .landing-work-area-8192 .block-title {
	background-color: #f9d8b3
}

.page-work-areas .landing-work-area-8192 .block-title h3 {
	background-color: #ec8b1a
}

.page-work-areas .landing-work-area-8188 .block-title {
	background-color: #eabac6
}

.page-work-areas .landing-work-area-8188 .block-title h3 {
	background-color: #c82461
}

.page-work-areas .landing-work-area-8183 .block-title {
	background-color: #fbe3d9
}

.page-work-areas .landing-work-area-8183 .block-title h3 {
	background-color: #f2a68f
}

.page-work-areas .landing-work-area-8187 .block-title {
	background-color: #c7aac8
}

.page-work-areas .landing-work-area-8187 .block-title h3 {
	background-color: #640360
}

.page-work-areas .landing-work-area-8195 .block-title {
	background-color: #9ee2eb
}

.page-work-areas .landing-work-area-8195 .block-title h3 {
	background-color: #009ec1
}

.page-work-areas .landing-work-area-8169 .block-title {
	background-color: #d2a8bc
}

.page-work-areas .landing-work-area-8169 .block-title h3 {
	background-color: #79033a
}

.page-work-areas .landing-work-area-8179 .block-title {
	background-color: #d2a8bc
}

.page-work-areas .landing-work-area-8179 .block-title h3 {
	background-color: #b02926
}

.page-work-areas .landing-work-area-8180 .block-title {
	background-color: #a3d8be
}

.page-work-areas .landing-work-area-8180 .block-title h3 {
	background-color: #00853e
}

.page-work-areas .landing-work-area-8184 .block-title {
	background-color: #f8d1b4
}

.page-work-areas .landing-work-area-8184 .block-title h3 {
	background-color: #e96c2a
}

.page-work-areas .landing-work-area-8190 .block-title {
	background-color: #a9b7cb
}

.page-work-areas .landing-work-area-8190 .block-title h3 {
	background-color: #002c69
}

.page-taxonomy-term .pane-cepal-section-libsearch h2.pane-title, .page-taxonomy-term .pane-cepal-section-libsearch .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-taxonomy-term .pane-cepal-section-libsearch .field--name-title-field, .node-type-cepal-page .pane-cepal-section-libsearch h2.pane-title, .node-type-cepal-page .pane-cepal-section-libsearch .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-page .pane-cepal-section-libsearch .field--name-title-field, .node-type-cepal-service .pane-cepal-section-libsearch h2.pane-title, .node-type-cepal-service .pane-cepal-section-libsearch .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-service .pane-cepal-section-libsearch .field--name-title-field {
	cursor: pointer
}

.pane-library-find-things, .section-library-section .pane-cepal-section-libsearch, .page-taxonomy-term.section-library .pane-cepal-section-libsearch, .pane-cepal-section-libsearch {
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #e4e4e4 50%, white 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e4e4e4), color-stop(100%, white));
	background: -webkit-linear-gradient(top, #e4e4e4 50%, white 100%);
	background: -o-linear-gradient(top, #e4e4e4 50%, white 100%);
	background: -ms-linear-gradient(top, #e4e4e4 50%, white 100%);
	background: linear-gradient(to bottom, #e4e4e4 50%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#ffffff', GradientType=0)
}

.pane-library-find-things h2.pane-title, .page-taxonomy-term.section-library .pane-cepal-section-libsearch h2.pane-title, .pane-cepal-section-libsearch h2.pane-title, .pane-library-find-things .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-library-find-things .field--name-title-field, .pane-cepal-section-libsearch .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-cepal-section-libsearch .field--name-title-field {
	border-top: 3px solid #f15a24;
	border-left: 0 !important;
	background-color: #e4e4e4 !important;
	margin: 0
}

.pane-library-find-things form, .section-library-section .pane-cepal-section-libsearch form, .page-taxonomy-term.section-library .pane-cepal-section-libsearch form, .pane-cepal-section-libsearch form {
	padding: 1em 4em
}

.pane-library-find-things form a, .section-library-section .pane-cepal-section-libsearch form a, .page-taxonomy-term.section-library .pane-cepal-section-libsearch form a, .pane-cepal-section-libsearch form a {
	font-family: OpenSans-Bold;
	padding: 1em 2em;
	display: block;
	text-align: center
}

@media(min-width:768px) {
	.pane-library-find-things form a, .section-library-section .pane-cepal-section-libsearch form a, .page-taxonomy-term.section-library .pane-cepal-section-libsearch form a, .pane-cepal-section-libsearch form a {
		display: inline-block
	}

}

.pane-library-find-things input[type=text], .page-taxonomy-term.section-library .pane-cepal-section-libsearch input[type=text], .pane-cepal-section-libsearch input[type=text] {
	font-size: 1em;
	height: 3.5em;
	padding: .5em;
	width: 80%
}

@media(min-width:768px) {
	.pane-library-find-things input[type=text], .page-taxonomy-term.section-library .pane-cepal-section-libsearch input[type=text], .pane-cepal-section-libsearch input[type=text] {
		width: 55%
	}

}

@media(min-width:1024px) {
	.pane-library-find-things input[type=text], .page-taxonomy-term.section-library .pane-cepal-section-libsearch input[type=text], .pane-cepal-section-libsearch input[type=text] {
		width: 70%
	}

}

.pane-library-find-things input[type="submit"], .page-taxonomy-term.section-library .pane-cepal-section-libsearch input[type="submit"], .pane-cepal-section-libsearch input[type="submit"] {
	width: 3.5em;
	text-indent: -999px;
	background: no-repeat center url(/themes/Cepal-Discover/images/search_btn.png);
	height: 3.5em;
	border: 0;
	background-color: #f15a24
}

.pane-library-find-things input[type="radio"], .page-taxonomy-term.section-library .pane-cepal-section-libsearch input[type="radio"], .pane-cepal-section-libsearch input[type="radio"] {
	margin: 0 1em
}

.pane-library-find-things .search-options, .page-taxonomy-term.section-library .pane-cepal-section-libsearch .search-options, .pane-cepal-section-libsearch .search-options {
	padding: 1em
}

.pane-library-find-things .search-options div, .page-taxonomy-term.section-library .pane-cepal-section-libsearch .search-options div, .pane-cepal-section-libsearch .search-options div {
	padding: .5em 0
}

@media(min-width:768px) {
	.pane-library-find-things .search-options div, .page-taxonomy-term.section-library .pane-cepal-section-libsearch .search-options div, .pane-cepal-section-libsearch .search-options div {
		padding: 0;
		float: left
	}

}

.page-taxonomy-term.section-library .pane-term-name h1 {
	margin: 1em 0 0 0
}

.page-taxonomy-term.section-library .pane-term-name h2.pane-title, .page-taxonomy-term.section-library .pane-term-name .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-taxonomy-term.section-library .pane-term-name .field--name-title-field {
	display: none
}

.page-taxonomy-term.section-library .pane-term-name .pane-content h2 {
	font-family: "Open Sans"
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-feature-service-link {
	background-color: #195591
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-feature-service-link a {
	padding: .25em;
	color: #fff;
	font-size: 1.25em;
	display: flex;
	align-items: center
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-feature-service-link a:before {
	content: "\f059";
	font-size: 2.5em;
	font-family: "FontAwesome";
	padding: .25em
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-feature-service-link a:hover {
	text-decoration: none
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-contact-person {
	margin-bottom: 0;
	padding-bottom: 0
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-contact-person .field-label, .page-taxonomy-term.section-library .pane-taxonomy-term-field-contact-person .field--name-field-contact-telephone {
	padding-bottom: 0;
	margin-bottom: 0
}

.page-taxonomy-term.section-library .pane-service-contents-panel-pane-available-services .view-content ul, .page-taxonomy-term.section-library .pane-service-contents-panel-pane-information-resources .view-content ul {
	margin: 0 2em
}

.page-taxonomy-term.section-library .pane-service-contents-panel-pane-available-services .view-content ul li, .page-taxonomy-term.section-library .pane-service-contents-panel-pane-information-resources .view-content ul li {
	list-style: initial;
	list-style-type: disc;
	color: #f15a24;
	padding: .5em 0;
	border-bottom: 1px solid #f2f2f2
}

.page-taxonomy-term.section-library .pane-service-contents-panel-pane-available-services .view-content ul li:last-child, .page-taxonomy-term.section-library .pane-service-contents-panel-pane-information-resources .view-content ul li:last-child {
	border-bottom: 0
}

.page-taxonomy-term.section-library .pane-service-contents-panel-pane-available-services .view-content ul li a, .page-taxonomy-term.section-library .pane-service-contents-panel-pane-information-resources .view-content ul li a {
	color: #2a3744;
	font-weight: normal
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-address h2 {
	display: none
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-address .field--name-field-address {
	padding: 1.25em 0
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-library-short-name h3 {
	font-family: "Open Sans";
	font-size: 1.25em
}

.page-taxonomy-term.section-library .pane-cepal-section-libsearch h2 {
	pointer: pointer
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-link {
	margin: 0 0 1em 0
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-link .field--name-field-link {
	margin: 1em 0;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 1em
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-link .field--name-field-link:before {
	content: "\f0c1";
	font-family: "FontAwesome";
	color: #f15a24;
	font-size: 1.5em;
	float: left;
	padding: 0 .25em
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-link .field--name-field-link:last-child {
	border-bottom: 0
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule .pane-content, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address .pane-content {
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 0 1em
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-library-schedule .pane-content p, .page-taxonomy-term.section-library .pane-taxonomy-term-field-address .pane-content p {
	color: #195591
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-service-link {
	margin: 1em 0;
	padding: 1em;
	background-color: #195591;
	color: white;
	display: flex
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-service-link a {
	color: white;
	font-family: OpenSans-Bold;
	font-size: 1.3em;
	float: left;
	padding: .75em
}

.page-taxonomy-term.section-library .pane-taxonomy-term-field-service-link i {
	float: left
}

.node-type-cepal-pubselection .pane-node-field-section-publications {
	background-color: #f2f2f2
}

.node-type-cepal-pubselection .pane-node-field-section-publications .flexslider {
	background-color: #f2f2f2;
	border: 0
}

.node-type-cepal-pubselection .pane-node-field-section-publications ul {
	background-color: #f9f9f9;
	padding: 1rem .25rem
}

.node-type-cepal-pubselection .pane-node-field-section-publications li {
	background-color: #f9f9f9;
	padding: 1em
}

.node-type-cepal-pubselection .pane-node-field-pubselection-section img {
	width: 115px;
	height: 150px;
	border: 1px solid #eee
}

.node-type-cepal-pubselection .pane-node-field-pubselection-section h3 {
	font-size: 1em;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	text-align: left;
	margin: .5em 0;
	font-weight: normal
}

.node-type-cepal-pubselection .pane-node-field-pubselection-section h3 a {
	color: #2a3744
}

.node-type-cepal-pubselection .pane-node-description-field {
	background-color: #f2f2f2;
	margin: 0
}

.node-type-cepal-pubselection .pane-node-description-field p {
	font-size: 1em;
	padding: 1em;
	margin: 0
}

.page-publications-selections li.views-row {
	border-bottom: 3px solid #fff
}

.page-publications-selections li.views-row:last-child {
	border-bottom: 0
}

.page-publications-selections .subtitle.sub-type, .page-publications-selections .node-type-cepal-section .pane-node-field-section-projects .sub-type.field--name-field-project-financing, .node-type-cepal-section .pane-node-field-section-projects .page-publications-selections .sub-type.field--name-field-project-financing, .page-publications-selections .node-type-cepal-section .pane-courses-courses-events-bytopic-pane .sub-type.field--name-field-project-financing, .node-type-cepal-section .pane-courses-courses-events-bytopic-pane .page-publications-selections .sub-type.field--name-field-project-financing, .page-publications-selections .node-type-cepal-section .pane-node-field-section-news-common article .sub-type.field--name-field-news-type, .node-type-cepal-section .pane-node-field-section-news-common article .page-publications-selections .sub-type.field--name-field-news-type, .page-publications-selections .node-type-cepal-section .pane-node-field-section-news-common article .sub-type.field--name-field-article-type, .node-type-cepal-section .pane-node-field-section-news-common article .page-publications-selections .sub-type.field--name-field-article-type, .page-publications-selections .node-type-cepal-section .pane-node-field-section-news-translated article .sub-type.field--name-field-news-type, .node-type-cepal-section .pane-node-field-section-news-translated article .page-publications-selections .sub-type.field--name-field-news-type, .page-publications-selections .node-type-cepal-section .pane-node-field-section-news-translated article .sub-type.field--name-field-article-type, .node-type-cepal-section .pane-node-field-section-news-translated article .page-publications-selections .sub-type.field--name-field-article-type, .page-publications-selections .view-landing-news.view-display-id-block_2 .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .view-landing-news.view-display-id-block_2 .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-landing-news.view-display-id-block_2 .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .view-landing-news.view-display-id-block_2 .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-display-id-press_news_list_pane .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .view-display-id-press_news_list_pane .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-display-id-press_news_list_pane .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .view-display-id-press_news_list_pane .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-display-id-cooperation_news_list_pane .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .view-display-id-cooperation_news_list_pane .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-display-id-cooperation_news_list_pane .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .view-display-id-cooperation_news_list_pane .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-display-id-home_news_list_en_pane .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .view-display-id-home_news_list_en_pane .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-display-id-home_news_list_en_pane .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .view-display-id-home_news_list_en_pane .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .pane-landing-work-area-list-news .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .pane-landing-work-area-list-news .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .pane-landing-work-area-list-news .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .pane-landing-work-area-list-news .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-id-landing_topics.view-display-id-list_news .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .view-id-landing_topics.view-display-id-list_news .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .pane-landing-regional-office-office-list-news .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .pane-landing-regional-office-office-list-news .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .pane-landing-regional-office-office-list-news .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .pane-landing-regional-office-office-list-news .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .pane-landing-work-area-v2-wa-news .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .pane-landing-work-area-v2-wa-news .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .pane-landing-work-area-v2-wa-news .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .pane-landing-work-area-v2-wa-news .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing .sub-type.landing-news-block-lastest-news-type, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 .sub-type.landing-news-block-lastest-news-type, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 .page-publications-selections .sub-type.landing-news-block-lastest-news-type, .page-publications-selections .sub-type.views-field-type, .page-publications-selections .sub-type.field--name-field-document-type, .page-publications-selections .page-press-external-news .view-display-id-external_news .views-field-nothing span .sub-type:last-child, .page-press-external-news .view-display-id-external_news .views-field-nothing span .page-publications-selections .sub-type:last-child, .page-publications-selections .page-presentations .view-display-id-panel_pane_1 .views-field-nothing span .sub-type:last-child, .page-presentations .view-display-id-panel_pane_1 .views-field-nothing span .page-publications-selections .sub-type:last-child, .page-publications-selections .page-videos .view-display-id-panel_pane_2 .views-field-nothing span .sub-type:last-child, .page-videos .view-display-id-panel_pane_2 .views-field-nothing span .page-publications-selections .sub-type:last-child, .page-publications-selections .page-press .pane-landing-news-external-news .views-field-field-cfi-media div.sub-type, .page-press .pane-landing-news-external-news .views-field-field-cfi-media .page-publications-selections div.sub-type, .page-publications-selections .node-type-cepal-page .pane-landing-news-external-news .views-field-field-cfi-media div.sub-type, .node-type-cepal-page .pane-landing-news-external-news .views-field-field-cfi-media .page-publications-selections div.sub-type, .page-publications-selections .node-type-cepal-section .pane-landing-news-external-news .views-field-field-cfi-media div.sub-type, .node-type-cepal-section .pane-landing-news-external-news .views-field-field-cfi-media .page-publications-selections div.sub-type {
	display: none
}

.page-publications-selections .field--name-field-pubselection-image.field--type-image {
	float: left;
	margin: 0 1em
}

.page-publications-selections h2, .page-publications-selections h2 a {
	font-family: "Oswald";
	color: #195591
}

.page-publications-selections .field--name-description-field {
	display: flex
}

.page-publications-selections .field--name-description-field p {
	margin-top: 0
}

.page-publications-selections .view-id-publication_selection_collections.view-display-id-collections .view-content {
	background-color: #f2f2f2
}

.page-publications-selections .view-id-publication_selection_collections.view-display-id-collections .view-content .views-row {
	display: flex
}

.page-publications-selections .view-id-publication_selection_collections.view-display-id-collections .view-content .field--name-field-pubtype-image img {
	margin: 1em;
	float: left;
	display: block;
	height: auto;
	width: 7.5em
}

.page-publications-selections .view-id-publication_selection_collections.view-display-id-collections .view-content .views-field-name {
	float: left;
	margin: 1em;
	width: 50%;
	align-self: center
}

.page-publications-selections .view-id-publication_selection_collections.view-display-id-collections .view-content .views-field-name a {
	color: #195591;
	font-weight: bold
}

.page-publications-selections .pane-contact h2.pane-title, .page-publications-selections .pane-contact .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-publications-selections .pane-contact .field--name-title-field {
	text-transform: none !important
}

.pane-cepal-section-libsearch h2 {
	pointer: pointer
}

.node-type-cepal-service .pane-node-title-field {
	margin-bottom: 0
}

.node-type-cepal-service .pane-cepal-block-basic-block-share-content {
	float: none
}

.field--name-field-service-beneficiaries {
	font-size: 1.25em;
	color: #666
}

.pane-node-field-service-library h2.pane-title, .pane-node-field-service-library .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-node-field-service-library .field--name-title-field {
	margin-top: 0;
	padding-top: 0 !important
}

.service-service .pane-node-field-service-link {
	background-color: #f15a24
}

.service-service .pane-node-field-service-link a {
	padding: 1em;
	color: #fff;
	font-size: 1.25em;
	display: flex;
	align-items: center
}

.service-service .pane-node-field-service-link a:before {
	content: "\f00b";
	font-size: 2.5em;
	font-family: "FontAwesome";
	padding: .25em
}

.service-service .pane-node-field-service-link a:hover {
	text-decoration: none
}

.pane-service-contents-panel-pane-1 .view-content ul, .pane-service-contents-panel-pane-2 .view-content ul {
	margin: 0 2em
}

.pane-service-contents-panel-pane-1 .view-content ul li, .pane-service-contents-panel-pane-2 .view-content ul li {
	list-style: initial;
	list-style-type: disc;
	color: #f15a24;
	padding: .5em 0;
	border-bottom: 1px solid #f2f2f2
}

.pane-service-contents-panel-pane-1 .view-content ul li:last-child, .pane-service-contents-panel-pane-2 .view-content ul li:last-child {
	border-bottom: 0
}

.pane-service-contents-panel-pane-1 .view-content ul li a, .pane-service-contents-panel-pane-2 .view-content ul li a {
	color: #2a3744;
	font-weight: normal
}

.service-information-resource .pane-node-field-service-link {
	background-color: #f15a24
}

.service-information-resource .pane-node-field-service-link a {
	padding: 1em;
	color: #fff;
	font-size: 1.25em;
	display: flex;
	align-items: center
}

.service-information-resource .pane-node-field-service-link a:before {
	content: "\f140";
	font-size: 2.5em;
	font-family: "FontAwesome";
	padding: .25em
}

.service-information-resource .pane-node-field-service-link a:hover {
	text-decoration: none
}

.pane-taxonomy-term-field-section-main-banner .pane-content {
	background-color: #fff
}

.node-type-cepal-page .pane-term-name h2 {
	display: none
}

.node-type-cepal-page .pane-libraries-reference-teaser-pane {
	font-weight: bold;
	background-color: #d8e8f8
}

.node-type-cepal-page .pane-libraries-reference-teaser-pane h2.pane-title, .node-type-cepal-page .pane-libraries-reference-teaser-pane .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .node-type-cepal-page .pane-libraries-reference-teaser-pane .field--name-title-field {
	text-transform: none !important
}

.node-type-cepal-page .pane-libraries-reference-teaser-pane article {
	padding-bottom: 1em
}

.node-type-cepal-page .pane-libraries-reference-teaser-pane div>div.field:first-child {
	margin-top: 1em;
	border-bottom: 5px solid #d8e8f8
}

.node-type-cepal-page .pane-libraries-reference-teaser-pane .field--name-field-contact-email {
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 0 1em
}

.node-type-cepal-page .pane-libraries-reference-teaser-pane .field--name-field-contact-telephone, .node-type-cepal-page .pane-libraries-reference-teaser-pane .field--name-field-address, .node-type-cepal-page .pane-libraries-reference-teaser-pane .field--name-field-library-schedule p {
	background-color: white;
	color: #195591 !important;
	padding: .5em;
	margin: 0 1em
}

.page-country .pane-taxonomy-term-field-teaser {
	line-height: 21px;
	font-size: 1.1em;
	color: #3e3e3e
}

.page-country .view-id-landing_country.view-display-id-country_infographic figure {
	margin: 0
}

.page-country .view-id-landing_country.view-display-id-country_infographic figure img {
	border: 1px solid #ccc
}

.pane-select-content-banner-for-publications-main-banner {
	display: inline-block;
	background-color: #eee;
	width: 100%;
	position: relative;
	margin-bottom: 0
}

.pane-select-content-banner-for-publications-main-banner img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: none;
	transition: none;
	-webkit-transform-origin: none;
	-moz-transform-origin: none
}

@media(min-width:768px) {
	.pane-select-content-banner-for-publications-main-banner img {
		-webkit-transition: none;
		transition: none;
		-webkit-transform-origin: none;
		-moz-transform-origin: none
	}

}

@media(min-width:1024px) {
	.pane-select-content-banner-for-publications-main-banner img {
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%
	}

}

.pane-select-content-banner-for-publications-main-banner img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	max-width: 100%
}

@media(min-width:768px) {
	.pane-select-content-banner-for-publications-main-banner img:hover {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		max-width: 100%
	}

}

@media(min-width:1024px) {
	.pane-select-content-banner-for-publications-main-banner img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .85;
		max-width: 100%
	}

}

.pane-select-content-banner-for-publications-main-banner p {
	padding: .5em;
	margin: 0;
	line-height: 1.5em;
	font-size: 1em;
	color: #3e3e3e
}

.pane-select-content-banner-for-publications-main-banner .more-link, .pane-select-content-banner-for-publications-main-banner .view-footer {
	clear: right
}

.pane-select-content-banner-for-publications-main-banner .more-link a, .pane-select-content-banner-for-publications-main-banner .view-footer a {
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	margin: .5em;
	float: right;
	font-weight: normal
}

.pane-select-content-banner-for-publications-main-banner .field--name-field-banner-image {
	display: inline-block;
	overflow: hidden;
	width: 98%;
	border: 1px solid #e6e6e6;
	margin: .5em 0 1em 0;
	float: left
}

@media(min-width:768px) {
	.pane-select-content-banner-for-publications-main-banner .field--name-field-banner-image {
		width: 50%;
		margin: .5em
	}

}

@media(min-width:1024px) {
	.pane-select-content-banner-for-publications-main-banner .field--name-field-banner-image {
		width: 50%;
		margin: .5em
	}

}

.pane-select-content-banner-for-publications-main-banner article a.right {
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	margin: .5em;
	float: right
}

.pane-select-content-banner-for-publications-main-banner .field--name-field-teaser {
	line-height: 1.5em;
	font-size: 1em;
	color: #3e3e3e;
	border: 0;
	clear: none
}

.pane-select-content-banner-for-publications-main-banner h2 {
	margin: 0;
	color: #195591;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	float: none;
	padding: .25em
}

@media(min-width:768px) {
	.pane-select-content-banner-for-publications-main-banner h2 {
		padding: .25em 1em
	}

}

@media(min-width:1024px) {
	.pane-select-content-banner-for-publications-main-banner h2 {
		padding: .25em 1em
	}

}

.pane-select-content-banner-for-publications-main-banner h2 a {
	display: block;
	text-decoration: none;
	color: #195591;
	font-size: 23px
}

.pane-select-content-banner-for-publications-main-banner h2 a:hover {
	text-decoration: underline
}

.pane-node-field-area-and-topic .pane-content {
	display: inline-block
}

.pane-node-field-area-and-topic .pane-content .field--name-field-area-and-topic {
	float: left
}

.pane-node-field-area-and-topic .pane-content h2 {
	margin: .3rem
}

.pane-node-field-area-and-topic .pane-content h2 a {
	border: 1px solid #e6e6e6;
	background-color: white;
	border-radius: 3px;
	color: #f15a24;
	padding: .25em .75em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .688rem;
	display: inline-block;
	font-family: "Open Sans"
}

.wrapper-sticky-index {
	background-color: white;
	display: none
}

@media(min-width:768px) {
	.wrapper-sticky-index {
		display: block
	}

}

.wrapper-sticky-index h2 {
	color: #195591;
	font-family: 'Oswald';
	font-size: 1rem;
	font-weight: normal;
	padding-left: 1rem
}

.wrapper-sticky-index h2 a {
	color: #195591;
	font-family: 'Oswald';
	font-size: 1rem;
	font-weight: normal
}

.wrapper-sticky-index h2 a:hover {
	text-decoration: underline
}

.node-type-cepal-page .pane-node-field-body h2 a {
	color: #195591;
	text-decoration: none
}

.node-type-cepal-page .pane-node-field-body h2 a:hover {
	text-decoration: underline
}

.pane-taxonomy-term-field-social-facebook {
	background-color: #3b579d;
	color: white;
	padding: 1rem;
	display: flex;
	align-items: center
}

.pane-taxonomy-term-field-social-facebook a {
	color: white;
	font-family: "Open Sans";
	font-size: 1rem
}

.pane-taxonomy-term-field-social-facebook:before {
	content: "\f09a";
	font-family: "FontAwesome";
	font-size: 2rem;
	margin: 0 1rem
}

.pane-taxonomy-term-field-social-youtube {
	background-color: #cd201f;
	color: white;
	padding: 1rem;
	display: flex;
	align-items: center
}

.pane-taxonomy-term-field-social-youtube a {
	color: white;
	font-family: "Open Sans";
	font-size: 1rem
}

.pane-taxonomy-term-field-social-youtube:before {
	content: "\f167";
	font-family: "FontAwesome";
	font-size: 2rem;
	margin: 0 1rem
}

.pane-taxonomy-term-field-social-linkedin {
	background-color: #0077b5;
	color: white;
	padding: 1rem;
	display: flex;
	align-items: center
}

.pane-taxonomy-term-field-social-linkedin a {
	color: white;
	font-family: "Open Sans";
	font-size: 1rem
}

.pane-taxonomy-term-field-social-linkedin:before {
	content: "\f0e1";
	font-family: "FontAwesome";
	font-size: 2rem;
	margin: 0 1rem
}

.view-id-list_news.view-display-id-list_live_videos li.views-row {
	display: block;
	margin: 1em 0;
	background-color: #f2f2f2;
	padding: 1em;
	min-height: 18.5em
}

@media(min-width:768px) {
	.view-id-list_news.view-display-id-list_live_videos li.views-row {
		min-height: 14.25em
	}

}

@media(min-width:1024px) {
	.view-id-list_news.view-display-id-list_live_videos li.views-row {
		min-height: 18.5em
	}

}

.view-id-list_news.view-display-id-list_live_videos li.views-row .field--name-field-video-file {
	width: 100%;
	display: inline-block;
	float: left
}

@media(min-width:768px) {
	.view-id-list_news.view-display-id-list_live_videos li.views-row .field--name-field-video-file {
		width: 50%
	}

}

.view-id-list_news.view-display-id-list_live_videos li.views-row ul.links.links--inline {
	display: none
}

.view-id-list_news.view-display-id-list_live_videos li.views-row .field--name-title-field {
	display: flex;
	font-weight: normal;
	padding: 0 1em
}

@media(min-width:768px) {
	.view-id-list_news.view-display-id-list_live_videos li.views-row .field--name-title-field {
		padding: 0 2em
	}

}

.view-id-list_news.view-display-id-list_live_videos li.views-row .field--name-field-date {
	display: flex;
	padding: 0 2em
}

.pane-node-field-section-publications .flexslider, .pane-node-field-pubselection-section .flexslider {
	padding: 0 50px;
	margin: 0
}

@media(min-width:768px) {
	.pane-node-field-section-publications .flexslider, .pane-node-field-pubselection-section .flexslider {
		padding: 0 37px
	}

}

@media(min-width:1024px) {
	.pane-node-field-section-publications .flexslider, .pane-node-field-pubselection-section .flexslider {
		padding: 1.5rem 3rem
	}

}

.pane-node-field-section-publications .flexslider ul li, .pane-node-field-pubselection-section .flexslider ul li {
	float: left;
	padding: 0 1em
}

.pane-node-field-section-publications .flexslider ul li h3, .pane-node-field-pubselection-section .flexslider ul li h3 {
	font-weight: 100;
	display: none
}

@media(min-width:1024px) {
	.pane-node-field-section-publications .flexslider ul li h3, .pane-node-field-pubselection-section .flexslider ul li h3 {
		display: block
	}

}

.pane-node-field-section-publications .flexslider ul li img, .pane-node-field-pubselection-section .flexslider ul li img {
	border: 1px solid #eee;
	width: 115px;
	height: 150px
}

@media(min-width:768px) {
	.pane-node-field-section-publications .flexslider ul li img, .pane-node-field-pubselection-section .flexslider ul li img {
		width: 88px;
		height: 123px
	}

}

@media(min-width:1024px) {
	.pane-node-field-section-publications .flexslider ul li img, .pane-node-field-pubselection-section .flexslider ul li img {
		width: 115px;
		height: 150px
	}

}

.pane-node-field-section-publications .flexslider ul li .flex-caption, .pane-node-field-pubselection-section .flexslider ul li .flex-caption {
	display: none
}

.pane-node-field-section-publications .flexslider .flex-direction-nav a, .pane-node-field-section-publications .flexslider .flex-direction-nav a, .pane-node-field-pubselection-section .flexslider .flex-direction-nav a, .pane-node-field-pubselection-section .flexslider .flex-direction-nav a {
	display: block;
	color: #f15a24
}

.pane-node-field-section-publications .flex-direction-nav .flex-next, .pane-node-field-pubselection-section .flex-direction-nav .flex-next {
	right: 0 !important;
	margin-right: 12px;
	opacity: 1 !important
}

.pane-node-field-section-publications .flex-direction-nav .flex-prev, .pane-node-field-pubselection-section .flex-direction-nav .flex-prev {
	left: 0 !important;
	opacity: 1 !important;
	margin-left: 12px
}

.pane-node-field-section-publications div.flexslider div.field-content, .pane-node-field-pubselection-section div.flexslider div.field-content {
	padding-left: 50px;
	padding-right: 50px
}

.pane-node-field-section-publications .flex-direction-nav a:before, .pane-node-field-pubselection-section .flex-direction-nav a:before {
	color: #f15a24
}

.pane-node-field-section-publications .flexslider ul li, .pane-node-field-pubselection-section .flexslider ul li {
	width: 142.25px !important
}

@media(min-width:768px) {
	.pane-node-field-section-publications .flexslider ul li, .pane-node-field-pubselection-section .flexslider ul li {
		width: 100px !important
	}

}

@media(min-width:768px) {
	.pane-node-field-section-publications .flexslider ul li, .pane-node-field-pubselection-section .flexslider ul li {
		width: 142.25px !important
	}

}

.pane-node-field-section-publications .flexslider ul li a, .pane-node-field-pubselection-section .flexslider ul li a {
	font-size: .8rem;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	color: #2a3744;
	text-align: left;
	margin: .5em 0;
	font-weight: normal
}

#publications-home.flexslider ul {
	background-color: #f9f9f9
}

#publications-home.flexslider .slides>li {
	margin: 0 1em;
	padding: 0 1em
}

.l-constrained, .l-header-menu {
	background-color: #3e8ddd
}

.selby-flipped-content-container.selby-flipped-container.span9 .selby-flipped-container .selby-flipped-column-inner {
	margin-right: 20px
}

.selby-flipped-sidebar.span3 .selby-flipped-column-content-region-inner {
	margin-right: 0
}

.front .l-main {
	min-height: 500px
}

.btn-orange, .view-landing-news.view-display-id-banner .views-field-field-banner-url, .view-id-landing_publication.view-display-id-main_banner .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-field-banner-url, .pane-select-content-banner-for-publications-main-banner .views-field-field-banner-url, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-field-banner-url, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-field-banner-url, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-field-banner-url, .pane-landing-work-area-main-banner .views-field-field-banner-url, .pane-landing-topics-main-banner .views-field-field-banner-url, .pane-landing-regional-office-office-main-banner .views-field-field-banner-url, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-field-banner-url, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-field-banner-url, .view-display-id-topic_office_banners .views-field-field-banner-url, .more-link a, .view-footer a, .read-more a {
	background-color: #f15a24;
	text-decoration: none;
	color: white;
	padding: .5em;
	margin: .5em;
	float: right
}

.btn-orange:hover, .view-landing-news.view-display-id-banner .views-field-field-banner-url:hover, .view-id-landing_publication.view-display-id-main_banner .views-field-field-banner-url:hover, .pane-select-content-banner-for-press-center-press-banner-main-en-pane .views-field-field-banner-url:hover, .pane-select-content-banner-for-publications-main-banner .views-field-field-banner-url:hover, .pane-select-content-banner-for-press-center-press-banner-main-es-pane .views-field-field-banner-url:hover, .pane-select-content-banner-for-cooperation-panel-pane-1 .views-field-field-banner-url:hover, .view-id-select_content_banner_for_publications.view-display-id-main_banner .views-field-field-banner-url:hover, .pane-landing-work-area-main-banner .views-field-field-banner-url:hover, .pane-landing-topics-main-banner .views-field-field-banner-url:hover, .pane-landing-regional-office-office-main-banner .views-field-field-banner-url:hover, .view-id-landing_work_area_v2.view-display-id-wa_banner .views-field-field-banner-url:hover, .view-id-landing_topics_manual.view-display-id-topic_manual_main_banner .views-field-field-banner-url:hover, .view-display-id-topic_office_banners .views-field-field-banner-url:hover, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_es .views-row .views-field-nothing a:hover, .view-id-landing_person.view-display-id-bio .views-row .views-field-nothing a:hover, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_des .views-row .views-field-nothing a:hover, .view-id-landing_about.view-display-id-office_of_the_executive_secretary_oic .views-row .views-field-nothing a:hover, .view-id-landing_about.view-display-id-list_former_secretaries .views-row .views-field-nothing a:hover, .pane-publication-types-pub-type-last-no .pane-content .panel-2col .panel-col-last .views-field-field-publication-uri-dspace-1 a:hover, .more-link a:hover, .view-footer a:hover, .read-more a:hover {
	background-color: #f90;
	color: white
}

.front article {
	clear: both
}

.left {
	float: left
}

.right {
	float: right
}

.w50 {
	width: 100%;
	padding: 1em
}

@media(min-width:1024px) {
	.w50 {
		width: 50%;
		padding: 0
	}

}

.center {
	text-align: center
}

.l-branding {
	background: none;
	background-position-x: 100%;
	background-position-y: 100%;
	height: 8.5em
}

@media(min-width:768px) {
	.l-branding {
		height: 9em;
		background: url(/themes/Cepal-Discover/images/header-design.png) no-repeat 100% 100%
	}

}

@media(min-width:1024px) {
	.l-branding {
		height: 10em;
		background: url(/themes/Cepal-Discover/images/header-design.png) no-repeat 100% 100%
	}

}

.views-exposed-widgets {
	padding: 0;
	margin: 0
}

.views-exposed-widgets input.form-submit {
	margin-top: .5em;
	background-color: #3e8ddd
}

.views-exposed-widgets input.form-submit:hover {
	background-color: #195591
}

.views-exposed-widgets input.form-submit:hover {
	background-color: #195591
}

.views-exposed-widgets input.form-submit:active {
	background-color: #f15a24
}

.views-exposed-widgets input.form-text {
	border: 1px solid #ccc
}

.views-exposed-widgets input.form-text:active, .views-exposed-widgets input.form-text:focus {
	border: 1px solid #195591
}

.views-exposed-widgets label, .views-exposed-widgets select, .views-exposed-widgets input, .views-exposed-widgets a {
	float: left;
	padding: .5em;
	margin-top: .5em;
	height: 2.6em;
	margin: .5em;
	-webkit-border-radius: 0;
	border-radius: 0
}

.views-exposed-widgets .views-exposed-widget.views-widget-filter-search_api_views_fulltext {
	padding: 0
}

.field--name-field-body, .field--name-field-person-biography, .node-type-cepal-project .pane-node-field-teaser, .field--name-field-teaser, .field--name-field-project-results, .field--name-field-publication-toc, .field--name-field-event-more-info, .view-display-id-course_details, .field--name-field-course-programme, .field--name-field-event-description {
	clear: right;
	font-size: 1.077em;
	font-weight: lighter;
	color: #3e3e3e
}

.field--name-field-body p, .field--name-field-person-biography p, .node-type-cepal-project .pane-node-field-teaser p, .field--name-field-teaser p, .field--name-field-project-results p, .field--name-field-publication-toc p, .field--name-field-event-more-info p, .view-display-id-course_details p, .field--name-field-course-programme p, .field--name-field-event-description p {
	margin-bottom: 1em;
	font-size: 1em;
	line-height: 1.8
}

.field--name-field-body a, .field--name-field-person-biography a, .node-type-cepal-project .pane-node-field-teaser a, .field--name-field-teaser a, .field--name-field-project-results a, .field--name-field-publication-toc a, .field--name-field-event-more-info a, .view-display-id-course_details a, .field--name-field-course-programme a, .field--name-field-event-description a {
	text-decoration: underline
}

.field--name-field-body ul, .field--name-field-person-biography ul, .node-type-cepal-project .pane-node-field-teaser ul, .field--name-field-teaser ul, .field--name-field-project-results ul, .field--name-field-publication-toc ul, .field--name-field-event-more-info ul, .view-display-id-course_details ul, .field--name-field-course-programme ul, .field--name-field-event-description ul {
	padding-left: 2em
}

.field--name-field-body ul li, .field--name-field-person-biography ul li, .node-type-cepal-project .pane-node-field-teaser ul li, .field--name-field-teaser ul li, .field--name-field-project-results ul li, .field--name-field-publication-toc ul li, .field--name-field-event-more-info ul li, .view-display-id-course_details ul li, .field--name-field-course-programme ul li, .field--name-field-event-description ul li {
	list-style: disc
}

.field--name-field-body ol, .field--name-field-person-biography ol, .node-type-cepal-project .pane-node-field-teaser ol, .field--name-field-teaser ol, .field--name-field-project-results ol, .field--name-field-publication-toc ol, .field--name-field-event-more-info ol, .view-display-id-course_details ol, .field--name-field-course-programme ol, .field--name-field-event-description ol {
	padding-left: 2em
}

.field--name-field-body ol li, .field--name-field-person-biography ol li, .node-type-cepal-project .pane-node-field-teaser ol li, .field--name-field-teaser ol li, .field--name-field-project-results ol li, .field--name-field-publication-toc ol li, .field--name-field-event-more-info ol li, .view-display-id-course_details ol li, .field--name-field-course-programme ol li, .field--name-field-event-description ol li {
	list-style-type: decimal
}

.field--name-field-body blockquote, .field--name-field-person-biography blockquote, .node-type-cepal-project .pane-node-field-teaser blockquote, .field--name-field-teaser blockquote, .field--name-field-project-results blockquote, .field--name-field-publication-toc blockquote, .field--name-field-event-more-info blockquote, .view-display-id-course_details blockquote, .field--name-field-course-programme blockquote, .field--name-field-event-description blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	clear: both;
	border-left: 5px solid #eee
}

.field--name-field-body table, .field--name-field-person-biography table, .node-type-cepal-project .pane-node-field-teaser table, .field--name-field-teaser table, .field--name-field-project-results table, .field--name-field-publication-toc table, .field--name-field-event-more-info table, .view-display-id-course_details table, .field--name-field-course-programme table, .field--name-field-event-description table {
	background-color: transparent
}

.field--name-field-body th, .field--name-field-person-biography th, .node-type-cepal-project .pane-node-field-teaser th, .field--name-field-teaser th, .field--name-field-project-results th, .field--name-field-publication-toc th, .field--name-field-event-more-info th, .view-display-id-course_details th, .field--name-field-course-programme th, .field--name-field-event-description th {
	text-align: left
}

.field--name-field-body table, .field--name-field-person-biography table, .node-type-cepal-project .pane-node-field-teaser table, .field--name-field-teaser table, .field--name-field-project-results table, .field--name-field-publication-toc table, .field--name-field-event-more-info table, .view-display-id-course_details table, .field--name-field-course-programme table, .field--name-field-event-description table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.field--name-field-body table>thead>tr>th, .field--name-field-body table>tbody>tr>th, .field--name-field-body table>tfoot>tr>th, .field--name-field-body table>thead>tr>td, .field--name-field-body table>tbody>tr>td, .field--name-field-body table>tfoot>tr>td, .field--name-field-person-biography table>thead>tr>th, .field--name-field-person-biography table>tbody>tr>th, .field--name-field-person-biography table>tfoot>tr>th, .field--name-field-person-biography table>thead>tr>td, .field--name-field-person-biography table>tbody>tr>td, .field--name-field-person-biography table>tfoot>tr>td, .node-type-cepal-project .pane-node-field-teaser table>thead>tr>th, .node-type-cepal-project .pane-node-field-teaser table>tbody>tr>th, .node-type-cepal-project .pane-node-field-teaser table>tfoot>tr>th, .node-type-cepal-project .pane-node-field-teaser table>thead>tr>td, .node-type-cepal-project .pane-node-field-teaser table>tbody>tr>td, .node-type-cepal-project .pane-node-field-teaser table>tfoot>tr>td, .field--name-field-teaser table>thead>tr>th, .field--name-field-teaser table>tbody>tr>th, .field--name-field-teaser table>tfoot>tr>th, .field--name-field-teaser table>thead>tr>td, .field--name-field-teaser table>tbody>tr>td, .field--name-field-teaser table>tfoot>tr>td, .field--name-field-project-results table>thead>tr>th, .field--name-field-project-results table>tbody>tr>th, .field--name-field-project-results table>tfoot>tr>th, .field--name-field-project-results table>thead>tr>td, .field--name-field-project-results table>tbody>tr>td, .field--name-field-project-results table>tfoot>tr>td, .field--name-field-publication-toc table>thead>tr>th, .field--name-field-publication-toc table>tbody>tr>th, .field--name-field-publication-toc table>tfoot>tr>th, .field--name-field-publication-toc table>thead>tr>td, .field--name-field-publication-toc table>tbody>tr>td, .field--name-field-publication-toc table>tfoot>tr>td, .field--name-field-event-more-info table>thead>tr>th, .field--name-field-event-more-info table>tbody>tr>th, .field--name-field-event-more-info table>tfoot>tr>th, .field--name-field-event-more-info table>thead>tr>td, .field--name-field-event-more-info table>tbody>tr>td, .field--name-field-event-more-info table>tfoot>tr>td, .view-display-id-course_details table>thead>tr>th, .view-display-id-course_details table>tbody>tr>th, .view-display-id-course_details table>tfoot>tr>th, .view-display-id-course_details table>thead>tr>td, .view-display-id-course_details table>tbody>tr>td, .view-display-id-course_details table>tfoot>tr>td, .field--name-field-course-programme table>thead>tr>th, .field--name-field-course-programme table>tbody>tr>th, .field--name-field-course-programme table>tfoot>tr>th, .field--name-field-course-programme table>thead>tr>td, .field--name-field-course-programme table>tbody>tr>td, .field--name-field-course-programme table>tfoot>tr>td, .field--name-field-event-description table>thead>tr>th, .field--name-field-event-description table>tbody>tr>th, .field--name-field-event-description table>tfoot>tr>th, .field--name-field-event-description table>thead>tr>td, .field--name-field-event-description table>tbody>tr>td, .field--name-field-event-description table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #ddd
}

.field--name-field-body table>thead>tr>th, .field--name-field-person-biography table>thead>tr>th, .node-type-cepal-project .pane-node-field-teaser table>thead>tr>th, .field--name-field-teaser table>thead>tr>th, .field--name-field-project-results table>thead>tr>th, .field--name-field-publication-toc table>thead>tr>th, .field--name-field-event-more-info table>thead>tr>th, .view-display-id-course_details table>thead>tr>th, .field--name-field-course-programme table>thead>tr>th, .field--name-field-event-description table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.field--name-field-body table>caption+thead>tr:first-child>th, .field--name-field-body table>colgroup+thead>tr:first-child>th, .field--name-field-body table>thead:first-child>tr:first-child>th, .field--name-field-body table>caption+thead>tr:first-child>td, .field--name-field-body table>colgroup+thead>tr:first-child>td, .field--name-field-body table>thead:first-child>tr:first-child>td, .field--name-field-person-biography table>caption+thead>tr:first-child>th, .field--name-field-person-biography table>colgroup+thead>tr:first-child>th, .field--name-field-person-biography table>thead:first-child>tr:first-child>th, .field--name-field-person-biography table>caption+thead>tr:first-child>td, .field--name-field-person-biography table>colgroup+thead>tr:first-child>td, .field--name-field-person-biography table>thead:first-child>tr:first-child>td, .node-type-cepal-project .pane-node-field-teaser table>caption+thead>tr:first-child>th, .node-type-cepal-project .pane-node-field-teaser table>colgroup+thead>tr:first-child>th, .node-type-cepal-project .pane-node-field-teaser table>thead:first-child>tr:first-child>th, .node-type-cepal-project .pane-node-field-teaser table>caption+thead>tr:first-child>td, .node-type-cepal-project .pane-node-field-teaser table>colgroup+thead>tr:first-child>td, .node-type-cepal-project .pane-node-field-teaser table>thead:first-child>tr:first-child>td, .field--name-field-teaser table>caption+thead>tr:first-child>th, .field--name-field-teaser table>colgroup+thead>tr:first-child>th, .field--name-field-teaser table>thead:first-child>tr:first-child>th, .field--name-field-teaser table>caption+thead>tr:first-child>td, .field--name-field-teaser table>colgroup+thead>tr:first-child>td, .field--name-field-teaser table>thead:first-child>tr:first-child>td, .field--name-field-project-results table>caption+thead>tr:first-child>th, .field--name-field-project-results table>colgroup+thead>tr:first-child>th, .field--name-field-project-results table>thead:first-child>tr:first-child>th, .field--name-field-project-results table>caption+thead>tr:first-child>td, .field--name-field-project-results table>colgroup+thead>tr:first-child>td, .field--name-field-project-results table>thead:first-child>tr:first-child>td, .field--name-field-publication-toc table>caption+thead>tr:first-child>th, .field--name-field-publication-toc table>colgroup+thead>tr:first-child>th, .field--name-field-publication-toc table>thead:first-child>tr:first-child>th, .field--name-field-publication-toc table>caption+thead>tr:first-child>td, .field--name-field-publication-toc table>colgroup+thead>tr:first-child>td, .field--name-field-publication-toc table>thead:first-child>tr:first-child>td, .field--name-field-event-more-info table>caption+thead>tr:first-child>th, .field--name-field-event-more-info table>colgroup+thead>tr:first-child>th, .field--name-field-event-more-info table>thead:first-child>tr:first-child>th, .field--name-field-event-more-info table>caption+thead>tr:first-child>td, .field--name-field-event-more-info table>colgroup+thead>tr:first-child>td, .field--name-field-event-more-info table>thead:first-child>tr:first-child>td, .view-display-id-course_details table>caption+thead>tr:first-child>th, .view-display-id-course_details table>colgroup+thead>tr:first-child>th, .view-display-id-course_details table>thead:first-child>tr:first-child>th, .view-display-id-course_details table>caption+thead>tr:first-child>td, .view-display-id-course_details table>colgroup+thead>tr:first-child>td, .view-display-id-course_details table>thead:first-child>tr:first-child>td, .field--name-field-course-programme table>caption+thead>tr:first-child>th, .field--name-field-course-programme table>colgroup+thead>tr:first-child>th, .field--name-field-course-programme table>thead:first-child>tr:first-child>th, .field--name-field-course-programme table>caption+thead>tr:first-child>td, .field--name-field-course-programme table>colgroup+thead>tr:first-child>td, .field--name-field-course-programme table>thead:first-child>tr:first-child>td, .field--name-field-event-description table>caption+thead>tr:first-child>th, .field--name-field-event-description table>colgroup+thead>tr:first-child>th, .field--name-field-event-description table>thead:first-child>tr:first-child>th, .field--name-field-event-description table>caption+thead>tr:first-child>td, .field--name-field-event-description table>colgroup+thead>tr:first-child>td, .field--name-field-event-description table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.field--name-field-body table>tbody+tbody, .field--name-field-person-biography table>tbody+tbody, .node-type-cepal-project .pane-node-field-teaser table>tbody+tbody, .field--name-field-teaser table>tbody+tbody, .field--name-field-project-results table>tbody+tbody, .field--name-field-publication-toc table>tbody+tbody, .field--name-field-event-more-info table>tbody+tbody, .view-display-id-course_details table>tbody+tbody, .field--name-field-course-programme table>tbody+tbody, .field--name-field-event-description table>tbody+tbody {
	border-top: 2px solid #ddd
}

.field--name-field-body table .table, .field--name-field-person-biography table .table, .node-type-cepal-project .pane-node-field-teaser table .table, .field--name-field-teaser table .table, .field--name-field-project-results table .table, .field--name-field-publication-toc table .table, .field--name-field-event-more-info table .table, .view-display-id-course_details table .table, .field--name-field-course-programme table .table, .field--name-field-event-description table .table {
	background-color: #fff
}

.field--name-field-body table col[class*="col-"], .field--name-field-person-biography table col[class*="col-"], .node-type-cepal-project .pane-node-field-teaser table col[class*="col-"], .field--name-field-teaser table col[class*="col-"], .field--name-field-project-results table col[class*="col-"], .field--name-field-publication-toc table col[class*="col-"], .field--name-field-event-more-info table col[class*="col-"], .view-display-id-course_details table col[class*="col-"], .field--name-field-course-programme table col[class*="col-"], .field--name-field-event-description table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none
}

.field--name-field-body table td[class*="col-"], .field--name-field-body table th[class*="col-"], .field--name-field-person-biography table td[class*="col-"], .field--name-field-person-biography table th[class*="col-"], .node-type-cepal-project .pane-node-field-teaser table td[class*="col-"], .node-type-cepal-project .pane-node-field-teaser table th[class*="col-"], .field--name-field-teaser table td[class*="col-"], .field--name-field-teaser table th[class*="col-"], .field--name-field-project-results table td[class*="col-"], .field--name-field-project-results table th[class*="col-"], .field--name-field-publication-toc table td[class*="col-"], .field--name-field-publication-toc table th[class*="col-"], .field--name-field-event-more-info table td[class*="col-"], .field--name-field-event-more-info table th[class*="col-"], .view-display-id-course_details table td[class*="col-"], .view-display-id-course_details table th[class*="col-"], .field--name-field-course-programme table td[class*="col-"], .field--name-field-course-programme table th[class*="col-"], .field--name-field-event-description table td[class*="col-"], .field--name-field-event-description table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none
}

.field--name-field-body table>thead>tr>td.active, .field--name-field-body table>tbody>tr>td.active, .field--name-field-body table>tfoot>tr>td.active, .field--name-field-body table>thead>tr>th.active, .field--name-field-body table>tbody>tr>th.active, .field--name-field-body table>tfoot>tr>th.active, .field--name-field-body table>thead>tr.active>td, .field--name-field-body table>tbody>tr.active>td, .field--name-field-body table>tfoot>tr.active>td, .field--name-field-body table>thead>tr.active>th, .field--name-field-body table>tbody>tr.active>th, .field--name-field-body table>tfoot>tr.active>th, .field--name-field-person-biography table>thead>tr>td.active, .field--name-field-person-biography table>tbody>tr>td.active, .field--name-field-person-biography table>tfoot>tr>td.active, .field--name-field-person-biography table>thead>tr>th.active, .field--name-field-person-biography table>tbody>tr>th.active, .field--name-field-person-biography table>tfoot>tr>th.active, .field--name-field-person-biography table>thead>tr.active>td, .field--name-field-person-biography table>tbody>tr.active>td, .field--name-field-person-biography table>tfoot>tr.active>td, .field--name-field-person-biography table>thead>tr.active>th, .field--name-field-person-biography table>tbody>tr.active>th, .field--name-field-person-biography table>tfoot>tr.active>th, .node-type-cepal-project .pane-node-field-teaser table>thead>tr>td.active, .node-type-cepal-project .pane-node-field-teaser table>tbody>tr>td.active, .node-type-cepal-project .pane-node-field-teaser table>tfoot>tr>td.active, .node-type-cepal-project .pane-node-field-teaser table>thead>tr>th.active, .node-type-cepal-project .pane-node-field-teaser table>tbody>tr>th.active, .node-type-cepal-project .pane-node-field-teaser table>tfoot>tr>th.active, .node-type-cepal-project .pane-node-field-teaser table>thead>tr.active>td, .node-type-cepal-project .pane-node-field-teaser table>tbody>tr.active>td, .node-type-cepal-project .pane-node-field-teaser table>tfoot>tr.active>td, .node-type-cepal-project .pane-node-field-teaser table>thead>tr.active>th, .node-type-cepal-project .pane-node-field-teaser table>tbody>tr.active>th, .node-type-cepal-project .pane-node-field-teaser table>tfoot>tr.active>th, .field--name-field-teaser table>thead>tr>td.active, .field--name-field-teaser table>tbody>tr>td.active, .field--name-field-teaser table>tfoot>tr>td.active, .field--name-field-teaser table>thead>tr>th.active, .field--name-field-teaser table>tbody>tr>th.active, .field--name-field-teaser table>tfoot>tr>th.active, .field--name-field-teaser table>thead>tr.active>td, .field--name-field-teaser table>tbody>tr.active>td, .field--name-field-teaser table>tfoot>tr.active>td, .field--name-field-teaser table>thead>tr.active>th, .field--name-field-teaser table>tbody>tr.active>th, .field--name-field-teaser table>tfoot>tr.active>th, .field--name-field-project-results table>thead>tr>td.active, .field--name-field-project-results table>tbody>tr>td.active, .field--name-field-project-results table>tfoot>tr>td.active, .field--name-field-project-results table>thead>tr>th.active, .field--name-field-project-results table>tbody>tr>th.active, .field--name-field-project-results table>tfoot>tr>th.active, .field--name-field-project-results table>thead>tr.active>td, .field--name-field-project-results table>tbody>tr.active>td, .field--name-field-project-results table>tfoot>tr.active>td, .field--name-field-project-results table>thead>tr.active>th, .field--name-field-project-results table>tbody>tr.active>th, .field--name-field-project-results table>tfoot>tr.active>th, .field--name-field-publication-toc table>thead>tr>td.active, .field--name-field-publication-toc table>tbody>tr>td.active, .field--name-field-publication-toc table>tfoot>tr>td.active, .field--name-field-publication-toc table>thead>tr>th.active, .field--name-field-publication-toc table>tbody>tr>th.active, .field--name-field-publication-toc table>tfoot>tr>th.active, .field--name-field-publication-toc table>thead>tr.active>td, .field--name-field-publication-toc table>tbody>tr.active>td, .field--name-field-publication-toc table>tfoot>tr.active>td, .field--name-field-publication-toc table>thead>tr.active>th, .field--name-field-publication-toc table>tbody>tr.active>th, .field--name-field-publication-toc table>tfoot>tr.active>th, .field--name-field-event-more-info table>thead>tr>td.active, .field--name-field-event-more-info table>tbody>tr>td.active, .field--name-field-event-more-info table>tfoot>tr>td.active, .field--name-field-event-more-info table>thead>tr>th.active, .field--name-field-event-more-info table>tbody>tr>th.active, .field--name-field-event-more-info table>tfoot>tr>th.active, .field--name-field-event-more-info table>thead>tr.active>td, .field--name-field-event-more-info table>tbody>tr.active>td, .field--name-field-event-more-info table>tfoot>tr.active>td, .field--name-field-event-more-info table>thead>tr.active>th, .field--name-field-event-more-info table>tbody>tr.active>th, .field--name-field-event-more-info table>tfoot>tr.active>th, .view-display-id-course_details table>thead>tr>td.active, .view-display-id-course_details table>tbody>tr>td.active, .view-display-id-course_details table>tfoot>tr>td.active, .view-display-id-course_details table>thead>tr>th.active, .view-display-id-course_details table>tbody>tr>th.active, .view-display-id-course_details table>tfoot>tr>th.active, .view-display-id-course_details table>thead>tr.active>td, .view-display-id-course_details table>tbody>tr.active>td, .view-display-id-course_details table>tfoot>tr.active>td, .view-display-id-course_details table>thead>tr.active>th, .view-display-id-course_details table>tbody>tr.active>th, .view-display-id-course_details table>tfoot>tr.active>th, .field--name-field-course-programme table>thead>tr>td.active, .field--name-field-course-programme table>tbody>tr>td.active, .field--name-field-course-programme table>tfoot>tr>td.active, .field--name-field-course-programme table>thead>tr>th.active, .field--name-field-course-programme table>tbody>tr>th.active, .field--name-field-course-programme table>tfoot>tr>th.active, .field--name-field-course-programme table>thead>tr.active>td, .field--name-field-course-programme table>tbody>tr.active>td, .field--name-field-course-programme table>tfoot>tr.active>td, .field--name-field-course-programme table>thead>tr.active>th, .field--name-field-course-programme table>tbody>tr.active>th, .field--name-field-course-programme table>tfoot>tr.active>th, .field--name-field-event-description table>thead>tr>td.active, .field--name-field-event-description table>tbody>tr>td.active, .field--name-field-event-description table>tfoot>tr>td.active, .field--name-field-event-description table>thead>tr>th.active, .field--name-field-event-description table>tbody>tr>th.active, .field--name-field-event-description table>tfoot>tr>th.active, .field--name-field-event-description table>thead>tr.active>td, .field--name-field-event-description table>tbody>tr.active>td, .field--name-field-event-description table>tfoot>tr.active>td, .field--name-field-event-description table>thead>tr.active>th, .field--name-field-event-description table>tbody>tr.active>th, .field--name-field-event-description table>tfoot>tr.active>th {
	background-color: #f5f5f5
}

.field--name-field-teaser, .field--name-field-publication-alt-title {
	font-size: 1.385em;
	font-weight: 500;
	clear: both;
	border-bottom: 1px solid #d8e8f8
}

.field--name-field-teaser p, .field--name-field-publication-alt-title p {
	margin: .25em 0
}

div.pane-cooperation-contents-financing-type>div>div>div>div, div.view-display-id-panel_pane_3>div>div>div>div {
	font-size: 1.385em !important;
	font-weight: 500 !important;
	clear: both;
	border-bottom: 1px solid #d8e8f8 !important
}

.btn {
	padding: .5em
}

.btn-publications {
	background-color: #d8e8f8;
	color: #195591
}

.pane-node-field-body {
	clear: none
}

.site-name {
	letter-spacing: 1px;
	font-size: 1.5em;
	padding: .75em 0 0 4em;
	width: 80%
}

.site-name a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-family: "Optima LT Std"
}

@media(min-width:768px) {
	.site-name {
		font-size: 1.25em;
		padding: 4.75em 0 0 5em;
		display: block;
		width: 100%
	}

}

@media(min-width:1024px) {
	.site-name {
		font-size: 2em;
		padding: 2.75em 0 0 3em;
		display: block;
		width: 100%
	}

}

.date-type, .pane-publications-date-type {
	float: left
}

.site-logo img {
	width: 5em;
	margin: auto;
	padding-top: 1.5em;
	float: left
}

@media only screen and (min-width:768px) {
	.site-logo img {
		width: 5em;
		margin: none;
		float: left
	}

}

@media only screen and (min-width:992px) {
	.site-logo img {
		width: 5em
	}

}

@media only screen and (min-width:1200px) {
	.site-logo img {
		width: 5em
	}

}

.page-work-areas .block--system-main-menu i.fa.fa-chevron-down.fa-lg {
	background-color: #fff;
	color: #195591
}

.l-branding ul.menu, .l-region--navigation ul.menu {
	background-color: #195591
}

.l-branding ul.menu li, .l-region--navigation ul.menu li {
	list-style: none;
	float: left;
	list-style-image: none;
	list-style-type: none
}

.l-branding ul.menu li.active-trail, .l-region--navigation ul.menu li.active-trail {
	background-color: white
}

.l-branding ul.menu li.active-trail a, .l-region--navigation ul.menu li.active-trail a {
	color: #195591
}

.l-branding ul.menu li.expanded.active-trail, .l-region--navigation ul.menu li.expanded.active-trail {
	background-color: #195591
}

.l-branding ul.menu li.expanded.active-trail a, .l-region--navigation ul.menu li.expanded.active-trail a {
	color: white
}

@media(min-width:1024px) {
	.l-branding ul.menu li.expanded.active-trail a:hover, .l-region--navigation ul.menu li.expanded.active-trail a:hover {
		color: #195591
	}

}

.l-branding ul.menu li.expanded.active-trail.active a, .l-region--navigation ul.menu li.expanded.active-trail.active a {
	color: #195591
}

.l-branding ul.menu li.expanded.active-trail.active ul.menu li a, .l-region--navigation ul.menu li.expanded.active-trail.active ul.menu li a {
	color: white
}

.l-branding ul.menu li.expanded.active-trail.active ul.menu li a.active, .l-region--navigation ul.menu li.expanded.active-trail.active ul.menu li a.active {
	color: #195591
}

.l-branding ul.menu li a.active, .l-region--navigation ul.menu li a.active {
	color: #195591;
	background-color: white;
	display: block;
	text-transform: uppercase;
	text-decoration: none
}

.l-branding ul.menu li ul li a.active, .l-region--navigation ul.menu li ul li a.active {
	border-left: 1px solid #3e8ddd;
	border-right: 1px solid #3e8ddd
}

.l-branding ul.menu li.active i.fa.fa-chevron-down.fa-lg, .l-region--navigation ul.menu li.active i.fa.fa-chevron-down.fa-lg {
	color: #195591
}

.l-branding ul.menu li a, .l-region--navigation ul.menu li a {
	color: white;
	display: block;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em
}

@media(min-width:768px) {
	.l-branding ul.menu li a, .l-region--navigation ul.menu li a {
		font-size: .7em
	}

}

@media(min-width:1024px) {
	.l-branding ul.menu li a, .l-region--navigation ul.menu li a {
		font-size: .813em
	}

}

@media(min-width:1024px) {
	.l-branding ul.menu li a:hover, .l-region--navigation ul.menu li a:hover {
		color: #195591;
		display: block;
		text-transform: uppercase;
		background-color: white
	}

}

.nav-mobile {
	height: 8.5em;
	display: block;
	position: absolute;
	z-index: 999;
	float: right;
	padding: 3em 1em;
	right: 0;
	cursor: pointer
}

@media(min-width:768px) {
	.nav-mobile {
		display: none
	}

}

@media(min-width:1024px) {
	.nav-mobile {
		display: none
	}

}

.nav-mobile .fa {
	color: white;
	font-size: 2.33em
}

.l-region--navigation {
	display: none
}

@media(min-width:768px) {
	.l-region--navigation {
		display: block !important;
		height: 25px !important
	}

}

@media(min-width:1024px) {
	.l-region--navigation {
		display: block !important;
		height: 25px !important
	}

}

.l-nav {
	background-color: #195591;
	margin-bottom: 1em;
	position: absolute;
	margin-top: 8.75em;
	z-index: 998
}

@media(min-width:768px) {
	.l-nav {
		margin-bottom: 0;
		position: relative;
		margin-top: 0
	}

}

@media(min-width:1024px) {
	.l-nav {
		margin-bottom: 0;
		position: relative;
		margin-top: 0
	}

}

.i18n-es .block--system-main-menu li.expanded {
	width: 100%
}

@media(min-width:768px) {
	.i18n-es .block--system-main-menu li.expanded {
		width: 11em
	}

}

@media(min-width:1024px) {
	.i18n-es .block--system-main-menu li.expanded {
		width: 12em
	}

}

.i18n-es .block--system-main-menu li.expanded:hover {
	background-color: #195591
}

.i18n-en .block--system-main-menu li.expanded {
	width: 100%
}

@media(min-width:768px) {
	.i18n-en .block--system-main-menu li.expanded {
		width: 8.5em
	}

}

@media(min-width:1024px) {
	.i18n-en .block--system-main-menu li.expanded {
		width: 9em
	}

}

.i18n-en .block--system-main-menu li.expanded:hover {
	background-color: #195591
}

.i18n-pt-br .block--system-main-menu li.expanded {
	width: 100%
}

@media(min-width:768px) {
	.i18n-pt-br .block--system-main-menu li.expanded {
		width: 11.5em
	}

}

@media(min-width:1024px) {
	.i18n-pt-br .block--system-main-menu li.expanded {
		width: 12.5em
	}

}

.i18n-pt-br .block--system-main-menu li.expanded:hover {
	background-color: #195591
}

.block--system-main-menu {
	background-color: #195591;
	display: block;
	margin-top: 0;
	width: 100%;
	position: relative;
	z-index: 9999
}

.block--system-main-menu li {
	width: 100%;
	padding: 0;
	margin: 0
}

.block--system-main-menu li a {
	padding: 2em;
	margin: 0;
	border-bottom: 1px solid white
}

.block--system-main-menu li.expanded {
	position: relative;
	display: block
}

@media(min-width:768px) {
	.block--system-main-menu li.expanded {
		display: flex
	}

}

.block--system-main-menu li.expanded i {
	color: white;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	padding: 0 .5em;
	display: inline-block;
	padding: 0;
	width: 20%;
	text-align: center;
	float: left;
	padding: 1.57em
}

@media(min-width:768px) {
	.block--system-main-menu li.expanded i {
		padding: .35em .1em;
		position: relative;
		width: 1.5em;
		border-bottom: 0
	}

}

@media(min-width:1024px) {
	.block--system-main-menu li.expanded i {
		padding: .35em .2em;
		position: relative;
		width: 1.5em;
		border-bottom: 0
	}

}

.block--system-main-menu li.expanded i.fa.fa-chevron-down.fa-lg {
	-webkit-transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out
}

.block--system-main-menu li.expanded i.fa.fa-chevron-down.fa-lg.active {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out
}

@media(min-width:1024px) {
	.block--system-main-menu li.expanded i.fa.fa-chevron-down.fa-lg.active {
		background-color: #fff;
		color: #195591
	}

}

.block--system-main-menu li.expanded ul.menu {
	display: none;
	position: relative;
	left: 0;
	top: 0;
	width: 100%
}

@media(min-width:768px) {
	.block--system-main-menu li.expanded ul.menu {
		width: 30em;
		top: 2.15em;
		left: -1px;
		position: absolute
	}

}

@media(min-width:1024px) {
	.block--system-main-menu li.expanded ul.menu {
		top: 2em;
		left: -1px
	}

}

.block--system-main-menu li.expanded ul.menu li {
	width: 100%;
	background-color: #3d8ddd;
	border-bottom: 1px solid #79a9e5
}

.block--system-main-menu li.expanded ul.menu li a {
	padding: 2em 5em
}

@media(min-width:768px) {
	.block--system-main-menu li.expanded ul.menu li a {
		padding: 1em 1.5em
	}

}

@media(min-width:1024px) {
	.block--system-main-menu li.expanded ul.menu li a:hover {
		background-color: #79a9e5 !important;
		color: #fff !important
	}

}

.block--system-main-menu li.expanded ul.menu li.leaf.active-trail a {
	color: #195591
}

.block--system-main-menu li.expanded.active {
	background-color: #3d8ddd;
	color: #fff
}

.block--system-main-menu i.fa.fa-chevron-down.fa-lg:hover {
	cursor: pointer
}

@media(min-width:768px) {
	.block--system-main-menu {
		display: block;
		position: relative;
		height: auto;
		margin-top: 0;
		z-index: 0
	}

	.block--system-main-menu li {
		width: auto
	}

	.block--system-main-menu li a {
		padding: 1em .75em;
		border: 0
	}

}

@media(min-width:1024px) {
	.block--system-main-menu {
		display: block;
		position: relative;
		height: auto;
		margin-top: 0;
		z-index: 0
	}

	.block--system-main-menu li {
		width: auto
	}

	.block--system-main-menu li a {
		padding: .65em .75em;
		border: 0
	}

}

.block--cepal-block-basic-mobile-menu-extras {
	display: block;
	background-color: #ccc;
	float: left;
	width: 100%
}

@media(min-width:768px) {
	.block--cepal-block-basic-mobile-menu-extras {
		display: none
	}

}

@media(min-width:1024px) {
	.block--cepal-block-basic-mobile-menu-extras {
		display: none
	}

}

.block--cepal-block-basic-mobile-menu-extras .column-left {
	float: left;
	width: 70%;
	padding: 1em
}

.block--cepal-block-basic-mobile-menu-extras .column-left li {
	padding: 1em;
	color: #195591;
	font-size: 14px;
	font-weight: 600
}

.block--cepal-block-basic-mobile-menu-extras .column-right {
	float: right;
	width: 20%;
	margin: 1em
}

.block--cepal-block-basic-mobile-menu-extras .column-right li {
	padding: .5em .35em;
	margin: 1em;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid #999;
	color: #195591;
	background-color: #ededed;
	width: 2.5em;
	text-align: center
}

.block--cepal-block-basic-mobile-menu-extras .un {
	width: 100%;
	padding: 1em 2em;
	margin: 1em 0;
	float: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999
}

.block--cepal-block-basic-mobile-menu-extras .un img {
	float: left
}

.block--cepal-block-basic-mobile-menu-extras .un span {
	float: left;
	padding: 0 1em;
	text-transform: uppercase
}

.view-footer p {
	margin: 0
}

.more-link, .view-footer {
	clear: both
}

.more-link a, .view-footer a {
	margin: 1em;
	background-color: #f2f2f2;
	color: #195591;
	font-weight: bold
}

.facetapi-limit-link {
	color: #195591;
	background-color: white;
	font-weight: normal;
	border-left: 2px solid #f15a24;
	text-decoration: none;
	padding: .25em .5em;
	float: right;
	margin: 1em
}

.facetapi-limit-link:hover {
	background-color: #f15a24;
	color: white
}

.panel-panel .pane-block-5 ul {
	padding: 0 1.5em
}

.panel-panel .pane-block-5 li {
	list-style: initial;
	color: #f15a24;
	padding: .5em 0
}

.panel-panel .pane-block-5 a {
	text-decoration: none;
	color: black
}

.page-press .views-exposed-widget, .page-publications-landing .views-exposed-widget, .page-cooperation-landing .views-exposed-widget, .node-type-cepal-section .views-exposed-widget {
	padding: 0
}

.page-press .views-exposed-widget input, .page-publications-landing .views-exposed-widget input, .page-cooperation-landing .views-exposed-widget input, .node-type-cepal-section .views-exposed-widget input {
	margin: 0
}

.page-press .views-exposed-widget input.form-submit, .page-publications-landing .views-exposed-widget input.form-submit, .page-cooperation-landing .views-exposed-widget input.form-submit, .node-type-cepal-section .views-exposed-widget input.form-submit {
	margin: 0 0 0 .5em;
	padding-left: .5em
}

.page-press .mobile-exposed-form, .page-publications-landing .mobile-exposed-form, .page-cooperation-landing .mobile-exposed-form, .node-type-cepal-section .mobile-exposed-form {
	width: 100%;
	display: block
}

@media(min-width:768px) {
	.page-press .mobile-exposed-form, .page-publications-landing .mobile-exposed-form, .page-cooperation-landing .mobile-exposed-form, .node-type-cepal-section .mobile-exposed-form {
		display: none
	}

}

@media(min-width:1024px) {
	.page-press .mobile-exposed-form, .page-publications-landing .mobile-exposed-form, .page-cooperation-landing .mobile-exposed-form, .node-type-cepal-section .mobile-exposed-form {
		display: none
	}

}

.page-press .mobile-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-search_api_views_fulltext, .page-publications-landing .mobile-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-search_api_views_fulltext, .page-cooperation-landing .mobile-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-search_api_views_fulltext, .node-type-cepal-section .mobile-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-search_api_views_fulltext {
	width: 90%
}

.page-press .mobile-exposed-form .views-exposed-widget.views-submit-button, .page-publications-landing .mobile-exposed-form .views-exposed-widget.views-submit-button, .page-cooperation-landing .mobile-exposed-form .views-exposed-widget.views-submit-button, .node-type-cepal-section .mobile-exposed-form .views-exposed-widget.views-submit-button {
	width: 10%
}

.page-press .mobile-exposed-form input#edit-search-fulltext, .page-press .mobile-exposed-form input#edit-search-api-views-fulltext, .page-publications-landing .mobile-exposed-form input#edit-search-fulltext, .page-publications-landing .mobile-exposed-form input#edit-search-api-views-fulltext, .page-cooperation-landing .mobile-exposed-form input#edit-search-fulltext, .page-cooperation-landing .mobile-exposed-form input#edit-search-api-views-fulltext, .node-type-cepal-section .mobile-exposed-form input#edit-search-fulltext, .node-type-cepal-section .mobile-exposed-form input#edit-search-api-views-fulltext {
	width: 100%
}

.page-press .mobile-exposed-form #edit-submit-solr-search-press, .page-press .mobile-exposed-form #edit-submit-solr-search-publications, .page-press .mobile-exposed-form #edit-submit-solr-search-projects, .page-press .mobile-exposed-form #edit-submit-solr-search-courses, .page-publications-landing .mobile-exposed-form #edit-submit-solr-search-press, .page-publications-landing .mobile-exposed-form #edit-submit-solr-search-publications, .page-publications-landing .mobile-exposed-form #edit-submit-solr-search-projects, .page-publications-landing .mobile-exposed-form #edit-submit-solr-search-courses, .page-cooperation-landing .mobile-exposed-form #edit-submit-solr-search-press, .page-cooperation-landing .mobile-exposed-form #edit-submit-solr-search-publications, .page-cooperation-landing .mobile-exposed-form #edit-submit-solr-search-projects, .page-cooperation-landing .mobile-exposed-form #edit-submit-solr-search-courses, .node-type-cepal-section .mobile-exposed-form #edit-submit-solr-search-press, .node-type-cepal-section .mobile-exposed-form #edit-submit-solr-search-publications, .node-type-cepal-section .mobile-exposed-form #edit-submit-solr-search-projects, .node-type-cepal-section .mobile-exposed-form #edit-submit-solr-search-courses {
	width: 100%;
	text-indent: -999px;
	background: no-repeat url(/themes/Cepal-Discover/images/search_btn.png)
}

.page-press .tablet-desktop-exposed-form, .page-publications-landing .tablet-desktop-exposed-form, .page-cooperation-landing .tablet-desktop-exposed-form, .node-type-cepal-section .tablet-desktop-exposed-form {
	display: none
}

@media(min-width:768px) {
	.page-press .tablet-desktop-exposed-form, .page-publications-landing .tablet-desktop-exposed-form, .page-cooperation-landing .tablet-desktop-exposed-form, .node-type-cepal-section .tablet-desktop-exposed-form {
		display: block
	}

}

@media(min-width:1024px) {
	.page-press .tablet-desktop-exposed-form, .page-publications-landing .tablet-desktop-exposed-form, .page-cooperation-landing .tablet-desktop-exposed-form, .node-type-cepal-section .tablet-desktop-exposed-form {
		display: block
	}

}

.page-press .tablet-desktop-exposed-form input#edit-search-fulltext, .page-press .tablet-desktop-exposed-form input#edit-search-api-views-fulltext, .page-publications-landing .tablet-desktop-exposed-form input#edit-search-fulltext, .page-publications-landing .tablet-desktop-exposed-form input#edit-search-api-views-fulltext, .page-cooperation-landing .tablet-desktop-exposed-form input#edit-search-fulltext, .page-cooperation-landing .tablet-desktop-exposed-form input#edit-search-api-views-fulltext, .node-type-cepal-section .tablet-desktop-exposed-form input#edit-search-fulltext, .node-type-cepal-section .tablet-desktop-exposed-form input#edit-search-api-views-fulltext {
	width: 80%;
	margin-bottom: 1em
}

@media(min-width:768px) {
	.page-press .tablet-desktop-exposed-form input#edit-search-fulltext, .page-press .tablet-desktop-exposed-form input#edit-search-api-views-fulltext, .page-publications-landing .tablet-desktop-exposed-form input#edit-search-fulltext, .page-publications-landing .tablet-desktop-exposed-form input#edit-search-api-views-fulltext, .page-cooperation-landing .tablet-desktop-exposed-form input#edit-search-fulltext, .page-cooperation-landing .tablet-desktop-exposed-form input#edit-search-api-views-fulltext, .node-type-cepal-section .tablet-desktop-exposed-form input#edit-search-fulltext, .node-type-cepal-section .tablet-desktop-exposed-form input#edit-search-api-views-fulltext {
		width: 14.5em;
		margin-bottom: 0
	}

}

@media(min-width:1024px) {
	.page-press .tablet-desktop-exposed-form input#edit-search-fulltext, .page-press .tablet-desktop-exposed-form input#edit-search-api-views-fulltext, .page-publications-landing .tablet-desktop-exposed-form input#edit-search-fulltext, .page-publications-landing .tablet-desktop-exposed-form input#edit-search-api-views-fulltext, .page-cooperation-landing .tablet-desktop-exposed-form input#edit-search-fulltext, .page-cooperation-landing .tablet-desktop-exposed-form input#edit-search-api-views-fulltext, .node-type-cepal-section .tablet-desktop-exposed-form input#edit-search-fulltext, .node-type-cepal-section .tablet-desktop-exposed-form input#edit-search-api-views-fulltext {
		width: 21.5em;
		margin-bottom: 0
	}

}

.page-press .tablet-desktop-exposed-form #edit-submit-solr-search-press, .page-press .tablet-desktop-exposed-form #edit-submit-solr-search-publications, .page-press .tablet-desktop-exposed-form #edit-submit-solr-search-projects, .page-press .tablet-desktop-exposed-form #edit-submit-solr-search-courses, .page-publications-landing .tablet-desktop-exposed-form #edit-submit-solr-search-press, .page-publications-landing .tablet-desktop-exposed-form #edit-submit-solr-search-publications, .page-publications-landing .tablet-desktop-exposed-form #edit-submit-solr-search-projects, .page-publications-landing .tablet-desktop-exposed-form #edit-submit-solr-search-courses, .page-cooperation-landing .tablet-desktop-exposed-form #edit-submit-solr-search-press, .page-cooperation-landing .tablet-desktop-exposed-form #edit-submit-solr-search-publications, .page-cooperation-landing .tablet-desktop-exposed-form #edit-submit-solr-search-projects, .page-cooperation-landing .tablet-desktop-exposed-form #edit-submit-solr-search-courses, .node-type-cepal-section .tablet-desktop-exposed-form #edit-submit-solr-search-press, .node-type-cepal-section .tablet-desktop-exposed-form #edit-submit-solr-search-publications, .node-type-cepal-section .tablet-desktop-exposed-form #edit-submit-solr-search-projects, .node-type-cepal-section .tablet-desktop-exposed-form #edit-submit-solr-search-courses {
	width: 3em;
	text-indent: -999px;
	background: no-repeat url(/themes/Cepal-Discover/images/search_btn.png)
}

.footer-toggle-button {
	display: block !important
}

@media(min-width:768px) {
	.footer-toggle-button {
		display: none !important
	}

}

@media(min-width:1024px) {
	.footer-toggle-button {
		display: none !important
	}

}

.l-main, .l-branding, .l-region--navigation, .l-footer .row, .l-region--preheader, .l-region--header, footer {
	padding: 0 1em;
	margin: auto
}

@media(min-width:768px) {
	.l-main, .l-branding, .l-region--navigation, .l-footer .row, .l-region--preheader, .l-region--header, footer {
		padding: 0 1em;
		width: 768px;
		margin: auto
	}

}

@media(min-width:1024px) {
	.l-main, .l-branding, .l-region--navigation, .l-footer .row, .l-region--preheader, .l-region--header, footer {
		padding: 0;
		width: 1024px;
		margin: auto
	}

}

.node-type-cepal-graphic-info .field--type-image img, .node-type-cepal-infographic .field--type-image img {
	display: block;
	max-width: 100%;
	height: auto
}

.page-news-list .views-row, .page-publications-list .views-row, .page-projects-list .views-row, .section-events .views-row, .section-courses .views-row, .section-cursos .views-row, .page-notes .views-row {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1em
}

.page-news-list .views-row h3, .page-publications-list .views-row h3, .page-projects-list .views-row h3, .section-events .views-row h3, .section-courses .views-row h3, .section-cursos .views-row h3, .page-notes .views-row h3 {
	margin-bottom: .25em
}

.page-news-list .views-row h3 a, .page-publications-list .views-row h3 a, .page-projects-list .views-row h3 a, .section-events .views-row h3 a, .section-courses .views-row h3 a, .section-cursos .views-row h3 a, .page-notes .views-row h3 a {
	color: black
}

.page-news-list .views-row p, .page-publications-list .views-row p, .page-projects-list .views-row p, .section-events .views-row p, .section-courses .views-row p, .section-cursos .views-row p, .page-notes .views-row p {
	margin-bottom: 0
}

.page-news-list h1, .page-publications-list h1, .page-projects-list h1, .section-events h1, .section-courses h1, .section-cursos h1, .page-notes h1 {
	font-family: "Optima LT Std Medium", "Optima LT Std";
	color: #195591;
	font-weight: 500;
	margin: 0 0 .75em 0
}

.page-news-list .date-list-events, .page-publications-list .date-list-events, .page-projects-list .date-list-events, .section-events .date-list-events, .section-courses .date-list-events, .section-cursos .date-list-events, .page-notes .date-list-events {
	font-size: 1.5em;
	color: #195591;
	font-weight: 700;
	margin: 0 0 .75em 0
}

.page-news-list h2.pane-title, .page-news-list .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-news-list .field--name-title-field, .page-publications-list h2.pane-title, .page-publications-list .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-publications-list .field--name-title-field, .page-projects-list h2.pane-title, .page-projects-list .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-projects-list .field--name-title-field, .section-events h2.pane-title, .section-events .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .section-events .field--name-title-field, .section-courses h2.pane-title, .section-courses .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .section-courses .field--name-title-field, .section-cursos h2.pane-title, .section-cursos .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .section-cursos .field--name-title-field, .page-notes h2.pane-title, .page-notes .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .page-notes .field--name-title-field {
	border: 0;
	text-transform: none
}

.page-news-list .l-content, .page-publications-list .l-content, .page-projects-list .l-content, .section-events .l-content, .section-courses .l-content, .section-cursos .l-content, .page-notes .l-content {
	min-height: 50em
}

.form-submit {
	background-color: #195591;
	border: 0;
	color: white;
	padding: .6em !important;
	margin: .5em
}

.form-submit:hover {
	background-color: #3e8ddd
}

.breadcrumb {
	margin-bottom: 1em
}

@media(min-width:768px) {
	.breadcrumb {
		margin-bottom: 0
	}

}

@media(min-width:1024px) {
	.breadcrumb {
		margin-bottom: 0
	}

}

.breadcrumb {
	display: none;
	padding: 2em 0;
	font-size: .846em;
	clear: both;
	font-weight: normal;
	color: #666
}

@media(min-width:768px) {
	.breadcrumb {
		display: block
	}

}

@media(min-width:1024px) {
	.breadcrumb {
		display: block
	}

}

.breadcrumb a {
	color: #ef5b25;
	list-style: none;
	text-decoration: none
}

.breadcrumb a:hover {
	text-decoration: underline
}

.breadcrumb .first a {
	color: #ef5b25
}

.breadcrumb ul {
	width: 100%;
	float: left
}

.breadcrumb ul li {
	float: left;
	padding: 1em;
	display: block;
	color: #999
}

.l-content .pane-views-panes h2.pane-title, .l-content .pane-views-panes .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .l-content .pane-views-panes .field--name-title-field, .pane-press-contents h2.pane-title, .pane-press-contents .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .pane-press-contents .field--name-title-field, .pane-node-field-news-files h2, .pane-node-field-pr-files h2, h2.pane-title, .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field {
	background-color: #d8e8f8;
	color: #195591;
	font-size: 1.154em;
	padding: .35em .5em;
	text-transform: uppercase;
	border-left: 5px solid #f15a24;
	clear: both;
	font-family: "OpenSans-Bold"
}

.field--name-field-pr-teaser, .field--name-field-pr-workarea {
	padding: 0 0 1em 0
}

a.language-link {
	color: #195591
}

.node__content p {
	color: #656565
}

.language-switch ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0
}

.language-switch ul li {
	float: left;
	padding: .5em 1em;
	font-size: .769em;
	text-transform: uppercase
}


@media(min-width:768px) {
	.l-preheader {
		display: block
	}

}

@media(min-width:1024px) {
	.l-preheader {
		display: block
	}

}

.field--name-field-file-image-credits {
	color: white;
	font-size: .769em
}

.image-old {
	width: 100%;
	display: block;
	height: auto
}

@media(min-width:768px) {
	.image-old {
		width: 100%
	}

}

@media(min-width:1024px) {
	.image-old {
		width: 100%
	}

}

.image-new {
	width: 100%;
	display: block;
	height: auto
}

.panel-pane.pane-entity-field.pane-node-field-pr-image .image-old, .panel-pane.pane-entity-field.pane-node-field-article-image.image-old, .panel-pane.pane-entity-field.pane-node-field-news-image.image-old {
	float: left;
	margin-right: 1em;
	width: 100%;
	clear: left
}

@media(min-width:768px) {
	.panel-pane.pane-entity-field.pane-node-field-pr-image .image-old, .panel-pane.pane-entity-field.pane-node-field-article-image.image-old, .panel-pane.pane-entity-field.pane-node-field-news-image.image-old {
		width: 50%
	}

}

@media(min-width:1024px) {
	.panel-pane.pane-entity-field.pane-node-field-pr-image .image-old, .panel-pane.pane-entity-field.pane-node-field-article-image.image-old, .panel-pane.pane-entity-field.pane-node-field-news-image.image-old {
		width: 50%
	}

}

#cboxTitle {
	background: rgba(0, 0, 0, 0.8);
	color: white
}

.field--type-image {
	position: relative;
	padding-bottom: 0;
	clear: both
}

.field--type-image .required-fields {
	position: relative;
	padding: .5em;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-family: Arial
}

@media only screen and (min-width:768px) {
	.field--type-image .required-fields {
		position: absolute
	}

}

@media only screen and (min-width:992px) {
	.field--type-image .required-fields {
		position: absolute
	}

}

@media only screen and (min-width:1200px) {
	.field--type-image .required-fields {
		position: absolute
	}

}

.field--type-image .required-fields.image-old {
	left: 0;
	height: 100%;
	width: 100%
}

@media(min-width:768px) {
	.field--type-image .required-fields.image-old {
		width: 100%;
		left: 0;
		position: relative
	}

}

@media(min-width:1024px) {
	.field--type-image .required-fields.image-old {
		width: 100%;
		left: 0;
		position: relative
	}

}

.field--type-image .field--name-field-file-image-title-text {
	color: white;
	padding: .5em 0
}

.lt-ie9 .field--type-image .required-fields {
	background: #000 !important
}

img.file-icon {
	display: inherit
}

.l-header .l-header-menu {
	background-color: #195591
}

@media(min-width:768px) {
	.l-header .l-header-menu {
		background-color: #3e8ddd
	}

}

@media(min-width:1024px) {
	.l-header .l-header-menu {
		background-color: #3e8ddd
	}

}

.l-header .l-header-menu .block--menu {
	display: none
}

@media(min-width:768px) {
	.l-header .l-header-menu .block--menu {
		display: block
	}

}

@media(min-width:1024px) {
	.l-header .l-header-menu .block--menu {
		display: block
	}

}

.l-header .l-header-menu .block--menu li {
	background-color: #195591
}

.l-header .l-header-menu .menu {
	margin: 0;
	position: relative;
	margin-bottom: -25px;
	float: right
}

.l-header .l-header-menu li {
	float: left;
	list-style: none;
	font-family: Arial;
	font-size: .769em;
	font-weight: bold
}

.l-header .l-header-menu li a {
	text-transform: none;
	color: white;
	text-decoration: none;
	padding: .5em 1em;
	display: block
}

.l-header .l-header-menu li a:hover {
	text-decoration: underline;
	text-transform: underline
}

.l-header .l-header-menu li.active-trail {
	background-color: white
}

.l-header .l-header-menu li.active-trail a {
	color: #195591
}

.l-header .l-header-menu li a.active {
	display: block;
	text-decoration: none;
	background-color: white;
	color: #195591;
	padding: .5em 1em
}

.view-display-id-observatories li, .view-display-id-observatory li, .pane-node-field-observatory-v2 li {
	font-family: "Optima LT Std Bold", "Optima LT Std";
	font-weight: 500
}

.view-display-id-observatories a, .view-display-id-observatory a, .pane-node-field-observatory-v2 a {
	padding: .5em .5em .5em .5em;
	margin: .5em 0;
	display: block;
	top: 0
}

.view-display-id-observatories img, .view-display-id-observatory img, .pane-node-field-observatory-v2 img {
	position: relative;
	z-index: -999;
	overflow: hidden;
	float: none;
	width: 100%;
	height: auto
}

.view-display-id-subsidiary_body li, .pane-node-field-subsidiary-body-v2 li {
	background: none, linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	-webkit-transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out;
	font-size: 1.538em;
	font-family: "Optima LT Std Bold", "Optima LT Std";
	font-weight: 500;
	color: white;
	display: block;
	padding: .5em 0
}

.view-display-id-subsidiary_body a, .pane-node-field-subsidiary-body-v2 a {
	color: white;
	padding: 0 .5em;
	margin: .5em 0;
	display: block;
	top: 0
}

.view-display-id-subsidiary_body img, .pane-node-field-subsidiary-body-v2 img {
	z-index: -999;
	overflow: hidden;
	float: none;
	width: 100%;
	height: auto;
	position: absolute
}

.view-display-id-subsidiary_body:hover, .view-display-id-observatories:hover, .view-display-id-observatory:hover {
	-webkit-transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out;
	transition: .2s background ease-in-out, .1s top ease-in-out, .2s box-shadow ease-in-out
}

.print-breadcrumb {
	display: none
}

.print-content .field--type-image, .print-content .print-footnote, .print-content header {
	display: none
}

.print-logo {
	width: 7em;
	padding-right: 2em;
	background: no-repeat url(/themes/Cepal-Discover/images/print-logo.png) 0;
	height: 10em
}

.print-logo img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
	display: none
}

.print-footer {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 1em
}

@media print {
	.burr-flipped-sidebar-inner, footer, .l-nav, #breadcrumb {
		display: none
	}

	.burr-flipped-content-inner {
		width: 100%
	}

}

.sharethis-wrapper {
	padding: 1em;
	float: right
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
	height: 22px
}

.pager {
	color: #f15a24
}

.pager li {
	padding: 1em
}

.pager a {
	color: #f15a24
}

.video-container, .file-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.file-video iframe, .file-video object, .file-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.img-mail {
	background: no-repeat url(/themes/Cepal-Discover/images/suscribe-mail.png) 0;
	height: 2.5em;
	display: block
}

.img-rss {
	background: no-repeat url(/themes/Cepal-Discover/images/suscribe-rss.png) 0;
	height: 2.5em;
	display: block
}

.page-press .l-content h1, .page-publications-epub h1, .page-publications h1, .page-cooperation h1, .page-work-areas h1, .section-work-area h1, .section-events h1, .section-courses h1, .page-taxonomy-term h1, .page-about h1, .node-type-cepal-person h1, .node-type-cepal-page h1, .page-headquarters-and-offices h1, .page-presentations h1, .page-videos h1 {
	font-family: "Optima LT Std Medium", "Optima LT Std";
	color: #195591;
	font-weight: 500;
	margin: 0 0 .75em 0
}

.block-landing-news-social a .fa {
	background-color: white;
	border-radius: 50%;
	padding: .25em;
	width: 1.5em;
	height: 1.5em;
	margin: .1em;
	font-size: 1.75em;
	opacity: 1;
	filter: alpha(opacity=100)
}

@media(min-width:768px) {
	.block-landing-news-social a .fa {
		font-size: 3em
	}

}

@media(min-width:1024px) {
	.block-landing-news-social a .fa {
		font-size: 2em
	}

}

.block-landing-news-social a .fa:hover {
	opacity: .5;
	filter: alpha(opacity=50)
}

.block-landing-news-social .fa-twitter {
	color: #55acee
}

.block-landing-news-social .fa-rss {
	color: #f15a24
}

.block-landing-news-social .fa-facebook {
	color: #3b5998
}

.block-landing-news-social .fa-google-plus {
	color: #db4935
}

.block-landing-news-social .fa-flickr {
	color: #ff0084
}

.block-landing-news-social .fa-youtube {
	color: black
}

.view-news-blocks .views-row {
	padding: .5em 0
}

.view-news-blocks .fa {
	color: #195591
}

footer {
	font-size: .9em;
	background-color: #195591;
	color: white;
	padding: 0
}

footer .l-region {
	float: left;
	width: 100%;
	padding: 0
}

footer .l-region li.first.leaf {
	display: block;
	font-weight: bolder;
	text-transform: uppercase
}

footer .l-region li.contact.leaf {
	text-transform: uppercase;
	padding-top: 1.25em;
	font-weight: bolder
}

footer .l-region li.leaf {
	padding: 1em
}

footer .l-region li.first.leaf {
	border-bottom: 1px dotted;
	padding-bottom: 1em
}

footer .l-region i {
	float: right
}

footer .l-region .menu {
	padding: 1em 0
}

@media(min-width:768px) {
	footer .l-region {
		padding: .5em;
		width: 12em
	}

	footer .l-region li.leaf {
		padding: .3em 0;
		display: block
	}

	footer .l-region li.first.leaf {
		border-bottom: 0
	}

}

@media(min-width:1024px) {
	footer .l-region {
		width: 13em
	}

	footer .l-region li.leaf {
		padding: .3em 0;
		display: block
	}

	footer .l-region li.first.leaf {
		border-bottom: 0
	}

}

footer a, footer a.active {
	color: white;
	text-decoration: none
}

footer a:hover {
	text-decoration: underline
}

footer h2 {
	font-weight: bold;
	padding: .25em 0
}

footer li {
	color: white
}

footer li .leaf {
	list-style: none
}

footer li .leaf a.active {
	color: white
}

footer li .first.leaf {
	font-weight: bold
}

footer .l-region--footer-first, footer .l-region--footer-second, footer .l-region--footer-fourth {
	width: 100%
}

footer .l-region--footer-first ul, footer .l-region--footer-second ul, footer .l-region--footer-fourth ul {
	display: block
}

@media(min-width:768px) {
	footer .l-region--footer-first, footer .l-region--footer-second, footer .l-region--footer-fourth {
		width: 11em
	}

}

@media(min-width:1024px) {
	footer .l-region--footer-first, footer .l-region--footer-second, footer .l-region--footer-fourth {
		width: 15em
	}

}

footer .l-region--footer-third {
	width: 100%
}

@media(min-width:768px) {
	footer .l-region--footer-third {
		width: 14em
	}

}

@media(min-width:1024px) {
	footer .l-region--footer-third {
		width: 20em
	}

}

footer .l-region--footer-fifth {
	width: 100%
}

@media(min-width:768px) {
	footer .l-region--footer-fifth {
		width: 16em
	}

}

@media(min-width:1024px) {
	footer .l-region--footer-fifth {
		width: 22em
	}

}

footer .block--cepal-block-basic-footer-contact-data a .fa {
	float: none;
	background-color: white;
	border-radius: 50%;
	padding: .3em;
	color: #195591;
	width: 1.5em;
	height: 1.5em;
	margin: .1em;
	font-size: 2em;
	opacity: 1;
	filter: alpha(opacity=100)
}

@media(min-width:768px) {
	footer .block--cepal-block-basic-footer-contact-data a .fa {
		font-size: 2.5em;
		float: left
	}

}

@media(min-width:1024px) {
	footer .block--cepal-block-basic-footer-contact-data a .fa {
		font-size: 2em;
		float: left
	}

}

footer .block--cepal-block-basic-footer-contact-data a .fa:hover {
	opacity: .5;
	filter: alpha(opacity=50)
}

footer .block--cepal-block-basic-footer-contact-data p {
	margin: .5em 0
}

footer .block--cepal-block-basic-footer-contact-data ul li {
	line-height: 2em;
	font-weight: 500
}

footer .l-region--footer-bottom {
	width: 100% !important;
	float: left;
	background-color: white
}

footer .l-region--footer-bottom .block-footer-bottom {
	text-align: center;
	padding: 1em;
	color: #195591
}

footer .l-region--footer-bottom .block-footer-bottom a {
	color: #195591;
	font-family: "Open Sans Bold", "Open Sans";
	text-decoration: none;
	font-weight: 700
}

footer .l-region--footer-bottom .block-footer-bottom a:hover {
	text-decoration: underline
}

footer .block--cepal-block-basic-footer-contact-data img {
	float: left;
	padding: 10px
}

footer .block--cepal-block-basic-footer-contact-data p {
	float: left;
	width: 100%;
	line-height: .25em
}

footer .block--cepal-block-basic-footer-contact-data li {
	line-height: 1.5em;
	font-weight: 500
}

footer .block--cepal-block-basic-footer-contact-data h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal !important
}

footer .block--cepal-block-basic-footer-contact-data h3 {
	display: block;
	color: white
}

footer .block--cepal-block-basic-footer-contact-data ul {
	display: block
}

footer .block--cepal-block-basic-footer-contact-data div {
	text-align: center
}

@media(min-width:768px) {
	footer .block--cepal-block-basic-footer-contact-data div {
		text-align: left
	}

}

footer .l-region--footer-fourth .block, footer .l-region--footer-third .block, footer .l-region--footer-first .block, footer .l-region--footer-second .block {
	float: left;
	width: 100%
}

.views-slideshow-cycle-main-frame-row-item {
	float: left;
	width: 50%
}

@media(min-width:1024px) {
	.views-slideshow-cycle-main-frame-row-item {
		width: 25%
	}

}

.pane-views-landing-publication-block h2, .pane-views-landing-publication-block-1 h2, .pane-views-landing-publication-block-2 h2 {
	clear: both
}

.field--name-field-publication-alt-title {
	color: #515151
}

#block-views-exp-solr-panel-search-node .views-exposed-form .views-exposed-widget {
	float: right
}

#block-views-exp-solr-panel-search-node .views-widget-filter-search_api_views_fulltext {
	padding: 0;
	display: none
}

@media(min-width:768px) {
	#block-views-exp-solr-panel-search-node .views-widget-filter-search_api_views_fulltext {
		display: none
	}

}

@media(min-width:1024px) {
	#block-views-exp-solr-panel-search-node .views-widget-filter-search_api_views_fulltext {
		display: block
	}

}

#block-views-exp-solr-panel-search-node .description, #block-views-exp-solr-panel-search-node .views-submit-button, #block-views-exp-solr-panel-search-node .views-reset-button {
	display: none
}

#block-views-exp-solr-panel-search-node .form-item-search-fulltext input {
	border: 0;
	margin: 0;
	background-color: white;
	width: 175px;
	height: 22px;
	color: #f15a24
}

.pager {
	text-decoration: none;
	line-height: 3em
}

.pager .pager__item {
	color: white;
	font-weight: bold;
	padding: .5em 0;
	border-radius: .3em;
	display: inline-block;
	border: 0
}

.pager .pager__item a {
	color: #195591;
	text-transform: capitalize;
	padding: .5em 1em;
	border-radius: .3em;
	text-decoration: none;
	background-color: #d8e8f8
}

.pager .pager__item a:hover {
	background-color: #195591;
	color: white;
	border-radius: .3em
}

.pager .pager__item--ellipsis {
	display: none
}

.pager .pager__item--first, .pager .pager__item--previous, .pager .pager__item--next, .pager .pager__item--last {
	color: white;
	padding: .5em 0
}

.pager .pager__item--first a, .pager .pager__item--previous a, .pager .pager__item--next a, .pager .pager__item--last a {
	color: white;
	padding: .5em 1em;
	background-color: #195591
}

.pager .pager__item--first a:hover, .pager .pager__item--previous a:hover, .pager .pager__item--next a:hover, .pager .pager__item--last a:hover {
	background-color: #f15a24
}

.pager .pager__item--current {
	background-color: #195591;
	color: white;
	padding: 0 1em
}

.gsc-cursor {
	padding: 2em 0;
	text-decoration: none;
	line-height: 3em
}

.gsc-cursor .gsc-cursor-page .gsc-cursor-current-page {
	color: white;
	font-weight: bold;
	padding: .5em 0;
	border-radius: .3em
}

.view-display-id-eclac_media .views-row div div {
	color: #7f9ebe;
	font-weight: bold
}

.view-display-id-eclac_media .views-field-title span a {
	text-decoration: underline;
	font-weight: normal
}

.subtitle, .node-type-cepal-section .pane-node-field-section-projects .field--name-field-project-financing, .node-type-cepal-section .pane-courses-courses-events-bytopic-pane .field--name-field-project-financing, .node-type-cepal-section .pane-node-field-section-news-common article .field--name-field-news-type, .node-type-cepal-section .pane-node-field-section-news-common article .field--name-field-article-type, .node-type-cepal-section .pane-node-field-section-news-translated article .field--name-field-news-type, .node-type-cepal-section .pane-node-field-section-news-translated article .field--name-field-article-type, .view-landing-news.view-display-id-block_2 .views-field-nothing .landing-news-block-lastest-news-type, .view-landing-news.view-display-id-block_2 .views-field-nothing-1 .landing-news-block-lastest-news-type, .view-display-id-press_news_list_pane .views-field-nothing .landing-news-block-lastest-news-type, .view-display-id-press_news_list_pane .views-field-nothing-1 .landing-news-block-lastest-news-type, .view-display-id-cooperation_news_list_pane .views-field-nothing .landing-news-block-lastest-news-type, .view-display-id-cooperation_news_list_pane .views-field-nothing-1 .landing-news-block-lastest-news-type, .view-display-id-home_news_list_en_pane .views-field-nothing .landing-news-block-lastest-news-type, .view-display-id-home_news_list_en_pane .views-field-nothing-1 .landing-news-block-lastest-news-type, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing .landing-news-block-lastest-news-type, .view-id-select_content_press.view-display-id-panel_pane_1 .views-field-nothing-1 .landing-news-block-lastest-news-type, .pane-landing-work-area-list-news .views-field-nothing .landing-news-block-lastest-news-type, .pane-landing-work-area-list-news .views-field-nothing-1 .landing-news-block-lastest-news-type, .view-id-landing_topics.view-display-id-list_news .views-field-nothing .landing-news-block-lastest-news-type, .view-id-landing_topics.view-display-id-list_news .views-field-nothing-1 .landing-news-block-lastest-news-type, .pane-landing-regional-office-office-list-news .views-field-nothing .landing-news-block-lastest-news-type, .pane-landing-regional-office-office-list-news .views-field-nothing-1 .landing-news-block-lastest-news-type, .pane-landing-work-area-v2-wa-news .views-field-nothing .landing-news-block-lastest-news-type, .pane-landing-work-area-v2-wa-news .views-field-nothing-1 .landing-news-block-lastest-news-type, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing .landing-news-block-lastest-news-type, .pane-landing-topics-manual-topic-manual-list-news .views-field-nothing-1 .landing-news-block-lastest-news-type, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing .landing-news-block-lastest-news-type, .view-id-landing_work_area_v2.view-display-id-wa_activities .views-field-nothing-1 .landing-news-block-lastest-news-type, .views-field-type, .field--name-field-document-type, .page-press-external-news .view-display-id-external_news .views-field-nothing span:last-child, .page-presentations .view-display-id-panel_pane_1 .views-field-nothing span:last-child, .page-videos .view-display-id-panel_pane_2 .views-field-nothing span:last-child, .page-press .pane-landing-news-external-news .views-field-field-cfi-media div, .node-type-cepal-page .pane-landing-news-external-news .views-field-field-cfi-media div, .node-type-cepal-section .pane-landing-news-external-news .views-field-field-cfi-media div, .pane-taxonomy-term-field-section-documents .field--name-field-document-type {
	margin: 0;
	color: #7f9ebe;
	text-transform: uppercase;
	font-size: .846em;
	font-weight: 400;
	font-style: normal
}

#admin-menu {
	display: none
}

@media(min-width:768px) {
	#admin-menu {
		display: none
	}

}

@media(min-width:1024px) {
	#admin-menu {
		display: block
	}

}



@media(min-width:768px) {
	.l-region--preheader {
		display: block
	}

}

@media(min-width:1024px) {
	.l-region--preheader {
		display: block
	}

}

.l-constrained {
	float: left;
	margin-bottom: 1em;
	display: block
}

@media(min-width:768px) {
	.l-constrained {
		margin-bottom: 0
	}

}

@media(min-width:1024px) {
	.l-constrained {
		margin-bottom: 0
	}

}

.date-display-single {
	padding-bottom: 1em
}

.field--name-field-disclaimer {
	padding: .5em 0;
	border-top: 1px solid #d8e8f8;
	clear: both
}

.messages {
	clear: both;
	margin-top: 1em
}

.view-empty p {
	margin: 1em
}

.hidden-mobile, .home-services {
	display: none
}

@media(min-width:768px) {
	.hidden-mobile, .home-services {
		display: block
	}

}

@media(min-width:1024px) {
	.hidden-mobile, .home-services {
		display: block
	}

}

.panel-pane.pane-views-empty {
	padding: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.read-more {
	clear: both
}

.read-more a {
	margin: 1em;
	color: #195591;
	font-weight: bold
}

.view-publication-type-children .views-row {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 2em
}

.view-publication-type-children .col-1 {
	float: left;
	clear: none;
	min-width: 200px;
	min-height: 113px;
	background-color: #efefef;
	display: none
}

@media(min-width:1024px) {
	.view-publication-type-children .col-1 {
		display: block
	}

}

.view-publication-type-children .col-2 {
	float: left;
	clear: none;
	margin-left: 1em;
	width: 100%
}

@media(min-width:1024px) {
	.view-publication-type-children .col-2 {
		max-width: 430px
	}

}

.view-publication-type-children .col-2 h2 {
	margin-top: 0
}

.page-taxonomy-term.section-publication-type .pane-term-description {
	background-color: #d8e8f8;
	padding: 1em;
	border-top: 3px solid #1e5387
}

.l-content .pane-views-panes.pane-last-publication-by-type-panel-pane-1 {
	background-color: #e6e6e6;
	padding: 0 1em 1em 1em
}

.l-content .pane-views-panes.pane-last-publication-by-type-panel-pane-1 h2.pane-title, .l-content .pane-views-panes.pane-last-publication-by-type-panel-pane-1 .node-type-cepal-pubselection .pane-node-field-pubselection-section .field--name-title-field, .node-type-cepal-pubselection .pane-node-field-pubselection-section .l-content .pane-views-panes.pane-last-publication-by-type-panel-pane-1 .field--name-title-field {
	background-color: transparent;
	border-left: 0
}

.l-content .pane-views-panes.pane-last-publication-by-type-panel-pane-1 h3 {
	font-weight: 700;
	color: #2a3744;
	font-size: 19px;
	margin-top: 0;
	padding: 0
}

.l-content .pane-views-panes.pane-last-publication-by-type-panel-pane-1 .field--name-field-body {
	text-align: justify
}

.l-content .pane-views-panes.pane-last-publication-by-type-panel-pane-1 .col {
	display: inline-block;
	width: 48%;
	margin: 0;
	padding: 0;
	vertical-align: top
}

.l-content .pane-views-panes.pane-last-publication-by-type-panel-pane-1 .col-left {
	width: 26%
}

.l-content .pane-views-panes.pane-last-publication-by-type-panel-pane-1 .col-left img {
	max-width: 100%
}

.l-content .pane-views-panes.pane-last-publication-by-type-panel-pane-1 .col-right {
	width: 71%
}

.l-content .view-last-publication-gi-by-type.view-display-id-panel_pane_1 .views-field-title, .l-content .view-last-publication-gi-by-type.view-display-id-panel_pane_1 .views-field-title-field {
	font-weight: 700;
	color: #2a3744;
	font-size: 15px;
	margin-bottom: 1em
}

.l-content .view-last-publication-gi-by-type.view-display-id-panel_pane_1 .field--type-image {
	width: 100%
}

.l-content .view-last-publication-gi-by-type.view-display-id-panel_pane_1 .field--type-image img {
	width: 100%;
	height: auto
}

.l-content .view-last-publication-by-type.view-display-id-panel_pane_2 table {
	width: 100%
}

.l-content .view-last-publication-by-type.view-display-id-panel_pane_2 table tr {
	background-color: transparent
}

.l-content .view-last-publication-by-type.view-display-id-panel_pane_2 table td {
	padding: 1em
}

.l-content .view-last-publication-by-type.view-display-id-panel_pane_2 table .field--type-date {
	min-width: 97px
}

.view-last-publication-by-type.view-display-id-panel_pane_3 .field__item {
	display: inline-block;
	font-size: 13px
}

.view-last-publication-by-type .journal-number {
	color: #195591;
	font-weight: bold
}

.view-latest-publications .jcarousel-skin-default .jcarousel-container-horizontal {
	height: auto
}

.section-publication-type .panel-pane.pane-views-panes.pane-publication-types-info-panel-pane-1 {
	margin-top: 1em
}

.view-landing-publications.view-display-id-panel_pane_1 ul, .view-featured-selections ul {
	float: left;
	width: 100%;
	margin-bottom: 1em
}

.view-landing-publications.view-display-id-panel_pane_1 ul li, .view-featured-selections ul li {
	padding-left: 1em;
	text-indent: -.7em;
	float: left;
	width: 48%;
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #f2f2f2
}

.view-landing-publications.view-display-id-panel_pane_1 ul li.views-row-odd, .view-featured-selections ul li.views-row-odd {
	margin-right: 4%
}

.view-landing-publications.view-display-id-panel_pane_1 ul li:before, .view-featured-selections ul li:before {
	content: "• ";
	color: orange
}

.view-landing-publications.view-display-id-panel_pane_2 .views-field-field-section-publications article {
	width: 140px;
	float: left;
	clear: none;
	margin-right: 2em
}

.view-landing-publications.view-display-id-panel_pane_2 .views-field-field-section-publications article img {
	width: 100%;
	height: auto
}

.epub-text {
	display: none;
	visibility: hidden;
	font-family: "Oswald"
}

.epub-is-1 {
	display: block;
	visibility: visible;
	background-color: #333;
	color: #fff;
	width: 50%
}

.view-latest-publications li.jcarousel-item {
	position: relative
}

.view-latest-publications li.jcarousel-item .epub-is-1 {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 130px
}

.view-publication-types-first-level .views-row {
	background-color: #e6e6e6;
	margin-bottom: .5em;
	padding: .5em 1em .5em 1em;
	vertical-align: top
}

.view-publication-types-first-level .views-row .views-field-name {
	display: inline-block;
	vertical-align: top;
	max-width: 65%
}

.view-publication-types-first-level .views-row-last {
	margin-bottom: 0
}

.pane-cepal-pubselection-search {
	background-color: #e4e4e4
}

.pane-cepal-pubselection-search h2 {
	border: 0;
	background-color: transparent;
	border-top: 3px solid #f15a24;
	margin: 0
}

.pane-cepal-pubselection-search p {
	margin: 0;
	padding: 0
}

.pane-cepal-pubselection-search p a {
	padding: .5em;
	display: inline-block
}

.pane-cepal-pubselection-search input[type=text] {
	border: 1px solid #ccc
}

.pane-cepal-pubselection-search input {
	float: left;
	padding: .5em;
	margin-top: .5em;
	height: 2.5em;
	margin: .5em;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0
}

.pane-cepal-pubselection-search input[type=submit] {
	width: 3em;
	text-indent: -999px;
	background: no-repeat url(/themes/Cepal-Discover/images/search_btn.png)
}

.view-banner-destacados-pane .flexslider .slides img {
	width: 100%;
	height: auto
}

@media(min-width:768px) {
	.view-banner-destacados-pane .flexslider .slides img {
		width: auto
	}

}

@media(min-width:1024px) {
	.view-banner-destacados-pane .flexslider .slides img {
		width: 337px
	}

}

.view-banner-destacados-pane .flexslider .slides li>a {
	display: block
}

.view-banner-destacados-pane .field--name-title-field {
	color: #195591;
	font-size: 23px;
	padding: .25em 1em
}

.view-banner-destacados-pane #flexslider-1 {
	margin-top: 0;
	padding-top: 0
}

.view-banner-destacados-pane #flexslider-1 .slides {
	padding: .5em .4em
}

.view-banner-destacados-pane .col {
	vertical-align: top
}

@media(min-width:1024px) {
	.view-banner-destacados-pane .col {
		display: inline-block
	}

}

.view-banner-destacados-pane .field-content {
	vertical-align: top
}

.view-banner-destacados-pane .col-left {
	width: 100%
}

@media(min-width:1024px) {
	.view-banner-destacados-pane .col-left {
		width: 51%
	}

}

.view-banner-destacados-pane .col-right {
	width: 100%
}

@media(min-width:1024px) {
	.view-banner-destacados-pane .col-right {
		width: 48%
	}

}

.section-publicaciones .jcarousel-skin-default .jcarousel-container-horizontal {
	height: auto
}

@font-face {
	font-family: 'FontAwesome';
	src: url(/themes/Cepal-Discover/fonts/fontawesome-webfont-v=4.2.0.eot);
	src: url(/themes/Cepal-Discover/fonts/fontawesome-webfont-.eot#iefix&v=4.2.0) format('embedded-opentype'), url(/themes/Cepal-Discover/fonts/fontawesome-webfont-v=4.2.0.woff) format('woff'), url(/themes/Cepal-Discover/fonts/fontawesome-webfont-v=4.2.0.ttf) format('truetype'), url(/themes/Cepal-Discover/fonts/fontawesome-webfont-v=4.2.0.svg#fontawesomeregular) format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}

}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}

}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before, .fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before, .fa-users:before {
	content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before, .fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}

.fa-won:before, .fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
	content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

/* Localized */