@import url("_reset.css");
/* ==========  RESET  ========== */
/*html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, cite, code, img, q, small, strike, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;}*/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
ul, ol, li {
  list-style: none;
}

/* ==========  GENERAL  ========== */
.clear {
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  width: 0px;
  clear: both;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* ==========  BOX MODEL  ========== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========  TESTI  ========== */
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

/* Selection */
::-moz-selection {
  background: #999;
  color: #fff;
}
::selection {
  background: #999;
  color: #fff;
}

::-moz-selection {
  background: #999;
  color: #fff;
}

::-webkit-selection {
  background: #999;
  color: #fff;
}

/* Font smoothing */
body, input, button, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ellipsis */
/* user select */
/* ==========  LINK  ========== */
a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
  /* color:inherit;  color:#333;*/
}

a img {
  border: none;
}

:focus {
  outline: none;
}

/* ==========  ASPETTO  ========== */
/* shadow */
/* ==========  IMG  ========== */
img {
  max-width: 100%;
  /* 	image-rendering: optimizeQuality; */
  -ms-interpolation-mode: bicubic;
  -webkit-user-select: none;
}

/* ==========  FORM  ========== */
/* Pulsanti appearance */
input[type="text"], input[type=button], input[type="submit"], input[type="reset"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-family: inherit;
}

/* Radio Checkbox */
/* Spin button */
input[type=number].no-spin,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  margin: 0;
}

/* Placeholder */
::-webkit-input-placeholder {
  font-weight: 500;
  color: #666;
  font-size: 14px;
  text-shadow: none;
}

:-moz-placeholder {
  font-weight: 500;
  color: #666;
  font-size: 14px;
  text-shadow: none;
}

::-moz-placeholder {
  font-weight: 500;
  color: #666;
  font-size: 14px;
  text-shadow: none;
}

:-ms-input-placeholder {
  font-weight: 500;
  color: #666;
  font-size: 14px;
  text-shadow: none;
}

/*------------------------------------*\
    BP LIGHT
\*------------------------------------*/
/*------------------------------------*\
    BP LIGHT
\*------------------------------------*/
/* ------------------------------------ *\
    Sizes
\* ------------------------------------ */
/* ------------------------------------ *\
    Colors
\* ------------------------------------ */
/* ------------------------------------ *\
    Topics Colors
\* ------------------------------------ */
.asylum {
  color: #00a4a6;
}

.asylum a, .asylum :hover {
  color: #00a4a6;
}

.migration {
  color: #58007e;
}

.migration a, .migration :hover {
  color: #58007e;
}

.integration {
  color: #f10d43;
}

.integration a, .integration :hover {
  color: #f10d43;
}

/* ------------------------------------ *\
	Font Family
\* ------------------------------------ */
/* ------------------------------------ *\
    Font Weight
\* ------------------------------------ */
strong {
  font-weight: 500;
}

.small {
  font-size: 1.4rem;
}

/* ------------------------------------ *\
    Animations
\* ------------------------------------ */
/* ------------------------------------ *\
    Vertical align
\* ------------------------------------ */
/* ------------------------------------ *\
    Orizzontal align
\* ------------------------------------ */
/* ------------------------------------ *\
    Opacity
\* ------------------------------------ */
/* ------------------------------------ *\
    Clear
\* ------------------------------------ */
.clear-both {
  clear: both;
}

.clear {
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  width: 0px;
  clear: both;
  display: block;
}

.img-responsive {
  margin: 0 auto;
}

/* ------------------------------------ *\
  Alignments
\* ------------------------------------ */
.align-center {
  text-align: center;
}

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

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

