@charset "UTF-8";
*, *:hover, *:focus, *:active {
  outline: none !important; }

div#video-container {
  text-align: center;
  background-color: #F5F5F5;
  padding: 60px 15px; }

div#video-container p {
  font-size: 28px; }

#video-embed .custom {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%; }

#video-embed {
  position: relative;
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 100%; }

#video-embed video {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%; }

*, *:hover, *:focus, *:active {
  outline: none !important; }

div#popup-newsletter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }
  div#popup-newsletter .in {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
    div#popup-newsletter .in .custom {
      position: relative;
      background-color: white;
      padding: 40px; }
      div#popup-newsletter .in .custom .close {
        content: "X";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 15px 20px;
        font-size: 22px;
        cursor: pointer;
        font-family: "Roboto";
        color: #442B71;
        opacity: 1; }
  div#popup-newsletter h2#o-form-title {
    color: #442B71;
    margin-top: 0;
    text-align: center;
    margin-bottom: 25px; }
  div#popup-newsletter #o-form-description {
    margin-bottom: 20px; }
  div#popup-newsletter .o-form-row {
    position: relative; }
    div#popup-newsletter .o-form-row.actions {
      text-align: center; }
    div#popup-newsletter .o-form-row label {
      width: 100%;
      font-weight: normal;
      position: absolute;
      top: 11px;
      pointer-events: none;
      transition: all 0.2s;
      z-index: 1; }
    div#popup-newsletter .o-form-row.writing label {
      top: -15px;
      color: #442B71;
      font-size: 14px; }
    div#popup-newsletter .o-form-row.writing input {
      border-color: #442B71; }
    div#popup-newsletter .o-form-row input[type='text'], div#popup-newsletter .o-form-row input[type='email'] {
      width: 100%;
      border: none;
      border-radius: 0;
      box-shadow: none;
      height: 40px;
      padding: 0;
      border-bottom: 1px solid #ccc;
      box-shadow: none;
      margin-bottom: 50px; }
      div#popup-newsletter .o-form-row input[type='text'].rsform-error, div#popup-newsletter .o-form-row input[type='email'].rsform-error {
        boorder-color: #b94a48; }
      div#popup-newsletter .o-form-row input[type='text']:focus, div#popup-newsletter .o-form-row input[type='text']:active, div#popup-newsletter .o-form-row input[type='email']:focus, div#popup-newsletter .o-form-row input[type='email']:active {
        box-shadow: none; }
  div#popup-newsletter #FormButton_Subscribe {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    background-color: #442B71;
    border: 1px solid;
    font-size: 18px;
    border-radius: 40px;
    padding: 25px 0;
    width: 255px;
    margin: 0 10px;
    text-align: center;
    color: white; }
    div#popup-newsletter #FormButton_Subscribe:hover {
      background-color: white;
      color: #442B71;
      text-decoration: none; }

.container-tlc {
  width: 80%;
  position: relative;
  margin: 0 auto;
  z-index: 2; }

.partner-img-mobile,
.utilities-img-mobile,
.research-img-mobile {
  display: none; }

.total-width {
  width: 100%; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

div#t3-off-canvas {
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transform: none;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.home-mobile-button a {
  display: block;
  width: 100%;
  margin: 45px auto;
  display: none; }

.languageswitcherload img {
  display: none; }

.off-canvas-open div#t3-off-canvas {
  opacity: 1; }

.off-canvas-effect-4.off-canvas-open .t3-wrapper, .off-canvas-effect-4.off-canvas-open .t3-mainnav-android {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

html textarea.form-control {
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 0;
  resize: none;
  width: 100%;
  height: 170px;
  outline: none !important;
  padding: 10px; }
  html textarea.form-control:focus {
    box-shadow: none;
    border-color: #442B71;
    outline: none !important; }
html .formContainer label {
  font-size: 16px; }
html .formContainer h4 {
  font-size: 24px;
  font-weight: bold;
  color: #442B71;
  margin: 70px 0 40px; }
html .form-horizontal .form-group {
  margin: 0; }
html .formContainer .formControlLabel {
  margin-bottom: 15px; }
html .formHorizontal .formControlLabel {
  margin-bottom: 15px;
  float: none;
  text-align: left;
  padding: 0;
  width: 100%;
  font-weight: normal; }
html .formHorizontal .file-input .formControlLabel {
  width: auto; }
html .rsform.idea-form {
  padding: 0 60px;
  max-width: 900px; }
  html .rsform.idea-form h2 {
    font-size: 18px;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 45px;
    font-weight: bold; }
html .submit-container {
  margin: 20px 0 50px; }
html .rsform-submit-button {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-image: none;
  display: inline-block;
  color: #442B71;
  border: 2px solid;
  font-size: 18px;
  border-radius: 40px;
  padding: 25px 0;
  width: 255px;
  margin: 0 10px;
  background-color: white;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize; }
  html .rsform-submit-button:hover, html .rsform-submit-button:active, html .rsform-submit-button:focus {
    background-image: none;
    background-color: #F5F5F5;
    color: #000;
    border-color: unset;
    text-decoration: none;
    box-shadow: none; }
html .form-inline {
  position: relative;
  display: inline-block;
  width: 100%; }
  html .form-inline .form-group {
    float: left;
    width: 50%;
    position: relative; }
    html .form-inline .form-group.total-width {
      width: 100%; }
      html .form-inline .form-group.total-width textarea {
        width: 100% !important;
        margin-top: 20px;
        border: 1px solid #ccc;
        border-radius: 0;
        resize: none;
        width: 100%;
        height: 170px;
        outline: none !important;
        padding: 10px; }
        html .form-inline .form-group.total-width textarea:focus {
          box-shadow: none;
          border-color: #442B71;
          outline: none !important; }
    html .form-inline .form-group label {
      width: 100%;
      font-weight: normal;
      position: absolute;
      top: 11px;
      pointer-events: none;
      transition: all 0.2s;
      z-index: 1; }
    html .form-inline .form-group .select2-container {
      width: 100% !important;
      margin-bottom: 9px; }
    html .form-inline .form-group .select2-selection {
      width: 100%;
      border: none;
      border-radius: 0;
      box-shadow: none;
      height: 40px;
      padding: 0;
      border-bottom: 1px solid #ccc; }
    html .form-inline .form-group select {
      width: 100%; }
    html .form-inline .form-group input {
      width: 100%;
      border: none;
      border-radius: 0;
      box-shadow: none;
      height: 40px;
      padding: 0;
      border-bottom: 1px solid #ccc;
      box-shadow: none;
      margin-bottom: 50px; }
      html .form-inline .form-group input.rsform-error {
        boorder-color: #b94a48; }
      html .form-inline .form-group input:focus, html .form-inline .form-group input:active {
        box-shadow: none; }
    html .form-inline .form-group button, html .form-inline .form-group .btn {
      background-color: #FBB234;
      color: white;
      font-weight: bold;
      font-size: 16px;
      font-family: 'Roboto', sans-serif;
      width: 140px;
      height: 50px;
      line-height: 46px;
      display: inline-block;
      border: 4px solid #FBB234;
      text-align: center;
      margin: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      background-image: none;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      border-radius: 0;
      transition: all 0.3s;
      text-shadow: none;
      padding: 0;
      font-size: 16px;
      box-shadow: 0 0 0 0; }
      html .form-inline .form-group button:hover, html .form-inline .form-group .btn:hover {
        transition: 0.5s all;
        text-decoration: none;
        border: 4px solid #dc9c2e;
        color: white;
        background-color: #dc9c2e;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }
    html .form-inline .form-group.writing label {
      top: -15px;
      color: #442B71; }
    html .form-inline .form-group.writing input {
      border-color: #442B71; }
    html .form-inline .form-group:first-child {
      padding-right: 15px; }
    html .form-inline .form-group:last-child {
      padding-left: 15px; }
    html .form-inline .form-group.no-padding {
      padding: 0; }
    html .form-inline .form-group .has-error input, html .form-inline .form-group .error input {
      margin-bottom: 10px; }
    html .form-inline .form-group .has-error .formValidation, html .form-inline .form-group .error .formValidation {
      margin-bottom: 40px;
      display: block; }
html .formValidation {
  display: block; }
html .checkbox-container .checkbox-inline + .checkbox-inline, html .checkbox-container .radio-inline + .radio-inline, html .formContainer .checkbox-inline + .checkbox-inline, html .formContainer .radio-inline + .radio-inline {
  margin-left: 0; }
html .checkbox-container label.checkbox, html .formContainer label.checkbox {
  font-weight: normal;
  position: relative;
  margin-right: 55px;
  padding-left: 30px;
  margin-left: 0; }
  html .checkbox-container label.checkbox::before, html .formContainer label.checkbox::before {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 24px;
    height: 24px;
    background-image: url(/images/checkbox.png);
    top: 4px;
    left: 0;
    background-size: 112%;
    background-position: center;
    background-repeat: no-repeat; }
  html .checkbox-container label.checkbox.checked::before, html .formContainer label.checkbox.checked::before {
    background-image: url(/images/checkbox-checked.png);
    background-size: 112%;
    background-position: center;
    background-repeat: no-repeat; }
  html .checkbox-container label.checkbox input[type="checkbox"], html .formContainer label.checkbox input[type="checkbox"] {
    display: none; }
html .radio-container label.radio, html .formContainer label.radio {
  font-weight: normal;
  position: relative;
  padding-left: 25px;
  padding-right: 80px;
  padding-top: 0 !important; }
  html .radio-container label.radio span, html .formContainer label.radio span {
    display: block; }
    html .radio-container label.radio span.details, html .formContainer label.radio span.details {
      font-size: 11px; }
  html .radio-container label.radio::before, html .formContainer label.radio::before {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 17px;
    height: 17px;
    background-image: url(/images/radio-unchecked.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 1px;
    left: 0; }
  html .radio-container label.radio.checked::before, html .formContainer label.radio.checked::before {
    background-image: url(/images/radio-checked.png); }
  html .radio-container label.radio input[type="radio"], html .formContainer label.radio input[type="radio"] {
    display: none; }
html .file-input {
  margin-bottom: 40px; }
  html .file-input .formControlLabel {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    z-index: 1; }
  html .file-input p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px; }
  html .file-input label span {
    cursor: pointer;
    display: inline-block;
    width: 77px;
    background-color: white;
    z-index: 1;
    text-align: center; }
  html .file-input span.msg p {
    color: #B02A57;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px; }
  html .file-input input[type="file"] {
    position: absolute;
    bottom: 94px;
    z-index: 0; }
html .download-container a {
  display: block; }
  html .download-container a:before {
    width: 25px;
    content: "";
    background-image: url(/images/file-icon.png);
    background-size: 100%;
    display: inline-block;
    height: 30px;
    margin-right: 15px;
    margin-bottom: -5px;
    background-repeat: no-repeat; }
html .submit-container {
  margin-top: 40px; }
  html .submit-container input[type="submit"] {
    background-color: #FBB233;
    border: none;
    border-radius: 0;
    background-image: none;
    color: white;
    text-shadow: none;
    font-weight: bold;
    padding: 12px 0;
    width: 200px;
    border: 2px solid #FBB233;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    html .submit-container input[type="submit"]:hover {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      text-decoration: none;
      border: 4px solid #dc9c2e;
      color: white;
      background-color: #dc9c2e;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }

body {
  font-size: 16px; }
  body .t3-wrapper {
    overflow-x: hidden; }
  body * {
    font-family: "Roboto", sans-serif; }
  body h6 a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    color: white;
    border: 1px solid;
    font-size: 18px;
    border-radius: 40px;
    padding: 25px 0;
    width: 255px;
    margin: 0 10px;
    text-align: center; }
    body h6 a:hover {
      background-color: white;
      color: #442B71;
      text-decoration: none; }
  body #intro-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    margin-left: -50vw;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(/images/video-bg.jpg) no-repeat;
    background-size: cover;
    z-index: 0; }
  body div#over-vid {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  body div#vid-controls {
    position: absolute;
    bottom: -130px;
    text-align: center;
    z-index: 2;
    width: 60px;
    margin: 0 auto;
    left: 50%;
    cursor: pointer;
    margin-left: -30px; }
    body div#vid-controls span {
      display: inline-block;
      background-image: url(/images/pause.png);
      background-size: 100% 100%;
      height: 30px;
      width: 30px;
      position: relative; }
    body div#vid-controls img {
      width: 30px;
      display: block;
      margin: 0 auto; }
    body div#vid-controls:after {
      color: white;
      content: "Pause";
      display: block;
      z-index: 2;
      position: relative;
      margin-top: 15px; }
    body div#vid-controls.play span {
      background-image: url(/images/play.png); }
    body div#vid-controls.play:after {
      content: "Play"; }

header#t3-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10; }
  header#t3-header .logo-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20; }
  header#t3-header img.logo-img {
    max-width: 28vw;
    min-width: 450px; }
  header#t3-header #t3-mainnav {
    background-color: transparent;
    border: none; }
    header#t3-header #t3-mainnav .navbar-header {
      display: none; }
    header#t3-header #t3-mainnav ul.navbar-nav {
      text-align: right;
      width: 100%;
      position: relative; }
      header#t3-header #t3-mainnav ul.navbar-nav li {
        display: inline-block;
        float: none; }
        header#t3-header #t3-mainnav ul.navbar-nav li a {
          font-size: 14px; }

div#side-social {
  position: absolute;
  height: 100vh;
  z-index: 100;
  width: 50px;
  display: flex;
  color: white;
  align-items: center; }
  div#side-social .in {
    height: 360px; }
    div#side-social .in .social-module img {
      width: 25px;
      margin: 15px auto;
      display: block; }
    div#side-social .in .sep {
      width: 1px;
      height: 100px;
      background-color: white;
      margin: 20px auto; }
    div#side-social .in .text {
      transform: rotate(-90deg);
      font-size: 14px;
      white-space: nowrap;
      margin-top: 50px; }

div#navigator {
  position: fixed;
  left: 0;
  height: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  text-align: right;
  padding: 0px 20px;
  bottom: 0;
  width: 100%;
  background-color: rgba(79, 11, 123, 0.8);
  text-align: center; }
  div#navigator ul {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0; }
    div#navigator ul span#cursor {
      display: block;
      width: 9px;
      height: 9px;
      border: 1px solid white;
      border-radius: 100%;
      background-color: white;
      position: absolute;
      right: 3px;
      top: 23px; }
    div#navigator ul li {
      margin: 20px 0;
      display: inline-block;
      width: 14vw; }
      div#navigator ul li a {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: white;
        height: 23px;
        display: inline-block;
        font-size: 1vw;
        padding: 0 20px; }
        div#navigator ul li a span {
          position: relative;
          content: " ";
          border: 1px solid;
          border-radius: 100%;
          width: 15px;
          height: 15px;
          display: block;
          margin: 0 auto 10px; }
        div#navigator ul li a.active:after {
          background-color: white; }
  div#navigator.violet ul span#cursor {
    background-color: #442B71;
    border-color: #442B71; }
  div#navigator.violet ul li a {
    color: #442B71; }

