/* accordion */
.list2 {
    list-style-type:disc;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .accordion {
    background-color: #eeeeee;
    color: #444;
    border: #f7f7f7 solid 1px;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    transition: 0.4s;
  }
    .active, .accordion:hover {
    background-color: #ddd;
  }
    .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .accordion:after {
    content: 'Learn More >';
    /* content: '\1433';  */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
  } 
  .tealtext {
        color: #1a7ba7;
        font-weight: bold;
        font-size: 13px;
      }
  
/* Quotes */
#quote-carousel2 {
    padding: 20px 20px 20px 20px !important;
    margin-top: 0px !important;
    background: #eeeeee !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    color: #1e528e !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    }
    .author {
    color: #003366;
    font-size: 13px;
    font-family: "Montserrat", Arial;
    display: block;
    margin: auto;
    text-align: right;
    padding-right: 25px;
    }
    .quotes {
    font-family: 'Playfair Display', serif;
    line-height: 25px;
    text-align: left;
    font-size: 18px;
    color: #003366;
    padding-left: 65px;
    padding-right: 65px;
    }

    .main-section-row-2-background-color {
        background-color: rgba(0, 153, 143, 1) !important;
    }