/*********************************************************
 *       Project: 
 *   Description: 
 *       Created: 
 *       Version: 1.0.1
 * Support Email: 
----------------------*/
/******************** Google Fonts */

@import url(//fonts.googleapis.com/css?family=Playfair+Display:400,400italic|Raleway:700|Roboto:400,300,500,700);
/******************** General Style */

body {
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 36px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    margin: 0;
}
h2, h3, h4, h5, h6, p {
    color: #212121;
    font-weight: 300;
    font-size: 16px;
}
.bold {
    font-weight: bold;
}
.white {
    color: #fff;
}
.black {
    color: #212121;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
a {
    color: #507F9E;
    cursor: pointer;
    text-decoration: none !important;
    outline: 0 !important;
}
a.button-sm-orange {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: #E78C21;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
a.button-sm-white {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: #fff;
    border-radius: 5px;
    color: #A11029;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
a.button-lg-orange {
    height: 48px;
    line-height: 50px;
    padding: 0 25px;
    background: #E78C21;
    color: #fff;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.content {
    min-height: 426px;
}
#content {
    margin-top: 20px;
    margin-bottom: 20px;
}

/******************** Navigation */

.navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.navbar-header {
    height: 60px;
}
.navbar-default {
    background: #A11029;
}
.navbar-brand {
    padding: 0;
    margin: -41px 0 0 0;
    position: relative;
    z-index: 2;
}
.icon-bar {
    background-color: #fff !important;
}
.navbar-toggle {
    margin-right: 10px;
    border: 0;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
    background: transparent !important;
}
a.navbar-brand img {
/*    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);*/
    /*-o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);*/
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    background: transparent;
    padding: 10px;
/*    height: 44px;*/
    /*line-height: 44px;*/
}
.navbar-default .navbar-nav>li>a:hover {
    background: #8F0B1F;
    color: #fff;
}
ul.nav.navbar-nav.navbar-right {
    margin: 16px 0 0 0;
}
li.mobile-only {
    display: none;
}
.top-links {
    height: 40px;
    background: #A11029;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
    .top-links ul {
        margin: 0 12px 0 0;
        padding: 0;
        list-style: none;
        float: right;      
    }
.top-links ul li {
    float: left;
}
        .top-links ul li.links {
            margin-top: 10px;
        }
.top-links ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 300;
    padding: 12px;
/*    height: 40px;
    line-height: 40px;*/
    text-decoration: none;
}
.top-links ul li a:hover {
    color: #fff;
}
.top-links ul li a.button-sm-orange {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: #E78C21;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 6px 0 0 8px;
}
.top-links ul li a.button-sm-white {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: #fff;
    border-radius: 5px;
    color: #A11029;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 6px 0 0 12px;
}
/******************** Homepage */

#home-content .slickslider {
    height: 400px !important;
}
.slide {
    padding: 40px 0;
    background-size: cover;
    max-height: 400px;
    background-position: center center;
}
.slide h3 {
    font-weight: 300;
}
.slide p {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato';
}
.slick-prev {
    left: 30px !important;
}
.slick-next {
    right: 30px !important;
}
.slick-slider {
    margin: 0 !important;
}
.slick-dots {
    bottom: 120px !important;
    margin: 0 !important;
}
.slick-dots li {
    position: relative !important;
    display: inline-block !important;
    width: auto !important;
    height: 31px !important;
    margin: 0 !important;
    padding: 0px 2px !important;
    cursor: pointer !important;
    background: rgba(0, 0, 0, 0.9) !important;
}
.slick-dots li:first-child {
    padding-left: 10px !important;
}
.slick-dots li:last-child {
    padding-right: 10px !important;
}
.slick-dots li button {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    cursor: pointer !important;
    border: 1px solid #fff !important;
    outline: none !important;
    border-radius: 100px !important;
    background: transparent !important;
    margin: 10px 0 !important;
}
.slick-dots li.slick-active button {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    cursor: pointer !important;
    border: 1px solid #fff !important;
    outline: none !important;
    border-radius: 100px !important;
    background: #fff !important;
    margin: 10px 0 !important;
}
.caption {
    background: rgba(34, 34, 34, 0.85);
    padding: 30px;
    margin: 240px 0 0 0;
    overflow: auto;
}
.caption h1 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 28px;
    margin: 0;
    /*display: inline;*/
    float: left;
    width: 70%;
}
.caption a {
    float: right;
}
.information-band {
    /*background: #ACAC9D;*/
        background: #ACAC9F;
    /*background: #425152;*/
    padding: 20px 0;
}
.information-band h2 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 5px;
}
.information-band p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}
    .information-band a {
        color: #8A0E1B;
    }
.information-band div.hours {
    margin: 0;
    overflow: auto;
    /*padding: 0 0 0 51px;*/
    background: url('../img/icon-calendar.png') left no-repeat;
    background-size: 38px;
    text-align: center;
}
.hourBlock {
    display: inline-block;
    width: 22%;
}

.location {
    padding: 0 0 0 45px;
    background: url('../img/icon-map.png') left no-repeat;
    background-size: 38px;
}
.locationBlock {
    display: inline-block;
    width: 100%;
}

.home-featured-events {
    padding: 0 0 30px;
}

.home-featured-events .container {
    padding:0;
}

.home-featured-events img {
    margin: 30px auto 0;
}
.home-gray-band {
    padding: 26px 0 26px;
    background: #f6f6f6;
}
.home-gray-band ul {
    padding: 0;
    text-align: center;
}

.home-gray-band ul,
.home-gray-band li {
    list-style: none;
}
.home-gray-band h2 {
    font-family: 'Playfair Display', serif;
    margin: 0;
    color: #888;
    padding-bottom: 10px;
}
.home-gray-band h5 {
    font-family: 'Playfair Display', serif;
    margin: 0;
    color: #666;
    padding-bottom: 10px;
}

.featurettes {
    margin: 20px 0 20px 0;
    text-align: center;
    max-width: 390px;
}
.featurettes img {
    width: 100%;
}
.featurettes-content.blue {
    background: #507F9E;
}
.featurettes-content.green {
    background: #5A5821;
}
.featurettes-content.slate {
    background: #425152;
}
.featurettes-content.brown {
    background: #5c422b;
        /*#61421B;*/
}
.featurettes-content.red {
    background: #8A0E1B;
}

.featurettes-content {
    padding: 6px 20px 20px 20px;
}
.featurettes h2 {
    font-size: 15px;
    padding: 10px;
    margin: 0 0 10px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.featurettes p {
    color: #fff;
    font-size: 14px;
    min-height: 140px;
}
.no-padding {
    padding: 0;
}

#donateFeaturettes h2 {
    min-height:54px;
}

#donateFeaturettes p {
    min-height:40px;
}

#sponsorContainer {
    height: 150px;
    width: 150px;
    align-content:center;
    vertical-align:middle;
    text-align:center;

}

a.button-md-orange {
    min-height: 20px;
    line-height: 16px;
    padding: 8px 25px;
    background: #E78C21;
    color: #fff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px 0 0;
}
a.button-md-red {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background: #9F1027;
    color: #fff;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin: 15px 0 0;
}
.home-social {
    text-align: center;
    margin: 50px 0 0;
}
.home-social h2 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 28px;
    margin: 0 10px 0 0;
    display: inline-block;
}
.home-social img {
    height: 36px;
    margin: 0 2px;
    vertical-align: top;
}
.home-white-band {
    padding: 0 0 40px;
    background: #fff;
}
.home-white-band h2 {
    margin: 40px 0 30px;
    border-bottom: 1px solid;
    font-family: 'Playfair Display', serif;
    padding: 0 0 25px;
    font-size: 28px;
}
.home-white-band h2.red {
    border-color: #A11029;
    color: #212121;
}
.home-white-band h2.blue {
    border-color: #3B5998;
    color: #212121;
}
.latest-post {
    margin: 0 0 25px;
}
.latest-post .title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #9F1027;
    padding: 2px 0px 2px 6px; 
}
.latest-post .date {
    font-size: 13px;
    color: #999;
}
.latest-post .blurb {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 300;
}

#blog-content {
    margin: 20px 0 20px 0;
}
#blog-content .row {
    margin: 20px 0 20px 0;
}
#blog-content ul,
#blog-content ul li ul  {
    display: block;
    padding: 0;
}
#blog-content ul li {
    list-style: none;
    margin: 10px 0 10px 0;
}
#blog-content ol li {
    list-style: decimal;
    margin: 10px 0 10px 0;
}
#blog-content h3 {
    border-bottom: 1px solid;
    font-family: 'Playfair Display', serif;
    padding: 0 0 10px;
    margin: 0;
    font-size: 18px;
}
#blog-content a {
    color: #222;
    font-family: 'Playfair Display', serif;
    padding: 0 0 10px;
    font-size: 18px;
}

#blog-content .ellipsis {
    overflow: hidden;
    height: 60px;
    line-height: 20px;
    margin: 10px;
}
#blog-content .ellipsis:before {
    content: "";
    float: left;
    height: 60px;
}
#blog-content .ellipsis > *:first-child {
    float: right;
    width: 100%;
}
#blog-content .ellipsis:after {
    content: "\02026";
    border: 4px solid red;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    top: -25px;
    left: 100%;
    width: 3em;
    margin-left: -3em;
    padding-right: 50px;
    text-align: right;
    /*background-size: 100% 100%;
    background: -webkit-gradient(linear,left top,right top,
        from(rgba(255,255,255,0)),to(white),color-stop(50%,white));
        background: -moz-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background: -o-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background: -ms-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background: linear-gradient(to right,rgba(255,255,255,0),white 50%,white);*/
    }

/******************** Secondary pages */

