@import url("/app/webroot/userfiles/341/File/site.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Roboto+Slab:300,400");
.dropdown-menu li a:hover {
  background-color: #838383; }

.form-control::-webkit-input-placeholder {
  color: black; }

.form-control:-moz-placeholder {
  color: black; }

.form-control::-moz-placeholder {
  color: black; }

.form-control:-ms-input-placeholder {
  color: black; }

.form-control::placeholder {
  color: black; }

.page-header {
  display: none; }

.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
  z-index: 1000; }

.headroom--unpinned {
  top: -100px; }

.headroom--pinned {
  top: 0; }

.hero-boxes {
  position: absolute;
  bottom: 0;
  width: 100%; }

.hero-boxes ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none; }

.hero-boxes ul li {
  width: 25%;
  border: 1px solid white;
  background-color: black;
  color: white;
  padding: 0;
  min-height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center; }

.btn-default {
  border: 1px solid black !important; }

.pt-sizer {
  display: none; }

div#collapseExample {
  position: absolute;
  right: 5px;
  top: 40px; }

/*
*
*
*
    WHEN CLONING THIS SAPLING, REMEMBER TO UPDATE THE URLS TO THE ASSETS IN THE FILE MANAGER
    IT'S IMPORTANT TO UPDATE THE URL TO THIS WH

*
*
*/
/*     NAVIGATION - TOPBAR #pt-topbar:     */
/*    SIDR.js   SIDE MENU    */
/* 
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
*

    ########  ########         ########  #######  ########  ########     ###    ########  
    ##     ##    ##               ##    ##     ## ##     ## ##     ##   ## ##   ##     ## 
    ##     ##    ##               ##    ##     ## ##     ## ##     ##  ##   ##  ##     ## 
    ########     ##    #######    ##    ##     ## ########  ########  ##     ## ########  
    ##           ##               ##    ##     ## ##        ##     ## ######### ##   ##   
    ##           ##               ##    ##     ## ##        ##     ## ##     ## ##    ##  
    ##           ##               ##     #######  ##        ########  ##     ## ##     ## 

    NAVIGATION - TOPBAR #pt-topbar:
*
* 
*/
/* 
$quick-contact-height:3em;
$quick-contact-bg: #e1e1e1;

$nav-bgcolor: rgba(0,0,0,0.9);
// $nav-bgcolor: rgba($pt-color-primary ,0.9);


$nav-btn-highlight: $pt-color-highlight;
 
$sitenav-height: 80;
 */
#pt-topbar {
  background-color: transparent;
  background-color: rgba(60, 74, 38, 0.2); }
  #pt-topbar.bg-solid {
    background-color: rgba(60, 74, 38, 0.9) !important; }
  #pt-topbar.is-fixed-top {
    position: fixed;
    top: 0; }
  #pt-topbar .has-quick-contact {
    top: 3em; }
  .has-quick-contact #pt-topbar.is-fixed-top {
    top: 3em; }
  #pt-topbar.nav-is-open {
    background-color: rgba(60, 74, 38, 0.9); }
  @media screen and (min-width: 768px) {
    #pt-topbar #navbar ul.nav > li a {
      height: 120px;
      line-height: 96px; } }
  #pt-topbar .navbar-header .navbar-toggle {
    color: white;
    background-color: #FFB400; }
    #pt-topbar .navbar-header .navbar-toggle:hover, #pt-topbar .navbar-header .navbar-toggle:focus {
      color: white;
      background-color: #ffbc1a; }
  #pt-topbar #navbar li > a {
    border: 1px solid transparent; }
    #pt-topbar #navbar li > a:hover {
      background-color: rgba(255, 180, 0, 0.5); }
    #pt-topbar #navbar li > a.active {
      background-color: #FFB400; }
  #pt-topbar #navbar li.open > a {
    background-color: #FFB400; }
  #pt-topbar #navbar li.active a {
    background-color: #FFB400; }
  #pt-topbar .dropdown-menu {
    background-color: rgba(60, 74, 38, 0.98); }

