﻿.learn-more-links {
    text-decoration: underline;
    color: #366fc0;
}

    .learn-more-links:active,
    .learn-more-links:focus {
        outline: 3px dotted #eee;
    }

.social-box .box {
    background: #FFF;
    border-radius: 10px;
    padding: 30px 10px;
    margin: 20px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

    .social-box .box.shadow {
        box-shadow: 0 0 12px #666666;
    }

    .social-box .box.shadow-vaccine:hover {
        box-shadow: 0 0 12px #4183D7;
    }

    .social-box .box.shadow-diagnostic:hover {
        box-shadow: 0 0 12px red;
    }

    .social-box .box.shadow-rapidly:hover {
        box-shadow: 0 0 12px forestgreen;
    }

    .social-box .box.shadow-support:hover {
        box-shadow: 0 0 12px #337ab7;
    }

    .social-box .box.shadow-other:hover {
        box-shadow: 0 0 12px #666666;
    }

    .social-box .box.shadow-therapeutic:hover {
        box-shadow: 0 0 12px purple;
    }

    .social-box .box .box-text {
        margin: 20px 0px;
        font-size: 15px;
        line-height: 30px;
        min-height: 100px;
    }

    .social-box .box .box-btn a {
        text-decoration: none;
        color: #4183D7;
        font-size: 16px;
    }

.text-vaccine {
    color: #4183D7;
}

.text-vaccines {
    color: #4183D7;
}

.text-diagnostic {
    color: red;
}

.text-diagnostics {
    color: red;
}

.text-therapeutic {
    color: purple;
}

.text-therapeutics {
    color: purple;
}

.text-rapidly {
    color: forestgreen;
}

.text-support {
    color: #337ab7;
}

.text-other {
    color: #666666;
}

.bg-vaccine {
    background-color: #4183D7;
    margin: 0 5px;
}

.bg-diagnostic {
    background-color: red;
    margin: 0 5px;
}

.bg-therapeutic {
    background-color: purple;
    margin: 0 5px;
}

.bg-rapidly {
    background-color: forestgreen;
    margin: 0 5px;
}

.bg-support {
    background-color: #337ab7;
    margin: 0 5px;
}

.bg-other {
    background-color: #666666;
    margin: 0 5px;
}

.bg-fda {
    background-color: #BAE1FF;
    border: solid 1px #4183D7;
}

.box-title {
    min-height: 80px;
}

.box-title2 {
    min-height: 60px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mu-portfolio-banner {
    display: inline;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.legend {
    display: inline-block;
}

.legendpoint {
    width: 154px;
    float: left;
}

.eval-box a {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#diagnostic {
    min-height: 350px;
    background-color: white;
    background-image: url("https://www.medicalcountermeasures.gov/media/assets/manufacturing-bg-1.png");
    background-position-x: center;
    background-position-y: -72px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.diagnostic-chart-inner {
    outline: 4px solid white;
    outline-offset: 5px;
    padding: 10px;
}

.read-more {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.2em;
    padding: 5px 15px;
}

    .read-more:hover,
    .read-more:focus {
        border-radius: 0;
    }

#mcm-covid19-links-section {
    float: left;
    width: 100%;
    background-color: #222;
    margin-top: 15px;
}

.covid19-links-content {
    margin: 7px;
}

.link-title {
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.link-table {
    display: inline-block;
}

    .link-table p {
        margin: 0;
    }

    .link-table a {
        display: inline-block;
        text-decoration: underline;
        color: #fff;
        font-size: 1.2em
    }

        .link-table a:focus {
            border: dotted 1px #CCC;
        }

        .link-table a::after {
            content: "|";
            padding: 0 10px;
            color: #CCC;
            text-decoration: none;
        }

        .link-table a:last-child::after {
            display: none;
        }

    .link-table .reply-btn {
        font-size: 1em !important;
    }

@@media (min-width: 1200px) {
    .legendpoint {
        width: 154px;
        float: left;
    }
}

@@media (max-width: 1024px) {
    .legend {
        width: 640px;
    }

    .legendpoint {
        width: 180px;
        text-align: left;
        padding-left: 10px;
    }
}

@@media (max-width: 769px) {
    .legend {
        width: 440px;
    }

    .legendpoint {
        width: 180px;
        text-align: left;
        padding-left: 10px;
    }

    .diagnostic-content-inner {
        text-align: center !important;
    }

    .diagnostic-counter-inner {
        position: static !important;
        margin: auto !important;
        margin: 20px 0 !important;
    }
}

@@media (max-width: 720px) {
    .diagnostic-content-inner {
        text-align: center !important;
    }

    .diagnostic-counter-inner {
        position: static !important;
        margin: auto !important;
        margin: 20px 0 !important;
    }
}

@@media (max-width: 641px) {
    .legend {
        width: 340px;
    }

    .legendpoint {
        width: 140px;
        text-align: left;
        padding-left: 10px;
    }
}

@@media (max-width: 376px) {
    .legendpoint {
        width: 160px;
        text-align: left;
        padding-left: 5px;
    }

    .link-table a {
        display: block;
        margin: auto;
    }

        .link-table a::after {
            content: "";
        }

    #mu-our-meeting {
        padding: 0;
        width: 100%;
    }

    .mu-our-meeting-area > div:nth-child(1) > div:nth-child(1) {
        font-size: 22px !important;
        text-align: center;
    }

    .mu-our-meeting-area > div:nth-child(1) > div:nth-child(2) {
        font-size: 35px !important;
        text-align: center;
    }
}

.mcm-badge {
    height: 40px;
    width: 40px;
    position: absolute;
}

.mcm-badge-txt {
    color: #000;
    font-weight: 700;
}

.badge-card-pos-1 {
    top: 35px;
    left: 20px;
}

.badge-card-pos-2 {
    top: 35px;
    left: 64px;
}

.badge-card-pos-3 {
    top: 35px;
    right: 64px;
}

.badge-card-pos-4 {
    top: 35px;
    right: 20px;
}

.badge-card-pos-5 {
    bottom: 35px;
    left: 20px;
}

.badge-card-pos-6 {
    bottom: 35px;
    left: 64px;
}

.badge-card-pos-7 {
    bottom: 35px;
    right: 64px;
}

.badge-card-pos-8 {
    bottom: 35px;
    right: 20px;
}

.badge-pop-pos-1 {
    top: 15px;
    left: 20px;
}

.badge-pop-pos-2 {
    top: 15px;
    left: 64px;
}

.badge-pop-pos-3 {
    top: 15px;
    right: 64px;
}

.badge-pop-pos-4 {
    top: 15px;
    right: 20px;
}

.badge-pop-pos-5 {
    bottom: 15px;
    left: 20px;
}

.badge-pop-pos-6 {
    bottom: 15px;
    left: 64px;
}

.badge-pop-pos-7 {
    bottom: 15px;
    right: 64px;
}

.badge-pop-pos-8 {
    bottom: 15px;
    right: 20px;
}