.t3-off-canvas-body div.mod-languages {
  margin-top: 50px; }
  .t3-off-canvas-body div.mod-languages ul .lang-active a {
    font-weight: bold;
    text-decoration: underline;
    display: inline-block; }

.how-to.write-to #userForm .formRed, .faq.write-to #userForm .formRed, .write-to.write-to #userForm .formRed, .free-application.write-to #userForm .formRed {
  margin-bottom: 40px; }
.how-to .btn-group.open .dropdown-toggle, .faq .btn-group.open .dropdown-toggle, .write-to .btn-group.open .dropdown-toggle, .free-application .btn-group.open .dropdown-toggle {
  color: #442B71; }
.how-to div#conditions-to-approve label, .faq div#conditions-to-approve label, .write-to div#conditions-to-approve label, .free-application div#conditions-to-approve label {
  padding-top: 5px;
  margin-top: -8px;
  color: transparent;
  margin-right: -10px; }
.how-to header#t3-header, .faq header#t3-header, .write-to header#t3-header, .free-application header#t3-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10; }
  .how-to header#t3-header .languageswitcherload .dropdown-toggle, .faq header#t3-header .languageswitcherload .dropdown-toggle, .write-to header#t3-header .languageswitcherload .dropdown-toggle, .free-application header#t3-header .languageswitcherload .dropdown-toggle {
    color: #442B71; }
  .how-to header#t3-header .languageswitcherload div.mod-languages ul, .faq header#t3-header .languageswitcherload div.mod-languages ul, .write-to header#t3-header .languageswitcherload div.mod-languages ul, .free-application header#t3-header .languageswitcherload div.mod-languages ul {
    width: 62px !important;
    min-width: 0; }
    .how-to header#t3-header .languageswitcherload div.mod-languages ul .lang-active a, .faq header#t3-header .languageswitcherload div.mod-languages ul .lang-active a, .write-to header#t3-header .languageswitcherload div.mod-languages ul .lang-active a, .free-application header#t3-header .languageswitcherload div.mod-languages ul .lang-active a {
      font-weight: bold;
      text-decoration: underline;
      display: inline-block; }
  .how-to header#t3-header img.logo-img, .faq header#t3-header img.logo-img, .write-to header#t3-header img.logo-img, .free-application header#t3-header img.logo-img {
    max-width: 28vw; }
  .how-to header#t3-header #t3-mainnav, .faq header#t3-header #t3-mainnav, .write-to header#t3-header #t3-mainnav, .free-application header#t3-header #t3-mainnav {
    background-color: transparent;
    border: none; }
    .how-to header#t3-header #t3-mainnav ul.navbar-nav, .faq header#t3-header #t3-mainnav ul.navbar-nav, .write-to header#t3-header #t3-mainnav ul.navbar-nav, .free-application header#t3-header #t3-mainnav ul.navbar-nav {
      text-align: right;
      width: 100%;
      position: relative; }
      .how-to header#t3-header #t3-mainnav ul.navbar-nav li, .faq header#t3-header #t3-mainnav ul.navbar-nav li, .write-to header#t3-header #t3-mainnav ul.navbar-nav li, .free-application header#t3-header #t3-mainnav ul.navbar-nav li {
        display: inline-block;
        float: none; }
        .how-to header#t3-header #t3-mainnav ul.navbar-nav li a, .faq header#t3-header #t3-mainnav ul.navbar-nav li a, .write-to header#t3-header #t3-mainnav ul.navbar-nav li a, .free-application header#t3-header #t3-mainnav ul.navbar-nav li a {
          font-size: 14px;
          color: #442B71; }
        .how-to header#t3-header #t3-mainnav ul.navbar-nav li.active a, .faq header#t3-header #t3-mainnav ul.navbar-nav li.active a, .write-to header#t3-header #t3-mainnav ul.navbar-nav li.active a, .free-application header#t3-header #t3-mainnav ul.navbar-nav li.active a {
          background-color: transparent;
          font-weight: bold;
          text-decoration: underline; }
.how-to .t3-wrapper, .faq .t3-wrapper, .write-to .t3-wrapper, .free-application .t3-wrapper {
  padding-top: 5vw; }
.how-to.free-application h1, .how-to.free-application h2, .faq.free-application h1, .faq.free-application h2, .write-to.free-application h1, .write-to.free-application h2, .free-application.free-application h1, .free-application.free-application h2 {
  font-size: 4vw;
  margin-bottom: 3vw;
  color: #442B71; }
.how-to h3, .faq h3, .write-to h3, .free-application h3 {
  font-size: 2vw;
  margin-bottom: 5vw;
  font-weight: 300;
  color: #442B71; }
.how-to article .pull-right.item-image, .faq article .pull-right.item-image, .write-to article .pull-right.item-image, .free-application article .pull-right.item-image {
  max-width: 400px; }
  .how-to article .pull-right.item-image img, .faq article .pull-right.item-image img, .write-to article .pull-right.item-image img, .free-application article .pull-right.item-image img {
    max-width: 700px; }
.how-to.how-to h6 a, .faq.how-to h6 a, .write-to.how-to h6 a, .free-application.how-to h6 a {
  background-color: #442B71;
  color: white;
  border-color: white;
  margin-top: 20px; }
  .how-to.how-to h6 a:hover, .faq.how-to h6 a:hover, .write-to.how-to h6 a:hover, .free-application.how-to h6 a:hover {
    background-color: white;
    color: #442B71;
    border-color: #442B71; }

.faq {
  overflow-x: hidden; }
  .faq article .article-content h4 {
    color: #442B71;
    font-weight: bold;
    font-size: 24px; }
  .faq article .article-content > ul {
    list-style: none;
    padding: 0;
    margin: 40px 0; }
    .faq article .article-content > ul > li {
      display: block;
      position: relative;
      font-weight: bold;
      font-size: 18px;
      padding: 25px 50px 25px 0;
      border-bottom: 1px solid #442B71;
      cursor: pointer; }
      .faq article .article-content > ul > li:after {
        content: " ";
        background-image: url(/images/plus.png);
        width: 20px;
        height: 20px;
        position: absolute;
        display: block;
        right: 15px;
        top: 28px;
        background-size: 100%; }
      .faq article .article-content > ul > li.open:after {
        background-image: url(/images/minus.png); }
      .faq article .article-content > ul > li > ul {
        display: none;
        list-style: none;
        margin-top: 20px; }
        .faq article .article-content > ul > li > ul > li {
          font-weight: normal;
          font-size: 16px; }

.home header#t3-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10; }
  .home header#t3-header img.logo-img {
    max-width: 28vw;
    min-width: 450px; }
  .home header#t3-header .languageswitcherload a {
    color: white;
    box-shadow: none; }
  .home header#t3-header .languageswitcherload div.mod-languages ul {
    background-color: rgba(255, 255, 255, 0.5);
    width: 62px !important;
    min-width: 0;
    box-shadow: none;
    border: none;
    border-radius: 0; }
    .home header#t3-header .languageswitcherload div.mod-languages ul > li > a:hover {
      color: #333; }
  .home header#t3-header #t3-mainnav {
    background-color: transparent;
    border: none; }
    .home header#t3-header #t3-mainnav ul.navbar-nav {
      text-align: right;
      width: 100%;
      position: relative; }
      .home header#t3-header #t3-mainnav ul.navbar-nav li {
        display: inline-block;
        float: none; }
        .home header#t3-header #t3-mainnav ul.navbar-nav li a {
          font-size: 14px; }
.home .home-bar {
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center; }
  .home .home-bar .in {
    position: relative;
    display: block;
    width: 100%; }
  .home .home-bar h2 {
    font-size: 6vw;
    margin-bottom: 30px;
    line-height: 22px; }
  .home .home-bar h3 {
    font-size: 2vw;
    font-weight: 300; }
  .home .home-bar p {
    font-size: 1vw;
    margin: 0; }
  .home .home-bar .img img {
    max-height: 100vh;
    position: relative;
    max-width: 1000px; }
  .home .home-bar .row {
    /* display: flex;*/
    align-items: center; }
  .home .home-bar#imagine-to .in h6 a {
    background-color: #442B71;
    color: white;
    border-color: white; }
    .home .home-bar#imagine-to .in h6 a:hover {
      background-color: white;
      color: #442B71;
      border-color: #442B71; }
  .home .home-bar#connected-to .in {
    background-image: url(/images/violet.gif);
    background-size: 32vw;
    background-repeat: no-repeat;
    background-position: 0 center; }
    .home .home-bar#connected-to .in h2, .home .home-bar#connected-to .in h3, .home .home-bar#connected-to .in p, .home .home-bar#connected-to .in h6 {
      color: white; }
    .home .home-bar#connected-to .in h2, .home .home-bar#connected-to .in h3, .home .home-bar#connected-to .in p, .home .home-bar#connected-to .in h6 {
      text-align: right; }
  .home .home-bar#connected-to .in h2, .home .home-bar#connected-to .in h3, .home .home-bar#connected-to .in p, .home .home-bar#connected-to .in h6 {
    color: white; }
  .home .home-bar#open-to {
    padding: 50px 0; }
    .home .home-bar#open-to .in h2, .home .home-bar#open-to .in h3, .home .home-bar#open-to .in p {
      color: #442B71; }
    .home .home-bar#open-to .in .owl-carousel .owl-nav {
      position: absolute;
      top: 0;
      right: 15px; }
      .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-next {
        color: #442B71;
        text-transform: uppercase;
        font-size: 1vw; }
        .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-next:after {
          content: " ";
          background-image: url(/images/arrow-right.png);
          width: 30px;
          height: 19px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          top: 2px;
          margin-left: 1vw; }
        .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-next.disabled {
          color: black;
          opacity: 0.5; }
          .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-next.disabled:after {
            background-image: url(/images/arrow-right-black.png); }
      .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-prev {
        color: #442B71;
        text-transform: uppercase;
        font-size: 1vw;
        margin-right: 15vw; }
        .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-prev:before {
          content: " ";
          background-image: url(/images/arrow-left.png);
          width: 30px;
          height: 19px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          top: 2px;
          margin-right: 1vw; }
        .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-prev.disabled {
          color: black;
          opacity: 0.5; }
          .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-prev.disabled:after {
            background-image: url(/images/arrow-left-black.png); }
    .home .home-bar#open-to .in .owl-carousel .owl-stage {
      display: flex;
      flex-wrap: wrap;
      padding-top: 50px; }
      .home .home-bar#open-to .in .owl-carousel .owl-stage .owl-item {
        padding: 0 15px; }
        .home .home-bar#open-to .in .owl-carousel .owl-stage .owl-item .item {
          background-color: white;
          position: relative;
          height: 100%;
          padding-bottom: 3vw; }
          .home .home-bar#open-to .in .owl-carousel .owl-stage .owl-item .item h4 {
            font-size: 1.6vw;
            margin: 2vw 0 1vw;
            color: #442B71; }
          .home .home-bar#open-to .in .owl-carousel .owl-stage .owl-item .item p {
            color: inherit; }
            .home .home-bar#open-to .in .owl-carousel .owl-stage .owl-item .item p:last-child {
              padding: 0 4vw; }
  .home .home-bar#thanks-to .in .row {
    display: block; }
  .home .home-bar#thanks-to .in img {
    margin-top: -1vw;
    max-width: 100%; }
  .home .home-bar#thanks-to .in .partner-row:last-child img {
    margin-top: -3vw; }
  .home .home-bar#thanks-to .row.partner-row {
    margin-bottom: 60px; }
  .home .home-bar#subscribe-to .in {
    background-image: url(/images/violet.gif);
    background-size: 50vw;
    background-repeat: no-repeat;
    background-position: 120% center; }
    .home .home-bar#subscribe-to .in h2, .home .home-bar#subscribe-to .in h3, .home .home-bar#subscribe-to .in p, .home .home-bar#subscribe-to .in h6 {
      color: white; }

div#welcome-to {
  background-size: cover; }
  div#welcome-to h1 {
    font-size: 7vw;
    display: block;
    width: 30vw;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    line-height: normal; }
    @media (min-width: 2000px) {
      div#welcome-to h1 {
        width: 23vw !important; } }
  div#welcome-to p {
    color: white;
    font-size: 1.2vw;
    font-weight: lighter;
    word-spacing: 2vw;
    margin-top: 2vw;
    letter-spacing: 0.2vw; }

div#connected-to {
  background-image: url(/images/connected-to.jpg); }

div#open-to {
  background-color: #AFF484; }

div#thanks-to {
  background-color: #442B71; }

div#subscribe-to {
  background-image: url(/images/subscribe-to.jpg); }

#footer {
  background-color: #442B71;
  position: relative;
  z-index: 100; }
  #footer .top-row {
    padding: 70px 0 40px;
    display: flex;
    align-items: center; }
    @media (max-width: 741px) {
      #footer .top-row {
        padding-top: 40px; } }
  #footer .bottom-row {
    padding: 35px 0; }
    #footer .bottom-row img {
      width: 25px;
      margin-left: 30px; }
  #footer #footer-5 p {
    font-size: 0.8vw; }
  #footer .footer-column img {
    max-width: 300px; }
    @media (min-width: 2500px) {
      #footer .footer-column img {
        max-width: 350px; } }
  #footer .footer-column * {
    color: white; }
  #footer .footer-column p {
    font-size: 16px; }

@media screen and (max-width: 1200px) {
  #footer #footer-5 p {
    font-size: 18px; }

  div#welcome-to h1 {
    font-size: 10vw;
    width: 55vw; }
  div#welcome-to p {
    font-size: 2.2vw; }

  .home .home-bar#imagine-to .img img {
    margin-left: -19vw; }
  .home .home-bar#connected-to .img img {
    margin-left: -24vw; }
  .home .home-bar#subscribe-to .img img {
    margin-left: -9vw;
    max-width: 700px; }
  .home .home-bar p {
    font-size: 1.4vw; }
  .home .home-bar h3 {
    font-size: 2.5vw; }
  .home .home-bar h2 {
    font-size: 8vw; } }
