#header-top1-source, #header-top2-source, #header-left-source, #header-right-source, #footer-div1-source, footer-div2-source {
    display: none;
}

@media only screen and (max-width: 800px) {
    .modal-dialog {
        width:90%;
    }
}

.top-black-header {
    background: #2b2b2b;
    border-bottom: 1px solid #0a2b4a;
}

.top-black-header-text {
    font-size: 28px;
    color: white;
    text-align: center;
    vertical-align: middle;
    margin-top: 7px;
    margin-bottom: 7px;
}

.top-gray-header {
    background: #f1f4f8;
    border-top: 1px solid rgba(47, 47, 47, 0.290196);
}

.top-gray-header-text {
    font-size: 25px;
    font-weight: 700;
    color: #2f2f2f;
    text-align: center;
    padding-top: 7px;
}

.colored-section {
    border-top: 3px solid rgba(5, 5, 5, 0.14902);
    border-bottom: 3px solid rgba(5, 5, 5, 0.14902);
    background-image: url("https://s3.amazonaws.com/mfcdn/product_pages_img/zRa03UA.png");
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: repeat repeat !important;
    background-color: #7ad245 !important;
    box-shadow: inset 0 0 0 2000px rgba(85, 146, 48, 0.20);
}

.main-img {
    padding: 25px 0;
    display: block;
    margin: 0px auto;
}
.main-text {
    text-align: center;
    margin-top: 7px;
}
.main-text p {
    color: #fff;
    font-weight: 700;
}
.main-text1 {
    font-size: 27px;
    line-height: 50px !important;
}
.main-text2 {
    font-size: 100px;
    line-height: 60px !important;
}
.main-text3 {
    font-size: 37px;
    line-height: 50px !important;
    margin-bottom: 0px;
}
.main-text p.main-text4 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 25px !important;
}
.main-cta {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    display: block;
    background: #f99a47;
    padding: 12px 0;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2), inset 0 0 0 2px rgba(255,255,255,.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2),inset 0 0 0 2px rgba(255,255,255,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2), inset 0 0 0 2px rgba(255,255,255,.2);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,.2);
    -moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,.2);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.2);
    border: 1px solid rgba(0,0,0,.1);
    margin: 12px 0 15px 0;
    text-align: center;
}
.main-cta:hover {
    text-decoration: none;
    color: #fff;
}
.main-text p.main-bottom-text {
    font-size: 16px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px !important;
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.bottom-gray-section {
    background: #f1f4f8;
}

.bottom-gray-section .container > .row {
    margin-top: 30px;
}

.video-section p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.video-section iframe {
    width: 100%;
    height: 294px;
}

.video-section a {
    margin-top: 30px;
}

.video-section img {
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #d5d5d5;
}

.video-section .text1 {
    margin-top: 35px;
}

.video-section .text2 {
    margin-top: 35px;
}

.comment-block {
    background: #fff;
    padding: 20px 20px 10px;
    border-bottom: 5px solid #ccdee8;
    margin-top: 14px;
}

.comment-avatar {
    float: left;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 7px;
    height: 82px;
    width: 85px;
}

.comment-stars {
    width: 100px;
    padding-right: 7px;
    border-right: 1px solid #ddd;
}

.comment-name {
    position: relative;
    top: 1px;
    margin-left: 5px;
    padding: 1px 10px 1px 0px;
    font-weight: bold;
}

.comment-date {
    position: relative;
    top: 1px;
    padding: 1px 10px 1px 0px;
}

.comment-date:hover {
    text-decoration: none;
}

.comment-title {
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}

.bottom-gray-footer {
    background-color: rgb(80, 80, 80);
}

.bottom-gray-footer p {
    margin-top: 12px;
    text-align: center;
    color: #d5d5d5;
    font-size: 12px;
}

@media all and (max-width: 549px) {
    .main-img {
        width: 100%;
    }
}