.pt-quick-contact {
  height: 3em;
  background-color: #e1e1e1; }
  .pt-quick-contact h1, .pt-quick-contact h2, .pt-quick-contact h3, .pt-quick-contact h4, .pt-quick-contact h5, .pt-quick-contact h6 {
    color: #fdf6ee; }
  .pt-quick-contact .social-media-icons li a {
    color: white;
    background-color: #3C4A26; }
    .pt-quick-contact .social-media-icons li a:hover, .pt-quick-contact .social-media-icons li a:focus {
      color: white;
      background-color: #FFB400; }

/* 
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
* 
    
     ######  #### ########  ########     ########     ###    ########  
    ##    ##  ##  ##     ## ##     ##    ##     ##   ## ##   ##     ## 
    ##        ##  ##     ## ##     ##    ##     ##  ##   ##  ##     ## 
     ######   ##  ##     ## ########     ########  ##     ## ########  
          ##  ##  ##     ## ##   ##      ##     ## ######### ##   ##   
    ##    ##  ##  ##     ## ##    ##     ##     ## ##     ## ##    ##  
     ######  #### ########  ##     ##    ########  ##     ## ##     ## 

    SIDR.js   SIDE MENU 
*
*
*
*
* 
*/
/* 
// Colors
$sidr-background: $pt-color-primary;
$sidr-text-color: #fff;

// Width
$sidebar-width: 300px;
$sidebar-width-neg: -$sidebar-width;

$sidr-cover-color: rgba(0,0,0,0.8);

$sidr-topbar-height: 70px;
 */
#sidr-topbar {
  background-color: #3C4A26; }
  .js #sidr-topbar {
    height: 70px; }

#sidr-menu-btn {
  background-color: #212815;
  width: 70px;
  height: 70px; }
  #sidr-menu-btn:hover, #sidr-menu-btn:focus {
    text-decoration: none;
    background-color: black; }

#sidr-close-btn {
  right: 300px;
  height: 70px;
  width: 70px;
  background-color: #212815; }
  #sidr-close-btn:hover, #sidr-close-btn:focus {
    background-color: black; }

#pt-sidr {
  background-color: #3C4A26; }
  #pt-sidr a {
    color: white; }
    #pt-sidr a:hover, #pt-sidr a:focus {
      color: blue; }
  #pt-sidr .contact-links {
    min-height: 70px; }
    #pt-sidr .contact-links a:hover, #pt-sidr .contact-links a:focus {
      background-color: #212815; }
  #pt-sidr .caret {
    border-top-color: #fff; }
  #pt-sidr nav ul {
    border-top: 1px solid #212815;
    border-bottom: 1px solid #576c37; }
    #pt-sidr nav ul li {
      border-top: 1px solid #576c37;
      border-bottom: 1px solid #212815; }
      #pt-sidr nav ul li:hover {
        background-color: #212815; }
        #pt-sidr nav ul li:hover ul {
          background-color: #212815; }
          #pt-sidr nav ul li:hover ul li {
            background-color: #212815; }
            #pt-sidr nav ul li:hover ul li:hover {
              background-color: #13170c; }
      #pt-sidr nav ul li ul li:last-child {
        border-bottom: 0; }
  #pt-sidr a {
    color: #fff; }
  #pt-sidr ul ul {
    background-color: #2e391d; }
    #pt-sidr ul ul ul {
      background-color: #262f18; }

.sidr-cover {
  background-color: rgba(0, 0, 0, 0.8); }

#sidr-topbar nav ul {
  background-color: #3C4A26; }
  #sidr-topbar nav ul ul {
    background-color: #262f18; }
    #sidr-topbar nav ul ul ul {
      background-color: #212815; }
  #sidr-topbar nav ul li a {
    color: #fff; }

/* 
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
*

    ########   #######   #######  ########  ######  ######## ########     ###    ########  
    ##     ## ##     ## ##     ##    ##    ##    ##    ##    ##     ##   ## ##   ##     ## 
    ##     ## ##     ## ##     ##    ##    ##          ##    ##     ##  ##   ##  ##     ## 
    ########  ##     ## ##     ##    ##     ######     ##    ########  ##     ## ########  
    ##     ## ##     ## ##     ##    ##          ##    ##    ##   ##   ######### ##        
    ##     ## ##     ## ##     ##    ##    ##    ##    ##    ##    ##  ##     ## ##        
    ########   #######   #######     ##     ######     ##    ##     ## ##     ## ##        

    BOOTSTRAP BUTTON / LINK / NAV STYLES
*
*
*
*
 */