.default-page {
    margin: 20px 20px 20px 20px;
    overflow: hidden;
}
.hero {
    background-size: cover;
}
.hero-inner {
    background: rgba(34, 34, 34, 0.85);
    padding: 54px 0 54px 0;
    text-align: center;
}
.gray-information {
    background: #F2F2F2;
    padding: 15px 0;
}
.gray-information h2.left {
    text-align: right;
    color: #A11029;
}
.gray-information h2.left span {
    font-weight: 500;
}
.gray-information h2.right {
    text-align: left;
    color: #777;
}
.gray-information h2.right,
.gray-information h2.left {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.gray-information h2.right img,
.gray-information h2.left img {
    height: 22px;
    margin: 0 5px;
    vertical-align: bottom;
}
.box.green {
    background: #5A5821;
}
.box.live-webinar {
    background: #5A5821;
}
.box.red {
    background: #8A0E1B;
}
.box.blue {
    background: #507F9E;
}
.box.in-person {
    background: #507F9E;
}
.box.offsite {
    background: #21194E;
}
.box.purple {
    background: #21194E;
}
.box.slate {
    background: #425152;
}
.box.gold {
    background: #E78C21;
}
.box.on-demand {
    background: #E78C21;
}
.box.brown {
    background: #5c422b;
}
.box {
    overflow: auto;
    float: left;
    margin: 1%;
}
.box-left {
    float: left;
    width: 31%;
    overflow: hidden;
}
.box-right {
    float: right;
    padding: 36px 32px;
    width: 67%;
}
.box-right h3 {
    text-align: center;
    vertical-align: middle;
}

.box h2 {
    font-size: 16px;
    padding: 0 0 15px;
    margin: 0 0 20px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.box p {
    color: #fff;
    font-size: 14px;
}

.white-band {
    padding: 50px 0;
}
.visit-details {
    padding-bottom: 40px;
}
h2.fancy.green {
    color: #5A5821;
    border-color: #5A5821;
}
h2.fancy.red {
    color: #8A0E1B;
    border-color: #8A0E1B;
}
h2.fancy.blue {
    color: #507F9E;
    border-color: #507F9E;
}
h2.fancy.purple {
    color: #21194E;
    border-color: #21194E;
}
h2.fancy.slate {
    color: #425152;
    border-color: #425152;
}
h2.fancy.gold {
    color: #E78C21;
    border-color: #E78C21;
}
h2.fancy {
    border-bottom: double 4px;
    padding: 20px 0 20px;
    font-family: 'Playfair Display';
    color: #ccc;
    margin: 0 0 10px 0;
}
h2.fancy span {
    float: right;
    color: #8A0E1B;
}
h2.fancy span a {
    color: #8A0E1B;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: bold;
}
/******************** Footer section */

.footer-outer {
    background: #222222;
    padding: 3px 0 0 0;

}
.footer {
    border-top: 1px solid #999;
    padding: 50px 0 50px;
    min-height: 440px;
}
.footer ul {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    display: block;
    overflow: auto;
    float: right;
}
.footer li {
    float: left;
}
.footer ul li a {
    font-size: 14px;
    color: #999;
    font-family: "Playfair Display", serif;
    text-decoration: none;
    padding: 0 8px 0 8px;
}
.footer ul li a:hover {
    color: #fff;
}
.footer-extras {
    text-align: right;
    display: block;
    float: right;
    clear: both;
}
p.copyright {
    font-size: 12px;
    color: #666;
    display: inline-block;
    clear: both;
}
img.footer-social {
    height: 24px;
    margin: 0 0 0 5px;
}
img.footer-social:hover {
    opacity: 0.75;
}
.secondary-hero-band {
    background: #404040 url(../img/hero-dark.jpg) bottom center no-repeat;
    background-size: 120%;
    padding: 60px 0;
}
.secondary-text-band {
    padding: 20px 0 20px 0;
    background: #f5f5f5;
}
.secondary-text-band h2 {
    font-family: 'Playfair Display', serif;
    margin: 0;
    color: #888;
}
.secondary-text-band h5 {
    font-family: 'Playfair Display', serif;
    margin: 0;
    color: #666;
}
.textWhiteContrastOverlay {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 10px 15px 15px 15px;
}
/**
* { Volunteer Page
-----------------------------------------*/

#volunteer-content {
    margin-top: 30px;
}
#volunteer-content ul {
    padding: 0;
}
#volunteer-content li {
    list-style: none;
    padding: 2%;
}
#volunteer-content li h3 {
    color: #777777;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    padding-bottom: 10px;
}
#volunteer-content .featuretteDescription {
    /*margin: 0;*/
    padding: 14px;
}
#volunteer-content .featuretteDescription h2 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    margin: 0 8px 0 8px;
    /*margin-left: 16px;
    margin-right: 40px;*/
    /*padding-top: 10px;*/
    padding: 0 0 6px 0;
    /*font-family: 'Roboto', sans-serif;*/
}
#volunteer-content .featuretteDescription p {
    color: #fff;
    margin: 0 8px 0 8px;
    font-size: 14px;
    padding-top: 8px;
}

#volunteer-content .imgContainer {
    /*width: 360px;
    height: 180px;*/
    overflow: hidden;
}
#volunteer-content .imgContainer img {
    width: 100%;
}
#volunteer-content .txtContainer {
    display: inline-block;
}
#volunteer-content .conserve li {
    padding: 1%;
}

#volunteer-featurettes .imgContainer {
    padding: 0;
    /*max-width: 310px;*/
    max-height: 212px;
    overflow: hidden;
}
#volunteer-featurettes img {
    width: 100%
}

#volunteer-featurette-container {
        margin: 8px 15px 8px 15px;
        overflow: hidden;
}
#volunteer-content .buttonAndTextContainer {
    color: #fff;
    margin: 0;
    font-size: 14px;
    padding-top: 8px;
}
#volunteer-content .buttonAndTextContainer div {
    padding-left: 8px;
    padding-right: 0;
}
    #volunteer-content .buttonAndTextContainer span {
        display: inline-block;
        padding-top: 8px;
        text-align: right;
        font-size: 15px;
        font-weight: bold;
    }

#volunteer-page h1,
.apply-form-content h3 {
    font-family: 'Playfair Display', serif;
    padding: 0 0 25px 10px;
    font-size: 28px;
    color: #333;
    border-bottom: 2px solid #e6e7e2;
    margin: 25px -15px 22px -20px;
}
.apply-form-content h3 {
    border: 0;
    margin: 25px 0 0 0;
    text-align: center;
    padding-left: 0;
}
.no-gutter [class*="-4"] {
    padding-right: 0;
    padding-left: 0;
}
.apply-form-content h3 {
    text-align: center;
}
.apply-form-content .form-signin {
    background-color: #eee;
    overflow: hidden;
    padding: 20px;
    border-radius: 5px;
}
.apply-form-content .form-signin div {
    padding: 6px;
}
.apply-form-content .form-signin input,
.apply-form-content .form-signin select {
    margin-bottom: 5px;
}
.apply-form-content .form-signin .btn-primary {
    background: #E78C21;
    border: 1px solid #4a3520;
}
.volunteer-description h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    margin-left: 16px;
    margin-right: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.volunteer-description p {
    color: #fff;
    margin-left: 16px;
    font-size: 14px;
    margin-right: 20px;
}
.bg-orange {
    background-color: #e78c21;
    min-height: 195px;
}
#volunteer-page .volunteer-description.bg-green {
    background-color: #5A5821;
    /*#595820;*/
    min-height: 195px;
    padding-left: 15px;
    padding-right: 15px;
}
.bg-grey {
    background-color: #425252;
    min-height: 195px;
}
.volunteerInner {
    color: #fff;
    font-size: 12px;
    padding: 4px;
    margin: 0;
}
.volunteerCounterBox {
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    text-align: center;
}
.volunteerBoxAndHeader {
    display: inline-block;
    padding: 0 4px 0 4px;
    text-align: center;
}
.opportunityContainer {
    padding: 10px;
    border: 1px solid #bbb;
    margin-top: 20px;
    position: relative;
    overflow: inherit;
}
#opportunities-content {
    margin: 0 0 20px 0;
}
#opportunities-content div.typeHeader {
    padding: 0 15px 0 15px;
}
#opportunities-content div.typeHeader div {
    font-size: 20px;
    padding: 8px;
    margin-top: 10px;
}
#opportunities-content div.row {
    margin-top: 30px;
}
#opportunities-content .opportunityContainer h2 {
    margin: 0;
    padding: 8px 0 8px 0;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid;
}
#opportunities-content .opportunityContainer p {
    font-size: 12px;
    line-height: 12px;
    min-height: 48px;
}
#opportunities-content h4 {
    font-weight: normal;
    font-size: 16px;
    color: #777;
}
#opportunities-content h3 {
    color: #222;
    font-size: 28px;
    margin-top: 30px;
    font-family: 'Playfair Display', serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #777;
}
#opportunities-content .opportunityContainer span {
    height: 20px;
    padding: 3px 0 0 0;
    position: absolute;
    top: -8px;
    right: 20px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    z-index: 100;
    padding: 3px;
    text-transform: uppercase;
}
#opportunities-content .opportunityContainer div.box-gren span {
    background: #5A5821;
    color: #fff;
}
#opportunities-content .opportunityContainer div.box-gren h2 {
    color: #5A5821;
    border-bottom-color: #5A5821;
}
#opportunities-content .opportunityContainer div.box-gren div.imgContainer {
    border-bottom:4px solid #5A5821;
}

#opportunities-content .opportunityContainer div.box-gold span {
    background: #E78C21;
    color: #fff;
}
#opportunities-content .opportunityContainer div.box-gold h2 {
    color: #E78C21;
    border-bottom-color: #E78C21;
}
#opportunities-content .opportunityContainer div.box-gold div.imgContainer {
    border-bottom:4px solid #E78C21;
}
#opportunities-content .opportunityContainer div.box-purple span {
    background: #21194E;
    color: #fff;
}
#opportunities-content .opportunityContainer div.box-purple h2 {
    color: #21194E;
    border-bottom-color: #21194E;
}
#opportunities-content .opportunityContainer div.box-purple div.imgContainer {
    border-bottom:4px solid #21194E;
}

#opportunities-content div.counterContainer {
    overflow-x: hidden;
    padding:0;
    margin: 0;
}
.registerContainer div.registerBox {
       /*float: left; the float happens above a minimum screen width */
       padding: 0 6px 0 0;
}
.borderRadius5 {
    border-radius: 5px;
}
.btn-red {
    background-color: #8A0E1B;
    display: inline;
    padding: 12px 16px 12px 16px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.btn-red:focus {
  color: #fff;
  background-color: #286090;
}
.btn-red:hover {
  color: #fff;
  background-color: #286090;
}
.btn-gray {
    background-color: #777;
    display: inline;
    padding: 12px 16px 12px 16px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.btn-gray:focus {
  color: #fff;
  background-color: #777;
}
.btn-gray:hover {
  color: #fff;
  background-color: #777;
}

/*------------
* @}- End Volunteer page.
-----------------------------------------*/
/**
* { "Landscaping Help"  Page
-----------------------------------------*/

#landscapingHelp-page ul.offers-tools {
    list-style: none;
    padding: 0;
    margin: 30px 0 30px 0;
    overflow: hidden;
}
#landscapingHelp-page h1 {
    text-align: center;
    color: #333;
    margin-top: 60px;
}
#upcomingEvent-content {
    background: #eeeeee;
    height: 40px;
    padding-top: 7px;
    text-align: center;
}
#upcomingEvent-content a {
    margin: 0 auto;
    padding: 0 0 0 32px;
    text-align: center;
    font-size: 17px;
    color: #9a0e2b;
    /*background: url(../img/icon-email.png) left 14px no-repeat;*/
}
#upcomingEvent-content-event {
    background: #eeeeee;
    height: 62px;
    padding-top: 4px;
    text-align: center;
}

    .upcomingEvent-text a {
        margin: 0 auto;
        padding: 0 0 0 32px;
        text-align: center;
        font-size: 17px;
        color: #9a0e2b;
        /*background: url(../img/icon-email.png) left 14px no-repeat;*/
    }
.icon-email {
    background: url(../img/icon-email.png) left 4px no-repeat;
    display: inline-block;
}

/*------------
* @{- Landscaping Help page.
-----------------------------------------*/

#landscapingHelp-page h1 {
    color: #797979;
}
#calendarEvent-content {
    background: #abac9c;
    min-height: 100px;
    margin-top: 80px;
}
ul.calendarListEvent {
    list-style: none;
    margin-top: 20px;
    width: 100%;
    float: left;
    padding: 0;
}
.calendarListEvent li {
    width: 18%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.calendarListEvent li strong {
    font-size: 15px;
}
.calendarListEvent li.iconCalendar-content {
    width: 46px;
    height: 40px;
    display: block;
    margin-top: 10px;
    float: left;
    text-align: left;
}
.calendarListEvent li p {
    color: #fff;
    font-size: 14px;
}
p.mapAdressImageContent {
    width: 37px;
    height: 48px;
    display: block;
    float: left;
    margin: 26px 10px 0 0;
    margin-top: 32px;
}
p.adress-CGP {
    float: left;
    margin-top: 16px;
    color: #fff;
}
/*------------
* @}- Landscaping Help page.
-----------------------------------------*/
/*------------
* @{- Landscaping Help made plan page.
-----------------------------------------*/

#landscapingHelp-subPages {
    margin-bottom: 50px;
}
#landscapingHelp-subPages h1 {
    color: #507f9b;
    font-size: 28px;
    margin-top: 30px;
    padding-bottom: 18px;
}
#landscapingHelp-subPages h3 {
    color: #222;
    font-size: 28px;
    margin-top: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #abada2;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
