﻿body {
    font-family: Arial;
    background-color: #eee;
}
.visible-mobile {
    display: none;
}
.content-wrapper {
    background-color: #fff;
    border: 1px solid black;
    width: 85%;
    max-width: 600px;
    margin: auto;
    padding: 30px 50px 40px 50px;
    min-height: 600px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
.top-spacer{
    height:30px;
}
.content-logo {
    text-align: center;
    position: relative;
    height: 150px;
}

    .content-logo img {
        max-height: 150px;
        max-width: 350px;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.content-title {
    text-align: center;
    margin-top: 20px;
    font-size: 28px;
    font-weight: 700;
}

.content-text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
}

.action-wrapper {
    margin-top: 70px;
    text-align: center;
}

.btn-getstarted {
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background: -moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color: #79bbff;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 40px;
    width: 169px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #528ecc;
}

    .btn-getstarted:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
        background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
        background-color: #378de5;
    }

    .btn-getstarted:active {
        position: relative;
        top: 1px;
    }

.knowledge-base {
    margin-top: 30px;
    text-align: center;
}

.help-link {
    color: #4294e9;
    text-decoration: none;
}

.qtip {
    max-width: 400px;
}

#getStartedButton {
    padding: 14px 28px !important;
}

.navbar-brand img {
    width: 280px;
}

.row {
    margin-bottom: 30px;
}

.section {
    color: #37465A;
    margin-left: -10px;
    margin-right: -10px;
}

    .section h1 {
        line-height: 1.3em;
        font-weight: bold;
        font-size: 34px;
    }

    .section h4 {
        line-height: 1.5em;
    }

    .section h5 {
        line-height: 1.5em;
    }

    .section p {
        line-height: 1.5em;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: normal;
    }

.white-container {
    background-color: #fff;
}

.gray-container {
    background-color: #f0eeef;
}

.lt-gray-container {
    background-color: #fbfbfb;
}

.black-container {
    background-color: #1e1e1e;
}

.video-container {
    position: relative;
    overflow: hidden;
    /*width: 100%;*/
    padding-top: 0; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.experience-image {
    position: relative;
    width: 45rem;
    height: 50rem;
    overflow: hidden;
}

.skipform-image {
    position: relative;
    width: 47rem;
    height: 50rem;
    overflow: hidden;
}

.experience-image img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.skipform-image img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
    max-height: 150%;
    max-width: 150%;
}

.responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 430px;
    height: 300px;
    border: 0px;
}

.blue-header {
    color: #3d87c3;
    font-weight: bold;
}

.video-subtitle {
    text-align: center;
    margin-top: -18px;
    width: 430px;
}

.trustLogo {
    float: left;
    width: 25%;
    height: 100px;
    position: relative;
    text-align: left;
}

    .trustLogo img {
        max-width: 75%;
        max-height: 120%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.cert-types {
    padding-right: 60px;
}

    .cert-types img {
        max-width: 60px;
    }

.cert-type-text {
    margin-top: 20px;
    font-size: 16px;
    padding-right: 10px;
}

.rating-star {
    height: 25px;
}

.quote-text {
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
    line-height: 45px;
    color: #aeaeae;
}
.quote-photo {
    height: 125px;
    border-radius: 50%;
}
footer {
    color: #fff;
}

.providers {
    height: 120px;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    margin: 1.5em auto 1.5em auto;
    max-width: 100%;
    position: relative;
    transform: translate3d(0, 0, 0);
}

    .providers > div {
        height: 120px;
        width: 9500px;
        margin: 0;
        background: url(/assets/img/requestdonation/bg_povider_2020.jpg);
        position: absolute;
        top: 0;
        left: 0;
        transform: translate3d(0, 0, 0);
        animation: moveSlideshow 90s linear alternate infinite;
    }

@keyframes moveSlideshow {
    100% {
        transform: translateX(-55%);
    }
}

@media screen and (min-width: 1800px) {
    .container-fluid {
        max-width: 100%;
    }
}

.icon-circle {
    background: rgb(240,243,245);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 11px
}

    .icon-circle img {
        height: 40px;
    }

@media (max-width: 420px) {
    .content-wrapper {
        background-color: #fff;
        border: 0px solid black;
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 30px 20px 30px 20px;
        min-height: inherit;
        -moz-box-shadow: 5px 5px 5px #888;
        -webkit-box-shadow: 5px 5px 5px #888;
        box-shadow: 5px 5px 5px #888;
    }
    .top-spacer{
        height:0px;
        display:none;
    }
    .content-title {
        font-size: 19px;
    }
    .content-text{
        font-size:16px;
    }
    .action-wrapper{
        margin-top:30px;
    }
    .visible-mobile {
        display: block;
    }
    .navbar {
        margin-bottom: 0px;
        margin-left: -10px;
    }
    .logo-and-modile-menu{
        padding:5px 0;
    }
    .navbar-brand{
        padding:4px 0px
    }
    .section h1 {
        font-size: 28px !important;
    }
    .video-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    }

    .responsive-iframe {
        margin-top: -20px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 0px;
    }

    .video-subtitle {
        width: 100%;
        padding-top: 30px;
        font-size: 12px;
    }

    .trustLogo {
        width: 50%;
        margin-bottom: 20px;
    }

    .cert-types {
        padding-right: 15px;
        padding-bottom: 25px;
        text-align: center;
    }

    .cert-type-text {
        padding-right: 0px;
    }

    .icon-circle {
        margin: auto;
    }

    #getStartedButton {
        padding: 14px 14px !important;
    }
    .quote-text{
        font-size:24px;
        line-height:30px;
    }
    .quote-photo {
        height:100px;
    }
    .skipform-image-mobile, .experience-image-mobile {
        max-width: 100%;
        max-height: 220px;
        overflow: hidden;
    }
        .skipform-image-mobile img, .experience-image-mobile  img{
            max-width: 120%;
            height: auto;
        }
}