@media screen and (max-width: 992px) {
  .faq .t3-wrapper, .how-to .t3-wrapper, .write-to .t3-wrapper, .free-application .t3-wrapper {
    padding-top: 100px; }
  .faq h3, .how-to h3, .write-to h3, .free-application h3 {
    font-size: 18px; }
  .faq p, .how-to p, .write-to p, .free-application p {
    font-size: 16px; }
  .faq article .pull-right.item-image, .how-to article .pull-right.item-image, .write-to article .pull-right.item-image, .free-application article .pull-right.item-image {
    max-width: 200px; }

  div#welcome-to h1 {
    font-size: 10vw;
    width: 55vw; }
  div#welcome-to p {
    font-size: 2.2vw; }

  .home .home-bar#imagine-to .img img {
    margin-left: -19vw; }
  .home .home-bar#connected-to .in {
    background-image: url(/images/violet.gif);
    background-size: 69vw;
    background-repeat: no-repeat;
    background-position: -47vw center; }
  .home .home-bar#connected-to .img img {
    margin-left: -38vw; }
  .home .home-bar#thanks-to .partner-row .col-md-2 {
    margin-bottom: 20px; }
  .home .home-bar#subscribe-to .img img {
    margin-left: -9vw;
    max-width: 700px; }
  .home .home-bar#open-to .in .owl-carousel .owl-stage .owl-item .item h4 {
    font-size: 18px;
    margin: 20px 0 15px; }
  .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-prev, .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-next {
    font-size: 2vw; }
  .home .home-bar p {
    font-size: 2vw; }
  .home .home-bar h3 {
    font-size: 2.5vw; }
  .home .home-bar h2 {
    font-size: 8vw; } }
@media screen and (max-width: 767px) {
  #footer-5 {
    padding-top: 20px; }

  .partner-img-mobile,
  .utilities-img-mobile,
  .research-img-mobile {
    display: block; }

  .partner-img,
  .utilities-img,
  .research-img {
    display: none; }

  div
  div
  #vid-controls {
    display: none; }

  .home-mobile-button a {
    display: block; }

  html .nav-pills > li.active > a, html .nav-pills > li.active > a:hover, html .nav-pills > li.active > a:focus {
    background-color: transparent;
    color: #442B71;
    font-weight: bold;
    text-decoration: underline; }
  html #footer .top-row {
    display: block; }
    html #footer .top-row .col-sm-4 {
      margin-bottom: 40px; }
  html .rsform-submit-button {
    width: 100%;
    margin: 0; }
  html .form-inline .form-group {
    width: 100%;
    padding: 0 !important; }
    html .form-inline .form-group.download-container {
      margin-bottom: 40px; }
  html .checkbox-container .checkbox-inline + .checkbox-inline, html .checkbox-container .radio-inline + .radio-inline {
    width: 100%; }
  html .form-group.download-container {
    margin-bottom: 40px; }

  .faq h1, .how-to h1, .write-to h1, .free-application h1 {
    font-size: 55px; }
  .faq h3, .how-to h3, .write-to h3, .free-application h3 {
    font-size: 24px; }
  .faq p, .how-to p, .write-to p, .free-application p {
    font-size: 16px; }
  .faq article .pull-right.item-image, .how-to article .pull-right.item-image, .write-to article .pull-right.item-image, .free-application article .pull-right.item-image {
    display: none; }

  .hidden-sm-down {
    display: none; }

  .t3-off-canvas-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
    position: relative; }
    .t3-off-canvas-body .in {
      font-size: 30px; }

  .t3-off-canvas .t3-off-canvas-body a {
    color: #442B71; }
  .t3-off-canvas .t3-off-canvas-header {
    background-color: transparent;
    z-index: 10;
    position: relative; }
  .t3-off-canvas .close {
    width: 44px;
    right: 59px;
    top: 40px;
    font-size: 80px;
    font-weight: lighter;
    opacity: 1;
    background-color: transparent;
    color: #442B71; }
    .t3-off-canvas .close:after {
      content: "close";
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      text-shadow: none;
      font-weight: bold;
      margin-top: 10px; }

  html header#t3-header .languageswitcherload {
    display: none; }
  html header#t3-header #t3-mainnav .navbar-header {
    display: block; }
    html header#t3-header #t3-mainnav .navbar-header .off-canvas-toggle {
      background-image: url(/images/menu-mobile-violet.png);
      background-size: 100%;
      background-repeat: no-repeat;
      background-color: transparent;
      right: 0;
      left: auto;
      position: absolute;
      width: 40px;
      height: 30px;
      top: 0px;
      cursor: pointer; }
      html header#t3-header #t3-mainnav .navbar-header .off-canvas-toggle span {
        display: none; }

  div#navigator, div#side-social {
    display: none; }

  html.home header#t3-header #t3-mainnav {
    margin-top: 36px; }
    html.home header#t3-header #t3-mainnav .navbar-header .off-canvas-toggle {
      background-image: url(/images/menu-mobile.png); }

  div#welcome-to h1 {
    font-size: 10vw;
    width: 55vw; }
  div#welcome-to p {
    font-size: 14px; }

  .home .home-bar {
    padding: 30px 0; }
    .home .home-bar .container-tlc .row {
      display: block; }
    .home .home-bar h2 {
      font-size: 55px; }
    .home .home-bar p {
      font-size: 16px; }
    .home .home-bar h3 {
      font-size: 20px; }
    .home .home-bar h6 a {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      margin-left: 0; }
    .home .home-bar#imagine-to .img img {
      margin-left: -37vw; }
    .home .home-bar#thanks-to .in h3 {
      margin-bottom: 40px; }
    .home .home-bar#connected-to .in {
      background-image: url(/images/violet.gif);
      background-size: 69vw;
      background-repeat: no-repeat;
      background-position: -22vw center; }
      .home .home-bar#connected-to .in h2, .home .home-bar#connected-to .in h3, .home .home-bar#connected-to .in p {
        text-align: left; }
    .home .home-bar#connected-to .img img {
      margin-left: -55vw; }
    .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-prev, .home .home-bar#open-to .in .owl-carousel .owl-nav button.owl-next {
      font-size: 16px; }
    .home .home-bar#subscribe-to .img img {
      margin-left: -9vw;
      max-width: 700px; } }
body * {
  font-family: 'Open Sans', sans-serif; }

header#t3-header {
  position: initial; }

@media (min-width: 768px) {
  #t3-content article {
    padding-top: 50px;
    position: relative;
    margin-top: 80px; } }

body {
  overflow: auto; }

body.menu-open {
  overflow: hidden; }
  body.menu-open header#t3-header {
    position: relative; }
    body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega-nav .dropdown-submenu > a {
      color: #442B71;
      font-size: 18px;
      font-weight: 400;
      background: none !important; }
      body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega-nav .dropdown-submenu > a:after {
        content: '\f105';
        font-family: FontAwesome;
        margin-left: 15px; }
    body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega-nav .dropdown-submenu:hover a {
      background: none; }
    body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu {
      display: block;
      min-width: 0px;
      max-width: none;
      position: fixed;
      width: 100%;
      left: 0;
      top: 114px;
      border: 0;
      box-shadow: none;
      border-radius: 0;
      height: 100%;
      background-color: white;
      padding-top: 100px;
      overflow: scroll;
      transition: right 500ms; }
      @media (min-width: 576px) {
        body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu {
          left: 0 !important; } }
      @media (max-width: 576px) {
        body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu {
          top: 89px;
          padding-top: 20px; } }
      body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu .mega-col-nav {
        padding: 0; }
      body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav > .mega-inner > ul {
        width: 80%;
        margin: 0 auto;
        position: relative; }
        body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav > .mega-inner > ul > li {
          width: 33%; }
          body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav > .mega-inner > ul > li .mega-dropdown-menu {
            display: block;
            position: relative;
            left: 0;
            border: 0;
            box-shadow: none;
            border-radius: 0; }
            body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav > .mega-inner > ul > li .mega-dropdown-menu li {
              display: block; }
              body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav > .mega-inner > ul > li .mega-dropdown-menu li a {
                background: none !important; }
          body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav > .mega-inner > ul > li:last-child li:last-child a {
            color: #442B71;
            font-size: 18px;
            font-weight: 400; }
            body.menu-open header#t3-header #t3-mainnav .t3-megamenu .mega.this-sub-open > .mega-dropdown-menu > .mega-dropdown-inner > .row > .mega-col-nav > .mega-inner > ul > li:last-child li:last-child a:after {
              content: '\f105';
              font-family: FontAwesome;
              margin-left: 15px; }

header#t3-header #t3-mainnav {
  margin-top: 32px; }
  header#t3-header #t3-mainnav .t3-megamenu .mega > .mega-dropdown-menu {
    display: none; }
    @media (max-width: 576px) {
      header#t3-header #t3-mainnav .t3-megamenu .mega > .mega-dropdown-menu {
        display: block; } }
  header#t3-header #t3-mainnav .nav li.dropdown.open > .dropdown-toggle, header#t3-header #t3-mainnav .nav li.dropdown.active > .dropdown-toggle {
    background-color: transparent;
    cursor: pointer; }
    header#t3-header #t3-mainnav .nav li.dropdown.open > .dropdown-toggle .caret, header#t3-header #t3-mainnav .nav li.dropdown.active > .dropdown-toggle .caret {
      border: 0;
      background-image: url(/templates/t3_bs3_blank/images/hamburger-icon.png);
      width: 24px;
      height: 18px;
      display: inline-block;
      background-size: 100%;
      margin: 0 0 0 40px; }
      @media (max-width: 576px) {
        header#t3-header #t3-mainnav .nav li.dropdown.open > .dropdown-toggle .caret, header#t3-header #t3-mainnav .nav li.dropdown.active > .dropdown-toggle .caret {
          height: 27px;
          width: 31px; } }
  header#t3-header #t3-mainnav .t3-navbar {
    display: flex !important;
    justify-content: flex-end;
    align-items: center; }
    header#t3-header #t3-mainnav .t3-navbar .languageswitcherload {
      width: auto; }
    header#t3-header #t3-mainnav .t3-navbar .header-0 {
      width: auto; }
      header#t3-header #t3-mainnav .t3-navbar .header-0 p {
        margin: 0; }
        header#t3-header #t3-mainnav .t3-navbar .header-0 p:before {
          content: '';
          background: url(/templates/t3_bs3_blank/images/user-icon.png) no-repeat center;
          padding: 20px;
          background-size: 60%; }
        header#t3-header #t3-mainnav .t3-navbar .header-0 p:after {
          content: '\f105';
          font-family: FontAwesome;
          color: #fff;
          background-color: #442B71;
          border: 1px solid #442B71;
          border-radius: 50%;
          padding: 6px 12px;
          margin-left: 20px;
          transition: margin-left 500ms; }
  header#t3-header #t3-mainnav a {
    color: #000; }