/* ------------------------------------ *\
   Gradient CTA
\* ------------------------------------ */
/* ------------------------------------ *\
    Btn Generic
\* ------------------------------------ */
.btn, .btn-generic, .btn-default {
  min-width: 20rem;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c148+0,f5e74b+100 */
  background: #f3c148;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f3c148), to(#f5e74b));
  background: linear-gradient(to right, #f3c148 0%, #f5e74b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c148', endColorstr='#f5e74b',GradientType=1 );
  /* IE6-9 */
  color: #312c8f;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1.5rem 2rem;
  margin: 2.5rem auto;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.btn, .btn-generic, .btn-default {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn:active, .btn:focus, .btn:hover, .btn-generic:active, .btn-generic:focus, .btn-generic:hover, .btn-default:active, .btn-default:focus, .btn-default:hover {
  color: #312c8f;
  font-weight: 700;
}

.btn.small, .btn-generic.small, .btn-default.small {
  min-width: auto;
  font-size: 1.3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.btn.btn-create, .btn-generic.btn-create, .btn-default.btn-create {
  background: #d9d9d9;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

#top {
  position: absolute;
  top: -2.5rem;
}

/* ------------------------------------ *\
	MODAL
\* ------------------------------------ */
.modal {
  margin-top: 2.5rem;
  padding: 0 2.5rem 0 0;
}

.modal-dialog {
  width: 1280px;
  text-align: center;
}

@media (min-width: 1px) and (max-width: 991px) {
  .modal-dialog {
    width: auto;
  }
}

@media (min-width: 990px) and (max-width: 1280px) {
  .modal-dialog {
    width: 980px;
  }
}

.modal-content {
  border-radius: 0;
  padding-bottom: 5rem;
}

.modal-header {
  border: none;
  margin: 0;
  padding: 1.5rem 1.5rem 0 0;
}

/* ------------------------------------ *\
    FORM
\* ------------------------------------ */
.control-label {
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: relative;
  float: left;
  top: -2px;
}

.form-actions {
  text-align: center;
}

/* ------------------------------------ *\
    SELECT
\* ------------------------------------ */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  width: 100%;
  height: 5rem;
  font-size: 1.8rem;
  line-height: 5rem;
  color: #1c133e;
  padding: 0 2.5rem;
  margin-bottom: 2rem;
  border-radius: 2.5rem;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

select.form-select,
.form-select {
  width: 100%;
  height: 5rem;
  font-size: 1.8rem;
  line-height: 5rem;
  color: #1c133e;
  padding: 0 2.5rem;
  margin-bottom: 2rem;
  border-radius: 2.5rem;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 3rem 0 2rem;
  padding-right: 4rem;
  /* needed */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* SVG background image */
  /* Per IE9 meglio usare una PNG */
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17 40' style='enable-background:new 0 0 17 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23606060;} %3C/style%3E%3Cpolygon class='st0' points='8.5,22.5 13.8,17.5 3.2,17.5 '/%3E%3C/svg%3E");
  background-size: auto 100%;
  background-position: calc(100% - 1rem) top;
  background-repeat: no-repeat;
  height: 5rem;
}

select.form-select::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

select.form-select:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

select.form-select::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

select.form-select::placeholder,
.form-select::placeholder {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

select.form-select:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

select.form-select::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
}

.form-textarea {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
  color: #1c133e;
  padding: 2rem 2.5rem;
  border-radius: 1.5rem;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
}

.progress {
  height: auto;
  margin: 0;
  background: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 0;
}

a.btn-interest {
  display: inline-block;
  height: 3rem;
  line-height: 3rem;
  color: #FFF;
  font-weight: 500;
  background: #312c8f;
  text-transform: uppercase;
  border-radius: 2rem;
  padding: 0 2.5rem;
  margin: 0 0.5rem 1.5rem 0;
  opacity: 0.4;
}

a.btn-interest:hover {
  color: #FFF;
}

a.btn-interest.selected {
  font-weight: 600;
  opacity: 1;
}

/* ------------------------------------ *\
    FILTER & TOPICS
\* ------------------------------------ */
.filter, .topics {
  margin-bottom: 5rem;
}

.filter li, .topics li {
  display: inline-block;
  font-size: 1.6rem;
  padding-right: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center !important;
}

.filter li.category, .topics li.category {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.topics .category {
  font-size: 1.7rem;
}

/* ------------------------------------ *\
    ALLEGATI
\* ------------------------------------ */
.allegati {
  margin: 5rem 0;
  overflow: hidden;
}

/* ------------------------------------ *\
    PAGINATION
\* ------------------------------------ */
.pagination {
  margin-top: 5rem;
  border: none;
  border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  border-radius: 0;
  color: #1c133e;
}

.pagination > a:hover {
  background: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background: #f3c148;
  border-radius: 5px;
}

.grippie {
  display: none;
}

/* ------------------------------------ *\
    PLACEHOLDER
\* ------------------------------------ */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1c133e !important;
  font-size: 1.8rem;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1c133e !important;
  font-size: 1.8rem;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1c133e !important;
  font-size: 1.8rem;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #1c133e !important;
  font-size: 1.8rem;
  font-weight: 400;
}

/* ------------------------------------ *\
	 Generic Elements
\* ------------------------------------ */
.locked, .pending {
  opacity: 0.4;
  pointer-events: none;
  cursor: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url(../img/icon-locked.png) no-repeat bottom right;
}

.pending {
  background: url(../img/icon-pending.png) no-repeat bottom right;
}

.data {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #8e8e8e;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}

.data, .data .field-item {
  font-weight: 400 !important;
}

.data .code {
  float: right;
  display: inline-block;
  color: #f3c148;
}

.float-right {
  float: right;
  display: inline-block;
}

@media (max-width: 767px) {
  .float-right {
    float: none;
  }
}

/* ------------------------------------ *\
    Basic Reset
\* ------------------------------------ */
h1, h2, h3, h4, h5, h6, p,
.h1, .h2, .h3, .h4, .h5, .h6, .p {
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
}

h1, .h1-page-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 6rem;
  line-height: 8rem;
  font-weight: 300;
  color: #FFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 767px) {
  h1, .h1-page-title {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1, .h1-page-title {
    font-size: 5rem;
    line-height: 5.2rem;
  }
}

.h1-page-title {
  font-size: 4rem;
  color: #312c8f;
  font-weight: 400;
  margin: 0 0 2.5rem 0;
  padding: 0;
}

h2, .h2-title {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  font-weight: 500;
  color: #312c8f;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 4rem auto;
}

/* PROVA TITOLI */
section .container h2.h2-title {
  position: relative;
}

section .container h2.h2-title {
  font-weight: 400;
}

section .container h2.h2-title:first-letter {
  color: #f3c148;
  font-weight: 700;
}

section .container h2.h2-title:after {
  content: '';
  width: 6rem;
  height: 3px;
  background-color: #f3c148;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  margin-left: -3rem;
}

h3, p, .h3-subtitle, .subtitle {
  font-size: 1.8rem;
}

.h4-subtitle {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #e6e6e6;
}

.text, .text p {
  text-align: left;
  font-size: 1.7rem;
  line-height: 2.3rem;
  margin-bottom: 2rem;
}

.rtecenter {
  text-align: left;
}

.text p {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

h3, .h3-subtitle, .subtitle {
  color: #312c8f;
  font-weight: 600;
  margin-bottom: 1rem;
}

.title {
  text-align: center;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

[class^="col-"] {
  padding: 0 15px;
  text-align: left;
}

.row {
  position: relative;
  padding: 0;
  margin: 0;
}

.container, .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .container, .container-fluid {
    padding: 0 1.5rem;
  }
}

a:focus {
  outline: none;
}

/* ------------------------------------ *\
    General
\* ------------------------------------ */
html {
  height: 100%;
  font-size: 62.5%;
}

@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #1c133e;
  font-size: 1.7rem;
  margin: 0;
  padding: 7rem 0 0 0;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  body {
    padding: 9rem 0 0 0;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 6rem;
  }
}

a, a:active {
  color: #1c133e;
  font-weight: 400;
  outline: 0;
}

a:hover {
  color: #f3c148;
  font-weight: 400;
  outline: 0;
}

a:focus {
  outline: 0;
}

p {
  font-size: 1.6rem;
  line-height: 160%;
}

p a:link, p a:hover, p a:active, p a:focus {
  color: #f3c148;
  font-weight: 600;
  text-decoration: underline;
}

strong, article b, .node-webform b {
  font-weight: 600;
}

/* ------------------------------------ *\
	NAVBAR
\* ------------------------------------ */
.navbar-default {
  min-height: 9rem;
  padding: 0 2.5rem;
  text-align: center;
  background: #FFF;
  border-bottom: 1px solid #e6e6e6;
  z-index: 2;
  background: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .navbar-default {
    min-height: 6rem;
    padding: 0 1.5rem;
  }
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: #1c133e;
}

.navbar-default .navbar-nav > a:hover {
  color: #f3c148 !important;
}

.navbar-nav > li > a {
  padding: 0 1rem;
  font-size: 1.3rem;
}

@media (min-width: 1280px) {
  .navbar-nav > li > a {
    padding: 0 1.5rem;
    font-size: 1.4rem;
  }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background: #FFF;
}

@media (max-width: 1199px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #f7f7f7;
    padding-bottom: 7.5rem;
  }
}

/* ------------------------------------ *\
	HEADER
\* ------------------------------------ */
header {
  text-align: center;
}

header .logo {
  max-width: 16rem;
  position: absolute;
  top: 15px;
  left: 20px;
}

@media (max-width: 767px) {
  header .logo {
    max-width: 14rem;
    top: 10px;
    left: 15px !important;
  }
}

@media (max-width: 767px) {
  header {
    min-height: 6rem !important;
  }
}

header .container {
  padding: 0;
}

header .logo {
  max-width: 16rem;
  position: absolute;
  top: 15px;
  left: 20px;
}

@media (max-width: 767px) {
  header .logo {
    position: relative;
    max-width: 14rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

header nav {
  display: inline-block;
  margin-top: 3.5rem;
}

@media (max-width: 767px) {
  header nav {
    margin-top: 2.5rem;
  }
}

header nav ul {
  display: block;
  margin: 3.5rem auto;
}

header nav ul li {
  display: block;
  font-size: 1.4rem;
  border-right: 1px solid #f6d387;
}

header nav ul li, header nav ul li a, header nav ul li a:hover, header nav ul li a:active, header nav ul li a:focus {
  font-weight: 600;
}

@media (max-width: 767px) {
  header nav ul li {
    border: none;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header nav ul li {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

header nav ul li:last-child {
  border: none;
}

header nav ul.navbar-nav > li > a {
  text-transform: uppercase;
}

header .others {
  position: relative;
  top: 10px;
  right: 0;
}

@media (min-width: 1200px) {
  header .others {
    position: absolute;
    top: 20px;
    right: 25px;
  }
}

header .others ul.social {
  margin: 0.5rem 0 0 2.5rem;
}

@media (min-width: 1px) and (max-width: 991px) {
  header .others ul.social {
    margin-left: 1.5rem;
  }
}

@media (min-width: 990px) and (max-width: 1280px) {
  header .others ul.social {
    margin-left: 1.5rem;
  }
}

header .others ul.social li {
  display: inline-block;
  min-height: 3.7rem;
}

header .others ul.social li img {
  max-width: 3.7rem;
}

@media (max-width: 767px) {
  header .others ul.social li img {
    max-width: 3rem;
  }
}

@media (min-width: 990px) and (max-width: 1280px) {
  header .others ul.social li img {
    max-width: 3rem;
  }
}

header .others .link-login {
  text-transform: uppercase;
}

header .others .link-login, header .others .link-login:hover, header .others .link-login:active, header .others .link-login:focus {
  font-weight: 600;
  font-size: 1.4rem;
  color: #1c133e;
}

header .others .link-login:hover {
  color: #f3c148;
}

header .others .link-login > span {
  font-weight: 400;
  color: #999;
}

header .others ul, header .others .link-login, header .others .user-photo {
  display: inline-block;
  vertical-align: middle;
}

header .others .ico-profile {
  position: relative;
  display: inline-block;
  max-width: 11rem;
  top: 0;
  margin-left: 1.5rem;
}

@media (max-width: 767px) {
  header .others .ico-profile {
    max-width: 7rem;
    top: -5px;
  }
}

@media (min-width: 990px) and (max-width: 1280px) {
  header .others .ico-profile {
    max-width: 3.2rem;
    top: 5px;
  }
}

/* ------------------------------------ *\
	NAVBAR RESPONSIVE
\* ------------------------------------ */
/* ------------------------------------ *\
	SECTION
\* ------------------------------------ */
section {
  text-align: center;
  padding: 4rem 2.5rem;
}

@media (max-width: 767px) {
  section {
    padding: 6rem 1.5rem 0 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

section.generic {
  text-align: left;
  padding: 6rem 2.5rem 0 2.5rem;
}

@media (max-width: 767px) {
  section.generic {
    padding: 6rem 0 0 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.generic {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.not-front section + section {
  margin-top: -4rem;
}

/* ------------------------------------ *\
	VISORE
\* ------------------------------------ */
.visore {
  position: relative;
  width: 100%;
  height: 64rem;
  margin-bottom: 2.5rem;
  background: #FFF url(../img/bkg-visore-hp.jpg) no-repeat center center;
  background-size: cover;
  /* Visore Interno */
  /* Visore Discussions & Policy brief */
  /* Visore Discussions Detail */
}

.visore:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #312c8f;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .visore {
    height: 32rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visore {
    height: 52rem;
  }
}

.visore .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 767px) {
  .visore .title {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visore .title {
    width: 70%;
  }
}

@media (min-width: 990px) and (max-width: 1280px) {
  .visore .title {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .visore .title {
    width: 80%;
  }
}

@media (min-width: 1440px) {
  .visore .title {
    width: 60%;
  }
}

.visore .title .h1-title span {
  color: #f3c148;
  font-weight: 600;
}

.visore .title .btn-generic {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media (max-width: 767px) {
  .visore .title .btn-generic {
    bottom: -15rem;
  }
}

.visore.interno {
  width: 100%;
  height: 30rem;
  margin-bottom: 5rem;
  background-image: url(../img/bkg-visore-banner.jpg);
  background-color: #eeeeee !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.visore.interno:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #312c8f;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .visore.interno {
    height: 20rem;
    margin-bottom: 2rem;
  }
}

.visore.interno .h1-title {
  display: inline-block;
  font-size: 5rem;
  font-weight: 300;
  text-shadow: 0 0 4rem rgba(0, 0, 0, 0.6);
}

.visore.interno.discussions, .visore.interno.policybriefs {
  background-color: #f5f5f5 !important;
  border-bottom: 2px solid #f3c148;
  background-size: 85% auto !important;
}

.visore.interno.discussions:before, .visore.interno.policybriefs:before {
  content: none;
}

@media (min-width: 768px) {
  .visore.interno.discussions, .visore.interno.policybriefs {
    background-size: auto 70% !important;
  }
}

.visore.discussions-detail {
  width: 100%;
  height: 30rem;
  text-align: center;
  background-color: #FFF !important;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,000000+100&0.65+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 243, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(243, 243, 243, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f3f3f3', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.visore.discussions-detail:before {
  display: none;
}

.visore.discussions-detail .topics {
  margin: 10rem 0 2rem 0;
}

.visore.discussions-detail .h1-title {
  font-size: 3.5rem;
  line-height: 3rem;
  color: #1c133e;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 2.5rem;
}

.visore.discussions-detail .date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #666;
  letter-spacing: 1px;
}

.node-type-public-page.front .visore {
  margin: 0;
}

/* ------------------------------------ *\
	TOPIC - VISORE
\* ------------------------------------ */
.topic-detail .visore.interno:before {
  content: none;
}

.topic-detail .visore.interno h1.h1-title {
  color: #fff;
  text-shadow: 0 0 4rem rgba(0, 0, 0, 0.6);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ------------------------------------ *\
	PARTNERS
\* ------------------------------------ */
section.partners {
  border-top: 1px solid #e6e6e6;
  margin-top: 0 !important;
}

section.partners .loghi a {
  display: inline-block;
  vertical-align: middle;
}

section.partners .loghi img {
  display: inline-block;
  margin: 2rem 1rem;
  max-width: 100px;
}

section.partners .european {
  margin-top: 4rem;
  padding: 0 2.5rem;
  text-align: center;
}

section.partners .european img {
  max-width: 12rem;
}

section.partners .european p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 130%;
  color: #666;
  margin: 1.5rem;
}

@media (min-width: 768px) {
  section.partners .european a, section.partners .european p {
    display: inline-block;
    vertical-align: middle;
  }
  section.partners .european p {
    width: 60%;
    max-width: 50rem;
    text-align: left;
  }
}

/* ------------------------------------ *\
	NEWS DETAIL e policy brief detail
\* ------------------------------------ */
section.news-detail,
section.policy-brief-detail {
  padding: 0;
}

section.news-detail .visore .content,
section.policy-brief-detail .visore .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

section.news-detail .visore .category,
section.policy-brief-detail .visore .category {
  width: 6rem;
  height: 6rem;
  background-position: center center;
  margin: 0 auto 2.5rem auto;
}

section.news-detail .visore .category.event,
section.policy-brief-detail .visore .category.event {
  background-image: url(../img/ico-dett-event.png);
}

section.news-detail .visore .category.news,
section.policy-brief-detail .visore .category.news {
  background-image: url(../img/ico-dett-news.png);
}

section.news-detail .visore .category.webinar,
section.policy-brief-detail .visore .category.webinar {
  background-image: url(../img/ico-dett-webinar.png);
}

section.news-detail .visore .category.policybrief,
section.policy-brief-detail .visore .category.policybrief {
  background-image: url(../img/ico-dett-policybrief.png);
}

section.news-detail .visore .h3-subtitle,
section.policy-brief-detail .visore .h3-subtitle {
  text-transform: uppercase;
  color: #FFF;
}

section.news-detail .visore .h3-subtitle .field-name-field-news-type,
section.news-detail .visore .h3-subtitle .policy-brief-label,
section.policy-brief-detail .visore .h3-subtitle .field-name-field-news-type,
section.policy-brief-detail .visore .h3-subtitle .policy-brief-label {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 600;
  padding: 0 1.5rem;
  border-right: 2px solid #FFF;
}

section.news-detail .visore .h3-subtitle .field-name-field-date,
section.policy-brief-detail .visore .h3-subtitle .field-name-field-date {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 1rem;
  position: relative;
  top: -2px;
}

section.news-detail ul.topics li,
section.policy-brief-detail ul.topics li {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 500;
  background: #efefef;
  border-radius: 2px;
  padding: 0.7rem 2rem;
  margin: 0.5rem;
}

@media (min-width: 990px) {
  section.news-detail ul.topics li,
  section.policy-brief-detail ul.topics li {
    margin: 0.5rem 2rem;
  }
}

section.news-detail .row,
section.policy-brief-detail .row {
  text-align: left;
}

@media (min-width: 990px) {
  section.news-detail .row > div[class*="col"]:first-child,
  section.policy-brief-detail .row > div[class*="col"]:first-child {
    border-right: 2px solid #eee;
  }
}

section.news-detail .container,
section.policy-brief-detail .container {
  margin-bottom: 5rem;
}

section.news-detail .h2-title,
section.policy-brief-detail .h2-title {
  font-size: 3.5rem;
  line-height: 3.5rem;
  text-align: left;
  text-transform: none;
}

@media (min-width: 990px) {
  section.news-detail h1.h2-title, section.news-detail .text, section.news-detail .allegati,
  section.policy-brief-detail h1.h2-title,
  section.policy-brief-detail .text,
  section.policy-brief-detail .allegati {
    padding-right: 3rem;
  }
}

section.news-detail .all-topics,
section.policy-brief-detail .all-topics {
  text-align: center;
}

section.news-detail .all-topics .h2-title,
section.policy-brief-detail .all-topics .h2-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  background-size: 25px;
  text-transform: uppercase;
  text-align: center;
}

section.news-detail .all-topics [class*="col-"],
section.policy-brief-detail .all-topics [class*="col-"] {
  width: 100%;
  background: none;
  padding: 0 1rem !important;
  border: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.news-detail .all-topics [class*="col-"],
  section.policy-brief-detail .all-topics [class*="col-"] {
    width: 33%;
    padding: 0;
  }
}

section.news-detail .all-topics [class*="col-"] img,
section.policy-brief-detail .all-topics [class*="col-"] img {
  margin-bottom: 2.5rem;
}

section.news-detail .all-topics a,
section.policy-brief-detail .all-topics a {
  display: block;
  border-radius: 30px;
  margin: 0 0 2rem 0;
  background: no-repeat center center;
  background-size: cover;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2.3rem;
  text-align: center;
  height: 5rem;
  line-height: 5rem;
  letter-spacing: 1px;
}

section.news-detail .link-pdf .file:before,
section.policy-brief-detail .link-pdf .file:before {
  background: url("../img/icon-pdf.png") no-repeat center center;
  background-size: 100%;
}

section.news-detail .link-doc .file:before,
section.policy-brief-detail .link-doc .file:before {
  background: url("../img/icon-doc.png") no-repeat center center;
  background-size: 100%;
}

section.news-detail .file,
section.policy-brief-detail .file {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-right: 2.5rem;
}

section.news-detail .file img,
section.policy-brief-detail .file img {
  display: none;
}

section.news-detail .file:before,
section.policy-brief-detail .file:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 15px;
  width: 4rem;
  height: 5rem;
}

section.news-detail .file a,
section.policy-brief-detail .file a {
  display: block;
  padding: 2.5rem;
  padding-left: 7rem;
  padding-right: 4rem;
  z-index: 3;
  font-size: 1.5rem;
}

section.news-detail .file a, section.news-detail .file a:hover,
section.policy-brief-detail .file a,
section.policy-brief-detail .file a:hover {
  color: #1c133e;
}

section.news-detail .file a:hover,
section.policy-brief-detail .file a:hover {
  text-decoration: underline;
}

/* ----------------------------------------------------- *\
    PERSON ITEM, INFO, BIO (ABOUT + MODAL), EXPERT
\* ----------------------------------------------------- */
.person-item {
  position: relative;
}

.person-item .box-img {
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
  background-color: #f5f5f5;
  background-size: 90%;
  background-image: url(../img/ico-general-user.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 2.5rem;
  overflow: hidden !important;
  border: 1px solid #cdcdcd;
}

.person-item .box-img figure {
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 10rem;
}

.person-info {
  text-align: left;
  overflow: hidden;
}

.person-info .title-item {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 600;
  color: #1c133e;
  text-align: center;
  margin-bottom: 0.3rem;
  padding-right: 2.5rem;
}

.person-info .subtitle-item {
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 400;
  color: #707070;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.person-info .work-organization {
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 600;
  color: #312c8f;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.5rem;
}

.person-info .info-item {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 4rem 0;
  text-align: center;
}

.person-info .info-item div {
  display: inline-block;
}

.person-bio-item {
  text-align: left;
}

.person-bio-item .title-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #f3c148;
  margin-bottom: 2.5rem;
}

/* ------------------------------------ *\
	About > TEAM
\* ------------------------------------ */
section.about-team {
  padding: 0;
  margin: 0 0 4rem 0;
}

@media (max-width: 767px) {
  section.about-team [class*="col-"] {
    padding: 1.5rem 0;
  }
}

section.about-team .panel-group {
  margin-bottom: 5px;
}

section.about-team .panel {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.about-team .panel-heading {
  border-radius: 0;
  padding: 0.5rem 1rem 0;
}

section.about-team .panel-group .panel-heading + .panel-collapse > .list-group, section.about-team .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

section.about-team .panel-body {
  padding: 2rem !important;
}

section.about-team .panel-body .row {
  padding: 2rem 0;
  border-bottom: 1px solid #e6e6e6;
}

section.about-team .panel-body .row:last-child {
  border: none;
}

section.about-team .panel-title {
  border-radius: 0;
  text-align: left;
}

section.about-team .panel-title div[role="button"] {
  display: block;
  background: url(../img/arrow-accordion-close.png) no-repeat 99% center;
  background-size: auto 2rem;
}

@media (min-width: 768px) {
  section.about-team .panel-title div[role="button"] {
    background-position: 99% 20px;
  }
}

section.about-team .panel-title div[role="button"].collapsed {
  background-image: url(../img/arrow-accordion-open.png);
}

section.about-team .panel-title div[role="button"] {
  padding: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  section.about-team .panel-title div[role="button"] {
    text-align: left;
    padding: 0;
    height: 6.5rem;
  }
}

section.about-team .panel-title .field-name-field-image, section.about-team .panel-title .sponsor-link {
  display: block;
  text-align: center;
  margin: 0 0 2.5rem 0;
}

@media (min-width: 768px) {
  section.about-team .panel-title .field-name-field-image, section.about-team .panel-title .sponsor-link {
    display: inline-block;
    vertical-align: middle;
    width: 13rem;
    padding: 0.5rem 0.5rem 0 0.5rem;
    margin: 0 2.5rem 0 0;
    background: #fff;
  }
}

section.about-team .panel-title .field-name-field-image img, section.about-team .panel-title .sponsor-link img {
  width: auto;
  height: 6rem;
}

@media (min-width: 768px) {
  section.about-team .panel-title .field-name-field-image img, section.about-team .panel-title .sponsor-link img {
    height: 4.5rem;
    display: inline-block;
  }
}

section.about-team .panel-title .h3-title, section.about-team .panel-title .h4-subtitle {
  padding: 0;
  margin: 0;
  line-height: 130%;
  border: none;
  font-size: 2rem;
}

@media (min-width: 768px) {
  section.about-team .panel-title .h3-title, section.about-team .panel-title .h4-subtitle {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  section.about-team .panel-title .h3-title {
    border-right: 1px solid #ccc;
    padding-right: 1.5rem;
    margin-right: 1.5rem;
  }
}

section.about-team .panel-title .h4-subtitle {
  color: #8a8698;
}

section.about-team .panel-title .h4-subtitle .field-item {
  margin: 0;
  font-weight: 400;
}

section.about-team .person-item .box-img {
  float: left;
  display: inline-block;
  width: 7.5rem;
  height: 7.5rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
}

section.about-team .person-info .title-item {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

section.about-team .person-info .subtitle-item {
  text-align: left;
}

section.about-team .person-info a.link-info {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  color: #f3c148;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 2.5rem;
  padding-right: 3rem;
  background: url(../img/arrow-yellow.png) no-repeat top right;
}

section.about-team .person-info a.link-info:hover {
  text-decoration: underline;
}

/* ------------------------------------ *\
	About > CONTACTS
\* ------------------------------------ */
section.contact, section.contacts {
  padding-top: 2rem;
}

section.contact .panel-body, section.contacts .panel-body {
  padding: 0;
}

section.contact .panel-default, section.contacts .panel-default {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

section.contact .panel-default .form-group, section.contacts .panel-default .form-group {
  width: 45%;
  display: inline-block;
  margin: 0 1rem;
}

@media (max-width: 767px) {
  section.contact .panel-default .form-group, section.contacts .panel-default .form-group {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
  }
}

section.contact .form-textarea-wrapper, section.contacts .form-textarea-wrapper {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  section.contact .form-textarea-wrapper, section.contacts .form-textarea-wrapper {
    width: 100%;
  }
}

section.contact .form-textarea-wrapper textarea, section.contacts .form-textarea-wrapper textarea {
  font-size: 1.8rem;
  color: #1c133e;
  background: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1rem;
  resize: none;
}

.node-type-contacts .visore.interno, .node-type-contact .visore.interno {
  margin-bottom: 0;
}

.contact-info {
  padding: 0;
}

.contact-info, .contact-info * {
  text-align: center;
  color: #312c8f;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.contact-info figure img {
  width: 120px;
  margin-bottom: 3rem;
}

.contact-info .inner {
  background: #f8f8f8;
  padding: 2rem;
}

@media (min-width: 990px) {
  .contact-info .inner {
    height: 33rem;
    padding: 4rem;
  }
}

.contact-info h3, .contact-info h4 {
  text-transform: uppercase;
}

.contact-info h3 {
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 0;
}

.contact-info h4 {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

.contact-info .text, .contact-info .text a {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 1px;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-info div[class*="col"] {
  margin-bottom: 2rem;
}

@media (min-width: 990px) {
  .contact-info div[class*="col"] {
    margin-bottom: 4rem;
  }
}

/* ------------------------------------ *\
	FOOTER
\* ------------------------------------ */
footer {
  width: 100%;
  text-align: center;
  background: #f5f5f5;
  padding: 5rem 0;
}

footer .logo {
  max-width: 20rem;
  margin-bottom: 1rem;
}

footer h4 {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}

footer ul.social {
  display: inline-block;
  margin: 1.5rem 0;
}

footer ul.social li {
  display: inline-block;
  min-height: 3.7rem;
}

footer ul.social li img {
  max-width: 3.7rem;
}

footer ul.social li img:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  footer ul.social li img {
    max-width: 3rem;
  }
}

/* ------------------------------------ *\
	Modal Register & Login
\* ------------------------------------ */
/*
.not-logged-in .block-resoma-resoma-register-and-login {
	@include bp(sm-min){
		p{
			padding: 0 5rem;
		}
	}

	h2 {margin: 0;}
	h2.title, p {
		margin-bottom: $baseDim;
	}

	h3 {
		@include fontfamily-secondary;
		font-size: 2rem;
		font-weight: $regular;
		margin-bottom: $baseDim;
		text-transform: uppercase;

		&:first-letter {
			color: $color-secondary;
			text-transform: uppercase;
			font-weight: $black;
		}
	}

	.form-type-checkbox .control-label, #user-login-form a{
		font-size: 1.6rem !important;
	}

	.row {
		padding-top: $baseDim;
	}

	[class*="col-"] {
		min-height: 35rem;
		padding: 0 $baseDim;
		border-right: 1px solid $color-light-grey;

		@include bp(xs){
			min-height: auto;
			padding: 0 0 $baseDim*2;
			margin-bottom: $baseDim*2;
			border: 0;
			border-bottom: 1px solid $color-light-grey;

			.btn-generic {margin-bottom: 0;}
		}

		&:before {
			content: "OR";
			position: absolute;
			top: 45%;
			transform: translate(-45%);
			right: -4rem;
			width: 4rem;
			height: 4rem;
			background: $color-default;
			color: $color-white;
			line-height: 4rem;
			border-radius: 100%;
			z-index: 100;
		}

		@include bp(xs){
			&:before {
				top: auto !important;
				bottom: -4rem !important;
				left: 45%;
				transform: translate(0,-45%);
			}
		}

		&:last-child {
			border: none;

			&:before {
				display: none;
			}
		}
	}

	.connector {
		@include bp(sm){
			padding-left: 0;
			padding-right: 0;
		}

		@include bp(md){
			padding-left: 0;
		}

		.connector-button {
			font-size: $fontSizeMid;
			color: $color-white;
			text-transform: capitalize;
			letter-spacing: 0;
			border-radius: 0.5rem;
			padding: $midBaseDim $baseDim $midBaseDim $baseDim*2;
			background: #007ab6 url(../img/logo-linkedin.png) no-repeat 10px 18px;
			background-size: 30px;
			border: none;

			@include bp(xs){
				padding: $midBaseDim $baseDim $midBaseDim 6rem;
			}

			@include bp(sm){
				padding: $smallBaseDim;
				background-image: none;
			}

			@include bp(md){
				padding: $midBaseDim $midBaseDim $midBaseDim $baseDim*2;
			}
		}
	}

	.register {
    .form-item-accept-terms {
      margin: 0;
    }
		button {
			margin-bottom: $smallBaseDim;

			@include bp(sm){
				margin-top: $midBaseDim*2;
			}
			@include bp(md){
				margin-top: $midBaseDim*2;
			}
		}
	}

	.login {
		button {
			@include bp(sm){
				margin-top: $midBaseDim*2;
			}
			@include bp(md){
				margin-top: $midBaseDim*2;
			}
		}
	}


	.control-label {
		.wrapper {
			display: block;
			width: 280px;
			text-align: left;

			@include bp(sm){
				width: 150px;
			}

			@include bp(md){
				width: 245px;
			}
		}
	}
}
*/
/* ------------------------------------ *\
	Popup Login / Register
\* ------------------------------------ */
#block-resoma-resoma-login div[class*="col"], #block-resoma-resoma-register div[class*="col"] {
  margin-top: 5rem;
}

#block-resoma-resoma-login .element-invisible, #block-resoma-resoma-register .element-invisible {
  display: none !important;
}

@media (min-width: 768px) {
  #block-resoma-resoma-login div[class*="col"] {
    min-width: 350px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

#block-resoma-resoma-login div[class*="col"].login {
  border-top: 1px solid #eee;
  padding-top: 2rem;
  margin-top: 2rem;
}

#block-resoma-resoma-login div[class*="col"].login input {
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #block-resoma-resoma-login div[class*="col"].login {
    border: none;
    border-left: 1px solid #eee;
  }
  #block-resoma-resoma-login div[class*="col"].login input {
    max-width: 280px;
    margin: 0 auto;
  }
}

#block-resoma-resoma-login form a:link, #block-resoma-resoma-login form a:hover, #block-resoma-resoma-login form a:active, #block-resoma-resoma-login form a:focus {
  text-decoration: underline;
  font-size: 1.3rem;
  color: #666;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  #block-resoma-resoma-register div[class*="col"] {
    padding-left: 4rem;
    padding-right: 4rem;
    float: none;
    width: 50%;
    display: inline-block;
  }
  #block-resoma-resoma-register div[class*="col"] + div[class*="col"] {
    border-left: 1px solid #ddd;
  }
}

#block-resoma-resoma-register .form-item-accept-terms .wrapper {
  font-size: 1.4rem;
}

/* ------------------------------------ *\
	Terms
\* ------------------------------------ */
#edit-text-terms-and-condition {
  padding: 0 1.5rem;
  margin-top: 2rem;
}

#edit-text-terms-and-condition p {
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: left;
}

#edit-text-terms-and-condition p a {
  color: #f3c148;
}

.page-user-edit .area-box {
  margin: 1rem 0 1.5rem;
}

.page-user-edit .area-box label {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1rem;
}

.page-user-edit .area-box > div {
  margin-bottom: 0.5rem;
}

.page-user-edit .area-box > div input[type=checkbox], .page-user-edit .area-box > div input[type=radio] {
  margin-right: 1rem;
}

.page-user.not-logged-in .form-item {
  max-width: 50rem;
  margin: 0 auto;
}

.page-not-found section.generic .container {
  font-size: 3rem;
  text-align: center;
  padding-bottom: 7.5rem;
}

.messages {
  line-height: 2.5rem;
  padding: 2.5rem;
  margin: 5rem 0;
  border-radius: 0;
}

.alert-dismissable .close, .alert-dismissible .close {
  top: -15px;
  right: -15px;
}

#edit-change-email, #edit-change-pass {
  padding: 0 1.5rem;
}

#edit-change-email #edit-email-title,
#edit-change-email #edit-pass-title, #edit-change-pass #edit-email-title,
#edit-change-pass #edit-pass-title {
  font-size: 2rem;
  text-transform: uppercase;
  color: #312c8f;
  padding-bottom: 0;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #312c8f;
}

.form-type-password .help-block {
  margin-bottom: 3.5rem;
}

#edit-fifth-row {
  padding: 0 1.5rem;
}

