@font-face {
    font-family: UniNeueBlack;
    src: url(https://pmsvault.com/Donation/Content/ICAA/fonts/Fontfabric-UniNeueBlack.otf);
}

@font-face {
    font-family: UniNeueBoldItalic;
    src: url(https://pmsvault.com/Donation/Content/ICAA/fonts/Fontfabric-UniNeueBold-Italic.otf);
}

@font-face {
    font-family: UniNeueBold;
    src: url(https://pmsvault.com/Donation/Content/ICAA/fonts/Fontfabric-UniNeueBold.otf);
}

@font-face {
    font-family: UniNeueHeavy;
    src: url(https://pmsvault.com/Donation/Content/ICAA/fonts/Fontfabric-UniNeueHeavy.otf);
}

@font-face {
    font-family: UniNeueRegular;
    src: url(https://pmsvault.com/Donation/Content/ICAA/fonts/Fontfabric-UniNeueRegular.otf);
}

body {
    background-color: #020032;
    font-family: UniNeueBold, sans-serif;
    font-size: 16px;
    background-image: url(https://pmsvault.com/Donation/Content/ICAA/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom 90px right;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body {
        font-size: 14px;
    }
}
@media all and (max-width: 575px) {
    body {
        font-size: 14px;
    }
}
body h2 {
    font-size: 48px;
    font-family: UniNeueBoldItalic, sans-serif;
    font-style: italic;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body h2 {
        font-size: 38px;
    }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body h2 {
        font-size: 32px;
    }
}
@media all and (max-width: 767px) {
    body h2 {
        font-size: 36px;
    }
}
@media all and (max-width: 575px) {
    body h2 {
        font-size: 26px;
    }
}
body h3 {
    font-size: 38px;
    font-family: UniNeueRegular, sans-serif;
}
body h3 strong {
    font-family: UniNeueHeavy, sans-serif;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body h3 {
        font-size: 30px;
    }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body h3 {
        font-size: 25px;
    }
}
@media all and (max-width: 767px) {
    body h3 {
        font-size: 28px;
    }
}
@media all and (max-width: 767px) {
    body h3 {
        font-size: 20px;
    }
}
body h4 {
    font-size: 22px;
}
body h5 {
    font-size: 16px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body h5 {
        font-size: 14px;
    }
}
body a:hover {
    text-decoration: none;
}
body input::-webkit-input-placeholder {
    color: #da1715 !important;
    opacity: 1;
    /* Firefox */
}
body input::-moz-placeholder {
    color: #da1715 !important;
    opacity: 1;
    /* Firefox */
}
body input:-ms-input-placeholder {
    color: #da1715 !important;
    opacity: 1;
    /* Firefox */
}
body input::-ms-input-placeholder {
    color: #da1715 !important;
    opacity: 1;
    /* Firefox */
}
body input::placeholder {
    color: #da1715 !important;
    opacity: 1;
    /* Firefox */
}
body input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #da1715 !important;
}
body input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #da1715 !important;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body input {
        font-size: 14px;
    }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body input {
        font-size: 14px !important;
    }
}
@media all and (max-width: 575px) {
    body input {
        font-size: 12px !important;
    }
}
body .text-danger {
    color: #c95b5a !important;
}
body .btn {
    font-size: 15px;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body .btn {
        font-size: 14px;
    }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body .btn {
        font-size: 14px;
    }
}
@media all and (max-width: 575px) {
    body .btn {
        font-size: 12px;
    }
}
body .btn.btn-secondary {
    color: #da1715;
}
body .btn.btn-primary {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e66a4a),
        to(#da1715)
    );
    background-image: linear-gradient(#e66a4a, #da1715);
}
body #particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
body .main-content {
    padding-top: 160px;
    padding-bottom: 30px;
}
@media all and (max-width: 767px) {
    body .main-content {
        padding-top: 90px;
    }
}
body .main-content .star {
    position: absolute;
    z-index: -1;
}
body .main-content .star-extra-small {
    width: 30px;
}
@media all and (max-width: 767px) {
    body .main-content .star-extra-small {
        width: 20px;
    }
}
body .main-content .star-small {
    width: 40px;
}
@media all and (max-width: 767px) {
    body .main-content .star-small {
        width: 30px;
    }
}
body .main-content .star-medium {
    width: 60px;
}
@media all and (max-width: 767px) {
    body .main-content .star-medium {
        width: 40px;
    }
}
body .main-content .star-large {
    width: 70px;
}
@media all and (max-width: 767px) {
    body .main-content .star-large {
        width: 55px;
    }
}
body .main-content .star-extra-large {
    width: 85px;
}
@media all and (max-width: 767px) {
    body .main-content .star-extra-large {
        width: 65px;
    }
}
body .main-content .star-1 {
    top: 20px;
    right: 79%;
}
body .main-content .star-2 {
    top: 120px;
    right: 74%;
}
body .main-content .star-3 {
    top: 43px;
    right: 73%;
}
body .main-content .star-4 {
    top: 26px;
    right: 68%;
}
body .main-content .star-5 {
    top: 19px;
    right: 66%;
}
body .main-content .star-6 {
    top: 41px;
    right: 62%;
}
body .main-content .star-7 {
    top: 19px;
    right: 60%;
}
body .main-content .star-8 {
    top: 80px;
    right: 59%;
}
body .main-content .star-9 {
    top: 23px;
    right: 56%;
}
body .main-content .star-10 {
    top: 21px;
    right: 53%;
}
body .main-content .star-11 {
    top: 14px;
    right: 46%;
}
body .main-content .star-12 {
    top: 138px;
    right: 55%;
}
body .main-content .star-13 {
    top: 95px;
    right: 54%;
}
body .main-content .star-14 {
    top: 135px;
    right: 48%;
}
body .main-content .star-15 {
    top: 63px;
    right: 50%;
}
body .main-content .star-16 {
    top: 200px;
    right: 47%;
}
body .main-content .star-17 {
    top: 143px;
    right: 44%;
}
body .main-content .star-18 {
    top: 180px;
    right: 42%;
}
body .main-content .star-19 {
    top: 238px;
    right: 38%;
}
body .main-content .star-20 {
    top: 15px;
    right: 43%;
}
body .main-content .star-21 {
    top: 138px;
    right: 35%;
}
body .main-content .star-22 {
    top: 51px;
    right: 44%;
}
body .main-content .star-23 {
    top: 100px;
    right: 40%;
}
body .main-content .star-24 {
    top: 27px;
    right: 39%;
}
body .main-content .star-25 {
    top: 138px;
    right: 38%;
}
body .main-content .star-26 {
    top: 61px;
    right: 34%;
}
body .main-content .star-27 {
    top: 20px;
    right: 30%;
}
body .main-content .star-28 {
    top: 85px;
    right: 30%;
}
body .main-content .star-29 {
    top: 228px;
    right: 35%;
}
body .main-content .star-30 {
    top: 220px;
    right: 31%;
}
body .main-content .star-31 {
    top: 172px;
    right: 28%;
}
body .main-content .star-32 {
    top: 31px;
    right: 23%;
}
body .main-content .star-33 {
    top: 84px;
    right: 7%;
}
body .main-content .star-34 {
    top: 138px;
    right: 14%;
}
body .main-content .star-35 {
    top: 241px;
    right: 14%;
}
body .main-content .star-36 {
    top: 352px;
    right: 13%;
}
body .main-content .star-37 {
    top: 452px;
    right: 12%;
}
body .main-content .star-38 {
    top: 484px;
    right: 13%;
}
body .main-content .star-39 {
    top: 450px;
    right: 18%;
}
body .main-content .star-40 {
    top: 361px;
    right: 26%;
}
body .helicopter {
    width: 164%;
    position: absolute;
    left: -75%;
    bottom: 180px;
    z-index: -1;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body .helicopter {
        width: 120%;
        position: absolute;
        left: -47%;
        bottom: 172px;
    }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body .helicopter {
        width: 140%;
        bottom: 80px;
    }
}
@media all and (max-width: 767px) {
    body .helicopter {
        position: static;
        width: 80%;
        margin-bottom: 17px;
    }
}
@media all and (max-width: 575px) {
    body .helicopter {
        position: static;
        width: 80%;
        margin-bottom: 17px;
    }
}
body footer {
    background-color: #da1715;
    padding-top: 25px;
    padding-bottom: 25px;
}
body footer .logo {
    max-width: 200px;
}
@media all and (max-width: 767px) {
    body footer .logo {
        max-width: 150px;
    }
}
body .right-content {
    min-height: 600px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body .right-content {
        min-height: 500px;
    }
}
@media all and (max-width: 767px) {
    body .right-content {
        min-height: 500px;
    }
}

body h4.donate {
    font-family: UniNeueHeavy, sans-serif;
    font-size: 27px;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body h4.donate {
        font-size: 24px;
    }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body h4.donate {
        font-size: 22px;
    }
}
@media all and (max-width: 767px) {
    body h4.donate {
        font-size: 20px;
    }
}
@media all and (max-width: 575px) {
    body h4.donate {
        font-size: 18px;
    }
}

body .support-our-mission-txt {
    font-size: 18px;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body .support-our-mission-txt {
        font-size: 16px;
    }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body .support-our-mission-txt {
        font-size: 14px;
    }
}
@media all and (max-width: 767px) {
    body .support-our-mission-txt {
        font-size: 14px;
    }
}
@media all and (max-width: 575px) {
    body .support-our-mission-txt {
        font-size: 14px;
    }
}

body .main-content .btn.back {
    padding: 5px 15px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#da1715),
        to(#da1715)
    );
    background-image: linear-gradient(#da1715, #da1715);
}

body .main-content .search-field {
    max-width: 300px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body .main-content .search-field {
        max-width: 220px;
    }
}

body .main-content .book {
    height: 600px;
    padding: 35px 139px 158px 190px;
    background-image: url(https://pmsvault.com/Donation/Content/ICAA/images/book.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body .main-content .book {
        background-size: 100% 100%;
        padding: 50px 65px 156px 125px;
    }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body .main-content .book {
        background-size: 100% 100%;
        height: 493px;
        padding: 35px 52px 130px 123px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px) {
    body .main-content .book {
        padding: 30px 52px 134px 103px;
    }
}
@media all and (max-width: 767px) {
    body .main-content .book {
        background-size: 100% 100%;
        padding: 30px 69px 158px 145px;
    }
}
@media all and (max-width: 575px) {
    body .main-content .book {
        height: 460px;
        padding: 32px 52px 125px 107px;
    }
}
@media all and (max-width: 425px) {
    body .main-content .book {
        padding: 27px 45px 125px 80px;
    }
}
body .main-content .book .tributes {
    height: 100%;
    overflow-y: auto;
}
body .main-content .book .tributes .tribute {
    border-bottom: 1px solid #bababa;
    cursor: pointer;
    padding: 20px 20px 10px;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body .main-content .book .tributes .tribute {
        padding: 15px 10px 0px;
    }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body .main-content .book .tributes .tribute {
        padding: 15px 10px 0px;
    }
}
@media all and (max-width: 575px) {
    body .main-content .book .tributes .tribute {
        padding: 15px 10px 0px;
    }
}
body .main-content .book .tributes .tribute .name {
    font-family: UniNeueRegular, sans-serif;
    color: #0470b8;
}
@media all and (min-width: 1201px) and (max-width: 1500px) {
    body .main-content .book .tributes .tribute .name {
        font-size: 16px;
    }
}
@media all and (max-width: 575px) {
    body .main-content .book .tributes .tribute .name {
        font-size: 14px;
    }
}
body .main-content .book .tributes .tribute .details {
    display: none;
}
body .main-content .book .tributes .tribute .details .date {
    font-size: 12px;
    font-family: UniNeueRegular, sans-serif;
}
body .main-content .book .tributes .tribute .details .msg {
    font-size: 16px;
    font-family: UniNeueRegular, sans-serif;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body .main-content .book .tributes .tribute .details .msg {
        font-size: 14px;
    }
}
body .main-content .book .tributes .tribute.show-details .details {
    display: block;
}
body .main-content .book .tributes .tribute:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 1200px) {
    body .main-content .book {
        float: left;
        width: 100%;
        margin-left: -15px;
    }
}

body .main-content .tribute-here {
    max-width: 400px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 5px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body .main-content .tribute-here {
        max-width: 100%;
        left: -8%;
    }
}
@media all and (max-width: 575px) {
    body .main-content .tribute-here {
        max-width: 288px;
    }
}
body .main-content .tribute-here.show {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
body .main-content .tribute-here .tribute-here-body {
    padding: 40px 40px 0;
    position: relative;
}
body .main-content .tribute-here .tribute-here-body .tribute-here-txt {
    font-family: UniNeueRegular, sans-serif;
}
@media all and (max-width: 575px) {
    body .main-content .tribute-here .tribute-here-body {
        padding: 15px;
    }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
    body .main-content .tribute-here .tribute-here-body {
        padding: 30px 25px 0;
    }
}
body .main-content .tribute-here .tribute-here-body .close {
    position: absolute;
    top: 17px;
    right: 20px;
    cursor: pointer;
}
body .main-content .tribute-here .documentation-link {
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 0 0 5px 5px;
}
@media all and (max-width: 575px) {
    body .main-content .tribute-here .documentation-link {
        padding: 15px;
    }
}
@media all and (max-width: 1200px) {
    body .main-content .tribute-here {
        top: 40%;
    }
}

body form .col-form-label label {
    white-space: nowrap;
}