/*
 -------------
     GLOBAL
 ---------------
 */

html {
  font-family: 'Gill Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

body {
    background-color: #ffffff;
    background-image: url("../pics/leaves.png");
    background-size: cover;
    background-position: right 20% bottom 20%;
    background-repeat: no-repeat;
}

.background-wrapper {
    background-color: #ffffff;
    background-image: url("../pics/leaves.png");
    background-size: cover;
    background-position: right 20% bottom 20%;
    background-repeat: no-repeat;
}


/*
 -------------
     *** Special instructions for property ***
 ---------------
 */

.home-hero-text {
    margin-top: -200px;
    position: relative;
    font-family: sans-serif;
    font-size: 4rem;
    color: #be7250;
}

.content-splash {
    margin-top: 0px;
    padding-bottom: 0px;
}


@media screen and (min-width:2300px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -300px;
        margin-bottom: -300px;
    }
    .community-logo-splash {
        line-height: 0px;
        margin-left: 0px;
        margin-top: 50px;
        margin-bottom: -15px;
        width: 800px;
        z-index: 104;
    }
    .community-logo-splash-white {
        margin-top: 20px;
        color: white;
    }
    .home-image-1 {
        background-color: #88994d;
        position: relative;
        /* IE 9 */
        -ms-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(0deg);
        /* Standard syntax */
        transform: rotate(0deg);
        margin-top: -400px;
        z-index: 101;
        left: 0;
        width: 460px;
        overflow: hidden;
        border: 15px solid #88994d;
        border-radius: 225px;
        
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
    }

    .home-image-2 {
        background-color: #be7250;
        position: relative;
        /* IE 9 */
        -ms-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(0deg);
        /* Standard syntax */
        transform: rotate(0deg);
        margin-top: -360px;
        z-index: 102;
        left: 150px;
        width: 400px;
        overflow: hidden;
        border: 10px solid #be7250;
        border-radius: 225px;
        
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
    }

    .home-image-3 {
        background-color: #649da8;
        position: relative;
        /* IE 9 */
        -ms-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(0deg);
        /* Standard syntax */
        transform: rotate(0deg);
        margin-top: -75px;
        margin-bottom: 100px;
        z-index: 103;
        left: 25px;
        width: 250px;
        overflow: hidden;
        border: 15px solid #649da8;
        border-radius: 225px;
        
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
    }
    .home-image-4 {
        position: relative;
        /* IE 9 */
        -ms-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(0deg);
        /* Standard syntax */
        transform: rotate(-180deg);
        margin-top: -75px;
        margin-bottom: 100px;
        z-index: 104;
        left: 25px;
        width: 400px;
        
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
    }
}

@media screen and (max-width:2300px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .community-logo-splash {
        line-height: 00px;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: -15px;
        width: 800px;
    }
    .community-logo-splash-white {
        margin-top: 50px;
        color: white;
    }
    .home-image-1 {
        background-color: #88994d;
        position: relative;
        /* IE 9 */
        -ms-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(0deg);
        /* Standard syntax */
        transform: rotate(0deg);
        margin-top: -400px;
        z-index: 101;
        left: 0;
        width: 450px;
        overflow: hidden;
        border: 15px solid #88994d;
        border-radius: 225px;
        
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
    }

    .home-image-2 {
        background-color: #be7250;
        position: relative;
        /* IE 9 */
        -ms-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(0deg);
        /* Standard syntax */
        transform: rotate(0deg);
        margin-top: -360px;
        z-index: 102;
        left: 150px;
        width: 350px;
        overflow: hidden;
        border: 10px solid #be7250;
        border-radius: 225px;
        
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
    }

    .home-image-3 {
        background-color: #649da8;
        position: relative;
        /* IE 9 */
        -ms-transform: rotate(0deg);
        /* Chrome, Safari, Opera */
        -webkit-transform: rotate(0deg);
        /* Standard syntax */
        transform: rotate(0deg);
        margin-top: -75px;
        margin-bottom: 100px;
        z-index: 103;
        left: 25px;
        width: 225px;
        overflow: hidden;
        border: 15px solid #649da8;
        border-radius: 225px;
        
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
    }
}

@media screen and (max-width:1999px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -250px;
        margin-bottom: -250px;
    }
    .community-logo-splash {
        line-height: 0px;
        margin-left: 0px;
        margin-top: 50px;
        margin-bottom: -15px;
        width: 700px;
    }
    .community-logo-splash-white {
        margin-top: 0px;
        color: white;
    }
    .home-image-1 {
        margin-top: -400px;
        left: 0;
        width: 450px;
    }

    .home-image-2 {
        margin-top: -360px;
        left: 150px;
        width: 350px;
    }

    .home-image-3 {
        margin-top: -75px;
        margin-bottom: 100px;
        left: 25px;
        width: 225px;
    }
}