.home .languageswitcherload .caret {
  color: #fff; }
.home .menu-open .languageswitcherload .caret {
  color: #442B71; }

.languageswitcherload .mod-languages a {
  color: #000; }
.languageswitcherload .caret {
  color: #442B71; }

@media (max-width: 741px) {
  .news-detail .article-aside {
    position: initial; } }

.article-aside {
  position: absolute;
  top: 0px; }
  .article-aside .category-name {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    display: inline-block;
    margin-left: 50px;
    color: black; }
    .article-aside .category-name i {
      display: none; }
    .article-aside .category-name a {
      color: black;
      cursor: pointer; }
  .article-aside .category-name:before {
    border-top: 2px solid #442B71;
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    right: 0;
    bottom: 0;
    width: 25px;
    z-index: -1; }

.article-header h1 {
  color: #442B71 !important;
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: 600; }
  @media (max-width: 576px) {
    .article-header h1 {
      font-size: 40px; } }

.contact-form form h2 {
  font-family: 'Rajdhani', sans-serif;
  color: #000 !important;
  margin-bottom: 40px; }
.contact-form form fieldset {
  background-color: #F5F5F5;
  padding: 41px 44px; }
  @media (max-width: 741px) {
    .contact-form form fieldset {
      padding: 30px 20px; } }
.contact-form form .form-horizontal .control-group {
  font-size: 16px; }
  .contact-form form .form-horizontal .control-group .controls {
    margin-left: 0; }
    @media (max-width: 741px) {
      .contact-form form .form-horizontal .control-group .controls {
        display: flex;
        flex-wrap: wrap; }
        .contact-form form .form-horizontal .control-group .controls label {
          flex-basis: 100%;
          margin-left: 0; } }
  .contact-form form .form-horizontal .control-group .control-label {
    display: none; }
  .contact-form form .form-horizontal .control-group input {
    height: 50px;
    width: 100%;
    padding: 20px 15px;
    color: #707070; }
  .contact-form form .form-horizontal .control-group input[type='checkbox'], .contact-form form .form-horizontal .control-group input[type='radio'] {
    width: initial; }
  .contact-form form .form-horizontal .control-group input[type='file'] {
    height: initial !important; }
  .contact-form form .form-horizontal .control-group textarea {
    resize: none;
    width: 100%;
    padding: 20px 15px;
    height: 230px; }
.contact-form form .rsform-submit-button {
  color: #000;
  border: none;
  background-color: unset;
  box-shadow: unset;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  text-align: right; }
.contact-form form .rsform-submit-button:after {
  content: '\f105';
  font-family: FontAwesome;
  color: #442B71;
  border: 1px solid #442B71;
  border-radius: 50%;
  padding: 15px 20px;
  margin-left: 20px; }
.contact-form form .rsform-submit-button:hover:after {
  content: '\f105';
  font-family: FontAwesome;
  color: #fff;
  background-color: #442B71;
  border: 1px solid #442B71;
  border-radius: 50%;
  padding: 15px 20px;
  margin-left: 20px; }

.contact blockquote {
  background-color: #442B71;
  height: 415px;
  width: 445px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 115px 65px;
  position: relative;
  margin-top: -360px; }
  @media (max-width: 741px) {
    .contact blockquote {
      padding: 10px;
      position: initial;
      margin-top: -100px;
      height: auto;
      width: auto; } }
.contact h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif; }
.contact p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 0; }
.contact .default-1 {
  height: 432px;
  background-image: url("/images/write-to/mappa.png");
  background-size: contain; }
  @media (max-width: 741px) {
    .contact .default-1 {
      background-repeat: no-repeat;
      height: 232px;
      background-position: right;
      background-size: cover; } }

.article-content h2, .article-content p {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0; }
.article-content h2 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px; }
.article-content p {
  font-size: 18px;
  line-height: 26px; }

.connected-to .default-1 .container-tlc {
  padding-bottom: 50px; }
  .connected-to .default-1 .container-tlc .t3-content .custom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 0 !important;
    margin: 0 30px 30px 0; }
    .connected-to .default-1 .container-tlc .t3-content .custom blockquote {
      border: none;
      background-color: #fff;
      margin: 75% 20% 0 0;
      min-height: 300px;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      align-items: flex-start; }
      .connected-to .default-1 .container-tlc .t3-content .custom blockquote h3 {
        font-weight: bold;
        font-size: 16px;
        margin: 40px 0; }
      .connected-to .default-1 .container-tlc .t3-content .custom blockquote p {
        font-size: 14px;
        line-height: 22px; }
      .connected-to .default-1 .container-tlc .t3-content .custom blockquote a {
        font-size: 16px;
        color: #000;
        color: #442B71;
        position: relative; }
        @media (max-width: 741px) {
          .connected-to .default-1 .container-tlc .t3-content .custom blockquote a {
            text-decoration: underline; } }
        .connected-to .default-1 .container-tlc .t3-content .custom blockquote a:after {
          content: '\f105';
          font-family: FontAwesome;
          color: #442B71;
          border: 1px solid #442B71;
          border-radius: 50%;
          padding: 6px 11px;
          margin-left: 20px;
          transition: margin-left 500ms; }
        @media (min-width: 740px) {
          .connected-to .default-1 .container-tlc .t3-content .custom blockquote a:before {
            border-top: 2px solid #442B71;
            content: "";
            position: absolute;
            right: 50px;
            bottom: 10px;
            width: 0px;
            transition: width 500ms; } }
        .connected-to .default-1 .container-tlc .t3-content .custom blockquote a:hover:before {
          width: 25px; }
          @media (max-width: 1450px) {
            .connected-to .default-1 .container-tlc .t3-content .custom blockquote a:hover:before {
              width: 20px; } }
        .connected-to .default-1 .container-tlc .t3-content .custom blockquote a:hover:after {
          background-color: #442B71;
          color: #fff; }
          @media (min-width: 740px) {
            .connected-to .default-1 .container-tlc .t3-content .custom blockquote a:hover:after {
              margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .connected-to .default-1 .container-tlc .t3-content .custom blockquote a:hover:after {
      margin-left: 40px; } }

.connected-to .default-1 .col-md-4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 600px; }
  .connected-to .default-1 .col-md-4 blockquote {
    border: none;
    background-color: #fff;
    margin: 75% 20% 0 0; }
    .connected-to .default-1 .col-md-4 blockquote h3 {
      font-weight: bold;
      font-size: 16px;
      margin: 40px 0; }
    .connected-to .default-1 .col-md-4 blockquote p {
      font-size: 14px;
      margin: 40px 0; }
    .connected-to .default-1 .col-md-4 blockquote a {
      font-size: 16px;
      color: #000; }
    .connected-to .default-1 .col-md-4 blockquote a:after {
      content: '\f105';
      font-family: FontAwesome;
      color: #442B71;
      border: 1px solid #442B71;
      border-radius: 50%;
      padding: 10px 15px;
      margin-left: 20px; }

.project-application .default-1 .t3-content {
  flex-wrap: wrap; }
  .project-application .default-1 .t3-content .custom {
    margin: 21px 0;
    background-size: contain;
    display: flex;
    background-repeat: no-repeat; }
    @media (max-width: 741px) {
      .project-application .default-1 .t3-content .custom {
        background-size: cover;
        flex-flow: column; } }
    @media (max-width: 740px) {
      .project-application .default-1 .t3-content .custom {
        padding: 0;
        position: relative; } }
    .project-application .default-1 .t3-content .custom > p {
      width: 50%;
      margin: 0; }
      @media (max-width: 741px) {
        .project-application .default-1 .t3-content .custom > p {
          width: 100%;
          height: 200px; } }
      .project-application .default-1 .t3-content .custom > p img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .project-application .default-1 .t3-content .custom blockquote {
      background-color: #F5F5F5;
      border: none;
      width: 50%;
      margin: 0;
      display: flex;
      flex-flow: column;
      justify-content: center; }
      @media (max-width: 1470px) {
        .project-application .default-1 .t3-content .custom blockquote {
          height: 500px; } }
      @media (min-width: 425px) and (max-width: 1023px) {
        .project-application .default-1 .t3-content .custom blockquote {
          padding: 75px 24px; } }
      @media (max-width: 425px) {
        .project-application .default-1 .t3-content .custom blockquote {
          padding: 10px 20px;
          left: 0; } }
      @media (max-width: 741px) {
        .project-application .default-1 .t3-content .custom blockquote {
          width: 100%;
          height: 300px; } }
      @media (min-width: 2500px) {
        .project-application .default-1 .t3-content .custom blockquote {
          left: -180px; } }
      .project-application .default-1 .t3-content .custom blockquote p {
        font-size: 14px;
        line-height: 22px; }
        @media (min-width: 1025px) {
          .project-application .default-1 .t3-content .custom blockquote p {
            margin: 45px 0 0 0; } }
        @media (max-width: 1025px) {
          .project-application .default-1 .t3-content .custom blockquote p {
            margin: 15px 0; } }
      .project-application .default-1 .t3-content .custom blockquote h3 {
        font-size: 16px;
        font-weight: bold; }
      .project-application .default-1 .t3-content .custom blockquote a {
        color: #000;
        font-size: 16px;
        color: #442B71;
        position: relative; }
        @media (max-width: 741px) {
          .project-application .default-1 .t3-content .custom blockquote a {
            text-decoration: underline; } }
        .project-application .default-1 .t3-content .custom blockquote a:after {
          content: '\f105';
          font-family: FontAwesome;
          color: #442B71;
          border: 1px solid #442B71;
          border-radius: 50%;
          padding: 6px 12px;
          margin-left: 20px;
          transition: margin-left 500ms; }
        @media (min-width: 740px) {
          .project-application .default-1 .t3-content .custom blockquote a:before {
            border-top: 2px solid #442B71;
            content: "";
            position: absolute;
            right: 45px;
            bottom: 10px;
            width: 0px;
            transition: width 500ms; } }
        .project-application .default-1 .t3-content .custom blockquote a:hover:before {
          width: 25px; }
          @media (max-width: 1450px) {
            .project-application .default-1 .t3-content .custom blockquote a:hover:before {
              width: 20px; } }
        .project-application .default-1 .t3-content .custom blockquote a:hover:after {
          background-color: #442B71;
          color: #fff; }
          @media (min-width: 740px) {
            .project-application .default-1 .t3-content .custom blockquote a:hover:after {
              margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .project-application .default-1 .t3-content .custom blockquote a:hover:after {
      margin-left: 40px; } }

      .project-application .default-1 .t3-content .custom blockquote a:hover {
        text-decoration: none; }

.partners .default-1 h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: inline-block;
  margin-left: 50px;
  color: black; }
.partners .default-1 h3:before {
  border-top: 2px solid #442B71;
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  right: 0;
  bottom: 0;
  width: 25px;
  z-index: -1; }
.partners .default-1 .partner-logo {
  margin-top: 20px;
  margin-bottom: 40px; }
  @media (min-width: 769px) {
    .partners .default-1 .partner-logo {
      display: flex;
      flex-wrap: wrap; } }
  .partners .default-1 .partner-logo img {
    max-height: 100px;
    max-width: 250px; }
    @media (min-width: 769px) {
      .partners .default-1 .partner-logo img {
        margin-right: 80px;
        margin-top: 20px; } }
    @media (max-width: 769px) {
      .partners .default-1 .partner-logo img {
        max-width: 55%;
        margin-right: 30px;
        margin-bottom: 20px; } }

.challenge #t3-content.t3-content {
  padding-top: 20px;
  padding-bottom: 0; }
.challenge .t3-content {
  padding-top: 0;
  padding-bottom: 20px; }
.challenge article .item-image {
  width: 50%; }
  .challenge article .item-image img {
    margin-right: -192px;
    margin-top: -100px;
    width: 960px;
    max-width: 50vw; }
.challenge article .article-content {
  column-count: 1; }
  .challenge article .article-content h2 {
    padding-right: 150px; }
  .challenge article .article-content p {
    float: left;
    margin-top: 40px; }
    .challenge article .article-content p a {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: #000; }
      .challenge article .article-content p a:after {
        content: '\f107';
        font-family: FontAwesome;
        color: #442B71;
        padding: 10px 15px; }
.challenge .default-1 .custom {
  display: flex;
  justify-content: space-between; }
  .challenge .default-1 .custom p {
    width: 50%; }
    .challenge .default-1 .custom p img {
      width: 500px;
      float: right; }
  .challenge .default-1 .custom p:nth-child(2) {
    padding: 80px 140px 60px 30px;
    font-size: 16px; }
.challenge .default-1 .custom:nth-child(2) {
  position: absolute;
  top: 0;
  left: -300px; }
.challenge .default-2 {
  margin-top: 40px; }
  .challenge .default-2 .custom h3 {
    font-size: 32px;
    color: #442B71;
    font-family: 'Rajdhani', sans-serif; }
  .challenge .default-2 .custom p {
    column-count: 2;
    font-size: 20px; }
.challenge .default-challenge {
  margin-bottom: 50px; }
  .challenge .default-challenge .t3-content .custom {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 23%; }
    .challenge .default-challenge .t3-content .custom blockquote {
      border: none;
      background-color: #fff;
      margin: 75% 20% 0 0; }
      .challenge .default-challenge .t3-content .custom blockquote h3 {
        font-weight: bold;
        font-size: 16px;
        margin: 40px 0; }
      .challenge .default-challenge .t3-content .custom blockquote p {
        font-size: 14px;
        margin: 40px 0;
        height: 100px; }
      .challenge .default-challenge .t3-content .custom blockquote a {
        font-size: 16px;
        color: #000; }
      .challenge .default-challenge .t3-content .custom blockquote a:after {
        content: '\f105';
        font-family: FontAwesome;
        color: #442B71;
        border: 1px solid #442B71;
        border-radius: 50%;
        padding: 10px 15px;
        margin-left: 20px; }

.challenge-singola .article-content {
  column-count: 1; }
  .challenge-singola .article-content p {
    float: none; }
    .challenge-singola .article-content p a {
      color: #442B71;
      text-decoration: underline; }
    .challenge-singola .article-content p:first-of-type {
      font-size: 18px; }
  .challenge-singola .article-content ul a {
    color: #442B71;
    text-decoration: underline; }
  .challenge-singola .article-content h3 {
    font-size: 16px; }
    .challenge-singola .article-content h3 a {
      color: #000; }
      .challenge-singola .article-content h3 a:hover {
        text-decoration: none; }
    .challenge-singola .article-content h3:before {
      content: '';
      background-image: url(/images/file-icon.png);
      background-size: 20px 25px;
      background-repeat: no-repeat;
      width: 20px;
      height: 25px;
      display: inline-block;
      margin-right: 10px;
      position: relative;
      top: 5px; }
    .challenge-singola .article-content h3:after {
      content: '\f105';
      font-family: FontAwesome;
      color: #442B71;
      border: 1px solid #442B71;
      border-radius: 50%;
      padding: 6px 12px;
      margin-left: 10px; }
  .challenge-singola .article-content h4 {
    display: block;
    text-align: center;
    margin-top: 60px; }
    .challenge-singola .article-content h4 a {
      border: 1px solid #442B71;
      padding: 20px 40px;
      border-radius: 35px;
      font-size: 16px;
      color: #442B71;
      font-weight: bold; }
      .challenge-singola .article-content h4 a:hover {
        text-decoration: none; }
  .challenge-singola .article-content h5 {
    text-transform: uppercase;
    color: #442B71;
    font-weight: bold;
    margin: 30px 0px; }

.default-gif {
  position: absolute;
  top: 0;
  right: -290px;
  z-index: 9; }

@media (max-width: 991px) {
  .default-gif {
    display: none; } }
@media (max-width: 1435px) {
  #footer #footer-1 .custom {
    margin: 10px 0; } }
.a-partner .item-image {
  display: contents; }
.a-partner .default-1 {
  background-color: #442B71;
  padding: 85px 0;
  color: #ffffff; }
  .a-partner .default-1 .partner-box-title {
    margin-bottom: 85px; }
  .a-partner .default-1 .box-step {
    padding-top: 10px; }
  .a-partner .default-1 h3 {
    font-size: 32px;
    font-family: "Rajdhani", sans-serif;
    color: #ffffff;
    text-transform: initial;
    margin: 0;
    display: block; }
  .a-partner .default-1 p {
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    padding: 11px 0 25px 0; }
  .a-partner .default-1 h5 {
    text-transform: uppercase;
    font-weight: bold; }
  .a-partner .default-1 a {
    text-decoration: underline;
    color: #fff; }
.a-partner .project-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px; }
  @media (max-width: 768px) {
    .a-partner .project-list {
      flex-flow: column; } }
  .a-partner .project-list div {
    padding: 0 25px 0 0;
    position: relative; }
    @media (min-width: 768px) {
      .a-partner .project-list div {
        width: 33%;
        margin-bottom: 25px; } }
    @media (max-width: 768px) {
      .a-partner .project-list div {
        width: 100%;
        padding: 20px 0; } }
    .a-partner .project-list div img {
      height: auto;
      width: 100%; }
      @media (max-width: 480px) {
        .a-partner .project-list div img {
          max-height: 175px; } }
      @media (min-width: 769px) {
        .a-partner .project-list div img {
          height: 365px;
          object-fit: cover; } }
    .a-partner .project-list div li {
      background-color: #fff;
      color: #442B71;
      font-weight: bold;
      font-size: 24px; }
      @media (min-width: 767px) {
        .a-partner .project-list div li {
          position: absolute;
          bottom: 47px;
          left: 0;
          padding: 20px 0 25px 8%;
          width: 80%;
          height: 147px; } }
      @media (min-width: 480px) and (max-width: 769px) {
        .a-partner .project-list div li {
          bottom: 113px; } }
    @media (min-width: 768px) {
      .a-partner .project-list div .mod-articles-category-readmore {
        padding-top: 14px;
        padding-left: 8%; } }
    .a-partner .project-list div .mod-articles-category-readmore .mod-articles-category-title {
      font-size: 16px;
      color: #000000;
      font-weight: 100;
      position: relative; }
    .a-partner .project-list div .mod-articles-category-readmore .mod-articles-category-title:hover {
      text-decoration: none;
      color: #442B71; }
    .a-partner .project-list div .mod-articles-category-readmore .mod-articles-category-title::before {
      border-top: 2px solid #442B71;
      content: "";
      position: absolute;
      top: 48%;
      left: 112px;
      right: 0;
      bottom: 0;
      width: 0px;
      z-index: -1;
      transition: width 500ms; }
    .a-partner .project-list div .mod-articles-category-readmore .mod-articles-category-title:hover:before {
      width: 25px; }
    .a-partner .project-list div .mod-articles-category-readmore .mod-articles-category-title::after {
      content: '\f105';
      font-family: FontAwesome;
      color: #442B71;
      border: 1px solid #442B71;
      border-radius: 50%;
      padding: 6px 11px;
      margin-left: 20px;
      transition: width 500ms; }
    .a-partner .project-list div .mod-articles-category-readmore .mod-articles-category-title:hover:after {
      content: '\f105';
      font-family: FontAwesome;
      color: #fff;
      background-color: #442B71;
      border: 1px solid #442B71;
      border-radius: 50%;
      padding: 6px 11px;
      margin-left: 50px; }
    .a-partner .project-list div .mod-articles-category-readmore .mod-articles-category-title:after {
      content: '\f105';
      font-family: FontAwesome;
      color: #442B71;
      border: 1px solid #442B71;
      border-radius: 50%;
      padding: 5px 11px;
      margin-left: 20px; }
.a-partner .default-2 {
  padding-bottom: 80px; }
  .a-partner .default-2 .partner-active-project {
    padding: 40px 0 30px 0; }
    .a-partner .default-2 .partner-active-project h5 {
      color: #442B71;
      font-family: "Rajdhani", sans-serif;
      font-size: 32px; }
    .a-partner .default-2 .partner-active-project p {
      font-size: 20px; }

#footer #footer-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    #footer #footer-1 .footer-1-left {
      width: 56%; } }
  #footer #footer-1 .footer-1-left p {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    display: inline-block;
    margin-left: 50px;
    color: white; }
    #footer #footer-1 .footer-1-left p:before {
      border-top: 2px solid #aff484;
      content: "";
      position: absolute;
      top: 50%;
      left: -50px;
      right: 0;
      bottom: 0;
      width: 25px;
      z-index: -1; }
  #footer #footer-1 .footer-1-left h3 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 32px;
    text-transform: none; }
  #footer #footer-1 .custom p a:after {
    content: '\f105';
    font-family: FontAwesome;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px 15px;
    margin-left: 20px; }
#footer .black-footer {
  background-color: #000; }
  #footer .black-footer #footer-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    #footer .black-footer #footer-2 .european_network {
      border-left: 1px solid #494949; }
      @media (min-width: 1450px) {
        #footer .black-footer #footer-2 .european_network {
          padding-left: 80px !important; } }
    #footer .black-footer #footer-2 .custom {
      padding: 0 20px; }
      #footer .black-footer #footer-2 .custom:nth-of-type(2) {
        min-height: 100px; }
      #footer .black-footer #footer-2 .custom:nth-of-type(3) {
        min-height: 100px; }
      #footer .black-footer #footer-2 .custom:nth-of-type(4) {
        min-height: 100px; }
      #footer .black-footer #footer-2 .custom:nth-of-type(5) {
        min-height: 100px; }
      @media (max-width: 741px) {
        #footer .black-footer #footer-2 .custom {
          margin: 10px 0; }
          #footer .black-footer #footer-2 .custom:nth-of-type(2) {
            min-height: 0; }
          #footer .black-footer #footer-2 .custom:nth-of-type(3) {
            min-height: 0; }
          #footer .black-footer #footer-2 .custom:nth-of-type(4) {
            min-height: 100px; }
          #footer .black-footer #footer-2 .custom:nth-of-type(5) {
            min-height: 100px; } }
      #footer .black-footer #footer-2 .custom p {
        font-size: 14px; }
        @media (max-width: 741px) {
          #footer .black-footer #footer-2 .custom p {
            margin-top: 10px; } }
      @media (max-width: 741px) {
        #footer .black-footer #footer-2 .custom:nth-of-type(5) p:first-of-type {
          line-height: 40px; } }
      #footer .black-footer #footer-2 .custom h5 {
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase; }
        @media (max-width: 741px) {
          #footer .black-footer #footer-2 .custom h5 {
            margin-bottom: 0; } }
      #footer .black-footer #footer-2 .custom.social-footer-p p {
        display: inline-block;
        padding-right: 6px; }
        #footer .black-footer #footer-2 .custom.social-footer-p p img {
          max-height: 18px; }
  #footer .black-footer #footer-3 {
    border-top: 1px solid #494949;
    padding: 25px 0; }
    @media (min-width: 750px) {
      #footer .black-footer #footer-3 .custom {
        display: flex;
        align-items: center; } }
    #footer .black-footer #footer-3 p {
      font-size: 14px; }
      #footer .black-footer #footer-3 p:nth-of-type(2) {
        margin: 0 0 0 40px; }
      @media (max-width: 741px) {
        #footer .black-footer #footer-3 p {
          text-align: center;
          margin: 0 !important; }
          #footer .black-footer #footer-3 p:nth-of-type(1) {
            text-align: center;
            margin-bottom: 10px !important; } }
      #footer .black-footer #footer-3 p img {
        max-width: 180px; }
      #footer .black-footer #footer-3 p a  {
        text-decoration: underline; }

