.CMSLinks {
    color: whitesmoke;
    background: #ff6a00;
    text-align: center;
    padding: 5px;
    position: relative;
    z-index: 2;
}

.CMSLinks a {
    color: whitesmoke;
    text-decoration: underline;
}

.main-content p {
    line-height: 1.4;
}

.main-content li {
    list-style: disc;
    margin-left: 30px;
    padding-left: 6px;
}

.main-content li li {
    list-style: circle;
    margin-left: 30px;
    padding-left: 6px;
}

.main-content li li li {
    list-style: square;
    margin-left: 30px;
    padding-left: 6px;
}

.SlideCaption {
    position: absolute;
    background: rgba(50, 50, 50, 0.7);
    margin: 30px;
    width: 30%;
}

.mainCaption {
    color: white;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: bold;
    padding: 25px 20px;
}

.subCaption {
    color: white;
    font-size: 24px;
}

.linkCaption {
    background: #004b8e;
    color: gray;
    width: inherit;
    text-align: center;
}

.linkCaption a {
    color: gray;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Times New Roman";
    font-size: 20px;
    height: 100%;
    background-color: #A19062;
}

img {
    max-width: 100%;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.FeedContent {
    width: 1000px;
}

.FeedContent > ul > li {
    visibility: hidden;
    opacity: 0;
}

.FeedAct {
    visibility: visible !important;
    opacity: 1 !important;
    transition: opacity 3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1em;
    padding: 25px 50px;
}

p {
    line-height: 1em;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
    border: 0;
}

input[type="text"],
input[type="email"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

strong,
b {
    font-family: 'FranklinGothic-Demi', sans-serif;
    ;
}

.backgroundBox {
    background-color: #CFC8AF;
    margin: 76.5px;
    margin-top: 100px;
    z-index: -1;
}

.logo {
    background-image: linear-gradient(#068F49, #025B2D);
    position: relative;
    top: -100px;
    left: -95px;
    width: 60%;
    height: 125px;
    z-index: 1;
    color: #068F49;
}

.logo > a > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 90px;
}

.logoTextMain {
    position: relative;
    top: -8px;
    font-size: 60px;
}

.logoTagline {
    margin-top: -40px;
    font-size: 20px;
}

.logo a {
    color: #068F49;
}

.bannerTriangle > img {
    float: right;
    position: relative;
    left: 62px;
}

.text-underline {
    text-decoration: underline;
}

.banner {
    background: url(/images/banner.png) center center no-repeat;
    background-size: 100% 100%;
    color: white;
    text-align: center;
}

#bannerText {
    position: relative;
    top: 23px;
}

#bannerText h3 {
    color: white;
}

.contactInfo {
    background-color: white;
    float: right;
    position: relative;
    top: -225px;
    left: 95px;
    width: calc(40% + 190px);
    height: 125px;
    color: #068F49;
    line-height: 1em;
    font-size: 14px;
    box-shadow: 10px 5px 15px lightgray inset, -10px -5px 15px lightgray inset;
}

.contactInfo a {
    color: #068F49;
}

.contactInfo span {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.contactInfoElementsContainer {
    display: inline-block;
    margin-left: 75px;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.contactInfoElement {
    padding: 2px 0px;
    width: auto;
}

.contactInfoElement > img {
    float: left;
    width: 35px;
}

.newsFeed {
    position: relative;
    top: -204px;
    display: flex;
    background-color: #332F2C;
    font-style: italic;
    margin-left: -95px;
    margin-right: -95px;
    padding-left: 90px;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 40px;
    max-height: 68px;
}

.newsFeed .heading {
    color: white;
}

.newsFeed .body {
    color: #989898;
}

.newsFeed a {
    color: #989898;
}

/*---header---*/
.menuRow {
    position: relative;
    background-color: white;
    margin-left: 10px;
    margin-top: 18px;
    padding: 20px 0px;
    width: 350px;
    top: -200px;
    z-index: 1;
}

.slideshowRow {
    position: absolute;
}

#jssor_1 {
    background-color: black;
    left: 325px;
    border: 15px solid rgba(255, 255, 255, 0.5);
}

#allContent {
    position: relative;
    top: -60px;
    display: flex;
    min-height: 1000px;
}

#contentHeader {
    position: relative;
    margin-left: -40px;
    top: 75px;
    font-size: 30px;
}

#contentHeader p {
    padding: 3px 0px;
}

#content {
    position: relative;
    top: 75px;
    padding: 0px 50px;
}

