* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
outline: none;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

html,body {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    webkit-tap-highlight-color: #fed136;
}

p {
    font-size: 12px;
    line-height: 1.45;
    color: #444;
    margin: 0;
    padding: 0;
}

ul {
    font-size: 12px;
    line-height: 1.45;
    color: #444;
}

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

a {
    color: #777;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #777;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: #555;
    line-height: 22px;
    margin: 0;
    padding: 10px 0 10px 0;
}

.bg-light-gray {
    background-color: #eee;
}

.bg-gray {
    background-color: #777;
}

.bg-orange {
    background-color: #F06300;
}

.extra-bg-slideshow {
    background-image: url(../images/slideshow.png), url(../images/bg-slideshow.png);
    background-position: right top, left top;
    background-repeat: no-repeat, repeat-x;
}

.extra-bg-highlights {
    background-image: url(../images/bg-highlights.png);
    background-position: center top;
    background-repeat: no-repeat;
}

.extra-bg-footer {
    background-image: url(../images/footer.png), url(../images/bg-footer.png);
    background-position: right top, left top;
    background-repeat: no-repeat, repeat-x;
}

.box-shadow {
   -webkit-box-shadow: 0px 20px 45px -20px #555;
      -moz-box-shadow: 0px 20px 45px -20px #555;
           box-shadow: 0px 20px 45px -20px #555;
}

.logo {
    background-image: url(../images/logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    width:50%;
    height:115px;
    float: left;
} 

#info-top, #info-bottom {
    width: 100%;
    height: 40px;
    display: table;
    margin:0;
    padding:0; 
}

header {
    width: 100%;
    margin:0;
    padding: 20px 0 0 0;  
}

section {
    width: 100%;
    display: table;
    margin:0;
    padding:0;
}

.container {
    width: 1000px;
    margin: auto;
}

footer { 
    width: 100%;
    margin: 0;
    padding: 0;
}

fieldset {
    border: none;
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 0;
}

legend {
    margin: 0;
    padding: 0;
}

.fieldset-legend {
    font-family: 'Dosis', sans-serif;
    font-size: 19px;
    font-weight: 600;
    color: #F06300;
    text-transform: uppercase;
    margin: 5px 0;
    padding-right: 5px; 
}

/* USER MENU AND SEARCH */

.user-menu {
    display: block;
    vertical-align: top;
    float: left;
}

.user-menu ul {
    list-style: none;
    margin:0;
    padding: 0 25px;
}

.user-menu ul li.leaf {
    display: block;
    margin:0;
    padding:0;
}

.user-menu a:link {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.user-menu a:visited {
    color: #444;
}

.user-menu a:hover {
    color:#FF5C26;
}

.search {
    float: right;  
}

.search input.form-text {
    display: block;
    width: 190px;
    height: 40px;
    font-size: 11px;
    line-height: 1.25em;
    text-indent: 10px;
    color: #fff;
    background-color: #F06300;
    background-image: none;
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    border-left:1px solid transparent;
    border-bottom: 1px solid #F06300;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin:0;
    float: left;
}

.search input.form-submit {
    display: block;
    width: 70px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #F06300;
    background-image: none;
    border: 1px solid #F06300;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin:0;
    float: left;
}

.cost-logo {
    background: transparent url(../images/cost-logo.png) no-repeat center center;
    width: 135px;
    height: 50px;
    display: inline-block;
    vertical-align: top;   
}

.sevilla-logo {
    background: transparent url(../images/sevilla-logo.png) no-repeat center center;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;   
}

.oficial {
	float: right;
}

.industry {
    background: transparent url(../images/industry.png) no-repeat center center;
	width: 290px;
	height: 50px;
    display: inline-block;
    vertical-align: top;   
}

/* MISC */

section#misc {
    border-top:1px solid #ddd;
    margin:0;
    padding:0;
}

section#misc .slogan {
	background: transparent url(../images/slogan.png) no-repeat left center;
	width: 337px;
	height: 50px;
	float: left;
}

section#misc .think-tank {
	background: transparent url(../images/think-tank-logo.png) no-repeat left bottom;
	width: 286px;
	height: 50px;
	float: left;
	margin:0 40px;
	overflow: visible;
}

section#misc .oficial {
	float: right;
}

/* NAVIGATION */

section#nav {
    background: transparent url(../images/bg-nav.png) no-repeat center top;
    width: 100%;
    height: 45px;
    margin:0;
    padding:0;
}

