.featured-slider {
    margin: 0;
}

.featured-slider .btn-primary {
    background-color: #49176d;
}

.featured-slider .btn-primary:hover {
    background-color: #6937AA;
}

.featured-menu {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;   
}

.featured-menu ul.featured-pager {
    list-style-type: none;
}

.featured-menu ul.featured-pager li {
    line-height: 20px;
}

.featured-slider img {
    /*max-height: 500px;*/
}

.slider-container .bx-wrapper .bx-pager {
    text-align: right;
}

.slider-item .slider-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
      -ms-transform: translate(-50%, -50%); /* IE 9 */
            transform: translate(-50%, -50%);
    background-color: #49176d;
    padding: 10px;
}

.slider-item .sub-title {
    font-size: 0.8em;
    width: 100%;
    display: block;
}

.slider-container .bx-wrapper, .bx-viewport {
    height: 255px;
}

    .slider-container .bx-wrapper .bx-pager.bx-default-pager a {
        text-indent: 9999px;
        overflow: hidden;
        display: inline-block;
    }

.slide-menu-btn {
    display: inline-block;
    text-indent: 0;
}

.slider-container .bx-wrapper .bx-pager.bx-default-pager a.slider-menu {
    text-align: right;
    display: inline-block;
}

.featured-slider .slider-heading {
    position: absolute;
    top: 0;
    margin: 0;
    background-color: #49176d;
    color: #fff;
    padding: 22px 20px 22px 20px;
    font-size: 24px;
    line-height: 28px;
    min-height: 28px;
    /*left: -25px;*/
}

.slider-heading.w-sub-title {
   padding: 12px 16px 12px 20px;
}

.featured-slider .slider-heading.light {
    background-color: white;
    color: #4d4d4d
} 

.featured-slider .slider-heading.dark {
    background-color: #49176d;
    color: white;
}

.slider-item {
    background-color: white;
    min-height: 255px;
}

/*.featured-slider .slider-heading::after {
        content: ' ';
        padding: 0;
        width: 0;
        height: 0;
        top: 0;
        margin-left: 10px;
        border-top: 0px solid transparent;
        border-bottom: 75px solid transparent;
        position: absolute;
        border-left: 75px solid white;
    }*/
.menu-list {
    top: 0;
}

    .menu-list li {
        list-style-type: none;
    }

.social-box {
    display: inline-block;
    width: 384px;
    text-align: center;
    padding-top: 2em;
}

    .social-box a.inline {
        display: inline-block;
        padding-top: 1em;
    }

    .social-box .block {
        display: block;
        padding-top: 1em;
    }

.twitter-timeline {
    display: inline-block;
    position: absolute;
    right: 0;
}

.slider-container {
    max-height: 255px;
    max-width: 948px;
    margin: auto;
    position: relative;
    margin-top: -22px;
}

#twitter {
    background-color: white;
}

.social-timeline {
    width: 543px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #e6e6e6 !important;
    min-height: 255px;
    float: right;
    background-color: white;
}

