﻿body {   
    font-family: 'Open Sans', sans-serif; 
    font-size: 18px;
}

h1, h2, h3 {font-weight:700;color:#0057a7;}

.body-content {margin-top:30px;margin-bottom:30px;}
.givingform  {padding-bottom:20px;padding-top:20px;}
.givingform h1 {text-align:center;}
p {font-size: 18px;margin-top:20px;color: #4f4f4f;font-family: 'Open Sans', sans-serif; }


.headwrap {
    background-color: #090d31;
    text-align: center;
}
.headwrap img {height:85px;max-width:95%; margin:auto;margin-top:18px; margin-bottom:18px;}

.img-container {
    width: 100%;
    height:400px;
    background-image: url(/Content/img/swdaa-bg.jpg);
    background-position: center center;
    background-size:cover;
}
.cd-form {width:100% !important;}

.cd-button-disabled {
    background-color:#eee;

}
.cd-form h2 {margin-top:10px !important;}
#cd-allocations p {
    margin: 0 !important;
}

#main-wrapper {
    padding: 0 0 400px !important;
}
footer {
    background-color: #090d31;
    margin-top: 60px;
    height: 360px !important;
    color: #fff;    
}

.cd-button {
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.cd-button-default, .cd-button-success {
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.cd-button:hover, .cd-button:focus {
    text-transform: uppercase !important;
    font-weight: bold !important;
}

footer p {font-size:18px;color:#fff}
footer img {max-height:40px;max-width:100%;}
.list-inline li {margin-left:10px;margin-right:10px;}
.list-inline {margin:0;padding:0;}

.footer-content {margin-top:30px;}
.footer-content a {display:inline-block;margin-top:20px;color:#fff;}

footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    width: 0;
    z-index: 1;
    height: 0;
    border-top: solid 30px #fff;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}




@media only screen and (max-width : 767px) {
    .img-container {
        height: 250px;
        background-position: top center;
        background-image: url(/Content/img/swdaa-bg.jpg);
    }


    h1 {font-size:24px;}

    .headwrap img {
        margin-top:20px;
        margin-bottom: 20px;
    }

    h2 {margin-top:25px !important;}

    
    p {font-size: 13px;}

    #main-wrapper {
        padding: 0 0 320px !important;
    }
    footer {margin-top:40px;height: 360px !important;}
}
