div#container {
    width: 1000px;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: left;
}

body {
    background-color: #FFFFFF;
    color: #696969;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 15px;
    line-height: 1.1875;
    margin: 0;
    text-align: center;
}



#wb_ResponsiveMenu1 {
    background-color: rgba(63, 112, 174, 1.00);
    display: block;
    text-align: center;
    width: 100%;
}

#ResponsiveMenu1 {
    background-color: #3F70AE;
    display: inline-block;
    height: 41px;
}

#wb_ResponsiveMenu1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#wb_ResponsiveMenu1 ul:after {
    clear: both;
    content: "";
    display: block;
}

#wb_ResponsiveMenu1 ul li {
    background-color: #3F70AE;
    display: list-item;
    float: left;
    list-style: none;
    z-index: 9999;
}

#wb_ResponsiveMenu1 ul li i {
    font-size: 0px;
    width: 0px;
}

#wb_ResponsiveMenu1 ul li a {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    padding: 10px 15px 10px 15px;
    text-align: center;
    text-decoration: none;
}

#wb_ResponsiveMenu1>ul>li>a {
    height: 21px;
}

.ResponsiveMenu1 a {
    display: block;
}

#wb_ResponsiveMenu1 li a:hover,
#wb_ResponsiveMenu1 li .active {
    background-color: #3F70AE;
    color: #87CEEB;
}

#wb_ResponsiveMenu1 ul ul {
    display: none;
    position: absolute;
    top: 41px;
}

#wb_ResponsiveMenu1 ul li:hover>ul {
    display: list-item;
}

#wb_ResponsiveMenu1 ul ul li {
    background-color: #7A7A7A;
    color: #FFFFFF;
    float: none;
    position: relative;
    width: 104px;
}

#wb_ResponsiveMenu1 ul ul li a:hover,
#wb_ResponsiveMenu1 ul ul li .active {
    background-color: #CCCCCC;
    color: #424242;
}

#wb_ResponsiveMenu1 ul ul li i {
    margin-right: 0px;
    vertical-align: middle;
}

#wb_ResponsiveMenu1 ul ul li a {
    color: #FFFFFF;
    padding: 15px 20px 15px 20px;
    text-align: left;
    vertical-align: middle;
}

#wb_ResponsiveMenu1 ul ul ul li {
    left: 104px;
    position: relative;
    top: -41px;
}

#wb_ResponsiveMenu1 .arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #FFFFFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
}

#wb_ResponsiveMenu1 .arrow-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-left: 4px solid #FFFFFF;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 0 dotted;
}

#wb_ResponsiveMenu1 li a:hover .arrow-down {
    border-top-color: #87CEEB;
}

#wb_ResponsiveMenu1 ul ul li a:hover .arrow-left,
#wb_ResponsiveMenu1 ul ul li .active .arrow-left {
    border-left-color: #424242;
}

#wb_ResponsiveMenu1 .toggle,
[id^=ResponsiveMenu1-submenu] {
    display: none;
}

