﻿
    /* Start: Homepage Calendar Section*/
    #panel-wrapper {
    margin-top: 7em;
    margin-bottom: 7em;
    }

    /* --> Tabs ----------------------------------------------*/

    #tab-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #c4c6c9;
    }

    #tab-container .tab-nav{
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #11374e;
    }

    #tab-container .calenders-tab {
    width: 100%;
    display: inline-block;
    }

    #tab-container .calenders-tab h3 {
    color: white;
    margin: 0;
    font-weight: 300;
    }

    #tab-container .calenders-tab a{
    line-height: 2em;
    display: block;
    color: #a8a8a8;
    padding:20px;
    text-decoration: none;
    color: white;
    font-size: inherit;

    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    }

    #tab-container .calenders-tab a:hover {
    background: #5da731;
    }

    #tab-container a.active{
    background: #5da731;
    color: white;
    }

    #tab-container a.active:before {
    position: absolute;
    content: '';
    bottom: -7px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5da731;
    display: none;
    }


/*------------------------------------------------------------------
--> Homepage Calendar
------------------------------------------------------------------*/

/* --> Calendar Wrapper -----------------------------------------------*/

    #aj-calwrapper {
    padding: 0;
    width: 100%;
    position: relative;
    display: inline-block;
    }

    #aj-calwrapper table tr.even, 
    #aj-calwrapper table tr.alt, 
    #aj-calwrapper table tr:nth-of-type(2n){
    background: none;
    }

/* --> Calendar Header -----------------------------------------------*/
    
    #cal_left {
    position: relative;
    display: inline-block;
    width: 100%;
    }

    #month{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 33px 0;
    margin-bottom: 0;
    background: #5da731;
    border-bottom: 2px solid #2e6d4c;
    }

    #month a{
    font-size: 1.3em;
    padding-top: 4px;

    transition: background .6s ease-in-out; 
    -o-transition: background .6s ease-in-out; 
    -moz-transition: background .6s ease-in-out; 
    -webkit-transition: background .6s ease-in-out;
    }

    #month a.prev{
    position: relative;
    float: left;
    width: 23px;
    height: 23px;
    background: #3d771b;
    color: white;
    text-decoration: none;
    margin-left: 15px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    }

    #month a.next{
    position: relative;
    float: right;
    width: 23px;
    height: 23px;
    background: #3d771b;
    color: white;
    text-decoration: none;
    margin-right: 15px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    }

    #month h3{
    color: white;
    font-weight: 300;
    font-style: italic;
    display: inline-block;
    margin: 0;
    }

    /* Event Header Day Cell */
    #aj-calwrapper #smlCal002_Head td {
    background: none;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 2px 2px 20px 0;
    width: 14.2%;
    font-weight: 500;
    }

    #aj-calwrapper span.cal-curr-date{
    font-size: 1.9em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #6d6d6e;
    text-align: center;
    }

/* --> Calendar Body -----------------------------------------------*/
    
    #cal_day{
    background: #faf9f3;
    border:1px solid #d1d1d1;
    display: inline-block;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 38px;

    border-left:1px solid #d1d1d1;
    border-right:1px solid #d1d1d1;
    border-top:1px solid #d1d1d1;
    border-bottom:2px solid #d1d1d1;
    }

    #cal_day:before{
    position: absolute;
    content: "";
    left: 1em;
    top:-1.3em;
    width: 8px;
    height: 24px;
    z-index: 55;
    background:url('/img/00/spring.png') no-repeat transparent left;
    }

    #cal_day:after{
    position: absolute;
    content: "";
    right: 1em;
    top:-1.3em;
    width: 8px;
    height: 24px;
    z-index: 55;
    background:url('/img/00/spring.png') no-repeat transparent right;
    }

    h4.day {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 0 7px 0;
    font-size: 1.8em;
    line-height: 18px;
    }

    h4.monthnumber{
    font-size: 6em;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 45px;
    }

/* --> Calendar Controls -----------------------------------------------*/

    #aj-calwrapper #month .cal_controls{
    position: relative;
    float: right;
    display: block;
    padding-top: 15px;
    }

    #aj-calwrapper #month .cal_controls a.prev,
    #aj-calwrapper #month .cal_controls a.next{
    background: #b7b9bc;
    padding: 8px 10px 0 10px;
    margin-bottom: 5px;
    height: 35px;
    position: relative;
    display: block;
    color: white;
    font-weight: bold;
    }