.faq .custom > ul > li.open {
  margin: 0 -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
  background-color: #442B71;
  color: white;
  padding: 50px 1000px;
  border: none; }

.faq .custom > ul > li {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 25px 50px 25px 0;
  cursor: pointer;
  border: none;
  background-color: white;
  color: black;
  transition: all 0.3s;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 100px; }

.faq .custom > ul > li.pre-open {
  margin: 0 -1000px;
  padding-left: 1000px;
  padding-right: 1000px; }

.faq .custom > ul {
  list-style: none;
  padding: 0;
  margin: 40px 0; }

.faq .custom > ul > li > ul {
  position: relative;
  display: none;
  list-style: none;
  padding-top: 20px;
  padding-left: 0; }

.faq .custom > ul > li > ul > li {
  font-weight: normal;
  font-size: 16px;
  text-transform: none; }

.faq .custom > ul > li:after {
  content: " ";
  background-image: url(/images/iconmonstr-plus-circle.png);
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  right: 15px;
  top: 28px;
  background-size: 100%; }

.faq .custom > ul > li.pre-open:after {
  right: 1015px;
  opacity: 0; }

.faq .custom > ul > li.open:after {
  content: " ";
  background-image: url(/images/close@2x.png);
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  right: 1015px;
  top: 28px;
  background-size: 100%; }


.accordion-page ul.accordion > li.open {

    color: black;
    padding: 50px 0;
    border-bottom: 2px solid #442B71;
    border-top: 2px solid #442B71;

 }

.accordion-page ul.accordion > li {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 25px 50px 25px 0;
  cursor: pointer;
  border: none;
  background-color: white;
  color: black;
  transition: all 0.3s;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 100px;
}

.accordion-page ul.accordion > li.pre-open {
}