@media all and (max-width:999px) {
    #wb_ResponsiveMenu1 {
        margin: 0;
        text-align: left;
    }
    #wb_ResponsiveMenu1 ul li a,
    #wb_ResponsiveMenu1 .toggle {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        padding: 15px 20px 15px 20px;
    }
    #wb_ResponsiveMenu1 .toggle+a {
        display: none !important;
    }
    .ResponsiveMenu1 {
        display: none;
        z-index: 9999;
    }
    #ResponsiveMenu1 {
        background-color: transparent;
        display: none;
    }
    #wb_ResponsiveMenu1>ul>li>a {
        height: auto;
    }
    #wb_ResponsiveMenu1 .toggle {
        display: block;
        background-color: #3F70AE;
        color: #FFFFFF;
        padding: 0px 20px 0px 20px;
        line-height: 30px;
        text-decoration: none;
        border: none;
    }
    #wb_ResponsiveMenu1 .toggle:hover {
        background-color: #3F70AE;
        color: #87CEEB;
    }
    [id^=ResponsiveMenu1-submenu]:checked+ul {
        display: block !important;
    }
    #ResponsiveMenu1-title {
        height: 41px;
        line-height: 41px !important;
        text-align: left;
    }
    #wb_ResponsiveMenu1 ul li {
        display: block;
        width: 100%;
    }
    #wb_ResponsiveMenu1 ul ul .toggle,
    #wb_ResponsiveMenu1 ul ul a {
        padding: 0 40px;
    }
    #wb_ResponsiveMenu1 a:hover,
    #wb_ResponsiveMenu1 ul ul ul a {
        background-color: #7A7A7A;
        color: #FFFFFF;
    }
    #wb_ResponsiveMenu1 ul li ul li .toggle,
    #wb_ResponsiveMenu1 ul ul a {
        background-color: #7A7A7A;
        color: #FFFFFF;
    }
    #wb_ResponsiveMenu1 ul ul ul a {
        padding: 15px 20px 15px 60px;
    }
    #wb_ResponsiveMenu1 ul li a {
        text-align: left;
    }
    #wb_ResponsiveMenu1 ul li a br {
        display: none;
    }
    #wb_ResponsiveMenu1 ul li i {
        margin-right: 0px;
    }
    #wb_ResponsiveMenu1 ul ul {
        float: none;
        position: static;
    }
    #wb_ResponsiveMenu1 ul ul li:hover>ul,
    #wb_ResponsiveMenu1 ul li:hover>ul {
        display: none;
    }
    #wb_ResponsiveMenu1 ul ul li {
        display: block;
        width: 100%;
    }
    #wb_ResponsiveMenu1 ul ul ul li {
        position: static;
    }
    #ResponsiveMenu1-icon {
        display: block;
        position: absolute;
        right: 15px;
        top: 8px;
    }
    #ResponsiveMenu1-icon span {
        display: block;
        margin-top: 4px;
        height: 2px;
        background-color: #FFFFFF;
        color: #FFFFFF;
        width: 24px;
    }
    #wb_ResponsiveMenu1 ul li ul li .toggle:hover {
        background-color: #CCCCCC;
        color: #424242;
    }
    #wb_ResponsiveMenu1 .toggle .arrow-down {
        border-top-color: #FFFFFF;
    }
    #wb_ResponsiveMenu1 .toggle:hover .arrow-down,
    #wb_ResponsiveMenu1 li .active .arrow-down {
        border-top-color: #87CEEB;
    }
    #wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down {
        border-top-color: #FFFFFF;
    }
    #wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down,
    #wb_ResponsiveMenu1 ul li ul li .active .arrow-down {
        border-top-color: #424242;
    }
}

#wb_masterFontAwesomeIcon1 {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

#wb_masterFontAwesomeIcon1:hover {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
}

#masterFontAwesomeIcon1 {
    height: 36px;
    width: 36px;
}

#masterFontAwesomeIcon1 i {
    color: #3F70AE;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    vertical-align: middle;
    width: 31px;
}

#wb_masterFontAwesomeIcon1:hover i {
    color: #36C0F5;
}

#wb_masterFontAwesomeIcon2 {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

#wb_masterFontAwesomeIcon2:hover {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
}

#masterFontAwesomeIcon2 {
    height: 36px;
    width: 36px;
}

#masterFontAwesomeIcon2 i {
    color: #87CEEB;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    vertical-align: middle;
    width: 31px;
}

#wb_masterFontAwesomeIcon2:hover i {
    color: #337AB7;
}

#wb_masterFontAwesomeIcon3 {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

#wb_masterFontAwesomeIcon3:hover {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
}

#masterFontAwesomeIcon3 {
    height: 36px;
    width: 36px;
}

#masterFontAwesomeIcon3 i {
    color: #808080;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    vertical-align: middle;
    width: 31px;
}

#wb_masterFontAwesomeIcon3:hover i {
    color: #337AB7;
}

#wb_masterFontAwesomeIcon4 {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

#wb_masterFontAwesomeIcon4:hover {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
}

#masterFontAwesomeIcon4 {
    height: 36px;
    width: 36px;
}

#masterFontAwesomeIcon4 i {
    color: #FFFFFF;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    vertical-align: middle;
    width: 31px;
}

#wb_masterFontAwesomeIcon4:hover i {
    color: #36C0F5;
}

#wb_masterFontAwesomeIcon5 {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

#wb_masterFontAwesomeIcon5:hover {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
}

#masterFontAwesomeIcon5 {
    height: 36px;
    width: 36px;
}

#masterFontAwesomeIcon5 i {
    color: #FFFFFF;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    vertical-align: middle;
    width: 31px;
}

#wb_masterFontAwesomeIcon5:hover i {
    color: #36C0F5;
}

#wb_masterFontAwesomeIcon6 {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

#wb_masterFontAwesomeIcon6:hover {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
}

#masterFontAwesomeIcon6 {
    height: 36px;
    width: 36px;
}

#masterFontAwesomeIcon6 i {
    color: #FFFFFF;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    vertical-align: middle;
    width: 31px;
}

#wb_masterFontAwesomeIcon6:hover i {
    color: #36C0F5;
}

#wb_masterText2 {
    background-color: transparent;
    background-image: none;
    border: 0px #000000 solid;
    padding: 0;
    margin: 0;
    text-align: center;
}

#wb_masterText2 div {
    text-align: center;
}

#wb_masterText4 {
    background-color: transparent;
    background-image: none;
    border: 0px #000000 solid;
    padding: 0;
    margin: 0;
    text-align: left;
}