ul.planList-content {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
}
ul.planList-content li {
    text-align: center;
}
#landscapingHelp-subPages ul.planList-content li h3 {
    color: #0e0e0e;
    margin: 8px 0 4px 0;
    padding: 0;
    border-bottom: 0;
    font-size: 16px;
}
ul.planList-content li p {
    color: #4e4e4e;
}
ul.otherLandscapingHelpList-content {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.otherLandscapingHelpList-content li {
    padding: 0;
    margin: 0 0 1px 0;
    list-style: none;
}
ul.otherLandscapingHelpList-content li a span {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
}
ul.otherLandscapingHelpList-content li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 5px 5px 39px;
    min-height: 40px;
    background-image: url(../img/planMenu-icon.png);
    background-repeat: no-repeat;
    position: relative;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
ul.otherLandscapingHelpList-content li a:hover {
    opacity: 0.5;
    /* css standard */
    
    filter: alpha(opacity=50);
    /* internet explorer */
}
ul.otherLandscapingHelpList-content li a.bgBlue {
    background-position: 10px 41px;
}
ul.otherLandscapingHelpList-content li a.bgRed {
    background-position: 10px 0;
}
ul.otherLandscapingHelpList-content li a.bgSlate {
    background-position: 10px -41px;
}
ul.otherLandscapingHelpList-content li a.bgGold {
    background-position: 10px -82px;
}
ul.otherLandscapingHelpList-content li a.bgBrown {
    background-position: 10px -123px;
}
ul.otherLandscapingHelpList-content li a.bgGreen {
    background-position: 10px -164px;
}

/*------------
* @}- Landscaping Help made plan page.
-----------------------------------------*/
/*------------
* @{- Rent Facility page.
-----------------------------------------*/

#rentfacility-page {
    margin-bottom: 50px;
}
#rentfacility-page .slick-slide {
    height: 220px !important;
    padding: 0 6px 0 6px
}
#rentfacility-page h1 {
    font-size: 28px;
    color: #1f1f1f;
    margin: 40px 0 6px 0;
    padding: 0 0 23px 0;
    border-bottom: 1px solid #acac9d;
}
#rentfacility-page h4 {
    font-size: 16px;
    color: #111111;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #acac9d;
}
#rentfacility-page h6 {
    font-size: 16px !important;
    color: #111111;
    margin: 20px 0 8px 0;
    padding: 0 0 10px 0;
    /*border-bottom: 1px solid #acac9d;*/
}
#rentfacility-page .galleryContainer {
    padding: 20px 15px 0px 15px;
}
#rentfacility-page .avEquipment-content {
    list-style: none;
    margin: 0;
    padding: 0;
    /*width: 60%;*/
    max-width: 500px;
}
#rentfacility-page .avEquipment-content li {
    /*width: 50%;*/
    min-width: 240px;
    margin: 0;
    padding: 4px 10px 0 0;
    float: left;
    text-align: left;
    list-style-position: inside;
    list-style-type: disc;
    color: #111111;
}
#rentfacility-page .imgContainer {
    /*width: 286px !important;*/
    padding: 6px;
    /*height: 220px !important;
    overflow: hidden;*/
}
#rentImageContainer {
    margin: 2%;
}
.gallery.row {
    margin-top: 12px;
}
.noListStyle {
    list-style: none;
}

/*@media only screen and (max-width: 720px) {
.rentImage {
    background-image: url('/img/rentFacilitySmall.png');
    display:block;
  }
}
@media (min-width: 721px) and (max-width: 1920px) {
.rentImage {
    background-image: url('/img/rentFacility.png');
    display:block;
  }
}*/
@media (min-width: 992px) {
    .top-links ul li a {
        padding: 12px;
    }
}

#faqInformation-content {
    margin-top: 50px;
}
#faqInformation-content h2 {
    color: #111;
    font-size: 28px;
    text-align: center;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    border-bottom: 1px solid #acac9d;
}
#faqInformation-content ul {
    margin: 60px 0 0 0;
    padding: 0;
}
#faqInformation-content ul li h3 {
    font-size: 22px;
    color: #fff;
    padding: 12px 12px 12px 20px;
    font-family: 'Playfair Display', serif;
}
#faqInformation-content ul li {
    list-style: none;
    margin-bottom: 10px;
    min-height: 172px;
}
#faqInformation-content ul li p {
    padding: 4px 8px 4px 8px;
}
.background-dark-red {
    background-color: #8A0E1B;
}
.background-red {
    background-color: #D7524E;
}
.background-blue {
    background-color: #507F9E;
        /*#285E77;*/
}
.background-brown {
    background-color: #5c422b;
}
.background-green {
    background-color: #5A5821;
}
.background-gold {
    background-color: #E78C21;
}
.background-purple {
    background-color: #21194E;
}
.background-slate {
    background-color: #425152;
}


.spaceDetail-content h3 {
    font-size: 28px;
    color: #1f1f1f;
    margin: 40px 0 6px 0;
    padding: 0 0 23px 0;
    border-bottom: 1px solid #acac9d;
    font-family: 'Playfair Display', serif;
}
.spaceDetail-content ul {
    list-style: none;
    margin: 0;
    padding: 6px 0 0 0;
}
.spaceDetail-content ul li {
  width: 100%;
  padding-left: 16px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  padding-right: 16px;
}

.spaceDetail-content ul li .pricing  {
    display:none;
}

@media screen and  (max-width:767px) {
    .spaceDetail-content ul li .pricing  {
        display:block;
    }


    .spaceDetail-content ul li .pricing h4 {
      font-size: 16px !important;
      margin: 0 0 5px 0 !important;
      padding: 16px 0 10px 0 !important;
      color: #fff !important;
      font-weight: bold;
      border-bottom: 1px solid #fff !important;
      width: 90%;
    }

    .spaceDetail-content ul li .pricing h5 {
        border:none;
        padding: 10px 0 2px 0;
        margin:0;
        font-weight:500;
        font-size:14px;
    } 

    .spaceDetail-content ul li .pricing p {
        font-size:13px;
        color:rgba(255,255,255,.7);
    }

    .spaceDetail-content ul li .pricing p span {
        font-weight:900;
        color:rgba(255,255,255,1);
    }    
}
.spaceDetail-content ul li p {
    font-size: 14px;
    color: #fff;
}
.spaceDetail-content ul li h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 16px 0 10px 0;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.spaceDetail-content ul li h5 span {
    font-size: 10px;
    font-weight: normal;
    padding-left: 6px;
}
#rentalRate-section h3 {
    font-size: 28px;
    text-align: center;
    padding-bottom: 18px;
    font-family: 'Playfair Display', serif;
}
#rentalRate-section h4 {
    border-bottom: 1px solid #acac9d;
}
#rentalRate-section table {
    border-bottom: 1px #ACAC9D solid;
    border-top: 3px solid #fff;
}
.table-striped>tbody>tr:nth-child(odd)>td {
    background: #F0F0E1;
}
#rentalRate-section tbody tr {
    border-top: 1px #ACAC9D solid;
}
#rentalRate-section table tr th {
    background: none;
    border: 1px #fff solid;
    vertical-align: middle;
    text-align: center;
}
#rentalRate-section .no-border {
    border: 0;
}
#rentalRate-section table tr td,
#rentalRate-section table tr th {
    text-align: center;
    border-right: 1px #ACAC9D solid;
    border-bottom: 1px #ACAC9D solid;
    border-top: 1px #ACAC9D solid;
}
#rentalRate-section table tr td.gold {
    color: #fff;
    background: #E78C21;
    font-size: 18px;
    border-top: 0;
}
    #rentalRate-section table tr td.purple {
        color: #fff;
        background: #21194E;
        font-size: 18px;
        border-top: 0;
    }
#rentalRate-section table tr.bg-gray {
    background: #F0F0E1;
    color: #111;
}
#rentalRate-section table tr td.gold span {
    font-size: 11px;
}
#rentalRate-section table tr td.purple span {
    font-size: 11px;
}
table#penstemonPlaza table tr td,
table#penstemonPlaza tr th span {
    font-size: 11px;
    font-weight: normal;
}
table#penstemonPlaza tr td {
    background: none;
    border: none;
}
table#penstemonPlaza table tr td,
table#penstemonPlaza tr th {
    height: 50px;
    font-size: 16px;
    border: none;
    background: #21194E;
    color: #fff;
}
table#rentalHours table tr td,
table#rentalHours tr th span {
    font-size: 11px;
    font-weight: normal;
}

table#rentalHours tr td {
    background: none;
    border: none;
}

table#rentalHours table tr td,
table#rentalHours tr th {
    height: 50px;
    font-size: 16px;
    border: none;
    background: #425152;
    color: #fff;
}
.textGreen {
    color: #5A5821;
        /*#8C984A;*/
}
.textRed {
    color: #8A0E1B;
        /*#D7524E;*/
}
.textBlue {
    color: #507F9E;
        /*#285E77;*/
}
.textPurple {
    color: #21194E;
}
.textSlate {
    color: #425152;
        /*#999999;*/
}
.textGold {
    color: #E78C21;
}
.textGray {
    color: #666666;
}
.textLightGray {
    color: #888;
}
.bgGreen {
    background: #5A5821;
}
.bgRed {
    background: #8A0E1B;
}
.bgBlue {
    background: #507F9E;
}
.bgBlueDark {
    background: #304263;
}
.bgPurple {
    background: #21194E;
}
.bgSlate {
    background: #425152;
}
.bgGold {
    background: #E78C21;
}
.bgBrown {
    background: #5c422b;
}

.ellipsis {
    overflow: hidden;
    height: 98px;
    line-height: 20px;
    margin: 10px;
}
.ellipsis:before {
    content: "";
    float: left;
    height: 100px;
}
.ellipsis > *:first-child {
    float: right;
    width: 100%;
}
.ellipsis:after {
    content: "\02026";
    border: 4px solid red;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    top: -25px;
    left: 100%;
    width: 3em;
    margin-left: -3em;
    padding-right: 50px;
    text-align: right;
    /*background-size: 100% 100%;
    background: -webkit-gradient(linear,left top,right top,
        from(rgba(255,255,255,0)),to(white),color-stop(50%,white));
        background: -moz-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background: -o-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background: -ms-linear-gradient(to right,rgba(255,255,255,0),white 50%,white);
        background: linear-gradient(to right,rgba(255,255,255,0),white 50%,white);*/
    }
/*#event-description {
    text-overflow: ellipsis;
    overflow:hidden;
    line-height:1.4em;
}*/

.truncatedText {
 font-size: 0.875em;
 line-height: 1.2em;
 height: 2.4em; 
    &:after {
    content: " ...";
    }
}

.eventTextContainer {
    padding: 0 4px 0 4px;
}

