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

html {
  font-family: sans-serif;
}

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

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

.user-bar {
    z-index: 1000;
}

.background-wrapper-splash {
    margin: 0 auto;
    background-image: url("../pics/hero-splash.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-position: center -60px;
    z-index: 1;
}
.container-splash .row {
    height: 350px;
    position: relative;
}

.community-logo-splash {
    line-height: 350px;
    margin-left: 100px;
}

.home-image-1 {
    width: 300px;
    position: absolute;
    top: 80px;
    right: 120px;
    /* IE 9 */
    -ms-transform: rotate(3deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(3deg);
    /* Standard syntax */
    transform: rotate(3deg);
}

.home-image-2 {
    width: 300px;
    top: 180px;
    right: 300px;
    /* IE 9 */
    -ms-transform: rotate(3deg);
    /* Chrome, Safari, Opera */
    -webkit-transform: rotate(3deg);
    /* Standard syntax */
    transform: rotate(3deg);
}

.home-ribbon {
    z-index: 500;
    text-shadow: rgba(80, 80, 80, 0.75) 0px 1px 1px;
    -webkit-transform: rotate(-45deg) skewY(45deg);
    -moz-transform: rotate(-45deg) skewY(45deg);
    -ms-transform: rotate(-45deg) skewY(45deg);
    -o-transform: rotate(-45deg) skewY(45deg);
    overflow: hidden;
    position: absolute;
    padding: 5px 0;
    right: 100px;
    top: -73px;
    width: 55px;
    height: 496px;
    -webkit-box-shadow: 5px 4px 15px 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 5px 4px 15px 4px rgba(0, 0, 0, .5);
    box-shadow: 5px 4px 15px 4px rgba(0, 0, 0, .5);
    border-style: hidden;
    font-weight: 700;
    background-color: #049CCF;
    background-image: -webkit-gradient(linear, right, from(#049CCF), to(#0A27AA));
    background-image: -webkit-linear-gradient(left, #049CCF, #0A27AA);
    background-image: -moz-linear-gradient(left, #049CCF, #0A27AA);
    background-image: -ms-linear-gradient(left, #049CCF, #0A27AA);
    background-image: -o-linear-gradient(left, #049CCF, #0A27AA);
}

.home-ribbon-text {
    z-index: 501;
    font-size: 14pt;
    text-align: center;
    text-shadow: rgba(80, 80, 80, 0.75) 0px 1px 1px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    overflow: visible;
    position: absolute;
    right: 75px;
    top: 100px;
    width: 55px;
    height: 200px;
    color: white;
    font-weight: 700;
}

.home-ribbon-text a {
    color: white;
}

/* Tablet View */

@media screen and (max-width: 959px) {
    .home-ribbon {
        right: 0px;
    }
    .home-ribbon-text {
        right: 45px;
        top: 30px;
    }
    .home-image {
        display: block;
    }
    .home-image-1 {
        width: 220px;
        top: 120px;
        right: 20px;
    }
    .home-image-2 {
        width: 220px;
        top: 225px;
        right: 130px;
    }
    .community-logo-splash img {
        width: 300px;
    }
    .container-splash .row {
        height: 350px;
    }
    .community-logo-splash {
        line-height: 300px;
        margin-left: 50px;
        margin-top: 90px;
    }
}


/* Mobile View */

@media screen and (max-width:639px) {
    .background-wrapper-splash {
        background-position: center -60px;
    }
    .home-ribbon {
        
    }
    .home-ribbon-text {
        
    }
    .home-image {
        display: none;
    }
    .container-splash .row {
        height: 300px;
        text-align: center;
    }
    .community-logo-splash {
        line-height: 300px;
        margin-left: 10%;
        margin-right: 10%;
        max-width: 80%;
    }
}

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

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

/* 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, 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: 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: #4e2204;
    color: white;

}

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

.nav-section-header {
    border-radius: 8px 8px 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: #4e2204;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #4e2204, #481f02, #4e2204);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #4e2204, #481f02, #4e2204);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #4e2204, #481f02, #4e2204);
    /* Standard syntax */
    background: linear-gradient(to right, #4e2204, #481f02, #4e2204);
}

.nav-section-container {
    border-radius: 0 0 8px 8px;
    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 {
    background: #4e2204;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(left, #4e2204, #481f02, #4e2204);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(right, #4e2204, #481f02, #4e2204);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(right, #4e2204, #481f02, #4e2204);
    /* Standard syntax */
    background: linear-gradient(to right, #4e2204, #481f02, #4e2204);
    /*border-radius: 8px 9px 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;
}

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

#calendar .weekdays {
    height: 30px;
    text-align: center;
    line-height: 20px;
    padding: 5px 6px;
    color: #fff;
    font-size: .75rem;
    background: #4e2204;
    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: #4e2204;
    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: #4e2204;
    /* For Safari 5.1 to 6.0 */
    background: -webkit-linear-gradient(bottom, #481f02, #4e2204);
    /* For Opera 11.1 to 12.0 */
    background: -o-linear-gradient(bottom, #481f02, #4e2204);
    /* For Firefox 3.6 to 15 */
    background: -moz-linear-gradient(bottom, #481f02, #4e2204);
    /* Standard syntax */
    background: linear-gradient(to bottom, #481f02, #4e2204);
    color: white;
}