#wb_masterText4 div {
    text-align: left;
}

#wb_masterText1a {
    background-color: transparent;
    background-image: none;
    border: 0px #000000 solid;
    padding: 0;
    margin: 0;
    text-align: right;
}

#wb_masterText1a div {
    text-align: right;
    white-space: nowrap;
}

#masterImage1 {
    border: 0px #000000 solid;
    padding: 0px 0px 0px 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#wb_masterText3 {
    background-color: transparent;
    background-image: none;
    border: 0px #000000 solid;
    padding: 0;
    margin: 0;
    text-align: left;
}

#wb_masterText3 div {
    text-align: left;
}

#wb_masterText5 {
    background-color: transparent;
    background-image: none;
    border: 0px #000000 solid;
    padding: 0;
    margin: 0;
    text-align: left;
}

#wb_masterText5 div {
    text-align: left;
}

#wb_masterText6 {
    background-color: transparent;
    background-image: none;
    border: 0px #000000 solid;
    padding: 0;
    margin: 0;
    text-align: right;
}

#wb_masterText6 div {
    text-align: right;
}

#masterImage2 {
    border: 0px #000000 solid;
    padding: 0px 0px 0px 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#Layer3 {
    background-color: #ECFBFF;
    background-image: none;
}

#wb_indexText2 {
    background-color: transparent;
    background-image: none;
    border: 0px #000000 solid;
    padding: 0;
    margin: 0;
    text-align: center;
}

#wb_indexText2 div {
    text-align: center;
    white-space: nowrap;
}

#indexLayer2 {
    background-color: #4775C0;
    padding-top: 55px;
    padding-bottom: 65px;
    background-image: none;
}

#wb_indexText3 {
    background-color: transparent;
    background-image: none;
    border: 0px #000000 solid;
    padding: 0;
    margin: 0;
    text-align: justify;
    max-width: 100%;
}

#wb_indexText3 div {
    text-align: justify;
    white-space: normal;
}

#wb_indexCarousel {
    background-color: transparent;
    background-image: none;
}

#indexCarousel .frame {
    width: 1000px;
    display: inline-block;
    float: left;
    height: 700px;
}

#indexCarousel .frame-1 {
    background-color: transparent;
    background-image: url(../images/home_slide02.jpg);
    background-repeat: repeat;
    background-position: center top;
}

#indexCarousel .frame-2 {
    background-color: transparent;
    background-image: url(../images/home_slide03.jpg);
    background-repeat: repeat;
    background-position: center top;
}

#indexCarousel .frame-3 {
    background-color: transparent;
    background-image: url(../images/home_slide01.jpg);
    background-repeat: repeat;
    background-position: center top;
}

#indexCarousel .frame-4 {
    background-color: transparent;
    background-image: url(../images/home_slide04.jpg);
    background-repeat: repeat;
    background-position: left top;
}

#indexCarousel .frame-5 {
    background-color: transparent;
    background-image: url(../images/home_slide05.jpg);
    background-repeat: repeat;
    background-position: center top;
}

#aboutLayer3 {
    background-color: #FBFBFB;
    background-image: none;
}

#donate_layer {
    background-color: transparent;
    background-image: url(../images/footer_back.gif);
    background-repeat: repeat;
    background-position: left top;
}

#wb_donate_phone_text {
    background-color: transparent;
    background-image: none;
    border: 0px #000000 solid;
    padding: 0;
    margin: 0;
    text-align: right;
}

#wb_donate_phone_text div {
    text-align: right;
}

#wb_donate_phone_icon {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

#wb_donate_phone_icon:hover {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
}

#donate_phone_icon {
    height: 57px;
    width: 64px;
}

#donate_phone_icon i {
    color: #FFFFFF;
    display: inline-block;
    font-size: 57px;
    line-height: 57px;
    vertical-align: middle;
    width: 48px;
}

#wb_donate_phone_icon:hover i {
    color: #FFFFFF;
}

#indexLayer1 {
    background-color: transparent;
    background-image: url(../images/footer_back.gif);
    background-repeat: repeat;
    background-position: left top;
}

#indexPhotoGallery1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    display: table;
}

#indexPhotoGallery1 .thumbnails {
    margin: 0;
    text-align: center;
}

#indexPhotoGallery1 .thumbnail {
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 3px 3px 3px 3px;
    width: 20%;
    text-align: center;
    vertical-align: top;
}

#indexPhotoGallery1 .caption {
    color: #127235;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    padding: 3px 0px 10px 0px;
    position: relative;
}

#indexPhotoGallery1 .description {
    color: #000000;
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    text-align: center;
}

#indexPhotoGallery1 .thumbnail img {
    border: 0px #000000 solid;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#indexPhotoGallery1 .clearfix:before,