#eventsList-content {
    margin: 15px 0 15px 0;
    min-height: 150px;
}
/*#eventsList-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#eventsList-content ul li {
    padding: 15px;
}*/
#eventsList-content div.eventContainer {
    border-radius: 5px;
    border: 1px #ccc solid;
    min-height: 310px;
    position: relative;
    overflow: inherit;
    max-width: 360px;
    /*margin: 16px .8% 0 .8%;*/
    padding: 0;
    min-height: 480px;
}

    #eventsList-content div.eventContainer h3 {
        font-size: 16px;
        font-family: 'Playfair Display', serif;
        margin: 10px 10px 0 10px;
        padding: 0 0 10px 0;
        color: #9F1026;
        border-bottom: 1px solid #8A0E1B;
        width: 92%;
        line-height: 26px;
        font-weight: normal;
        min-height: 62px;
    }
    #eventsList-content div.eventContainer p {
        color: #1F1F1F;
        margin: 14px 0px 0 10px;
        padding: 0;
        font-size: 14px;
    }
    #eventsList-content div.eventContainer a.learnMore {
        /*display: inline !important;*/
        float: right;
        /*padding: 1em 1em 0 0;*/
        height: 18px;
        position: absolute;
        background-color: #fff;
        bottom: 16px;
        right: 15px;
        text-align: center;
        z-index: 100;
        padding: 2px 2px 2px 40px;
    }
    #eventsList-content div.eventContainer h4 {
        color: #545454;
        width: 80%;
        font-size: 16px;
        line-height: 18px;
        font-weight: normal;
        margin: 10px 0 0 10px;
    }
    #eventsList-content div.eventContainer span {
        height: 20px;
        padding: 3px 0 0 0;
        background: #8A0E1B;
        position: absolute;
        top: -5px;
        right: 20px;
        font-size: 10px;
        color: #fff;
        text-align: center;
        z-index: 100;
        padding: 3px;
        text-transform: uppercase;
    }

    #eventsList-content div.eventContainer div {
        width: 100%;
    }

        #eventsList-content div.eventContainer div.imgContainer {
            max-height: 180px;
            overflow: hidden;
        }
    #eventsList-content div.eventContainer img {
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    #eventsList-content .box-darkred span {
        background: #8A0E1B;
    }
    #eventsList-content .box-darkred h3 {
        color: #8A0E1B;
        border-bottom-color: #8A0E1B;
    }
    #eventsList-content .box-darkred div.imgContainer {
        border-bottom: 4px solid #8A0E1B;
    }

    #eventsList-content div.box-red span {
        background: #D7524E;
    }
    #eventsList-content div.box-red h3 {
        color: #D7524E;
        border-bottom-color: #D7524E;
    }
    #eventsList-content div.box-red div.imgContainer {
        border-bottom: 4px solid #D7524E;
    }

    #eventsList-content div.box-blue span {
        background: #507F9E;
        /*#285E77;*/
    }
    #eventsList-content div.box-blue h3 {
        color: #507F9E;
        /*#285E77;*/
        border-bottom-color: #507F9E;
        /*#285E77;*/
    }
    #eventsList-content div.box-blue div.imgContainer {
        border-bottom: 4px solid #507F9E;
        /*#285E77;*/
    }

    #eventsList-content div.live-webinar span {
        background: #5A5821;
    }
    #eventsList-content div.live-webinar h3 {
        color: #5A5821;
        border-bottom-color: #5A5821;
    }
    #eventsList-content div.live-webinar div.imgContainer {
        border-bottom: 4px solid #5A5821;
    }


    #eventsList-content div.on-demand span {
        background: #E78C21;
    }
    #eventsList-content div.on-demand h3 {
        color: #E78C21;
        border-bottom-color: #E78C21;
    }
    #eventsList-content div.on-demand div.imgContainer {
        border-bottom: 4px solid #E78C21;
    }
    #eventsList-content div.in-person span {
        background: #507F9E;
    }

    #eventsList-content div.in-person h3 {
        color: #507F9E;
        border-bottom-color: #507F9E;
    }

    #eventsList-content div.in-person div.imgContainer {
        border-bottom: 4px solid #507F9E;
    }
    #eventsList-content div.offsite span {
        background: #21194E;
    }

    #eventsList-content div.offsite h3 {
        color: #21194E;
        border-bottom-color: #21194E;
    }

    #eventsList-content div.offsite div.imgContainer {
        border-bottom: 4px solid #21194E;
    }
    #eventsList-content div.box-purple span {
        background: #21194E;
    }
    #eventsList-content div.box-purple h3 {
        color: #21194E;
        border-bottom-color: #21194E;
    }
    #eventsList-content div.box-purple div.imgContainer {
        border-bottom: 4px solid #21194E;
    }

    #eventsList-content div.box-brown span {
        background: #5c422b;
    }
    #eventsList-content div.box-brown h3 {
        color: #5c422b;
        border-bottom-color: #5c422b;
    }
    #eventsList-content div.box-brown div.imgContainer {
        border-bottom: 4px solid #5c422b;
    }
    #eventsList-content div.box-slate span {
        background: #425152;
    }

    #eventsList-content div.box-slate h3 {
        color: #5c422b;
        border-bottom-color: #425152;
    }

    #eventsList-content div.box-slate div.imgContainer {
        border-bottom: 4px solid #425152;
    }
/*    #eventsList-content .box-darkred,
    #eventsList-content .box-red,
    #eventsList-content .box-blue,
    #eventsList-content .box-gren,
    #eventsList-content .box-gold,
    #eventsList-content .box-purple,
    #eventsList-content .box-slate,
    #eventsList-content .box-brown,
    #eventsList-content .in-person,
    #eventsList-content .live-webinar,
    #eventsList-content .on-demand {
        min-height: 480px !important;
    }*/
#eventsList-content h6 {
    margin: 30px 0 0 15px;
    padding: 0;
    color: #888;
    font-size: 26px;
    text-align: center;
}

#typeEvents-content {
    background: #F7F7F7;
    min-height: 245px;
    margin-bottom: 50px;
}
#typeEvents-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    text-align: center;
    padding-top: 20px;
}
#typeEvents-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#typeEvents-content ul li h3 {
    font-size: 18px;
    color: #E58C1F;
    text-align: center;
}
#typeEvents-content ul li p {
    color: #202020;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

/*----------Landscaping Help  -------------*/
#landscapingHelp-content {
    margin: 10px 0 10px 0;
}
#landscapingHelp-content ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}
#landscapingHelp-content li {
    margin: 10px 0 10px 0;
}
.landscapingHelpDescription-content {
    padding: 4px 20px 4px 140px;
}
.landscapingHelpDescription-content h3 {
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #FFF;
    padding: 0 0 8px 0;
    margin-bottom: 6px;
    font-family: 'Playfair Display', serif;
}
/*.landscapingHelpDescription-content {
    display: block;
    border-top: 1px solid #507f9b;
    border-bottom: 1px solid #507f9b;
    overflow: hidden;
    padding: 25px 0 25px 0;
    margin: 0 0 30px 0;
}*/
.landscapingHelpDescription-content p {
    font-size: 13px;
    margin-top: 6px;
}
/*.landscapingHelpDescription-content img {
    border-radius: 500px;
    margin: 0 20px 0 0;
}*/
    /*.landscapingHelpDescription-content p {
        clear: both;
        text-align: center;
    }
    .landscapingHelpDescription-content img {
        float: none!important;
        margin: 0 auto;
    }*/
#landscapingHelp-content h1 {
    text-align: center;
    color: #333;
    margin-top: 60px;
}

/*.offers-tools li img {
    max-width: 400px;
}*/
/*.offers-tools-description {
    float: left;
    padding: 20px 20px 0 20px;
}
.offers-tools-description h3 {
    color: #fff;
    font-size: 22px;
    border-bottom: 1px solid #FFF;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}*/

/**
* { Find Plan Page
-----------------------------------------*/

.resultListHeader {
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;  
}
#headerResultListContent.resultListHeader ul li div.botanical-header h3 {
    float: left;
    width: 22%;
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
}
#headerResultListContent.resultListHeader ul li div.result-details-content {
    border-right: none;
    /*min-height: auto;*/
    padding: 0;
    margin: 0;
    width: 76%;
    float: left;
}
#list-result-content.simpleViewResult ul.resultList li {
    overflow: hidden;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 1% 0 1%;
    border-right: 0;
}
#list-result-content.simpleViewResult ul.resultList li div.result-details-content {
    /*width: 100%;*/
    border: none;
    margin: 0;
    padding: 0;
    width: 220px;
}

#list-result-content.simpleViewResult .textContainer {
    clear: both !important;
    padding: 0;
}
#list-result-content.simpleViewResult ul.resultList li h3 {
    text-align: center;
    font-size: 14px;
    clear: both;
    line-height: 28px;
}
#list-result-content.simpleViewResult ul.resultList li div.result-details-content p,
#list-result-content.simpleViewResult ul.resultList li h4,
#list-result-content.simpleViewResult div.resultListHeader {
    display: none;
}
#list-result-content {
    margin: 20px 0 20px 0;
}
#list-result-content ul.resultList,
.resultListHeader ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#list-result-content .imgContainer {
    margin: 10px 0 10px 0;
        float: left;
        position: relative;
        width: 220px;
        height: 165px;
        background-color: #efefef;
        overflow: hidden;
}
#list-result-content .imgContainer img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
#list-result-content .imgContainer img.portrait {
    width: 100%;
    height: auto;
}
#list-result-content ul.resultList li h4 {
    margin: 30px 0 0 15px;
    padding: 0;
    color: #111;
    font-size: 18px;
    /*text-align: center;*/
    float: left;
    width: 24%;
    font-weight: normal;
}
#list-result-content .textContainer {
     padding-left: 15px;
     margin: 10px 0 10px 0;
     overflow-x: hidden;
}
#list-result-content ul.resultList li h3 {
    margin: 0;
    color: #8A0E1B;
    font-size: 18px;
    font-weight: normal;
}
#list-result-content ul.resultList li div.result-details-content {
    width: 74%;
    margin: 0;
    padding: 2px 15px 2px 0;
    /*min-height: 110px;*/
    float: left;
    border-right: 1px solid #ccc;
}
#list-result-content div.resultListHeader div.plant-header {
    width: 74%;
    margin: 0;
    float: left;
}

#list-result-content div.resultListHeader div.plant-header h3 {
    margin-top: 0;
}

#list-result-content ul.resultList p {
    overflow:auto;
}
#formResultContent {
    background: #e6e6e3;
    overflow: hidden;
    padding-bottom: 8px;
}
#formResultContent h1 {
    font-size: 24px;
    color: #333333;
    font-family: 'Playfair Display', serif;
    margin: 5px 0 5px 15px;
    padding: 0 0 20px 35px;
    height: 32px;
    background: url(../img/hide-form-icon.png) 1px 6px no-repeat;
}
#formResultContent h5 {
    font-size: 13px;
    color: #333333;
    margin: 0;
    padding-bottom: 0px;
}
#formResultContent label {
    margin-bottom: 3px;
}
#formResultContent h1.active {
    background-position: 1px -40px;
}
#formResultContent .row div {
    margin-top: 7px;
}

#moreOptionsContent {
    padding: 5px 0 0 10px;
    clear: both;
}
#moreOptionsContent .checkbox-inline {
    margin-top: 5px;
}
#moreOptionsContent .btn-primary {
    border: 1px solid #E78C21;
    margin-left: 20px;
}
#sortBySelectContent ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
}
#alphabetical-search-content div.row {
    margin-bottom: -15px;
}
#sortAlphabeticallyContent {
    padding: 5px 20px 5px;
}
    #sortAlphabeticallyContent div {
        display: inline-block;
    }
    #sortAlphabeticallyContent ul {
        margin: 0;
        padding-left: 10px;
        list-style: none;
        display: inline-block;
    }
#sortAlphabeticallyContent ul li {
    float: left;
    display: block;
    margin: 0 16px 0 0;
}
#sortAlphabeticallyContent ul li a {
    color: #E78C21;
}
#sortBySelectContent ul{
    margin-right: 1%;
}
#sortBySelectContent ul li {
    float: left;
    margin: 0;
    padding: 0;
    text-align: right;
}
#sortBySelectContent ul li a#advanceResult {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 0;
    background: url(../img/find-plan-icon.png) 1px 1px no-repeat;
}
#sortBySelectContent ul li a#advanceResult.active {
    background-position: 1px -50px;
}
#sortBySelectContent ul li a#simpleResult {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    padding: 0;
    background: url(../img/find-plan-icon.png) -35px 1px no-repeat;
}
#sortBySelectContent ul li a#simpleResult.active {
    background-position: -35px -50px;
}
#sortBySelectContent select {
    width: 100px;
}
#search-content {
    height: 46px;
    padding: 5px 0 0 0;
    border: 1px red;
    /*background: #ACAC9D;*/
        background: #ACAC9F;
    /*background: #425152;*/
}
#search-content input {
    height: 36px;
}
#advancedView-content.showSimpleView {
    overflow: hidden;
    height: 86px;
    margin-bottom: 10px;
}
/*------------
* @}- Find Plan page.
-----------------------------------------*/
/******************** Media Queries */