.featured-menu-btn a.open {
    display: inline-block;
    background-image: url('../img/icons/ffw_icons-12.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 38px;
    height: 38px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    float: right;
    border: 1px solid #e6e6e6;
    background-color: white;
}

    .featured-menu-btn a.open:hover {
        background-color: #49176d;
        border-color: #49176d;
        background-image: url('../img/icons/ffw_icons-13.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

    a.btn-primary:visited {
        color: white;
    }

.featured-pager {
    margin: 0;
    display: none;
}

.featured-pager#target {
    max-height: 215px;
    z-index: 4;
    /*max-width: 350px;*/
    /*overflow-y: scroll;*/
}

    .featured-pager li {
        font-size: 0.9em;
        list-style-type: none;
        display: block;
        background: white;
        min-width: 70px;
    }

        .featured-pager li a {
            padding: 0.5em;
            display: block;
            border-bottom: 1px solid #e6e6e6;
            min-height: 25px;
            line-height: 25px;
        }

        .featured-pager .active:last-child {
            border-bottom: none;
        }

        .featured-pager li span {
            font-size: 0.8em;
        }
        .featured-pager li span:before {
            content: '- ';
        }
        .featured-pager .active {
            background-color: #49176d;
            color: white;
        }
        .featured-pager .active:hover {
            color: white;
            font-weight: normal;
        }

        .featured-pager a:hover {
            font-weight: bold;
            color: #49176d;
        }

.gt-ie9 .featured-pager.menu-open li {
    line-height: 20px;
}

.featured-pager.dots {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 50px;
    z-index: 1;
}

.featured-pager.dots li {
    display: inline-block;
    min-width: 25px;
    background: transparent;
}

.featured-pager.dots a{
    background: #0088cc;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
    min-height: 20px;
	margin: 0 5px;
    padding: 0;
	outline: 0;
    border-radius: 10px;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;	
    border: solid 3px #0088cc;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    overflow: hidden;
}

.featured-pager.dots a.active {
    background: none;
    border: solid 3px #0088cc;
}

.nav-arrows {
    
}

    .nav-arrows .slider-next a{
        background: url('../img/icons/ffw_icons-18.png') no-repeat transparent center center;
        width: 38px;
        height: 38px;
        display: inline-block;
        z-index: 3;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        float: right;
        display: none;
        position: absolute;
        right: 0;
        top: 40%;
    }

    .nav-arrows .slider-prev a{
        background: url('../img/icons/ffw_icons-15.png') no-repeat transparent center center;
        width: 38px;
        height: 38px;
        display: inline-block;
        z-index: 3;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        float: left;
        display: none;
        position: absolute;
        left: 0;
        top: 40%;
    }

.event {
    width: 40%;
    border-right: 1px solid #e6e6e6 !important;
    height: 255px;
    position: absolute;
    left: 0;
    background-color: white;
}

    .event .title {
        text-align: center;
        padding: 1em;
        padding-bottom: 5px;
    }

    .event ul {
        margin-left: 0;
    }

        .event ul li {
            padding: 5px 0;
            list-style-type: none;
        }

    .event .date-icon {
        background-image: url('/img/icons/ffw_icons-01.png');
        background-repeat: no-repeat;
        border-bottom: 1px solid #e6e6e6;
        background-position: left center;
        padding-left: 42px;
        background-position-x: 10px;
        background-position-y: 5px;
    }

    .event .address-icon {
        background-image: url('/img/icons/ffw_icons-03.png');
        background-repeat: no-repeat;
        padding-left: 42px;
        background-position-x: 10px;
        background-position-y: 10px;
    }

    .event .time-icon {
        background-image: url('/img/icons/ffw_icons-02.png');
        background-repeat: no-repeat;
        border-bottom: 1px solid #e6e6e6;
        background-position: left center;
        padding-left: 42px;
        background-position-x: 10px;
        background-position-y: 5px;
    }

    .event address {
        margin-bottom: 0;
    }

.rotate {
    /* Safari */
    -webkit-transform: rotate(180deg);
    /* Firefox */
    -moz-transform: rotate(180deg);
    /* IE */
    -ms-transform: rotate(180deg);
    /* Opera */
    -o-transform: rotate(180deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /*-webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        text-align: center;*/
}

.rotate-ac {
    /* Safari */
    -webkit-transform: rotate(0deg);
    /* Firefox */
    -moz-transform: rotate(0deg);
    /* IE */
    -ms-transform: rotate(0deg);
    /* Opera */
    -o-transform: rotate(0deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    /*-webkit-transition: 1s ease-in-out;
        -moz-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;*/
    text-align: center;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
/*
    Colorbox User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(images/controls-box.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: bottom left;
    }

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(images/controls-box.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: bottom right;
    }

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(images/controls-box.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}


@media (max-width: 947px) and (min-width: 768px) {
    .slider-container {
        max-height: 185px;
        font-size: 80%;
    }
    .bx-wrapper, .bx-viewport, .event, .slider-item {
        height: 185px;
    }

    .social-box {
        padding-top: 5px;
        width: 40%;
    }

    .social-box img {
        width: 70%;
    }
    .social-timeline {
        display: inline-block;
        width: 400px;
    }

    .social-box {
        width: 310px;
    }
    .featured-slider .slider-heading {
        padding: 5px 20px;
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .slider-container {
        display: none;
    }
}

.social-hashtag .media-body, .media-left, .media-right {
    font: normal normal normal 12px/16px "Helvetica Neue",Roboto,"Segoe UI",Calibri,sans-serif;
    display: table-cell;
    vertical-align: top;
    line-height: 16px;
    font-size: 14px;
}

.social-hashtag img {
    border-radius: 4px;
}

.social-hashtag .media-body {
    padding: 0 2px 10px 0;
    max-width: 455px;
}

.social-hashtag .media-body a {
    color: #0084b4;
}

.social-hashtag .media-left {
        padding-right: 10px;
        min-width: 64px
}

.social-hashtag .media-body img {
    max-width: 64px;

}

.social-hashtag .twitter-handle {
    color: rgb(41, 47, 51);
    font-weight: bold;
    display: block;
}

.social-hashtag .media {
    max-width: 520px;
    overflow: hidden;
    zoom: 1;
    margin-top: 15px;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