#indexPhotoGallery1 .clearfix:after,
#indexPhotoGallery1 .thumbnails:before,
#indexPhotoGallery1 .thumbnails:after {
    display: table;
    content: " ";
}

#indexPhotoGallery1 .clearfix:after,
#indexPhotoGallery1 .thumbnails:after {
    clear: both;
}

#indexPhotoGallery1 .visible-col5 {
    display: block;
}

#indexPhotoGallery1 .visible-col2 {
    display: none;
}

#masterLayer1 {
    background-color: transparent;
    background-image: url(../images/header_back.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    -moz-box-shadow: 0px 0px 10px #000000;
    -webkit-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
}

#wb_masterFontAwesomeIcon7 {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
    text-align: center;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

#wb_masterFontAwesomeIcon7:hover {
    background-color: transparent;
    background-image: none;
    border: 0px #245580 solid;
}

#masterFontAwesomeIcon7 {
    height: 42px;
    width: 57px;
}

#masterFontAwesomeIcon7 i {
    color: #265A88;
    display: inline-block;
    font-size: 42px;
    line-height: 42px;
    vertical-align: middle;
    width: 38px;
}

#wb_masterFontAwesomeIcon7:hover i {
    color: #337AB7;
}

#masterImage3 {
    border: 0px #000000 solid;
    padding: 0px 0px 0px 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#PageFooter1 {
    background-color: transparent;
    background-image: url(../images/footer_back.gif);
    background-repeat: repeat;
    background-position: left top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wb_masterFontAwesomeIcon5 {
    position: absolute;
    left: 482px;
    top: 143px;
    width: 36px;
    height: 36px;
    text-align: center;
    z-index: 24;
}

#wb_masterText6 {
    position: absolute;
    left: 739px;
    top: 62px;
    width: 261px;
    height: 80px;
    text-align: right;
    z-index: 16;
}

#indexLayer1_Container {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#wb_uid1 {
    color: #00BFFF;
    font-family: Open Sans;
    font-size: 32px;
    line-height: 43px;
}

#wb_masterFontAwesomeIcon6 {
    position: absolute;
    left: 528px;
    top: 143px;
    width: 36px;
    height: 36px;
    text-align: center;
    z-index: 25;
}

#wb_donate_phone_text {
    position: absolute;
    left: 461px;
    top: 34px;
    width: 539px;
    height: 33px;
    text-align: right;
    z-index: 8;
}

#indexCarousel {
    position: absolute;
}

#wb_uid2 {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 32px;
    line-height: 33px;
}

#wb_masterFontAwesomeIcon7 {
    position: absolute;
    left: 0px;
    top: 137px;
    width: 57px;
    height: 42px;
    visibility: hidden;
    text-align: center;
    z-index: 28;
}

#indexLayer1 {
    position: relative;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100px;
    z-index: 34;
}

#wb_uid3 {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 24px;
    line-height: 33px;
}

#wb_indexText2 {
    position: relative;
    left: 208px;
    padding-top: 63px;
    width: 555px;
    text-align: center;
    z-index: 0;
}

#wb_indexCarousel {
    position: relative;
    left: 0px;
    top: 200px;
    width: 1000px;
    height: 700px;
    z-index: 32;
    visibility: hidden;
    overflow: hidden;
}

#wb_uid4 {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 17px;
    line-height: 23px;
}

#wb_indexText3 {
    position: relative;
    left: 0px;
    width: 1000px;
    text-align: justify;
    z-index: 2;
}

#indexLayer2 {
    position: relative;
    text-align: center;
    left: 0px;
    /*top: 900px;*/
    width: 100%;
    /*height: 329px;*/
    z-index: 31;
}

#donate_layer_Container {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#wb_indexMasterObjects1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1000px;
    height: 100px;
    z-index: 11;
}

#aboutLayer3_Container {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#wb_uid5 {
    cursor: pointer;
}

#wb_indexPhotoGallery1 {
    position: relative;
    left: 0px;
    margin-top: 26px;
    margin-bottom: 56px;
    width: 1000px;
    z-index: 1;
}

#masterLayer1_Container {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#donate_layer {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100px;
    float: left;
    clear: left;
    display: block;
    z-index: 10;
}

#wb_uid6 {
    border-width: 0;
}

#wb_uid7 {
    cursor: pointer;
}

#Layer3 {
    position: relative;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    /*height: 600px;*/
    z-index: 30;
}

#wb_masterImage1 {
    position: absolute;
    left: 510px;
    top: 5px;
    width: 185px;
    height: 140px;
    z-index: 22;
}

#wb_uid8 {
    border-width: 0;
}

#wb_masterImage2 {
    position: absolute;
    left: 415px;
    top: 105px;
    width: 43px;
    height: 40px;
    z-index: 14;
}

