﻿section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}



.ng-h2 {
    color: #002f8c !important;
    text-align: center;
    margin-bottom: 0px !important;
    margin-top: 80px !important;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
}

.ng-h4 {
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.ng-h5 {
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    padding-right: 215px !important;
}

.modal-open .ng-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: none;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 768px) {

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/*.ng-modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px !important;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
} */

.modal-content {
    font-family: "Roboto", sans-serif !important;
    color: #333 !important;
    font-size: 16px !important;
    overflow-x: hidden !important;
    width: 700px !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: table;
}

.ng-modal-header .ng-close {
    margin-top: 3px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.modal-body {
    position: relative;
    padding: 15px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer !important;
    background: transparent;
    border: 0;
    z-index: 1000;
}

.close {
    float: right;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.button-ghostcard {
    background-color: #366FC0;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

/*==================
 GALLERY PAGE
====================*/
#mu-gallery {
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%;
}

    #mu-gallery .mu-gallery-area {
        display: inline;
        float: left;
        width: 100%;
    }

        #mu-gallery .mu-gallery-area .mu-gallery-content {
            display: inline;
            float: left;
            width: 100%;
        }

            #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top {
                display: inline;
                float: left;
                margin-top: 50px;
                padding: 20px 0;
                width: 100%;
            }

                #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul {
                    display: inline-block;
                    text-align: center;
                    width: 97%;
                    padding-left: 15px;
                }

                    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li {
                        color: #fff;
                        cursor: pointer;
                        display: inline-block;
                        font-size: 14px;
                        font-weight: bold;
                        letter-spacing: 0.5px;
                        margin: 0 5px;
                        padding: 6px 15px;
                        text-transform: uppercase;
                        -webkit-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -ms-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        transition: all 0.5s;
                    }

                        #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li:hover, #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li:focus {
                            background-color: #fff;
                        }

                    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul .active {
                        background-color: #fff;
                    }

            #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body {
                display: inline;
                float: left;
                width: 100%;
                margin-top: 50px;
            }

                #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery {
                    display: inline;
                    float: left;
                    margin-bottom: 30px;
                    width: 100%;
                }

                    #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item {
                        display: inline;
                        float: left;
                        width: 100%;
                        position: relative;
                    }

                        #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-img img {
                            transform: scale(1.3);
                        }

                        #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-info {
                            background-color: rgba(0, 0, 0, 0.8);
                            opacity: 1;
                            transform: scale(1);
                        }

                            #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-info .mu-single-gallery-info-inner {
                                transform: scale(1);
                            }

                        #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img {
                            display: inline;
                            float: left;
                            height: 220px;
                            overflow: hidden;
                            width: 100%;
                        }

                            #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img img {
                                width: 100%;
                                height: 100%;
                                transform: scale(1);
                                -webkit-transition: all 0.8s;
                                -moz-transition: all 0.8s;
                                -ms-transition: all 0.8s;
                                -o-transition: all 0.8s;
                                transition: all 0.8s;
                            }

                        #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
                            background-color: rgba(0, 0, 0, 0.2);
                            bottom: 0;
                            height: 100%;
                            left: 0;
                            opacity: 0;
                            padding-top: 70px;
                            position: absolute;
                            right: 0;
                            text-align: left;
                            top: 0;
                            transform: scale(1);
                            width: 100%;
                            -webkit-transition: all 0.8s;
                            -moz-transition: all 0.8s;
                            -ms-transition: all 0.8s;
                            -o-transition: all 0.8s;
                            transition: all 0.8s;
                        }

                            #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner {
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                padding: 20px;
                                transform: scale(0);
                                -webkit-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -ms-transition: all 0.5s;
                                -o-transition: all 0.5s;
                                transition: all 0.5s;
                            }

                                #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner h4 {
                                    color: #fff;
                                    font-size: 20px;
                                    line-height: 1.3;
                                    margin-bottom: 0;
                                    text-transform: uppercase;
                                }

                                #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner p {
                                    color: #fff;
                                    font-size: 14px;
                                    margin-bottom: 20px;
                                }

                                #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner a {
                                    color: #fff;
                                    display: inline-block;
                                    height: 35px;
                                    line-height: 35px;
                                    margin-right: 10px;
                                    text-align: center;
                                    width: 40px;
                                    -webkit-transition: all 0.5s;
                                    -moz-transition: all 0.5s;
                                    -ms-transition: all 0.5s;
                                    -o-transition: all 0.5s;
                                    transition: all 0.5s;
                                }

        #mu-gallery .mu-gallery-area #mixit-container .mix {
            display: none;
        }

        #mu-gallery .mu-gallery-area .mu-gallery-content {
            width: 100%;
        }

            #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li {
                background-color: #366FC0;
                border: 1px solid #366FC0;
            }

                #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li:hover, #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li:focus {
                    color: #366FC0;
                    border-color: #366FC0;
                }

            #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul .active {
                color: #366FC0;
                border-color: #366FC0;
            }

            #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner a {
                background-color: #366FC0;
            }

    #mu-gallery .mu-single-gallery a {
        color: #333;
        text-decoration: none;
    }

