﻿
.fragment.IntroboxesAndCalendar {
    /*    background-color: #f5f5f5;*/
}

    .fragment.IntroboxesAndCalendar .Textarea {
    
    background-color:#fff;
    
    }
     .fragment.IntroboxesAndCalendar.col1 .Textarea {
    margin-bottom:20px;
    
    }
        .fragment.IntroboxesAndCalendar .Textarea .title {
            font-size:25px;
            font-family: 'Ubuntu Condensed', sans-serif;
            line-height:60px;
            padding:0 20px 0 26px;
            background-color:#cccccc;
            color:#3a4149;
            margin:0 0 20px 0;
        }
        

             .fragment.IntroboxesAndCalendar.col2 .Textarea {
                 width:300px;float:right;
    padding-bottom:0;
    min-height:380px;
    }
    .fragment.IntroboxesAndCalendar.col2 .Hoverboxes {
    width:66%;
    
        width: -webkit-calc(100% - 320px);
        float:left;
    }




.Hoverboxes {
overflow: hidden;


}
.Hoverbox {
    overflow: hidden;
    width: 100%;
    height: 180px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.Hoverbox a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 61;
}

.Hoverbox .img {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
}



.Hoverbox .overlays {
    height: 200%;
    
    z-index: 60;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

    .Hoverbox .overlays > div {
        height: 50%;
    }

.Hoverbox .maintitle {
    z-index: 51;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    padding: 14px 13px 16px 17px;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-color: rgba(82, 170, 226, .7);
}

.Hoverbox .flop .relative {
    width: 100%;
    height: 50%;
}

.Hoverbox .flop .relative {
    position: absolute;
    z-index:9;
    bottom: 0;
    background-color: #52aae2;
    background-color: rgba(82, 170, 226, .7);
}

.Hoverbox .flop .maintitle {
    z-index:10;
    background-color: transparent;
}

.Hoverbox .flop .textholder {
    position: absolute;
    bottom: 0;
    
    width: 100%;
}

.Hoverbox .flop .text {
    line-height: 19px;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 21px;
    font-size: 16px;margin:0 13px 28px 17px;
    color: #fff;
}
.Hoverbox .flop .darker {
    
overflow: hidden;
position: absolute;
bottom: 0;
right: 0;
left: 0;
    background-color: rgba(82, 170, 226, .7);
}

.Hoverbox .flop .readmore {
    font-family: 'Ubuntu Condensed', sans-serif;
    background: transparent url('/images/readmorearrowred.png') no-repeat scroll left center;
    float: right;
    padding: 0 0 0 25px;margin:0 24px 0 17px;
    text-align: right;
    line-height: 28px;
    font-size: 14px;
    color: #b3174a;
    
  
}





        .Hoverboxes.col2 .Hoverbox {
            
            width: 48.4%;
            float: left;
            overflow: hidden;
            box-sizing: border-box;
            
        }

            .Hoverboxes.col2 .Hoverbox:nth-child(2n+1) {
                clear: left;
                margin-right: 3.2%;
            }


.Hoverboxes.col2 .Hoverbox:nth-child(3),.Hoverboxes.col2 .Hoverbox:nth-child(4) {
    margin-bottom:0;
}



/*CALENDAR STUFF*/


.CalendarHolder {
    width: 287px;
    
    margin: 0 auto;
}

.calendar {
    overflow: hidden;
    display: block;
    position: relative;
}



.calPrev, .calNext {
    display: block;
    
    font-family: 'Ubuntu Condensed', sans-serif;
    width: 30px;
    height: 25px;
    line-height:25px;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.calPrev {
    left: 0;
    
}

.calNext {
    right: 0;
    
}

.calPrev.hover {
    
}

.calNext.hover {
    
}

.calendar ul {
    height: 30px;
    float: left;
}

.calendar li {
    height: 30px;
    width: 30px;
    overflow: hidden;
    float: left;
}

.calendar a {
    text-align: center;
    vertical-align: middle;
    width: 40px;
    display: block;
    float: left;
    height: 29px;
    font-family: Arial;
    font-size: 12px;
    color: #d9d9d9 !important;
    text-decoration: none;
    padding: 0;
    margin: 0 1px 1px 0;
    line-height: 29px;
    cursor: default;
}


    .calendar a.hasEvents:hover {
    }


.calendar .daynames {
    overflow: hidden;
}

    .calendar .daynames p {
        margin: 0;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        width: 40px;
        display: block;
        float: left;
        height: 19px;
        font-family: Arial;
        font-size: 8px;
        color: #666;
        margin: 0 1px 0 0;
        line-height: 19px;
        cursor: default;
    }


.calendar a.today, .calendar a.today.hasEvents {
    
    color: #3a4149 !important;
    text-decoration:underline;
}

.calendar a.hasEvents:hover, .calendar a.hasEvents.selected {
    
    color: #3a4149 !important;
    background-color:#cccccc;
    border-radius: 25%;
}




.calendar a.hasEvents {
    
    color: #666 !important;
    cursor: pointer !important;
     background-color:#e6e6e6;
    border-radius: 25%;
}


.monthsholder {
    overflow: hidden;
    width: 5500px;
    height: 185px;
    margin-top: 1px;
}

.month {
    overflow: hidden;
    width: 287px;
    float: left;
}




.calendar a.prevMonth {
    background: transparent none;
}






.CalendarHeader {
    position: relative;
    height: 25px;
}

    .CalendarHeader p {
        line-height: 25px;
        color: #2b3748;
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0 35px;
        font-size: 18px;
        text-align: center;
    }



.CalendarEventsHolder .eventList .date {
font-family:'Myriad Pro', Arial;
color:#999999;
font-size:9px;
text-transform:uppercase;
}
.CalendarEventsHolder .eventList a {
    color: #3a4149;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    text-decoration:none;
}
.CalendarEventsHolder .eventList .description {
     color: #3a4149;
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    
}

.CalendarEventsHolder .eventList .event {
margin-bottom:11px;}





.selector {
    
   
    height: 60px;
    
    margin-bottom: 5px;
}

    

    .selector div {
        width:50%;
        
    font-family: 'Ubuntu Condensed', sans-serif;
        font-size: 25px;
        color: #b3b3b3;
        cursor: pointer;
        float: left;
        line-height: 60px;
        height:60px;
        background-color:#e6e6e6;
        
        font-weight: normal;
        text-transform: uppercase;
        text-align: center;
    }

        .selector div.sel,.selector div.hover {
              color: #3a4149;
              background-color:#ccc;
        }


        .selector div.last {
          
            float: right;
        }



.calendarSnippet {
    
    height: 380px;
    position: relative;
    margin: 0 auto;
    
}





.CalendarEventsHolder {
    
    height: 115px;
    position: absolute;
    right: 0;
    bottom: 0;
    
left: 18px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .CalendarEventsHolder.high {
        height: 80%;
    }



@media only screen and (max-width : 360px) {


.selector>div{
width:48%!important;
font-size:17px;

}
.selector a{width:14.2%;}
}