﻿body {
    font-family: Arial, Helvetica, sans-serif;
    color: #838383;
    line-height: 1.6;
}

h1, h2, h3 {
    color: #be902a;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top:10px;
}

p {
    font-size: 18px;
    margin-top: 20px;
    color: #838383;
}


.headmsg {text-align:center;background-color:#e3e3e3;padding:35px;margin-bottom:20px;}
.headwrap img {
    height: 174px;
    max-width: 95%;
    margin-top:10px;
    margin-bottom: 0px;
}
.headwrap p {margin-top:0;font-family:'Montserrat', sans-serif;font-size:11px;color:#333;}

.headwrap {border-bottom: solid 4px #d9be9d;padding-bottom:25px;}

.cd-form {
    width: 945px !important;
}

.cd-button-disabled {
    background-color: #eee;
}

.body-content {
    margin-bottom: 60px;
}

#main-wrapper {
    padding: 0 0 260px !important;
}

footer {
    background-color: #191719;
    margin-top: 60px;
    height: 290px !important;
    color:#fff;
}

    footer p {
        font-size: 14px;
         color:#fff;
    }

    footer img {
        max-height: 40px;
        max-width: 100%;
    }

.cd-recurring-ddl select[disabled] {
    border: none !important;
    background-color: transparent !important;
    color: #555 !important;
    background: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.cd-button {
    margin: 5px 0 5px 0 !important;
    border-radius: 10px !important;
    font-size: 22px !important;
    padding: 20px 0px 20px 0px !important;
    cursor: pointer !important;
}

    .cd-button:hover, .cd-button:focus {
        color: #fff !important;
        border: solid 1px #be902a !important;
        background-color: #be902a !important;
    }

.cd-button-default, .cd-button-success {
    background-color: #2f7b86 !important;
    border-color: #2f7b86 !important;
    background-image: none !important;
    color: #fff !important;
}


@media only screen and (max-width : 767px) {
    .cd-button {
        font-size: 18px !important;
        padding: 10px 0px 10px 0px !important;
    }

    .headwrap img {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 140px;
    }

    h2 {
        margin-top: 25px !important;
    }


    p {
        font-size: 13px;
    }

    #main-wrapper {
        padding: 0 0 320px !important;
    }

    footer {
        margin-top: 40px;
        height: 280px !important;
    }
}