a {
  color: #3C4A26; }
  a:hover, a:focus {
    color: #576c37; }

.btn-primary {
  color: #fff;
  background-color: #3C4A26; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #3C4A26;
    background-color: #ebebea;
    border-color: #3C4A26; }

.nav-pills > li > a {
  border: 1px solid #3C4A26; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3C4A26; }

ul.nav li.active a {
  color: white;
  background-color: #3C4A26; }
  ul.nav li.active a:hover, ul.nav li.active a:focus, ul.nav li.active a:active, ul.nav li.active a:focus {
    color: white;
    background-color: #FFB400; }
ul.nav li a {
  color: #3C4A26; }
  ul.nav li a:hover, ul.nav li a:focus, ul.nav li a:active, ul.nav li a:focus {
    color: white;
    background-color: #3C4A26; }

/* 
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*
*


########  ########     ##    ##    ###    ##     ## ########     ###    ########  
##     ##    ##        ###   ##   ## ##   ##     ## ##     ##   ## ##   ##     ## 
##     ##    ##        ####  ##  ##   ##  ##     ## ##     ##  ##   ##  ##     ## 
########     ##        ## ## ## ##     ## ##     ## ########  ##     ## ########  
##           ##        ##  #### #########  ##   ##  ##     ## ######### ##   ##   
##           ##    ### ##   ### ##     ##   ## ##   ##     ## ##     ## ##    ##  
##           ##    ### ##    ## ##     ##    ###    ########  ##     ## ##     ##
    
    BASIC NAVBAR
*
*
*
*
 */
.pt-navbar {
  background-color: #fff; }
  .pt-navbar li a {
    color: #3C4A26; }
    .pt-navbar li a:hover, .pt-navbar li a:focus, .pt-navbar li a:active, .pt-navbar li a:focus {
      color: #fff;
      background-color: #3C4A26; }
  .pt-navbar li.active a {
    color: #fff;
    background-color: #3C4A26; }
    .pt-navbar li.active a:hover, .pt-navbar li.active a:focus, .pt-navbar li.active a:active, .pt-navbar li.active a:focus {
      color: #fff;
      background-color: #212815; }

@media screen and (min-width: 768px) {
  #sidr-topbar {
    padding: 0 30px; } }
/*fonts*/
body {
  color: #6e6c6d;
  font-family: 'Roboto Slab', serif; }

#sidr-topbar nav ul li a {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif; }

#sidr-topbar .logoholder {
  margin: 0; }

#sidr-topbar .logoholder img {
  width: 100px; }

#sidr-topbar .logoholder div {
  float: right; }

#map {
  height: 500px; }

.news .content-container {
  padding: 20px 20px; }

.pseudo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600; }

.pseudo::before {
  background: #333;
  content: "";
  height: 1px;
  margin-right: 0.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1px;
  -moz-box-flex: 1;
  flex: 1 1 1px; }

.pseudo::after {
  background: #333;
  content: "";
  height: 1px;
  margin-left: 0.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1px;
  -moz-box-flex: 1;
  flex: 1 1 1px; }

.js #sidr-topbar {
  height: 110px; }

.js #sidr-topbar nav {
  padding-top: 45px; }

/*footer*/
footer {
  color: white;
  clear: both;
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif; }
  footer a {
    color: white; }
  footer ul {
    padding: 0;
    list-style: none; }
  footer hr {
    border: none;
    border-top: white 1px solid;
    margin: 0.2em 0 !important; }

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.footer-links > div {
  padding: 10px; }

.footer-logos img {
  height: 55px;
  width: auto; }

/*service boxes*/
@media screen and (min-width: 768px) {
  .service-columns > div {
    border-right: 1px solid black; }

  .service-columns > div:last-child {
    border: 0; } }
@media screen and (min-width: 768px) {
  .faq-panel {
    padding: 5em; } }
/*icons*/
img[src$=".svg"] {
  max-width: 70px;
  height: auto; }

/**side nav **/
.about-sidebar {
  padding-top: 20px; }

.about-sidebar ul.nav li.active a {
  background-color: transparent;
  color: #3C4A26;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif; }

.about-sidebar ul.nav li.active a:hover {
  background-color: #F5F5F5; }

.bs-sidenav > .active > a {
  display: none; }

.home .pt-homeplate {
  height: 25vh; }

/*request a proposal button */
.proposal-button a {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #FFB400 !important;
  position: absolute; }

.proposal-button {
  color: #FFB400;
  border: 1px solid white;
  cursor: pointer;
  -webkit-transition: background-color 0.7s ease 0s;
     -moz-transition: background-color 0.7s ease 0s;
          transition: background-color 0.7s ease 0s;
  position: relative; }

.proposal-button:hover {
  background-color: #3C4A26;
  -webkit-transition: background-color 0.7s ease 0s;
     -moz-transition: background-color 0.7s ease 0s;
          transition: background-color 0.7s ease 0s; }

/** home page buttons **/
.home-buttons {
  cursor: pointer; }

.home-buttons:hover {
  background-color: #3C4A26;
  -webkit-transition: background-color 0.7s ease 0s;
     -moz-transition: background-color 0.7s ease 0s;
          transition: background-color 0.7s ease 0s; }

.home-buttons figure {
  position: relative; }

.home-buttons figure a {
  color: white;
  position: absolute;
  height: 100%;
  width: 100%; }

.home-buttons h4 {
  font-size: 1.1em; }

.pt-ab-txt {
  padding: 0; }

/*contact form*/
.recaptcha_panel .form-group {
  float: right;
  padding-right: 2em; }

.form-row {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.contact-us textarea {
  width: 100% !important; }

.contact-us .form-col {
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  padding: 2em;
  padding-bottom: 0; }

.contact-us .form-group .btn {
  float: right;
  margin-right: 2em; }

@media screen and (min-width: 768px) {
  .contact-us .form-col {
    -webkit-flex-basis: 50%;
            flex-basis: 50%; } }
.form-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  padding-right: 10px; }

.recaptcha_panel .form-group {
  float: none; }

.contact-us .recaptcha_panel .form-group {
  float: right; }

textarea {
  width: 100% !important; }

.pt-homeplate-headline {
  width: auto;
  padding: 0 5rem;
  background-color: rgba(60, 74, 38, 0.8); }

.full-width .is-wrapper > .is-section:first-child h1 {
  padding: 1rem 5rem;
  background-color: rgba(60, 74, 38, 0.8);
  display: inline-block; }

.full-width .is-wrapper > .is-section:first-child .display {
  text-align: center; }

legend {
  text-transform: uppercase;
  font-weight: 500; }

/* fixed floating - footer */
.floating-footer {
  Position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 0 2em;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }

.floating-footer ul {
  padding: 0 20px; }

.floating-footer .dropdown-menu {
  right: 0;
  left: auto;
  -moz-box-shadow: none;
       box-shadow: none;
  margin-bottom: 5px; }

.floating-footer .nav .open > a {
  background-color: #ccc; }

.home .floating-footer {
  display: none; }

.home footer {
  margin-bottom: 0; }

footer {
  margin-bottom: 40px; }

.update-address .form-row2 .form-col:last-child {
  margin-left: 10px;
  border-left: 1px dotted grey;
  padding-left: 2em; }

table.rg-table {
  margin: 0 0 1em 0;
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0; }

table.rg-table thead {
  border-bottom: 1px solid rgba(195, 195, 197, 0.3); }

table.rg-table th {
  font-weight: bold;
  padding: 0.5em;
  font-size: 0.85em;
  line-height: 1.4; }

.rg-source-and-credit {
  width: 100%;
  overflow: hidden;
  margin-top: 1em; }

.rg-container {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 1em 0;
  color: #1a1a1a; }

table.rg-table tr {
  border-bottom: 1px solid rgba(195, 195, 197, 0.3);
  color: #222; }

table.rg-table td img {
  height: 100px;
  width: auto !important;
  max-width: 100%; }

.nav-badge {
  display: none; }

@media screen and (min-width: 1200px) {
  .nav-badge {
    display: block; } }
.contact-us label.control-label, .modal label.control-label {
  display: none; }

.btn-white {
  background-color: white;
  font-size: 0.8em !important;
  padding: 3px 8px !important;
  margin: 0 5px;
  color: #3C4A26 !important; }

.btn-red {
  background-color: red;
  font-size: 0.8em !important;
  padding: 23px 8px 3px !important;
  margin: 0 5px;
  color: white !important;
  text-transform: uppercase; }

.quick-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  position: relative; }

.quick-buttons a {
  color: #3C4A26; }

@media screen and (min-width: 300px) and (max-width: 767px) {
  .mobile-hidden {
    display: none; }

  li.mobile-hidden {
    display: none !important; }

  .homeowner .column.fourth {
    height: 100%; } }
.homeowner .all {
  color: white; }

.pt-homeplate-bg {
  -moz-background-size: cover !important;
       background-size: cover !important;
  background-repeat: no-repeat; }

.caret {
  border-top: 4px solid #fff; }

.service-options {
  list-style: none;
  padding: 0;
  width: 100%; }

.service-options li {
  width: 100%; }

.service-options li a {
  display: block;
  cursor: pointer;
  border: 1px solid white;
  padding: 15px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-top: 0;
  color: white; }

.service-options li a:hover {
  background-color: lightgray;
  text-decoration: none;
  color: black; }

.team-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.team-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

@media screen and (min-width: 768px) {
  .team-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-basis: 33%;
            flex-basis: 33%;
    padding: 10px; } }
@media screen and (min-width: 992px) {
  .team-single {
    -webkit-flex-basis: 20%;
            flex-basis: 20%; }

  .team-detail-image {
    -webkit-flex-basis: 20%;
            flex-basis: 20%;
    padding-right: 20px; }

  .team-detail {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; }

  .team-detail-bio {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    padding-right: 20px; }

  .is-bg-grey.team-detail-form {
    -webkit-flex-basis: 30%;
            flex-basis: 30%;
    width: 100%;
    padding: 2em; } }
.team-detail-form {
  width: 100%;
  padding: 1em; }

.team-detail-form .form-col {
  width: 100%; }

.team-detail-form .form-group {
  margin-bottom: 0; }

.team-detail-form .form-control {
  width: 100%; }

.team-detail-form textarea {
  width: 100% !important; }

.team-single-image {
  width: 100%; }

.team-single-info {
  text-align: center; }

.team-non-leadership .btn.btn-default.bio-detais {
  display: none; }

.listNav,
.ln-letters {
  overflow: hidden;
  display: inline-block;
  width: auto; }

.listNavHide {
  display: none; }

.listNavShow {
  display: list-item; }

.letterCountShow {
  display: block; }

.ln-letters a {
  font-size: 1.2em;
  display: block;
  float: left;
  padding: .2em .4em;
  border: 1px solid silver;
  border-right: none;
  text-decoration: none;
  text-transforma: uppercase; }

.ln-letters .ln-last {
  border-right: 1px solid silver; }

.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea; }

.ln-letters .ln-disabled {
  color: #ccc; }

.ln-letter-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.35;
  color: #336699;
  display: none; }

/*# sourceMappingURL=listnav.css.map */
/* Community page detail */
.community-detail.community-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  /*margin: 1em;
  padding: 1em;*/ }

.community-flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
     -moz-box-flex: 1;
          flex: 1 0 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 300px; }

.community-flex-item > div {
  margin: 0;
  /*border: 1em solid transparent;
  padding: 1em;*/
  height: 100%;
  width: 100%; }

/*.community-flex-item>div>div {
    margin: 0;
    height: 100%;
    width: 100%;
}*/
/*.community-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.community-detail>div {
    min-height: 300px;
    flex-basis: 50%;
    flex-grow: 1;
}*/
/* IE10+ flex fix: */
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .community-detail>div {
        flex: 0;
        min-width: 50%;
    }
}*/
.community-image {
  /*min-width: 400px;*/
  min-height: 300px;
  background-color: #F5F5F5; }

.community-web-login {
  padding: 2em;
  background-color: #EAEAEA; }

.community-contacts {
  background-color: #BFD09F;
  padding: 2em; }

.community-web-map {
  overflow: hidden; }

.community-web-map #map {
  height: 100%;
  width: 100%; }

#communitiesList {
  list-style: none;
  padding: 0;
  margin: 0; }

#communitiesList li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

#communitiesList li ul li {
  padding: .5em 1em;
  margin: .2em .2em;
  border: 1px solid #314A22;
  background-color: #BFD09F; }

#communitiesList li ul li a {
  text-transform: uppercase; }

#communitiesList-nav {
  text-align: center;
  width: 100%;
  margin-top: 2em; }

.homeowner #communitiesList-nav {
  display: none; }

.homeowner #communitiesList-nav a {
  color: #3C4A26; }

/* Community page detail */
.community-detail.community-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  /*margin: 1em;
  padding: 1em;*/ }

.community-flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
     -moz-box-flex: 1;
          flex: 1 0 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 300px;
  min-width: 300px; }

.community-flex-item > div {
  margin: 0;
  /*border: 1em solid transparent;
  padding: 1em;*/
  height: 100%;
  width: 100%; }

/*.community-flex-item>div>div {
    margin: 0;
    height: 100%;
    width: 100%;
}*/
/*.community-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.community-detail>div {
    min-height: 300px;
    flex-basis: 50%;
    flex-grow: 1;
}*/
/* IE10+ flex fix: */
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .community-detail>div {
        flex: 0;
        min-width: 50%;
    }
}*/
.community-image {
  /*min-width: 400px;*/
  min-height: 300px;
  background-color: #F5F5F5; }

.community-web-login {
  padding: 2em;
  background-color: #EAEAEA; }

.community-web-login input {
  width: 100%; }

.community-contacts {
  background-color: #BFD09F;
  padding: 2em; }

.community-web-map {
  overflow: hidden; }

.community-web-map #map {
  height: 100%;
  width: 100%; }

.community-documents {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
     -moz-box-flex: 1;
          flex: 1 0 50%;
  padding: 3em; }

.testimonial-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  position: relative; }
  .testimonial-container div {
    width: 50%; }

.testimonial-container::after {
  content: '';
  position: absolute;
  left: 120px;
  bottom: -42px;
  background-image: url(/app/webroot/userfiles/341/File/img/testimonial-after.png);
  width: 64px;
  height: 42px; }

.testimonial-greenbox {
  padding: 2em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  color: white; }
  .testimonial-greenbox h3 {
    color: white; }

.testimonial-photobox {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1; }

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.testimonial {
  -webkit-box-flex: 3;
  -webkit-flex: 3 20em;
     -moz-box-flex: 3;
          flex: 3 20em;
  padding: 20px;
  position: relative;
  padding-left: 30px; }

.testimonial-slider {
  padding: 40px;
  position: relative;
  padding-left: 60px; }

.testimonial-slider::before {
  content: "\201C";
  position: absolute;
  font-size: 8em;
  top: 0;
  left: 10px;
  color: #968F55;
  font-family: 'Bilbo Swash Caps', cursive; }

.testimonials-container div:first-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
     -moz-box-flex: 0;
          flex: 0 1 100%;
  background-color: #EEEEEE;
  -moz-border-radius: 5px;
       border-radius: 5px;
  padding: 30px;
  margin-bottom: 10px; }

