/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: 5px;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    padding-top: 36%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: block; }

  .banner-title {
    font-size: 26px;
    left: 45px;
    top: 90px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 44.3px;
    left: 45px;
    top: 125px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    left: 45px;
    top: 160px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
    .congresses-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
  
  .congresses-container .course {
    padding: 15px 0; }
  
  .congresses-container h3 {
    color: #007078;
    font-size: 16px;
    margin-top: 0;    
  }
  .congresses-container p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0; }
  .congresses-container .learn-more {
    color: #00AE41;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase; }
  .congresses-container img {
    left: 5px;
    position: relative;
    top: -1px;
    width: 5px; }

    .congresses-description {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 20px;
    }

    .congress-info {
        font-weight: 300 !important;
    }

    .course {
        border-top: 1px solid #D2D2D2;
    } 

    .course:nth-child(1) {
        border-top: none;
    }
}
@media only screen and (min-width: 768px) {
    .congresses-description {
        margin-top: 35px;
    }
  .congresses-container .course {
    padding: 20px 0; }
  .congresses-container h3 {
    color: #007078;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0; }
  .congresses-container p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0; }
  .congresses-container .learn-more {
    color: #00AE41;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase; }
  .congresses-container img {
    left: 10px;
    position: relative;
    top: -1px;
    width: 7px; } }
@media only screen and (min-width: 992px) {  
  .congresses-container .course {
    height: 186px;
    width: 48%;
  }

    .congresses-description {
        flex-direction: row;        
        margin-top: 35px;
        padding: 0 45px;
    }

    .congresses-container {
        flex-direction: row;
    }

    .congresses-container h3 {        
        white-space: nowrap;
    }

    .course:nth-child(1),
    .course:nth-child(2) {
        border-top: none;
    }
}

/*# sourceMappingURL=congresses.css.map */
