body {
    padding: 0;
}

#TopRow {
    background: darkgray;
    color: white;
    height: 35px;
    margin: 0;
}

ul#social {
    list-style: none;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
}

li#social {
    float: left;
    display: inline-block;
    margin: 3px 5px;
    padding: 2px;
}

ul li a.btn.btn-danger {
    border-radius: 0px;
    height: 25px;
    padding: 4px 10px;
}

.btn-danger {
    background: #cf0101;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#banner {
    /*background: url('/images/banner.png') no-repeat center center;*/
    /*height: 400px;*/
    -webkit-background-size: cover;
    -mox-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-right .dropdown-menu {
    right: unset !important;
}

@media (max-width: 992px) {
    #banner {
        /*background: url('/images/banner2.png') no-repeat center center;*/
    }
}

.navbar {
    top: 0px !important;
    margin-bottom: 0px;
    border: 0px !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-toggle {
    clear: right;
}

.navbar-fixed-top {
    position: relative;
    z-index: 15;
}

@media (min-width: 1200px) {
    .navbar-inverse {
        background: transparent;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        top: 15px;
        background: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .dropdown-menu > li > a {
        color: whitesmoke;
    }
    .container {
        overflow: auto;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 786px) {
    span.SocialText {
        display: none;
    }
}

ul li a {
    color: whitesmoke;
    text-transform: uppercase;
}

#ContentContainer ul li a {
    color: black;
}

.Event a {
    color: #4f5151;
}

img {
    border: 0;
}

.ContentTitle {
    font-size: 25px;
    font-weight: bold;
    color: #cf0101;
}

#Slides {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.custom-navigation {
    display: none;
    position: absolute;
    width: 70%;
    list-style: none;
    bottom: 211px;
    left: 14%;
    z-index: 2;
    font-size: 35px;
}

.custom-navigation a {
    color: whitesmoke;
}

.custom-navigation img {
    opacity: 0.9;
}

.SlideCaption {
    position: absolute;
    margin-top: 40px;
    margin-left: 30px;
    padding: 0px 15px;
    width: 45%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.mainCaption {
    padding: 10px 0px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
}

.subCaption {
    padding: 10px 0px;
    font-size: 24px;
    line-height: 1.5em;
}

.SlideshowTextContainer {
    display: none;
    position: absolute;
    color: #ffffff;
    height: 40px;
    min-width: 15%;
    background-size: auto 100%;
    z-index: 2;
    right: 0;
    bottom: 10px;
    text-align: center;
    padding-top: 10px;
    text-shadow:
}

#SlideshowCaption {
    font-weight: bold;
    margin: 0 auto;
    font-size: 19px;
}

#SlideshowSubCaption {
    margin: 0 auto;
    line-height: 18px;
}

.slidesjs-slide {
    max-height: 400px;
}

.BoxLowerPortion {
    display: none;
    width: 100%;
    height: 200px;
}

.slidesjs-navigation,
.slidesjs-pagination {
    display: none;
}

.FeedItemSummary {
    float: right;
    font-size: 12px;
    padding: 0 0 0 5px;
    margin: 7px 0 0 0;
}

.FeedItemHeader {
    padding: 0 10px 0 0;
    float: left;
    margin-top: 5px;
}

.col-lg-3 {
    margin-bottom: 20px;
}

.Processed {
    border-left: 5px solid #449d44;
}

.Unprocessed {
    border-left: 5px solid #f0ad4e;
}

.noEmail {
    color: red;
    font-weight: bold;
}

.danger {
    border: 1px solid red;
    border-radius: 5px;
}

.mce-btn button {
    height: 30px;
}