#content1Header {
    background-color: #068F49;
    padding-left: 35px;
    width: 90%;
}

#content1 {
    position: relative;
    background-color: #332F2C;
    color: white;
    margin-left: 25px;
    width: 65%;
    min-height: 1000px;
}

#content1Content {
    position: relative;
    width: 70%;
    left: 30%;
}

#content1Content span {
    line-height: 1.7;
}

#contentBackgroundText {
    position: absolute;
    color: #4A4647;
    font-size: 150px;
    line-height: 0.75;
    top: 950px;
    left: 50px;
    transform: rotate(270deg);
    transform-origin: 0% 0%;
}

#content2Header {
    background-color: #989898;
    padding-left: 35px;
    width: 60%;
}

#content2 {
    position: relative;
    background-color: #068F49;
    color: white;
    margin-right: 25px;
    width: 35%;
    float: right;
}

#content2Content {
    width: 90%;
}

#content2Content span {
    line-height: 1.5;
}

#contentAdministratorLogin {
    position: relative;
    background-color: #332F2C;
    color: white;
    margin: 0px 25px;
    width: 100%;
}

.memberArea {
    padding: 5px;
    font-size: 14px;
    background: #d3212f;
    color: white;
}

ul.memberMenu li {
    display: inline;
    padding: 0 10px;
    text-transform: uppercase;
}

ul.memberMenu li a {
    color: white;
}

img.img.img-responsive {
    display: inline-block;
}

.localContact {
    background: #959595;
    color: #004b8e;
    padding: 8px;
    display: inline;
    border-radius: 24px;
    position: relative;
    bottom: 15px;
}

.localContact.contacts {
    margin-right: 2%;
}

.localContact a {
    color: #004b8e;
}

/*---main----*/
span.glyphicon.glyphicon-menu-hamburger {
    color: white;
}

