form#Form_ContactForm {
    max-width: 500px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 200px;
    position: relative;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.column p {
    margin: 0;
}

.resource-img {
    padding-left: 0 !important;
    margin-top: 0 !important;
    margin-right: 20px;
}

img.left.ss-htmleditorfield-file.image {
    float: left;
}

img.right.ss-htmleditorfield-file.image {
    float: right;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/*** RECOLLECT WIDGET ***/
#rCw {
    font-family: inherit !important;
    font-size: inherit !important;
}

#rCw .widget-box {
    border-radius: 5px;
    border: 2px solid #dfdfdf !important;
}

#rCw .widget-header {
    background: #9cc026 !important;
    border: none !important;
    border-radius: 4px 4px 0 0;
}

#rCw .nav-pills li.active a,
#rCw .nav-pills li.active a:hover,
#rCw .nav-pills li.active a:focus,
#rCw .nav-pills li.active a:active {
    border-color: #9cc026 !important;
}

#rCw .btn-success,
#rCw button.btn.btn-success {
    background-color: #9cc026 !important;
    border-color: #9cc026 !important;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
img {
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
}
img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
img.rightAlone {
    float: right;
    margin-left: 100%;
    margin-bottom: 10px;
    clear: both;
}
img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.captionImage {
    width: 100%;
    margin-top: 5px;
}
.captionImage img {
    margin: 0;
}
.captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
}
.captionImage.right {
    float: right;
    margin: 5px 0 20px 30px;
}
.captionImage.left[style],
.captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
}
.captionImage.left img,
.captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
}
.captionImage.left img {
    margin-right: -10px;
}
.captionImage.right img {
    margin-left: -10px;
}
.captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
}
.captionImage.leftAlone {
    float: none;
    margin: 0 20px 20px 0px;
}
.captionImage.rightAlone {
    float: none;
    margin: 0 0px 20px 20px;
}
.captionImage.center {
    margin: 0 auto 20px;
}
.captionImage p {
    clear: both;
    margin: 5px 0;
    font-style: italic;
    color: #888;
}

.slides li {
    position: relative;
}
.slides li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0;
}

.slides .overlay-dark:after {
    opacity: 0.5;
}
.slides .overlay-darker:after {
    opacity: 0.75;
}

.flexslider .slides li {
    max-height: 550px;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    height: 30vw;
}

.flexslider h2,
.page_breadcrumbs h2 {
    text-transform: uppercase;
}

.facebook-feed {
    position: relative;
    overflow: hidden;
    padding: 20px 0px;
}
.facebook-feed iframe {
    width: 100%;
}

.faq .panel-title .title {
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
}

.faq .panel-title .title + .question {
    display: block;
    margin: 10px 0 0 32px;
}

.entry-title {
    color: #337ab7;
}

a.item-link {
    display: inline-block;
    color: #004aad;
    text-decoration: underline;
    font-size: 22px;
    margin: 0 15px 15px;
}

a.item-link:last-child {
    margin-bottom: 0px;
}

.column h1,
.column h2,
.column h3,
.column h4,
.column h5,
.column h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.entry-content {
    display: none;
    overflow: hidden;
}

.gs h1,
.gs h2,
.gs h3,
.ls h1,
.ls h2,
.ls h3 {
    color: #608e29;
    font-weight: 600;
}

.social-feed h3 {
    display: inline-block;
}

/*** search form ***/
.searchform input.form-control {
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}

/*** flex columns ***/
.flex-columns {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: space-between;
}

@media screen and (min-width: 993px) {
    /*** page top line ***/
    .page_topline {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 991px) {
    /*** page top line ***/
    .page_topline.cs.two_color {
        background: #9cc026;
    }

    .page_topline .container-fluid {
        padding: 0;
    }

    .page_topline .col-sm-12 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page_topline .search-col {
        background: #54be73;
    }

    /*** flex columns ***/
    .flex-columns h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    /*** page top line ***/
    .page_topline .feedback-link {
        display: none;
    }

    .page_topline .divided-content > *,
    .page_topline .divided-content > * + ::before {
        padding-right: 5px;
    }

    /*** flex columns ***/
    .flex-columns {
        display: block;
    }

    .flex-columns .column {
        margin-bottom: 50px;
    }
}
