/**
 * This file will be overwritten when the Bootstrap Framework source files
 * are compiled using the LESS CSS pre-processor.
 */

 @font-face {
     font-family: FontAwesome;
     src: url(fontawesome-webfont-webfont.eot);
     src: url(fontawesome-webfont-webfont.eot?#iefix) format('embedded-opentype'), url(fontawesome-webfont-webfont.woff2) format('woff2'), url(fontawesome-webfont-webfont.woff) format('woff'), url(fontawesome-webfont-webfont.ttf) format('truetype'), url(fontawesome-webfont-webfont.svg#fontawesomeregular) format('svg');
     font-weight: 400;
     font-style: normal
 }

@font-face {
    font-family: Raleway;
    src: url(../fonts/raleway-regular.eot);
    src: url(../fonts/raleway-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-regular.woff) format('woff'), url(../fonts/Raleway-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/raleway-bold.eot);
    src: url(../fonts/raleway-bold.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-bold.woff) format('woff'), url(../fonts/Raleway-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Raleway-semibold;
    src: url(../fonts/raleway-semibold.eot);
    src: url(../fonts/raleway-semibold.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-semibold.woff) format('woff'), url(../fonts/Raleway-Semibold.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Raleway-Thin;
    src: url(../fonts/raleway-thin.eot);
    src: url(../fonts/raleway-thin.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-thin.woff) format('woff'), url(../fonts/Raleway-Thin.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Raleway-Light;
    src: url(../fonts/raleway-light.eot);
    src: url(../fonts/raleway-light.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-light.woff) format('woff'), url(../fonts/Raleway-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/raleway-medium.eot);
    src: url(../fonts/raleway-medium.eot?#iefix) format('embedded-opentype'), url(../fonts/raleway-medium.woff) format('woff'), url(../fonts/Raleway-Medium.ttf) format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
.ue_flag{

  height: 50px;
  width: 100%;
  position: absolute;

}
.ue_flag img{
  float: right;
}

/************************************************************************/
/************************************************************************/
/***********************************TEAMS********************************/
/************************************************************************/
/************************************************************************/
.section:nth-child(odd){
  min-height: 330px;
  background-color: #F1F1F2;
  width: 100%;
}
.section:nth-child(even){
  min-height: 330px;
  background-color: #ffffff;
  width: 100%;
}
.section-title{
  padding-top: 40px;
  font-size: 40px;
  text-align: center;
}
.section-subtitle{
  margin-top: 40px;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

.section-content{
  margin-top: 40px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 40px;
}
.team-menu {
  /*background-color:#F1F1F2;*/
  margin-bottom:20px;
}
.team-menu img {
  padding-top: 20px;
  margin: auto;
}
.team-name {
  color:#333333;
  font-family:Raleway-Bold;
  font-size:30px;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.team-info{
  color:#59595B;
  font-family:Raleway;
  text-align:justify;
  font-size: 16px;
  margin-bottom: 50px;
  margin-right: 30px;
  margin-left: 30px;
}




html * {
  font-family: Raleway;
}

.box-Teams {
  background-color:#F1F1F2;
  float:left;
  width:100%;
  margin-bottom: 50px;
  min-height: 300px;
}
.team-img{
  height: 180px;
  width: 1000px;
  background-color: blue;
}

.team-caption{
  height: 55px;
  width: 1000px;
  background-color: #ffffff;
  text-transform: uppercase;
  font: Raleway;
  font-size: 15px;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  color: #000000;
}

.team-caption:link{
  color: #000000;
}

.team-caption:visited{
  color: #000000;
}

.team-caption:hover{
  color: #337AB7;
  text-decoration: none;
  font-weight: bold;
}

.team-caption:active{
  color: #000000;
}

.team-caption::after{
  float: right;
  content: ">";
  margin-right: 15px;
  font-size: 15px;
}



.top-bar {
  background-color:#000000;
  font-family:Raleway-Thin;
  height:55px;
  /*position:fixed;*/
  position: relative;
  width:100%;
  z-index:15;
  border-width:0 0 1px;
  /*top:0;*/
  margin-top: -70px;
}

.top-icons {
  display:inline-block;
  margin-top: 15px;
  position:absolute;
}

.top-icons-bars i {
  margin-left: 20px;
  margin-right: 40px;
  color:#ffffff;
}

.top-icons, .top-icons-link i {
  margin-right: 20px;
  color:#00ACEC;
}

.top-icons a i {
  color:#ffffff;
}

.top-icons :hover {
  color:#00ACEC;
}

.pt_en {
  color: #ffffff;
  font-family: Raleway;
  font-size: 16px;
}

.pt_en:hover {
  color:#00ACEC;
}

/*Apenas para a página de registo de nova conta*/
.breadcrumb {
  display: none;
}
/*FIM*/

.breadcrumbs-separator {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  border-left: 1px dotted #ffffff;
}

.breadcrumbs {
  font-size: 16px;
  color: #337AB7;
}

.breadcrumbs:hover {
  font-size: 16px;
  color: #337AB7;
}

.breadcrumbs a:link {
  font-size: 16px;
  text-decoration: none;
  color: #337AB7;
}

.breadcrumbs a:hover {
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px dotted #337AB7;
  color: #337AB7;
}

.language-separator {
  color: #ffffff;
  font-family: Raleway;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

.language-separator:hover {
  color: #ffffff;
  text-decoration: none;
}

.separator {
  border-left: 1px dotted #ffffff;
  margin-right: 20px;
}

.banner {
  /*margin-top: -15px;*/
position: relative;;
z-index:14;
}



.logo-resolve-banner {
  position: absolute;
/*  margin-left:60px;
  margin-top:-220px;*/
  bottom:5%;
  left: 20px;
  z-index:7;
}

.box-ResolveProject {
  background-color:#ffffff;
  float:left;
  width:100%;
  padding-bottom: 50px;
}

.wrapperResolveProject {
  margin:0 auto;
  width:1000px;
  margin-bottom: 75px;
}

.fpTitle {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 40px;
  font: Raleway;
  text-align: center;
}

.fpBox1, .fpBox2, .fpBox3 {
  width:300px;
  height:185px;
}

.Box1Caption, .Box2Caption, .Box3Caption {
  height: 55px;
  width: 300px;
  background-color: #F1F1F2;
  text-transform: uppercase;
  font: Raleway;
  font-size: 15px;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  color: #000000;
}

.Box1Caption:link,.Box2Caption:link,.Box3Caption:link {
  color: #000000;
}

.Box1Caption:visited,.Box2Caption:visited,.Box3Caption:visited {
  color: #000000;
}

.Box1Caption:hover,.Box2Caption:hover,.Box3Caption:hover {
  color: #337AB7;
  text-decoration: none;
  font-weight: bold;
}

.Box1Caption:active,.Box2Caption:active,.Box3Caption:active {
  color: #000000;
}

.Box1Caption::after,.Box2Caption::after,.Box3Caption::after   {
  float: right;
  content: ">";
  margin-right: 15px;
  font-size: 15px;
}

.fpBox1 {
  float: left;
}

.fpBox2 {
  margin: 0 auto;
}

.fpBox3 {
  float: right;
}
/**/


/**/

.wrapperNews {
  margin:0 auto;
  width:1000px;
  margin-bottom: 75px;
}

.fpNewsSlider {
  height: 303px;
  float: left;
  width: 380px;
  background-color: #F1F1F2;
}

.fpNewsSlider img {
  margin-bottom: 15px;
}

.fpNewsSlider a::after {
  float: right;
  content: ">";
  margin-right: 15px;
  font-size: 16px;
}

.fpNewsSlider a {
  font: Raleway;
  color: #000000;
  font-size: 18px;
  margin-left: 15px;
}

.fpNewsSlider a:link {
  font: Raleway;
  color: #000000;
  font-size: 18px;
  margin-left: 15px;
}

.fpNewsSlider a:visited {
  font: Raleway;
  color: #000000;
  font-size: 18px;
  margin-left: 15px;
}

.fpNewsSlider a:hover {
  font: Raleway;
  font-weight: bold;
  color: #337AB7;
  font-size: 18px;
  margin-left: 15px;
  text-decoration: none;
}

.fpNewsSlider a:active {
  font: Raleway;
  color: #000000;
  font-size: 18px;
  margin-left: 15px;
}

.fpNewsSlider p {
  font: Raleway;
  font-size: 10px;
  margin-top:15px;
  line-height: 12px;
  margin-left: 15px;
}

.fpBox5 {
  float: right;
  width: 543px;
  height: 303px;
}

.fpBox5 img {
  width: 150px;
  height: 150px;
  float: left;
  margin-bottom: 3px;
  margin-right: 3px;
  object-fit: cover;
}

.newsText {
  width: 390px;
  height: 150px;
  float: right;
  background-color: #F1F1F2;
  padding-top: 15px;
}

.newsText p {
  font: Raleway;
  font-size: 10px;
  line-height: 12px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.newsText a {
  color: #000000;
  font: Raleway;
  font-size: 18px;
  margin-right: 15px;
  margin-left: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.newsText a:link {
  color: #000000;
  font: Raleway;
  font-size: 18px;
  margin-right: 15px;
}

.newsText a:visited {
  color: #000000;
  font: Raleway;
  font-size: 18px;
  margin-right: 15px;
}

.newsText a:hover {
  color: #337AB7;
  font: Raleway;
  font-weight: bold;
  font-size: 18px;
  margin-right: 15px;
  text-decoration: none;
}

.newsText a:active {
  color: #000000;
  font: Raleway;
  font-size: 18px;
  margin-right: 15px;
}

.box-last {
  color: #000000;
  margin-top: 75px;
  background-color:#F1F1F2;
  float:left;
  height:330px;
  width:100%;
}

.box-last-wrapper {
  margin:0 auto;
  width:1000px;
}

.box1-last {
  float: left;
  background-color:#FFFFFF;
  height:150px;
  margin-top:75px;
  margin-right: 133px;
  text-align:center;
  vertical-align:middle;
  width:150px;
}

.box2-last {
  float: left;
  background-color:#FFFFFF;
  height:150px;
  margin-top:75px;
  margin-right: 133px;
  text-align:center;
  vertical-align:middle;
  width:150px;
}

.box3-last {
  float: left;
  background-color:#FFFFFF;
  height:150px;
  margin-top:75px;
  margin-right: 133px;
  text-align:center;
  vertical-align:middle;
  width:150px;
}

.box4-last {
  float: right;
  background-color:#FFFFFF;
  height:150px;
  margin-top:75px;
  text-align:center;
  vertical-align:middle;
  width:150px;
}

.box1-last i, .box2-last i, .box3-last i, .box4-last i {
  display:inline-block;
  padding-top:50px;
  color: #000000;
}

.box1-last:link,.box2-last:link,.box3-last:link,.box4-last:link {
  color: #000000;
}

.box1-last:visited,.box2-last:visited,.box3-last:visited,.box4-last:visited {
  color: #000000;
}

.box1-last:hover,.box2-last:hover,.box3-last:hover,.box4-last:hover {
  color: #337AB7;
  font-weight: bold;
  text-decoration: none;
}

.box1-last i:hover,.box2-last i:hover,.box3-last i:hover,.box4-last i:hover {
  color: #337AB7;
  font-weight: bold;
  text-decoration: none;
}


.box1-last:active,.box2-last:active,.box3-last:active,.box4-last:active {
  color: #000000;
}


.box1-last-description, .box2-last-description, .box3-last-description, .box4-last-description {
  float:left;
  font-family:Raleway;
  font-size:18px;
  margin-top:75px;
  text-align:center;
  vertical-align:middle;
  width:150px;
}

.footer {
  margin-top: 100px;
  background-color:#000000;
  float:left;
  height:330px;
  width:100%;
}

.links {
  /*background-color:#F1F1F2;*/
  /*height: 600px;*/
  height: 10px;
}

.fp-cinzento {
  background-color:#F1F1F2;
  padding-bottom:50px;
  font-size: 17px;
  font: Raleway;
  line-height: 25px;
}
.fp-branco {
  background-color:#ffffff;
  padding-bottom:50px;
  font-size: 17px;
  font: Raleway;
  line-height: 25px;
}

.cinzento {
  background-color:#F1F1F2;
  padding-bottom:50px;
  padding-top:50px;
  font-size: 17px;
  font: Raleway;
  line-height: 25px;
}

.branco {
  background-color:#FFFFFF;
  padding-bottom:50px;
  padding-top:50px;
  font-size: 17px;
  font: Raleway;
  line-height: 25px;
}

.titles {
  font-family:Raleway;
  margin-bottom:20px;
  text-align:center;
}

.textcontainer {
  margin-left:auto;
  margin-right:auto;
  width: 1000px;
}

#menuHome1, #menuHome2, #menuHome3, #menuHome4 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

.menucontainer {
  margin-left:auto;
  margin-right:auto;
  width: 1000px;
}

.teammember {
  display:inline-block;
  /*width:220px;*/
  width: 320px;
  float: left;
  margin-top: 50px;
}

.name {
  font-family:Raleway-Bold;
  font-size:15px;
}

.function {
  font-family:Raleway;
  font-size:14px;
  text-transform:uppercase;
  font-weight: bold;
}

.name, .function {
  color:#59595B;
  display:table;
  margin: 0 auto;
}

.person {

  /*width:220px;*/
  width: 320px;
}

.person img {
  border-radius:100px;
  display:block;
  height:100px;
  margin:50px auto 15px;
  /*width:100px;*/
  width: 105px;
}

.person-wrapper {
  padding:5% 15%;
}

.person-menu {
  background-color:#F1F1F2;
  float:left;
  height:255px;
  margin-bottom:50px;
  margin-right:50px;
  width:250px;
}

.person-menu img {
  border-radius:100px;
  display:block;
  height:150px;
  margin:50px auto;
  width:150px;
}

.person-menu li {
  border-bottom-color:#C6C8CA;
  border-bottom-style:dotted;
  border-bottom-width:1px;
  height:30px;
  line-height:33px;
  width:150px;
}

.person-menu li i {
  margin-right:15px;
}

.person-menu ul {
  font-family:Raleway-Medium;
  font-size:11px;
  list-style-type:none;
  text-transform:uppercase;
}

.person-menu a:link, .person-menu a:visited {
  color:#333333;
  text-decoration:none;
}

.person-info {
  margin-left:50px;
  overflow:hidden;
  padding-top:6px;
  /*margin-top: -100px;*/
  margin-right:225px;
  margin-top: -60px;
}

.person-info-name {
  color:#333333;
  font-family:Raleway-Bold;
  font-size:30px;
}

.person-info-subcategory {
  margin-bottom:50px;
}

.person-info-group, .person-info-subcategory {
  color:#333333;
  font-family:Raleway-Thin;
  font-size:25px;
  line-height:36px;
}

.person-info-shortbio {
  color:#59595B;
  font-family:Raleway;
  margin-top:10px;
  text-align:justify;
  font-size: 16px;
  line-height: 28px;
}

.views_slideshow_controls_text_pause, .views_slideshow_controls_text_resume {
  display: none;
}

.views_slideshow_controls_text_previous {
  display: inline-block;
  width: 24px;
  height: 16px;
  /*background: url(yourimage-back) no-repeat;*/
  font-size: 16px;
  color: red;
  }

.views_slideshow_controls_text_next {
  display: inline-block;
  width: 24px;
  height: 16px;
  /*background: url(yourimage-next) no-repeat;*/
  font-size: 16px;
  color: red;
  }

.views_slideshow_controls_text {
  display: none;
}

.horizontal-menu, .block-responsive-menu  {
  display: none;
}

/* ##### MENU #####*/
.mm-menu.mm-offcanvas.mm-current {
  width: 250px;
}

.mm-panels {
  width: 250px;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  background-color: #000000;
  z-index: 20;
}

.mm-navbar {
  height: 55px;
}

.mm-title {
  font-family: Raleway-Light;
  font-size: 27px;
  margin-left: -140px;
  margin-top: 7px;
}

.mm-listview > .first {
  margin-top: 15px;
}

.leaf a:hover {
  border-left: 5px solid #00ACEC;
}

html.mm-opening .mm-slideout {
  transform:translate3d(250px, 0px, 0px);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  border-bottom:1px solid #ffffff;
  width: 250px;
}

.leaf a::after {
  color: #ffffff;
  float: right;
  content: ">";
}


/* #### FIM MENU #### */

input[type="text"].text-full {
  background-color: #F1F1F2;
  color:#555555;
  display:block;
  font-size:14px;
  height:34px;
  line-height:1.42857;
  padding:6px 12px;
  width:100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #F1F1F2;
  box-shadow:rgba(0, 0, 0, 0) 0 1px 1px inset;
}

input[type="text"].text-full#edit-field-user-institution-und-0-value {
  background-color:#FFFFFF;
    background-image:none;
    border:1px solid #CCCCCC;
    border-radius:4px;
    box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
    color:#555555;
    display:block;
    font-size:14px;
    height:34px;
    line-height:1.42857;
    padding:6px 12px;
    transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width:100%;
}

input[type="text"].text-full#edit-field-first-name-und-0-value {
  background-color:#FFFFFF;
    background-image:none;
    border:1px solid #CCCCCC;
    border-radius:4px;
    box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
    color:#555555;
    display:block;
    font-size:14px;
    height:34px;
    line-height:1.42857;
    padding:6px 12px;
    transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width:100%;
}

input[type="text"].text-full#edit-field-last-name-und-0-value {
  background-color:#FFFFFF;
    background-image:none;
    border:1px solid #CCCCCC;
    border-radius:4px;
    box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
    color:#555555;
    display:block;
    font-size:14px;
    height:34px;
    line-height:1.42857;
    padding:6px 12px;
    transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width:100%;
}

input[type="text"]#edit-field-promoter-email-und-0-email {
  background-color: #F1F1F2;
  color:#555555;
  display:block;
  font-size:14px;
  height:34px;
  line-height:1.42857;
  padding:6px 12px;
  width:40%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #F1F1F2;
  box-shadow:rgba(0, 0, 0, 0) 0 1px 1px inset;
}

input[type="text"]#edit-field-members-und-0-field-member-email-und-0-email {
  background-color: #F1F1F2;
  color:#555555;
  display:block;
  font-size:14px;
  height:34px;
  line-height:1.42857;
  padding:6px 12px;
  width:40%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #F1F1F2;
  box-shadow:rgba(0, 0, 0, 0) 0 1px 1px inset;
}

input[type="text"]#edit-field-promoter-phone-number-und-0-value{
  width: 100%;
}

input[type="text"] {
  margin-bottom: 30px;
}

input[type="text"]#edit-field-project-information-label-und-0-value, input[type="text"]#edit-field-project-description-label-und-0-value {
  display: none;
}

.form-item-field-promoter-phone-number-und-0-value {
  float:right;
  margin-top:-92px;
}

.tabledrag-toggle-weight {
  display: none;
}

.form-item-field-category-und {
  width: 50%;
}

.form-item-field-stage-of-development-und {
  float:right;
  margin-top:-235px;
  width:55%;
}

.form-item-field-purpose-und-0-value {
  margin-top: 50px;
}

textarea.text-full {
  background-color: #F1F1F2;
  color:#555555;
  display:block;
  font-size:14px;
  height:34px;
  line-height:1.42857;
  padding:6px 12px;
  width:100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #F1F1F2;
  box-shadow:rgba(0, 0, 0, 0) 0 1px 1px inset;
}

.help-block a {
  display: none;
}

.resizable-textarea .grippie {
  border-color: #F1F1F2;
  border-width:0 0px 0px;
  margin-bottom: 50px;
}

/* FORM LABELS */

.control-label {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  font: Raleway-semibold;
  -webkit-user-select: all;
   -moz-user-select: all;
   -ms-user-select: all;
   user-select: all;
}

label[for=edit-field-purpose-und-0-value]::after
{
  content: " (max 2000 characters)";
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-solution-und-0-value]::after
{
  content:" (max 2000 characters) \A (project/research/invention/idea/technology/product/service/start-up) ";
  white-space: pre; /* or pre-wrap */
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-demonstrate-the-uniqueness-und-0-value]::after
{
  content:" (max 1000 characters) ";
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-do-you-have-intellectual-p-und-0-value]::after
{
  content:" (max 500 characters) \A (Describe obligations to third parties; examples: external sponsorship, investors, contracts, material transfer agreement, grants,\A software, information or other funding associated to the creation of this technology) ";
  white-space: pre; /* or pre-wrap */
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-are-you-interested-in-laun-und-0-value]::after
{
  content: " (max 1000 characters)";
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-are-you-interested-in-lice-und-0-value]::after
{
  content: " (max 500 characters)";
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-explain-why-you-think-the-und-0-value]::after
{
  content: " (max 1000 characters)";
  max-width: 10ch;
  color:#333333;
  font-family: : Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-upload-biosketchs-cvs-und-0-upload]::after
{
  content: " (maximum 1 page/person, in one pdf) (4 MB)";
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-published-material-und-0-upload]::after
{
  content: " (manuscripts, articles, abstracts, oral presentations - in one pdf) (4 MB)";
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-other-relevant-information-und-0-upload]::after
{
  content: " (drawings, presentations, or other data - in one pdf) (4 MB)";
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-category-und]::after
{
  content: " (Choose max 2)";
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

label[for=edit-field-project-description-label-und-0-value] {
   font: Raleway-semibold;
   font-size: 30px;
   padding-top: 50px;
   margin-bottom: 50px;
   color: #333333;
}

label[for=edit-field-project-information-label-und-0-value] {
   font: Raleway-semibold;
   font-size: 30px;
   padding-top: 50px;
   margin-bottom: 50px;
   color: #333333;
}

label[for=edit-field-hear-about-resolve-und-0-value]::after
{
  content: " (max 500 characters)";
  color:#333333;
  font: Raleway-Thin;
  font-size: 17px;
}

.form-item-field-project-description-label-und-0-value {
  margin-top: 50px;
   border-top: 1px dotted #333333;
}

.form-item-field-project-information-label-und-0-value {
  margin-top: 50px;
   border-top: 1px dotted #333333;
}

#edit-field-members-und-add-more {
  margin-bottom: 100px;
}

/* FIM FORM LABELS */

.counter {
  display: none;
}

.form-submit > button {
  background-color: #F1F1F2;
  color: #ffffff;
  border-radius: 0px;
}

.field-label > th {
  margin-top: 50px;
}
/*
.rtecenter a {
  display:block;
  text-decoration:none;
  table-layout: fixed;
  width: calc(100%/26);
  margin-top: 50px;
  margin-bottom: 50px;
  margin:0 auto;
}

.alphabet td {
  background-color: #F1F1F2;
}
*/
.alphabet {
    list-style-type: none;
    margin:90px auto 0;
    padding:0;
    cursor: pointer;
    width:100%;
    text-align:center;
}

.alphabet li {
    float:left;
    margin:0;
    padding:0;
    border-right:3px solid #ffffff;
    font-size: 13px;
    -moz-box-sizing:border-box;
    color:black;
    font-weight: bold;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    /*width:3.84%;*/
    width: calc(100%/26);
    background-color: #F1F1F2;
}

.alphabet li:last-child {
    border-right: none;
}

.alphabet li:hover {
    color: #ffffff;
    background-color: #00ACEC;

}

.alphabet li:hover a {
    color: #ffffff;
    background-color: #00ACEC;

}

.alphabet a:link {
   color: #000000;
   text-decoration: none;
}

.alphabet a:visited {
   color: #000000;
   text-decoration: none;
}

.alphabet a:hover {
  color: #ffffff;
  background-color: #00ACEC;
  text-decoration: none;
}

.alphabet a:active {
  color: #ffffff;
  background-color: #00ACEC;
  text-decoration: none;
}

.glossary-index {
  list-style-type: none;
}

.glossary-index li {
  list-style-type: none;
  margin-left: -28px;
}

.glossary-index li > div {
  background-color: #F1F1F2;
  width: 100%;
  margin-top: 30px;
}

.glossary-index h3 {
  color: #333333;
  font-size: 40px;
  padding-top: 30px;
  margin-bottom: 30px;
  text-indent: 15px;
}

.glossary-index p {
  color: #333333;
  padding-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 17px;
}

li #A {
  margin-top: 70px;
}

#A, #B, #C, #D, #E, #F, #G, #H, #I, #J, #K, #L, #M, #N, #O, #P, #Q, #R, #S, #T, #U, #V, #W, #X, #Y, #Z {
  text-decoration: none;
  color: #000000;


}

.news-page-wrapper {
  margin-bottom: 70px;
}

.news-page-wrapper img {
  float: left;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.news-page-text {
  color: #000000;
  margin-left: 10px;
  min-height: 150px;
  background-color: #F1F1F2;
  width: 840px;
  float:right;
}

.news-page-text p {
  margin-top: 15px;
  padding-left: 15px;
  margin-right: 15px;
  font-size: 17px;
}

.news-page-title {
   color: #333333;
   font-size: 40px;
   line-height: 45px;
   margin-bottom: 20px;
}

#edit-field-upload-biosketchs-cvs-und-0-upload-button,#edit-field-other-relevant-information-und-0-upload-button,#edit-field-published-material-und-0-upload-button {
  background-color: #000000;
  border-color:#000000;
  color:#FFFFFF;
  border-radius: 0px;
  -webkit-user-select:none;
  background-image:none;
  border:1px solid transparent;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  font-weight:normal;
  line-height:1.42857;
  margin-bottom:0;
  padding:6px 12px;
  text-align:center;
  touch-action:manipulation;
  vertical-align:middle;
  white-space:nowrap;
}

#edit-submit--2{
  background-color: #F1F1F2;
  border-color:#F1F1F2;
  color:#333333;
  border-radius: 0px;
  -webkit-user-select:none;
  background-image:none;
  border:1px solid transparent;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  font-weight:normal;
  line-height:1.42857;
  margin-bottom:0;
  padding:6px 12px;
  text-align:center;
  touch-action:manipulation;
  vertical-align:middle;
  white-space:nowrap;
}

.form-item-field-i-declare-to-agree-to-the--und {
  padding-top: 70px;
  padding-bottom: 50px;
}

.form-menu {
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    background-color:#FFFFFF;
    font-size: 17px;
    font: Raleway;
    margin-top: 25px;
    color: #333333;
}

.form-menu a {
  color: #333333;
  text-decoration: none;
}

.form-menu a:link {
  color: #333333;
  text-decoration: none;
  padding: 5px;
}

.form-menu a:hover {
  color: #ffffff;
  background-color: #0082CA;
  padding: 5px;
  text-decoration: none;
}

.footerWrapper {
  margin:0 auto;
  width:1000px;
}

.logo-i3s {
  float: left;
  margin-top: 50px;
}

.footer-logos {
  margin: 0 auto;
  margin-top:50px;
  margin-left: 100px;
}

.social {
  float: right;
  margin-top: 70px;
}

.social a:link {
  float: right;
  margin-left: 20px;
  color: #ffffff;
}

.social a:visited {
  float: right;
  margin-left: 20px;
  color: #ffffff;
}

.social a:hover {
  float: right;
  margin-left: 20px;
  color:#00ACEC;
}

.social a:active {
  float: right;
  margin-left: 20px;
  color: #ffffff;
}

.social p {
  text-align: right;
  color: #ffffff;
}

.login-box {
  width: 500px;
  margin: 0 auto;
  background-color: #F1F1F2;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.form-type-password-confirm {
  width: 710px;
}

.help-block {
  color:#737373;
  display:block;
  margin-bottom:10px;
  margin-left:500px;
  margin-top:5px;
}

/*
@media only screen and (max-device-width: 480px) {

}

@media only screen and (max-width: 768px) {
   .banner,.top-bar,.top-icons,.cinzento,.branco,.footer { max-width: 640px;}
  * { max-width: 640px; }


}

@media only screen and (max-device-width: 1024px) {

}
*/