.navbar {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav a:hover {
    color: #004b8e;
}

.content {
    padding: 5px;
    min-height: 200px;
    margin-bottom: 25px;
}

.box {
    padding: 10px 20px;
    background: gray;
}

.boxLight {
    background: #959595;
}

.calendarLink {
    position: relative;
    padding: 5px;
    color: white;
    background: #094993;
    margin: 8px;
}

.calendarEvents .eventItem {
    line-height: 18px;
    margin-bottom: 10px;
}

.calendarEvents .eventTitle {
    font-weight: bold;
}

.calendarEvents .eventDate {
    font-style: italic;
}

/*---footer----*/
.footer {
    color: black;
    font-family: "Trebuchet MS";
    padding-top: 25px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.footerBox {
    padding: 25px;
}

.footer h3 {
    color: gray;
}

.footer a {
    color: black;
    text-decoration: none;
}

.nav a {
    color: #068F49 !important;
    font-style: italic;
    font-size: 24px;
    line-height: 1.8;
}

.nav li {
    background-image: url(../images/dotted_underline.png);
    background-size: 10px;
    background-repeat: repeat-x;
    background-position: 100% 100%;
    width: 300px;
    white-space: nowrap;
}

.nav li:last-child {
    background-image: none;
}

.dropdown-menu {
    padding: 15px;
}

@media (min-width: 768px) {
    .navbar-right {
        float: left !important;
        margin-right: 0;
    }

    .navbar-right .dropdown-menu {
        left: unset;
        right: unset;
    }

    #headerMenuHeader {
        display: none;
    }
}


@media only screen and (min-width: 992px) {}


@media only screen and (max-width: 1600px) {
    .main-content {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .backgroundBox {
        margin-top: 120px;
    }
    
    .container-fluid {
        position: relative;
        top: 10px;
    }
    
    .logo {
        top: -130px;
    }
    
    .contactInfo {
        top: -255px;
    }
    
    .newsFeed {
        display: flow-root;
        padding-left: 15px;
        top: -234px;
        height: auto;
        min-height: 68px;
    }

    #menuRowContainer {
        min-height: inherit !important;
    }

    .menuRow {
        width: auto;
        margin-top: 52px;
        margin-right: 10px;
    }

    .menuRowInner {
        top: -260px !important;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-right {
        float: unset !important;
        text-align: center;
    }

    .nav li {
        padding-right: 0px;
        width: 100%;
        text-align: center;
    }

    ul,
    li {
        padding-right: 0px;
    }

    .slideshowRow {
        position: relative;
        top: -10px;
    }

    #slideshowContainer {
        margin-top: 0px !important;
        margin-bottom: -35px !important;
    }

    #jssor_1 {
        left: 0px;
        bottom: 200px;
        top: auto !important;
        border: 10px solid rgba(255, 255, 255, 0.5);
    }

    #allContent {
        display: inline-block;
        margin-top: -114px;
        width: 100%;
        min-height: 550px;
    }

    .allContentRowInner1 {
        margin-bottom: -125px !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .allContentInner {
        top: -120px !important;
    }

    .allContentInner1 {
        margin-bottom: 0px !important;
    }

    .content1Inner1 {
        margin-left: 0px !important;
        top: 0px !important;
        left: 0px !important;
        min-height: 700px !important;
        height: auto !important;
    }

    .content1ContentInner1 {
        min-height: 600px !important;
    }

    .content2Inner1 {
        position: relative !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
        top: 0px !important;
        width: auto !important;
        height: auto !important;
    }

    #content {
        top: 25px;
    }

    #contentHeader {
        margin-left: -15px;
        margin-right: -15px;
        top: 25px;
    }

    #content1 {
        margin-right: 25px;
        width: auto;
        float: inherit;
    }

    #content1Content {
        width: 80%;
        left: 20%;
        min-height: 550px;
    }

    #contentBackgroundText {
        font-size: 100px;
        top: 650px;
    }

    #content2 {
        margin-left: 25px;
        margin-top: -25px;
        width: auto;
        float: inherit;
    }

    #content2Content {
        width: 100%;
    }

    #content1Header,
    #content2Header {
        width: 100%;
    }

    #administratorLoginRow {
        margin-right: 35px;
    }

    #contentAdministratorLogin {
        top: 85px;
        min-height: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .backgroundBox {
        overflow-x: hidden;
        margin: 0px;
        padding-bottom: 140px;
    }

    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
        top: 0px;
    }
    
    .logo {
        margin-top: 270px;
        top: -270px;
        left: 0px;
        height: 75px;
        width: 100%;
    }
    
    .logo > a > img {
        max-height: 65px;
    }

    .logoTagline {
        font-size: 18px;
    }
    
    .bannerTriangle {
        display: none;
    }

    #bannerText h3 {
        font-size: 20px;
    }

    .contactInfo {
        top: -270px;
        left: 0px;
        width: 100%;
        box-shadow: 5px 5px 15px lightgray inset, -5px -5px 15px lightgray inset;
    }
    
    .contactInfoElementsContainer {
        margin-left: 5px;
    }

    .contactInfoElement {
        width: 100%;
        white-space: nowrap;
    }

    .newsFeed {
        margin-right: -15px;
        padding-left: 101.5px;
        top: -250px;
    }

    .newsFeed .heading {
        white-space: nowrap;
    }

    .navbar-nav {
        margin: inherit;
    }

    .navbar-toggle {
        background: #CFC8AF;
    }

    .nav > li > a {
        padding: 15px 0px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #EEE;
    }

    .navbar-nav .open .dropdown-menu > li {
        background-image: inherit;
        border-bottom: 1px solid black;
    }

    .navbar-nav .open .dropdown-menu > li:last-child {
        border-bottom: inherit;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 0px;
    }

    .slideshowRow {
        margin-bottom: 142px;
    }

    #jssor_1 {
        bottom: 85px;
        border: 5px solid rgba(255, 255, 255, 0.5);
    }

    #menuRowContainer {
        position: absolute;
        top: 470px;
        left: -10px;
        width: calc(100% + 20px);
    }

    .menuRowInner {
        top: -200px !important;
    }

    #headerMenuHeader {
        display: block;
        position: absolute;
        font-size: 34px;
        color: #068F49;
    }

    #content {
        padding: 0px;
    }

    #content1Content {
        left: 0px;
        width: 100%;
    }

    .allContentRowInner1 {
        position: relative;
        top: 140px;
    }

    .footer {
        position: relative;
        top: 140px;
    }
}

@media only screen and (min-width: 1200px) {
    #jssor_1 > div:first-child {
        transform: auto !important;
    }
}

/* Print styling */
@media print {
    .sidebar {
        display: none;
    }

    .hide-on-print {
        display: none;
    }

    a[href]:after {
        content: "" !important;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.triangle {
    width: 0;
    height: 0;
    border: solid 30px;
}

.triangle-top {
    border-color: transparent transparent black transparent;
}

.triangle-left {
    border-color: transparent transparent transparent black;
}

.triangle-right {
    border-color: transparent black transparent transparent;
}

.triangle-bottom {
    border-color: black transparent transparent transparent;
}