@media screen and (max-width:1499px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .community-logo-splash {
        line-height: 0px;
        margin-left: 0px;
        margin-top: 50px;
        margin-bottom: -15px;
        width: 650px;
    }
    .community-logo-splash-white {
        margin-top: 0px;
        color: white;
    }
    .home-image-1 {
        margin-top: -300px;
        left: 0;
        width: 350px;
    }

    .home-image-2 {
        margin-top: -325px;
        left: 150px;
        width: 250px;
    }

    .home-image-3 {
        margin-top: 10px;
        margin-bottom: 100px;
        left: 25px;
        width: 150px;
    }
}

@media screen and (max-width:1299px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width:1050px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .community-logo-splash {
        line-height: 0px;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: -15px;
        width: 550px;
    }
    .community-logo-splash-white {
        margin-top: 0px;
        color: white;
    }
    .home-image-1 {
        margin-top: -300px;
        left: -100px;
        width: 350px;
    }

    .home-image-2 {
        margin-top: -325px;
        left: 30px;
        width: 250px;
    }

    .home-image-3 {
        margin-top: 10px;
        margin-bottom: 100px;
        left: -45px;
        width: 150px;
    }
}

@media screen and (max-width:959px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .community-logo-splash {
        line-height: 00px;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: -5px;
        width: 450px;
    }
    .community-logo-splash-white {
        margin-top: 0px;
        color: white;
    }
    .home-image-1 {
        margin-top: -200px;
        left: -100px;
        width: 300px;
    }

    .home-image-2 {
        margin-top: -250px;
        left: 15px;
        width: 200px;
    }

    .home-image-3 {
        margin-top: 10px;
        margin-bottom: 100px;
        left: -45px;
        width: 100px;
        border: 5px solid #649da8;
    }
}

@media screen and (max-width:769px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .community-logo-splash {
        line-height: 0px;
        margin-left: 0px;
        margin-top: 25px;
        margin-bottom: -5px;
        width: 400px;
    }
    .community-logo-splash-white {
        margin-top: 0px;
        color: white;
    }
    .home-image-1 {
        margin-top: -200px;
        left: -75px;
        width: 250px;
    }

    .home-image-2 {
        margin-top: -225px;
        left: 0px;
        width: 200px;
    }

    .home-image-3 {
        margin-top: 10px;
        margin-bottom: 50px;
        left: -45px;
        width: 100px;
        border: 5px solid #649da8;
    }
}

@media screen and (max-width:641px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .community-logo-splash {
        margin-left: 10%;
        margin-right: 10%;
        top: 0px;
        margin-top: 50px;
        width: 80%;
        line-height: 100px;
    }
    .container-splash .row {
        height: 100px;
    }
    .home-hero-custom {
        line-height: 0px;
    }
    .home-image-1 {
        display: none;
    }
    .home-image-2 {
        display: none;
    }
    .home-image-3 {
        display: none;
    }
}

@media screen and (max-width:500px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .community-logo-splash {
        width: 80%;
    }
    .home-image-1 {
        display: none;
    }
    .home-image-2 {
        display: none;
    }
    .home-image-3 {
        display: none;
    }
}