@media (max-width: 1199px) {
    a.navbar-brand img {
        width: 186px;
    }
/*    .bg-orange,
    .bg-green,
    .bg-grey {
        min-height: 168px;
    }*/
    #visit-content h3 {
        margin-top: 24px;
        font-size: 28px !important;
        color: #fff;
    }
    .footer ul li a {
    font-size: 12px;
    padding: 0 6px 0 6px;
}
    .box-right {
        padding: 42px 20px;
        width: 56%;

    }
    .box-left {
        width: 44%;
    }
    #plantHeaderNameContainer div{
        padding-top: 24px !important;
    }
    #plantHeaderNameContainer div h2{
        font-size: 26px !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    a.navbar-brand img {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    }
}

    @media (min-width: 768px) and (max-width: 991px) {
        /*    .navbar-nav > li > a > span{
        display: none;
    }*/
        a.navbar-brand img {
            width: 180px;
        }
    }

    @media (max-width: 991px) {
        #about-content .featuretteDescription {
            padding: 12px 20px 12px 20px !important;
        }

        #about-content h2 {
            font-size: 20px !important;
        }

        #about-content p {
            font-size: 13px !important;
            padding-top: 6px !important;
        }

        #opportunities-content .opportunityContainer h2 {
            font-size: 20px;
        }

        #plantHeaderNameContainer div {
            padding-top: 60px !important;
        }

            #plantHeaderNameContainer div h2 {
                font-size: 26px !important;
            }

        #faqInformation-content ul li h3 {
            font-size: 16px;
            padding: 10px 10px 10px 18px;
        }

        #faqInformation-content ul li p {
            padding: 4px;
            font-size: 14px;
        }
        /*#list-result-content.simpleViewResult ul.resultList li div.result-details-content div.imgContainer {
        max-width: 292px;
        max-height: 166px;
        overflow: hidden;
    }
   #list-result-content.simpleViewResult ul.resultList li div.result-details-content h3 {
        text-align: center;
        font-size: 14px;
        clear: both;
        margin-top: 10px;
    }*/
        #visit-content h3 {
            margin-top: 24px;
            font-size: 34px !important;
            color: #fff;
        }

        .box-right {
            padding: 36px 23px;
            width: 62%;
        }

        .box-left {
            width: 38%;
        }

        .navbar-default .navbar-nav > li > a {
            color: #fff;
            font-weight: 200;
            font-size: 16px;
            background: transparent;
            padding: 8px;
            /*height: 44px;*/
            /*line-height: 44px;*/
        }

        .footer-extras {
            text-align: center;
        }

        p.copyright {
            font-size: 12px;
            color: #666;
            display: block;
            clear: both;
        }

        img.footer-social {
            height: 24px;
            margin: 0 0 0 5px;
        }

        .footer {
            text-align: center;
        }

            .footer ul {
                float: none;
                margin: 25px auto;
                display: inline-block;
            }

            .footer li {
                display: inline-block;
            }

        .footer-extras {
            float: none;
        }

        .information-band h2 {
            font-size: 14px;
        }

        .caption {
            margin: 167px 0 0 0;
            text-align: center;
        }

            .caption h1 {
                display: block;
                float: none;
                width: 100%;
                font-size: 24px;
                margin: 0 0 25px;
            }

            .caption a {
                float: none;
            }

        .slick-dots {
            bottom: 193px !important;
        }
        /*.box {
        width: 48%;
        margin: 1%;
    }
    .box-right {
        padding: 45px 30px;
    }*/
        /*------------
    * @{- Landscaping Help page.
    -----------------------------------------*/

        #calendarEvent-content p.mapAdressImageContent {
            width: 100%;
        }

            #calendarEvent-content p.mapAdressImageContent img {
                margin: 0 auto;
            }

        #calendarEvent-content p.adress-CGP {
            width: 100%;
            text-align: center;
            padding-top: 40px;
        }
        /*------------
    * @}- Landscaping Help page.
    -----------------------------------------*/

        /*#list-result-content.simpleViewResult ul.resultList li {
        width: 33%;
    }*/
        #list-result-content ul.resultList li div.result-details-content {
            width: 100%;
            border: 0;
        }

        #list-result-content ul.resultList li h4 {
            display: none;
        }

        #headerResultListContent.resultListHeader ul li div.botanical-header h3 {
            display: none !important;
        }

        #list-result-content div.resultListHeader div.plant-header {
            width: 100%;
            float: left;
        }

        .hide-on-medium-screen {
            display: none;
        }

        .top-links ul li a {
            padding: 10px;
        }
    }

    @media (max-width: 767px) {
        a.button-lg-orange {
            height: 40px;
            line-height: 40px;
            padding: 0 8px 0 8px;
            background: #E78C21;
            color: #fff;
            font-size: 14px;
            font-family: 'Raleway', sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            display: inline-block;
        }

        a.navbar-brand img {
            width: 320px;
        }

        #about-content h2 {
            font-size: 22px !important;
        }

        #about-content p {
            font-size: 16px !important;
            padding-top: 10px !important;
        }

        #plantHeaderNameContainer div {
            padding-top: 0 !important;
        }

            #plantHeaderNameContainer div h2 {
                font-size: 22px !important;
            }

        #visit-content h3 {
            margin-top: 28px;
            margin-right: 10px;
        }

        #faqInformation-content ul li {
            min-height: 0px;
            margin-bottom: 30px;
        }

        .top-links {
            display: none;
        }

        li.mobile-only {
            display: block;
        }

        .navbar-header {
            height: 40px;
        }

        .navbar-brand {
            padding: 0 0 0 15px;
            margin: 0;
        }

        ul.nav.navbar-nav.navbar-right {
            margin: 15px 0 0 0;
            text-align: right;
        }

        .navbar-default .navbar-nav > li > a {
            color: #fff;
            font-weight: 200;
            font-size: 16px;
            background: transparent;
            padding: 8px;
            /*height: 40px;*/
            /*line-height: 40px;*/
        }

        .navbar-collapse {
            max-height: none;
        }

        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border-color: rgba(255, 255, 255, 0.15);
        }

        .footer ul {
            display: none;
        }

        p.copyright {
            margin: 25px 0 15px;
        }

        .home-social h2 {
            margin: 0 0 10px;
            display: block;
        }

        .caption h1 {
            font-size: 20px !important;
        }

        .caption {
            margin: 184px 0 0 0;
        }

        .location {
            padding: 45px 0 0 0;
            background: url('../img/icon-map.png') top no-repeat;
            background-size: 38px;
            text-align: center;
            margin: 0 0 25px;
        }

        .information-band div.hours {
            padding: 45px 0 0 0;
            background: url('../img/icon-calendar.png') top no-repeat !important;
            background-size: 38px !important;
            text-align: center;
        }

        .information-band h2 {
            font-size: 13px;
        }

        .information-band p {
            font-size: 12px;
        }

        .slick-prev,
        .slick-next {
            display: none !important;
        }

        .slick-dots {
            bottom: 176px !important;
        }

        h1 {
            font-size: 30px;
        }

        .hero-inner {
            padding: 50px 0;
        }

        .gray-information h2.right,
        .gray-information h2.left {
            text-align: center;
            margin: 10px 0;
        }

        .box-right {
            padding: 36px 22px;
            width: 60%;
        }

        .box-left {
            width: 40%;
        }

        .volunteer-description h3,
        .volunteer-description p {
            margin: 0 0 10px 0;
        }

        .no-gutter [class*="-4"] {
            padding-left: 15px;
            padding-right: 15px;
        }

        #volunteer-page img {
            margin-bottom: 20px;
        }
        /*------------
    * @{- Landscaping Help page.
    -----------------------------------------*/

        #calendarEvent-content ul.calendarListEvent li.iconCalendar-content {
            width: 100%;
            min-height: 110px;
        }

            #calendarEvent-content ul.calendarListEvent li.iconCalendar-content img {
                margin: 0 auto 40px auto;
            }

        #calendarEvent-content .calendarListEvent li {
            width: 33%;
        }

        /*------------
    * @}- Landscaping Help page.
    -----------------------------------------*/

        /*#list-result-content.simpleViewResult ul.resultList li {
        width: 48%;
    }*/
        #list-result-content.simpleViewResult ul.resultList li,
        #list-result-content.simpleViewResult ul.resultList li h4 {
            text-align: center;
        }
        /*#list-result-content ul.resultList li img {
        display: table;
        margin: 0 auto;
        float: none;
        width: auto;
        max-width: 100%;
        height: auto;
        display: block
    }*/
        /*#headerResultListContent,*/
        #headerResultListContent.resultListHeader ul li div.botanical-header h3 {
            display: none !important;
        }

        .visit-box {
            max-width: 334px;
        }
    }

    @media (max-width: 517px) {
        #list-result-content ul.resultList li .textContainer {
            width: 100%;
            padding: 0;
        }
    }

    @media (max-width: 480px) {
        a.button-lg-orange {
            height: 30px;
            line-height: 30px;
            padding: 0 4px 0 4px;
            font-size: 11px;
        }

        .landscapingHelpDescription-content h3 {
            padding: 0 0 8px 0;
            margin: 8px 0 8px 0;
        }

        .landscapingHelpDescription-content {
            padding: 4px 20px 4px 20px;
        }

        .landscapingHelpImgContainer {
            display: none;
        }

        #visit-content h3 {
            margin-top: 24px;
            margin-right: 2px;
            font-size: 24px !important;
            color: #fff;
        }

        .visit-box {
            max-width: 282px;
        }

        .box-right {
            padding-top: 50px;
            width: 58%;
        }

        .box-left {
            width: 42%;
        }

        .caption {
            margin: 161px 0 0 0;
        }

            .caption h1 {
                font-size: 16px !important;
            }

        .slick-dots {
            bottom: 199px !important;
        }

        .volunteer-description h3 {
            padding-top: 40px;
        }

        .volunteer-description h3,
        .volunteer-description p {
            margin: 0 0 10px 0;
        }

        .no-gutter [class*="-4"] {
            padding-left: 15px;
            padding-right: 15px;
        }
        /*------------
    * @{- Landscaping Help page.
    -----------------------------------------*/

        #upcomingEvent-content a {
            font-size: 13px;
            padding: 0;
            background: none;
        }
        /*------------
    * @}- Landscaping Help page.
    -----------------------------------------*/
        .top5 {
            margin-top: 5px;
        }

        .top7 {
            margin-top: 7px;
        }

        .pad-top10 {
            padding-top: 10px !important;
        }

        .pad-bottom10 {
            padding-bottom: 10px !important;
        }

        .top10 {
            margin-top: 10px;
        }

        .top15 {
            margin-top: 15px;
        }

        .top17 {
            margin-top: 17px;
        }

        .top30 {
            margin-top: 30px;
        }
    }

    @media (max-width: 320px) {
        .registerContainer div.registerBox {
            clear: both;
            padding: 0 0 10px 0;
        }

        #formResultContent h1 {
            font-size: 18px;
        }

        #visit-content h3 {
            margin-top: 6px;
        }

        #sortAlphabeticallyContent ul li {
            margin: 0 8px 0 0;
        }

        .box-right {
            padding-top: 50px 10px;
            width: 100%;
        }

        .box-left {
            width: 0%;
        }

        #eventsList-content div.eventContainer h4 {
            color: #545454;
            width: 80%;
            font-size: 14px;
            line-height: 22px;
            font-weight: normal;
            margin: 10px 0 0 10px;
        }

        #upcomingEvent-content a {
            font-size: 10px;
            padding: 0;
            background: none;
        }
    }

    @media (min-width: 320px) {
        .registerContainer div.registerBox {
            float: left;
        }
    }
    /*------------
    * @}- Event Detail page.
    -----------------------------------------*/
    .event-detail-content {
        margin: 40px 0 40px 0;
    }

    #event-detail-content ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .event-detail-content div.row {
        margin: 1% 1% 0 0;
        padding: 0;
    }

        .event-detail-content div.row h2 {
            margin: 20px 0 0 0;
            padding: 0;
            color: #8A0E1B;
            font-size: 24px;
            font-weight: normal;
            border-bottom: 1px solid;
        }

        .event-detail-content div.row h3 {
            margin: 10px 0 0 0;
            padding: 0;
            color: #777;
            font-size: 18px;
            font-weight: normal;
        }

        .event-detail-content div.row h4 {
            margin: 10px 0 0 15px;
            padding: 0;
            color: #fff;
            font-size: 18px;
            text-align: center;
        }

        .event-detail-content div.row h5 {
            margin: 10px 0 0 15px;
            padding: 0;
            color: #fff;
            font-size: 14px;
            text-align: center;
        }

        .event-detail-content div.row h6 {
            margin: 30px 0 0 15px;
            padding: 0;
            color: #888;
            font-size: 26px;
            text-align: center;
        }

        .event-detail-content div.row span {
            height: 20px;
            padding: 3px 0 0 0;
            background: #8A0E1B;
            position: absolute;
            top: -5px;
            right: 30px;
            font-size: 10px;
            color: #fff;
            text-align: center;
            z-index: 100;
            padding: 3px;
            text-transform: uppercase;
        }

        .event-detail-content div.row p {
            font-size: 16px;
        }

    .event-detail-content ul li.box-darkred span {
        background: #8A0E1B;
    }

    .event-detail-content ul li.box-darkred h2 {
        color: #8A0E1B;
        border-bottom-color: #8A0E1B;
    }

    .event-detail-content div.box-darkred img {
        border-bottom: 4px solid #8A0E1B;
        max-height: 300px;
    }

    .event-detail-content div.box-red span {
        background: #D7524E;
    }

    .event-detail-content div.box-red h2 {
        color: #D7524E;
        border-bottom-color: #D7524E;
    }

    .event-detail-content div.box-red img {
        border-bottom: 4px solid #D7524E;
        max-height: 300px;
    }

    .event-detail-content div.in-person span {
        background: #507F9E;
        /*#285E77;*/
    }

    .event-detail-content div.in-person h2 {
        color: #507F9E;
        /*#285E77;*/
        border-bottom-color: #507F9E;
        /*#285E77;*/
    }

    .event-detail-content div.in-person img {
        border-bottom: 4px solid #507F9E;
        /*#285E77;*/
        max-height: 300px;
    }

    .event-detail-content div.live-webinar span {
        background: #5A5821;
    }

    .event-detail-content div.live-webinar h2 {
        color: #5A5821;
        border-bottom-color: #5A5821;
    }

    .event-detail-content div.live-webinar img {
        border-bottom: 4px solid #5A5821;
        max-height: 300px;
    }

    .event-detail-content div.box-purple span {
        background: #21194E;
    }

    .event-detail-content div.box-purple h2 {
        color: #21194E;
        border-bottom-color: #21194E;
    }

    .event-detail-content div.box-purple img {
        border-bottom: 4px solid #21194E;
        max-height: 300px;
    }

    .event-detail-content div.on-demand span {
        background: #E78C21;
    }

    .event-detail-content div.on-demand h2 {
        color: #E78C21;
        border-bottom-color: #E78C21;
    }

    .event-detail-content div.on-demand img {
        border-bottom: 4px solid #E78C21;
        max-height: 300px;
    }
