﻿/* HOME SLIDER */
.slide {
    position: relative;
}
.slide a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.bannerBG {
    height: 460px;
    background-position: center !important;
    background-size: cover !important;
}
.bannerTxt {
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #212121;
    padding: 23px 15%;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.75);
}
.flexslider {
    border: none !important;
    margin: 0 0 50px !important;
}
.slides {
    height: 460px;
    overflow: hidden;
}
.flex-direction-nav .flex-prev {
    left: 0 !important;
}
.flex-direction-nav a {
    line-height: normal !important;
    height: 48px !important;
}
.flexslider:hover .flex-direction-nav .flex-prev, .flexslider .flex-direction-nav .flex-prev {
    left: 20px !important;
    opacity: 1 !important;
}
.flexslider:hover .flex-direction-nav .flex-next, .flexslider .flex-direction-nav .flex-next {
    right: 20px !important;
    opacity: 1 !important;
}
.flex-direction-nav a:before {
    font-style: normal !important;
    color: #FFF !important;
    text-shadow: none !important;
}
.flex-control-nav li {
    margin: 0 5px !important;
}
.flex-control-paging li a {
    width: 20px !important;
    height: 20px !important;
    background: #C4C4C4 !important;
    box-shadow:  none !important;
}
.flex-control-paging li a.flex-active {
    background: #00B2EF !important;
}
.flex-control-paging li a:hover {
    background: #85C446 !important;
}
@media only screen and (max-width: 620px) {
    .bannerTxt {
        top: 0;
        display: flex;
        align-items: center;
    }
    .flex-direction-nav {
        display: none;
    }
}
/* HOME SOCIAL TABS */
.social.nav-tabs {
    float: left;
    width: 75px;
    border-bottom: none;
    margin: 0;
    line-height: normal;
}
.social .nav-tabs .nav-item.show .nav-link, .social .nav-tabs .nav-link.active {
    background: none;
    border: none;
}
.social .nav-link, .social .nav-tabs .nav-link, .social .nav-tabs .nav-link:focus, .social .nav-tabs .nav-link:hover {
    border: none;
    padding: 0;
}
.social li a {
    font-size: 0px;
    display: block;
    text-decoration: none;
}
.social li a:before {
    width: 77px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    transition: all ease .3s;
}
.social li #li-tab:before {
    content: '\f0e1';
    background: #8fc9dc;
}
.social li #tw-tab:before {
    content: '\f099';
    background: #63ccf0;
}
.social li #fb-tab:before {
    content: '\f39e';
    background: #507cbd;
}
.social li #pt-tab:before {
    content: '\f0d2';
    background: #f16261;
}
.social li #ig-tab:before {
    content: '\f16d';
    background: #C13584;
}
.social li a.em:before {
    content: '\f0e0';
    background: #8ac342;
}
.social li:hover a {
    text-decoration: none;
}
.social li:hover #li-tab:before {
    background: #6d9aa8;
}
.social li:hover #tw-tab:before {
    background: #4da1bd;
}
.social li:hover #fb-tab:before {
    background: #3a5a8a;
}
.social li:hover #pt-tab:before {
    background: #bf4c4c;
}
.social li:hover #ig-tab:before {
    background: #E1306C;
}
.social .tab-pane {
    height: 520px;
    border: 5px solid #63CDF1;
    margin-left: 77px;
    background: #FFF;
}
.snapwidget-widget {
    height: 510px !important;
}
@media only screen and (max-width: 768px) {
    .social.nav-tabs {
        float: none;
        width: auto;
    }
    .social li {
        width: 25%;
    }
    .social li a:before {
        width: 100%;
    }
    .social .tab-pane {
        margin-left: 0;
    }
}
/* CAROUSEL NAVS */
.owl-carousel {
    padding: 0 50px;
}
.owl-dots {
    text-align: center;
}
button.owl-dot {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    background: #C4C4C4 !important;
}
button.owl-dot.active {
    background: #00467F !important;
}
button.owl-dot:hover {
    background: #00467F !important;
}
.owl-prev span, .owl-next span {
    display: none;
}
.owl-prev, .owl-next {
    font-size: 45px !important;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
}
.owl-prev {
    left: 0px;
}
.owl-next {
    right: 0px;
}
.owl-prev::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-size: 45px;
    font-weight: 900;
    color: #85C446;
}
.owl-next::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 45px;
    font-weight: 900;
    color: #85C446;
}
@media only screen and (max-width: 768px) {
    .owl-carousel {
        padding: 0;
    }
}
/* NEWS BLOCKS */
.eventCarousel .owl-prev, .eventCarousel .owl-next {
    font-size: 45px !important;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
}
.eventCarousel .owl-prev::before, .eventCarousel .owl-next::before {
    color: #00467F;
}
.newsBlock {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.blockBG {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
}
.blockBar {
    font-size: 24px;
    font-weight: 200;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    text-align: center;
    padding: 15px;
    background: #00467F;
}
.blockPanel {
    display: flex;
    opacity: 0;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    font-size: 24px;
    line-height: 30px;
    font-weight: 200;
    padding: 20px;
    width: 100%;
    height: 300px;
    text-align: center;
    color: #FFF;
    background: #00467F;
    transition: visibility 0s, opacity 0.2s linear;
}
.newsBlock:hover .blockPanel {
   opacity: 1;
}
.blockTitle, .blockTxt {
    width: 100%;
    margin-bottom: 20px;
}
.blockLink a {
    color: #FFF;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}
.blockLink a:hover {
    text-decoration: underline;
}
/* CALENDAR CAROUSEL */
.event {
    text-align: left;
}
.dateBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    font-size: 60px;
    line-height: .9;
    text-align: center;
    color: #FFF;
    padding: 5px;
    width: 100px;
    height: 100px;
    background: #85C446;
}
.month {
    font-size: 30px;
    text-transform: uppercase;
}
.event h4 {
    font-size: 24px;
    margin-left: 115px;
    position: relative;
}
.event h4 a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.event h4 a[href=''] {
    display: none;
}
.customUrl {
    z-index: 2;
}
.sfUrl {
    z-index: 1;
}
.event h4:hover {
    text-decoration: underline;
}
.calCarousel button.owl-dot.active, .calCarousel button.owl-dot.hover {
    background: #85C446 !important;
}
.calMore {
    float: right;
    margin-top: -25px;
    z-index: 999;
    position: relative;
}
/* VIDEO CONTROL */
.RadMediaPlayer_Default {
    width: 100% !important;
    height: auto !important;
}
/* MOBILE NAVIGATION */
.sidr.left {
    left: -260px;
    right: auto;
}
.sidr {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #f4f4f4;
    background: #00b2ef;
}
.sidr .close2 {
    float: none;
    font-size: 14px;
    text-shadow: none;
    text-align: center;
    padding: 1em;
    background: #85c446;
}
.sidr .close2 a {
    width: 100%;
}
.sidr .search {
    text-align: center;
    padding: 1em;
    background: #e7f4fd;
}
.sidr .search .sfsearchBox {
    width: 100%;
    background: #FFF;
}
.sidr .search .sfsearchTxt {
    padding-right: 30px;
    background: transparent;
}
.sidr .subnav {
    color: #FFF;
    padding: 1em;
    background: #00b2ef;
}
.sidr .subnav li {
    display: block;
    margin-right: 0;
}
.sidr .subnav a {
    color: #FFF;
}
.rwdNav .k-treeview {
	white-space: normal;
    font-family: 'Proxima Nova A Condensed W01Md', sans-serif;
    font-weight: 600;
}
.rwdNav .k-treeview .k-item {
	padding: 0;
	position: relative;
}
.rwdNav .k-treeview .k-item > div {
	position: relative;
}
.rwdNav .k-treeview a.k-in {
    font-size: 16.9px;
	color: #00467f;
    background: #FFF;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 45px;
	border: none;
	border-bottom: 1px solid #f4f4f4;
}
.rwdNav .k-treeview .k-item>.k-group a.k-in {
    color: #FFF;
    background: #85c446;
	padding: 10px 10px 10px 45px;
    border-bottom: 1px solid #639234;
}
.rwdNav .k-treeview .k-item>.k-group .k-item>.k-group a.k-in {
	background: #00b2ef;
	padding: 10px 10px 10px 55px;
    border-bottom: 1px solid #CCC;
}
.rwdNav a.sfSel.k-in {
    color: #3ea6a9;
    background: #FFF;
}
.rwdNav .k-treeview .k-item>.k-group .k-item>.k-group .k-item>.k-group a.k-in {
	padding: 10px 10px 10px 65px;
    border-bottom: 1px solid #CCC;
}
.rwdNav .k-icon {
    position: absolute;
    width: 30px;
    height: 100%;
    margin: 0 !important;
}
.rwdNav .k-i-expand:before, .rwdNav .k-i-collapse:before {
    color: #f7941e;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
}
.rwdNav .k-i-expand:before {
    content: '\f054';
}
.rwdNav .k-i-collapse:before {
    content: '\f078';
    color: #00467f;
}
    .rwdNav .k-treeview .k-item>.k-group .k-i-expand:before {
        color: #FFF;
    }
    .rwdNav .k-treeview .k-item>.k-group .k-i-collapse:before {
        color: #FFF;
    }