@media screen and (max-width:350px) {
    .home-hero-custom {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .community-logo-splash {
        width: 80%;
    }
    .home-image-1 {
        display: none;
    }
    .home-image-2 {
        display: none;
    }
    .home-image-3 {
        display: none;
    }
}


/*
 -------------
     ACCESS POSTCARD CIRCLES
 ---------------
 */

.welcome-area-postcard {
    background-color: #88994d;
    position: absolute;
    /* IE 9 */
    -ms-transform: rotate(3deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(3deg);
    /* Standard syntax */
    transform: rotate(0deg);
    top: -10px;
    z-index: 100;
    right: 2%;
    width: 250px;
    overflow: hidden;
    border: 10px solid #88994d;
    border-radius: 125px;
    
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

.welcome-area-postcard-2 {
    background-color: #649da8;
    position: absolute;
    /* IE 9 */
    -ms-transform: rotate(3deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(3deg);
    /* Standard syntax */
    transform: rotate(0deg);
    top: 10px;
    z-index: 101;
    right: 215px;
    width: 120px;
    overflow: hidden;
    border: 5px solid #649da8;
    border-radius: 60px;
    
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

.welcome-area-postcard-3 {
    background-color: white;
    position: absolute;
    /* IE 9 */
    -ms-transform: rotate(3deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(3deg);
    /* Standard syntax */
    transform: rotate(0deg);
    top: 50px;
    z-index: 101;
    right: 250px;
    width: 160px;
    overflow: hidden;
    border: 5px solid white;
    border-radius: 80px;
    
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

/*
 -------------
     WELCOME PAGE - Main Content
 ---------------
 */

.content-splash-home-main {
    background-color: #FAFAF0;
    background: rgba(250, 250, 240, 0);
    border-radius: 0px;
    padding: 35px;
    padding-bottom: 20px;
    margin-top: 25px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
}

.content-splash-home-sub {
    background-color: #fdfbcd;
    background: rgba(250, 250, 240, 0);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 255, 0);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
}

.content-splash-sidebar-home-section {
    background-color: #FAFAF0;
    background: rgba(250, 250, 240, 0);
    border-radius: 0px;
    padding: 10px 15px;
    margin-bottom: 28px;
    margin-top: 0px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
}

.content-splash-main {
    background-color: #FAFAF0;
    background: rgba(250, 250, 240, 0.8);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

.content-splash-sub {
    background-color: #fdfbcd;
    background: rgba(250, 250, 240, 0.8);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 255, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

.content-splash-sidebar-section {
    background-color: #FAFAF0;
    background: rgba(250, 250, 240, 0.8);
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

/* Tablet and Mobile View */

@media screen and (max-width: 959px) {
    .content-splash-home-main {
        background-color: #FAFAF0;
        background: rgba(250, 250, 240, 0);
        border-radius: 8px;
        padding: 30px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    }

    .content-splash-home-sub {
        background-color: #fdfbcd;
        background: rgba(250, 250, 240, .5);
        border-radius: 8px;
        padding: 30px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, .5);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 255, .5);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, .5);
    }

    .content-splash-sidebar-home-section {
        background-color: #FAFAF0;
        background: rgba(250, 250, 240, 0);
        border-radius: 8px;
        padding: 10px 15px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0);
    }
    
    .content-splash-main {
        background-color: #FAFAF0;
        background: rgba(250, 250, 240, 0.8);
        border-radius: 8px;
        padding: 30px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    }

    .content-splash-sub {
        background-color: #fdfbcd;
        background: rgba(250, 250, 240, 0.8);
        border-radius: 8px;
        padding: 30px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 255, 0.3);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    }

    .content-splash-sidebar-section {
        background-color: #FAFAF0;
        background: rgba(250, 250, 240, 0.8);
        border-radius: 8px;
        padding: 10px 15px;
        margin-bottom: 28px;
        -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    }
}

/* 
 -------------
    USER BAR
 ---------------
 */

#user-bar {
    background-color: #649da8;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #649da8, #649da9, #649da8);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #649da8, #649da9, #649da8);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #649da8, #649da9, #649da8);
    /* Standard syntax */
    background: linear-gradient(to right, #649da8, #649da9, #649da8);
    color: white;

}

/* 
 -------------
    NAVIGATION 
 ---------------
 */

.nav-section-header {
    border-radius: 0px 0px 0 0;
    margin-top: 16px;
    /*padding: 10px 8px 10px 26px;*/
    padding: 10px 15px;
    color: white;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    background-color: #649da8;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #649da8, #649da9, #649da8);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #649da8, #649da9, #649da8);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #649da8, #649da9, #649da8);
    /* Standard syntax */
    background: linear-gradient(to right, #649da8, #649da9, #649da8);
}

.nav-section-container {
    border-radius: 0 0 0px 0px;
    background-color: #FAFAF0;
    margin-left: 1px;
    margin-right: 1px;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #F0F0E6, #FAFAF0, #F0F0E6);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #F0F0E6, #FAFAF0, #F0F0E6);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #F0F0E6, #FAFAF0, #F0F0E6);
    /* Standard syntax */
    background: linear-gradient(to right, #F0F0E6, #FAFAF0, #F0F0E6);
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}

.nav-section-container a:link, a:visited, a:hover, a:active {
    color: #000000;
}

/* 
 -------------
    NEWSBOARD
 ---------------
 */

.newsboard-container.newsboard-container__banner {
    border-radius: 0 0 0px 0px;
    background: #be7250;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #be7250, #be7251, #be7250);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #be7250, #be7251, #be7250);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #be7250, #be7251, #be7250);
    /* Standard syntax */
    background: linear-gradient(to right, #be7250, #be7251, #be7250);
    /*border-radius: 0px 0px 0 0;*/
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: white;
    padding: 15px 10px;
}

.newsboard-container.newsboard-container {
    border-radius: 0 0 0px 0px;
}
.nav-contact-container {
    border-radius: 0 0 0px 0px;
}

/* 
 -------------
    CALENDAR
 ---------------
 */

#calendar .weekdays {
    height: 30px;
    text-align: center;
    line-height: 20px;
    padding: 5px 6px;
    color: #fff;
    font-size: .75rem;
    background: #649da8;
    margin-right: 1px;
    color: white;
}

#calendar-wrap.calendar-full-view thead tr td {
    width: 11%;
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
    background: #649da8;
    color: white;
    /*border: 1px solid white;*/
    /*border-bottom: 0;*/
    height: 20px;
}

/* 
 -------------
    POPUPS
 ---------------
 */

.stand-alone-page .popup-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 16px;
    background: #649da8;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(bottom, #649da9, #649da8);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(bottom, #649da9, #649da8);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(bottom, #649da9, #649da8);
    /* Standard syntax */
    background: linear-gradient(to bottom, #649da9, #649da8);
    color: white;
}