.form-item-pass-pass1, .form-item-pass-pass2 {
  width: 50%;
}

@media (max-width: 767px) {
  .form-item-pass-pass1, .form-item-pass-pass2 {
    width: 100%;
  }
}

.field-type-text-with-summary ul li {
  margin-bottom: 2.5rem;
}

.node-type-article article {
  margin-bottom: 7.5rem;
}

/* Page Surverys */
.page-surveys .h3-subtitle,
.page-surveys .subtitle, .node-type-webform .h3-subtitle,
.node-type-webform .subtitle {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  color: #312c8f;
  padding-left: 2.5rem;
  background: url(../img/ico-pittogramma.png) no-repeat center left;
  background-size: 20px;
  margin-bottom: 1.5rem;
}

.page-surveys .field-name-body, .node-type-webform .field-name-body {
  line-height: 2.3rem;
  margin-bottom: 2.5rem;
}

.page-surveys .form-group, .page-surveys .panel-default, .node-type-webform .form-group, .node-type-webform .panel-default {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.page-surveys .form-type-radios.form-group.form-inline label, .node-type-webform .form-type-radios.form-group.form-inline label {
  margin-bottom: 15px;
}

.page-surveys .form-type-radios.form-group.form-inline .form-radios .form-item.form-type-radio.radio, .node-type-webform .form-type-radios.form-group.form-inline .form-radios .form-item.form-type-radio.radio {
  margin-right: 10px;
}

.page-surveys .form-type-radios.form-group.form-inline .form-radios .form-item.form-type-radio.radio label, .node-type-webform .form-type-radios.form-group.form-inline .form-radios .form-item.form-type-radio.radio label {
  margin-bottom: 0;
}

.page-surveys .form-type-radios.form-group.form-inline .form-radios .form-item.form-type-radio.radio label input, .node-type-webform .form-type-radios.form-group.form-inline .form-radios .form-item.form-type-radio.radio label input {
  margin-right: 5px;
}

.page-surveys .webform-client-form .form-item label strong, .node-type-webform .webform-client-form .form-item label strong {
  font-size: 115%;
}

.page-surveys article.node-webform .form-type-radios .form-radios .form-type-radio label, .node-type-webform article.node-webform .form-type-radios .form-radios .form-type-radio label {
  width: 100%;
}

/* Page Surverys > Type WebForm */
.node-type-webform article {
  margin: 0 auto;
}

.node-type-webform .form-type-checkbox, .node-type-webform .form-type-radio {
  margin-bottom: 2rem;
}

.node-type-webform input[type=checkbox], .node-type-webform input[type=radio] {
  margin-top: 0;
}

.node-type-webform textarea.form-control {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 400;
  color: #1c133e;
  padding: 2rem 2.5rem;
  border-radius: 1.5rem;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
}

.node-type-webform .webform-client-form table.webform-grid {
  max-width: 100%;
  margin-right: 0;
}

.node-type-webform .webform-client-form table.webform-grid thead {
  background: #666;
}

.node-type-webform .webform-client-form table.webform-grid thead th {
  width: 100px !important;
  vertical-align: middle;
  color: #FFF;
}

.node-type-webform .webform-client-form table.webform-grid thead th.webform-grid-question {
  width: 300px !important;
}

.node-type-webform .webform-client-form table.webform-grid .checkbox, .node-type-webform .webform-client-form table.webform-grid .radio {
  display: table-cell;
}

.node-type-webform .webform-client-form .form-type-checkboxes .form-checkboxes .checkbox {
  text-align: left;
}

/* ------------------------------------ *\
	Survey Banner, Register Banner
\* ------------------------------------ */
section.survey, section.register {
  max-width: 1280px;
  margin: 0 auto;
}

.form-type-webform-time select {
  display: inline-block;
  width: 30%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.form-type-webform-time .form-radios input[type="radio"] {
  margin-top: 16px;
}

body.front #topics {
  padding-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  body.front #topics {
    padding-top: 5rem;
  }
}