section#nav .menu {
    width: 1000px;
    margin: auto; 
}

/* SLIDESHOW */

section#slideshow {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* CONTENT */

section#content {
    background: transparent url(../images/bg-content.png) no-repeat center top;
    font-size: 12px;
    line-height: 1.45;
    color: #444;
    margin: 0;
    padding: 0;
}

section#conference-banner {
    background: transparent url(../images/bg-content-conference.jpg) no-repeat center top;
    height: 250px;
    font-size: 12px;
    line-height: 1.45;
    color: #444;
    width: 100%;
    margin: 0;
}

section#content-conference {
    padding: 0 0 20px 0;
}

section#content-conference h1.title {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-transform: initial;
    font-size: 25px;
    padding: 35px 20px 20px 20px;
}

section#content div.content {
    padding: 30px 0 30px 0;
}

section#content .field-items div.content {
    padding: 5px 0 !important;
}


section#content .view-content div.content {
    padding: 5px 0;
}

section#content .view-content td {
    padding-bottom: 20px;
}

section#content h1.title {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin:0;
    padding: 35px 20px 20px 20px;
	line-height: 28px;
}

section#content h1.title-conference {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin:0;
    padding: 35px 20px 20px 20px;
    line-height: 28px;
}

section#content h3 {
    border-bottom: 1px dotted #ccc;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 5px;
}

#content input.form-submit {
    display: block;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #F06300;
    background-image: none;
    border: 1px solid #F06300;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right:10px;
    padding:0 12px 0 12px;
}

a#edit-cancel {
    display: none;
}

#content hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #ddd; /* old IE */
    background-color: #ddd; /* Modern Browsers */
}

#content-area {
    padding: 0 20px;
}

.col-left {
    width: 190px;
    padding-right: 10px;
    float: left;
}
.col-left ul >li {
  border-bottom: 0px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
  margin: 0;
  padding: 0;
  list-style-image: url("../images/list.png");
}
.col-left ul >li >a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
    font-weight: bold;
    color: #555;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: 12px;
}
.col-left ul >li >a:hover {
  background: none;
  color: #F26300;
}
.col-left ul >li >a.active {
  background: none;
  color: #F26300;
}
.col-right {
    overflow: hidden;
    padding-bottom: 35px;
}
.speakers img {
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    width: 100px;
    height: 100px;
    margin: 5px;
}
/* LATEST NEWS & UPCOMING EVENTS */

.latest-news-title, .upcoming-events-title {
    width: 240px;
    float:left;
}

.latest-news-title h2, .upcoming-events-title h2 {
    font-weight: 600;
}

section#latest-news {
    border-top:1px solid #ddd;
    margin: 0;
    padding: 20px 0 45px 0;
}

section#upcoming-events {
    border-top:1px solid #ddd;
    margin: 0;
    padding: 20px 0 45px 0;
}

section#latest-news .item-list ul {
    display: block;
    list-style: none;
}

section#latest-news .item-list ul li {
    width: 220px;
    float: left;
}

section#upcoming-events .item-list ul {
    display: block;
    list-style: none;
}

section#upcoming-events .item-list ul li {
    width: 220px;
    float: left;
}

.more {
    width: 100%;
    font-size: 12px;
    color: #F26300;
    text-align: right;
    float: left;
}

.more a:link {
    text-decoration: none;
    color: #F26300;
}

.more a:visited {
    color: #F26300;
}

.more a:hover {
    color: #444;
}

/* HIGHLIGHT */

section#highlights {
    /* height: 350px; */
    padding: 20px 0 20px 0 ;
}

.highlights-menu {
    width: 500px;
    margin: 0;
    float: left;
}

.highlights-menu ul {
    margin:0;
    padding: 10px 0;
}

.highlights-menu ul li.leaf {
    list-style: none;
    margin: 0 0 5px 0;
    padding:0;
}

.highlights-menu a:link {
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    text-decoration: none;
    padding:0;
}

.highlights-menu a:visited {
    color: #555555;
}

.highlights-menu a:hover {
    color:#FFF;
}

.online {
    width: 485px;
    margin: 0;
    padding-left: 15px;
    float: right;
}

.online p {
    color: #fff;
    padding:10px 0 0 0;
}

.online ul {
    list-style: none;
    margin:0;
    padding:0;
}

.online .item-list ul li {
    display: inline-block;
    margin:0;
    padding:10px 0;
}