#wb_uid10 {
    color: #127235;
    font-family: Open Sans;
    font-size: 15px;
}

#masterLayer1 {
    position: relative;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 200px;
    z-index: 35;
}

#wb_uid9 {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 24px;
}

#wb_masterImage3 {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 115px;
    height: 145px;
    z-index: 21;
}

#wb_uid11 {
    color: #127235;
    font-family: Open Sans;
    font-size: 20px;
}

#wb_masterText1a {
    position: absolute;
    left: 461px;
    top: 37px;
    width: 539px;
    height: 33px;
    text-align: right;
    z-index: 27;
}

#wb_uid12 {
    color: #127235;
    font-family: Open Sans;
    font-size: 19px;
}

#aboutLayer3 {
    position: relative;
    text-align: center;
    left: 0px;
    top: 1229px;
    width: 100%;
    height: 100px;
    z-index: 33;
}

#indexCarousel_next {
    position: absolute;
    right: 4px;
    top: 46%;
    width: 36px;
    height: 50px;
    z-index: 999;
}

#wb_uid13 {
    color: #127235;
    font-family: Open Sans;
    font-size: 21px;
}

#indexLayer2_Container {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#wb_uid14 {
    color: #127235;
    font-family: Open Sans;
    font-size: 43px;
}

#donate_botton {
    position: absolute;
    left: 0px;
    top: 24px;
    width: 240px;
    height: 50px;
    z-index: 9;
}

#Layer3_Container {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#wb_uid15 {
    color: #DCDCDC;
    font-family: Open Sans;
    font-size: 15px;
}

#wb_masterText2 {
    position: absolute;
    left: 0px;
    top: 202px;
    width: 1000px;
    height: 20px;
    text-align: center;
    z-index: 26;
}

#PageFooter1 {
    position: relative;
    overflow: hidden;
    text-align: center;
    left: 0px;
    margin-top: 40px;
    width: 100%;
    height: 251px;
    z-index: 36;
}

#wb_masterFontAwesomeIcon1 {
    position: absolute;
    left: 892px;
    top: 6px;
    width: 36px;
    height: 36px;
    text-align: center;
    z-index: 18;
}

#wb_donate_phone_icon {
    position: absolute;
    left: 253px;
    top: 23px;
    width: 64px;
    height: 57px;
    visibility: hidden;
    text-align: center;
    z-index: 7;
}

#indexCarousel_back {
    position: absolute;
    left: 4px;
    top: 46%;
    width: 36px;
    height: 50px;
    z-index: 999;
}

#wb_uid16 {
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 24px;
    line-height: 33px;
}

#PageFooter1_Container {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#wb_masterFontAwesomeIcon2 {
    position: absolute;
    left: 928px;
    top: 6px;
    width: 36px;
    height: 36px;
    text-align: center;
    z-index: 19;
}

#wb_masterText3 {
    position: absolute;
    left: 134px;
    top: 89px;
    width: 223px;
    height: 27px;
    z-index: 15;
}

#wb_ResponsiveMenu1 {
    position: absolute;
    left: 2px;
    top: 155px;
    width: 998px;
    height: 41px;
    z-index: 12;
}

#masterHtml1 {
    position: absolute;
    left: 0px;
    top: 26px;
    width: 240px;
    height: 50px;
    z-index: 29;
}

#wb_masterFontAwesomeIcon3 {
    position: absolute;
    left: 964px;
    top: 6px;
    width: 36px;
    height: 36px;
    text-align: center;
    z-index: 20;
}

#wb_masterText4 {
    position: absolute;
    left: 132px;
    top: 38px;
    width: 331px;
    height: 59px;
    z-index: 17;
}

#wb_masterFontAwesomeIcon4 {
    position: absolute;
    left: 436px;
    top: 143px;
    width: 36px;
    height: 36px;
    text-align: center;
    z-index: 23;
}

#wb_masterText5 {
    position: absolute;
    left: 132px;
    top: 122px;
    width: 285px;
    height: 20px;
    z-index: 13;
}
#wb_uid0 a,
#wb_uid0 {
    color: #4775C0;
    font-family: Open Sans;
    font-size: 32px;
    text-decoration: none;
}