/* ------------------------------------ *\
	 Topics
\* ------------------------------------ */
@media (min-width: 1280px) {
  #topics .container-fluid {
    max-width: 1200px;
  }
}

#topics [class^="col-"] {
  padding: 2rem;
}

#topics .subcategory {
  margin: 2.5rem 0;
}

#topics .subcategory li {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  padding: 1rem 0;
  padding-left: 3.5rem;
  background: url(../img/arrow.png) no-repeat center left;
}

#topics .subcategory li a {
  font-weight: 500;
  line-height: 2rem;
}

#topics .cta {
  text-align: center;
  background: url(../img/spacer-grey.gif) repeat-x center center;
}

.front #topics .h2-title {
  display: none;
}

/* ------------------------------------ *\
	 News Wall
\* ------------------------------------ */
.news-wall {
  background: #f8f8f8;
  padding-top: 5rem;
}

.news-wall .news-box-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

.news-wall .news-item {
  width: 31%;
  margin: 1.5rem 1%;
}

@media (max-width: 767px) {
  .news-wall .news-item {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-wall .news-item {
    width: 30%;
  }
}

@media (min-width: 990px) and (max-width: 1280px) {
  .news-wall .news-item {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .news-wall .news-item {
    margin: 1rem 0;
  }
}

.news-wall .box {
  text-align: left;
  background: #FFF;
  margin-bottom: 3rem;
  border: 1px solid #ddd;
  -webkit-box-shadow: 5px 5px 50px 1px rgba(174, 174, 174, 0.3);
          box-shadow: 5px 5px 50px 1px rgba(174, 174, 174, 0.3);
}

.news-wall .box .box-img {
  position: relative;
  width: 100%;
  height: 17.5rem;
  background: #CCC center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #bfc7ca;
}

.news-wall .box .box-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.2;
}

.news-wall .box .topics {
  padding: 0;
  margin: 2.5rem;
}

.news-wall .box .topics li {
  display: inline-block;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}

.news-wall .box .topics li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.news-wall .box .topics li.asylum {
  border-left: 4px solid #00a4a6;
}

.news-wall .box .topics li.migration {
  border-left: 4px solid #58007e;
}

.news-wall .box .topics li.integration {
  border-left: 4px solid #f10d43;
}

.news-wall .box .content {
  padding: 0;
  margin: 2.5rem;
  margin-top: -1.5rem;
}

.news-wall .box .h3-subtitle {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #1c133e;
}

.news-wall .box .h3-subtitle a, .news-wall .box .h3-subtitle :hover {
  color: #1c133e;
}

.news-wall .box .text {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #333;
}

.news-wall .box .text p {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.news-wall .box .text:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 0;
  width: 28px;
  height: 18px;
  background: url(../img/arrow.png) no-repeat bottom right;
}

.news-wall .box .text a, .news-wall .box .text :hover {
  display: block;
  color: #1c133e;
}

.news-wall .box .info {
  padding: 0.5rem 1.5rem;
  border-top: 1px solid #c1c9cc;
}

.news-wall .box .info .category {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5rem;
  padding: 1.5rem 0 1.5rem 4rem;
  background-repeat: no-repeat;
  background-position: center left;
}

.news-wall .box .info .category.event {
  background-image: url(../img/ico-wall-event.png);
}

.news-wall .box .info .category.news {
  background-image: url(../img/ico-wall-news.png);
}

.news-wall .box .info .category.webinar {
  background-image: url(../img/ico-wall-webinar.png);
}

.news-wall .box .info .category.policybrief {
  background-image: url(../img/ico-wall-policybrief.png);
}

.news-wall .box .info .data {
  font-size: 1.3rem;
  font-style: italic;
  text-align: right;
  color: #7b7b7b;
  line-height: 1.5rem;
  padding: 1.5rem 0;
}

#news-wall.news-wall-internal {
  margin-top: -3rem;
  padding-top: 3rem;
}

@media (min-width: 990px) {
  #news-wall.news-wall-internal {
    margin-top: -5rem;
  }
}

/* ------------------------------------ *\
	 Interview
\* ------------------------------------ */
#interview {
  background: #f8f8f8;
}

#interview div[class^="col-"]:nth-child(3n+1) {
  clear: left;
}

#interview .item-video {
  text-align: left;
  margin-bottom: 6rem;
  padding: 0 1rem;
}

#interview .item-video .h3-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  font-weight: 600;
  color: #312c8f;
  margin-bottom: 1.5rem;
}

#interview .item-video .h3-subtitle:after {
  content: '';
  width: 3rem;
  height: 2px;
  background: #f3c148;
  display: block;
  margin-top: 0.5rem;
}

#interview .item-video .text {
  font-size: 1.5rem;
  line-height: 2rem;
}

#interview .item-video .thumb-video {
  position: relative;
  width: 100%;
  height: 21rem;
  background-color: #CCC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.5rem;
}

#interview .item-video .thumb-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.2;
}

#interview .item-video .thumb-video a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico-play.png) no-repeat center center;
  z-index: 1;
}

/* ------------------------------------ *\
	 MODAL VIDEO
\* ------------------------------------ */
@media (max-width: 767px) {
  .modal iframe {
    max-width: 100%;
  }
}

/* ------------------------------------ *\
	 Banner Request
\* ------------------------------------ */
.banner-request {
  position: relative;
  width: 100%;
  height: 30rem;
  text-align: center;
  background-color: #CCC;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .banner-request {
    height: 40rem;
  }
}

.banner-request .content {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.banner-request .h4-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #FFF;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.banner-request .text {
  color: #FFF;
}

/* ------------------------------------ *\
	 Topic Detail
\* ------------------------------------ */
section.topic-detail {
  padding: 0;
}

section.topic-detail .visore .h1-title {
  font-size: 3.5rem;
  line-height: 5.5rem;
  color: #1c133e;
  letter-spacing: 3px;
  background: rgba(255, 255, 255, 0.5);
  text-shadow: none;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

@media (min-width: 768px) {
  section.topic-detail .visore .h1-title {
    font-size: 5.5rem;
    padding: 2rem 4rem;
  }
}

/* ------------------------------------ *\
	 Expert Search
\* ------------------------------------ */
.search-expert .expert-users-filter {
  margin-bottom: 2.5rem;
}

.search-expert .expert-users-filter [class^="col-"] {
  text-align: left;
}

.search-expert .expert-users-filter .subtitle-item {
  font-size: 1.5rem;
  color: #666;
}

.search-expert .expert-users-filter ul.topics {
  margin: 0;
}

.search-expert .expert-users-filter ul.topics a.selected {
  text-decoration: underline;
}

.search-expert .expert-user .person-item {
  min-height: 37rem;
  background: #FFF;
  margin-bottom: 3rem;
  padding: 2rem;
  border: 1px solid #c1c9cc;
  -webkit-box-shadow: 5px 5px 50px 1px #aeaeae;
          box-shadow: 5px 5px 50px 1px #aeaeae;
}

.search-expert .expert-user .info-item {
  margin: 2.5rem 0;
}

.search-expert .expert-user ul.topics {
  margin-bottom: 2.5rem;
}

/* ------------------------------------ *\
	 Surveys
\* ------------------------------------ */
#surveys .row {
  margin-top: 2.5rem;
}

#surveys [class^="col-"] {
  padding: 0 25px;
  text-align: left;
}

#surveys .text.intro {
  position: relative;
  max-height: 5.5em;
  overflow: hidden;
}

#surveys .text.intro:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: left;
  width: 100%;
  height: 5rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

/* ------------------------------------ *\
	 Subtopics
\* ------------------------------------ */
#subtopics {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  #subtopics {
    padding: 5rem 2.5rem 8rem;
  }
}

#subtopics .subtopics-list {
  text-align: left;
}

#subtopics .subtopics-list .panel {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  background: #fafafa;
  margin: 1rem 0;
}

@media (min-width: 1200px) {
  #subtopics .subtopics-list .panel {
    width: 32%;
    float: left;
    margin: 0.5%;
  }
  #subtopics .subtopics-list .panel:nth-child(3n+1) {
    clear: left;
  }
}