.testimonial::before {
  content: "\201C";
  position: absolute;
  font-size: 6em;
  top: 0;
  left: -10px;
  color: #ccc;
  font-family: 'Bilbo Swash Caps', cursive; }

@media (min-width: 768px) {
  .testimonial-button {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1000; } }
.flexslider {
  background: none;
  margin: 0;
  border: 0;
  border-left: 5px solid #968F55; }

q {
  quotes: "“" "”" "‘" "’"; }

q:before {
  content: open-quote; }

q:after {
  content: close-quote; }

 /*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
       transform: translate3d(0%, 0, 0); }

.modal.left .modal-content,
.modal.modal-right .modal-content {
  height: 100%;
  overflow-y: auto; }

.modal.left .modal-body,
.modal.modal-right .modal-body {
  padding: 15px 15px 80px; }

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.left.fade.in .modal-dialog {
  left: 0; }

/*Right*/
.modal.modal-right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.modal-right.fade.in .modal-dialog {
  right: 0; }

/* ----- MODAL STYLE ----- */
.modal-content {
  -moz-border-radius: 0;
       border-radius: 0;
  border: none; }

.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA; }

/* ----- v CAN BE DELETED v ----- */
.demo {
  padding-top: 60px;
  padding-bottom: 110px; }

.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  -moz-border-radius: 0;
       border-radius: 0;
  font-size: 16px;
  background-color: #FFFFFF; }

