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

html {
  font-family: 'Garamound', 'Helvetica Neu', sans-serif;
}

body {
    /*
    background-image: url("../pics/back.jpg");
    */
    background-color: #ffffff;
}

h3 {
    font-family: 'Garamound', 'Helvetica Neu', sans-serif;
}

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

.home-hero-text {
    margin-top: -200px;
    position: relative;
    font-family: Garamond, Times, 'Helvetica Neu', sans-serif;
    font-size: 4rem;
    color: #ffffff;
}

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

@media screen and (min-width:2000px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -300px;
        margin-bottom: -400px;
    }
    
    .community-logo-splash {
        line-height: 0px;
        margin-top: -275px;
        margin-bottom: 0px;
        width: 600px;
    }
}

@media screen and (max-width:1999px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -200px;
        margin-bottom: -275px;
    }
    
    .community-logo-splash {
        line-height: 0px;
        margin-top: -225px;
        margin-bottom: 0px;
        width: 500px;
    }
}

@media screen and (max-width:1499px) {
    .home-hero-custom {
        width: 100%;
        margin-top: -200px;
        margin-bottom: -175px;
    }
    
    .community-logo-splash {
        line-height: 0px;
        margin-top: -225px;
        margin-bottom: 0px;
        width: 500px;
    }
}

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

    .community-logo-splash {
        line-height: 00px;
        margin-top: -175px;
        margin-bottom: 0px;
        width: 400px;
    }
}

@media screen and (max-width:639px) {
    .home-hero-custom {
        margin-top: -30px;
        margin-bottom: -50px;
        width: 150%;
        
    }

    .community-logo-splash {
        line-height: 300px;
        left: 20%;
        right: 20%;
        width: 60%;
        margin-top: -25%;
        margin-bottom: 00px;
    }
}

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

    .community-logo-splash {
        line-height: 300px;
        left: 20%;
        right: 20%;
        width: 60%;
        margin-top: -25%;
        margin-bottom: 00px;
    }
}

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

    .community-logo-splash {
        line-height: 300px;
        left: 20%;
        right: 20%;
        width: 60%;
        margin-top: -25%;
        margin-bottom: 00px;
    }
}


/*
 -------------
     HOME
 ---------------
 */

.background-wrapper-splash {
    margin: 0 auto;
    background-image: none;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    background-position: center 0px;
    z-index: 1;
}

.background-wrapper {
    margin: 0 auto;
    background-image: none;
    background-image: url("../pics/hero.jpg");
    background-repeat: no-repeat;
    background-size: 125%;
    position: relative;
    background-position: center -300px;
    z-index: 1;
}

@media screen and (max-width:959px) {
    .background-wrapper-splash {
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: 959px;
        position: relative;
        background-position: center 0px;
        z-index: 1;
    }
}

@media screen and (max-width:639px) {
    .background-wrapper-splash {
        margin: 0 auto;
        background-size: 125%;
        background-repeat: no-repeat;
        position: relative;
        background-position: left 0px;
        z-index: 1;
    }
}

@media screen and (max-width:400px) {
    .background-wrapper-splash {
        margin: 0 auto;
        background-size: 150%;
        background-repeat: no-repeat;
        position: relative;
        background-position: left 0px;
        z-index: 1;
    }
}

.container-splash .row {
    height: 0px;
    position: relative;
}