#subtopics .subtopics-list .panel-default {
  border: none !important;
}

#subtopics .subtopics-list .panel-default > .panel-heading + .panel-collapse > .panel-body {
  line-height: 2rem;
  border: none;
  padding: 3rem 4rem;
}

#subtopics .subtopics-list .panel-default > .panel-heading + .panel-collapse > .panel-body .btn-generic {
  margin-bottom: 0;
}

#subtopics .subtopics-list .panel-group .panel {
  border-radius: 0 !important;
}

#subtopics .subtopics-list .panel-default > .panel-heading {
  background: #FFF center center no-repeat;
  background-size: cover;
  border-radius: 0 !important;
  border: none;
  position: relative;
  padding: 0;
}

#subtopics .subtopics-list .panel-default > .panel-heading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

#subtopics .subtopics-list .panel-default > .panel-heading a {
  padding: 2.5rem 3.5rem;
  display: block;
  padding-bottom: 4rem;
  background: url(../img/ico-arrow-bottom.png) no-repeat bottom center;
  background-size: auto 2.8rem;
  position: relative;
}

@media (min-width: 1200px) {
  #subtopics .subtopics-list .panel-default > .panel-heading a {
    min-height: 15rem;
  }
}

#subtopics .subtopics-list .h4-title {
  font-size: 1.8rem;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 600;
  color: #312c8f;
  color: #fff;
  line-height: 140%;
  position: relative;
}

/* ------------------------------------ *\
	 viste Deliverables e Project Documents
\* ------------------------------------ */
.view-project-data .views-exposed-form .views-exposed-widget, .view-deliverables .views-exposed-form .views-exposed-widget, .view-project-documents .views-exposed-form .views-exposed-widget {
  float: none;
  display: inline-block;
  margin-bottom: 5rem;
}

.view-project-data .views-exposed-form .views-exposed-widget .form-submit, .view-deliverables .views-exposed-form .views-exposed-widget .form-submit, .view-project-documents .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
}

/* ------------------------------------ *\
	 Deliverables ITEM & MODAL
\* ------------------------------------ */
.project-data-item, .modal-project-data, .-FIXME, .deliverables-item, .modal-deliverable {
  text-align: left;
  margin-top: 2.5rem;
  padding: 0 2.5rem 0 0;
}

@media (max-width: 767px) {
  .project-data-item, .modal-project-data, .-FIXME, .deliverables-item, .modal-deliverable {
    min-height: auto;
    border-right: none;
    padding-bottom: 2rem;
    border-bottom: 1px solid #cdcdcd;
  }
}

.project-data-item .tag, .modal-project-data .tag, .-FIXME .tag, .deliverables-item .tag, .modal-deliverable .tag {
  font-size: 1.5rem;
  color: #312c8f;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.project-data-item .h3-subtitle, .modal-project-data .h3-subtitle, .-FIXME .h3-subtitle, .deliverables-item .h3-subtitle, .modal-deliverable .h3-subtitle {
  font-size: 1.8rem;
  color: #1c133e;
  font-weight: 600;
}

.project-data-item .abstract, .project-data-item .abstract p, .modal-project-data .abstract, .modal-project-data .abstract p, .-FIXME .abstract, .-FIXME .abstract p, .deliverables-item .abstract, .deliverables-item .abstract p, .modal-deliverable .abstract, .modal-deliverable .abstract p {
  position: relative;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #6e6e6e;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.project-data-item .abstract a, .project-data-item .abstract p a, .modal-project-data .abstract a, .modal-project-data .abstract p a, .-FIXME .abstract a, .-FIXME .abstract p a, .deliverables-item .abstract a, .deliverables-item .abstract p a, .modal-deliverable .abstract a, .modal-deliverable .abstract p a {
  display: block;
  color: #6e6e6e;
}

.project-data-item .abstract:before, .project-data-item .abstract p:before, .modal-project-data .abstract:before, .modal-project-data .abstract p:before, .-FIXME .abstract:before, .-FIXME .abstract p:before, .deliverables-item .abstract:before, .deliverables-item .abstract p:before, .modal-deliverable .abstract:before, .modal-deliverable .abstract p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.project-data-item .doc, .project-data-item .pdf, .modal-project-data .doc, .modal-project-data .pdf, .-FIXME .doc, .-FIXME .pdf, .deliverables-item .doc, .deliverables-item .pdf, .modal-deliverable .doc, .modal-deliverable .pdf {
  display: block;
  height: 6rem;
  padding: 0.5rem 0 2rem;
}

@media (max-width: 767px) {
  .project-data-item .doc, .project-data-item .pdf, .modal-project-data .doc, .modal-project-data .pdf, .-FIXME .doc, .-FIXME .pdf, .deliverables-item .doc, .deliverables-item .pdf, .modal-deliverable .doc, .modal-deliverable .pdf {
    display: block;
  }
}

.project-data-item .doc .file, .project-data-item .pdf .file, .modal-project-data .doc .file, .modal-project-data .pdf .file, .-FIXME .doc .file, .-FIXME .pdf .file, .deliverables-item .doc .file, .deliverables-item .pdf .file, .modal-deliverable .doc .file, .modal-deliverable .pdf .file {
  padding-left: 4.5rem;
}

.project-data-item .doc .file img, .project-data-item .pdf .file img, .modal-project-data .doc .file img, .modal-project-data .pdf .file img, .-FIXME .doc .file img, .-FIXME .pdf .file img, .deliverables-item .doc .file img, .deliverables-item .pdf .file img, .modal-deliverable .doc .file img, .modal-deliverable .pdf .file img {
  display: none;
}

.project-data-item .doc .file a, .project-data-item .pdf .file a, .modal-project-data .doc .file a, .modal-project-data .pdf .file a, .-FIXME .doc .file a, .-FIXME .pdf .file a, .deliverables-item .doc .file a, .deliverables-item .pdf .file a, .modal-deliverable .doc .file a, .modal-deliverable .pdf .file a {
  display: block;
  font-size: 1.4rem;
  padding-top: 0.2rem;
  padding-left: 4.5rem;
}

.project-data-item .doc, .modal-project-data .doc, .-FIXME .doc, .deliverables-item .doc, .modal-deliverable .doc {
  background: url(../img/icon-doc.png) no-repeat center left;
  background-size: 30px;
}

.project-data-item .pdf, .modal-project-data .pdf, .-FIXME .pdf, .deliverables-item .pdf, .modal-deliverable .pdf {
  background: url(../img/icon-pdf.png) no-repeat center left;
  background-size: 30px;
}

/* ------------------------------------ *\
	 Modal Deliverable
\* ------------------------------------ */
.modal-project-data, .-FIXME, .modal-deliverable {
  min-height: auto;
  border: none;
}

.modal-project-data .modal-body, .-FIXME .modal-body, .modal-deliverable .modal-body {
  text-align: left;
  padding: 3rem 6rem;
}

.modal-project-data .modal-body .abstract, .-FIXME .modal-body .abstract, .modal-deliverable .modal-body .abstract {
  height: auto;
}

.modal-project-data .modal-body .abstract p, .-FIXME .modal-body .abstract p, .modal-deliverable .modal-body .abstract p {
  height: auto;
}

.modal-project-data .modal-body .abstract p:before, .-FIXME .modal-body .abstract p:before, .modal-deliverable .modal-body .abstract p:before {
  display: none;
}

.modal-project-data .modal-body .abstract:before, .-FIXME .modal-body .abstract:before, .modal-deliverable .modal-body .abstract:before {
  display: none;
}

.modal-project-data .modal-body .doc, .modal-project-data .modal-body .pdf, .-FIXME .modal-body .doc, .-FIXME .modal-body .pdf, .modal-deliverable .modal-body .doc, .modal-deliverable .modal-body .pdf {
  display: block;
}

.modal-project-data .modal-body .doc a, .modal-project-data .modal-body .pdf a, .-FIXME .modal-body .doc a, .-FIXME .modal-body .pdf a, .modal-deliverable .modal-body .doc a, .modal-deliverable .modal-body .pdf a {
  display: block;
  padding: 3rem 2.5rem 0 8rem;
}

/* ------------------------------------ *\
	 Discussions, Policy Dashboard
\* ------------------------------------ */
.discussions-dashboard-image, .policy-briefs-dashboard-image {
  position: relative;
}

.discussions-dashboard-image:before, .policy-briefs-dashboard-image:before {
  content: "";
  position: absolute;
  top: 3rem;
  right: 0;
  width: 60px;
  height: 2px;
  background: #f3c148;
}

@media (min-width: 1px) and (max-width: 991px) {
  .discussions-dashboard-image:before, .policy-briefs-dashboard-image:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .discussions-dashboard-image, .policy-briefs-dashboard-image {
    margin-bottom: 2.5rem;
  }
}

.policy-briefs-dashboard-image {
  position: relative;
}

.policy-briefs-dashboard-image:before {
  content: "";
  position: absolute;
  top: 5rem;
  left: -1rem;
  width: 60px;
  height: 2px;
  background: #f3c148;
}

@media (min-width: 1px) and (max-width: 991px) {
  .policy-briefs-dashboard-image:before {
    display: none;
  }
}

/* ------------------------------------ *\
	 Discussions, Policy
\* ------------------------------------ */
.publications_dashboard h2.h2-title, .discussion_dashboard h2.h2-title {
  clear: left;
  width: 100%;
  text-align: left;
  margin: 2rem 0 1rem 1.3rem;
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 600 !important;
  color: #f3c148;
}

.publications_dashboard h2.h2-title:after, .discussion_dashboard h2.h2-title:after {
  content: none !important;
}

.publications_dashboard h2.area-title, .discussion_dashboard h2.area-title {
  margin: 0 0 1rem 0;
}

.publications_dashboard h2.area-title a, .discussion_dashboard h2.area-title a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.publications_dashboard h3.h3-subtitle, .discussion_dashboard h3.h3-subtitle {
  line-height: 130%;
  margin: 0 0 2rem 0;
}

.publications_dashboard .btn-generic, .discussion_dashboard .btn-generic,
.view-discussions-dashboard .btn-generic, .view-publications-dashboard .btn-generic, .view-policy-brief-dashboard .btn-generic {
  padding-right: 5rem;
  background: transparent url(../img/ico-btn-arrow.png) no-repeat 90% center;
  background-size: 2rem auto;
}

/* ------------------------------------ *\
	 Discussions, Policy >> BTNS
\* ------------------------------------ */
/* ------------------------------------ *\
	 Discussions
\* ------------------------------------ */
section .node-discussion, section .node-policy-brief {
  text-align: left;
}

section .node-discussion .data, section .node-policy-brief .data {
  margin-bottom: 1.5rem;
}

section .node-discussion .h3-subtitle, section .node-policy-brief .h3-subtitle {
  font-size: 1.6rem;
  color: #1c133e;
  font-weight: 500;
}

section .node-discussion .topics, section .node-policy-brief .topics {
  margin-bottom: 1.5rem;
}

.view-discussions .node-discussion {
  margin-bottom: 2rem;
}

.view-discussions .node-discussion .link-video {
  display: block;
  margin-bottom: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #f3c148;
  padding: 1rem 0 1rem 3.2rem;
  background: url(../img/ico-play.png) no-repeat left center;
  background-size: 25px;
}

.stripe-user .box-img, .insert-message .box-img, .message-list .box-img {
  float: left;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
  border: 1px solid #d9d9d9;
}

@media (min-width: 1280px) {
  .stripe-user .box-img, .insert-message .box-img, .message-list .box-img {
    margin-bottom: 0;
  }
}

.stripe-user .person-info .title-item, .stripe-user .person-info .subtitle-item, .insert-message .person-info .title-item, .insert-message .person-info .subtitle-item, .message-list .person-info .title-item, .message-list .person-info .subtitle-item {
  text-align: left;
}

.stripe-user .person-info .title-item, .insert-message .person-info .title-item, .message-list .person-info .title-item {
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 0.5rem;
}

.stripe-user {
  background: #f8f8f8;
  padding: 5rem 0;
}

.stripe-user [class^="col-"] {
  text-align: left;
}

.stripe-user .experts-num {
  text-align: center;
}

.stripe-user .experts-num .num {
  font-size: 5.5rem;
  font-weight: 500;
  color: #f3c148;
}

.stripe-user .experts-num span {
  display: block;
  letter-spacing: 3px;
  color: #312c8f;
}