.online .item-list a:link {
    background-color: #F06300;
    border: 1px solid #F06300;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 11px;
    color:#fff;
    text-decoration: none;
    margin:0 2px 0 0;
    padding:5px;
    float: left;
}

.online .item-list a:visited {
    color:#fff;
}

.online .item-list a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color:#555
}

.highlight-column-one, .highlight-column-four {
    width: 230px;
    min-height: 350px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

.highlight-column-two {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    padding:0;
}

.highlight-column-three {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    padding:0;
}

.highlight-title {
    width: 240px;
    float: left; 
}

.highlight-title h2 {
    color:#fff;
}

.highlight-col  {
    float: left; 
}

.highlight-title-green {
    background-color: #85B200;
    height: 175px;
    padding: 20px;
}

.highlight-title-orange {
    background-color: #F06300;
    height: 175px;
    padding: 20px;
}

.highlight-box-green {
    background: #fff url(../images/arrow-green.png) no-repeat center bottom;
    height: 175px;
    padding: 20px;
}

.highlight-box-green ul {
    margin:0;
    padding:20px 0;
}

.highlight-box-green ul li.leaf {
    list-style: none;
    margin:0;
    padding:0;
}

.highlight-box-green a:link {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    padding:10px 10px;
}

.highlight-box-green a:visited {
    color: #444;
}

.highlight-box-green a:hover {
    color:#85B200;
}

.highlight-box-orange {
    background: #fff url(../images/arrow-orange.png) no-repeat center top;
    height: 175px;
    padding:40px 20px;
}

.highlight-box-orange ul {
    list-style: none;
    margin:0;
    padding:0;
}

.highlight-box-orange .item-list ul li {
    display: inline-block;
    margin:0;
    padding:0;
}

.highlight-box-orange .item-list a:link {
    background-color: #F06300;
    border: 1px solid #F06300;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 11px;
    color:#fff;
    text-decoration: none;
    margin:0 2px 0 0;
    padding:5px;
    float: left;
}

.highlight-box-orange .item-list a:visited {
    color:#fff;
}

.highlight-box-orange .item-list a:hover {
    background-color: #777;
    color:#fff
}

.highlight-column-one h2, .highlight-column-four h2, .highlight-box h2 {
    color: #444;
    padding: 0;
}

.highlight-title-green h2, .highlight-title-orange h2 {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}

/* FOOTER */

.footer-column-one, .footer-column-two, .footer-column-three, .footer-column-four {
    width: 230px;
    min-height: 300px;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
}

.footer-column-one img {
    width: 23px;
    height: auto;
    padding-right: 5px;
}

.footer-column-one h2, .footer-column-two h2, .footer-column-three h2, .footer-column-four h2 {
    color: #fff;
    padding: 10px 0 20px 0;
}

#footer p {
    color: #fff;
}

.footer-column-two a:link {
    text-decoration: none;
    color:#fff;
}

.footer-column-two a:visited {
    color: #fff;
}

.footer-column-two a:hover {
    color:#F06300;
}

#footer input.form-text.required {
    display: block;
    width: 200px;
    height: 40px;
    font-size: 11px;
    line-height: 1.25em;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    border-left:1px solid transparent;
    border-bottom: 1px solid #F06300;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin:0;
    float: left;
}

#footer input.form-submit {
    display: block;
    width: 100px;
    height: 40px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #F06300;
    background-image: none;
    border: 1px solid #F06300;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin:0;
    float: left;
}

#footer .think-tank-message {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 20px 10px 20px;
}

.euro-flag {
    background: transparent url(../images/euro-flag.png) no-repeat center left;
    width: 440px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
}

.copyright {
    width: 250px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.euro-flag p, .copyright p {
    font-size: 11px;
    color: #444;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.disclaimer {
    width: 250px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}

.disclaimer ul {
    height: 40px;
    list-style: none;
    margin:0;
    padding:0;
}

.disclaimer ul li.leaf {
    display: inline-block;
    margin:0;
    padding:0;
}

.disclaimer a:link {
    font-size: 11px;
    color: #444;
    line-height: 40px;
    text-decoration: none;
    padding:10px 10px;
}

.disclaimer a:visited {
    color: #444;
}

.disclaimer a:hover {
    color:#FF5C26;
}

/* VIEWS */

section#content .views-field {
    padding: 10px;
}

.views-field-title {
	line-height: 1.4;
	margin: 10px 0 5px 0;
}

.views-field-title a:link,
.views-field-title a:visited,
.views-field-title a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-decoration: none;
}