@media only screen and (min-width: 748px) and (max-width: 999px) {
    div#container {
        width: 748px;
    }
    #wb_ResponsiveMenu1 {
        left: 0px;
        top: 152px;
        width: 748px;
        height: 41px;
        visibility: visible;
        display: inline;
    }
    #wb_masterFontAwesomeIcon1 {
        left: 640px;
        top: 3px;
        width: 36px;
        height: 36px;
        visibility: visible;
        display: inline;
        color: #3F70AE;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon1 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon1 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterFontAwesomeIcon2 {
        left: 676px;
        top: 3px;
        width: 36px;
        height: 36px;
        visibility: visible;
        display: inline;
        color: #87CEEB;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon2 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon2 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterFontAwesomeIcon3 {
        left: 712px;
        top: 3px;
        width: 36px;
        height: 36px;
        visibility: visible;
        display: inline;
        color: #808080;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon3 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon3 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterFontAwesomeIcon4 {
        left: 310px;
        top: 143px;
        width: 36px;
        height: 36px;
        visibility: visible;
        display: inline;
        color: #FFFFFF;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon4 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon4 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterFontAwesomeIcon5 {
        left: 356px;
        top: 143px;
        width: 36px;
        height: 36px;
        visibility: visible;
        display: inline;
        color: #FFFFFF;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon5 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon5 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterFontAwesomeIcon6 {
        left: 402px;
        top: 143px;
        width: 36px;
        height: 36px;
        visibility: visible;
        display: inline;
        color: #FFFFFF;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon6 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon6 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterText2 {
        left: 0px;
        top: 202px;
        width: 748px;
        height: 20px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterText4 {
        left: 120px;
        top: 35px;
        width: 331px;
        height: 59px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterText1a {
        left: 430px;
        top: 28px;
        width: 318px;
        height: 66px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterImage1 {
        left: 396px;
        top: 7px;
        width: 132px;
        height: 99px;
        visibility: visible;
        display: inline;
    }
    #wb_masterText3 {
        left: 122px;
        top: 86px;
        width: 223px;
        height: 27px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterText5 {
        left: 120px;
        top: 119px;
        width: 285px;
        height: 20px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterText6 {
        left: 487px;
        top: 59px;
        width: 261px;
        height: 80px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterImage2 {
        left: 404px;
        top: 102px;
        width: 43px;
        height: 40px;
        visibility: visible;
        display: inline;
    }
    #Layer3 {
        left: 0px;
        top: 0px;
        height: auto;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: #ECFBFF;
        background-image: none;
    }
    #Layer3 {
        width: 100%;
    }
    #Layer3_Container {
        width: 748px;
    }
    #wb_indexText2 {
        left: 104px;
        width: 555px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #indexLayer2 {
        left: 0px;
        /*top: 800px;
        height: 320px;*/
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: #4775C0;
        background-image: none;
    }
    #indexLayer2 {
        width: 100%;
    }
    #indexLayer2_Container {
        width: 748px;
    }
    #wb_indexText3 {
        left: 0px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_indexCarousel {
        left: 0px;
        top: 200px;
        visibility: hidden;
        display: none;
    }
    #aboutLayer3 {
        left: 0px;
        top: 1120px;
        height: 100px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: #FBFBFB;
        background-image: none;
    }
    #aboutLayer3 {
        width: 100%;
    }
    #aboutLayer3_Container {
        width: 748px;
    }
    #wb_indexMasterObjects1 {
        left: 0px;
        top: 0px;
        width: 748px;
        height: 100px;
        visibility: visible;
        display: inline;
    }
    #donate_layer {
        height: 100px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: url(../images/footer_back.gif);
        background-repeat: repeat;
        background-position: left top;
    }
    #donate_layer {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    #donate_layer_Container {
        width: 748px;
    }
    #wb_donate_phone_text {
        left: 427px;
        top: 17px;
        width: 321px;
        height: 66px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_donate_phone_icon {
        left: 254px;
        top: 22px;
        width: 64px;
        height: 57px;
        visibility: hidden;
        display: none;
        color: #FFFFFF;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #donate_phone_icon {
        width: 64px;
        height: 57px;
    }
    #donate_phone_icon i {
        line-height: 57px;
        font-size: 57px;
    }
    #donate_botton {
        left: 0px;
        top: 24px;
        width: 240px;
        height: 50px;
        visibility: visible;
        display: inline;
    }
    #indexLayer1 {
        left: 0px;
        top: 0px;
        height: 100px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: url(../images/footer_back.gif);
        background-repeat: repeat;
        background-position: left top;
    }
    #indexLayer1 {
        width: 100%;
    }
    #indexLayer1_Container {
        width: 748px;
    }
    #wb_indexPhotoGallery1 {
        left: 0px;
        width: 748px;
        visibility: visible;
        color: #127235;
        font-size: 15px;
        font-family: "Open Sans";
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #indexPhotoGallery1 .thumbnail {
        width: 20%;
    }
    #indexPhotoGallery1 .visible-col5 {
        display: block;
    }
    #indexPhotoGallery1 .visible-col2 {
        display: none;
    }
    #masterLayer1 {
        left: 0px;
        top: 0px;
        height: 200px;
        visibility: visible;
        font-size: 15px;
        font-family: "Open Sans";
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: url(../images/header_back.jpg);
        background-repeat: repeat-x;
        background-position: left bottom;
    }
    #masterLayer1 {
        width: 100%;
    }
    #masterLayer1_Container {
        width: 748px;
    }
    #wb_masterFontAwesomeIcon7 {
        left: 0px;
        top: 119px;
        width: 57px;
        height: 42px;
        visibility: hidden;
        display: none;
        color: #265A88;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon7 {
        width: 57px;
        height: 42px;
    }
    #masterFontAwesomeIcon7 i {
        line-height: 42px;
        font-size: 42px;
    }
    #masterHtml1 {
        left: 0px;
        top: 28px;
        width: 240px;
        height: 50px;
        visibility: visible;
        display: inline;
    }
    #wb_masterImage3 {
        left: 0px;
        top: 9px;
        width: 111px;
        height: 140px;
        visibility: visible;
        display: inline;
    }
    #PageFooter1 {
        height: 251px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: url(../images/footer_back.gif);
        background-repeat: repeat;
        background-position: left top;
    }
    #PageFooter1 {
        width: 100%;
    }
    #PageFooter1_Container {
        width: 748px;
    }
}