.btn-demo:focus {
  outline: 0; }

.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center; }

.demo-footer > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff; }

/* is proposal button */
.proposal-button-slider {
  position: absolute;
  z-index: 999;
  left: -100px;
  top: 30%;
  background-color: #3C4A26;
  color: white;
  border: 2px solid #FFB400;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
          transform: rotate(90deg); }

.content-container {
  margin-top: 110px; }

#sidr-topbar nav > ul > li:nth-child(4) {
  display: none; }

footer {
  margin-bottom: 40px; }

.module-blog-panel section {
  padding-top: 15px;
  margin-top: 0;
  border: 0; }

.post-attached-image {
  -moz-background-size: contain !important;
       background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top !important; }

.module-blog-panel .post .post-attached-image {
  float: left;
  margin-right: 20px; }

/*.module-blog-panel .post:nth-child(odd) .post-attached-image {*/
/*    float: left;*/
/*    margin-right: 20px;*/
/*}*/
.module-blog-panel .post header {
  /*text-align: center;*/
  width: 100%; }

/*.module-blog-panel .post:nth-child(odd) header {*/
/*    text-align: left;*/
/*    width: 100%;*/
/*}*/
.module-blog-panel .post:nth-child(even) {
  background-color: #F5F5F5;
  padding: 20px; }