.view-content h2 a:link,
.view-content h2 a:visited,
.view-content h2 a:hover {
    font-size: 18px;
    font-weight: 400;
    color: #F06300;
    text-decoration: none;
}

.node-readmore a:link,
.node-readmore a:visited,
.node-readmore a:hover {
    font-size: 11px;
    font-weight: 400;
    color: #F06300;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

/*
 * Markup generated by theme_links(). Edit to remove/add padding from "Read More" *
 */

ul.inline,
ul.links.inline {
  display: inline;
  padding: 0 !important;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 !important;
}

.views-field-created {
    font-size: 12px;
    color: #F26300;
    margin-bottom: 5px;
}

.views-field-field-date {
    font-size: 12px;
    color: #F26300;
    margin-bottom: 5px;
}

.views-field-body {
    font-size: 12px;
    color: #444;
    margin-bottom: 5px;
}

.views-submit-button, .views-reset-button {
    margin:0;
    padding: 0 !important;
}

input#edit-submit-participants-database.form-submit {
    background-color: #555 !important;
    border: 1px solid #555 !important;
}

input#edit-reset.form-submit {
    background-color: #555 !important;
    border: 1px solid #555 !important;
}

.view-filters {
    margin-bottom: 25px;
}

.views-table {
    width: 100%;
}

.views-field-field-photo {
    line-height: 0;
}

.views-field-field-photo img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    width: 55px;
    height: 55px;
    margin: 5px;
}

.views-field .active {
    color:#F06300;
}

.views-field-field-first-name a:link {
    text-decoration: none;
    color:#F06300;
}

.views-field-field-first-name a:visited {
    color: #F06300;
}

.views-field-field-first-name a:hover {
    color:#444;
}

.views-widget label {
    font-weight: normal !important;
}

/* TABLES */

th {
    border: none;
    padding-right: 1em;
    /* LTR */
    text-align: left;
    /* LTR */
}
tbody {
    border: none;
}

tr.odd {
    border: none;
    background-color: #eee;
    /* border-bottom: 1px solid #ccc; */
    padding: 0.1em 0.6em;
}

tr.even{
    border: none;
    background-color: #ddd;
    /* border-bottom: 1px solid #ccc; */
    padding: 0.1em 0.6em;
}

td.active {
  background-color: #fff;
}

.profile .field-item {
    padding:2px 10px;
}

.profile2-main h2 {
    display: none;
}

.field-item img {
    margin: 5px;
}

.profile .field-item img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    width: 130px;
    height: 130px;
    margin: 5px;
}

table.action-chair img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    object-fit: cover;
    width: 130px;
    height: 130px;
    margin: 5px;
}

.field-items {
    padding-right: 10px;
}

.field-label {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: 700 !important;
    color: 333;
    margin: 10px 0 5px 0;
    display: table;
    white-space: nowrap;
}

.field-label:after {
    border-top: 1px dotted #ccc;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.85em;
    width: 100%;
}

/* MANUAL TABLES */

#manual-table {
	margin:0;
	padding:0;
}

#manual-table a:link {
	color:#F26300;
	text-decoration: none;
}

#manual-table a:visited {
	color:#F26300;
}

#manual-table a:hover {
	color:#444;
}

#manual-table .title {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

#manual-table tr {
	padding-bottom: 15px;
}

/* PAGER */

ul.pager {
    height: 36px;
    padding: 10px 0 0 0;
}

.item-list .pager li {
    padding: 5px 10px;
}

.item-list .pager li a:link {
    color: #777;
    text-decoration: none;
}

.item-list .pager li a:visited{
    color: #777;
}

.item-list .pager li a:hover{
    color: #F06300;
}

.item-list .pager-current {
    background-color: #F06300;
    color: #fff;
    text-decoration: none;
}

/* CUSTOM LINKS */

.newsletter-btn-submit a:link,
.newsletter-btn-submit a:visited {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #F06300;
    background-image: none;
    border: 1px solid #F06300;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin:10px 0;
    padding:0 12px; 
    float: left;
}

/* GOOGLE MAPS */

.google_map_field_display {
height: 300px;
width: 500px;
}

.gm-style-iw .views-field {
    padding: 0px !important;
}

/* TD STYLING */

.cell-bg {
    background-image: url(../images/cell-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
}

/* CUSTOM FIELDS */
.scientific_style {
	font-style: italic;
	font-weight: bold;
}
.carotene_style:before {
	content: " (Carotenoid content in µg/100 g)";
}