/* --> Calendar Date -----------------------------------------------*/

    /* Event Date Links */
    #aj-calwrapper .smlCal002_Table a {
    color: #383e40;
    display: block;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: normal;
    }

    /* Event Date Cell */
    #aj-calwrapper .smlCal002_Table td {
    background: none;
    line-height: 41px;
    text-align: center;
    width: 14.2%;
    position: relative;
    padding: 3px;
    }

    /* Event Date Weeknd/day */
    #aj-calwrapper .smlCal002_Table td.WeekEndDay a,
    #aj-calwrapper .smlCal002_Table td.Day a {
    background: #e0e0e0;
    border:1px solid #c2c2c2;
    }

    /* Event Date Current */ 
    #aj-calwrapper .smlCal002_Table td.CurrentDay a {
    color: #fff;
    font-weight: bold;
    background-color: #5da731;
    line-height: 40px;
    }


/* --> Short Month -----------------------------------------------*/

    #aj-calwrapper .long{
    display: none;
    }

    #aj-calwrapper .short{
    display: inline;
    }

/* --> Events List -----------------------------------------------*/
    
    .event-display {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5em;
    }

    .event_header {
    font-size: 2.5em;
    margin-bottom: 1em;
    padding-right: 15px;
    display: inline-block;
    }

    .all {
    display: inline-block;
    position: relative;
    font-style: italic;
    color: #666666;
    font-size: 1.6em;
    font-weight: normal;
    }
    
    .event-icon {
    display: inline-block;
    position: relative;
    width: 30px;
    vertical-align: top;
    padding: 5px 10px 0 0;
    }
    
    .event-wrap {
    display: inline-block;
    position: relative;
    width: 91%;
    vertical-align: top;
    }

    #hp-events-box .fa-calendar-o {
    font-size: 2.3em;
    color: #5da731;
    }

    #hp-events-community, #hp-events-city, #hp-events-special {
    width: 100%;
    padding: 0 25px 0 0;
    margin: 25px 0 0 0;
    overflow: auto;
    height: 100%;
    max-height: 346px;
    }
    
    #hp-events-community, #hp-events-city, #hp-events-special {
    width: 100%;
    padding: 0 25px 0 0;
    margin: 25px 0 0 0;
    overflow: auto;
    height: 100%;
    max-height: 346px;
    }

    /* Event Time */
    .event-time { font-size: 1.2em;  display: inline-block; margin: 0;}

    /* Date section heading */
    .events-datesection {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 20px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 5px;
    }

    .thumbevent{
    height: 100%;
    max-width: 100%;
    border: none;
    max-height: 50px;
    margin-top: 5px;
    margin-right: 15px;
    position: relative;
    float: left;
    display: block;
    }

    .featured{display: inline-block; position: relative; width: 73%;}

    /* Separator between events */
    hr.events-sep { margin: 15px 0; border-color: #77b7e7; }


    /* Event title */
    .event-title {
    font-size: 2em;
    margin: 5px 0;
    line-height: 20px;
    display: inline-block;
    color: #333333;
    }

    .event-title a{
    font-size: inherit;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    }

    .event-title a:hover{
    color: #00509f;
    }


    /* Date section heading */
    p.events-datesection {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 1.2em;
    display: inline-block;
    color: #999999;
    }

    p.loc_title {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.2em;
    }

    span.dot-events {padding: 0 5px;}

    /* Style for 'Today' indicator */
    .events-datesection span.today {
    color: #666;
    text-transform: uppercase;
    font-size: 0.7em;
    }

/* These styles are applied for viewports 481px and higher */
@media only screen and (min-width: 481px) {


}

/* These styles are applied for viewports 768px and higher */
@media only screen and (min-width: 768px) {

    #hp-cal {
    padding: 0;
    }

    #tab-container .calenders-tab {
    width: 29%;
    display: inline-block;
    }

    #hp-events-box {
    float: left;
    padding: 0 25px 0 0;
    }

    #aj-calwrapper .smlCal002_wrap {
    padding: 0 0 0 25px;
    }

    #tab-container a.active:before {
    display: inline-block;
    }


}

/* These styles are applied for viewports 1030px and higher */
@media only screen and (min-width: 1024px) {

    #tab-container .calenders-tab {
    width: 21%;
    }

}

/* These styles are applied for viewports 1280px and higher */
@media only screen and (min-width: 1280px) {
    
    #tab-container .calenders-tab {
    width: 16%;
    }

} 