.user-image, .more-users {
  position: relative;
  display: inline-block;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 3.7rem;
  background-color: #f5f5f5;
  background-size: 90%;
  background-image: url(../img/ico-general-user.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0.5rem 2.5rem 0;
  overflow: hidden !important;
  border: 1px solid #cdcdcd;
}

.user-image figure, .more-users figure {
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 10rem;
}

.more-users {
  padding-top: 1rem;
  border: none;
  background: none;
  font-size: 1.4rem;
}

.insert-message .form-textarea {
  height: 15rem;
}

.message-list {
  /* Answer */
}

.message-list .container {
  padding: 2.5rem 0;
  text-align: left;
  background: #f8f8f8;
  counter-reset: section;
}

@media (min-width: 990px) and (max-width: 1280px) {
  .message-list .container {
    padding: 2.5rem;
  }
}

.message-list .container .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.message-list .container .item {
  position: relative;
}

.message-list .container .item .person-item {
  position: relative;
  float: left;
  display: inline-block;
  width: 28%;
  min-height: 2rem;
}

@media (max-width: 767px) {
  .message-list .container .item .person-item {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .message-list .container .item .person-item {
    width: 30%;
  }
}

.message-list .container .item .person-item .num {
  position: absolute;
  top: 2rem;
  left: -2.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  font-weight: 300;
  color: #f3c148;
  counter-increment: section;
  content: counter(section) "";
}

.message-list .container .item .h4-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

.message-list .container .item .text, .message-list .container .item .text p {
  color: #585858;
  font-size: 1.5rem;
  line-height: 2rem;
}

.message-list .comment-body {
  display: inline-block;
  width: 100%;
  border-radius: 0.5rem;
  background: #FFF;
  padding: 2rem;
  border: 1px solid #e6e6e6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .message-list .comment-body {
    width: 60%;
  }
}

@media (min-width: 990px) and (max-width: 1280px) {
  .message-list .comment-body {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .message-list .comment-body {
    width: 65%;
  }
}

.message-list .comment-body .text {
  margin: 0;
}

.message-list .comment-body .text .blockquote h5 {
  font-weight: bold;
  margin: 0 0 0.5rem 0;
  font-size: 1.3rem;
}

.message-list .comment-body .text .blockquote .quote {
  border: 1px solid #CCC;
  padding: 0.5em;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}

.message-list .comment-body .text .blockquote .quote, .message-list .comment-body .text .blockquote .quote * {
  font-style: italic;
  font-size: 1.3rem;
}

.message-list .wrap-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: auto;
}

.message-list .wrap-btn .delete {
  display: block;
  width: 4rem;
  height: 3.5rem;
  margin: 0 1rem;
  background: url(../img/icon-delete.png) no-repeat center center;
  background-size: contain;
  text-indent: -9000em;
}

.message-list .wrap-btn .quoteButton {
  width: 4rem;
  height: 3.5rem;
  background: url(../img/icon-quote.png) no-repeat center center;
  background-size: contain;
  text-indent: -9000em;
  border: none;
  margin: 0 1rem;
}

@media (min-width: 768px) {
  .message-list .form-item, .message-list .form-actions {
    float: right;
    display: inline-block;
    padding-right: 1.5rem;
    width: 100%;
    max-width: 900px;
    margin-top: 1rem;
  }
  .message-list .form-item .btn, .message-list .form-actions .btn {
    margin: 0 auto;
  }
}

.message-list .form-actions {
  margin-top: 0;
}

.message-list label {
  float: left;
  display: inline-block;
  padding: 1rem 1.5rem 1.5rem;
  margin: 0;
}

.message-list .form-file {
  max-width: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c148+0,f5e74b+100 */
  background: #f3c148;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f3c148), to(#f5e74b));
  background: linear-gradient(to right, #f3c148 0%, #f5e74b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c148', endColorstr='#f5e74b',GradientType=1 );
  /* IE6-9 */
  border-radius: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .message-list .form-file {
    max-width: 25%;
  }
}

.message-list .form-textarea {
  padding: 2rem;
  color: #2e2e2e;
  font-size: 1.5rem !important;
  line-height: 2rem;
  border-radius: 0.5rem;
  background: #fdf6bb;
}

.message-list .form-textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1.5rem;
  color: #000;
}

.message-list .form-textarea ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1.5rem;
  color: #000;
}

.message-list .form-textarea :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1.5rem;
  color: #000;
}

.message-list .form-textarea :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1.5rem;
  color: #000;
}

.message-list .answers-wrap .answers {
  float: right;
  width: 79%;
}

@media (max-width: 767px) {
  .message-list .answers-wrap .answers {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .message-list .answers-wrap .answers .person-item {
    float: right;
    display: inline-block;
  }
}

.message-list .answers-wrap .answers .item {
  padding-bottom: 0;
}

.message-list .answers-wrap .answers .comment-body {
  background: #fdf6bb;
}

.message-list .answers-wrap .answers .comment-body p {
  color: #2e2e2e;
}

@media (min-width: 768px) and (max-width: 991px) {
  .message-list .answers-wrap .answers .comment-body {
    width: 55%;
  }
}

@media (min-width: 990px) and (max-width: 1280px) {
  .message-list .answers-wrap .answers .comment-body {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .message-list .answers-wrap .answers .comment-body {
    width: 60%;
  }
}

.message-list .answers-wrap .answers .comment-body .text {
  margin: 0;
}

@media (min-width: 768px) {
  .message-list .answers-wrap .answers .wrap-btn {
    position: relative;
    float: left;
    display: inline-block;
  }
}

.comment-wrap {
  margin: 1rem 0;
}

/*
.answers-wrap{
	border: 1px solid green;
}*/
/* ------------------------------------ *\
	 Discussions Notifications
\* ------------------------------------ */
.discussions-notifications {
  text-align: right;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #bbbbbb;
}

.discussions-notifications .msg {
  position: relative;
  display: inline-block;
  top: -1.7rem;
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 400;
  color: #fd7130;
  margin-right: 1.5rem;
}

.discussions-notifications .msg span {
  font-size: 2.2rem;
  font-weight: 500;
}

.discussions-notifications .item {
  position: relative;
  display: inline-block;
}

.discussions-notifications .item .num {
  position: absolute;
  top: -0.7rem;
  right: -0.7rem;
  width: 2.6rem;
  height: 2.6rem;
  background: #fd7130;
  border-radius: 2.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  padding: 0.3rem;
  border: 2px solid #FFF;
}

/* ------------------------------------ *\
	 Modal Notifications
\* ------------------------------------ */
.modal-notifications .modal-body {
  max-width: 80%;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-notifications .modal-body {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .modal-notifications .modal-body {
    max-width: 100%;
  }
}

.modal-notifications .modal-body .title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #666;
}

.modal-notifications .modal-body .title img {
  display: inline-block;
}

.modal-notifications .modal-body .title .h3-title {
  position: relative;
  display: inline-block;
  top: -1.5rem;
  min-height: 4rem;
  font-size: 2.8rem;
  color: #fd7130;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.modal-notifications .modal-body .message-content {
  max-height: 40rem;
  overflow-y: scroll;
}

.modal-notifications .modal-body .message-content .message-list a:hover {
  color: #1c133e;
}

.modal-notifications .modal-body .message-content .message-list li {
  text-align: left !important;
  padding: 0.5rem 0 1.5rem 0;
  border-bottom: 1px solid #e6e6e6;
}

.modal-notifications .modal-body .message-content .message-list li img {
  float: left;
  display: inline-block;
  margin-right: 4rem;
}

.modal-notifications .modal-body .message-content .message-list li .h4-title {
  padding: 1rem 0;
  text-transform: uppercase;
  color: #f3c148;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

/* ------------------------------------ *\
	 Discussions Form
\* ------------------------------------ */
.page-node-add .node-form .text, .page-node-edit .node-form .text {
  margin-bottom: 5rem;
}

.page-node-add .node-form .form-item, .page-node-add .node-form .form-group, .page-node-edit .node-form .form-item, .page-node-edit .node-form .form-group {
  text-align: left;
}

.page-node-add .node-form .form-group, .page-node-edit .node-form .form-group {
  margin-bottom: 2rem;
}

.page-node-add .node-form .control-label, .page-node-add .node-form .panel-heading, .page-node-add .node-form .panel-title, .page-node-add .node-form .field-multiple-table, .page-node-edit .node-form .control-label, .page-node-edit .node-form .panel-heading, .page-node-edit .node-form .panel-title, .page-node-edit .node-form .field-multiple-table {
  font-size: 3.5rem;
  font-weight: 400 !important;
}

.page-node-add .node-form .control-label .number, .page-node-add .node-form .panel-heading .number, .page-node-add .node-form .panel-title .number, .page-node-add .node-form .field-multiple-table .number, .page-node-edit .node-form .control-label .number, .page-node-edit .node-form .panel-heading .number, .page-node-edit .node-form .panel-title .number, .page-node-edit .node-form .field-multiple-table .number {
  display: inline-block;
  position: relative;
  top: 15px;
  font-size: 8rem;
  color: #dfdee1;
}

.page-node-add .node-form .control-label .yellow-letter, .page-node-add .node-form .panel-heading .yellow-letter, .page-node-add .node-form .panel-title .yellow-letter, .page-node-add .node-form .field-multiple-table .yellow-letter, .page-node-edit .node-form .control-label .yellow-letter, .page-node-edit .node-form .panel-heading .yellow-letter, .page-node-edit .node-form .panel-title .yellow-letter, .page-node-edit .node-form .field-multiple-table .yellow-letter {
  color: #f3c148;
}

.page-node-add .node-form .panel-heading, .page-node-add .node-form .panel-default, .page-node-edit .node-form .panel-heading, .page-node-edit .node-form .panel-default {
  background: none;
  padding: 0;
  border: none;
}

.page-node-add .node-form .panel-body, .page-node-edit .node-form .panel-body {
  padding-left: 0;
  padding-right: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-node-add .node-form .form-checkboxes, .page-node-edit .node-form .form-checkboxes {
  margin-bottom: 5rem;
}

.page-node-add .node-form .form-checkboxes .control-label, .page-node-edit .node-form .form-checkboxes .control-label {
  font-size: 2rem !important;
}

.page-node-add .node-form .field-name-field-visible-to-users, .page-node-edit .node-form .field-name-field-visible-to-users {
  margin-bottom: 5rem;
}

.page-node-add .node-form .field-name-field-visible-to-users label, .page-node-edit .node-form .field-name-field-visible-to-users label {
  font-size: 2rem !important;
}

.page-node-add .node-form .container-inline-date .control-label, .page-node-edit .node-form .container-inline-date .control-label {
  display: none;
}

.page-node-add .node-form fieldset.date-combo .container-inline-date > .form-item, .page-node-edit .node-form fieldset.date-combo .container-inline-date > .form-item {
  margin-bottom: 0;
}

.page-node-add .node-form a.tabledrag-handle .handle, .page-node-edit .node-form a.tabledrag-handle .handle {
  width: 4rem;
  height: 4rem;
  margin: 0 0 0 4rem;
  background: url(../img/ico-drag.png) no-repeat center left;
}

@media (max-width: 767px) {
  .page-node-add .node-form a.tabledrag-handle .handle, .page-node-edit .node-form a.tabledrag-handle .handle {
    background-size: 90%;
  }
}

.page-node-add .node-form .field-multiple-drag, .page-node-add .node-form .table-striped > tbody > tr:nth-of-type(odd), .page-node-edit .node-form .field-multiple-drag, .page-node-edit .node-form .table-striped > tbody > tr:nth-of-type(odd) {
  background: #FFF;
}

.page-node-add .node-form .table > tbody > tr > td, .page-node-add .node-form .table > tbody > tr > th, .page-node-add .node-form .table > tfoot > tr > td, .page-node-add .node-form .table > tfoot > tr > th, .page-node-add .node-form .table > thead > tr > td, .page-node-add .node-form .table > thead > tr > th, .page-node-edit .node-form .table > tbody > tr > td, .page-node-edit .node-form .table > tbody > tr > th, .page-node-edit .node-form .table > tfoot > tr > td, .page-node-edit .node-form .table > tfoot > tr > th, .page-node-edit .node-form .table > thead > tr > td, .page-node-edit .node-form .table > thead > tr > th {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-node-add .node-form table > tbody > tr > td:hover, .page-node-edit .node-form table > tbody > tr > td:hover {
  background: #FFF !important;
}

.page-node-add .node-form .table-responsive, .page-node-edit .node-form .table-responsive {
  border: none;
}

.page-node-add .node-form #edit-actions, .page-node-edit .node-form #edit-actions {
  text-align: center;
}

.page-node-add .node-form .form-file, .page-node-edit .node-form .form-file {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-node-add .node-form .input-group-btn .btn, .page-node-edit .node-form .input-group-btn .btn {
  margin: 0;
  border-radius: 30px;
}

#ui-datepicker-div,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.ui-datepicker-month, .ui-datepicker-year {
  color: #f3c148;
}

.form-type-checkbox .control-label {
  font-size: 2rem !important;
}

/* --------------------------------------------- *\
	 View Discussions & View Policy Brief
\* --------------------------------------------- */
.view-discussions .banner, .view-policy-brief .banner, section.survey .banner, section.register .banner {
  position: relative;
  height: 24rem;
  margin: 2.5rem 0;
}

.view-discussions .banner:before, .view-policy-brief .banner:before, section.survey .banner:before, section.register .banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0757aa+0,0757aa+40,00013c+100 */
  background: #0757aa;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#0757aa), color-stop(40%, #0757aa), to(#00013c));
  background: linear-gradient(to right, #0757aa 0%, #0757aa 40%, #00013c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0757aa', endColorstr='#00013c',GradientType=1 );
  /* IE6-9 */
  opacity: 0.5;
  z-index: 1;
}

.view-discussions .banner .wrapper, .view-policy-brief .banner .wrapper, section.survey .banner .wrapper, section.register .banner .wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.view-discussions .banner .h3-title, .view-policy-brief .banner .h3-title, section.survey .banner .h3-title, section.register .banner .h3-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  font-weight: 500;
  color: #FFF;
}

@media (max-width: 767px) {
  .view-discussions .banner .h3-title, .view-policy-brief .banner .h3-title, section.survey .banner .h3-title, section.register .banner .h3-title {
    font-size: 3rem;
  }
}

.view-discussions .title, .view-policy-brief .title, section.survey .title, section.register .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  margin-top: 6rem;
  border-bottom: 1px solid #e6e6e6;
}

section.survey {
  padding-bottom: 1.5rem;
}

section.survey .banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efc977+0,f2a900+100 */
  background: #efc977;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #efc977 0%, #f2a900 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc977', endColorstr='#f2a900',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.3;
}

section.survey .banner .h3-title {
  color: #312c8f;
}

section.register {
  padding-top: 0;
}

.view-discussions .banner, .view-policy-brief .banner, section.survey .banner, section.register .banner {
  background: url(../img/bkg-visore-banner.jpg) no-repeat center top;
  background-size: cover;
}

.insert-message .form-item-files-attachment {
  text-align: left;
}

.insert-message .form-item-files-attachment .form-file {
  max-width: 70%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c148+0,f5e74b+100 */
  background: #f3c148;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f3c148), to(#f5e74b));
  background: linear-gradient(to right, #f3c148 0%, #f5e74b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c148', endColorstr='#f5e74b',GradientType=1 );
  /* IE6-9 */
  border-radius: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .insert-message .form-item-files-attachment .form-file {
    max-width: 20%;
  }
}

.insert-message .form-item-files-attachment .file img {
  display: none;
}

.attachment .file {
  position: relative;
  display: block;
  font-size: 1.5rem;
  padding-left: 4rem;
  padding-top: 1rem;
  margin: 1.5rem 0;
}

.attachment .file a {
  color: #333;
}

.attachment .file a:hover {
  color: #f3c148;
}

.attachment .file:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
}

.attachment.link-attached .file:before {
  background: url("../img/icon-attached.png") no-repeat center center;
  background-size: 100%;
}

.attachment .file-icon {
  display: none;
}

.level3-note {
  max-width: 50%;
  font-size: 2.3rem;
  margin: 2.5rem auto;
  color: #f3c148;
}

/* ------------------------------------ *\
	 NAVBAR DROPDOWN
\* ------------------------------------ */
.navbar-nav > li > .dropdown-menu {
  padding: 10px 0;
  margin-top: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background: none;
  color: #1c133e;
}

.dropdown-menu > li {
  border: none;
}

.dropdown-menu > li > a {
  font-size: 1.4rem;
  border: none;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: none;
}

.modal-youtube .text, .modal-youtube p {
  margin-top: 2rem;
  text-align: center;
}

.modal-youtube .integration {
  display: inline-block;
}

.modal-youtube .migration {
  display: inline-block;
}

.modal-youtube .asylum {
  display: inline-block;
}

/* ------------------------------------ *\
	 SOCIAL PANELS
\* ------------------------------------ */
.social-feed .panel.gcalendar-panel iframe {
  width: 100%;
  height: 50rem;
}

.social-feed .panel.twitter-panel {
  max-height: 50rem;
  overflow: auto;
}

/*
.social-panels {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 420px;
	height: 440px !important;
	z-index: 200;
	// padding-top: $smallBaseDim;
	background: #FFF;
	overflow-y: scroll;
	// border: 1px solid $color-secondary;
	box-shadow: 5px 5px 50px 5px #aeaeae;

	// .wrapper {
	// 	position: relative;
	// 	border: 1px solid red;

	// 	.label-title {
	// 		// position: fixed;
	// 		width: 420px;
	// 		top: 50px;
	// 		left: 0;
	// 		background: green;
	// 	}
	// }



	// social opened
	span {
		// display: none;
		// position: fixed;
		position: relative;
		top: 10px;
		width: 100%;
		padding: 1rem;
		background: $color-white;

		a {
			color: $color-primary;
			font-weight: $bold;

			&:hover {
				text-decoration: underline !important;
			}
		}
	}

	.close {
		position: absolute;
		top: 5px;
		right: 10px;
	}

	.panel {
		margin-bottom: 0;
	}

	.gcalendar-panel {
		padding-top: 5rem;
	}

	@include bp(xs+sm){
		position: relative;
		display: none;
	}

	.close {
		opacity: 1;
	}
}

// social closed
.closed {
	padding: 10px;
	height: auto !important;
	border: 1px solid $color-secondary;
	overflow: hidden;

	.close {display: none;}
	.span {display: block;}

	.panel {
		display: none;
	}
}
*/
/* ------------------------------------ *\
			?
\* ------------------------------------ */
.document-message h3 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
  text-align: left;
  color: #f3c148;
  padding-left: 5rem;
  background: url(../img/icon-locked.png) no-repeat -20px -25px;
  min-height: 50px;
}