.accordion-page ul.accordion {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.accordion-page ul.accordion > li > ul {
  position: relative;
  display: none;
  list-style: none;
  padding-top: 20px;
  padding-left: 0;
}

.accordion-page ul.accordion > li > ul > li {
  font-weight: normal;
  font-size: 16px;
  text-transform: none;
}

.accordion-page ul.accordion > li:after {
  content: " ";
  background-image: url(/images/iconmonstr-plus-circle.png);
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  right: 15px;
  top: 28px;
  background-size: 100%;
}


.accordion-page ul.accordion > li.open:after {
  content: " ";
  background-image: url(/images/iconmonstr-plus-circle.png);
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  right: 15px;
  top: 28px;
  background-size: 100%;
    transform: rotate(45deg);
}
.project .article-header {
  position: absolute;
  width: 100%;
  padding-top: 35%; }
  @media (max-width: 767px) {
    .project .article-header {
      position: relative; } }
  .project .article-header h1 {
    position: relative;
    background-color: #fff;
    margin: 0;
    display: inline-block;
    width: 80%;
    padding: 10px 0 80px 0; }
    @media (max-width: 767px) {
      .project .article-header h1 {
        font-size: 30px;
        padding: 0;
        width: 100%;
        margin: 20px 0 30px 0; } }
.project .pull-none img {
  width: 100%; }
.project .article-content {
  column-count: 1; }
  .project .article-content p {
    float: none;
    position: relative;
    z-index: 99999; }
    @media (min-width: 767px) {
      .project .article-content p:first-child {
        top: -40px; } }
  .project .article-content .moduletable p {
    display: flex; }
    @media (min-width: 767px) {
      .project .article-content .moduletable p {
        top: -20px; } }
  .project .article-content .moduletable img {
    display: inline;
    margin: 0 10px 0 10px; }
.project .article-content > p > strong {
  color: #442B71; }
.project .t3-sidebar-1 {
  padding-top: 0px;
  position: relative;
  margin-top: 0px;
  margin-left: 80px; }
  @media (max-width: 740px) {
    .project .t3-sidebar-1 {
      margin-left: 0; } }
.project .t3-sidebar-x {
  padding-top: 50px;
  position: relative;
  margin-top: 80px;
  margin-left: 80px; }
  @media (max-width: 741px) {
    .project .t3-sidebar-x {
      margin-top: 0;
      padding-top: 20px; } }
  @media (max-width: 740px) {
    .project .t3-sidebar-x {
      margin-left: 0; } }
  .project .t3-sidebar-x .t3-module {
    margin-bottom: 0; }
.project .t3-sidebar-x:nth-child(3) {
  margin-top: 0; }
.project .module-title span {
  color: #442B71;
  font-family: "Rajdhani", sans-serif;
  font-size: 25px; }
.project .elenco-partner .module-title {
  font-size: 24px; }
.project .elenco-partner img {
  display: none; }
.project .elenco-partner li {
  border: none; }
  .project .elenco-partner li a {
    color: #000; }
  .project .elenco-partner li a:after {
    content: '>';
    color: #442B71;
    margin-left: 10px; }
.project .elenco-news .module-title {
  font-size: 24px; }
.project .elenco-news img {
  width: 100%; }
.project .elenco-news li {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px; }
  .project .elenco-news li a {
    order: 2;
    color: #000;
    font-weight: bold;
    font-size: 20px; }
  .project .elenco-news li span {
    order: 1;
    color: #442B71;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0; }

.project-list .default-1 .t3-content, .project-list .default-2 .t3-content {
  margin-bottom: 50px; }
.project-list .active-projects, .project-list .closed-projects {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .project-list .active-projects, .project-list .closed-projects {
      flex-flow: column; } }
  .project-list .active-projects div, .project-list .closed-projects div {
    margin-bottom: 40px;
    position: relative; }
    @media (min-width: 1400px) {
      .project-list .active-projects div, .project-list .closed-projects div {
        width: 23%; } }
    @media (min-width: 768px) and (max-width: 1399px) {
      .project-list .active-projects div, .project-list .closed-projects div {
        width: 33%; } }
    @media (max-width: 768px) {
      .project-list .active-projects div, .project-list .closed-projects div {
        width: 100%;
        padding: 20px 0;
        pointer-events: none; } }
    .project-list .active-projects div li, .project-list .closed-projects div li {
      background-color: #ffffff;
      color: #442B71;
      font-weight: bold;
      font-size: 16px;
      padding: 20px 8%;
      width: 75%;
      margin-top: 93%;
      height: 40%; }
      @media (max-width: 769px) {
        .project-list .active-projects div li, .project-list .closed-projects div li {
          bottom: 84px; } }
      @media (min-width: 1360px) {
        .project-list .active-projects div li, .project-list .closed-projects div li {
          font-size: 23px; } }
    .project-list .active-projects div img, .project-list .closed-projects div img {
      display: none;
      height: auto;
      width: 100%;
      object-fit: none; }
      @media (max-width: 480px) {
        .project-list .active-projects div img, .project-list .closed-projects div img {
          height: 153px; } }
      @media (min-width: 769px) {
        .project-list .active-projects div img, .project-list .closed-projects div img {
          height: 153px; } }
    .project-list .active-projects div .mod-articles-category-readmore, .project-list .closed-projects div .mod-articles-category-readmore {
      width: 75%;
      background-color: #fff;
      padding: 14px 0 25px 8%; }
      .project-list .active-projects div .mod-articles-category-readmore .mod-articles-category-title, .project-list .closed-projects div .mod-articles-category-readmore .mod-articles-category-title {
        font-size: 16px;
        color: #000000;
        font-weight: 100;
        pointer-events: auto;
        color: #442B71;
        position: relative; }
        @media (max-width: 741px) {
          .project-list .active-projects div .mod-articles-category-readmore .mod-articles-category-title, .project-list .closed-projects div .mod-articles-category-readmore .mod-articles-category-title {
            text-decoration: underline; } }
        .project-list .active-projects div .mod-articles-category-readmore .mod-articles-category-title:after, .project-list .closed-projects div .mod-articles-category-readmore .mod-articles-category-title:after {
          content: '\f105';
          font-family: FontAwesome;
          color: #442B71;
          border: 1px solid #442B71;
          border-radius: 50%;
          padding: 6px 11px;
          margin-left: 20px;
          transition: margin-left 500ms; }
        @media (min-width: 740px) {
          .project-list .active-projects div .mod-articles-category-readmore .mod-articles-category-title:before, .project-list .closed-projects div .mod-articles-category-readmore .mod-articles-category-title:before {
            border-top: 2px solid #442B71;
            content: "";
            position: absolute;
            right: 50px;
            bottom: 10px;
            width: 0px;
            transition: width 500ms; } }
        .project-list .active-projects div .mod-articles-category-readmore .mod-articles-category-title:hover:before, .project-list .closed-projects div .mod-articles-category-readmore .mod-articles-category-title:hover:before {
          width: 25px; }
          @media (max-width: 1450px) {
            .project-list .active-projects div .mod-articles-category-readmore .mod-articles-category-title:hover:before, .project-list .closed-projects div .mod-articles-category-readmore .mod-articles-category-title:hover:before {
              width: 20px; } }
        .project-list .active-projects div .mod-articles-category-readmore .mod-articles-category-title:hover:after, .project-list .closed-projects div .mod-articles-category-readmore .mod-articles-category-title:hover:after {
          background-color: #442B71;
          color: #fff; }
          @media (min-width: 740px) {
            .project-list .active-projects div .mod-articles-category-readmore .mod-articles-category-title:hover:after, .project-list .closed-projects div .mod-articles-category-readmore .mod-articles-category-title:hover:after {
              margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .project-list .active-projects div .mod-articles-category-readmore .mod-articles-category-title:hover:after, .project-list .closed-projects div .mod-articles-category-readmore .mod-articles-category-title:hover:after {
      margin-left: 40px; } }

.project-list .default-2 {
  background-color: #F5F5F5;
  padding-bottom: 10px; }
  .project-list .default-2 .closed-projects-header {
    padding: 27px 0 50px 0px; }
    .project-list .default-2 .closed-projects-header h5 {
      color: #442B71;
      font-family: "Rajdhani", sans-serif;
      font-size: 32px; }
    .project-list .default-2 .closed-projects-header p {
      font-size: 20px; }

.news-detail.view-category .default-2 {
  display: none; }
.news-detail.view-category .page-subheader {
  border: none; }
  .news-detail.view-category .page-subheader .page-subtitle .subheading-category {
    color: #442B71 !important;
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-weight: bold; }
.news-detail.view-category .category-desc h2 {
  font-size: 20px;
  line-height: 1.4;
  padding-left: 0 !important;
  padding-right: 0 !important; }
.news-detail.view-category article {
  padding-top: 0 !important;
  margin-top: 35px !important; }
.news-detail.view-category .article_content {
  padding-left: 13%; }
  .news-detail.view-category .article_content .date_string {
    color: #442B71;
    font-size: 14px;
    text-transform: uppercase;
    order: 1; }
  @media (min-width: 767px) {
    .news-detail.view-category .article_content .article-intro {
      padding-right: 35%; }
    .news-detail.view-category .article_content .article-header {
      padding-right: 35%; } }
  .news-detail.view-category .article_content .article-title {
    border: none;
    padding-top: 7px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px; }
    @media (max-width: 741px) {
      .news-detail.view-category .article_content .article-title {
        margin-bottom: 20px; } }
    @media (min-width: 767px) {
      .news-detail.view-category .article_content .article-title {
        height: 150px; } }
    .news-detail.view-category .article_content .article-title a {
      color: #000; }
  .news-detail.view-category .article_content .article-title::before {
    border-top: 2px solid #442B71;
    content: "";
    position: absolute;
    top: 7%;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 65px;
    z-index: -1; }
  @media (max-width: 480px) {
    .news-detail.view-category .article_content .article-title::before {
      width: 40px; } }
  .news-detail.view-category .article_content .readmore {
    text-align: right;
    padding: 20px 0 35px 0; }
    .news-detail.view-category .article_content .readmore a {
      position: relative;
      color: #442B71;
      position: relative; }
      @media (max-width: 741px) {
        .news-detail.view-category .article_content .readmore a {
          text-decoration: underline; } }
      .news-detail.view-category .article_content .readmore a:after {
        content: '\f105';
        font-family: FontAwesome;
        color: #442B71;
        border: 1px solid #442B71;
        border-radius: 50%;
        padding: 6px 11px;
        margin-left: 20px;
        transition: margin-left 500ms; }
      @media (min-width: 740px) {
        .news-detail.view-category .article_content .readmore a:before {
          border-top: 2px solid #442B71;
          content: "";
          position: absolute;
          right: 50px;
          bottom: 10px;
          width: 0px;
          transition: width 500ms; } }
      .news-detail.view-category .article_content .readmore a:hover:before {
        width: 25px; }
        @media (max-width: 1450px) {
          .news-detail.view-category .article_content .readmore a:hover:before {
            width: 20px; } }
      .news-detail.view-category .article_content .readmore a:hover:after {
        background-color: #442B71;
        color: #fff; }
        @media (min-width: 740px) {
          .news-detail.view-category .article_content .readmore a:hover:after {
            margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .news-detail.view-category .article_content .readmore a:hover:after {
      margin-left: 40px; } }

.news-detail.view-category .img_article_ {
  order: 2;
  height: 400px;
  width: 100%;
  object-fit: cover; }
  @media (max-width: 741px) {
    .news-detail.view-category .img_article_ {
      height: 300px; } }
.news-detail.view-category .pagination {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 300px;
  float: initial;
  padding-top: 50px; }
  .news-detail.view-category .pagination li {
    border: none !important; }
    .news-detail.view-category .pagination li a {
      border: none;
      color: #442B71;
      background-color: unset; }
    .news-detail.view-category .pagination li.active {
      position: relative; }
  .news-detail.view-category .pagination li:nth-child(1) {
    display: none; }
  .news-detail.view-category .pagination li:last-child {
    display: none; }
  .news-detail.view-category .pagination .pagina_attiva {
    padding: 0;
    width: 15px;
    height: 2px;
    background-color: #442B71;
    border: none;
    position: absolute;
    bottom: 0px;
    left: 9px; }
.news-detail.view-category .tags-row {
  padding: 10px 0 20px 0; }
  .news-detail.view-category .tags-row .tags-container {
    font-size: 25px;
    text-align: left;
    margin-top: 20px; }
  .news-detail.view-category .tags-row .tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    @media (min-width: 740px) {
      .news-detail.view-category .tags-row .tags {
        max-width: 90%; } }
    .news-detail.view-category .tags-row .tags span {
      margin: 10px 20px 0 0; }
      .news-detail.view-category .tags-row .tags span .label-info {
        background-color: #442B71; }
  .news-detail.view-category .tags-row .show_more_ {
    margin: 10px 0 0 0; }
    .news-detail.view-category .tags-row .show_more_ .label-info {
      background-color: #ffffff !important;
      color: #442B71;
      border: 1px solid #442B71; }

.news-detail.view-article .default-gif {
  display: none; }
.news-detail.view-article .item-image {
  text-align: center;
  max-height: 355px;
  overflow: hidden; }
  .news-detail.view-article .item-image img {
    max-width: 100%; }
    @media (min-width: 1024px) {
      .news-detail.view-article .item-image img {
        width: 700px; } }
.news-detail.view-article .article-header {
  position: absolute;
  right: 220px;
  display: flex;
  flex-flow: column;
  top: 76px; }
  @media (max-width: 1580px) {
    .news-detail.view-article .article-header {
      right: 120px; } }
  @media (max-width: 1350px) {
    .news-detail.view-article .article-header {
      right: 20px; } }
  @media (max-width: 1024px) {
    .news-detail.view-article .article-header {
      display: none; } }
  .news-detail.view-article .article-header .article-title {
    display: none; }
  .news-detail.view-article .article-header a {
    font-size: 14px;
    color: #aaaaaa;
    text-transform: uppercase; }
    .news-detail.view-article .article-header a:hover {
      color: #442B71; }
  .news-detail.view-article .article-header a:nth-child(1):before {
    content: '';
    background: url(/images/up_gray.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -45px;
    left: 3px;
    height: 100%;
    width: 80%; }
  .news-detail.view-article .article-header a:nth-child(1):hover:before {
    content: '';
    background: url(/images/up_purple.png) no-repeat center center;
    background-size: contain; }
  .news-detail.view-article .article-header a:nth-child(1).disabled-link:hover {
    cursor: not-allowed;
    color: #aaaaaa; }
    .news-detail.view-article .article-header a:nth-child(1).disabled-link:hover:before {
      content: '';
      background: url(/images/up_gray.png) no-repeat center center;
      background-size: contain; }
  .news-detail.view-article .article-header a:nth-child(3) {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    margin-top: 10px; }
    .news-detail.view-article .article-header a:nth-child(3):after {
      content: '';
      background: url(/images/down_gray.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      bottom: -45px;
      left: 3px;
      height: 100%;
      width: 80%; }
    .news-detail.view-article .article-header a:nth-child(3):hover:after {
      content: '';
      background: url(/images/down_purple.png) no-repeat center center;
      background-size: contain; }
    .news-detail.view-article .article-header a:nth-child(3).disabled-link:hover {
      cursor: not-allowed;
      color: #aaaaaa; }
      .news-detail.view-article .article-header a:nth-child(3).disabled-link:hover:after {
        content: '';
        background: url(/images/down_gray.png) no-repeat center center;
        background-size: contain; }
.news-detail.view-article .article-aside .create {
  display: none; }
.news-detail.view-article .tags:nth-of-type(1) {
  display: none; }
.news-detail.view-article .article-content {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
  background-color: #fff;
  position: relative;
  top: -60px;
  column-count: auto; }
  .news-detail.view-article .article-content h1 {
    font-size: 32px;
    font-weight: bold;
    padding: 0 20px; }
    @media (max-width: 741px) {
      .news-detail.view-article .article-content h1 {
        padding: 0; } }
    .news-detail.view-article .article-content h1 a {
      color: #000; }
  .news-detail.view-article .article-content .datanews {
    color: #442B71;
    font-size: 14px;
    text-transform: uppercase;
    margin: 25px 0; }
  .news-detail.view-article .article-content p {
    float: none;
    padding: 0 20px; }
    @media (max-width: 741px) {
      .news-detail.view-article .article-content p {
        padding: 0; } }
  .news-detail.view-article .article-content .moduletable {
    padding-top: 20px;
    margin: 20px 20px;
    border-top: 1px solid #eeeeee; }
    @media (max-width: 741px) {
      .news-detail.view-article .article-content .moduletable {
        margin: 0; } }
    .news-detail.view-article .article-content .moduletable p {
      display: flex;
      align-items: center;
      padding: 0; }
      .news-detail.view-article .article-content .moduletable p img {
        display: inline;
        height: 15px;
        margin-left: 25px; }
  .news-detail.view-article .article-content .tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    .news-detail.view-article .article-content .tags span {
      margin: 10px 0 0 0; }
      .news-detail.view-article .article-content .tags span .label-info {
        background-color: #442B71; }
.news-detail.view-article .category-module {
  padding: 0; }
  @media (max-width: 741px) {
    .news-detail.view-article .category-module .col-md-4 {
      padding: 0; } }
  .news-detail.view-article .category-module h3 {
    color: #442B71;
    font-size: 24px;
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 20px; }
  .news-detail.view-article .category-module .news-image-wrapper {
    position: relative;
    max-width: 100%;
    padding-top: 40%; }
    .news-detail.view-article .category-module .news-image-wrapper img {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      object-fit: cover; }
  .news-detail.view-article .category-module li {
    display: flex;
    flex-flow: column; }
    @media (min-width: 767px) {
      .news-detail.view-article .category-module li {
        height: 110px; } }
    .news-detail.view-article .category-module li a {
      order: 2;
      font-size: 20px;
      color: #000;
      font-weight: bold; }
    .news-detail.view-article .category-module li span {
      order: 1;
      font-size: 14px;
      color: #442B71;
      text-transform: uppercase;
      margin-bottom: 10px; }
  .news-detail.view-article .category-module .mod-articles-category-readmore {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee; }
    .news-detail.view-article .category-module .mod-articles-category-readmore a {
      font-size: 14px;
      color: #442B71; }
.news-detail.view-article .default-2 p {
  text-align: center; }
  .news-detail.view-article .default-2 p a {
    font-size: 16px;
    color: #442B71;
    position: relative; }
    @media (max-width: 741px) {
      .news-detail.view-article .default-2 p a {
        text-decoration: underline; } }
    .news-detail.view-article .default-2 p a:after {
      content: '\f105';
      font-family: FontAwesome;
      color: #442B71;
      border: 1px solid #442B71;
      border-radius: 50%;
      padding: 6px 11px;
      margin-left: 20px;
      transition: margin-left 500ms; }
    @media (min-width: 740px) {
      .news-detail.view-article .default-2 p a:before {
        border-top: 2px solid #442B71;
        content: "";
        position: absolute;
        right: 45px;
        bottom: 10px;
        width: 0px;
        transition: width 500ms; } }
    .news-detail.view-article .default-2 p a:hover:before {
      width: 25px; }
      @media (max-width: 1450px) {
        .news-detail.view-article .default-2 p a:hover:before {
          width: 20px; } }
    .news-detail.view-article .default-2 p a:hover:after {
      background-color: #442B71;
      color: #fff; }
      @media (min-width: 740px) {
        .news-detail.view-article .default-2 p a:hover:after {
          margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .news-detail.view-article .default-2 p a:hover:after {
      margin-left: 40px; } }

.doralab.edulab .default-3 {
  background: url(/images/edulab-fondo.png) no-repeat center; }
  .doralab.edulab .default-3 .container-tlc ul {
    text-align: right; }
.doralab.edulab .default-4 .enac-desc {
  margin-top: 60px; }
  .doralab.edulab .default-4 .enac-desc ul {
    margin-top: 20px; }

.doralab.cleantech .default-3 {
  background: url(/images/cleantech-sfondo.jpg) no-repeat center;
  padding: 40px 0;
  margin-top: 40px; }
  .doralab.cleantech .default-3 ul li {
    color: #fff; }
    .doralab.cleantech .default-3 ul li a {
      color: #fff; }
      .doralab.cleantech .default-3 ul li a:hover {
        color: #fff;
        text-decoration: underline; }
.doralab.cleantech .default-5 {
  display: none; }

.doralab.innovative .default-3 {
  background: url(/images/innovative-sfondo.jpg) no-repeat center;
  padding: 40px 0 0 0;
  margin-top: 40px; }
.doralab.innovative .default-4 .red-drone img {
  max-width: 65%;
  margin: 30px 0 30px 200px; }
.doralab.innovative .default-5 {
  display: none; }

.doralab .default-1 h3 {
  font-size: 20px; }
.doralab .default-1 p:nth-child(3) {
  position: relative; }
.doralab .default-1 a {
  color: #000;
  position: relative; }
  @media (max-width: 741px) {
    .doralab .default-1 a {
      text-decoration: underline; } }
  .doralab .default-1 a:after {
    content: '\f105';
    font-family: FontAwesome;
    color: #442B71;
    border: 1px solid #442B71;
    border-radius: 50%;
    padding: 8px 14px;
    margin-left: 20px;
    transition: margin-left 500ms; }
  @media (min-width: 740px) {
    .doralab .default-1 a:before {
      border-top: 2px solid #442B71;
      content: "";
      position: absolute;
      right: 50px;
      bottom: 10px;
      width: 0px;
      transition: width 500ms; } }
  .doralab .default-1 a:hover:before {
    width: 25px; }
    @media (max-width: 1450px) {
      .doralab .default-1 a:hover:before {
        width: 20px; } }
  .doralab .default-1 a:hover:after {
    background-color: #442B71;
    color: #fff; }
    @media (min-width: 740px) {
      .doralab .default-1 a:hover:after {
        margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab .default-1 a:hover:after {
      margin-left: 40px; } }

.doralab .default-1 .custom:nth-of-type(1) p {
  margin: 60px 0; }
.doralab .default-1 .custom:nth-of-type(1) p:nth-of-type(1) a {
  color: #442B71;
  text-decoration: underline; }
  .doralab .default-1 .custom:nth-of-type(1) p:nth-of-type(1) a:before {
    content: none; }
  .doralab .default-1 .custom:nth-of-type(1) p:nth-of-type(1) a:after {
    content: none; }
.doralab .default-1 .doralab-images-intro {
  display: flex;
  flex-flow: column;
  margin-top: -120px; }
  .doralab .default-1 .doralab-images-intro p {
    margin: 0; }
    .doralab .default-1 .doralab-images-intro p:nth-of-type(1) {
      width: 30%; }
    .doralab .default-1 .doralab-images-intro p:nth-of-type(2) {
      left: 30%;
      align-self: flex-end;
      position: relative; }
  .doralab .default-1 .doralab-images-intro img {
    width: 100%; }
.doralab .default-2 {
  margin-top: 20px; }
  .doralab .default-2 h3 {
    font-size: 32px;
    font-family: "Rajdhani", sans-serif;
    column-count: 2; }
  .doralab .default-2 p {
    text-align: center; }
    .doralab .default-2 p img {
      width: 80%;
      margin: 0px 0 30px 0; }
  .doralab .default-2 .drones-testing-banner-mobile p img {
    width: 50%;
    margin: 5px 0 5px 0; }
.doralab .default-3 {
  background: url(/images/smart_road_fondo.jpg) no-repeat center; }
  .doralab .default-3 .custom:nth-of-type(1) img {
    width: 100%; }
  .doralab .default-3 .custom:nth-of-type(2) h2 {
    font-size: 50px;
    color: #fff;
    text-align: right;
    margin: 40px 0; }
    @media (max-width: 741px) {
      .doralab .default-3 .custom:nth-of-type(2) h2 {
        text-align: left; } }
  .doralab .default-3 .custom:nth-of-type(2) h3 {
    text-align: right;
    color: #fff;
    margin: 30px 0; }
    @media (max-width: 741px) {
      .doralab .default-3 .custom:nth-of-type(2) h3 {
        text-align: left; } }
  .doralab .default-3 .custom:nth-of-type(2) p {
    text-align: right;
    color: #fff;
    margin: 60px 0; }
    .doralab .default-3 .custom:nth-of-type(2) p a {
      color: #fff;
      text-decoration: underline; }
    @media (max-width: 741px) {
      .doralab .default-3 .custom:nth-of-type(2) p {
        text-align: left; } }
  .doralab .default-3 .custom:nth-of-type(2) p:nth-of-type(2) {
    position: relative; }
    .doralab .default-3 .custom:nth-of-type(2) p:nth-of-type(2) a {
      color: #fff;
      color: #fff;
      position: relative; }
      @media (max-width: 741px) {
        .doralab .default-3 .custom:nth-of-type(2) p:nth-of-type(2) a {
          text-decoration: underline; } }
      .doralab .default-3 .custom:nth-of-type(2) p:nth-of-type(2) a:after {
        content: '\f105';
        font-family: FontAwesome;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 8px 14px;
        margin-left: 20px;
        transition: margin-left 500ms; }
      @media (min-width: 740px) {
        .doralab .default-3 .custom:nth-of-type(2) p:nth-of-type(2) a:before {
          border-top: 2px solid #fff;
          content: "";
          position: absolute;
          right: 50px;
          bottom: 10px;
          width: 0px;
          transition: width 500ms; } }
      .doralab .default-3 .custom:nth-of-type(2) p:nth-of-type(2) a:hover:before {
        width: 25px; }
        @media (max-width: 1450px) {
          .doralab .default-3 .custom:nth-of-type(2) p:nth-of-type(2) a:hover:before {
            width: 20px; } }
      .doralab .default-3 .custom:nth-of-type(2) p:nth-of-type(2) a:hover:after {
        background-color: #fff;
        color: #CC4D74; }
        @media (min-width: 740px) {
          .doralab .default-3 .custom:nth-of-type(2) p:nth-of-type(2) a:hover:after {
            margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab .default-3 .custom:nth-of-type(2) p:nth-of-type(2) a:hover:after {
      margin-left: 40px; } }

.doralab .default-4 .enac-desc img {
  width: 30%; }
.doralab .default-4 .enac-desc h3 {
  font-size: 20px; }
.doralab .default-4 .enac-desc p {
  margin: 40px 0; }
  .doralab .default-4 .enac-desc p a {
    color: #442B71;
    text-decoration: underline; }
.doralab .default-4 .enac-desc p:nth-of-type(5) {
  position: relative; }
  .doralab .default-4 .enac-desc p:nth-of-type(5) a {
    color: #000;
    position: relative; }
    @media (max-width: 741px) {
      .doralab .default-4 .enac-desc p:nth-of-type(5) a {
        text-decoration: underline; } }
    .doralab .default-4 .enac-desc p:nth-of-type(5) a:after {
      content: '\f105';
      font-family: FontAwesome;
      color: #442B71;
      border: 1px solid #442B71;
      border-radius: 50%;
      padding: 8px 14px;
      margin-left: 20px;
      transition: margin-left 500ms; }
    @media (min-width: 740px) {
      .doralab .default-4 .enac-desc p:nth-of-type(5) a:before {
        border-top: 2px solid #442B71;
        content: "";
        position: absolute;
        right: 50px;
        bottom: 10px;
        width: 0px;
        transition: width 500ms; } }
    .doralab .default-4 .enac-desc p:nth-of-type(5) a:hover:before {
      width: 25px; }
      @media (max-width: 1450px) {
        .doralab .default-4 .enac-desc p:nth-of-type(5) a:hover:before {
          width: 20px; } }
    .doralab .default-4 .enac-desc p:nth-of-type(5) a:hover:after {
      background-color: #442B71;
      color: #fff; }
      @media (min-width: 740px) {
        .doralab .default-4 .enac-desc p:nth-of-type(5) a:hover:after {
          margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab .default-4 .enac-desc p:nth-of-type(5) a:hover:after {
      margin-left: 40px; } }

.doralab .default-4 .red-drone img {
  max-width: 145%;
  margin-left: 200px; }
.doralab .default-5 {
  background: url(/images/application_to.png) no-repeat center;
  color: #ffffff;
  text-align: center;
  min-height: 40vh !important;
  display: flex;
  align-items: center; }
  .doralab .default-5 h2 {
    font-size: 50px;
    margin: 30px 0; }
  .doralab .default-5 p {
    margin: 30px 0; }
  .doralab .default-5 p:nth-of-type(1) {
    font-size: 20px; }
  .doralab .default-5 p:nth-of-type(2) {
    position: relative; }
    .doralab .default-5 p:nth-of-type(2) a {
      color: #fff;
      position: relative; }
      @media (max-width: 741px) {
        .doralab .default-5 p:nth-of-type(2) a {
          text-decoration: underline; } }
      .doralab .default-5 p:nth-of-type(2) a:after {
        content: '\f105';
        font-family: FontAwesome;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 8px 14px;
        margin-left: 20px;
        transition: margin-left 500ms; }
      @media (min-width: 740px) {
        .doralab .default-5 p:nth-of-type(2) a:before {
          border-top: 2px solid #fff;
          content: "";
          position: absolute;
          right: 50px;
          bottom: 10px;
          width: 0px;
          transition: width 500ms; } }
      .doralab .default-5 p:nth-of-type(2) a:hover:before {
        width: 25px; }
        @media (max-width: 1450px) {
          .doralab .default-5 p:nth-of-type(2) a:hover:before {
            width: 20px; } }
      .doralab .default-5 p:nth-of-type(2) a:hover:after {
        background-color: #fff;
        color: #7b0c2a; }
        @media (min-width: 740px) {
          .doralab .default-5 p:nth-of-type(2) a:hover:after {
            margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab .default-5 p:nth-of-type(2) a:hover:after {
      margin-left: 40px; } }

.doralab.it-it .default-4 .enac-desc p:nth-of-type(5) {
  position: relative; }
  .doralab.it-it .default-4 .enac-desc p:nth-of-type(5) a {
    color: #000;
    position: relative; }
    @media (max-width: 741px) {
      .doralab.it-it .default-4 .enac-desc p:nth-of-type(5) a {
        text-decoration: underline; } }
    .doralab.it-it .default-4 .enac-desc p:nth-of-type(5) a:after {
      content: '\f105';
      font-family: FontAwesome;
      color: #442B71;
      border: 1px solid #442B71;
      border-radius: 50%;
      padding: 8px 14px;
      margin-left: 20px;
      transition: margin-left 500ms; }
    @media (min-width: 740px) {
      .doralab.it-it .default-4 .enac-desc p:nth-of-type(5) a:before {
        border-top: 2px solid #442B71;
        content: "";
        position: absolute;
        right: 50x;
        bottom: 10px;
        width: 0px;
        transition: width 500ms; } }
    .doralab.it-it .default-4 .enac-desc p:nth-of-type(5) a:hover:before {
      width: 25px; }
      @media (max-width: 1450px) {
        .doralab.it-it .default-4 .enac-desc p:nth-of-type(5) a:hover:before {
          width: 20px; } }
    .doralab.it-it .default-4 .enac-desc p:nth-of-type(5) a:hover:after {
      background-color: #442B71;
      color: #fff; }
      @media (min-width: 740px) {
        .doralab.it-it .default-4 .enac-desc p:nth-of-type(5) a:hover:after {
          margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab.it-it .default-4 .enac-desc p:nth-of-type(5) a:hover:after {
      margin-left: 40px; } }

.doralab.tim .default-1 h3 {
  font-size: 20px; }
.doralab.tim .default-1 p:nth-child(3) {
  position: relative; }
.doralab.tim .default-1 a {
  color: #000;
  position: relative; }
  @media (max-width: 741px) {
    .doralab.tim .default-1 a {
      text-decoration: underline; } }
  .doralab.tim .default-1 a:after {
    content: '\f105';
    font-family: FontAwesome;
    color: #442B71;
    border: 1px solid #442B71;
    border-radius: 50%;
    padding: 8px 14px;
    margin-left: 20px;
    transition: margin-left 500ms; }
  @media (min-width: 740px) {
    .doralab.tim .default-1 a:before {
      border-top: 2px solid #442B71;
      content: "";
      position: absolute;
      right: 50px;
      bottom: 10px;
      width: 0px;
      transition: width 500ms; } }
  .doralab.tim .default-1 a:hover:before {
    width: 25px; }
    @media (max-width: 1450px) {
      .doralab.tim .default-1 a:hover:before {
        width: 20px; } }
  .doralab.tim .default-1 a:hover:after {
    background-color: #442B71;
    color: #fff; }
    @media (min-width: 740px) {
      .doralab.tim .default-1 a:hover:after {
        margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab.tim .default-1 a:hover:after {
      margin-left: 40px; } }

.doralab.tim .default-1 .custom:nth-of-type(1) p {
  margin: 60px 0; }
.doralab.tim .default-1 .custom:nth-of-type(1) p:nth-of-type(1) a {
  color: #442B71;
  text-decoration: underline; }
  .doralab.tim .default-1 .custom:nth-of-type(1) p:nth-of-type(1) a:before {
    content: none; }
  .doralab.tim .default-1 .custom:nth-of-type(1) p:nth-of-type(1) a:after {
    content: none; }
.doralab.tim .default-1 .doralab-images-intro {
  display: flex;
  flex-flow: column;
  margin-top: -120px; }
  .doralab.tim .default-1 .doralab-images-intro p {
    margin: 0; }
    .doralab.tim .default-1 .doralab-images-intro p:nth-of-type(1) {
      width: 30%; }
    .doralab.tim .default-1 .doralab-images-intro p:nth-of-type(2) {
      left: 30%;
      align-self: flex-end;
      position: relative; }
  .doralab.tim .default-1 .doralab-images-intro img {
    width: 100%; }
.doralab.tim .default-2 {
  margin-top: 20px; }
  .doralab.tim .default-2 h3 {
    font-size: 32px;
    font-family: "Rajdhani", sans-serif;
    column-count: 2; }
  .doralab.tim .default-2 p {
    text-align: center; }
    .doralab.tim .default-2 p img {
      width: 80%;
      margin: 0px 0 30px 0; }
  .doralab.tim .default-2 .drones-testing-banner-mobile p img {
    width: 50%;
    margin: 5px 0 5px 0; }
.doralab.tim .default-3 {
  background: #f5f5f5; }
  .doralab.tim .default-3 .col-md-6:first-of-type {
    display: block; }
  .doralab.tim .default-3 .custom {
    padding: 40px 0; }
  .doralab.tim .default-3 .custom:nth-of-type(1) h2 {
    color: #442B71;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px; }
  .doralab.tim .default-3 .custom:nth-of-type(1) p:nth-of-type(2) {
    position: relative;
    margin-top: 30px; }
    .doralab.tim .default-3 .custom:nth-of-type(1) p:nth-of-type(2) a {
      color: #000;
      position: relative; }
      @media (max-width: 741px) {
        .doralab.tim .default-3 .custom:nth-of-type(1) p:nth-of-type(2) a {
          text-decoration: underline; } }
      .doralab.tim .default-3 .custom:nth-of-type(1) p:nth-of-type(2) a:after {
        content: '\f105';
        font-family: FontAwesome;
        color: #442B71;
        border: 1px solid #442B71;
        border-radius: 50%;
        padding: 8px 14px;
        margin-left: 20px;
        transition: margin-left 500ms; }
      @media (min-width: 740px) {
        .doralab.tim .default-3 .custom:nth-of-type(1) p:nth-of-type(2) a:before {
          border-top: 2px solid #442B71;
          content: "";
          position: absolute;
          right: 50px;
          bottom: 10px;
          width: 0px;
          transition: width 500ms; } }
      .doralab.tim .default-3 .custom:nth-of-type(1) p:nth-of-type(2) a:hover:before {
        width: 25px; }
        @media (max-width: 1450px) {
          .doralab.tim .default-3 .custom:nth-of-type(1) p:nth-of-type(2) a:hover:before {
            width: 20px; } }
      .doralab.tim .default-3 .custom:nth-of-type(1) p:nth-of-type(2) a:hover:after {
        background-color: #442B71;
        color: #fff; }
        @media (min-width: 740px) {
          .doralab.tim .default-3 .custom:nth-of-type(1) p:nth-of-type(2) a:hover:after {
            margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab.tim .default-3 .custom:nth-of-type(1) p:nth-of-type(2) a:hover:after {
      margin-left: 40px; } }

  .doralab.tim .default-3 .custom:nth-of-type(2) p {
    text-align: center; }
    .doralab.tim .default-3 .custom:nth-of-type(2) p img {
      width: 40%; }
      @media (max-width: 425px) {
        .doralab.tim .default-3 .custom:nth-of-type(2) p img {
          width: 60%; } }
.doralab.tim .default-4 {
  background: url(/images/smart_road_fondo.jpg) no-repeat center; }
  .doralab.tim .default-4 .custom:nth-of-type(1) img {
    width: 100%; }
  .doralab.tim .default-4 .custom:nth-of-type(2) h2 {
    font-size: 50px;
    color: #fff;
    text-align: right;
    margin: 40px 0; }
    @media (max-width: 741px) {
      .doralab.tim .default-4 .custom:nth-of-type(2) h2 {
        text-align: left; } }
  .doralab.tim .default-4 .custom:nth-of-type(2) h3 {
    text-align: right;
    color: #fff;
    margin: 30px 0; }
    @media (max-width: 741px) {
      .doralab.tim .default-4 .custom:nth-of-type(2) h3 {
        text-align: left; } }
  .doralab.tim .default-4 .custom:nth-of-type(2) p {
    text-align: right;
    color: #fff;
    margin: 60px 0; }
    @media (max-width: 741px) {
      .doralab.tim .default-4 .custom:nth-of-type(2) p {
        text-align: left; } }
  .doralab.tim .default-4 .custom:nth-of-type(2) p:nth-of-type(2) {
    position: relative; }
    .doralab.tim .default-4 .custom:nth-of-type(2) p:nth-of-type(2) a {
      color: #fff;
      color: #fff;
      position: relative; }
      @media (max-width: 741px) {
        .doralab.tim .default-4 .custom:nth-of-type(2) p:nth-of-type(2) a {
          text-decoration: underline; } }
      .doralab.tim .default-4 .custom:nth-of-type(2) p:nth-of-type(2) a:after {
        content: '\f105';
        font-family: FontAwesome;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 8px 14px;
        margin-left: 20px;
        transition: margin-left 500ms; }
      @media (min-width: 740px) {
        .doralab.tim .default-4 .custom:nth-of-type(2) p:nth-of-type(2) a:before {
          border-top: 2px solid #fff;
          content: "";
          position: absolute;
          right: 50px;
          bottom: 10px;
          width: 0px;
          transition: width 500ms; } }
      .doralab.tim .default-4 .custom:nth-of-type(2) p:nth-of-type(2) a:hover:before {
        width: 25px; }
        @media (max-width: 1450px) {
          .doralab.tim .default-4 .custom:nth-of-type(2) p:nth-of-type(2) a:hover:before {
            width: 20px; } }
      .doralab.tim .default-4 .custom:nth-of-type(2) p:nth-of-type(2) a:hover:after {
        background-color: #fff;
        color: #CC4D74; }
        @media (min-width: 740px) {
          .doralab.tim .default-4 .custom:nth-of-type(2) p:nth-of-type(2) a:hover:after {
            margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab.tim .default-4 .custom:nth-of-type(2) p:nth-of-type(2) a:hover:after {
      margin-left: 40px; } }

.doralab.tim .default-5 {
  background: none;
  color: #000;
  text-align: left;
  display: block; }
  .doralab.tim .default-5 .enac-desc img {
    width: 30%; }
  .doralab.tim .default-5 .enac-desc h3 {
    font-size: 20px; }
  .doralab.tim .default-5 .enac-desc p {
    margin: 40px 0; }
    .doralab.tim .default-5 .enac-desc p a {
      color: #442B71;
      text-decoration: underline; }
  .doralab.tim .default-5 .enac-desc p:nth-of-type(5) {
    position: relative; }
    .doralab.tim .default-5 .enac-desc p:nth-of-type(5) a {
      color: #000;
      position: relative; }
      @media (max-width: 741px) {
        .doralab.tim .default-5 .enac-desc p:nth-of-type(5) a {
          text-decoration: underline; } }
      .doralab.tim .default-5 .enac-desc p:nth-of-type(5) a:after {
        content: '\f105';
        font-family: FontAwesome;
        color: #442B71;
        border: 1px solid #442B71;
        border-radius: 50%;
        padding: 8px 14px;
        margin-left: 20px;
        transition: margin-left 500ms; }
      @media (min-width: 740px) {
        .doralab.tim .default-5 .enac-desc p:nth-of-type(5) a:before {
          border-top: 2px solid #442B71;
          content: "";
          position: absolute;
          right: 50px;
          bottom: 10px;
          width: 0px;
          transition: width 500ms; } }
      .doralab.tim .default-5 .enac-desc p:nth-of-type(5) a:hover:before {
        width: 25px; }
        @media (max-width: 1450px) {
          .doralab.tim .default-5 .enac-desc p:nth-of-type(5) a:hover:before {
            width: 20px; } }
      .doralab.tim .default-5 .enac-desc p:nth-of-type(5) a:hover:after {
        background-color: #442B71;
        color: #fff; }
        @media (min-width: 740px) {
          .doralab.tim .default-5 .enac-desc p:nth-of-type(5) a:hover:after {
            margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab.tim .default-5 .enac-desc p:nth-of-type(5) a:hover:after {
      margin-left: 40px; } }

  .doralab.tim .default-5 .red-drone img {
    max-width: 145%;
    margin-left: 200px; }
.doralab.tim .default-6 {
  background: url(/images/application_to.png) no-repeat center;
  color: #ffffff;
  text-align: center;
  min-height: 40vh !important;
  display: flex;
  align-items: center; }
  .doralab.tim .default-6 h2 {
    font-size: 50px;
    margin: 30px 0; }
  .doralab.tim .default-6 p {
    margin: 30px 0; }
  .doralab.tim .default-6 p:nth-of-type(1) {
    font-size: 20px; }
  .doralab.tim .default-6 p:nth-of-type(2) {
    position: relative; }
    .doralab.tim .default-6 p:nth-of-type(2) a {
      color: #fff;
      position: relative; }
      @media (max-width: 741px) {
        .doralab.tim .default-6 p:nth-of-type(2) a {
          text-decoration: underline; } }
      .doralab.tim .default-6 p:nth-of-type(2) a:after {
        content: '\f105';
        font-family: FontAwesome;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        padding: 8px 14px;
        margin-left: 20px;
        transition: margin-left 500ms; }
      @media (min-width: 740px) {
        .doralab.tim .default-6 p:nth-of-type(2) a:before {
          border-top: 2px solid #fff;
          content: "";
          position: absolute;
          right: 50px;
          bottom: 10px;
          width: 0px;
          transition: width 500ms; } }
      .doralab.tim .default-6 p:nth-of-type(2) a:hover:before {
        width: 25px; }
        @media (max-width: 1450px) {
          .doralab.tim .default-6 p:nth-of-type(2) a:hover:before {
            width: 20px; } }
      .doralab.tim .default-6 p:nth-of-type(2) a:hover:after {
        background-color: #fff;
        color: #7b0c2a; }
        @media (min-width: 740px) {
          .doralab.tim .default-6 p:nth-of-type(2) a:hover:after {
            margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab.tim .default-6 p:nth-of-type(2) a:hover:after {
      margin-left: 40px; } }

.doralab.tim.it-it .default-5 .enac-desc p:nth-of-type(5) {
  position: relative; }
  .doralab.tim.it-it .default-5 .enac-desc p:nth-of-type(5) a {
    color: #000;
    position: relative; }
    @media (max-width: 741px) {
      .doralab.tim.it-it .default-5 .enac-desc p:nth-of-type(5) a {
        text-decoration: underline; } }
    .doralab.tim.it-it .default-5 .enac-desc p:nth-of-type(5) a:after {
      content: '\f105';
      font-family: FontAwesome;
      color: #442B71;
      border: 1px solid #442B71;
      border-radius: 50%;
      padding: 8px 14px;
      margin-left: 20px;
      transition: margin-left 500ms; }
    @media (min-width: 740px) {
      .doralab.tim.it-it .default-5 .enac-desc p:nth-of-type(5) a:before {
        border-top: 2px solid #442B71;
        content: "";
        position: absolute;
        right: 50x;
        bottom: 10px;
        width: 0px;
        transition: width 500ms; } }
    .doralab.tim.it-it .default-5 .enac-desc p:nth-of-type(5) a:hover:before {
      width: 25px; }
      @media (max-width: 1450px) {
        .doralab.tim.it-it .default-5 .enac-desc p:nth-of-type(5) a:hover:before {
          width: 20px; } }
    .doralab.tim.it-it .default-5 .enac-desc p:nth-of-type(5) a:hover:after {
      background-color: #442B71;
      color: #fff; }
      @media (min-width: 740px) {
        .doralab.tim.it-it .default-5 .enac-desc p:nth-of-type(5) a:hover:after {
          margin-left: 50px; } }
  @media (min-width: 740px) and (max-width: 1450px) {
    .doralab.tim.it-it .default-5 .enac-desc p:nth-of-type(5) a:hover:after {
      margin-left: 40px; } }

.view-tag .default-gif {
  display: none; }

.view-rsform h2 {
  color: #442B71 !important;
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: bold; }

#social_icons_news {
  display: block; }

@media (min-width: 740px) {
  .write_to_parent {
    width: 33%; }
    .write_to_parent a {
      font-weight: 600;
      background: none !important; } }
.asset-to .default-1 .custom p {
  margin-bottom: 80px; }
.asset-to .default-3 {
  background: url(/images/asset-wifi.png) no-repeat center; }
  .asset-to .default-3 .custom h2 {
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin: 40px 0; }
  .asset-to .default-3 .custom h3 {
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin: 30px 0; }
  .asset-to .default-3 .custom p {
    text-align: left;
    color: #fff;
    margin: 60px 0; }
    .asset-to .default-3 .custom p a {
      color: #fff;
      text-decoration: underline; }
  .asset-to .default-3 .col-md-6:first-of-type {
    display: block !important; }
.asset-to .default-4 .enac-desc img {
  max-width: 100%; }
.asset-to .default-4 .red-drone {
  display: block !important; }
  .asset-to .default-4 .red-drone h2 {
    font-size: 24px;
    color: #442B71;
    text-align: right;
    margin: 40px 0; }
    @media (max-width: 741px) {
      .asset-to .default-4 .red-drone h2 {
        text-align: left; } }
.asset-to .default-5 {
  background: url(/images/lorawan.png) no-repeat center; }
  .asset-to .default-5 .lorawan-desc h2 {
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin: 40px 0; }
  .asset-to .default-5 .lorawan-desc h3 {
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin: 30px 0; }
  .asset-to .default-5 .lorawan-desc p {
    text-align: left;
    color: #fff;
    margin: 60px 0; }

.asset-to.multi-edge .default-3 {
  background: url(/images/multi-edge.png) no-repeat center; }
  .asset-to.multi-edge .default-3 .custom h3 {
    margin: 120px 0 20px 0; }
  .asset-to.multi-edge .default-3 .custom p {
    text-align: left;
    color: #fff;
    margin: 20px 0 120px 0; }
    .asset-to.multi-edge .default-3 .custom p a {
      color: #fff;
      text-decoration: underline; }
.asset-to.multi-edge .default-4 .red-drone {
  display: block !important; }
  .asset-to.multi-edge .default-4 .red-drone h3 {
    font-size: 20px;
    text-align: right;
    margin: 200px 0; }
    @media (max-width: 768px) {
      .asset-to.multi-edge .default-4 .red-drone h3 {
        margin: 20px 0 80px 0; } }
    @media (max-width: 741px) {
      .asset-to.multi-edge .default-4 .red-drone h3 {
        text-align: left; } }

.asset-to.open-data .default-3 {
  background: url(/images/open-data.png) no-repeat center; }
  .asset-to.open-data .default-3 .custom h3 {
    margin: 120px 0 20px 0; }
  .asset-to.open-data .default-3 .custom p {
    text-align: left;
    color: #fff;
    margin: 20px 0 120px 0; }
    .asset-to.open-data .default-3 .custom p a {
      color: #fff;
      text-decoration: underline; }

.asset-to.altre-facilities .default-1 .custom ul {
  margin: 40px 0; }
  .asset-to.altre-facilities .default-1 .custom ul li {
    margin: 20px 0; }

@media (min-width: 992px) {
  .asset-to.connected-to .default-1 .container-tlc .t3-content .col-md-3 {
    width: 30%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .asset-to.connected-to .default-1 .container-tlc .t3-content .col-sm-4 {
    width: 40%; } }
.asset-to.connected-to .default-1 .container-tlc .t3-content .custom blockquote {
  border: none;
  background-color: #fff;
  margin: 40% 20% 0 0;
  min-height: 200px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start; }
  .asset-to.connected-to .default-1 .container-tlc .t3-content .custom blockquote h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 40px 0;
    color: #442B71; }

h3 {
  line-height: normal !important; }

.pdf-download:before {
  content: '';
  background-image: url(/images/file-icon.png);
  background-size: 20px 25px;
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px; }
.pdf-download:after {
  content: '\f105';
  font-family: FontAwesome;
  color: #442B71;
  border: 1px solid #442B71;
  border-radius: 50%;
  padding: 7px 12px;
  margin-left: 10px; }

/*# sourceMappingURL=custom.css.map */

.button-new-content {
  position: relative;
}

.button-new-content:before {
  border-top: 2px solid #442B71;
  content: "";
  position: absolute;
  right: 50px;
  bottom: 10px;
  width: 0px;
  transition: width 500ms;
}

.button-new-content:hover:before {
  width: 25px;
}

.button-new-content:after {
  content: '\f105';
  font-family: FontAwesome;
  color: #442B71;
  border: 1px solid #442B71;
  border-radius: 50%;
  padding: 8px 14px;
  margin-left: 20px;
  transition: margin-left 500ms;
}

.button-new-content:hover:after {
  margin-left: 50px;
  background-color: #442B71;
  color: #fff;
}
.itemid-580 .default-5, .itemid-581 .default-5 {
  min-height: auto !important;
}
ul.category-module.active-projects div.speriment_box, div.speriment_box {
  color:#fff;
  height:auto;
  width:auto;
  padding:8px 14px;
  position:absolute;
  top:20px;
  right:20px;
  margin-right:0;
  display:none;
}
.view-article.project div.speriment_box.speriment_article {
  top:70px;
}
ul.category-module.active-projects div.speriment_box.in_corso_speriment, div.speriment_box.in_corso_speriment {
  background-color:#3D9325;
}
ul.category-module.active-projects div.speriment_box.concluso_speriment, div.speriment_box.concluso_speriment {
  background-color:#993038;
}
.view-article.project .speriment_article, .view-article.project-list .speriment_article {
  display:block !important;
}


@media (max-width:576px){
  #tuned-to #in_evidenza_tab .modulo_in_evidenza blockquote,
  #tuned-to #news_tab .modulo_in_evidenza blockquote {
    width:100% !important;
  }

  div#tuned-to #in_evidenza_tab .modulo_in_evidenza,
  div#tuned-to #news_tab .modulo_in_evidenza {
    padding-top:55%;
    background-size: contain !important;
    height: unset ;
    background-position-y: top;
  }
}
