﻿
    /* --> Tabs ----------------------------------------------*/

    #tab-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin-top:3em;
    z-index: 5;
    margin-bottom: 0;
    }

    #panel-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 25px;
    background: url(/img/00/layout/bottom-rp.png) repeat-y 0 bottom transparent;
    background-size: 100% auto;
    z-index: 10;
    }

    #panel-bottom {
    background: url('/img/00/layout/bottom-event.png') no-repeat 0 top transparent;
    background-size: 100% 32px;
    width: 100%;
    height: 55px;
    margin-bottom: 0;
    }

    ul.tab-nav {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 5;
    text-align: center;
    }

    ul.tab-nav li {
    display: inline-block;
    padding: 11px 25px 7px 25px;
    width: 100%;
    background: #23408f;
    position: relative;
    }

    ul.tab-nav li.active {
    border-radius: 0;
    background: white;
    }

    ul.tab-nav li.active a,
    ul.tab-nav li.active a h3 {
    color: #0b7fc4;
    }

    ul.tab-nav li a {
    color: white;
    font-size: inherit;
    }
 
    ul.tab-nav li a h3 {
    color: white;
    font-size: 2.2em;
    margin: 0;
    padding-left: 5px;
    line-height: 30px;
    }

    #tab-news, #news-scroll, #event-scroll, #tab-events {
    height: 400px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    }

    #calendar-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    padding: 0 0 0 15px;
    }

    .feed-wrap {
    width: 97%;
    display: inline-block;
    position: relative;
    }

    .news-info-cont {
    float: left;
    width: 82%;
    }

    /* --> Events List -----------------------------------------------*/

    #tab-events {
    display: inline-block;
    position: relative;
    width: 100%;
    }

    .event-list-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    }

    #panel-container .event-title {
    font-size: 2.5em;
    margin-top: 0;
    color: #23408f;
    margin-bottom: 4px;
    line-height: 25px;
    }

    #panel-container .event-title a {
    font-size: inherit;
    color: #23408f;
    font-weight: normal;
    }

    .loc-title {margin: 0 0 5px 0;}
    .events-datesection {margin: 0;}

    #panel-container .events-sep {
    border: solid #ccccc9;
    border-width: 1px 0 0;
    margin: 20px 0;
    display: inline-block;
    }

    .event-panel-wrapper {
    list-style: none;
    }

    #panel-container .event-panel-column {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    vertical-align: top;
    padding: 0 15px;
    float: none;
    padding-bottom: 15px;
    }

    /* --> Title ----------------------------------------------*/

    .title-head {
    display: inline-block;
    width: 100%;
    padding-top: 6em;
    padding-bottom: 2em;
    position: relative;
    text-align: center;
    }

    .title-head h1 {
    font-size: 3.6em;
    font-style: italic;
    }


/*------------------------------------------------------------------
--> Homepage Calendar
------------------------------------------------------------------*/

/* 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) {

    #tab-container {margin-top: -6em }
    #event-scroll {width: 100%;}1
    #calendar-wrapper {width: 33%;}

    ul.tab-nav li#events,
    ul.tab-nav li#news {
    width: auto;
    }

    #panel-container .event-panel-column{
    width: 49%;
    }

    #tab-events .calday {
    width: 6%;
    }

    #tab-events .calbody {
    width: 90%;    
    }

}

/* These styles are applied for viewports 1030px and higher */
@media only screen and (min-width: 1024px) {


}

/* These styles are applied for viewports 1280px and higher */
@media only screen and (min-width: 1280px) {
    

} 