#edit-field-wp-value-wrapper label[for=edit-field-wp-value] {
  display: inline-block;
}

#edit-field-wp-value-wrapper .views-widget {
  display: inline-block;
}

#views-exposed-form-project-documents-deliverables-block-documents #edit-title-wrapper {
  margin-bottom: 0;
}

/* ------------------------------------ *\
	READ MORE
\* ------------------------------------ */
.text .btn-generic.showMore {
  display: block;
}

/* ------------------------------------ *\
	TOPIC
\* ------------------------------------ */
@media (min-width: 768px) {
  .node-type-topic .view-policy-brief-dashboard .node-teaser, .node-type-topic .view-discussions-dashboard .node-teaser {
    width: 33%;
    float: left;
    padding: 0 1rem 1rem 0;
  }
}

/* ------------------------------------ *\
	ABOUT > SINGLE COLUMN
\* ------------------------------------ */
.single-column {
  text-align: left;
  margin-bottom: 3rem;
}

/* ------------------------------------ *\
	PAGE PROGRESS
\* ------------------------------------ */
.view-project-data {
  margin-top: -6rem;
}

/* ------------------------------------ *\
	MENU BP 1200
\* ------------------------------------ */
@media (max-width: 1199px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

.navbar-toggle {
  position: absolute;
  right: 0;
  top: 0.2rem;
}

@media (min-width: 768px) {
  .navbar-toggle {
    top: 1.8rem;
    right: 2rem;
  }
}

@media (max-width: 1199px) {
  #navbar {
    padding: 0 !important;
  }
  #navbar .container {
    margin: 0;
    width: 100%;
  }
  .navbar-default .navbar-collapse {
    padding-bottom: 1rem;
    -webkit-box-shadow: 0 5rem 5rem rgba(68, 68, 68, 0.2);
            box-shadow: 0 5rem 5rem rgba(68, 68, 68, 0.2);
  }
  #navbar-collapse {
    height: auto !important;
    max-height: 100%;
  }
  .navbar-header {
    background: #fff;
    height: 9rem;
  }
  header nav {
    display: block;
    margin: 0;
  }
  .navbar-default .navbar-nav > li {
    width: 100%;
    border-bottom: 2px solid #f3c148;
    border-right: none !important;
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1.5rem;
  }
  header .others {
    margin: 0 0 20px 0;
  }
  .dropdown-menu {
    position: static;
    width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    text-align: center;
    background: #312c8f !important;
    -webkit-box-shadow: 0 1rem 1rem rgba(102, 102, 102, 0.2);
            box-shadow: 0 1rem 1rem rgba(102, 102, 102, 0.2);
    z-index: 2;
    position: relative;
  }
  .dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #312c8f transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 4.5rem;
  }
  .dropdown-menu li {
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
  }
  .dropdown-menu li a {
    padding: 1rem 0 !important;
    font-size: 1.8rem;
    color: #fff !important;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
    margin-left: 1rem;
  }
  .navbar-header {
    height: 7rem;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.element-invisible {
  display: block;
  position: relative !important;
  overflow: visible !important;
  clip: auto !important;
}

#skip-link .element-invisible {
  display: none;
}

.table-responsive {
  position: relative;
  overflow: visible !important;
}

/* ------------------------------------ *\
    MENU ADMIN 
\* ------------------------------------ */
body.adminimal-menu, body.admin-menu {
  margin-top: 2rem !important;
}

body.adminimal-menu #navbar, body.admin-menu #navbar {
  padding: 0 0 3rem 0;
  z-index: 5;
}

/* ------------------------------------ *\
    FIX
\* ------------------------------------ */
.node-type-discussion #skip-link .element-invisible, .node-type-discussion .alert .element-invisible {
  display: none;
}

/* ------------------------------------ *\
    SLIDER
\* ------------------------------------ */
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
  color: #f3c148;
}

.swiper-slide {
  background: #000;
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  display: block;
  margin: -2px 0;
}

@media (min-width: 768px) {
  .swiper-slide img {
    margin: 0;
    opacity: 0.85;
  }
}

.swiper-text {
  width: 100%;
  text-transform: uppercase;
  padding: 2.5rem 2rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #006db8;
  position: relative;
  z-index: 2;
  color: #fff;
  min-height: 11rem;
}

@media (max-width: 767px) {
  .swiper-text br {
    display: none;
  }
}

@media (min-width: 768px) {
  .swiper-text {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 5% 0 0;
    padding: 4.5rem 5rem 0 0;
    max-width: 50vw;
  }
}

.swiper-text, .swiper-text p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}

@media (min-width: 768px) {
  .swiper-text, .swiper-text p {
    text-align: right;
    font-size: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .swiper-text, .swiper-text p {
    font-size: 3rem;
  }
}

.video-container {
  position: relative;
  height: 100%;
}

.video-play,
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  pointer-events: none;
}

.slider-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.slider-button .btn-generic {
  margin: 2rem auto;
}

/* ------------------------------------ *\
    RESEARCH
\* ------------------------------------ */
#views-exposed-form-ricerca-search-form {
  text-align: center;
  background: #312c8f;
  margin-top: 9px;
}

@media (min-width: 768px) {
  #views-exposed-form-ricerca-search-form {
    margin-top: 0;
  }
  #views-exposed-form-ricerca-search-form .views-exposed-form {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

#views-exposed-form-ricerca-search-form .views-exposed-widgets {
  padding: 0.5rem;
  margin: 0;
}

#views-exposed-form-ricerca-search-form .views-exposed-widget {
  padding: 0 0.5rem;
  margin: 0.5rem;
}

#views-exposed-form-ricerca-search-form .views-exposed-widget.views-widget-filter-combine {
  background: url(../img/ico-search.png) no-repeat left center;
  background-size: auto 60%;
  padding-left: 3.5rem;
  width: 180px;
  margin-right: -5px;
}

@media (min-width: 768px) {
  #views-exposed-form-ricerca-search-form .views-exposed-widget.views-widget-filter-combine {
    width: auto;
    margin: 0.5rem;
  }
}

#views-exposed-form-ricerca-search-form input, #views-exposed-form-ricerca-search-form .form-submit {
  margin: 0 0.5rem;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2rem;
  min-width: 13rem;
}

#views-exposed-form-ricerca-search-form .views-exposed-form .views-exposed-widget {
  float: none;
  display: inline-block;
  vertical-align: top;
}

/* ------------------------------------ *\
    FILTRI di ricerca
\* ------------------------------------ */
.view-discussions, .view-policy-brief, .view-project-data, .view-deliverables, .view-project-documents, .view-repository {
  /* AUTOCOMPLETE*/
}

.view-discussions .view-filters, .view-policy-brief .view-filters, .view-project-data .view-filters, .view-deliverables .view-filters, .view-project-documents .view-filters, .view-repository .view-filters {
  margin-bottom: 2rem;
}

.view-discussions .view-filters .views-exposed-widget, .view-policy-brief .view-filters .views-exposed-widget, .view-project-data .view-filters .views-exposed-widget, .view-deliverables .view-filters .views-exposed-widget, .view-project-documents .view-filters .views-exposed-widget, .view-repository .view-filters .views-exposed-widget {
  float: none;
  display: inline-block;
  margin-bottom: 1rem;
  padding-top: 0;
  vertical-align: top;
}