@media only screen and (max-width: 747px) {
    div#container {
        width: 320px;
    }
    #wb_ResponsiveMenu1 {
        left: 0px;
        top: 259px;
        width: 320px;
        height: 41px;
        visibility: visible;
        display: inline;
    }
    #wb_masterFontAwesomeIcon1 {
        left: 157px;
        top: 168px;
        width: 36px;
        height: 36px;
        visibility: hidden;
        display: none;
        color: #3F70AE;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon1 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon1 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterFontAwesomeIcon2 {
        left: 193px;
        top: 168px;
        width: 36px;
        height: 36px;
        visibility: hidden;
        display: none;
        color: #87CEEB;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon2 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon2 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterFontAwesomeIcon3 {
        left: 229px;
        top: 168px;
        width: 36px;
        height: 36px;
        visibility: hidden;
        display: none;
        color: #808080;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon3 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon3 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterFontAwesomeIcon4 {
        left: 101px;
        top: 141px;
        width: 36px;
        height: 36px;
        visibility: visible;
        display: inline;
        color: #FFFFFF;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon4 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon4 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterFontAwesomeIcon5 {
        left: 147px;
        top: 141px;
        width: 36px;
        height: 36px;
        visibility: visible;
        display: inline;
        color: #FFFFFF;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon5 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon5 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterFontAwesomeIcon6 {
        left: 193px;
        top: 141px;
        width: 36px;
        height: 36px;
        visibility: visible;
        display: inline;
        color: #FFFFFF;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon6 {
        width: 36px;
        height: 36px;
    }
    #masterFontAwesomeIcon6 i {
        line-height: 36px;
        font-size: 36px;
    }
    #wb_masterText2 {
        left: 0px;
        top: 195px;
        width: 320px;
        height: 20px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterText4 {
        left: 12px;
        top: 144px;
        width: 301px;
        height: 59px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterText1a {
        left: 3px;
        top: 50px;
        width: 317px;
        height: 66px;
        visibility: hidden;
        display: none;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterImage1 {
        left: 186px;
        top: 38px;
        width: 118px;
        height: 90px;
        visibility: visible;
        display: inline;
    }
    #wb_masterText3 {
        left: 15px;
        top: 195px;
        width: 168px;
        height: 27px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterText5 {
        left: 0px;
        top: 222px;
        width: 285px;
        height: 20px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterText6 {
        left: 0px;
        top: 124px;
        width: 261px;
        height: 91px;
        visibility: hidden;
        display: none;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_masterImage2 {
        left: 277px;
        top: 203px;
        width: 43px;
        height: 40px;
        visibility: visible;
        display: inline;
    }
    #Layer3 {
        left: 0px;
        top: 0px;
        height: auto;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: #ECFBFF;
        background-image: none;
    }
    #Layer3 {
        width: 100%;
    }
    #Layer3_Container {
        width: 320px;
    }
    #wb_indexText2 {
        left: 0px;
        top: 20px;
        width: 320px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #indexLayer2 {
        left: 0px;
        top: 0;
        /*height: 410px;*/
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: #4775C0;
        background-image: none;
    }
    #indexLayer2 {
        width: 100%;
    }
    #indexLayer2_Container {
        width: 320px;
    }
    #wb_indexText3 {
        left: 0px;
        width: 320px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #wb_indexCarousel {
        left: 0px;
        top: 306px;
        visibility: hidden;
        display: none;
    }
    #aboutLayer3 {
        left: 0px;
        top: 1926px;
        height: 100px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: #FBFBFB;
        background-image: none;
    }
    #aboutLayer3 {
        width: 100%;
    }
    #aboutLayer3_Container {
        width: 320px;
    }
    #wb_indexMasterObjects1 {
        left: 0px;
        top: 0px;
        width: 320px;
        height: 90px;
        visibility: visible;
        display: inline;
    }
    #donate_layer {
        height: 90px;
        visibility: visible;
        display: inline;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: url(../images/footer_back.gif);
        background-repeat: repeat;
        background-position: left top;
    }
    #donate_layer {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    #donate_layer_Container {
        width: 320px;
    }
    #wb_donate_phone_text {
        left: 0px;
        top: 13px;
        width: 302px;
        height: 66px;
        visibility: hidden;
        display: none;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        border: 0px #000000 solid;
    }
    #wb_donate_phone_icon {
        left: 256px;
        top: 16px;
        width: 64px;
        height: 57px;
        visibility: visible;
        display: inline;
        color: #FFFFFF;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #donate_phone_icon {
        width: 64px;
        height: 57px;
    }
    #donate_phone_icon i {
        line-height: 57px;
        font-size: 57px;
    }
    #donate_botton {
        left: 0px;
        top: 19px;
        width: 240px;
        height: 50px;
        visibility: visible;
        display: inline;
    }
    #indexLayer1 {
        left: 0px;
        top: 0px;
        height: 100px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: url(../images/footer_back.gif);
        background-repeat: repeat;
        background-position: left top;
    }
    #indexLayer1 {
        width: 100%;
    }
    #indexLayer1_Container {
        width: 320px;
    }
    #wb_indexPhotoGallery1 {
        left: 0px;
        width: 320px;
        visibility: visible;
        color: #127235;
        font-size: 15px;
        font-family: "Open Sans";
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #indexPhotoGallery1 .thumbnail {
        width: 50%;
    }
    #indexPhotoGallery1 .visible-col5 {
        display: none;
    }
    #indexPhotoGallery1 .visible-col2 {
        display: block;
    }
    #masterLayer1 {
        left: 0px;
        top: 0px;
        height: 306px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: url(../images/header_back.jpg);
        background-repeat: repeat-x;
        background-position: left bottom;
    }
    #masterLayer1 {
        width: 100%;
    }
    #masterLayer1_Container {
        width: 320px;
    }
    #wb_masterFontAwesomeIcon7 {
        left: 256px;
        top: 26px;
        width: 64px;
        height: 57px;
        visibility: visible;
        display: inline;
        color: #FFFFFF;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: none;
    }
    #masterFontAwesomeIcon7 {
        width: 64px;
        height: 57px;
    }
    #masterFontAwesomeIcon7 i {
        line-height: 57px;
        font-size: 57px;
        width: 48px;
        color: #FFFFFF;
    }
    #wb_masterFontAwesomeIcon7:hover i {
        color: #FFFFFF;
    }
    #masterHtml1 {
        left: 0px;
        top: 29px;
        width: 240px;
        height: 50px;
        visibility: visible;
        display: inline;
    }
    #wb_masterImage3 {
        left: 17px;
        top: 8px;
        width: 111px;
        height: 140px;
        visibility: visible;
        display: inline;
    }
    #PageFooter1 {
        height: 251px;
        visibility: visible;
        font-size: 8px;
        font-family: Arial;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: transparent;
        background-image: url(../images/footer_back.gif);
        background-repeat: repeat;
        background-position: left top;
    }
    #PageFooter1 {
        width: 100%;
    }
    #PageFooter1_Container {
        width: 320px;
    }
}




