#support tbody>tr:nth-child(odd)>td {
    background: #fff;
}
#support td {
    border: 0;
}
#support h2 {
    text-transform: uppercase;
    font-size: 1em;
    color: #1F8989;
    font-weight: bold;
    margin-bottom: 5px;
}
.support .readmore {
    font-weight: bold;;
}
.support .link {
    text-align: right;
}
#support table {
    border-bottom: 1px solid #1F8989;
}
#support-filters {
    background: linear-gradient(to bottom, #06202E, #064151);
    padding: 30px;
    border-top: 3px solid #22B2A9;
    margin-top: -6px;
}
#support-filters h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
.wrapper {
    position: relative;
    margin-top: -75px;
    text-align: center;
}
.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #1F8989;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 90px;
    width: 90px;

}
.icon img {
    /* width: 90px;
    height: 90px; */
}
.subheader {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
#support-filters select {
   margin-bottom: 15px;
}
#support-filters .program-select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
#support-filters .reset {
    color: #fff;
    background: #22B2A9;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
#support-filters .program-select[type=checkbox]+label {
    color: #fff;
    background: #22B2A9;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
.reset-section {
    text-align: center;
}
#support .seperator {
    background:  #1F8989;
    height: 1px;
    margin: 20px 20px 0 20px;
}
#support {
    padding-left: 0;
    list-style: none;
}
#support-filters select {
    font-weight: bold;
    text-align: center;
    color: #1F8989;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #22B2A9 50%),
        linear-gradient(135deg, #22B2A9 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent);
    background-position:
        calc(100% - 14px) calc(1em + 2px),
        calc(100% - 9px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}
  
#support-filters select:focus {
    background-image:
      linear-gradient(45deg, #22B2A9 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #22B2A9 50%),
      linear-gradient(to right, transparent, transparent);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}
.missing {
    margin: 0 0 20px 0;
    background-color: #F4FCFB;
    padding: 20px;
    text-align: center;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
}
.health-profession p {
    margin-bottom: 0;
}
.health-profession p:last-of-type {
    margin-bottom: 10px;
}
.description {
    margin-bottom: 30px;
}
.description ul {
    margin-bottom: 20px;
}
.description li {
    margin-bottom: 10px;
    padding: 0!important;
}
.custom-icon {
    width: 30px; 
    display: inline-block; 
    height: 30px; 
    margin-top: -15px; 
    margin-left: auto;
}
.contact-wrapper {
    max-width: 460px; display: flex; align-items: center;
}
.stage p {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .missing {
        margin: 0 20px;
    }
    #support li {
        padding: 20px 0;
    }
    #support .row {
        display: flex;
    }
    #support .row > div {
        padding: 0 20px;
    }
    #support .description {
        /* padding-bottom: 0!important; */
        margin-bottom: 10px;
    }
    #support  .first {
        width: 70%;
    }
    #support  .second {
        width: 30%;
    }
    #support .health-profession {
        width: 30%;
    }
    /*  */
    #support .affiliated {
        width: 40%;
    }
    #support .stage {
        width: 30%;
    }
    #support  .contact {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .custom-icon {
        display: none;
    }
    #support .seperator {
        margin: 20px 0 15px 0;
    }
    #support-filters {
        padding: 15px;
    }
    #support-filters select {
        text-align: left;
        font-size: 12px;
        padding: 10px 5px;
    }
    .dropdowns {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }
    .contact a {
        /* make long links wrap on mobile */
        word-break: break-all; 
    }
}

@media print {
    .opportunity {
        position: relative!important;
        left: unset!important;
        top: unset!important;
        right : unset!important;
        bottom: unset!important;
    }
    .elementor-sticky {
        position: relative!important;
        left: unset!important;
        top: unset!important;
        right : unset!important;
        bottom: unset!important;
    }
    .elementor-location-header, .elementor-location-footer, #support-filters {
        display: none!important;
    }
    .elementor-element-2000410 {
        height: 100px!important;
        margin-top: -50px;
        margin-bottom: -50px;
    }
}