.home-image-postcard-2 {
    width: 100%;
    float: left;
    left: 5%;
    /* IE 9 */
    -ms-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(0deg);
    /* Standard syntax */
    transform: rotate(0deg);
    background-color: white;
    border: 10px solid white;
    border-radius: 6px;
    box-shadow: 5px 5px 6px 1px #181205;
    outline: 1px solid transparent;
    margin-top: 0%;
    margin-left: 10%;
    /* IE 9 */
    -ms-transform: rotate(3deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(3deg);
    /* Standard syntax */
    transform: rotate(3deg);
    z-index: 1001;
}
.home-image-postcard-3 {
    width: 100%;
    float: left;
    /* IE 9 */
    -ms-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(0deg);
    /* Standard syntax */
    transform: rotate(0deg);
    background-color: white;
    border: 10px solid white;
    border-radius: 6px;
    box-shadow: 5px 5px 6px 1px #181205;
    outline: 1px solid transparent;
    margin-top: 0%;
    margin-left: -7%;
    margin-bottom: 50%;
    /* IE 9 */
    -ms-transform: rotate(-3deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(-3deg);
    /* Standard syntax */
    transform: rotate(-3deg);
    z-index: 1000;
}
.home-image-postcard-4 {
    width: 100%;
    float: left;
    left: -5%;
    /* IE 9 */
    -ms-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(0deg);
    /* Standard syntax */
    transform: rotate(0deg);
    background-color: white;
    border: 10px solid white;
    border-radius: 6px;
    box-shadow: 5px 5px 6px 1px #181205;
    outline: 1px solid transparent;
    margin-top: -50%;
    margin-left: 3%;
    margin-bottom: 50%;
    /* IE 9 */
    -ms-transform: rotate(3deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(3deg);
    /* Standard syntax */
    transform: rotate(3deg);
    z-index: 1001;
}


/* Tablet View */

@media screen and (max-width: 959px) {
    .home-image {
        display: none;
    }
    .home-image-1 {
        width: 220px;
        top: 16px;
    }
    .home-image-2 {
        width: 220px;
        top: 140px;
    }
    .home-image-3 {
        width: 220px;
        top: 140px;
    }
    .container-splash .row {
        height: 450px;
    }
}


/* Mobile View */

@media screen and (max-width:639px) {
    .home-image {
        display: none;
    }
    .container-splash .row {
        height: 300px;
        text-align: center;
    }
    .home-image-postcard-2 {
        display: none;
    }
    .home-image-postcard-3 {
        display: none;
    }
    .home-image-postcard-4 {
        display: none;
    }
}

/*
 -------------
     WELCOME PAGE - Main Content
 ---------------
 */
 
 /*
 Special instruction
 */
.content-splash {
    margin-top: 0px;
    padding-bottom: 0px;
}

.content-splash-home-main {
    background-color: none;
    background: rgba(15, 50, 90, 0);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
    -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);
    font-family: Garamond, Times, 'Helvetica Neu', sans-serif;
}

.content-splash-home-sub {
    background-color: none;
    background: rgba(91, 95, 60, 0);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
    font-family: Garamond, Times, 'Helvetica Neu', sans-serif;
    
}

.content-splash-sidebar-home-section {
    background-color: none;
    background: rgba(91, 95, 60, 0);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
    -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);
    font-family: Garamond, Times, 'Helvetica Neu', sans-serif;
}

.content-splash-main {
    background-color: #FAFAF0;
    background: rgba(250, 250, 240, 0.8);
    border-radius: 0px;
    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: 0px;
    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: 0px;
    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: none;
        background: rgba(15, 50, 90, 0);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        margin-top: 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);
        font-family: Garamond, Times, 'Helvetica Neu', sans-serif;
    }

    .content-splash-home-sub {
        background-color: none;
        background: rgba(15, 50, 90, 0);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        margin-top: 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, .5);
    }

    .content-splash-sidebar-home-section {
        background-color: #005b81;
        background: rgba(250, 250, 240, 0);
        border-radius: 0px;
        padding: 10px 15px;
        margin-bottom: 28px;
        margin-top: 50px;
        -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: none;
        background: rgba(91, 95, 60, 0);
        border-radius: 0px;
        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: 0px;
        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: 0px;
        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);
    }
}

@media screen and (max-width:639px) {
    .content-splash-home-main {
        background-color: none;
        background: rgba(91, 95, 60, 0);
        border-radius: 0px;
        padding: 30px;
        margin-bottom: 28px;
        margin-top: 15px;
        -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);
        font-family: Garamond, Times, 'Helvetica Neu', sans-serif;
        font-size: 10px;
    }
    .content-splash-sidebar-home-section {
        background-color: none;
        background: rgba(91, 95, 60, 0);
        border-radius: 0px;
        padding: 10px 15px;
        margin-bottom: 50px;
        margin-top: -25px;
        -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);
    }
}

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

#user-bar {
    background-color: #005b81;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #005b81, #005b82, #005b81);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #005b81, #005b82, #005b81);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #005b81, #005b82, #005b81);
    /* Standard syntax */
    background: linear-gradient(to right, #005b81, #005b82, #005b81);
    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: #005b81;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #005b81, #005b82, #005b81);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #005b81, #005b82, #005b81);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #005b81, #005b82, #005b81);
    /* Standard syntax */
    background: linear-gradient(to right, #005b81, #005b82, #005b81);
}

.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);
}


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

.newsboard-container.newsboard-container__banner {
    border-radius: 0 0 0px 0px;
    background: #005b81;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #005b81, #005b82, #005b81);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #005b81, #005b82, #005b81);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #005b81, #005b82, #005b81);
    /* Standard syntax */
    background: linear-gradient(to right, #005b81, #005b82, #005b81);
    /*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: #005b81;
    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: #005b81;
    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: #005b81;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(bottom, #005b82, #005b81);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(bottom, #005b82, #005b81);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(bottom, #005b82, #005b81);
    /* Standard syntax */
    background: linear-gradient(to bottom, #005b82, #005b81);
    color: white;
}