.holderGallery { margin-bottom: 40px; }
#gallery-cats { padding: 0; margin: 0 0 20px 0; list-style: none; text-align: center; }
#gallery-cats li { display: inline-block; width: 200px; height: 170px; text-align: center; margin: 20px; }
#gallery-cats li a { width: inherit; text-decoration: none; display: block; }
#gallery-cats li a img { border-radius: 50%; }
#gallery-cats a span { text-overflow: ellipsis; width: 100%; margin: auto; display: block; font-size: 16px; color: #000; }


.gallery { text-align: center; padding: 0; margin: 0; list-style: none; }
.gallery .item { margin-right: 5px; display: inline-block; cursor: pointer; width: 187px; height: 110px; vertical-align: middle; 
    border: 4px solid #fff; background-color: transparent !important; overflow: hidden; 
}
.gallery .item img { width: 100%; }
.galImgWarp { width: 144px; height: 144px; margin: auto; border-radius: 50%; overflow: hidden; }

#gallery-cats li a img,
.eventImageBorder {
    -webkit-box-shadow:inset 0px 0px 0px 5px #443F98;
    -moz-box-shadow:inset 0px 0px 0px 5px #443F98;
    box-shadow:inset 0px 0px 0px 5px #443F98;
    border-radius: 50%;
}
.galleryHeader {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}