.event-detail-content div.offsite span {
    background: #21194E;
}

.event-detail-content div.offsite h2 {
    color: #21194E;
    border-bottom-color: #21194E;
}

.event-detail-content div.offsite img {
    border-bottom: 4px solid #21194E;
    max-height: 300px;
}

    .event-detail-content div.box-brown span {
        background: #5c422b;
    }

    .event-detail-content div.box-brown h2 {
        color: #5c422b;
        border-bottom-color: #5c422b;
    }

    .event-detail-content div.box-brown img {
        border-bottom: 4px solid #5c422b;
        max-height: 300px;
    }


    .event-detail-content div.calendar {
        padding: 30px 10px 30px 10px;
        max-height: 300px;
    }

        .event-detail-content div.calendar img {
            padding: 10px 20px 10px 20px;
            max-height: 140px;
        }

    .event-detail-content div.imgContainer {
        max-width: 322px;
        max-height: 300px;
    }

        .event-detail-content div.imgContainer div {
            width: 100%;
            margin: 0;
        }

    .imgAndText {
        list-style: none;
        display: inline;
    }

    #dialog {
        display: none;
        padding: 10px;
    }

        #dialog input {
            background-color: #8A0E1B;
            color: #212121;
            font-weight: 300;
            font-size: 16px;
        }

        #dialog div {
            padding: 8px;
        }

    #plant-detail-content {
        margin-top: 60px;
        margin-bottom: 40px;
    }

        #plant-detail-content h2 {
            font-family: 'Playfair Display', serif;
            font-size: 32px;
        }

        #plant-detail-content h3 {
            font-family: 'Playfair Display', serif;
            font-size: 24px;
            border-bottom: 1px solid #5A5821;
        }

        #plant-detail-content .row {
            margin-top: 10px;
        }

            #plant-detail-content .row div {
                font-size: medium;
            }

    .plantDetailFields {
        padding-top: 2px;
        padding-bottom: 2px;
    }

        .plantDetailFields ul {
            padding-top: 0 !important;
            padding-left: 0 !important;
        }

        .plantDetailFields li {
            padding-top: 0 !important;
        }

    #plantHeaderContainer {
        background-color: #f6f6f6 !important;
        margin: 0 15px 0 15px;
        overflow: hidden;
    }

        #plantHeaderContainer div#plantHeaderImageContainer {
            /*max-width: 300px;*/
            padding: 0;
        }

        #plantHeaderContainer div#plantHeaderNameContainer {
            padding: 0 0 10px 0;
        }

    #plant-detail-content ul {
        list-style: none;
        padding-top: 0 !important;
    }

    #plant-detail-content li {
        padding-top: 14px;
    }
    /*#plantDetailImgInner {
        max-height: 300px;
}*/
    #plantHeaderNameContainer div {
        padding-left: 20px;
        min-height: 30px;
    }

    #plantDetailImageContainer {
        margin-bottom: 10%;
    }

    .plantDetailSeasonImg div {
        max-width: 360px;
        max-height: 180px;
        overflow: hidden;
        text-align: center;
    }

        .plantDetailSeasonImg div span {
            font-family: 'Playfair Display', serif;
            font-size: 24px;
            color: #fff;
            text-align: center;
            padding: 3px;
            text-transform: uppercase;
        }

        .plantDetailSeasonImg div.box-darkred {
            background: #8A0E1B;
        }

        .plantDetailSeasonImg div.box-blue {
            background: #507F9E;
        }

        .plantDetailSeasonImg div.box-green {
            background: #5A5821;
        }

        .plantDetailSeasonImg div.box-gold {
            background: #E78C21;
        }

        .plantDetailSeasonImg div.box-purple {
            background: #21194E;
        }

        .plantDetailSeasonImg div.box-brown {
            background: #5c422b;
        }

    #sponsor-content {
        overflow: hidden;
        height: 300px;
        margin-bottom: 20px;
    }

        #sponsor-content h2 {
            color: #777777;
            font-size: 32px;
            font-family: 'Playfair Display', serif;
        }

        #sponsor-content h5 {
            margin-top: -30px;
            display: block;
            color: #777777;
            padding: 10px;
            font-family: 'Playfair Display', serif;
            background: url(../img/hide-form-icon.png) 1px 6px no-repeat;
        }

            #sponsor-content h5::after {
                content: 'Show More';
                padding-left: 20px;
            }

        #sponsor-content.showMoreView {
            overflow: hidden;
            height: 940px;
            margin-bottom: 10px;
        }

            #sponsor-content.showMoreView h5 {
                margin-top: -30px;
                padding: 10px;
                background: url(../img/hide-form-icon.png) 1px 6px no-repeat;
            }

                #sponsor-content.showMoreView h5::after {
                    content: 'Show Less';
                    padding-left: 20px;
                }

        #sponsor-content h5.active {
            background-position: 1px -38px;
        }

    #readyMadePlans-content {
        margin: 30px 0 30px 0;
    }

        #readyMadePlans-content .row {
            margin: 20px 0 20px 0;
        }

        #readyMadePlans-content h1 {
            color: #222;
            border-bottom: 1px solid #222;
            padding-bottom: 10px;
        }

        #readyMadePlans-content h5 {
            color: #444;
            text-align: center;
            font-weight: 100;
        }

        #readyMadePlans-content #explanation .imgContainer {
            margin: 20px 0 10px 0;
            max-height: 240px;
            max-width: 240px;
            border-radius: 50%;
            overflow: hidden;
        }

        #readyMadePlans-content #explanation img {
            width: 100%;
        }

        #readyMadePlans-content #explanation p {
            margin: 20px 0 10px 0;
            font-size: 18px;
        }

    .readyMadePlansImgAndText {
        margin-bottom: 10px;
        width: 220px;
        height: 210px;
        background-color: #e6e6e6;
        /*border: 1px solid red;*/
    }

    .readyMadePlansImgContainer {
        width: 100%;
        height: 165px;
    }

    .readyMadePlansTextContainer {
        padding-bottom: 6px;
    }

    #visit-content ul {
        padding: 0;
        margin: 0;
    }

    #visit-content li {
        list-style: none;
        padding-bottom: 1%;
    }

    #visit-content h3 {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        font-size: 33px;
        color: #fff;
        font-family: 'Playfair Display', serif;
    }

    #visit-content h2 {
        text-align: center;
        padding-right: 20px;
    }

        #visit-content h2 small {
            text-align: center;
        }

    #contact-content {
        margin: 20px 0 20px 0;
    }

        #contact-content h2 {
            color: #111;
            font-size: 28px;
            font-family: 'Playfair Display', serif;
        }

        #contact-content .form-group {
            margin-right: 0;
            margin-left: 0;
        }

    #mapdirections-content {
        margin: 30px 0 30px 0;
    }

    #map-content {
        margin: 10px 0 10px 0;
    }

        #map-content ul {
            padding: 0 2% 0 0;
        }

        #map-content li {
            list-style: none;
            padding: 1%;
        }

    #directionsArea li:nth-child(odd) {
        background-color: #f6f6f6;
    }

    #directionsArea li:nth-child(even) {
        background-color: #e6e6e6;
    }

    #map-content div.mapContainer {
        border-radius: 5px;
        /*I wish it was okay to hide the ugly copywrite*/
        /*max-height: 274px;*/
        overflow: hidden;
        padding: 15px 0 0 0;
        border: 1px red;
        background: #425152;
        color: #fff;
    }

    #map-content div#directionsArea ol {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #map-content div#directionsArea ol li {
            list-style: none;
            padding-bottom: 8px;
            margin: 0;
        }

    #map-content h3 {
        border-radius: 5px;
        margin: 0;
        padding-top: 18px;
        padding-bottom: 18px;
        text-align: center;
        font-size: 32px;
        color: #fff;
        background: #425152;
        font-family: 'Playfair Display', serif;
    }

    #PhotoPolicy ul {
        padding: 0;
    }

    #PhotoPolicy li {
        font-size: 16px;
        font-weight: 100;
    }

    #PhotoPolicy span {
        font-size: 18px;
        font-family: 'Playfair Display', serif;
    }

    #photoFaqInformation-content {
        margin-top: 15px;
    }

        #photoFaqInformation-content h2 {
            color: #111;
            font-size: 28px;
            text-align: center;
            padding: 0 0 30px 0;
            margin-bottom: 30px;
            font-family: 'Playfair Display', serif;
            border-bottom: 1px solid #acac9d;
        }

        #photoFaqInformation-content ul {
            margin: 15px 0 0 0;
            padding: 0;
        }

            #photoFaqInformation-content ul li h3 {
                font-size: 22px;
                color: #fff;
                padding: 12px 12px 12px 20px;
                font-family: 'Playfair Display', serif;
            }

            #photoFaqInformation-content ul li {
                list-style: none;
                margin-bottom: 10px;
                min-height: 172px;
            }

                #photoFaqInformation-content ul li p {
                    padding: 4px 8px 4px 8px;
                }

    #GardenRules {
        margin-bottom: 20px;
    }

        #GardenRules ul {
            padding-left: 30px;
        }

        #GardenRules li {
            font-size: 16px;
            font-weight: 100;
        }

        #GardenRules span {
            font-size: 18px;
            font-family: 'Playfair Display', serif;
        }

        #GardenRules li p {
            margin-right: 30px;
        }

    #about-content {
        margin: 20px 0 20px;
    }

        #about-content .row {
            margin: 20px 0 20px;
        }

        #about-content h2 {
            border-bottom: 1px solid #fff;
            color: #fff;
            font-size: 22px;
            margin: 0;
            padding: 0 0 10px 0;
            font-family: 'Playfair Display', serif;
        }

        #about-content p {
            font-size: 16px;
            padding-top: 10px;
            color: #fff;
        }

        #about-content .about-black-band {
            background: #425152;
        }

        #about-content .conserve {
            background: #8A0E1B;
        }

            #about-content .conserve .imgContainer {
                background: #e6e6e6;
            }

        #about-content ul {
            padding: 0;
            margin: 0;
        }

        #about-content li {
            list-style: none;
        }

            #about-content li h3 {
                color: #777777;
                font-size: 32px;
                font-family: 'Playfair Display', serif;
                text-align: center;
                padding-bottom: 10px;
            }

        #about-content .featuretteDescription {
            padding: 20px;
        }

            #about-content .featuretteDescription p {
                color: #fff;
            }

        #about-content .about-black-band .imgContainer {
            position: relative;
            /*width: 33%;*/
            height: 340px;
            overflow: hidden;
        }

            #about-content .about-black-band .imgContainer img {
                position: absolute;
                left: 50%;
                top: 50%;
                height: 100%;
                width: auto;
                -webkit-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

                #about-content .about-black-band .imgContainer img.portrait {
                    width: 100%;
                    height: auto;
                }

    #about-featurette-container {
        margin-bottom: 20px;
        /*margin-top: 20px;*/
        overflow: hidden;
    }
    /*#about-conserve-container {
        margin-bottom: 20px;
        margin-top: 20px;
        overflow: hidden;
}*/
    #about-content .imgContainer {
        padding: 0;
        overflow: hidden;
    }

    #about-featurettes img {
        width: 100%
    }

    #login-content p {
        color: #777;
        font-size: 14px;
    }

    #login-content .form-horizontal {
        padding: 0 15px 0 15px;
    }

    #login-content .checkbox {
        padding-left: 40px;
    }

    #login-content h2 {
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd !important;
        font-size: 22px;
        margin: 1% 0 1% 0;
    }

    #login-content .mainView {
        padding-top: 30px;
    }


    /*Interactive Map*/
    .map {
        z-index: 0;
    }

    .pinContainer {
        position: absolute;
        margin: 0 auto;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .pinPopupContainer {
        position: absolute;
        margin: 0 auto;
        top: 0;
        left: 0;
        z-index: 30;
    }

    .pinPopup {
        position: absolute;
        z-index: 10;
    }

    .mapArrow {
        position: absolute;
        z-index: 10;
    }

    .pinPopupPinPopup {
        position: absolute;
        z-index: 100;
    }

    .mapOverlay {
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
    }


    /*====================================================

Colin's Styles	

====================================================*/

    .pinContainer {
        border-radius: 500px;
    }

        .pinContainer button {
            border-radius: 500px;
            border: none;
            width: 36px;
            height: 36px;
            font-size: 27px;
            line-height: 0;
            color: #fff;
            background: rgba(231, 140, 33,.85);
            font-weight: 100 !important;
        }

            .pinContainer button:focus {
                outline: none;
            }

    #pinPopupContainer {
        position: absolute;
    }

    #overlay {
        position: fixed;
        height: 5000px;
    }

    .pinPopup {
        background: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,.5);
    }

    .popupClose {
        float: right;
        margin: 0 15px;
        background: transparent;
        border: none;
        font-size: 40px;
        font-weight: 100;
        color: #E78C21;
    }

        .popupClose:focus {
            outline: none;
        }

    .popupHeader {
        display: inline;
        padding: 30px;
        line-height: 60px;
        font-size: 24px;
        color: #303030;
        font-family: 'Playfair Display', serif;
    }

    .popupTitle {
        padding: 0 30px;
        margin-top: 20px;
        font-weight: 600;
        color: #A11029;
        font-size: 17px;
    }

    .popupText {
        padding: 0 30px;
        margin-top: 5px;
        margin-bottom: 25px;
        color: #808080;
        font-size: 13px;
        line-height: 1.6;
    }

    .arrowLeft {
        position: absolute;
        top: 45% !important;
        left: 20px !important;
    }

    .arrowRight {
        position: absolute;
        top: 45% !important;
        right: 20px !important;
        left: auto !Important;
    }

    .pinPopupContainer {
        background: transparent !important;
        box-shadow: none !important;
    }

    .pinPopupButton {
        background: transparent url(/mapapp/images-map/button-gray.png) center center no-repeat;
        background-size: 40px;
        border: none;
        font-size: 0px;
        height: 40px;
        width: 40px;
        padding: 0 !Important;
    }

        .pinPopupButton.active {
            background: transparent url(/mapapp/images-map/button-orange.png) center center no-repeat;
            background-size: 40px;
        }

    .pinPopup.pinPopupContainer.active {
        z-index: 200;
    }

    .pinPopupButton:focus {
        outline: none;
    }

    .arrowRight button {
        background: transparent url(/mapapp/images-map/arrow-right.png) center center no-repeat;
        background-size: 45px;
        border: none;
        padding: 0;
        font-size: 0;
        height: 46px;
        width: 46px;
    }

    .arrowLeft button {
        background: transparent url(/mapapp/images-map/arrow-left.png) center center no-repeat;
        background-size: 45px;
        border: none;
        padding: 0;
        font-size: 0;
        height: 46px;
        width: 46px;
    }

    button:focus {
        outline: none;
    }

    .pinPopupPinPopup {
        background: #000;
        width: 275px;
        padding: 30px 20px 20px 20px;
    }

        .pinPopupPinPopup h4 {
            margin: 0;
            font-weight: 600;
            color: #E78C21;
        }

        .pinPopupPinPopup p {
            margin: 10px 0 0 0;
            color: #fff;
            font-size: 13px;
            font-weight: 400;
        }

    #accordionContainer {
        margin-top: 60px;
    }

        #accordionContainer .panel-heading {
            background: #9E0F28;
            border: 1px solid #9E0F28 !important;
            border-radius: 0px !Important;
        }

        #accordionContainer .panel-default {
            border-radius: 0px !Important;
        }

        #accordionContainer .panel-heading a {
            color: #fff;
            padding-right: 300px;
        }

        #accordionContainer .panel-default .panel-body h4 {
            font-size: 15px;
            line-height: 1.2;
            padding-bottom: 20px;
            border-bottom: 1px solid #e5e5e5;
            margin-bottom: 20px;
        }

        #accordionContainer .panel-default .panel-body ul {
            padding: 0;
        }

            #accordionContainer .panel-default .panel-body ul li {
                list-style-type: none;
                background: transparent url('/img/icon-map.png') top 2px left no-repeat;
                background-size: 16px;
                padding-left: 20px;
                margin-bottom: 10px;
            }

    #accordionContainer {
        display: none;
    }

    @media screen and (max-width:700px) {
        #mapContainer {
            display: none;
        }

        #accordionContainer {
            display: block !important;
        }
    }

    #loader {
        font-family: 'Playfair Display', serif;
        font-size: 30px;
        font-weight: 700;
        text-shadow: 1px 1px 1px rgba(0,0,0,.2);
        color: #A11029;
        z-index: 5000;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    .hide {
        display: none !important;
    }

    /*social footer icon sprite*/
    img.footer-social {
        height: 24px;
        margin: 0 0 0 5px;
    }

        img.footer-social:hover {
            opacity: 0.75;
        }

    #socialFooter, #socialFooter li {
        margin: 0;
        padding: 0;
    }

        #socialFooter li a {
            height: 24px;
            padding: 0 0 0 5px;
            display: inline-block;
        }

            #socialFooter li a:hover {
                opacity: 0.75;
            }

        #socialFooter .icon-footer-facebook span, .icon-footer-instagram span, .icon-footer-youtube span {
            background: url(../img/socialFooterSprite3.png) no-repeat;
            display: block;
        }

        #socialFooter li.icon-footer-facebook span {
            background-position: 0 0;
            width: 24px;
            height: 25px;
        }

        #socialFooter li.icon-footer-instagram span {
            background-position: -24px 0;
            width: 24px;
            height: 25px;
        }

        #socialFooter li.icon-footer-youtube span {
            background-position: -47px 0;
            width: 25px;
            height: 25px;
        }

    /*#socialFooter li.icon-footer-pinterest span{
	background-position: -73px 0;
	width: 24px;
	height: 24px;
}*/

    #resultForPrint {
        display: none;
    }


    /*validation styling from jvwcd.org*/
    .has-feedback {
        position: relative;
    }

        .has-feedback .form-control {
            padding-right: 42.5px;
        }

    .form-control-feedback {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        pointer-events: none;
    }
    /*.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}*/
    .has-success .help-block,
    .has-success .control-label,
    .has-success .radio,
    .has-success .checkbox,
    .has-success .radio-inline,
    .has-success .checkbox-inline,
    .has-success.radio label,
    .has-success.checkbox label,
    .has-success.radio-inline label,
    .has-success.checkbox-inline label {
        color: #3c763d;
    }

    .has-success .form-control {
        border-color: #3c763d;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        .has-success .form-control:focus {
            border-color: #2b542c;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        }

    .has-success .input-group-addon {
        color: #3c763d;
        border-color: #3c763d;
        background-color: #dff0d8;
    }

    .has-success .form-control-feedback {
        color: #3c763d;
    }

    .has-warning .help-block,
    .has-warning .control-label,
    .has-warning .radio,
    .has-warning .checkbox,
    .has-warning .radio-inline,
    .has-warning .checkbox-inline,
    .has-warning.radio label,
    .has-warning.checkbox label,
    .has-warning.radio-inline label,
    .has-warning.checkbox-inline label {
        color: #8a6d3b;
    }

    .has-warning .form-control {
        border-color: #8a6d3b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        .has-warning .form-control:focus {
            border-color: #66512c;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        }

    .has-warning .input-group-addon {
        color: #8a6d3b;
        border-color: #8a6d3b;
        background-color: #fcf8e3;
    }

    .has-warning .form-control-feedback {
        color: #8a6d3b;
    }

    .has-error .help-block,
    .has-error .control-label,
    .has-error .radio,
    .has-error .checkbox,
    .has-error .radio-inline,
    .has-error .checkbox-inline,
    .has-error.radio label,
    .has-error.checkbox label,
    .has-error.radio-inline label,
    .has-error.checkbox-inline label {
        color: #a94442;
    }

    .has-error .form-control {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        .has-error .form-control:focus {
            border-color: #843534;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        }

    .has-error .input-group-addon {
        color: #a94442;
        border-color: #a94442;
        background-color: #f2dede;
    }

    .has-error .form-control-feedback {
        color: #a94442;
    }

    .has-feedback label ~ .form-control-feedback {
        top: 25px;
    }

    .has-feedback label.sr-only ~ .form-control-feedback {
        top: 0;
    }

    .help-block {
        display: inline-block;
        color: #737373;
    }

    a.text-success:hover {
        color: #2b542c;
    }

    .text-info {
        color: #31708f;
    }

    a.text-info:hover {
        color: #245269;
    }

    .text-warning {
        color: #8a6d3b;
    }

    a.text-warning:hover {
        color: #66512c;
    }

    .text-danger {
        color: #a94442;
    }

    a.text-danger:hover {
        color: #843534;
    }

    #verifyName {
        display: none;
    }
    /*#ebrow {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
}
.footer .container img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}*/
    @media (max-width: 768px) {
        #ebRow div.imgContainer {
            display: none;
        }
    }

    /*.flexColumn {
    height: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 0px;
}

.flexColumn li {
    padding-right: 20px;
}*/
    .virtualTour-list {
        padding: 2px 0 0 0;
    }

        .virtualTour-list li {
            padding: 0 15px 5px 0;
            display: block;
        }

            .virtualTour-list li div {
                padding: 0;
                display: block;
            }

            .virtualTour-list li h3 {
                padding: 4px 0 4px 8px;
                margin: 4px 0 2px 0;
                color: #ffffff;
                font-weight: 400;
                font-size: 1.2em;
            }

    #howto-page h2 {
        padding: 15px 15px 2px 0 !important;
        font-size: 1.4em;
        font-weight: bold;
        color: #444444;
        font-family: 'Playfair Display', serif;
    }

    #howto-page {
        padding: 0;
    }

    .virtualTour-list li a {
        color: #444444;
        padding: 3px 0 3px 15px;
        font-size: 1.1em;
        display: block;
    }

        .virtualTour-list li a span {
            padding: 2px 0 0 4px;
        }

        .virtualTour-list li a:hover {
            background-color: #dddddd;
        }
    /*.tourPlaza {
    background-color: #E5A1C8;
}
.tourLocalscapes {
    background-color: #EFC465
}
.tourDesign {
    background-color: #ADAC90
}
.tourIrrigation {
    background-color: #908CA7
}
.tourMaintenance {
    background-color: #C4878E
}
.tourGarden {
    background-color: #797774
}*/
    .iconContainer {
        height: 22px;
        width: 18px;
    }

    .btn-custom {
        background-color: #fff;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border-color: #ccc !important;
        border: 1px solid;
        border-radius: 4px;
    }

        .btn-custom i {
            padding-right: 5px;
            color: #000;
        }

    .bg-red {
        background-color: #8A0E1B;
    }

    .bg-blue {
        background-color: #507F9E;
    }

    .bg-green {
        background-color: #5A5821;
    }

    .bg-gold {
        background-color: #E78C21;
    }
