/*
 Theme Name:   WP Bootstrap Starter Child
 Description:  WP Bootstrap Starter Child Theme
 Author:       Danny Charron
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wpbootstrapstarterchild
*/

/* Homepage
    Impact */

  .impact-area {
    position: relative;
    padding-top: 8rem;
    height: auto;
    min-height: 895px;
    color: #fff;
    background: transparent url('/wp-content/uploads/2019/05/impact-homepage.jpg') center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
  }
  
  .impact-area video {
     position: fixed;
     right: 0;
     bottom: 0;
     width: 100% !important;
     height: 100% !important;
     min-width: 100%;
     min-height: 100%;
     height: 100vh;
     max-height: 1200px !important;
     object-fit: cover;
  }
  
  .impact-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
  }

  .impact-area:after {
    position: absolute;
    bottom: 70px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 296px;
    content: '';
    z-index: 2;
    background:  url('/wp-content/uploads/2019/05/impact-circle-dots.svg') center center no-repeat;
    background-size: 570px auto;
    -webkit-background-size: 570px auto;
    z-index: 3;
  }
  
  .impact-area .container {
    position: relative;
    z-index: 3;
  }

  .impact-area aside {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .impact-area aside:nth-of-type(1) {
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .impact-area aside h1 {
    font-size: 80px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
  }

  .impact-area aside h1 span {
    color: #3285D4;
  }

  .impact-area aside p {
    width: 90%;
    font-size: 18px;
    line-height: 1.8;
  }

  .impact-area .btn {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0;
    color: #fff;
    height: 110px;
    width: 45%;
    max-width: 320px;
    border-radius: 3px;
    border: none;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }

  .impact-area .btn span {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 65%;
    height: 110px;
    font-size: 18px;
    font-weight: 500;
    border-left: 1px solid rgba(255,255,255,0.1);
  }
  
  .impact-area .btn-explore-data {
    margin-right: 1.25rem;
  }

  .impact-area .btn {
    background: linear-gradient(146.09deg, #3A85D9 0%, #5259AF 100%);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.5);
  }
  
  .impact-area .btn svg {
    margin: 0 1.5rem;
  }
  
  .impact-area .btn:hover,
  .impact-area .btn:focus,
  .impact-area .btn:active {
    background: rgba(0, 0, 0, 0.2);
    outline: none !important;
    box-shadow: none;
    color:white;
    -webkit-box-shadow: none;
  }
  
  .page-template-home .impact-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .impact-area aside {
    flex-basis: initial;
    width: 100%;
    justify-content: center;
  }
  
    .impact-area aside:nth-of-type(1) {
      margin-bottom: 3rem;
      -ms-align-items: center;
      align-items: center;
      text-align: center;
    }
    
    .impact-area .section-collaboration {
      position: absolute;
      left: 50%;
      bottom:-442px;
      margin-left: -600px;
      max-width: 1200px;
      z-index: 4;
      box-shadow: 0 50px 70px 0 rgba(0,0,0,0.4);
        -webkit-box-shadow: 0 50px 70px 0 rgba(0,0,0,0.4);
    }
    
    .impact-area .btn-scroll-down {
      margin-top: 250px;
      margin-left: 46.8% !important;
    }
    
/* Homepage
    Impact */
    
/* Section 
    Water Management */

  .water-management {
    position: relative;
    padding-top: 38.5rem;
    height: auto;
    background-color: #fff;
    background-image: url(/wp-content/uploads/2019/05/bg-grey-lines.png);
    -webkit-background-size: auto 680px;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: center right;
  }

  .water-management .row {
      padding: 6em 0 3em;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
  }
  
  .water-management .icon-scroll {
    position: absolute;
    top:  36rem;
    left: 50%;
    margin-left: -62px;
    z-index: 3;
  }

  .water-management h2 {
    color: #333;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
  }

  .water-management h3 {
    margin-top: 1.5rem;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 30px;
    text-transform: uppercase;
  }
  
  .features,
  .features aside {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    align-content: flex-start;
    justify-content: space-between;
  }

  .features aside {
    position: relative;
    width: 33.33%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .features aside:nth-of-type(2):before,
  .features aside:nth-of-type(2):after {
    position: absolute;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    max-height: 210px;
    background-color: rgba(0,0,0,0.1);
  }

  .features aside:nth-of-type(2):before { left: 0; }
  .features aside:nth-of-type(2):after  { right: 0; }

  .features {
    margin: 4rem 0;
    width: 90%;
    max-width: 1200px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

    .features img {
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      margin: 0 auto 20px;
      width: 134px;
      height: auto;
    }

    .features h4 {
      margin-bottom: 20px;
      color: #3A85D9;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
    }
    
    .features h4:after {
      display: block;
      margin: 20px auto 0;
      width: 40px;
      height: 40px;
      background: #CDD8E5 url('/wp-content/uploads/2019/05/icon-checkmark.png') center center no-repeat;
      border-radius: 100px;
    }
  
/* Section 
    Water Management END */
    
    
/* Section
    Open Access to ET Data  */
    
  .section-et-data { background-color: #F3F4F9; }
  /* .section-et-data .aside-img { background-image: url('/wp-content/uploads/2019/05/img-et-data.jpg'); } */
  
/* Section
    Open Access to ET Data END */
    
    
/* Section
    Daily Data with 48h Latency */

  .section-daily-data { 
    color: #fff;
    background: #225FA3 url('/wp-content/uploads/2019/05/bg-daily-data.svg') right top no-repeat;
    background-size: 299px 601px;
      -webkit-background-size: 299px 601px;
    background-size: contain;
      -webkit-background-size: contain;
  }
  
  .section-daily-data .aside-content h2,
  .section-daily-data .aside-content p {
    color: #fff;
  }

  .section-daily-data .aside-img {
    position: relative;
    padding: 0; 
    max-height: 600px;
  }

  .section-daily-data .aside-img:after {
    content: '';
    width: 193px;
    height: 209px;
    right: -96px;
    background-image: url('/wp-content/uploads/2019/05/icon-daily-data-white.png'); 
    background-image: url('/wp-content/uploads/2019/05/icon-daily-data-white.svg'); 
    background-repeat: no-repeat;
    background-size: 193px 209px;
      -webkit-background-size: 193px 209px;
  }

  .section-daily-data .aside-img img {
    position: absolute;
    top: -30px;
    left: 0;
    width: 115%;
    max-width: 115%;
    z-index: 1;
  }
  
  .section-daily-data .aside-img:after { z-index: 2; }

  .section-et-data .icon { right: -96px; }
    
/* Section
    Daily Data with 48h Latency END */
    
    
/* Section 
    Secure, Custom Data Delivery */
    
  .section-data-dev { background-color: #F3F4F9; }

  /* .section-data-dev .aside-img { background-image: url('/wp-content/uploads/2019/05/img-data-delivery.jpg'); } */
  
  .section-data-dev .icon { left: -96px; }

/* Section 
    Secure, Custom Data Delivery END */
    
    
/* Section 
    Here’s How it Works */

    .section-how-it-works  {
      justify-content: center;
      padding: 8rem 0;
      color: #fff;
      font-size: 18px;
      font-family: 'Roboto', Helvetica, Arial, sans-serif;
      font-weight: 300;
      text-align: center;
      background: #225FA3 url('/wp-content/uploads/2019/05/bg-how-it-works.jpg') center center no-repeat;
      background-size: cover;
        -webkit-background-size: cover;
    }

    .section-how-it-works:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(2,80,157,0) 0%, #02509D 100%);
      z-index: 1;
    }

    .section-how-it-works h2,
    .section-how-it-works p,
    .section-how-it-works img,
    .section-how-it-works .preview-video  {
      position: relative;
      z-index: 2;
    }

    .section-how-it-works h2 {
      margin: 0 auto;
      text-align: center;
    }

    .section-how-it-works p {
      max-width: 100%;
    }

    .section-how-it-works img {
      margin: 4rem auto 6rem;
    }

    .section-how-it-works .preview-video {
      margin: 0 auto;
      width: 90%;
      max-width: 800px;
      overflow:auto;
      height: auto;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-between;
    }

    .section-how-it-works .preview-video > a:nth-of-type(1) {
      position: relative;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      width: 100%;
      min-height: 500px;
      color: #fff;
      background: transparent url('/wp-content/uploads/2019/05/preview-video.jpg') center center no-repeat;
      background-size: cover;
        -webkit-background-size: cover;
    }

    .section-how-it-works .preview-video > a:nth-of-type(1):before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .section-how-it-works .preview-video > a:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
    }

    .section-how-it-works .preview-video a,
    .section-how-it-works .preview-video p {
      position: relative;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;  
    }

    .section-how-it-works .preview-video img {
      margin: auto;
      z-index: 5;
    }

    .section-how-it-works p {
      width: 100%;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      justify-content: space-between;
    }

    .section-how-it-works .preview-video img {
      margin: 0;
      max-width: 120px;
      height: auto;
    }

    .section-how-it-works a {
      color: #fff;
      text-decoration: none;
    }

/* Section
    Here’s How it Works */
    
    
/* Section
    Collaboration END */

  .section-collaboration {
    padding: 3rem 0 0;
    height: auto;
    min-height: 250px;
    background-color: #fff;
  }

    .section-collaboration h2 {
      color: #b2b2b2;
      font-size: 18px;
      font-family: 'Roboto', Helvetica, Arial, sans-serif;
      font-weight: 500;
      letter-spacing: 10px;
      text-transform: uppercase;
      text-align: center;
    }

    .nav-collaboration {
      padding: 0;
      margin: 0 auto;
      width: 100%;
      height: 442px;
      /* list-style-type: none; */
      display: -webkit-flex;
      display: -ms-flex;
      display: block;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: column;
      align-content: center;
      -ms-align-items: center;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      background: url(https://openetdata.org/wp-content/uploads/2021/09/openetlogos-2.png) center center no-repeat;

      background-size: contain;
    }
    
    .nav-collaboration li img {
      max-width: 240px;
    }

/* Section
    Collaboration END */
    
    
/* Section
    Need More Info */

  .section-need-more-info,
  .section-need-more-info .container,
  .section-need-more-info aside {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }

  .section-need-more-info:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2019/05/bg-lines-full.png') center top no-repeat;
    background-size: 2000px auto;
      -webkit-background-size: 2000px auto;
  }

  .section-need-more-info {
    height: auto;
    min-height: 800px;
    color: #fff;
    background: #225FA3;
    background: linear-gradient(270deg, #1D4A7C 0%, #225FA3 100%);
  }

  .section-need-more-info {
    justify-content: space-between;
  }

  .section-need-more-info .aside-content,
  .section-need-more-info .aside-form {
      position: relative;
      padding: 6rem 0 8rem;
      width: 50%;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    
  .section-need-more-info .aside-content {
    padding-right: 3rem;
  }

  .section-need-more-info .aside-form h3 {
    margin-bottom: 2rem;
  }

  .section-need-more-info .aside-form > p {
    margin-bottom: 3rem
  }

  .section-need-more-info .aside-form {
    padding-left: 2rem;
    font-weight: 300;
  }
    
    .section-need-more-info .aside-content:after {
      position: absolute;
      top: 6rem;
      right: 0;
      content: '';
      width: 1px;
      height: 60%;
      background-color: rgba(255,255,255,0.2);
    }
    
  .form-safe {
    margin-top: 3rem;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-content: space-between;
    -ms-align-items: space-between;
    align-items: space-between;
    justify-content: space-between;
  }
    
  .section-need-more-info .aside-form p a {
    display: block;
    color: #fff;
    text-decoration: underline;
  }

  .section-need-more-info .aside-form label {
    opacity: 1;
  }

  .section-need-more-info .aside-form .form-group {
    overflow-x: hidden;
  }
    
  .section-need-more-info .aside-form .form-control {
    padding-bottom: 20px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
      -webkit-box-shadow: none;
  }

  .section-need-more-info .aside-form .form-select {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .section-need-more-info .aside-form .form-select:after {
    position: absolute;
    top: 45px;
    right: 0;
    width: 30px;
    height: 20px;
    content: '';
    background: url('/wp-content/uploads/2019/05/arrow-down.png') center center no-repeat;
    background-size: 13px 8px;
      -webkit-background-size: 13px 8px;
  }

  .section-need-more-info .aside-form select {
      width: 110%;
      height: 58px !important;
  }

  .section-need-more-info .aside-form input::placeholder {
    color: #fff;
    opacity: 1;
  }

  .section-need-more-info .aside-form .btn {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 500;
    width: 200px;
    height: 60px;
    background: #3A85D9;
    border: none;
    line-height: 2.2;
    transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
  }
    
  .section-need-more-info .aside-form .btn:after {
    display: inline-block;
    margin: 10px 0 0 13px;
    width: 30px;
    height: 25px;
    content: '';
    vertical-align: top;
    background: url('/wp-content/uploads/2019/05/icon-get-in-touch.svg') center top no-repeat;
    background-size: 21px 18px;
      -webkit-background-size: 21px 18px;
  }

  .section-need-more-info .aside-form .btn:hover,
  .section-need-more-info .aside-form .btn:active {
    background-color: #2e6aad;
  }

/* Section
    Need More Info END */
    
    
/* Responsive 
    Desktop, Tablets and Phones */

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


  .nav-collaboration {
    height: 162px;
  }
  .section-how-it-works {
    padding: 4rem;
  }


      .water-management {
        background-image: none;
      }
  
  .water-management h2,
  .section-how-it-works h2, 
  .section-need-more-info h2 {
    width: 90%;
    font-size: 3rem;
  }
  
  .section-daily-data .aside-img img,
  .section-daily-data .aside-img:after {
    top: 4rem;
  }
  
  .section-daily-data .aside-img:after {
    width: 124px;
  }
  
  .section-daily-data .aside-img img {
    width: 100%;
    max-width: 100%;
  }
  
  .section-et-data .icon,
  .section-daily-data .aside-img:after {
    right: -62px;
  }
  
  .section-daily-data .aside-img:after {
    -webkit-background-size: 124px auto;
    background-size: 124px auto;
  }
  
  .section-data-dev .icon {
    left: -62px;
  }
  
  .features img {
    width: 90px;
  }
  
  .features h4 {
    max-width: 200px;
  }
  
  .water-management .row,
  .section-need-more-info .aside-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  
  .section-need-more-info {
    min-height: auto;
  }
  
  .section-collaboration {
    padding: 3rem 0;
    min-height: auto;
  }
  
  .section-need-more-info, 
  .section-need-more-info .container,
  .section-how-it-works .preview-video p {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  } 
  
  .section-how-it-works .preview-video p {
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    text-align: center;
  }
  
  .section-how-it-works .preview-video p img {
    margin-top: 1rem;
  }
  
  .section-need-more-info .aside-content:after {
    top: initial;
    bottom: 0;
    right: initial;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
  }
  
  .section-need-more-info .aside-content, 
  .section-need-more-info .aside-form {
    padding: 4rem 0;
    width: 100%;
  }
  
}

@media only screen and (max-width: 1200px) {
  
  .impact-area {
    min-height: 900px;
    padding-bottom: 0;
    min-height: auto;
  }
  
  .impact-area .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 600px;
  }
  
  .impact-area aside {
    margin-bottom: 4rem;
    flex-basis: initial;
    -ms-align-items: space-between;
    align-items: flex-start;
  }
  
  .impact-area aside:nth-of-type(1) {
    margin-bottom: 0;
  }
  
  .form-search-location {
    margin: 4rem auto 0;
  }
  
  .impact-area:after {
    display: none;
  }
  
  .impact-area video {
    display: none;
  }
  
  .impact-area .section-collaboration {
    position: relative;
    bottom: initial;
    left: initial;
    margin-left: initial;
    max-width: 100%;
    box-shadow: none;
      -webkit-box-shadow: none;
  }
  
  .water-management {
    padding-top: 6px;
  }
  
  .water-management .icon-scroll {
    top: 2rem;
  }
  
}

@media only screen and (max-width: 1024px) {
  
  .impact-area aside h1 {
    font-size: 40px; font-size: 4rem;
  }
  
  .impact-area {
    padding-top: 6rem;
  }
  
  .impact-area .row {
    margin: 0 auto;
    width: 90%;
    justify-content: center;
  }
  
  .impact-area .container {
    max-width: 100%;
  }
  
  .nav-collaboration {
    justify-content: center;
  }

  .impact-area aside,
  .impact-area aside:nth-of-type(1) {
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .form-search-location::before {
     display: none; 
  }
  
  .form-search-location input[type="text"] { padding-left: 2rem; }
  
  .section-how-it-works h2, 
  .water-management h2,
  .section-need-more-info h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  
  .water-management {
    padding-top: 5rem;
  }
  
  .water-management .row {
    padding-bottom: 1rem;
  }
  
  .water-management h3 {
    font-size: 1.3rem;
    letter-spacing: 13px;
    text-align: center;
  }
  
  .water-management .icon-scroll {
    position: absolute;
    left: 50%;
    margin-left: -45px;
  }
  
  .features {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .section-how-it-works img {
    margin: 2rem 0 3rem;
    max-width: 250px;
  }
  
  .section-how-it-works .preview-video > a:nth-of-type(1) {
    min-height: 300px;
  }
  
  .section-how-it-works .preview-video img {
    max-width: 80px;
  }
  
}

@media only screen and (max-width: 768px) {
  
  .impact-area aside {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  
  .impact-area aside p {
    margin-bottom: 3rem;
  }
  
  .impact-area .btn {
    width: 100%;
    height: 70px;
  }
  
  .impact-area .btn span {
    height: 70px;
  }
  
  .impact-area .btn svg {
    width: 47px;
  }
  
  .impact-area .btn-explore-data {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  
  .water-management h2 {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  
  .features {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .features aside {
    padding: 3rem 0;
    width: 100%;
  }
  
  .features aside:nth-of-type(2):before, 
  .features aside:nth-of-type(2):after {
    top: initial;
    right: initial;
    width: 100%;
    height: 1px;
  }
  
  .features aside:nth-of-type(2):before {
    top: 0;
  }
  
  .features aside:nth-of-type(2):after {
    bottom: 0;
  }
  
  .features h4 {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    font-size: 1rem;
  }
  
  .section-daily-data {
    background-image: none;
  }
  
  .section-data-dev.content-two-col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
  }
  
  .section-data-dev.content-two-col .aside-content {
    background-color: #fff;
  }
  
  .section-et-data .icon, 
  .section-daily-data .aside-img:after {
    right: -40px;
  }
  
  .section-data-dev .icon {
    left: -40px;
  }
  
  .section-daily-data .aside-img:after {
    position: absolute;
    top: 50px;
  }
  
  .section-need-more-info .aside-form > p {
    margin-bottom: 1rem;
  }
  
  .form-safe {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
}

/* Responsive 
    Desktop, Tablets and Phones END*/
/*.nav-collaboration {*/

/*padding: 0;*/
/*margin: 0 auto;*/
/*width: 100%;*/
/*height: 180px !important;*/
/*overflow: hidden;*/
/*padding-top: 140px;*/
/*list-style-type: none;*/
/*display: -webkit-flex;*/
/*display: -ms-flex;*/
/*display: flex;*/
/*-webkit-flex-direction: row;*/
/*-ms-flex-direction: row;*/
/*flex-direction: row;*/
/*align-content: center;*/
/*-ms-align-items: center;*/
/*align-items: center;*/
/*justify-content: space-between;*/
/*flex-wrap: wrap;*/
/*}*/


/*.nav-collaboration:hover {*/
/*  padding: 0;*/
/*  margin: 0 auto;*/
/*  width: 100%;*/
/*  overflow: auto;*/
/*  height: 180px;*/
/*  padding-top: 360px;*/
/*  !* padding-bottom: 360px; *!*/
/*  list-style-type: none;*/
/*  display: -webkit-flex;*/
/*  display: -ms-flex;*/
/*  display: flex;*/
/*  -webkit-flex-direction: row;*/
/*  -ms-flex-direction: row;*/
/*  flex-direction: row;*/
/*  align-content: center;*/
/*  -ms-align-items: center;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/