.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 !important;
    padding: 30px 10px !important;
    margin: 20px 0px !important;
    cursor: pointer !important;
    transition: all 0.5s ease-out !important;
}

    .social-box .box.shadow {
        box-shadow: 0 0 12px #666666 !important;
    }

    .social-box .box.shadow-vaccine:hover {
        box-shadow: 0 0 12px #00193C !important;
    }

    .social-box .box.shadow-vaccines:hover {
        box-shadow: 0 0 12px #00193C !important;
    }

    .social-box .box.shadow-diagnostic:hover {
        box-shadow: 0 0 12px red !important;
    }

    .social-box .box.shadow-diagnostics:hover {
        box-shadow: 0 0 12px red !important;
    }


    .social-box .box.shadow-rapidly:hover {
        box-shadow: 0 0 12px forestgreen !important;
    }

    .social-box .box.shadow-support:hover {
        box-shadow: 0 0 12px #337ab7 !important;
    }

    .social-box .box.shadow-enabler:hover {
        box-shadow: 0 0 12px #0B55EF !important;
    }

    .social-box .box.shadow-therapeutic:hover {
        box-shadow: 0 0 12px #002888 !important;
    }

    .social-box .box.shadow-therapeutics:hover {
        box-shadow: 0 0 12px #002888 !important;
    }

    .social-box .box .box-text {
        margin: 20px 0px !important;
        font-size: 15px !important;
        line-height: 30px !important;
        min-height: 100px !important;
    }

    .social-box .box .box-btn a {
        text-decoration: underline !important;
        color: #4183D7 !important;
        font-size: 16px !important;
    }

.text-vaccine {
    color: #00193C !important;
}

.text-diagnostic {
    color: red !important;
}

.text-therapeutic {
    color: #002888 !important;
}

.text-vaccines {
    color: #00193C !important;
}

.text-diagnostics {
    color: red !important;
}

.text-therapeutics {
    color: #002888 !important;
}

.text-rapidly {
    color: forestgreen !important;
}

.text-support {
    color: #337ab7 !important;
}

.text-enabler {
    color: #0B55EF !important;
}

.bg-vaccine {
    background-color: #00193C !important;
    margin: 0 5px;
}

.bg-vaccines {
    background-color: #00193C !important;
    margin: 0 5px;
}

.bg-diagnostic {
    background-color: red !important;
    margin: 0 5px;
}

.bg-diagnostics {
    background-color: red !important;
    margin: 0 5px;
}

.bg-therapeutic {
    background-color: #002888 !important;
    margin: 0 5px;
}

.bg-therapeutics {
    background-color: #002888 !important;
    margin: 0 5px;
}

.bg-rapidly {
    background-color: forestgreen !important;
    margin: 0 5px;
}

.bg-support {
    background-color: #337ab7 !important;
    margin: 0 5px;
}

.bg-enabler {
    background-color: #0B55EF !important;
    margin: 0 5px;
}

.bg-fda {
    background-color: #BAE1FF !important;
    border: solid 1px #4183D7 !important;
}

.box-title {
    min-height: 80px !important;
}

.box-title-ghostcopy {
    font-size: 16px !important;
    color: #333;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.box-title-ghost {
    min-height: 40px !important;
}

.box-title-ghostamount {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    font-weight: bold !important;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.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;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.long-copy {
    overflow: hidden;
    max-height: 400px; /* Adjust the height as per your need */
    transition: max-height 0.5s ease;
}

.read-more-link {
    color: blue;
    cursor: pointer;
}