.bg-purple {
    background-color: #21194E;
}

    /* =Portfolio Page elements
-------------------------------------------------------------- */
    ul.portfolio_filters {
        margin: 15px 0 0 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        ul.portfolio_filters li {
            display: inline-block;
        }

            ul.portfolio_filters li a {
                display: block;
                padding: 3px 16px;
                margin: 0 3px 6px 3px;
                text-transform: uppercase;
                color: #ffffff;
                position: relative;
            }

                ul.portfolio_filters li a.active:after {
                    top: 100%;
                    left: 50%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(59, 113, 159, 0);
                    border-width: 6px;
                    margin-left: -6px;
                }

                ul.portfolio_filters li a:hover,
                ul.portfolio_filters li a:active {
                    text-decoration: none;
                }

                    ul.portfolio_filters li a:hover:after,
                    ul.portfolio_filters li a:active:after {
                        top: 100%;
                        left: 50%;
                        border: solid transparent;
                        content: " ";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                        border-color: rgba(59, 113, 159, 0);
                        border-width: 6px;
                        margin-left: -6px;
                    }

                ul.portfolio_filters li a.bg-red:hover:after,
                ul.portfolio_filters li a.bg-red.active:after {
                    border-top-color: #8A0E1B;
                }

                ul.portfolio_filters li a.bg-blue:hover:after,
                ul.portfolio_filters li a.bg-blue.active:after {
                    border-top-color: #507F9E;
                }

                ul.portfolio_filters li a.bg-green:hover:after,
                ul.portfolio_filters li a.bg-green.active:after {
                    border-top-color: #5A5821;
                }

                ul.portfolio_filters li a.bg-gold:hover:after,
                ul.portfolio_filters li a.bg-gold.active:after {
                    border-top-color: #E78C21;
                }

            ul.portfolio_filters li .active a,
            ul.portfolio_filters li .active a:hover {
                border-bottom: solid 1px #8A0E1B;
            }

    .portfolio_strict .portfolio_item {
        text-align: center;
        padding: 0px;
        overflow: hidden;
        margin-bottom: 24px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
    }

        .portfolio_strict .portfolio_item a:hover figcaption h2 {
            transform: translateY(20px);
            -ms-transform: translateY(20px);
            -webkit-transform: translateY(20px);
            color: #fff;
        }

        .portfolio_strict .portfolio_item a:hover figcaption p {
            transition-timing-function: ease-out;
            -webkit-transition-timing-function: ease-out;
            transform: translateY(0px);
            -ms-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            opacity: 1;
            transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            transition: opacity 0s, transform 0.3s;
            transition-delay: 0.05s;
            -ms-transition-delay: 0.05s;
            -webkit-transition-delay: 0.05s;
            color: #fff;
            font-weight: 400;
        }

        .portfolio_strict .portfolio_item a:hover figure .view_button {
            transition-timing-function: ease-out;
            -webkit-transition-timing-function: ease-out;
            transform: translateY(0);
            -webkit-transform: translateY(0);
        }

        .portfolio_strict .portfolio_item figure {
            height: 230px;
            position: relative;
            overflow: hidden;
            margin: 0px;
            background: #fff;
            background: no-repeat center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            border: solid 0px #fff;
        }

            .portfolio_strict .portfolio_item figure svg {
                position: absolute;
                top: -1px;
                /* fixes rendering issue in FF */
                left: 0px;
                z-index: 10;
                width: 100%;
                height: 100%;
            }

                .portfolio_strict .portfolio_item figure svg path {
                    fill: #000;
                    fill-opacity: 0.5;
                    -webkit-transition: all 500ms linear;
                    -o-transition: all 500ms linear;
                    transition: all 500ms linear;
                }

            .portfolio_strict .portfolio_item figure figcaption {
                position: absolute;
                top: 0;
                z-index: 11;
                padding: 0px;
                width: 100%;
                height: 100%;
                text-align: center;
                backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
            }

                .portfolio_strict .portfolio_item figure figcaption h2 {
                    margin: 0px 0 20px 0;
                    color: #fff;
                    font-weight: 300;
                    font-size: 15px;
                    transition: transform 0.3s;
                    backface-visibility: hidden;
                    -webkit-backface-visibility: hidden;
                    timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
                    -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
                }

                .portfolio_strict .portfolio_item figure figcaption p {
                    padding: 10px 20px;
                    color: #aaa;
                    font-weight: 300;
                    font-size: 13px;
                    transform: translateY(-10px);
                    -webkit-transform: translateY(-10px);
                    backface-visibility: hidden;
                    -webkit-backface-visibility: hidden;
                    timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
                    -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
                    opacity: 0;
                }

                    .portfolio_strict .portfolio_item figure figcaption p.safari {
                        background-color: rgba(0, 0, 0, 0.5);
                    }

                .portfolio_strict .portfolio_item figure figcaption .view_button {
                    position: absolute;
                    padding: 4px 20px;
                    border: none;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    font-weight: bold;
                    -webkit-transition: -webkit-opacity 0.3s, -webkit-transform 0.3s;
                    transition: opacity 0.3s, transform 0.3s;
                    backface-visibility: hidden;
                    -webkit-backface-visibility: hidden;
                    bottom: 0;
                    left: 0;
                    padding: 15px;
                    width: 100%;
                    background: #8A0E1B;
                    color: #fff;
                    font-weight: 300;
                    transform: translateY(100%);
                    -webkit-transform: translateY(100%);
                    timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
                    -webkit-animation-timing-function: cubic-bezier(0.25, 0.25, 0.115, 1.445);
                }

        .portfolio_strict .portfolio_item .portfolio_description {
            padding: 20px 0 14px 0px;
            margin-bottom: 20px;
            border-bottom: solid 1px #ccc;
        }

            .portfolio_strict .portfolio_item .portfolio_description a {
                color: #8A0E1B;
            }

            .portfolio_strict .portfolio_item .portfolio_description h3 {
                margin: 0;
                padding: 0 0 6px 0;
                font-size: 15px;
                line-height: 20px;
                font-weight: 600;
            }

            .portfolio_strict .portfolio_item .portfolio_description p {
                margin: 0;
                padding: 0;
                font-size: 10px;
                color: #888888;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

    .design_section .portfolio_item {
        height: 330px;
    }

    .portfolio_slider_wrapper {
        padding: 0px 0;
    }

        .portfolio_slider_wrapper #portfolio_slider .container a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .portfolio_slider_wrapper #carousel {
            padding: 10px 0;
            margin: 0 0 10px 0;
        }

            .portfolio_slider_wrapper #carousel ul.slides li {
                height: 140px;
                overflow: hidden;
                margin-right: 10px;
            }

    .portfolio_details h2.fancy.section_header {
        text-align: left;
    }

    .p-1 {
        padding: 5px;
    }

    .p-2 {
        padding: 10px;
    }

    .p-3 {
        padding: 15px;
    }

    .plr-1 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .plr-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .plr-3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ptb-1 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .ptb-2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ptb-3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pb-1 {
        padding-bottom: 5px;
    }

    .pb-2 {
        padding-bottom: 10px;
    }

    .pb-3 {
        padding-bottom: 15px;
    }

    .pl-0 {
        padding-left: 0px;
    }

    .pr-0 {
        padding-right: 0px;
    }

    .pl-1 {
        padding-left: 5px;
    }

    .pr-1 {
        padding-right: 5px;
    }

    .pl-2 {
        padding-left: 10px;
    }

    .pr-2 {
        padding-right: 10px;
    }

    .pt-1 {
        padding-top: 5px;
    }

    .pt-2 {
        padding-top: 10px;
    }

    .pt-3 {
        padding-top: 15px;
    }

    div#loading {
        display: none;
        font-size: x-large;
    }

    a.noLinkStyle {
        color: #333;
    }

        a.noLinkStyle:hover {
            color: #333;
        }

    div.recordCount {
        padding: 1px;
        font-size: large;
        line-height: 0px;
    }

    #photoRules {
        list-style: disc;
    }

    #bs-example-navbar-collapse-1 {
        margin-right: 0;
        padding-right: 0;
    }