/* MAIN NAVIGATION */
nav .k-menu .k-item {
    float: none !important;
    display: inline-block;
    margin-right: 24px;
    border: none !important;
    vertical-align: baseline !important;
}
nav .k-menu .k-item>.k-link {
    font-size: 24px;
    font-weight: 600;
    color: #00120f;
    padding: 0 !important;
}
nav li .k-link:hover {
    color: #5c2946;
    text-decoration: none;
}
nav .k-item:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
nav .k-item:hover:after {
    width: 100%;
    background: #004d42;
}
nav .sfNavHorizontalDropDownWrp .k-popup {
    text-align: left;
    margin-top: 5px;
    background: #f1f1f1;
    border: 1px solid #CCC;
}
nav .sfNavHorizontalDropDownWrp .k-popup .k-item {
    margin-right: 0;
}
nav .sfNavHorizontalDropDownWrp .k-popup .k-item:after {
    display: none;
}
nav .sfNavHorizontalDropDownWrp .k-popup .k-item .k-link {
    font-size: 18px;
    color: #666;
    padding: 5px 20px !important;
    transition: all ease-in-out .2s;
}
nav .sfNavHorizontalDropDownWrp .k-popup .k-item.k-state-hover .k-link {
    font-size: 18px;
    background: #DEDEDE;
}
nav .k-menu .k-item > .k-link > .k-i-arrow-60-right {
    right: 0;
}
/* HEADER SEARCH */
.search .sfsearchBox {
    position: relative;
    background: #FFF;
    border: 1px solid #CCC;
    max-width: 50%;
    margin: 0 auto;
}
.search .sfsearchTxt {
    width: 100%;
    padding: 0 50px 0 10px;
    border: none;
    height: 43px;
}
.search .sfsearchTxt:focus {
    outline: none;
}
.search .sfsearchSubmit {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    border: none;
    margin: 0 !important;
    width: 50px;
    top: 0;
    right: 0;
    height: 43px;
    background: url(images/bgSearch.png) no-repeat center center #00917a;
}
.search .sfsearchSubmit:hover {
    background: url(images/bgSearch.png) no-repeat center center #007864;
}
/*rwd search*/
.mobileNavTop{
    padding: 12px 0px;
}
.rwdsearch .sfsearchBox {
    position: relative;
    background: #FFF;
    border: 1px solid #CCC;
    max-width: 90%;
    margin: 0 auto;
}
.rwdsearch .sfsearchTxt {
    width: 100%;
    padding: 0 50px 0 10px;
    border: none;
    height: 43px;
}
.rwdsearch .sfsearchTxt:focus {
    outline: none;
}
.rwdsearch .sfsearchSubmit {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    border: none;
    margin: 0 !important;
    width: 50px;
    top: 0;
    right: 0;
    height: 43px;
    background: url(images/bgSearch.png) no-repeat center center #00917a;
}
.rwdsearch .sfsearchSubmit:hover {
    background: url(images/bgSearch.png) no-repeat center center #007864;
}
/* RWD NAVIGATION */
.sidr.left {
    background: #282828;
}
#sidr ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rwdSub {
    background: #004d42;
}
.rwdSub li a {
    display: block;
    font-size: 18px;
    color: #FFF;
    padding: 10px 15px;
    border-bottom: 1px solid #00332b;
    transition: all ease-in-out .2s;
}
.rwdSub li:last-child a {
    border-bottom: 0;
}
.rwdSub li a:hover {
    text-decoration: none;
    background: #00332b;
}
.rwdNav li:last-child a {
    border-bottom: 0;
}
/* MOBILE NAVIGATION */
.rwdNav .k-treeview {
    white-space: normal;
}
.rwdNav .k-treeview .k-item {
    padding: 0;
}
.rwdNav .k-treeview .k-item div {
    position: relative;
}
.rwdNav .k-in {
    display: block;
    font-size: 18px;
    color: #FFF;
    margin: 0;
    padding: 10px 20px 10px 40px;
    border: none;
    border-bottom: 1px solid #333;
    transition: all ease-in-out .2s;
}
.rwdNav li a:hover {
    text-decoration: none;
    background: #5c2946;
}
.rwdNav .k-treeview .k-icon {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.rwdNav .k-i-expand:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    color: #FFF;
    display: inline-block;
    position: relative;
}
.rwdNav .k-i-collapse:before {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    color: #FFF;
    display: inline-block;
    position: relative;
}
.rwdNav .k-item .k-item .k-in {
    padding-left: 50px;
}
.rwdNav .k-treeview .k-item .k-item .k-icon {
    padding-left: 10px;
}
.rwdNav .k-item .k-item .k-item .k-in {
    padding-left: 60px;
}
.rwdNav .k-treeview .k-item .k-item .k-item .k-icon {
    padding-left: 15px;
}
.rwdNav .k-item .k-item .k-item .k-item .k-in {
    padding-left: 70px;
}
.rwdNav .k-treeview .k-item .k-item .k-item .k-item .k-icon {
    padding-left: 20px;
}
/* SUB NAVIGATION */
.subNav .k-treeview {
    white-space: normal;
}
.subNav .k-treeview .k-item {
    padding: 0;
}
.subNav .k-treeview .k-item div {
    position: relative;
}
.subNav .k-in {
    display: block;
    color: #666;
    margin: 0;
    padding: 10px 20px 10px 30px;
    border: none;
    border-bottom: 1px solid #CCC;
    transition: all ease-in-out .2s;
}
.subNav .k-treeview .k-item:last-of-type .k-in {
    border-bottom: none;
}
.subNav li a:hover {
    text-decoration: none;
    background: #DEDEDE;
}
.subNav .k-treeview .k-icon {
    position: absolute;
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.subNav .k-i-expand:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    color: #666;
    display: inline-block;
    position: relative;
}
.subNav .k-i-collapse:before {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    color: #666;
    display: inline-block;
    position: relative;
}
.subNav .k-item .k-item .k-in {
    font-size: 14px;
    padding-left: 40px;
}
.subNav .k-treeview .k-item .k-item .k-icon {
    padding-left: 10px;
}
.subNav .k-item .k-item .k-item .k-in {
    padding-left: 50px;
}
.subNav .k-treeview .k-item .k-item .k-item .k-icon {
    padding-left: 15px;
}
.subNav .k-item .k-item .k-item .k-item .k-in {
    padding-left: 60px;
}
.subNav .k-treeview .k-item .k-item .k-item .k-item .k-icon {
    padding-left: 20px;
}
/* HOME BANNER */
.over {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,.3);
}
.over.True {
    display: block;
}
.owl-carousel {
    overflow: hidden;
}
.owl-carousel.slider .container {
    max-width: 1150px !important;
}
.owl-carousel.slider .col-12 {
    text-shadow: 2px 2px 4px #000;
    position: relative;
    z-index: 9999;
}
.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    max-width: 1150px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    top: calc(50% - 45px);
}
.owl-carousel .item {
    color: #FFF;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 475px;
}
.owl-carousel.slider2 {
    max-width: 1300px;
    margin: 0 auto;
}
.owl-carousel.slider2 .item {
    text-align: left;
    height: auto;
}
.owl-nav {
    font-size: 0;
}
.owl-prev:before {
    content: '\f053';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
    color: #FFF;
}
.owl-next:before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
    color: #FFF;
}
.owl-carousel.slider .owl-next:before, .owl-carousel.slider .owl-prev:before {
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-carousel button.owl-dot {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    background: #FFF;
    border-radius: 50%;
}
.owl-carousel.slider button.owl-dot {
    border: 1px solid #CCC;
}
.owl-carousel button.owl-dot.active, .owl-carousel button.owl-dot:hover {
    background: #c4c4c4;
}
.slideBG {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.slider .item h1 {
    font-size: 33px;
    font-weight: 200;
}
.slider .item p {
    font-size: 24px;
    font-weight: 200;
}
/* LEFT IMAGE SLIDER */
.slider2Img {
    min-height: 400px;
}
.owl-carousel.slider2 .owl-nav {
    right: 15px;
    left: auto;
    transform: none;
    max-width: 47%;
}
.owl-carousel.slider2 .owl-prev:before, .owl-carousel.slider2 .owl-next:before {
    color: #80aaa4 
}
.owl-carousel.slider2 .owl-dots {
    left: 50%;
    right: 30px;
    padding-top: 20px;
    text-align: center;
    transform: none;
}
.owl-carousel.slider2 button.owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #8aaaa6;
    border-radius: 50%;
}
.owl-carousel.slider2 button.owl-dot.active, .owl-carousel.slider2 button.owl-dot:hover {
    background: #FFF;
}
.slider2Txt {
    padding: 30px 70px 50px 70px;
    display: flex;
    flex-direction: column;
}
.slider2Txt p:last-of-type {
    margin-top: auto;
}
/* CTA BLOCKS */
.ctaBlock {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    height: 300px;
    overflow: hidden;
}
.ctaBlock h3 {
    color: #FFF;
    position: relative;
    z-index: 997;
}
.ctaBlock a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 998;
}
.ctaBlock .imgBG {
    transition: all ease-in-out .2s;
}
.ctaBlock .imgBG:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,77,66,.25);
}
.ctaBlockWrap > div:nth-of-type(even) .ctaBlock .imgBG:before {
    background: rgba(87,40,67,.25);
}
.ctaBlock:hover .imgBG {
    transform: scale(1.1);
}
/* CTA ROW */
.ctaRow {
    position: relative;
    background: url(images/bgPurple.jpg);
}
.ctaRow .col {
    min-height: 400px;
}
.ctaRow .imgBG {
    top: 0;
    left: 0;
}
.ctaRow .imgBG:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.55);
}
.ctaRow.noBox {
    color: #FFF;
    padding: 2rem 0;
}
.ctaRow.noBox .col {
    min-height: 0;
}
.ctaRow.noBox .imgBG:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/bgPurpleBox.png);
}
.ctaBox, .ctaBox.style1 {
    color: #FFF;
    padding: 25px;
    margin: 2rem 0;
    max-width: 50%;
    background: url(images/bgPurpleBox.png);
    border: 1px solid #b7b7b7;
}
.ctaBox.style2 {
    background: url(images/bgWhiteBox.png);
}
.ctaBox p:last-of-type {
    margin-bottom: 0;
}
/* COLOR BG BOX */
.bgBox {
    color: #FFF;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
.bgBox > div {
    min-height: 170px;
}
.about.bgBox {
    max-width: 100%;
}
.bgBox div * {
    position: relative;
    overflow: hidden;
    z-index: 997;
}
.bgBox a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 998;
}
/* 4 BLOCKS - HOMEPAGE */
.homepage.bgBox div:nth-of-type(2) {
    border-right: 10px solid #f1f1f1;
    border-bottom: 10px solid #f1f1f1;
}
.homepage.bgBox div:nth-of-type(3) {
    border-left: 10px solid #f1f1f1;
    border-bottom: 10px solid #f1f1f1;
}
.homepage.bgBox div:nth-of-type(4) {
    border-right: 10px solid #f1f1f1;
    border-top: 10px solid #f1f1f1;
}
.homepage.bgBox div:nth-of-type(5) {
    border-left: 10px solid #f1f1f1;
    border-top: 10px solid #f1f1f1;
}
.homepage.bgBox div:nth-of-type(2):before, .homepage.bgBox div:nth-of-type(5):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(126,57,96,.9);
    z-index: 997;
}
.homepage.bgBox div:nth-of-type(3):before, .homepage.bgBox div:nth-of-type(4):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,144,123,.9);
    z-index: 997;
}
/* 5 BLOCKS - HOMEPAGE */
.about.bgBox div:nth-of-type(2) {
    border-right: 10px solid #f1f1f1;
    border-bottom: 10px solid #f1f1f1;
}
.about.bgBox div:nth-of-type(3) {
    border-left: 10px solid #f1f1f1;
    border-bottom: 10px solid #f1f1f1;
}
.about.bgBox div:nth-of-type(4) {
    border-right: 10px solid #f1f1f1;
    border-top: 10px solid #f1f1f1;
}
.about.bgBox div:nth-of-type(5) {
    border-left: 10px solid #f1f1f1;
    border-right: 10px solid #f1f1f1;
    border-top: 10px solid #f1f1f1;
}
.about.bgBox div:nth-of-type(6) {
    border-left: 10px solid #f1f1f1;
    border-top: 10px solid #f1f1f1;
}
.about.bgBox div:nth-of-type(2):before, .about.bgBox div:nth-of-type(5):before, .about.bgBox div:nth-of-type(3):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(126,57,96,.9);
    z-index: 997;
}
.about.bgBox div:nth-of-type(4):before, .about.bgBox div:nth-of-type(6):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,144,123,.9);
    z-index: 997;
}
/* NEWS / EVENTS / BLOGS / ETC */
.sfnewsList, .sfeventsList, .sfpostsList, .sfdownloadFile {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sflistitem, .sfdownloadFile {
    list-style: none;
    margin-bottom: 20px;
}
.sflistitem h2 {
    font-size: 21px !important;
}
.sfmetainfo {
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding: 5px;
    background: #f1f1f1;
}
.sfsummary {
    margin: 5px 0;
}
.sffullstory {
    display: inline-block;
    margin-top: 5px;
}
.sffullstory:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    color: #5c2946;
    display: inline-block;
    margin-left: 5px;
}
.advEventsItem .aeTopbar{
    height: 15px;
    background: url("images/advEvTop.png") 
}
.advEventsThumbItem .aeTopbarThumb, .advEvThumbDetailWrap .aeTopbarDetail{
    height: 15px;
    background: url("images/advEvThTop.png") 
}
.advEventsItem .aeLiner, .advEventsThumbItem .aeLiner, .advEvThumbDetailWrap .aeLiner{
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
}
.advEventsThumbItem .imgwrp{
    position: relative;
    flex: 0 0 400px;
}
.advEventsThumbItem .imgwrp img{
    width: 100%;
}
.advEventsItem .dateBlock{
    text-align: center;
    background: #009982;
    padding: 6px;
    color:#fff;
}
.advEventsThumbItem .dateBlock, .advEvThumbDetailWrap .bannerwrap .dateBlock {
    display: inline-block;
    text-align: center;
    background: #009982;
    padding: 6px;
    color:#fff;
    position: absolute;
    left: 1em;
    top:1em;
}
.advEventsItem .learnMoreWrap a, .advEventsThumbItem .learnMoreWrap a{
    display: inline-block;
    background-color: #f1f1f1;
    color: #5c2946;
    height: 45px;
    line-height: 45px;
    width: 175px;
    text-decoration: none;
    text-align: center;
}
.advEvThumbDetailWrap .bannerwrap{
    position: relative;
    height: 175px;
    background-size: cover;
}
.advEvThumbDetailWrap .galleryLink a{
    display: inline-block;
    background: #009982;
    color:#fff;
    height: 45px;
    line-height: 45px;
    width: 175px;
    text-decoration: none;
    text-align: center;
}
.advEvThumbDetailWrap .galleryLink .sflistitem{
    margin-bottom: 0;
}
.advEvThumbDetailWrap .LocInfo, .advEvThumbDetailWrap .DateInfo, .advEvThumbDetailWrap .DateInfo div{
    display: inline-block;
}
.advBlogThumbItem{
    border-bottom: 1px solid #bdbdbd;
}
.advBlogThumbItem .imgwrp{
    position: relative;
    flex: 0 0 180px;
}
.advFeaturedBlogThumbItem{
    border: 1px solid #bdbdbd;
}
.advFeaturedBlogThumbItem .l-imgwrp{
    position: relative;
    flex: 0 0 400px;
}
.advBlogThumbItem .imgwrp img, .advFeaturedBlogThumbItem .l-imgwrp{
    width: 100%;
}
.advFeaturedBlogThumbItem .abTopbarDetail{
    font-size: .8em;
    font-weight: bold;
    color: #fff;
    background:url("images/featbloghead.gif");
}
.advFeaturedBlogThumbItem .learnMoreWrap a{
    display: inline-block;
    background: #7e3960;
    color:#fff;
    height: 45px;
    line-height: 45px;
    width: 145px;
    text-decoration: none;
    text-align: center;
}
.advFeaturedBlogThumbItem .abDt {
    font-style: italic;
}
main.l3 .advEventsItem h3{
    font-size:24px;
    font-weight: 400;
    color: #000;
    border-bottom: none;
    padding-bottom: .5rem;
}
main.l3 .advEventsThumbItem h3,main.l3 .advBlogThumbItem h3{
    font-size:24px;
    font-weight: 400;
    color: #000;
    border-bottom: none;
    padding-bottom: 0;
}
main.l3 .advFeaturedBlogThumbItem h2 {
    font-weight: 400;
    color: #000;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
main.l3 .advEventsItem h3 a, main.l3 .advEventsThumbItem h3 a, main.l3 .advBlogThumbItem h3 a, main.l3 .advBlogThumbItem .learnMoreWrap a, main.l3 .advFeaturedBlogThumbItem h2 a,main.l3 a.blogbacklink{
    color:#000;
    text-decoration: none;
}
main.l3 .advEventsItem h3 a:hover, main.l3 .advEventsThumbItem h3 a:hover, main.l3 .advBlogThumbItem h3 a:hover, main.l3 .advBlogThumbItem .learnMoreWrap a:hover, main.l3 .advFeaturedBlogThumbItem h2 a:hover, main.l3 a.blogbacklink:hover{
    text-decoration: underline;
}
.advBlogDetail .advBlogDetailImgWrp {
    float: left;
    width: 225px;
}
.advBlogDetail .advBlogDetailImgWrp img{
    width: 100%;
}
.advBlogDetail .blogCTAs a{
    display: inline-block;
    background: #7e3960;
    color:#fff;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    text-decoration: none;
    text-align: center;
    margin-right: 8px;
}
.advBlogDetail .blogCTAs a:nth-of-type(even){
    background: #009982;
}
.hpBlogList{
    color: #FFF;
    background: url(images/bgCard.jpg);
}
.hpBlogList .imgwrp{
    position: relative;
    flex: 0 0 100px;
    height:100px;
}
.hpBlogList .imgwrp img{
    width: 100%;
}
.hpBlogList h3{
    font-size: 30px;
    margin:0;
}
.hpBlogList h3 a{
    color:#fff !important;
    text-decoration: none;
}
.hpBlogList h3 a:hover{
    color:#fff !important;
    text-decoration: underline;
}
.hpBlogList .hpDt, .hpBlogFeatItem .hfDt {
    font-style: italic;
}
.hpBlogFeatItem .hfBannerwrap img{
    width: 100% 
}
.hpBlogFeatItem .learnMoreWrap a{
    color: #fff;
}
.advBlogThumbItem .imgwrp, .hpBlogList .imgwrp, .advFeaturedBlogThumbItem .l-imgwrp {
    background: url("images/blockback.jpg") center center no-repeat;
    background-size: cover;
}
/* EXPANDABLE LISTS */
.sflistList {
    padding: 0;
}
.sfexpandableListWrp li.sflistListItem.sflistitem {
    border: 1px solid #999;
    padding: 20px;
    margin: 0 0 15px;
}
.sfexpandableListWrp h3.sflistItemTitle, .sfexpandableListWrp h3.sflistItemTitle {
    font-size: 21px;
    margin: -20px;
}
a.sflistItemToggleLnk {
    position: relative;
    color: #666 !important;
    background: #f1f1f1;
    text-decoration: none;
    display: block;
    padding: 15px;
}
a.sflistListItemExpanded {
    color: #FFF !important;
    background-color: #004d42;
}
a.sflistItemToggleLnk:before {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: #CCC;
}
a.sflistItemToggleLnk.sflistListItemExpanded:before {
    content: '\f068';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFF;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: #00332b;
}
.sfexpandableListWrp .sflistItemContentExp {
    padding-top: 40px;
}
/* DOWNLOAD TABLE */
.RadGrid_Default, .RadGrid .rgMasterTable, .RadGrid .rgMasterTable tbody, .RadGrid .rgMasterTable td {
    border: none !important;
    outline: none !important;
    border-collapse: collapse !important;
    margin-bottom: 30px !important;
}
.RadGrid_Default .rgMasterTable {
    font-size: 14px !important;
    line-height: normal !important;
}
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
    background: url(images/bgFooter.jpg) !important;
    color: #FFF !important;
    padding: 15px !important;
}
.rgMasterTable tr td {
    padding: 15px;
}
.rgMasterTable tr:nth-child(odd) {
    background: #f6f6f6;
}
.sfdownloadDate, .sfdownloadType {
    display: none;
}
/* FORMS */
.sfFormBox .sfTxt, .sfFieldWrp .sfTxt {
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #CCC;
}
.sfFormBox .sfTxt:focus, .sfFieldWrp .sfTxt:focus {
    outline: none;
    background: #f9febd;
}
.sfTxtBoxMedium .sfTxt, .sfFieldWrp .sfTxt {
    width: 100%;
    max-width: 500px;
}
.sfFieldWrp, .sfFormDropdown, main select {
    display: block;
    padding: 5px;
    margin-bottom: 1em;
}
.sfTxtLbl {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1em;
}
.sfCheckListBox label {
    display: inline-block;
    margin-bottom: 1em;
}
.sfFormFile, .sfFormInstructions {
    margin-bottom: 1em;
}
.sfExample {
    font-style: italic;
    font-size: .75em;
}
.sfError {
    color: #cb252d;
    margin-top: -1.5em;
    margin-bottom: 1.5em;
}
.sfSuccess {
    color: green;
    font-size: 1.5em;
}
h2.sfFormTitle.sfTitleMedium {
    font-size: 2.3em;
    color: #375090;
    font-weight: 200;
    margin-bottom: .5em;
    font-weight: 200;
    margin-top: 0;
}
main input[type="text"], main input[type="password"] {
    width: 100%;
    max-width: 500px;
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #CCC;
}
main input[type="text"]:focus {
    outline: none;
    background: #f9febd;
}
main input[type="submit"], main input[type="reset"] {
    cursor: pointer;
    border: 0;
    display: inline-block;
    font-family:'Helvetica Neue LT W05_55 Roman', san-serif;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    margin: 0 5px;
    padding: 10px 50px;
    background: #5c2946;
    transition: all ease-in-out .2s;
}
main input[type="submit"]:hover, main input[type="reset"]:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 1px 5px 3px -1px rgba(0,0,0,.3);
}
main input[type=checkbox], main input[type=radio] {
    margin: 0 10px;
}
/* File Upload */
.RadUpload_Default .ruFakeInput {
    display: none;
}
.RadUpload .ruFileWrap {
    height: auto;
    display: flex;
}
.RadUpload .ruStyled .ruFileInput {
    position: relative;
    opacity: 1;
    font-size: 1em;
    font-family: inherit;
}
.RadUpload .ruStyled .ruFileInput, .RadUpload .ruFakeInput {
    width: 100% !important;
    padding: 5px;
}
input.ruButton.ruBrowse {
    display: none !important;
}
/* SITEMAP */
.sitemap .k-treeview .k-item {
    margin: 0;
}
.sitemap .k-treeview .k-in {
    margin: 0;
    padding: 5px;
    border: none;
}
.sitemap .k-i-expand:before {
    content: '\f0fe';
    font-family: "Font Awesome 5 Free";
    color: #50233d;
}
.sitemap .k-i-collapse:before {
    content: '\f146';
    font-family: "Font Awesome 5 Free";
    color: #50233d;
}
.sitemap .k-treeview .k-i-collapse {
    margin-top: 0;
}
/* SEARCH RESULTS */
.result {
    padding: 30px;
    margin-bottom: 20px;
    border: 2px solid #CCC;
}
.sfsearchResultTitle {
    font-size: 21px;
    margin-bottom: 15px;
}
.sfsearchResultUrl {
    margin: -30px;
    margin-top: 15px;
    padding: 15px 30px;
    background: #F1F1F1;
}
/* PAGINATION */
.sf_pagerNumeric a {
    display: inline-block;
    text-align: center;
    width: 22px;
    height: 22px;
    margin-right: 2px;
}
a.sf_PagerCurrent {
    color: #FFF;
    background: #05221e;
}
.advEventsPaging a.sf_PagerCurrent {
   /*color: #FFF;
   */
    background: #f1f1f1;
    font-weight: bold;
}
/* LOGIN */
ol.sfLoginFieldsWrp {
    list-style: none;
    margin: 0;
    padding: 0;
}
a.sfLostPassword {
    padding: 0 10px;
}
.loginBox {
    max-width: 450px;
}
.adminbuttons {
    margin-top: 15px;
}
main .adminbuttons input[type="submit"] {
    padding: 10px 20px;
}
/* RESPONSIVE VIDEO */
.videoWrap {
    position: relative;
    padding-bottom: 56.25%;
   /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* RESPONSIVE MAP */
.mapWrap {
    position: relative;
    padding-bottom: 100%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.mapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* PROGRAM DIRECTORY */
.resultsMenu {
    padding: 15px;
    background: #F1F1F1;
}
.resultsMenu label {
    display: block;
    font-weight: bold;
}
.resultsMenu strong {
    display: block;
    margin-bottom: 10px;
}
.pl_list span span {
    display: block;
    margin-left: 18px;
    font-size: 14px;
}
table.programResults {
    font-size: 14px;
    margin: 20px 0;
    border: 1px solid #CCC;
}
table.programResults th, table.programResults td {
    padding: 10px;
    border: 1px solid #CCC;
}
table.programResults th {
    font-weight: normal;
    color: #FFF;
    background: #009982;
}
table.programResults tr:nth-child(odd) {
    background: #F1F1F1;
}
table.programResults td:nth-child(1) {
    width: 15%;
}
table.programResults td:nth-child(2) {
    width: 5%;
}
table.programResults td:nth-child(6) {
    width: 25%;
    word-break: break-all;
}
table.programResults td:nth-child(4), table.programResults td:nth-child(5), table.programResults td:nth-child(7), table.programResults td:nth-child(8) {
    width: 11%;
}
.resultInfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.resultInfo ul li {
    margin-bottom: 10px;
}
.resultInfo ul li:last-child {
    margin-bottom: 0;
}
h3.instName {
    background: #F1F1F1;
    padding: 15px;
    margin: -15px;
    margin-bottom: 20px;
}
a.instLink:before {
    content: '\f0c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    display: inline-block;
}
a.instDoc:before {
    content: '\f15b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    display: inline-block;
}
.pagination a, .pagination span {
    display: inline-block;
    margin: 0 5px;
    padding: 1px 5px;
}
.pagination span {
    color: #FFF;
    background: #009982;
}
/* LIGHTBOX GALLERY */
ul.sfLightboxMode {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
ul.sfLightboxMode li {
    flex: 0 0 20%;
    padding: 10px;
}
ul.sfLightboxMode .sfimagesTmb img {
    border: 2px solid #EEE;
    transition: all ease-in-out .2s;
    width: 100%;
}
ul.sfLightboxMode .sfimagesTmb img:hover {
    transform: scale(1.05);
    box-shadow: 0px 0 5px rgba(0,0,0,.2);
}
.sm_menu_outer.slide .mobile_menu .submenu {
    top: 285px !important;
}
.sm_menu_outer.slide .mobile_menu .submenu .submenu {
    top: 0px !important;
}
#sm_menu_ham {
    position: fixed;
    top: 66px;
}
.mobile_menu {
    height: 100%;
}
#sm_menu_ham span {
    background-color:#592A47;
    height: 4px;
}
.sm_menu_outer.slide .mobile_menu .submenu{
    background-color:#144E41;
}
.sm_menu_outer.slide .mobile_menu .submenu .back{
    background-color:#5A2C49 
}
.sm_menu_outer {
    background-color:#144E41;
    top: 130px;
}
.sm_menu_outer .mobile_menu li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    color: #FFF;
}
.sm_menu_outer .mobile_menu a {
    width: calc(100% - 100px);
    display: inline-block;
}
.sm_menu_outer .mobile_menu .mobilesublinx ul {
    margin: 0;
    padding: 0;
}
.sm_menu_outer .mobile_menu .mobilesublinx li {
    border: none;
}
.sm_menu_outer .mobile_menu .mobilesublinx a {
    display: block;
    padding: 8px 14px;
    font-size: 16px;
    margin: 10px auto;
    border: 1px solid #ccc;
    background: #163E33;
}
.sm_menu_outer .mobile_menu .hasChild span {
    margin-top:12px;
}
/* THUMBNAIL STRIP GALLERY */
.galleria-theme-classic {
    border: 1px solid #CCC;
    background: #F1F1F1;
}
/* HOME NEWS TICKER */
@-webkit-keyframes news-ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes news-ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.ticker-wrap {
    position: relative;
    display: inline-block;
    padding-left: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    -webkit-animation-iteration-count: infinite; 
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: news-ticker;
    animation-name: news-ticker;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
.ticker-wrap:before {
    content: "News";
    font-size: 2rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 4rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #009982;
    z-index: 1;
    box-shadow: 1px 0 5px rgba(0,0,0,.1);
}
.news-ticker-item {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1.5rem;
    border-right: 1px solid #FFF;
}
.news-ticker-item:last-of-type {
    border: none;
}
.ticker:hover {
    animation-play-state: paused;
}
@media screen and (max-width:575px) {
    ul.sfLightboxMode li {
        flex: 0 0 50%;
   }
   .ticker-wrap:before {
       display: none;
   }
}