.module-blog-panel-rss {
  display: none; }

.module-blog-panel .meta {
  border: 1px solid #E6E6E6;
  border-right: 0;
  border-left: 0;
  padding: 4px;
  font-style: italic; }

/***from home page styles ***/
/**** most recent general category blog post ****/
.post .img-thumbnail {
  height: auto;
  line-height: 1.42857;
  -webkit-transition: all 0.2s ease-in-out 0s;
     -moz-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
  max-width: 100%;
  display: inline-block;
  padding: 0;
  background-color: #FFF;
  border: 0;
  -moz-border-radius: 0;
       border-radius: 0; }

.post {
  display: block; }

.post-attached-image {
  width: 100%;
  min-height: 300px;
  height: auto; }

.post-summary {
  width: 100%;
  background-color: #B8B49A;
  padding: 10px; }

.post-summary h4 {
  text-transform: capitalize; }

.blog-home .post-summary h4 {
  font-weight: 700;
  font-size: 1.3em; }

@media (min-width: 768px) {
  .post-attached-image {
    width: 50%; }

  .post-summary {
    width: 50%;
    background-color: #B8B49A;
    padding: 50px; } }
/*** recent news blog posts ***/
/*.recent-news {*/
/*    display:-webkit-box;*/
/*    display:-webkit-flex;*/
/*    display:-ms-flexbox;*/
/*    display:flex;*/
/*    flex-wrap: wrap;*/
/*    margin: 40px auto;*/
/*}*/
/*.recent-news .post:first-child  {*/
/*  flex-basis: 100%;*/
/*}*/
@media (min-width: 768px) {
  /*.recent-news .post {*/
  /*    display: block;*/
  /*    width: 50%;*/
  /*}*/
  /*}*/
  /*.recent-news .post {*/
  /*    display:-webkit-box;*/
  /*    display:-webkit-flex;*/
  /*    display:-ms-flexbox;*/
  /*    display:flex;*/
  /*    -webkit-flex-wrap: wrap;*/
  /*    -ms-flex-wrap: wrap;*/
  /*        flex-wrap: wrap;*/
  /*}*/
  /*.recent-news .post:first-child {*/
  /*    margin-bottom: 20px;*/
  /*}*/
  /*.recent-news .post:first-child .post-attached-image {*/
  /*  width: 30%;*/
  /*  display: block;*/
  /*  height: auto;*/
  /*}*/
  /*.recent-news .post:first-child .post-summary {*/
  /*    width: 70%;*/
  /*    background-color: transparent;*/
  /*    padding: 50px;*/
  /*}*/
  .recent-news .post-summary {
    width: 100%;
    background-color: transparent;
    padding-left: 0; } }
/***adjust side column blog feature ***/
.side-column-blog-posts {
  font-size: 0.8em !important; }

.post-summary .post-meta i:nth-child(2) {
  display: none; }

.side-blog-search-title {
  display: none; }

.side-column-blog-archive h4 {
  display: none; }

.side-column-blog-posts .panel-default > .panel-heading {
  display: none; }