@media (min-width: 990px) {
  .view-discussions .view-filters .views-exposed-widget, .view-policy-brief .view-filters .views-exposed-widget, .view-project-data .view-filters .views-exposed-widget, .view-deliverables .view-filters .views-exposed-widget, .view-project-documents .view-filters .views-exposed-widget, .view-repository .view-filters .views-exposed-widget {
    max-width: 30rem;
  }
}

.view-discussions .view-filters .views-exposed-widget input, .view-policy-brief .view-filters .views-exposed-widget input, .view-project-data .view-filters .views-exposed-widget input, .view-deliverables .view-filters .views-exposed-widget input, .view-project-documents .view-filters .views-exposed-widget input, .view-repository .view-filters .views-exposed-widget input {
  margin: 0 0.2rem;
}

.view-discussions .view-filters .views-exposed-widget .form-item, .view-policy-brief .view-filters .views-exposed-widget .form-item, .view-project-data .view-filters .views-exposed-widget .form-item, .view-deliverables .view-filters .views-exposed-widget .form-item, .view-project-documents .view-filters .views-exposed-widget .form-item, .view-repository .view-filters .views-exposed-widget .form-item {
  margin: 0;
}

@media (min-width: 990px) {
  .view-discussions .view-filters .views-widget-filter-title, .view-policy-brief .view-filters .views-widget-filter-title, .view-project-data .view-filters .views-widget-filter-title, .view-deliverables .view-filters .views-widget-filter-title, .view-project-documents .view-filters .views-widget-filter-title, .view-repository .view-filters .views-widget-filter-title {
    background: url(../img/ico-search-dark.png) no-repeat left center;
    background-size: auto 2.5rem;
    padding-left: 3.5rem;
  }
}

.view-discussions .view-filters ::-webkit-input-placeholder, .view-policy-brief .view-filters ::-webkit-input-placeholder, .view-project-data .view-filters ::-webkit-input-placeholder, .view-deliverables .view-filters ::-webkit-input-placeholder, .view-project-documents .view-filters ::-webkit-input-placeholder, .view-repository .view-filters ::-webkit-input-placeholder {
  color: #1c133e;
  font-size: 1.5rem;
}

.view-discussions .view-filters :-moz-placeholder, .view-policy-brief .view-filters :-moz-placeholder, .view-project-data .view-filters :-moz-placeholder, .view-deliverables .view-filters :-moz-placeholder, .view-project-documents .view-filters :-moz-placeholder, .view-repository .view-filters :-moz-placeholder {
  color: #1c133e;
  font-size: 1.5rem;
}

.view-discussions .view-filters ::-moz-placeholder, .view-policy-brief .view-filters ::-moz-placeholder, .view-project-data .view-filters ::-moz-placeholder, .view-deliverables .view-filters ::-moz-placeholder, .view-project-documents .view-filters ::-moz-placeholder, .view-repository .view-filters ::-moz-placeholder {
  color: #1c133e;
  font-size: 1.5rem;
}

.view-discussions .view-filters :-ms-input-placeholder, .view-policy-brief .view-filters :-ms-input-placeholder, .view-project-data .view-filters :-ms-input-placeholder, .view-deliverables .view-filters :-ms-input-placeholder, .view-project-documents .view-filters :-ms-input-placeholder, .view-repository .view-filters :-ms-input-placeholder {
  color: #1c133e;
  font-size: 1.5rem;
}

.view-discussions .view-filters .form-select, .view-discussions .view-filters input, .view-policy-brief .view-filters .form-select, .view-policy-brief .view-filters input, .view-project-data .view-filters .form-select, .view-project-data .view-filters input, .view-deliverables .view-filters .form-select, .view-deliverables .view-filters input, .view-project-documents .view-filters .form-select, .view-project-documents .view-filters input, .view-repository .view-filters .form-select, .view-repository .view-filters input {
  background-color: #fff;
  font-size: 1.5rem;
  padding: 0 1.5rem;
}

.view-discussions .view-filters .form-select, .view-policy-brief .view-filters .form-select, .view-project-data .view-filters .form-select, .view-deliverables .view-filters .form-select, .view-project-documents .view-filters .form-select, .view-repository .view-filters .form-select {
  margin: 0;
  padding-right: 4rem;
  text-overflow: ellipsis;
}

.view-discussions .view-filters .form-select, .view-discussions .view-filters input, .view-discussions .view-filters .btn, .view-policy-brief .view-filters .form-select, .view-policy-brief .view-filters input, .view-policy-brief .view-filters .btn, .view-project-data .view-filters .form-select, .view-project-data .view-filters input, .view-project-data .view-filters .btn, .view-deliverables .view-filters .form-select, .view-deliverables .view-filters input, .view-deliverables .view-filters .btn, .view-project-documents .view-filters .form-select, .view-project-documents .view-filters input, .view-project-documents .view-filters .btn, .view-repository .view-filters .form-select, .view-repository .view-filters input, .view-repository .view-filters .btn {
  min-width: 25rem;
  width: 25rem;
}

.view-discussions .view-filters input[type="text"], .view-policy-brief .view-filters input[type="text"], .view-project-data .view-filters input[type="text"], .view-deliverables .view-filters input[type="text"], .view-project-documents .view-filters input[type="text"], .view-repository .view-filters input[type="text"] {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.view-discussions .view-filters .btn, .view-policy-brief .view-filters .btn, .view-project-data .view-filters .btn, .view-deliverables .view-filters .btn, .view-project-documents .view-filters .btn, .view-repository .view-filters .btn {
  margin: 0;
}

@media (min-width: 990px) {
  .view-discussions .view-filters .btn, .view-policy-brief .view-filters .btn, .view-project-data .view-filters .btn, .view-deliverables .view-filters .btn, .view-project-documents .view-filters .btn, .view-repository .view-filters .btn {
    width: auto;
    min-width: 15rem;
  }
}

.view-discussions .view-filters .btn#edit-reset, .view-policy-brief .view-filters .btn#edit-reset, .view-project-data .view-filters .btn#edit-reset, .view-deliverables .view-filters .btn#edit-reset, .view-project-documents .view-filters .btn#edit-reset, .view-repository .view-filters .btn#edit-reset {
  background: #555;
  color: #fff;
  opacity: 0.6;
}

.view-discussions .view-filters .form-item-date-filter-value-date .form-control, .view-policy-brief .view-filters .form-item-date-filter-value-date .form-control, .view-project-data .view-filters .form-item-date-filter-value-date .form-control, .view-deliverables .view-filters .form-item-date-filter-value-date .form-control, .view-project-documents .view-filters .form-item-date-filter-value-date .form-control, .view-repository .view-filters .form-item-date-filter-value-date .form-control {
  background: url(../img/ico-calendar.png) no-repeat 1.5rem center #fff;
  background-size: auto 56%;
  padding-left: 5rem;
}

.view-discussions .view-filters .element-invisible, .view-policy-brief .view-filters .element-invisible, .view-project-data .view-filters .element-invisible, .view-deliverables .view-filters .element-invisible, .view-project-documents .view-filters .element-invisible, .view-repository .view-filters .element-invisible {
  display: none;
}

.view-discussions .view-filters .disabled, .view-policy-brief .view-filters .disabled, .view-project-data .view-filters .disabled, .view-deliverables .view-filters .disabled, .view-project-documents .view-filters .disabled, .view-repository .view-filters .disabled {
  pointer-events: none;
  opacity: 0.2;
}

.view-discussions .view-filters .disabled input, .view-discussions .view-filters .disabled select, .view-policy-brief .view-filters .disabled input, .view-policy-brief .view-filters .disabled select, .view-project-data .view-filters .disabled input, .view-project-data .view-filters .disabled select, .view-deliverables .view-filters .disabled input, .view-deliverables .view-filters .disabled select, .view-project-documents .view-filters .disabled input, .view-project-documents .view-filters .disabled select, .view-repository .view-filters .disabled input, .view-repository .view-filters .disabled select {
  background-color: #aaaaaa;
}

.view-discussions .input-group-addon, .view-policy-brief .input-group-addon, .view-project-data .input-group-addon, .view-deliverables .input-group-addon, .view-project-documents .input-group-addon, .view-repository .input-group-addon {
  border-radius: 0 30px 30px 0 !important;
  border-color: #dedede !important;
}

.view-discussions .dropdown-menu > li > a, .view-policy-brief .dropdown-menu > li > a, .view-project-data .dropdown-menu > li > a, .view-deliverables .dropdown-menu > li > a, .view-project-documents .dropdown-menu > li > a, .view-repository .dropdown-menu > li > a {
  white-space: normal;
}

/* ------------------------------------ *\
    BOX IN: Progress
\* ------------------------------------ */
.not-front section.view-project-data {
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .not-front section.view-project-data .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .not-front section.view-project-data .row div[class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .not-front section.view-project-data .row .node {
    height: 100%;
  }
}

.not-front section.view-project-data .node {
  padding: 2rem;
  border: 1px solid #c1c9cc;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 50px 1px rgba(174, 174, 174, 0.3);
          box-shadow: 5px 5px 50px 1px rgba(174, 174, 174, 0.3);
  margin-top: 2.5rem;
}

.not-front section.view-project-data.view-project-data.view-deliverables {
  margin-top: 1rem;
}

.view-policy-brief {
  margin-top: 1rem !important;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .view-policy-brief .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-policy-brief .row div[class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view-policy-brief .row .node {
    height: 100%;
  }
}

.view-policy-brief .node {
  padding: 2rem;
  border: 1px solid #c1c9cc;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 50px 1px rgba(174, 174, 174, 0.3);
          box-shadow: 5px 5px 50px 1px rgba(174, 174, 174, 0.3);
  margin-top: 2.5rem;
}

.visore.interno.discussions {
  margin: 0;
}

.view-discussions {
  background: #f8f8f8;
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .view-discussions .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view-discussions .row div[class*="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view-discussions .row .node {
    height: 100%;
  }
}

.view-discussions .node {
  padding: 2rem;
  border: 1px solid #c1c9cc;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 50px 1px rgba(174, 174, 174, 0.3);
          box-shadow: 5px 5px 50px 1px rgba(174, 174, 174, 0.3);
  margin-top: 2.5rem;
}

/* ------------------------------------ *\
    Pagina "Resources"
\* ------------------------------------ */
.view-project-data.view-project-documents-deliverables, .view-project-data.view-project-documents-publications {
  display: none;
}

.view-project-data.view-project-documents-administrative-documents {
  margin-top: -6rem;
}

.view-project-data.view-project-documents-administrative-documents .view-filters {
  margin-bottom: 4rem;
}

/* ------------------------------------ *\
    Pagina Risultato ricerca
\* ------------------------------------ */
#ricerca .item {
  padding: 1.5rem;
  line-height: 180%;
}

#ricerca .item + .item {
  border-top: 1px solid #eee;
}

#ricerca .item, #ricerca .item .project-data-item {
  text-align: center;
}

#ricerca .item a {
  font-weight: 600;
  color: #312c8f;
}

#ricerca .item a:hover {
  text-decoration: underline;
}

.view-ricerca .view-content {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.view-ricerca .views-field {
  line-height: 180%;
}

.view-ricerca .views-field-title, .view-ricerca .views-field-title a {
  font-weight: 600;
  font-size: 1.6rem;
  color: #312c8f;
}

.view-ricerca .views-field-title a {
  text-decoration: underline;
}

.view-ricerca .views-field-created {
  font-size: 1.4rem;
  color: #999;
}

.view-ricerca .views-field-type, .view-ricerca .views-field-php-1 {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #312c8f;
  padding: 0.2rem 0.8rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 180%;
}

/* Risultato ricerca TOPICS */
.view-topic-details#ricerca .views-field-field-topics {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #312c8f;
  padding: 0.2rem 0.8rem;
  display: inline-block;
  border-radius: 2px;
  line-height: 180%;
}

/* ------------------------------------ *\
    Terms & C.
\* ------------------------------------ */
.node-article {
  padding: 2rem;
}

@media (min-width: 1280px) {
  .node-article {
    padding: 8rem;
  }
}

.node-article header, .node-article .field-name-body {
  margin: 0 auto;
  max-width: 1170px;
}

.node-article .field-name-body {
  line-height: 130%;
}

/* ------------------------------------ *\
    Forgot Password
\* ------------------------------------ */
.page-user-password #user-pass {
  padding: 2rem;
}

@media (min-width: 1280px) {
  .page-user-password #user-pass {
    padding: 8rem;
  }
}

/* ------------------------------------ *\
    EDITOR login
\* ------------------------------------ */
.page-user-login #user-login {
  padding-top: 4rem;
}
/*# sourceMappingURL=style.css.map */
