/*
Theme Name: Vermont Timber Works 2019
Description: Custom theme for Vermont Timber Works - 2013 (updated 2016, ubermenu 3) - updated 2019 "the widening" and new blog
Version: 3.1.6
Author: Gabe Halberg / Dadra Design
Author URI: http://www.dadradesign.com
*/
/**/

* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear {
    clear: both;
    line-height: 0;
    margin: 0;
    padding: 0;
}

a {text-decoration: none;}
a:focus {outline: none;}

input, textarea {
    outline: none !important; /*for webkit*/
    -webkit-appearance: none !important; /*disable ios default styling*/
}


/*
--------------------------------------------------------
BASE STYLES AND SMALL SCREENS ::: 305px-479px ::: mobile first
(see media queries below for other size screens)
--------------------------------------------------------
*/

html.jPanelMenu {
    overflow-x: visible !important; /* fix double vertical scrollbar issue created by jpanelmenu */
    /*background: url(images/bkgnd.jpg);*/
}
body {
    /*background: url(images/bkgnd.jpg);*/
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}


/*  header
==================================================*/

header {
    /* hide header on small screen and use shift-nav toggle bar instead (see styles below) */
    position: absolute;
    top: auto;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*** shiftnav toggle bar & menu (small screen header & off-canvas nav) ***/
#shiftnav-toggle-main {
    height: 55px;
    padding: 0 !important;
    font-size: 19px !important;
    color: #767742 !important;
    background: url(images/small-screen-header-bkgnd.jpg) repeat-x !important;
    border-bottom: 1px solid #d8d5be !important;
}

.shiftnav-main-toggle-content {
    padding: 0 !important;
}

/* toggle bar logo */
.shiftnav-main-toggle-content a {
    display: block;
    width: 110px;
    height: 55px;
    background: url(images/logo.jpg) no-repeat;
    background-size: 110px 55px;
    text-indent: -9999px;
}

/* toggle bar search & contact wrap */
.shiftnav-main-toggle-content-after {
    border-left: 1px solid #d0cdb0;
}

/* toggle bar search */
.shiftnav-searchbar-toggle {
    padding: 0 20px !important;
    height: 54px !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #d0cdb0;
    cursor: pointer;
}
.shiftnav-searchbar-toggle i {
    margin: 18px 0 0 0;
}

/* toggle bar contact */
.shiftnav-main-toggle-content-after a#contact {
    display: block;
    float: left;
    width: 58px;
    height: 54px;
    background: url(images/contact@2x.png) center center no-repeat;
    background-size: 16px 21px;
    border-right: 1px solid #d0cdb0;
    border-left: 1px solid #fff;
}

/* toggle bar menu button */
.shiftnav-toggle-burger {
    height: 54px;
    margin-left: 0 !important;
    font-size: 24px;
    line-height: 0 !important;
    border-left: 1px solid #fff;
}

/* off-canvas menu panel */

#shiftnav-main {
    font-family: "Source Sans Pro", sans-serif;
    background: #fff !important;
}
.shiftnav-menu-image {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}
.shiftnav-menu-image img {
    width: 110px;
}
ul.shiftnav-menu > li {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ccc !important;
}
ul.shiftnav-menu li.menu-item > .shiftnav-target {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: normal !important;
    font-size: 1.2em !important;
    color: #333 !important;
    text-transform: uppercase;
}
ul.shiftnav-menu li.menu-item > .shiftnav-target:hover {
    background: #ddd !important;
}
ul.shiftnav-menu ul.sub-menu {
    background: none !important;
}
ul.shiftnav-menu ul.sub-menu li a.shiftnav-target  {
    text-transform: none !important;
    color: #666 !important;
}
ul.shiftnav-menu ul.sub-menu li.current-menu-item a {
    background: none !important;
}


/*  global elements
==================================================*/

#page {
    clear: both;
    position: relative;
    padding: 20px 20px 60px 20px;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    color: #373800;
}
.hgroup {
    margin: 0 0 16px 0;
    font-size: 18px;
    letter-spacing: -0.1px;
    font-weight: 700;
}
.hgroup h1,
.hgroup h2,
.hgroup a {
    text-transform: uppercase;
}
.hgroup h1,
.hgroup a {
    font-size: 18px;
    color: #373800;
    letter-spacing: -0.1px;
}
.hgroup h2 {
    font-size: 15.5px;
    font-weight: normal;
}

p {margin: 0 0 20px 0}
a {text-decoration: none}

a#to-top {
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 10px 20px 10px 36px;
    color: #f2eedf;
    font-family: "Source Sans Pro";
    font-size: 14px;
    background: #4b5444 url(images/up-arrow.png) 16px 52% no-repeat;
}

/*images*/

img,
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption {
    max-width: 100%;
    height: auto;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
    border: 1px solid #ccc;
}
.alignleft,
.alignright {
    display: block;
    margin: 0 0 10px 0;
}
.aligncenter {
    display: block;
    margin: 20px auto;
}
.alignnone {
    margin: 0 0 20px 0;
}

.wp-caption {
    margin-bottom: 20px;
    border: 0;
}
.wp-caption img {
    border: 1px solid #ccc;
    max-width: 100%;
}
p.wp-caption-text {
    margin: 0 10px !important;
    text-align: center;
    font-weight: 300;
    font-size: .9em;
    color: #444;
}
p.wp-caption-text a {
    font-weight: 400;
}

/*video (fitvids plugin)*/
.fluid-width-video-wrapper {
    margin: 30px 0 40px 0;
}


/*  main content
==================================================*/

article {
    position: relative;
    margin: 0 0 30px 0;
}

/*text elements*/
article h2 {
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 19px;
    color: #51520d;
}
article h3 {
    margin: 0 0 5px 0;
    font-size: 19px;
    font-weight: 400;
}
article p {
    margin: 0 0 20px 0;
}
article a {
    color: #893500;
    font-weight: 600;
}
article a:hover {
    text-decoration: underline;
}


article ul,
article ol {
    margin: 0 0 30px 6%;
}
article ul li,
article ol li {
}
article ul ul,
article ol ol,
article ul ol,
article ol ul {
    margin: 10px 0 10px 8%;
}
article ul ul li,
article ol ul li {
    list-style-type: square;
}
article ol ol li,
article ul ol li {
    list-style-type: lower-alpha;
}

blockquote {
    margin: 0 0 30px 0;
    padding: 15px 20px 10px 20px;
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    background: rgba(220,208,153,0.2);
    border-left: 4px solid #808166;
}
blockquote p {
    margin: 0 0 10px 0;
}

/* "have a question?" button */
.question-button-link {
    display: inline-block;
    margin: 5px 0 20px 0;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    background: #8C8B5E;
    font-family: "Source Sans Pro", sans-serif;
    border-radius: 50px; -webkit-border-radius: 50px;
}
.question-button-link:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}


/*  aside
==================================================*/

aside {
    position: relative;
    margin: 10px 0 30px 0;
}
aside h2 {
    margin: 0 0 12px 0;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 19px;
    color: #51520d;
}
aside h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
aside a {
    color: #893500;
}
aside a:hover {
    text-decoration: underline;
}

/*  primary image links (columns)
==================================================*/

a.image-link {
    float: left;
    width: 47%;
    margin-bottom: 15px;
}
a.image-link:hover {
    text-decoration: none;
}
a.image-link:nth-child(odd) {
    margin-right: 15px;
}
a.image-link img {
    margin: 0 0 2px 0;
}
a.image-link h2 {
    margin: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #4d4e0b;
    line-height: 13px;
}


/*  social
==================================================*/

.social .label {
    display: inline-block;
    float: left;
    margin: 9px 5px 0 0;
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}
.social #follow,
.social #share {
    float: left;
}
.social a {
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    margin: 0 5px 10px 0;
}
.social a#facebook {
    background: url(images/facebook.png) no-repeat;
}
.social a#twitter {
    background: url(images/twitter.png) no-repeat;
}
.social a#linked-in {
    background: url(images/linked-in.png) no-repeat;
}
.social a#pinterest {
    background: url(images/pinterest.png) no-repeat;
}
.social a#youtube {
    background: url(images/youtube.png) no-repeat;
}
.social a#houzz {
    background: url(images/houzz.png) no-repeat;
    margin-right: 16px;
}

/*addthis share*/
#share {
    position: relative;
    margin-right: 30px;
    display: none;
}
#share a.addthis_button { /*heavy-handed hack to position the button where we want it*/
    position: absolute;
    margin-left: 34px;
    background: url(images/share.png) no-repeat;
}
#share a.addthis_button img { /*hide auto-generated addthis image...display:none made it freak out*/
    visibility: hidden;
}


/*  home
==================================================*/

.home article {
    margin: 0 0 12px 0;
}
.home #home-img-links {
    margin: 0 0 10px 0;
}
.home #home-additional-content {
    margin: 0 0 30px 0;
}
.home #home-additional-content h2 {
    margin: 10px 0;
}

.home aside {
    margin: 10px 0 40px 0;
}

#home-welcome {
    margin: 0 0 20px 0;
    padding: 15px 15px 6px 15px;
    font-size: 13px;
    background: #e5ddba;
}
.home aside h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-family: "PT Sans Narrow";
    color: #5f6026;
    text-decoration: none !important;
}
#home-welcome p {
    margin: 0 0 13px 0;
}
#home-welcome a {
    color: #742500;
    text-decoration: underline;
    font-weight: 400;
}

.home #home-ask-the-experts,
.home #home-testimonials {
    margin: 0 0 20px 0;
    padding: 15px 15px 8px 15px;
    font-size: 13px;
    background: #e5ddba;
}
.home #home-ask-the-experts img {
    display: none;
}
.home #home-ask-the-experts h2 a,
.home #home-testimonials h2 a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "PT Sans Narrow";
    color: #5f6026;
    text-decoration: none !important;
}
.home #home-ask-the-experts p,
.home #home-testimonials p {
    margin: 0 0 13px 0;
}
.home #home-ask-the-experts a,
.home #home-testimonials a {
    color: #742500;
    text-decoration: underline;
}

/*  flexible content template
==================================================*/

.fc-border {
    padding-top: 30px;
    border-top: 1px solid #d4d3b5;
}
.fc-question-button {
    margin-bottom: 0;
}
.fc-question-button-ac-grid {
    margin-bottom: 40px;
}

.wp-editor-block,
.project-intro-block,
.bio-block,
.alternating-content {
    margin: 10px 0 40px 0;
}

.project-intro-block img,
.bio-block img {
    margin: 0 0 10px 0;
}

/*** alternating content ***/
.alternating-content h2.ac-heading {
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #8c8b5e;
}

/*disable equal height column script for small screens*/
@media only screen and (max-width: 679px) {
    .ac-text,
    .ac-img-wrap {
        height: auto !important;
        max-height: 888678px;
    }
}

.alternating-content .ac-img-wrap {
    background-size: cover;
    background-position: center center;
    max-height: 250px;
}
.alternating-content img {
    display: block;
    visibility: hidden; /* we use the image in the markup to define the height of the element, but hide it from view and use the background version of the image in .ac-img-wrap with background-size:cover for actual display */
}
.alternating-content .ac-text {
    padding: 30px 30px 24px 30px;
    text-align: center;

}
.alternating-content .ac-text p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 24px;
}
.alternating-content .ac-text .more-link {
    margin: 10px 0;
}

/*** image grids ***/
.grid-intro .applications-links {
    margin: 0 0 30px 0;
    padding: 10px 20px;
    font-size: .9em;
    color: #555;
    background: rgba(235,234,209,0.4);
}
.grid-intro .applications-links p {
    margin: 0 0 5px 0;
    font-style: italic;
}
.grid-intro .applications-links a {
    display: inline-block;
    margin: 0 20px 3px 0;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 400;
}

.grid-item {
    display: block;
    float: left;
    width: 46%;
    margin: 0 8% 30px 0;
}
.grid-item:nth-of-type(even) {
    margin-right: 0;
}
.grid-item:nth-of-type(odd) {
    clear: both;
}
.grid-item img {
    margin: 0 0 3px 0;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-item a img:hover {
    opacity: 0.9;
}
.grid-item h3 {
    margin: 0 0 3px 0;
    font-size: 1em;
    font-weight: 700;
}
.grid-item p {
    margin: 0 0 7px 0;
    font-size: .9em;
}
.grid-item .more-link {
    margin: 0 10px 5px 0;
}

/* image grid: 5 per row */
.grid-5 .grid-item {
    width: 30%;
    margin-right: 5%;
}
.grid-5 .grid-item:nth-of-type(odd) {
    clear: none;
}
.grid-5 .grid-item:nth-of-type(even) {
    margin-right: 5%;
}
.grid-5 .grid-item:nth-of-type(3n+3) {
    margin-right: 0;
}
.grid-5 .grid-item:nth-of-type(3n+4) {
    clear: both;
}
.grid-5 .grid-item a {
    color: #373800;
}
.grid-5 .grid-item a:hover {
    text-decoration: none;
    color: #000;
}
.grid-5 .grid-item a:hover img {
    opacity: 0.9;
}
.grid-5 .grid-item p {
    font-weight: 400;
}


/*  FAQ page
==================================================*/

.post-template-page-faq-php .hgroup {
    color: #373800;
}
.post-template-page-faq-php .hgroup h1 {
    margin-bottom: 0;
    padding: 0;
    font-size: 18px;
    border: 0;
    font-weight: 700;
}
.post-template-page-faq-php .hgroup h2 {
    font-size: 15.5px;
}

.post-template-page-faq-php ol.faq-list {
    margin-left: 20px;
}
.post-template-page-faq-php .faq-wrap {
    margin: 0 0 20px 0;
}
.post-template-page-faq-php .faq-wrap p {
    margin: 0 0 10px 0;
}
.post-template-page-faq-php .faq-wrap a.top {
    color: #aaa;
    font-weight: 400;
    font-size: 14px;
}
.post-template-page-faq-php .faq-wrap a.top:hover {
    color: #666;
}


/*  Q&A / Ask the Experts
==================================================*/

/* Q&A search form */
aside #searchform {
    position: relative;
    width: 200px;
    margin: 5px 0 20px 0;
    background: #fff;
    border: 1px solid #e9e4cc;
    border-radius: 50px; -webkit-border-radius: 50px;
}
aside input#searchfield {
    display: inline-block;
    height: auto;
    width: 150px;
    padding: 4px 0 4px 16px;
    color: #333;
    font-size: 15px;
    font-family: "PT Sans Narrow";
    background: none;
    border: 0;
}
aside input#searchfield:focus {
    color: #454610;
    font-size: 15px;
    font-weight: bold;
    background: none;
    border-left: 0;
    cursor: text;
    box-shadow: none; -webkit-box-shadow: none;
}
aside input#searchsubmit {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    margin: 4px 10px 0 0;
    cursor: pointer;
    background: url(images/magnify.png) center center no-repeat;
}

/* Q&A submission form */
aside .wpcf7-form h2 {
    margin: 0 0 5px 0;
}
aside .wpcf7-form label {
    display: inline-block;
    padding: 0 0 4px 0;
    font-size: 12px;
    text-transform: uppercase;
}
aside .wpcf7-form label em {
    font-style: normal;
    text-transform: none;
}
aside .wpcf7-form span { /* asterisk "required" */
    font-size: 18px;
    color: #A85300;
}
aside .wpcf7-form input {
    display: block;
    max-width: 70%;
    margin: 0 0 8px 0;
    padding: 5px 10px 6px 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px; -webkit-border-radius: 50px;
}
aside .wpcf7-form input:focus {
    color: #454610;
}
aside .wpcf7-form select {
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #bbb;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    background: #fafafa url(images/select_bkgnd.jpg) repeat-x;
    border-radius: 4px; -webkit-border-radius: 4px;
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
aside .wpcf7-form select:hover {
    cursor: pointer;
}
aside .wpcf7-form select option {
    padding-left: 5px;
}
aside .wpcf7-form textarea {
    display: block;
    max-width: 90%;
    height: 100px;
    padding: 6px 10px 7px 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px; -webkit-border-radius: 15px;
}
aside .wpcf7-form textarea:focus {
    color: #000;
}
aside .wpcf7-form #submit {
    display: inline-block;
    margin: 10px 0;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    background: #a1a281;
    border: 0;
}
aside .wpcf7-form #submit:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}
aside .wpcf7-form span.recipient {
    display: block;
}
aside .wpcf7-form span.question {
    display: block;
    margin: 0 0 10px 0;
}
aside .wpcf7-form span.image {
    color: #373800;
}
aside .wpcf7-form span.image input {
    margin: 0 0 15px 0;
    padding: 4px 0 0 0;
    background: none;
    border: 0;
    border-radius: 0; -webkit-border-radius: 0;
}
aside .wpcf7-form .wpcf7-submit {
    display: inline-block;
    margin: 5px 0 20px 0;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    background: #8C8B5E;
    font-family: "Source Sans Pro", sans-serif;
    border: 0;
}
aside .wpcf7-form .wpcf7-submit:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}
div.wpcf7-mail-sent-ok {
    margin: -20px 0 40px 0 !important;
    padding: 10px 20px !important;
    background: rgba(179, 198, 152, 0.3);
    border: 0 !important;
    border-radius: 15px; -webkit-border-radius: 15px;
}

aside#q-and-a-sidebar h4 {
    margin: 0 0 10px 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
aside#q-and-a-sidebar ul {
    margin: 0 0 30px 0;
    list-style-type: none;

}
aside#q-and-a-sidebar li {
    display: block;
    padding: 3px 0 3px 8px;
    background: url("images/bullet-small.gif") no-repeat left 14px;
}
aside#q-and-a-sidebar li a {
    font-size: 14px;
    font-weight: 400;
    color: #565730;
}
aside#q-and-a-sidebar li a:hover {
    color: #565730;
}


/* Q&A single */
.single-q-and-a article h1 {
    margin: 0 0 20px 0;
}
.q-and-a-question {
    margin: 0 0 30px 0;
    padding: 20px 20px 10px 20px;
    background: rgba(220, 208, 153, 0.3);
}
.q-and-a-question:before,
.q-and-a-answer:before {
    display: inline-block;
    float: left;
    content: 'Q';
    padding: 0 20px 10px 0;
    line-height: 40px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #ae663e;
}
.q-and-a-answer:before {
    content: 'A';
}

.q-and-a-name-date {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #a3603b;
}
.q-and-a-name-date a {
    color: #a3603b;
    font-weight: 400;
    text-decoration: underline;
}
.q-and-a-name-date a:hover {
    color: #773510;
}

.q-and-a-answer {
    margin: 0 0 40px 0;
    padding: 20px 20px 10px 20px;
    background: rgba(179, 198, 152, 0.3);
}
a.q-and-a-client-website {
    display: inline-block;
    font-size: 12px;
    color: #8c8b5d;
    text-decoration: none;
}
.single-q-and-a ol.commentlist li.bypostauthor {
    background: rgba(179, 198, 152, 0.3)
}

.single-q-and-a form#commentform {
    position: relative;
}
.single-q-and-a .form-submit { /* move the "post comment" button below the images upload button */
    position: absolute;
    bottom: 15px;
}
.single-q-and-a.logged-in .form-submit { /* position the button properly for logged in users */
    position: absolute;
    bottom: 40px;
}
#respond #comment-image-wrapper {
    margin: 20px 0 70px 0; /* make space for the "post comment" button below the images upload button */
}
#respond #comment-image-wrapper label {
    margin: 0 0 7px 0;
    padding: 0 0 0 5px;
}
#respond #comment-image-wrapper input {
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
}

.single-post #comment-image-wrapper { /* hide comment images upload button from blog comments */
    display: none;
}

/*  company profile
==================================================*/

.employees {

    margin: 0 0 20px 0;
}
.employees h3 {
    margin: 0 !important;
}
.employees .position {
    margin: 0 0 10px 0;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
}
.employees img {
    float: left;
    margin: 0 16px 10px 0;
}


/*  testimonials, brochure, and "repeating content template" pages
=========================================================================*/
.page-template-page-testimonials-php .testimonials,
.page-template-page-brochures-php .brochures,
.page-template-page-repeating-content-php .repeating-content {
    margin: 36px 0 0 0;
}
.page-template-page-testimonials-php .testimonials img,
.page-template-page-brochures-php .brochures img,
.page-template-page-repeating-content-php .repeating-content img {
    margin: 0 0 10px 0;
}
.page-template-page-repeating-content-php .repeating-content h3 {
    margin: 0 0 10px 0;
}
.page-template-page-repeating-content-php .repeating-content .fluid-width-video-wrapper {
    margin-top: 10px;
}
.page-template-page-testimonials-php .testimonials h3 a,
.page-template-page-brochures-php .brochures h3 a,
.page-template-page-repeating-content-php .repeating-content h3 a {
    color: #51520D !important;
}
.page-template-page-testimonials-php .testimonials p,
.page-template-page-brochures-php .brochures p,
.page-template-page-repeating-content-php .repeating-content p {
    margin: 0 0 15px 0;
}
.page-template-page-testimonials-php .testimonials a.more-link,
.page-template-page-brochures-php .brochures a.more-link,
.page-template-page-repeating-content-php .repeating-content a.more-link {
    margin: 0;
}


/*  site map (kwayy html sitemap plugin)
==================================================*/

.kwayy-html-sitemap-wrapper {
    margin-bottom: 30px;
}
.kwayy-html-sitemap-wrapper h2 {
    margin: 0 0 14px 0;
}
.kwayy-html-sitemap-wrapper ul.kwayy-html-sitemap-post-list {
    margin-left: 0;
}
.kwayy-html-sitemap-wrapper ul.kwayy-html-sitemap-post-list ul li {
    margin: 0 0 10px 0;
}
.kwayy-html-sitemap-wrapper ul.kwayy-html-sitemap-post-list ul ul ul li {
    line-height: .9em;
}
.kwayy-html-sitemap-wrapper ul.kwayy-html-sitemap-post-list ul ul ul li a {
    line-height: .9em;
    font-size: .9em;
    font-weight: 400;
}
.page-id-138 aside {
    display: none;
}



/*  gallery pages
==================================================*/

.project-downloads { /* hide project downloads on small screens */
    display: none;
}


/***  soliloquy slider ***/

.soliloquy-container img { /* remove annoying blue overlay on images when clicked */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid #ccc !important;
}

.soliloquy-container {
    max-width: none !important; /* force full width on slider container when displaying tall images */
    max-height: none !important; /* make slider play nicely with the tweaks made to .soliloquy-caption below */
}

.soliloquy-direction-nav {
    display: block !important;
}
.soliloquy-direction-nav .soliloquy-prev,
.soliloquy-direction-nav .soliloquy-next {
    top: 30% !important;
    width: 50px !important;
    height: 150px !important;
}

.soliloquy-direction-nav .soliloquy-prev {
    background: url(images/prev-img.png) center center no-repeat !important;
}

.soliloquy-direction-nav .soliloquy-next {
    background: url(images/next-img.png) center center no-repeat !important;
}

.soliloquy-container .soliloquy-caption {
    bottom: auto !important;
    left: auto !important;
    margin: 15px 0 0 0 !important;
    position: relative !important;
    width: 100%;
    background: #EEE9D4 !important;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    padding: 10px 15px !important;
    text-align: left !important;
    color: #333 !important;
    background: none !important;
    text-shadow: none !important;
    font-size: 13px !important;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside a {
    display: inline !important;
}

.soliloquy-thumbnails {
    margin: 0 !important;
    /* fix bug when using fade effect combined with Smooth Height (slider was covering thumbnails) */
    position: relative;
    z-index: 10000;
}
.soliloquy-thumbnails ul.soliloquy-thumbnails-slides {
    padding: 15px 0 4px 0 !important;
}
.soliloquy-thumbnails-item {

}
.soliloquy-thumbnails-item img {
    width: auto !important;
    border: 1px solid #ccc !important;
}
.soliloquy-thumbnails .soliloquy-direction-nav {
    display: block !important; /* show enabled thumb navigation arrows at all times, not just on hover */
}
.soliloquy-thumbnails .soliloquy-prev,
.soliloquy-thumbnails .soliloquy-next {
    top: 12px !important;
    width: 24px !important;
    height: 100% !important;
}
.soliloquy-thumbnails .soliloquy-disabled {
    display: none !important; /* hide disabled thumb navigation arrow */
}
.soliloquy-thumbnails .soliloquy-prev {
    left: 0 !important;
    background: url(images/thumbs-arrow-prev.jpg) center center no-repeat !important;
}

.soliloquy-thumbnails .soliloquy-next {
    right: 0 !important;
    background: url(images/thumbs-arrow-next.jpg) center center no-repeat !important;
}

@media only screen and (max-width : 289px ) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 100px;
    }
    .soliloquy-direction-nav .soliloquy-prev,
    .soliloquy-direction-nav .soliloquy-next {
        top: 10% !important;
        width: 35px !important;
        height: 94px !important;
        background-size: 25px 54px !important;
    }
    .soliloquy-thumbnails .soliloquy-prev,
    .soliloquy-thumbnails .soliloquy-next {
        top: 12px !important;
        width: 24px !important;
        height: 100% !important;
        background-size: auto !important;
    }
    .soliloquy-container .soliloquy-caption {
        display: none !important;
    }

}

@media only screen and (min-width : 290px ) and (max-width : 479px) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 150px;
    }
    .soliloquy-direction-nav .soliloquy-prev,
    .soliloquy-direction-nav .soliloquy-next {
        top: 20% !important;
        width: 35px !important;
        height: 94px !important;
        background-size: 25px 54px !important;
    }
    .soliloquy-thumbnails .soliloquy-prev,
    .soliloquy-thumbnails .soliloquy-next {
        top: 12px !important;
        width: 24px !important;
        height: 100% !important;
        background-size: auto !important;
    }
    .soliloquy-container .soliloquy-caption {
        display: none !important;
    }

}

@media only screen and (min-width : 480px ) and (max-width : 679px) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 250px;
    }
    .soliloquy-direction-nav .soliloquy-prev,
    .soliloquy-direction-nav .soliloquy-next {
        top: 30% !important;
        width: 35px !important;
        height: 94px !important;
        background-size: 25px 54px !important;
    }
    .soliloquy-thumbnails .soliloquy-prev,
    .soliloquy-thumbnails .soliloquy-next {
        top: 12px !important;
        width: 24px !important;
        height: 100% !important;
        background-size: auto !important;
    }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
        font-size: 12px !important;
    }

}

@media only screen and (min-width : 680px ) and (max-width : 742px) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 300px;
    }
    .soliloquy-direction-nav .soliloquy-prev,
    .soliloquy-direction-nav .soliloquy-next {
        top: 30% !important;
        width: 35px !important;
        height: 94px !important;
        background-size: 25px 54px !important;
    }
    .soliloquy-thumbnails .soliloquy-prev,
    .soliloquy-thumbnails .soliloquy-next {
        top: 12px !important;
        width: 24px !important;
        height: 100% !important;
        background-size: auto !important;
    }
    .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
        font-size: 12px !important;
    }

}

@media only screen and (min-width : 743px ) and (max-width : 939px) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 350px;
    }

}
@media only screen and (min-width : 940px ) {

    .soliloquy-container .soliloquy-item-image {
        margin: 0 auto !important;
        max-height: 450px;
    }

}


/*  blog, archive, and Q&A landing pages
==================================================*/

#blog-welcome {
    margin: 0 1% 15px 0;
    padding: 15px 20px 10px 20px;
    font-weight: 300;
    font-size: 15px;
    background: rgba(220,208,153,0.2);
    border-left: 4px solid #808166;
}
#blog-welcome h2 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #373800;
    font-weight: 400;
    text-transform: uppercase;
}
#blog-welcome p {
    margin: 0 0 10px 0;
}
#blog-welcome a {
    color: #893500;
    font-weight: 400;
}
#blog-welcome a:hover {
    text-decoration: underline;
}

/* excerpts */
.excerpt-wrapper .excerpt {
    max-width: 100%;
    margin: 0 auto 30px auto;
    background: rgba(220,208,153,0.2);
    max-height: 888678px; /* disbale equal height columns script for small screens.  see http://www.projectseven.com/tutorials/css/pvii_columns - PVII Equal Height Columns in responsive layouts*/
}
.excerpt-wrapper .excerpt:nth-child(even) {
    margin-right: auto;
}
.excerpt-wrapper .excerpt-text {
/*    padding: 10px 10px 0 10px; */
    font-size: 15px;
}
.excerpt-wrapper .excerpt h2 {
    margin-top: 5px;
}
.excerpt-wrapper .excerpt h2 a {
    font-size: 18px;
    color: #373800;
    font-weight: 400;
}
.date-author {
    margin: 0 0 15px 0;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.date-author a {
    color: #373800;
    font-weight: 300;
}
.date-author a:hover {
    text-decoration: underline;
}
.comments-count {
    margin: 0 0 20px -10px;
}
.comments-count a {
    display: inline-block;
    padding: 3px 14px;
    color: #fff;
    background: #939475;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
}
.comments-count a:hover {
    text-decoration: none;
    background: #333;
}
a.more-link {
    display: inline-block;
    margin: 0 0 0 -10px;
    padding: 3px 14px;
    color: #fff;
    background: #808166;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
}
a.more-link:hover {
    text-decoration: none;
    background: #333;
}

/* pagination */
.pagination {
    clear: both;
    margin: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    width: auto;
    color: #fff;
    background: #888;
}
.pagination a:hover {
    color: #fff;
    text-decoration: none;
    background: #333;
}
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #333;
    color: #fff;
}

.archive article {
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
}


/*  blog sidebar
==================================================*/

aside#blog {
    font-size: 14px;
}
aside#blog .author-bio {
    margin: 0 0 30px 0;
    padding: 15px 20px 0 20px;
    border: 1px solid #ccc;
    font-size: .9em;
}
aside#blog .author-bio img.avatar {
    float: left;
    margin: 5px 15px 5px 0;
}
aside#blog .author-bio h3 {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 300;
}
aside#blog .author-bio em {
    display: block;
    padding-right: 5px;
    color: #aaa;
}

aside#blog h4 {
    margin: 0 0 10px 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
aside#blog ul {
    margin: 0 0 30px 0;
    list-style-type: none;

}
aside#blog li {
    display: block;
    padding: 5px 0 5px 8px;
    background: url("images/bullet-small.gif") no-repeat left 14px;
}
aside#blog li a {
    font-size: 14px;
    font-weight: 600;
    color: #565730;
}
aside#blog li a:hover {
    color: #565730;
}

#sidebar_widgets ul.children {
    margin: 0 0 -3px 0;
}

ul#recentcomments {
    color: #8d8e72;
    font-weight: 300;
}
ul#recentcomments .recentcommentsauthor a {
    color: #8d8e72;
    font-weight: 300;
}

ul#recentcomments li > a {
    font-style: italic;
    font-weight: 400;
}
ul#recentcomments li > a:before,
ul#recentcomments li > a:after {
    content: '"';
}

/* wordpress popular posts widget */
ul#wpp  {
    margin: 0 0 40px 0 !important;
}
ul#wpp li {
    display: block !important;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: none;
    border-bottom: 1px solid #e5e5e5;
}
.wpp-thumbnail {
    float: left;
    margin: 0 10px 0 0 !important;
}
.wpp-thumbnail img {
    border: 1px solid #ccc;
}

/* special recent posts widget */
div.srp-widget-container {
    width: 100% !important;
    margin: 0 0 30px 0;
}
div.srp-widget-container div.srp-widget-singlepost {
    margin: 0 0 10px 0 !important;
    padding: 0 0 10px 0 !important;
    border-color: #e5e5e5 !important;
}
h4.srp-post-title {
    line-height: 18px !important;
}
h4.srp-post-title a {
    font-size: 14px !important;
    font-weight: 600;
    color: #565730 !important;
    text-transform: none;
    font-family: "Source Sans Pro";
    line-height: 10px !important;
}
.srp-widget-thmb {
    margin: 0 0px 0 0;
    border: 1px solid #ccc;
}
.srp-widget-date {
    font-size: .8em;
    text-transform: uppercase;
    color: #8D8E72;
}

/* tagcloud */
.tagcloud {
    margin-bottom: 30px;
}
.tagcloud a {
    display: inline-block;
    color: #565730;
    padding: 0 4px 0 0;
}


/*  blog single
==================================================*/

.single-post h1,
.single-q-and-a h1 {
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    font-size: 24px;
    color: #373800;
    font-weight: 300;
    border-top: 1px solid #ccc;
}

.single .date-author {
    float: left;
    display: inline-block;
    margin: 10px 20px 10px 0;
}

/*** addthis share ***/
.single #share {
    float: left;
    margin-bottom: 10px;
}

/*** comment and category links under title ***/
ul.single-meta {
    margin: 20px 0 24px 0;
    list-style-type: none;
}
ul.single-meta li {
    float: left;
    display: inline-block;
    margin: 0 1px 1px 0;
}
ul.single-meta a {
    display: block;
    padding: 3px 14px;
    color: #fff;
    background: #808166;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
}
ul.single-meta a:hover {
    text-decoration: none;
    background: #333;
}
ul.single-meta ul.post-categories a {
    background: #a1a281;
}
ul.single-meta ul.post-categories a:hover {
    background: #b5633d;
}



/*** tags ***/

.tags {
    clear: both;
    margin: 0 0 30px 0;
}
.tags span {
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 3px 14px;
    color: #fff;
    background: #808166;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
}
.tags a {
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 3px 14px;
    color: #fff;
    background: #a1a281;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
}
.tags a:hover {
    text-decoration: none;
    background: #b5633d;
}



/*** comments ***/

#comments {
    margin: 0 0 50px 0;
    font-size: 0.95em;
}
#comments p {
    margin: 0 0 10px 0;
}
.single .comments-count {
    display: inline-block;
    margin: 0 0 -1px 0;
    padding: 10px 20px;
    color: #fff;
    background: #808166;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
}
/* comments list */
ol.commentlist {
    margin: 0 0 1em;
}
ol.commentlist a {
    text-decoration: none;
}
ol.commentlist a:hover {
    text-decoration: underline;
}
ol.commentlist li {
    margin: 0 0 30px 0 !important;
    padding: 20px 20px 0 20px;
    list-style-type: none;
    border: 1px solid #ccc;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
    background: rgba(220, 208, 153, 0.2);
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {

}
ol.commentlist li.comment div.comment-author {
    font-weight: 300;
}
ol.commentlist li.comment div.comment-author a {
    font-weight: 300;
}
ol.commentlist li.comment div.vcard {
    position: relative;
}
ol.commentlist li.comment div.vcard cite.fn {
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    color: #a85300;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
    float: left;
    margin: 0 14px 10px 0;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
    margin-bottom: 10px;
    font-size: 0.9em;
}
ol.commentlist li.comment div.comment-meta a {
    color: #999 !important;
    font-weight: 300;
}
ol.commentlist li.comment p {
}
ol.commentlist li.comment ul {
}

ol.commentlist li.comment div.reply a {
    display: inline-block;
    margin: 10px 0 40px 0;
    padding: 6px 20px;
    color: #fff;
    background: #a1a281;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    border-radius: 50px; -webkit-border-radius: 50px;
}
#comments li.comment div.reply a:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}
ol.commentlist li.comment div.reply a:after {
    content: ' ↑';
}

ol.commentlist li.comment ul.children {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}
ol.commentlist li.comment ul.children li {
    border: 0

}
ol.commentlist li.comment ul.children li.alt {}

ol.commentlist li.comment ul.children li.bypostauthor {
    padding: 20px 20px 0 20px;
}


ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {}
ol.commentlist li.comment ul.children li.depth-3 {}
ol.commentlist li.comment ul.children li.depth-4 {}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist li.comment ul li {

}

#comments blockquote, #comments cite {

}
#respond {
    margin-top: 30px;
}
#respond h3#reply-title {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 300;
    color: #373800;
}
#respond .comment-notes {
    font-style: italic;
    font-weight: 300;
    font-size: .9em;
    color: #666;
    line-height: 1.4em;
}
#respond label {
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
#respond span { /* asterisk "required" */
    font-size: 22px;
    color: #A85300;
}
#respond input {
    display: block;
    max-width: 90%;
    padding: 6px 10px 7px 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50px; -webkit-border-radius: 50px;
}
#respond input:focus {
    color: #454610;
}
#respond textarea {
    display: block;
    max-width: 90%;
    padding: 6px 10px 7px 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px; -webkit-border-radius: 15px;
}
#respond textarea:focus {
    color: #000;
}
#respond #submit {
    display: inline-block;
    margin: 10px 0;
    padding: 6px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    background: #8C8B5E;
    border: 0;
}
#respond #submit:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}

#comments .commentlist #respond input:focus,
#comments .commentlist #respond textarea:focus  {
    background: rgba(255,255,255,0.8);
}

/* subscribe to comments */
.subscribe {
    margin: 0 0 10px 0;
}
.subscribe input[type=checkbox]#subscribe-reloaded {
    display:none;
}
.subscribe input[type=checkbox]#subscribe-reloaded + label {
    padding-left:20px;
    height:15px;
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
}
.subscribe input[type=checkbox]#subscribe-reloaded:checked + label {
    background-position: 0 -15px;
}
.subscribe label {
    background-image:url(images/lite-gray-check.png);
}

/* subscribe manage */
.page-template-page-subscribe-php article {
    width: 100%;
}

.page-template-page-subscribe-php article form label {
    text-transform: uppercase;
    font-size: 12px;
}
.page-template-page-subscribe-php input.subscribe-form-field {
    display: block;
    max-width: 90%;
    margin: 0 0 10px 0;
    padding: 6px 10px 7px 10px;
    font-size: 15px;
    font-weight: 600;
    color: #aaa;
    font-family: "Source Sans Pro", sans-serif;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50px; -webkit-border-radius: 50px;
}
.page-template-page-subscribe-php input.subscribe-form-field:focus {
    color: #454610;
}

.page-template-page-subscribe-php input.subscribe-form-button {
    display: inline-block;
    margin: 10px 0;
    padding: 6px 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    cursor: pointer;
    background: #a1a281;
    border: 0;
    border-radius: 50px; -webkit-border-radius: 50px;
}
.page-template-page-subscribe-php input.subscribe-form-button:hover {
    text-decoration: none;
    color: #fff;
    background: #b5633d;
}
.page-template-page-subscribe-php fieldset ul#subscribe-reloaded-list {
    list-style-type: none;
}


/*  search results page
==================================================*/

.search article {
    width: 100%;
}
.search .search-title {
    margin: 0 0 20px 0;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
}
.search .searchresults {
    margin: 0 0 30px 0;
}
.search h3 {
    margin: 0 0 3px 0;
    text-transform: none;
}
.search h2 a {
    color: #493319;
    text-decoration: underline;
    font-weight: 400;
}
.search .more-link {
    display: none;
}



/*  footer
==================================================*/

footer {
    position: relative;
    padding: 30px 20px;
    font-size: 13px;
    font-family: "Source Sans Pro";
    color: #484918;
    background: #f2eedf;
}
footer a {
    color: #484918;
}
footer h3 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 400;
}

#footer-contact {
    margin: 24px 0 40px 0;
    font-size: 14px;
}
#footer-contact a#footer-logo {
    display: block;
    width: 100px;
    height: 50px;
    margin: 0 0 12px 0;
    background: url(images/logo.jpg) no-repeat;
    background-size: 100px 50px;
}
#footer-contact a#footer-email {
    display: inline-block;
    margin: 2px 0 0 0;
    padding: 0 0 0 22px;
    font-weight: 400;
    background: url(images/icons/mail_white.png) left center no-repeat;
}

#footer-popular-posts,
#footer-recent-posts,
#footer-questions {
    max-width: 320px;
}

/* footer wordpress popular posts widget */

footer ul#wpp li {
    border: 0;
}
footer ul#wpp li a:hover {
    text-decoration: underline;
}

/* footer special recent posts widget */

footer div.srp-widget-container div.srp-widget-singlepost {
    border: 0;
}
footer h4.srp-post-title {
    margin: 0 0 5px 0;
    line-height: 18px !important;
}
footer h4.srp-post-title a {
    font-size: 14px !important;
    font-weight: 400;
    text-transform: none;
    line-height: 10px !important;
}
footer h4.srp-post-title a:hover {
    text-decoration: underline;
}
footer .srp-widget-thmb {
    margin: 0 0px 0 0;
    border: 1px solid #ccc;
}
footer .srp-widget-date {
    font-size: .8em;
    text-transform: uppercase;
    color: #8D8E72;
}

/* footer recent questions */
#footer-questions {
    margin: 0 0 20px 0;
    font-family: "Source Sans Pro", sans-serif;
}
#footer-questions li {
    margin: 0 !important;
    padding: 0 0 10px 10px !important;
    list-style-type: none;
    background: url(images/bullet-medium.png) left 7px no-repeat;
}
#footer-questions li a {
    font-size: 14px;
}
#footer-questions li a:hover {
    text-decoration: underline;
}

#business-affiliates {
    margin: 30px 0 20px 0;
}
#business-affiliates a {
    display: block;
    float: left;
    height: 50px;
    margin: 0 10px 10px 0;
    background-position: center;
    background-repeat: no-repeat;
}
#business-affiliates a#tfguild {
    width: 50px;
    background: url(images/icons/tfg_white.png) no-repeat;
}
#business-affiliates a#aitc {
    width: 49px;
    background: url(images/aitc.png) no-repeat;
}
#business-affiliates a#tfbc {
    width: 55px;
    background: url(images/tfbc.png) no-repeat;
}
#business-affiliates a#better-business {
    width: 50px;
    background: url(images/bbb.png) no-repeat;
}
#business-affiliates a#wish {
    width: 140px;
    background: url(images/icons/make_a_wish_white.png) no-repeat;
}
#business-affiliates a#vt-foodbank {
    width: 140px;
    background: url(images/icons/foodbank_white.png) no-repeat;
}
#business-affiliates a#cots {
    width: 47px;
    background: url(images/icons/cots_white.png) no-repeat;
}

#business-affiliates a#bcch {
    width: 70px;
    background: url(images/icons/bcch_white.png) no-repeat;
}

#business-affiliates a#haven {
    width: 48px;
    background: url(images/icons/haven.png) no-repeat;
}

footer a#dadra {
    display: inline-block;
    margin: 30px 0;
    padding: 5px 10px 5px 28px;
    background: url(images/dadra.png) left 60% no-repeat;
    line-height: 14px;
    font-size: 12px;
    color: #88896e;
    text-transform: lowercase;
}

.popular-post-item {
  display: block;
  clear: both;
  padding: 5px 0;
  cursor: pointer;
}
.popular-post-item .img-container {
  width: 20%;
  height: 50px;
  float: left;
  overflow: hidden;
}
.popular-post-item .text-container {
  width: 80%;
  display: inline-block;
  padding-left: 5px;
  min-height: 60px;
}
.popular-post-item .text-container p {
  margin: 0;
}
.popular-post-item .text-container .title {
  color: #ffffff;
  margin-bottom: 3px;
  font-size: 14px;
}
.popular-post-item .text-container .title a {
  color: #ffffff;
}
.popular-post-item .text-container .post-views {
  display: none;
}
.popular-post-item .text-container a.read-more {
  text-decoration: underline;
}
.popular-post-item .text-container a.read-more:before {
  content: "> ";
  color: #dfe08e;
  text-decoration: none;
  display: inline-block;
  padding-right: 1px;
}
.popular-post-item .text-container a.read-more:hover {
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 1141px) {
  footer #footer-content .row-1 .footer_column {
    width: 30%;
    margin: 0 auto;
  }
  footer #footer-content .row-1 #footer-question-form {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 20px 10%;
    border-top: 3px solid #fff2d0;
  }
}
@media (max-width: 940px) {
  footer {
    padding-top: 40px;
  }
  footer #footer-content #bottom-footer #business-affiliates {
    display: none;
  }
}
@media (max-width: 730px) {
  footer {
    padding-top: 40px;
  }
  footer #footer-content .row-1 .footer_column {
    margin-left: auto;
  }
  footer #footer-content .row-1 .footer_column#footer-contact {
    width: 90%;
    margin-left: auto;
  }
  footer #footer-content .row-1 .footer_column#footer-recent-posts {
    width: 90%;
    max-width: 99999px;
    margin-top: 20px;
  }
  footer #footer-content .row-1 .footer_column#footer-recent-posts .img-container {
    max-width: 50px;
  }
  footer #footer-content .row-1 .footer_column#footer-popular-posts {
    display: none;
  }
  footer #login-link {
    position: relative;
    right: 0;
  }
}
@media (max-width: 448px) {
  footer #copy-login {
    top: 0px !important;
  }
}

/*
--------------------------------------------------------
STYLES FOR TINY SCREENS ::: 290px AND LESS
--------------------------------------------------------
*/
@media only screen and (max-width : 290px) {

    /*** shiftnav toggle bar & menu (small screen header & off-canvas nav) ***/
    #shiftnav-toggle-main {
        height: 30px;
        font-size: 12px !important;
    }

    /* toggle bar logo */
    .shiftnav-main-toggle-content a {
        width: 60px;
        height: 30px;
        background-size: 60px 30px;
    }

    /* toggle bar search & contact wrap */
    .shiftnav-main-toggle-content-after {
        margin-left: 60px;
    }

    /* toggle bar search */
    .shiftnav-searchbar-toggle {
        padding: 0 10px !important;
        height: 29px !important;
    }
    .shiftnav-searchbar-toggle i {
        margin: 7px 0 0 0;
    }

    /* toggle bar contact */
    .shiftnav-main-toggle-content-after a#contact {
        width: 29px;
        height: 29px;
        background-size: 10px 13px;
    }

    /* toggle bar menu button */

    .shiftnav-toggle {
        height: 29px;
        padding: 8px 20px 10px 10px !important;
    }
    .shiftnav-toggle-burger {
        font-size: 14px;
        line-height: 0 !important;
    }

    a.image-link {
        width: 100%;
    }
    a.image-link:nth-child(odd) {
        margin-right: 0;
    }
    .employees img {
        float: none;
    }

} /* end tiny screens */

/*
--------------------------------------------------------------------------------
STYLES FOR SMALL-MEDIUM SCREENS ::: 480px-679px
--------------------------------------------------------------------------------
*/

@media only screen and (min-width : 480px) and (max-width : 679px) {

    header input#searchfield:focus {
        width: 100px;
    }

    #page {
        padding: 20px 20px 60px 20px;
        font-size: 16px;
    }
    .hgroup {
        font-size: 20px;
    }
    .hgroup h1,
    .hgroup a {
        font-size: 20px;
    }
    .hgroup h2 {
        font-size: 17px;
    }
    article h2 {
        font-size: 18px;
    }
    aside h2 {
        font-size: 18px;
    }

    /***  primary image links (columns) ***/
    a.image-link {
        width: 48%;
        margin-bottom: 18px;
    }
    a.image-link img {
        margin: 0 0 1px 0;
    }
    a.image-link h2 {
        padding: 7px 5px;
        font-size: 12px;
        color: #fff;
        background: #8c8b5e;
        font-weight: normal;
    }
    a.image-link h2 br {
        display: none; /*disable break tag used on smaller screens*/
    }

    /*** home: ask the experts / recent projects ***/
    .home #home-ask-the-experts,
    .home #home-testimonials {
        margin: 0 0 30px 0;
        padding: 20px;
        font-size: 14px;
    }
    a.home-aside-img-link {
        display: inline-block;
        float: right;
        width: 45%;
        margin: 0 0 10px 30px;
    }
    .home #home-ask-the-experts img {
        display: block;
    }
    .home #home-ask-the-experts h2 a,
    .home #home-testimonials h2 a {
        font-size: 17px;
    }

    /* testimonials, brochures, and "repeating content template" pages */
    .page-template-page-testimonials-php .testimonials img,
    .page-template-page-brochures-php .brochures img,
    .page-template-page-repeating-content-php .repeating-content img {
        float: left;
        max-width: 50%;
        margin: 0 20px 10px 0;
    }

    /*  FAQ page */

    .post-template-page-faq-php .hgroup h1 {
        font-size: 20px;
    }
    .post-template-page-faq-php .hgroup h2 {
        font-size: 17px;
    }

    /*** blog, archive, and Q&A landing pages ***/

    .excerpt-wrapper .excerpt {
        float: left;
        width: 47.1%;
        margin: 0 20px 20px 0;
        max-height: 10000px; /* re-enable equal height columns script */
    }

} /* end small-medium screens */


/*
--------------------------------------------------------
GLOBAL STYLES FOR MEDIUM, LARGE, & FULL SCREENS ::: 680+px
--------------------------------------------------------
*/

@media only screen and (min-width : 680px) {

    header {
        /*position: fixed;*/
        top: 0;
        left: auto;
        width: 100%;
        height: auto;
        overflow: visible;
        padding-bottom: 3px;
        font-family: "PT Sans Narrow", sans-serif;
        /*background: url(images/bkgnd.jpg);*/
        z-index: 20000;
    }

    #header-content {
        padding: 20px 40px 10px 40px;
        background: none;
        border: 0;
    }

    /*** nuts & bolts menu ***/
    #nuts-n-bolts-wrap {
        display: inline-block;
        position: absolute;
    }
    ul#nuts-n-bolts {
        display: inline-block;
        margin-right: 7px;
    }
    ul#nuts-n-bolts li {
        display: inline-block;
        padding: 0 7px;
        line-height: 12px;
        border-right: 1px solid #585937;
    }
    ul#nuts-n-bolts li a {
        color: #585937;
        text-transform: uppercase;
        font-size: 11px;
    }
    ul#nuts-n-bolts li a:hover {
        text-decoration: underline;
    }
    #nuts-n-bolts-wrap span {
        color: #585937;
        text-transform: uppercase;
        font-size: 11px;
    }

    /*** logo ***/
    a#logo {
        display: block;
        float: left;
        position: relative;
        padding: 0;
        background: url(images/logo.jpg) left top no-repeat;
        border: 0;
    }

    /*** search ***/
    header #searchform {
        float: right;
        background: #fff;
        border: 1px solid #e9e4cc;
        border-radius: 50px; -webkit-border-radius: 50px;
    }
    header input#searchfield {
        display: inline-block;
        float: left;
        height: auto;
        padding: 4px 0 4px 16px;
        color: #333;
        font-size: 15px;
        font-family: "PT Sans Narrow";
        background: none;
        border: 0;
        cursor: auto;
        transition: none;
    }
    header input#searchfield:focus {
        color: #454610;
        font-size: 15px;
        font-weight: bold;
        background: none;
        border-left: 0;
        cursor: text;
        box-shadow: none; -webkit-box-shadow: none;
    }
    header input#searchsubmit {
        display: block;
        float: right;
        width: 22px;
        height: 22px;
        margin: 4px 10px 0 0;
        cursor: pointer;
        background: url(images/magnify.png) center center no-repeat;
    }

    #small-screen-nav-button {
        display: none;
    }


    /*** contact ***/
    a#contact {
        display: none;
    }

    /*** NAVIGATION -- UberMenu plugin ***/

    nav {
        position: relative;
        display: block;
    }

    /* top-level menu container */
    div.ubermenu  {
        clear: none !important;
        display: block;
        float: right !important;
        margin: 23px 0 0 0 !important;
        width: 69% !important;
        border-bottom: 1px solid #d4d3b5;
    }
    div.ubermenu  > ul {
        width: auto !important;
        float: right !important;
        display: block !important;
        background: none !important;
    }

    /* top-level items */
    div.ubermenu  > ul > li {
        width: auto !important;
        border: 0 !important;
    }
    div.ubermenu  > ul > li > a {
        padding: 5px 10px !important;
        color: #4c4d27 !important;
        font-weight: bold;
        font-size: .75em;
        text-transform: uppercase !important;
        white-space: normal !important;
    }
    div.ubermenu  > ul > li.ubermenu-item-has-children > a {
        padding-right: 22px !important;
    }
    div.ubermenu  > ul > li.current-menu-item > a,
    div.ubermenu  > ul > li.current-menu-ancestor > a {
        color: #97441e !important;
    }
    div.ubermenu  > ul > li > a:hover,
    div.ubermenu  > ul > li.megaHover > a,
    div.ubermenu  > ul > li.current-menu-item > a,
    div.ubermenu  > ul > li.current-menu-ancestor > a,
    div.ubermenu  > ul > li.current-menu-parent > a {
        color: #8B240F !important;
    }

    /* arrows */
    .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
        font-size: .9em;
    }

    /* sub-menus containers & rows */
    div.ubermenu  > ul > li > .ubermenu-submenu {
        background: #f9f8f0 !important;
        color: #4c4d27 !important;
        font-family: "Source Sans Pro";
        font-size: .9em;
        border: 1px solid #d4d3b5 !important;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25) !important;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25) !important;
    }

    .ubermenu-row {
        margin: 0 !important;
    }

    /* tab content panels & megamenus */
    .ubermenu-submenu-type-mega {
        padding-right: 22px !important;
    }
    .ubermenu .ubermenu-nav .ubermenu-column-7-9 {
        border-left: 1px solid #d4d3b5 !important;
    }

    /* tab content & megamenu menu items */
    .ubermenu-tab-content-panel li a,
    .ubermenu-submenu-type-mega li a {
        margin: 0 0 22px 22px !important;
        padding: 0 !important;
        font-weight: 600;
        color: #4c4d27 !important;
    }
    .ubermenu-tab-content-panel li a:hover,
    .ubermenu-submenu-type-mega li a:hover {
        color: #000 !important;
    }
    .ubermenu-tab-content-panel li a img,
    .ubermenu-submenu-type-mega li a img {
        margin-bottom: 5px !important;
        border: 1px solid #d4d3b5 !important;
        transition: none !important;
    }
    .ubermenu-tab-content-panel li a:hover img,
    .ubermenu-submenu-type-mega li a:hover img {
        opacity: .9;
    }

    /* tab group */
    div.ubermenu  .ubermenu-tabs-group {
        border-right: 0 !important;
    }

    div.ubermenu  .ubermenu-tabs-group > li.ubermenu-tab > a.ubermenu-target {
        margin: 0 !important;
        padding: 12px 30px 12px 20px !important;
        font-weight: 400;
    }

    div.ubermenu  .ubermenu-tabs-group > li.ubermenu-tab > a.ubermenu-target:hover,
    div.ubermenu  .ubermenu-tabs-group > li.ubermenu-tab.ubermenu-active > a.ubermenu-target {
        background: #eae8e1;
    }

    /* panel headings & "see all links" */
    .ubermenu-column-7-9 .ubermenu-custom-content {
        padding: 15px 0 15px 22px !important;
        font-weight: 300 !important;
        font-size: 1.6em !important;
    }

    .ubermenu-column-7-9 .ubermenu-custom-content span {
        display: inline-block !important;
        margin-right: 10px !important;
    }

    .ubermenu-column-7-9 .ubermenu-custom-content a {
        margin: 0 !important;
        font-weight: 400 !important;
        font-size: .65em !important;
        color: #4c4d27 !important;
    }
    .ubermenu-column-7-9 .ubermenu-custom-content a:hover {
        text-decoration: underline;
        color: #97441e !important;
    }

    /* non-tab submenu sidebars*/
    .uber-sidebar-dadra {
        padding-right: 20px !important;
        font-size: .9em !important;
        line-height: 1.6em !important;
    }
    .uber-sidebar-dadra span {
        display: block !important;
        margin: 0 0 14px 0 !important;
        font-weight: 400 !important;
        font-size: 1.2em !important;
    }
    .uber-sidebar-dadra p {
        margin-bottom: 14px !important;
    }
    .uber-sidebar-dadra a,
    .ubermenu-submenu-type-mega .uber-sidebar-dadra a {
        margin: 0 !important;
        font-size: 1em !important;
    }

    .uber-sidebar-dadra a:hover,
    .ubermenu-submenu-type-mega .uber-sidebar-dadra a:hover {
        text-decoration: underline;
        color: #97441e !important;
    }

    /* regular dropdown sub-menu container */
    div.ubermenu  ul.ubermenu-submenu-type-flyout {
        padding: 3px 0 10px 0 !important;
    }
    div.ubermenu  ul.ubermenu-submenu-type-flyout a.ubermenu-target {
        color: #4c4d27 !important;
        padding: 8px 15px !important;
    }
    div.ubermenu  ul.ubermenu-submenu-type-flyout a.ubermenu-target:hover span {
        text-decoration: underline !important;
        color: #97441e !important;
    }

    /*** global elements ***/
    #page {
        padding: 120px 40px 20px 40px;
    }
    .hgroup {
        position: relative;
        color: #5d5e10;
        background: #eee9d4;
        overflow: hidden;
    }
    .hgroup h1,
    .hgroup a {
        float: left;
        color: #5d5e10;
    }
    .hgroup h2 {
        float: right;
    }


    /* images */
    .alignleft {
        float: left;
        margin: 5px 24px 10px 0;
    }
    .alignright {
        float: right;
        margin: 5px 0 10px 24px;
    }


    /*  flexible content template
    ==================================================*/

    .page-template-page-flexible-content article {
        width: 100%;
    }
    .page-template-page-flexible-content article p,
    .page-template-page-flexible-content article ul,
    .page-template-page-flexible-content article blockquote {
        max-width: 900px;
    }

    .project-intro-block img {
        float: right;
        width: 60%;
        max-width: 661px;
        margin: 5px 0 20px 30px;
    }

    .bio-block img {
        float: left;
        width: 30%;
        max-width: 300px;
        margin: 5px 0 0 0;
    }
    .bio-block-text {
        float: right;
        width: 65%;
    }

    /*** alternating content ***/

    .alt-cont-row.ac-img-left .ac-img-wrap,
    .alt-cont-row.ac-img-right .ac-text-wrap {
        width: 50%;
        float: left;
    }
    .alt-cont-row.ac-img-right .ac-img-wrap,
    .alt-cont-row.ac-img-left .ac-text-wrap {
        width: 50%;
        float: right;
    }
    .alt-cont-row .ac-img-wrap {
        position: relative;
        overflow: hidden;
        min-height: 300px;
        max-height: none;
        background-repeat: no-repeat;
    }
    .alt-cont-row .ac-img-wrap img {
        min-height: 300px;
    }

    .alt-cont-row .ac-text-wrap {
        display: table;
    }
    .alt-cont-row  .ac-text {
        display: table-cell;
        min-height: 300px !important;
        padding: 30px;
        text-align: center;
        vertical-align: middle;
    }

    /*** image grids ***/
    .grid-item {
        margin-bottom: 40px;
    }
    .grid-item h3 {
        margin: 0 0 5px 0;
    }
    .grid-item p {
        margin: 0 0 10px 0;
    }

    /* image grid: 2 per row */
    .grid-2 .grid-item {
        width: 47%;
        margin-right: 6%;
    }
    .grid-2 .grid-item:nth-of-type(even) {
        margin-right: 0;
    }

    /* image grid: 3 per row */
    .grid-3 .grid-item {
        width: 30%;
        margin-right: 5%;
    }
    .grid-3 .grid-item:nth-of-type(odd) {
        clear: none;
    }
    .grid-3 .grid-item:nth-of-type(even) {
        margin-right: 5%;
    }
    .grid-3 .grid-item:nth-of-type(3n+3) {
        margin-right: 0;
    }
    .grid-3 .grid-item:nth-of-type(3n+4) {
        clear: both;
    }

    /* image grid: 4 per row */
    .grid-4 .grid-item {
        width: 30%;
        margin-right: 5%;
    }
    .grid-4 .grid-item:nth-of-type(odd) {
        clear: none;
    }
    .grid-4 .grid-item:nth-of-type(even) {
        margin-right: 5%;
    }
    .grid-4 .grid-item:nth-of-type(3n+3) {
        margin-right: 0;
    }
    .grid-4 .grid-item:nth-of-type(3n+4) {
        clear: both;
    }

    /* image grid: 5 per row */
    .grid-5 .grid-item {
        width: 22%;
        margin-right: 4%;
    }
    .grid-5 .grid-item:nth-of-type(even) {
        margin-right: 4%;
    }
    .grid-5 .grid-item:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    .grid-5 .grid-item:nth-of-type(3n+4) {
        clear: none;
    }
    .grid-5 .grid-item:nth-of-type(4n+4) {
        clear: none;
        margin-right: 0;
    }
    .grid-5 .grid-item:nth-of-type(4n+5) {
        clear: both;
    }

    /* default page template */
    .page-template-default article {
        width: 100%;
    }

    /* testimonials, brochures, & "repeating content template" pages */
    .page-template-page-testimonials-php article,
    .page-template-page-brochures-php article,
    .page-template-page-repeating-content-php article {
        width: 100%;
    }
    .page-template-page-testimonials-php .testimonials img,
    .page-template-page-brochures-php .brochures img,
    .page-template-page-repeating-content-php .repeating-content img {
        float: left;
        max-width: 50%;
        margin: 0 20px 10px 0;
    }

    .page-template-page-repeating-content-php .repeating-content-video {
        float: left;
        width: 300px;
        margin: 0 20px 10px 0;
    }
    .page-template-page-repeating-content-php .repeating-content-video .fluid-width-video-wrapper {
        margin: 0;
    }

    /*** 2-column (main content + sidebar) ***/
    .page-template-page-two-column-equal-width-php article {
        width: 49%;
    }
    .page-template-page-two-column-equal-width-php aside {
        width: 49%;
    }

    /***  site map (kwayy html sitemap plugin) ***/
    .page-id-138 article {
        width: 100%;
    }
    .kwayy-html-sitemap-wrapper h2.kwayy-page-title {
        float: left;
        width: 49%;
    }
    .kwayy-html-sitemap-wrapper ul.kwayy-page-list {
        clear: both; /* position page list under page heading */
        float: left;
        width: 49%;
    }
    .kwayy-html-sitemap-wrapper h2.kwayy-post-title,
    .kwayy-html-sitemap-wrapper ul.kwayy-post-list,
    .kwayy-html-sitemap-wrapper h2.kwayy-q-and-a-title,
    .kwayy-html-sitemap-wrapper ul.kwayy-q-and-a-list {
        float: right;
        width: 49%;
    }

    /*** blog, archive, and Q&A landing pages ***/

    .excerpt-wrapper .excerpt:nth-child(even) {
        float: right;
    }
    .excerpt-wrapper .excerpt {
        float: left;
        width: 47.7%;
        margin: 0 15px 20px 0;
        max-height: 10000px; /* re-enable equal height columns script */
    }
    .page-template-page-blog-php aside,
    .archive aside,
    .page-template-page-q-and-a-php aside,
    .page-template-page-q-and-a-category-archive-php aside {
        float: left;
        width: 30%;
    }
    .archive aside {
        margin-top: 10px;
    }
    .archive article {
        padding-top: 0;
        border: 0;
    }

    aside#q-and-a-search-results {
        float: none;
    }


    /* 404 */
    .error404 article {
        width: 100%;
    }

    /*** footer ***/
    footer {
        padding: 10px 40px 50px 40px;
    }
    footer #copy-login {
        position: absolute;
        right: 40px;
        margin: 20px 0 0 0;
        text-align: right;
    }
    footer #dadra {
        position: relative;
        top: -10px;
    }

} /* end global styles for medium, large, and full screens */



/*
--------------------------------------------------------
STYLES FOR MEDIUM SCREENS ::: 680px-742px
--------------------------------------------------------
*/

@media only screen and (min-width : 680px) and (max-width : 742px) {

    header {
        margin: 0 0 34px 0;
    }

    /*** nuts & bolts menu ***/
    #nuts-n-bolts-wrap {
        top: 7px;
        right: 195px;
    }

    /*** search ***/
    header #searchform {
        width: 140px;
    }
    header input#searchfield,
    header input#searchfield:focus {
        width: 90px;
    }

    /*** logo ***/
    a#logo {
        width: 160px;
        height: 80px;
        background-size: 160px 80px !important;
    }

    /*** global elements ***/
    #page {
        font-size: 15px;
    }
    .hgroup {
        padding: 14px 18px;
    }
    .hgroup h1,
    .hgroup a {
        font-size: 16px;
    }
    .hgroup h2 {
        padding: 1px 0 0 0;
        font-size: 15px;
    }

    /*** main content ***/
    article {
        float: left;
        width: 40%;
    }

    /*** aside ***/
    aside {
        margin: 0 0 30px 0;
        float: right;
        width: 56%;
    }

    /*** primary image links ***/
    a.image-link {
        width: 47.5%;
        margin-bottom: 18px;
    }

    /*** home ***/
    .home article, .home aside {
        float: none;
        width: 100%;
    }
    .home a.image-link {
        width: 48.5%;
    }
    .home a.image-link img {
        margin: 0 0 1px 0;
    }
    .home a.image-link h2 {
        padding: 7px 5px;
        font-size: 12px;
        color: #fff;
        background: #8c8b5e;
        font-weight: normal;
    }

    /*ask the experts block / recent projects block*/
    .home #home-ask-the-experts,
    .home #home-testimonials {
        margin: 0 0 30px 0;
        padding: 20px;
        font-size: 15px;
    }
    a.home-aside-img-link {
        display: inline-block;
        float: right;
        width: auto;
        margin: 0 0 0 30px;
    }
    .home #home-ask-the-experts img {
        display: block;
    }
    .home #home-ask-the-experts h2 a,
    .home #home-testimonials h2 a {
        font-size: 18px;
        font-weight: 600;
    }

    /***  site map (kwayy html sitemap plugin) ***/
    .kwayy-html-sitemap-wrapper h2.kwayy-post-title {
        margin-top: -33px; /* pull up the right column to match the left */
    }

    /*  FAQ page */
    .post-template-page-faq-php .hgroup h1 {
        color: #5D5E10;
    }
    .post-template-page-faq-php .hgroup h2 {
        font-size: 17px;
        color: #5D5E10;
    }

    /*** blog, archive, and Q&A landing pages ***/

    #blog-welcome {
        margin-right: auto;
    }
    .page-template-page-blog-php article,
    .archive article,
    .page-template-page-q-and-a-php article,
    .page-template-page-q-and-a-category-archive-php article {
        width: 100%;
    }
    .page-template-page-blog-php aside,
    .archive aside,
    .page-template-page-q-and-a-php aside,
    .page-template-page-q-and-a-category-archive-php aside {
        width: 100% !important;
        margin-bottom: 30px;
    }

    /* blog & Q&A single */

    .single article,
    .single aside {
        float: none;
        width: 100%;
    }
    .single-post h1,
    .single-q-and-a h1 {
        padding: 0;
        border: 0;
        font-size: 28px;
    }

    /*** footer questions ***/

    #footer-questions li {
        margin: 0 !important;
        padding: 0 0 10px 10px !important;
        color: #2f3001;
        list-style-type: none;
        background: url(images/bullet-medium.png) left 7px no-repeat;
    }

} /* end medium screens */

/*
--------------------------------------------------------
STYLES FOR LARGE-FULL SCREENS ::: 743+px
--------------------------------------------------------
*/

@media only screen and (min-width : 743px) {

    #header-content {
        position: relative;
        max-width: 1020px;
        margin: 0 auto;
    }

    /*** logo ***/
    a#logo {
        width: 199px;
        height: 100px;
        background-size: 199px 100px;
    }


    /*** nuts & bolts menu ***/
    #nuts-n-bolts-wrap {
        top: 24px;
        right: 220px;
    }
    ul#nuts-n-bolts li a,
    #nuts-n-bolts-wrap span {
        font-size: 12px;
    }

    /*** search ***/
    header #searchform {
        position: relative;
        top: 20px;
        right: 5px;
        width: 160px;
    }
    header input#searchfield,
    header input#searchfield:focus {
        width: 110px;
    }

    /*** NAVIGATION -- UberMenu plugin ***/

    /* top-level menu container */
    div.ubermenu  {
        margin: 40px 0 0 0 !important;
        width: 69% !important;
    }

    /* top-level items */
    div.ubermenu  > ul > li > a {
        padding: 5px 12px !important;
        font-size: .875em;
    }

    /* tab content & megamenu menu items */
    .ubermenu-tab-content-panel li a,
    .ubermenu-submenu-type-mega li a {
        margin: 0 0 26px 22px !important;
    }

    /* headings & "see all links" */
    .ubermenu-column-7-9 .ubermenu-custom-content  {
        padding: 22px 0 18px 22px !important;
        font-size: 1.7em;
    }

    /* non-tab content panels & sidebar */
    .uber-sidebar-dadra {
        padding-top: 5px !important;
        font-size: 1em !important;
    }

    /*** global elements ***/
    #page {
        max-width:100% !important;
        margin: 0 auto;
        padding-top: 140px;
        font-size: 16px;
    }
    
    .hgroup {
        padding: 16px 20px;
        font-size: 21px;
    }
    .hgroup h1,
    .hgroup a {
        font-size: 19px;
    }
    .hgroup h2 {
        padding: 1px 0 0 0;
        font-size: 17px;
    }

    /*** main content ***/
    article {
        float: left;
        width: 31%;
    }
    article h2 {
        font-size: 19px;
        line-height: 22px;
    }

    /*** aside ***/
    aside {
        margin: 0 0 30px 0;
        float: right;
        width: 65%;
    }
    aside h2 {
        font-size: 19px;
    }

    /*** primary image links ***/
    a.image-link {
        width: 48.2%;
        margin-bottom: 18px;
    }
    a.image-link img {
        margin: 0 0 1px 0;
    }
    a.image-link h2 {
        padding: 9px 5px;
        font-size: 12px;
        color: #fff;
        background: #8c8b5e;
        font-weight: normal;
    }
    a.image-link h2 br {
        display: none; /*disable break tag used on smaller screens*/
    }

    /*** home ***/
    .home article {
        float: left;
        width: 65.6%;
    }
    .home aside {
        margin: 0;
        float: right;
        width: 32%;
    }
    .home a.image-link {
        width: 47.8%;
    }

    #home-welcome {
        padding: 16px 20px 4px 20px;
        font-size: 13px;
    }


    /*ask the experts / recent projects*/
    .home #home-ask-the-experts,
    .home #home-testimonials {
        position: relative;
        padding: 16px 20px 58% 20px;
        font-size: 13px;
    }
    .home #home-testimonials {
        position: relative;
        padding: 16px 20px;
        font-size: 13px;
    }
    a.home-aside-img-link {
        position: absolute;
        bottom: 20px;
        left: 20px;
        display: block;
        float: none;
        width: 83%;
        margin: 0;
    }
    .home #home-ask-the-experts img {
        display: block;
    }
    .home #home-ask-the-experts h2 a,
    .home #home-testimonials h2 a {
        font-size: 16px;
    }

    /***  gallery pages ***/

    .project-downloads { /* hide project downloads on small screens */
        display: block;
        margin: 14px 0 30px 0;
        padding: 15px 20px;
        color: #000;
        font-size: 14px;
        background: #eae4ca;
    }
    .project-downloads h4 {
        margin: 0 0 10px 0;
        padding-left: 13px;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        background: url(images/download-arrow.png) left center no-repeat;
    }
    .project-downloads li {
        list-style-type: none;
        padding: 0 0 5px 0;
    }

    /***  site map (kwayy html sitemap plugin) ***/
    .kwayy-html-sitemap-wrapper h2.kwayy-post-title {
        margin-top: -36px; /* pull up the right column to match the left */
    }

    /*  FAQ page */
    .post-template-page-faq-php .hgroup h1 {
        font-size: 21px;
        color: #5D5E10;
    }
    .post-template-page-faq-php .hgroup h2 {
        padding: 1px 0 0 0;
        font-size: 19px;
        color: #5D5E10;
    }

    /*** blog, archive, and Q&A landing pages ***/

    #blog-welcome {
        float: left;
        width: 26%;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .page-template-page-blog-php article,
    .archive article,
    .page-template-page-q-and-a-php article,
    .page-template-page-q-and-a-category-archive-php article {
        float: right;
        width: 65.6%;
    }
    .page-template-page-blog-php aside,
    .archive aside,
    .page-template-page-q-and-a-php aside,
    .page-template-page-q-and-a-category-archive-php aside {
        margin: 0;
        float: left;
    }

    /* hide ask us a question button on larger screens */
    .question-button-q-and-a {
        display: none;
    }


    /* blog & Q&A single */
    #single-title-block {
        float: left;
        width: 31%;
    }
    .single-post h1,
    .single-q-and-a h1 {
        padding: 0;
        border: 0;
        font-size: 28px;
    }
    .single article {
        float: right;
        width: 65%;
    }
    .single aside {
        float: left;
        width: 31%;
    }

    /*** footer questions/comments ***/

    #footer-questions li {
        margin: 0 !important;
        padding: 0 0 10px 10px !important;
        background: url(images/bullet-medium.png) left 7px no-repeat;
    }


} /* end large screens */



/*
--------------------------------------------------------
FINAL TWEAKS FOR FULL SCREENS
--------------------------------------------------------
*/

@media only screen and (min-width : 940px) {

    #nuts-n-bolts-wrap {

    }
    ul#nuts-n-bolts li a,
    #nuts-n-bolts-wrap span {
        font-size: 13px;
    }

    /*** NAVIGATION -- UberMenu plugin ***/
    div.ubermenu  {
        margin: 39px 0 0 0 !important;
        width: 69% !important;
    }

    /* top-level items */
    div.ubermenu  > ul > li > a {
        padding: 5px 16px !important;
        font-size: .95em;
    }
    div.ubermenu  > ul > li.ubermenu-item-has-children > a {
        padding-right: 24px !important;
    }

    /* tab group */
    div.ubermenu  .ubermenu-tabs-group > li.ubermenu-tab > a.ubermenu-target {
        padding: 18px 30px 18px 20px !important;
    }

    /* non-tab content panels & sidebar */
    .uber-sidebar-dadra {
        font-size: 1.05em !important;
    }
    .uber-sidebar-dadra span {
        font-size: 1.3em !important;
    }

    /*** global elements ***/
    #page {
        padding-top: 144px;
    }

    /*** primary image links ***/
    a.image-link {
        width: 48.6%;
        margin-bottom: 18px;
    }
    a.image-link h2 {
        font-size: 13px;
    }

    .hgroup h1,
    .hgroup a {
        font-size: 21px;
    }
    .hgroup h2 {
        font-size: 19px;
    }

    /*** home ***/
    #home-welcome {
        padding: 16px 26px 5px 26px;
        font-size: 16px;
    }
    .home aside h2 {
        margin: 0 0 12px 0;
        font-size: 18px;
        text-transform: uppercase;
        font-family: "PT Sans Narrow";
        color: #5f6026;
        text-decoration: none !important;
    }

    .home #home-ask-the-experts {
        padding: 16px 26px 58% 26px;
        font-size: 16px;
    }
    .home #home-testimonials {
        padding: 16px 26px;
        font-size: 16px;
    }
    a.home-aside-img-link {
        width: 84%;
        left: 26px;
    }
    .home #home-ask-the-experts img {
        display: block;
    }
    .home #home-ask-the-experts h2 a,
    .home #home-testimonials h2 a {
        font-size: 18px;
    }


    /*  flexible content template
    ==================================================*/

    .project-intro-block img {
        width: 65%;
    }

    .bio-block-text {
        width: 67%;
    }

    /*** alternating content ***/
    .alternating-content h2.ac-heading {
        padding: 25px;
        font-size: 21px;
    }

    .alt-cont-row .ac-img-wrap {
        min-height: none;
    }

    .alternating-content .ac-text p {
        font-size: 16px;
    }

    /*** image grids ***/

    .grid-item img {
        margin: 0 0 5px 0;
    }

    /* image grid: 2 per row */
    .grid-2 .grid-item {
        width: 48%;
        margin-right: 4%;
    }
    .grid-2 .grid-item:nth-of-type(even) {
        margin-right: 0;
    }

    /* image grid: 3 per row */
    .grid-3 .grid-item {
        width: 31%;
        margin-right: 3.5%;
    }
    .grid-3 .grid-item:nth-of-type(even) {
        margin-right: 3.5%;
    }
    .grid-3 .grid-item:nth-of-type(3n+3) {
        margin-right: 0;
    }

    /* image grid: 4 per row */
    .grid-4 .grid-item {
        width: 22%;
        margin-right: 4%;
    }
    .grid-4 .grid-item:nth-of-type(even) {
        margin-right: 4%;
    }
    .grid-4 .grid-item:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    .grid-4 .grid-item:nth-of-type(3n+4) {
        clear: none;
    }
    .grid-4 .grid-item:nth-of-type(4n+4) {
        clear: none;
        margin-right: 0;
    }
    .grid-4 .grid-item:nth-of-type(4n+5) {
        clear: both;
    }

    /* image grid: 5 per row */
    .grid-5 .grid-item {
        width: 17.8%;
        margin-right: 2.75%;
    }
    .grid-5 .grid-item:nth-of-type(even) {
        margin-right: 2.75%;
    }
    .grid-5 .grid-item:nth-of-type(3n+3) {
        margin-right: 2.75%;
    }
    .grid-5 .grid-item:nth-of-type(4n+4) {
        margin-right: 2.75%;
    }
    .grid-5 .grid-item:nth-of-type(4n+5) {
        clear: none;
    }
    .grid-5 .grid-item:nth-of-type(5n+5) {
        clear: none;
        margin-right: 0;
    }
    .grid-5 .grid-item:nth-of-type(5n+6) {
        clear: both;
    }

    /* default page template */
    .page-template-default article {
        width: 800px;
    }

    /*** testimonials, brochures, & "repeating content template" pages ***/
    .page-template-page-testimonials-php article,
    .page-template-page-brochures-php article,
    .page-template-page-repeating-content-php article {
       /* width: 800px; */
    }


    /*** blog, archive, and Q&A landing pages ***/

    #blog-welcome {
        float: left;
        width: 27%;
    }
    .excerpt-wrapper .excerpt {
        width: 100%;
        margin: 0 0 28px 0;
    }
    .excerpt-wrapper .excerpt-text {
      /*  padding-right: 15px;
        padding-left: 15px; */
    }
    .comments-count,
    a.more-link {
        margin-left: -15px;
    }

    /* blog & Q&A single */
    .single-post h1,
    .single-q-and-a h1 {
        padding: 0;
        border: 0;
        font-size: 32px;
    }

    /* subscribe manage */
    .page-template-page-subscribe-php article {
        width: 80%;
    }


    /* search results page */
    .search article {
        width: 80%;
    }

    /* 404 */
    .error404 article {
        width: 80%;
    }

    /*** footer ***/
    footer {
        padding: 40px 40px 16px 40px;
    }
    #footer-content {
        position: relative;
        max-width: 1020px;
        margin: 0 auto 34px auto;
    }
    #footer-contact {
        /*float: right;*/
        width: 130px;
        margin: 4px 0 0 0;
    }
    #footer-popular-posts,
    #footer-recent-posts,
    #footer-questions {
        float: left;
        width: 21%;
        max-width: none;
        margin: 0 60px 0 0;
    }
    #footer-questions {
        margin: 0;
    }
    footer #copy-login {
        right: 0;
    }

    footer a#to-top {
        right: -20px;
        bottom: -50px;
    }

}

/*
----------------------------------------------------------------
11. SMALL SCREEN FIXED POSITIONING FOR WP TOOLBAR ON FRONT END
----------------------------------------------------------------
*/

@media only screen and (max-width : 600px) {

    #wpadminbar {
        position: fixed !important;
        top: 0 !important;
    }

}

/* conscio overrides */

     #page { max-width:1450px !important; }
     .grid-item img { width:100%; }
 article p, article h2 { padding-left:16px; } 
 .page-template-page-blog article h2,
 .page-template-page-blog article p,
 .archive article h2,
 .archive article p { padding-left:0px }
 .excerpt-wrapper .excerpt { background: #fff !important;}
 .comments-count { margin-left:0px !important;}
 
 #sidebar_widgets { padding: 16px; }
 .page-template-page-blog .comments-count,
 .page-template-page-q-and-a .comments-count { display: none }

.page-template-default article { float:none; margin:0 auto !important;}

/* new buttons */

.question-button-link,
#respond #submit
 { border-radius: 0 !important; color:#767741 !important; background: transparent !important; border:1px solid #5b5b5b}
 .question-button-link:hover,
#respond #submit:hover {
    color:#fff !important; background: #767741  !important;
}
#page { color:#626262}
#respond textarea { border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}
.banner-image { text-align: center !important;}
#share { width:0px;}
/* share in header */
#nuts-n-bolts-wrap #share a.addthis_button { border:2px solid #8c8b5e; width:29px; height:29px;background-position: center center;  border-radius: 50%; top:16px !important; background-image:url('images/plus.svg'); background-size:15px 15px }

@media screen and (min-width:769px) {
.new-comments-format { max-width:800px !important; margin: 0 auto; margin-top:50px;}
}
@media screen and (max-width:768px) {
        #nuts-n-bolts-wrap span.label { display: none}
        #nuts-n-bolts-wrap #share { width:35px; }
        #nuts-n-bolts-wrap #share a.addthis_button { margin-left:0px; }

}
.blog_top_content { max-width:800px !important; margin:0 auto; }
.blog_top_content img, 
.blog_top_content .wp-caption.alignright, 
.blog_top_content .wp-caption.alignleft,
.blog_top_content .wp-caption.aligncenter,
.aligncenter,
.alignleft,
.alignright,
.alignnone
 { width:100% !important; display:block; float:none; margin:0 !important }
 
 /* 20190822 */
 .banner-cta h3,
 .banner-cta h2 { font-size:16px; font-weight: normal; }
 
 /* 20200803 */
.text-column .intro-row .col-sm-12 { display: flex}
 html body #page.page-drill-down #drill-down #process-steps-row .text-column .intro-row > div .top-section { align-self: center}
 
 /* 20210121 */
 #mce-responses .response { height:auto !important}
 
/* 20220223 */
@media screen and (max-width:991px) {
    #page { padding-top:0px !important; }
.shiftnav-main-toggle-content-after { width:120px;}
#shiftnav-toggle-main.shiftnav-toggle-edge-right .shiftnav-toggle-burger { width:60px; }
}

.blog_top_content img.avatar { max-width:90px; float:left !important; margin-right:10px !important; margin-bottom:20px !important; }
.avatar:after { content:" "; clear: both;}
footer.author_bio_section { padding:10px; }

#author-info {width:100%; padding: 20px; background-color: #f0f0f0; margin-bottom:10px;border:2px solid; display: block; border-radius: 0; margin-bottom:20px;} 
#author-info .avatar { position: relative; top: 0; left: 0; float: left; margin-right:10px; } 
#author-description { margin-left: 100px; } 
#author-description h3 { margin-top:0px;margin-bottom:10px;}

/* 20251203 */
.popular-post-item {
  display: block;
  clear: both;
  padding: 5px 0;
  cursor: pointer;
  min-height: 60px;
}
.popular-post-item .img-container {
  background-image: url("/wp-content/themes/vermonttimberworks-2019/images/logo-short.png");
  width: 20%;
  height: 50px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.popular-post-item .text-container {
  width: 80%;
  display: inline-block;
  padding-left: 5px;
}
.popular-post-item .text-container p {
  margin: 0;
}
.popular-post-item .text-container .title {
  color: #ffffff;
  margin-bottom: 3px;
  font-size: 14px;
}
.popular-post-item .text-container .title a {
  color: #ffffff;
}
.popular-post-item .text-container .post-views {
  display: none;
}
.popular-post-item .text-container a.read-more {
  text-decoration: underline;
}
.popular-post-item .text-container a.read-more:before {
  content: "> ";
  color: #dfe08e;
  text-decoration: none;
  display: inline-block;
  padding-right: 1px;
}
.popular-post-item .text-container a.read-more:hover {
  font-weight: bold;
  color: #ffffff;
}
.contact-details-container .detail {
    overflow-wrap: normal;
    line-height: 1.3em;
}
.contact-details-container .detail p {
    margin-top: 0.5em;
}
.contact-details-container p {
    margin: 0;
}
header #header-content .ubermenu-main {
    width: 100% !important;
    margin: 0 !important;
}
header #header-content nav.navbar-default {
    position: relative;
    float: right;
    top: 65px;
    right: -160px;
    max-width: 700px;
    padding-right: 5px;
}
header #header-content nav.navbar-default .navbar-nav {
    flex-direction: row;
}
header #header-content nav.navbar-default .navbar-nav > li {
    font-size: 19px;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    height: 30px;
}
header #header-content nav.navbar-default .navbar-nav > li.active {
    border-bottom: 4px #eee9d4 solid;
}
header #header-content nav.navbar-default .navbar-nav > li.active:after {
    bottom: 4px;
}
header #header-content nav.navbar-default .navbar-nav > li:after {
    content: "  ";
    height: 20px;
    width: 2px;
    background-color: #eee9d4;
    position: absolute;
    bottom: 15px;
    right: 84px;
}
header #header-content nav.navbar-default .navbar-nav > li:last-child {
    border: none;
    padding-right: 0;
}
header #header-content nav.navbar-default .navbar-nav > li:last-child:after {
    display: none;
}
header #header-content nav.navbar-default .navbar-nav > li a {
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    color: #8c8b5e;
}
header #header-content nav.navbar-default .navbar-nav > li.dropdown:after {
    right: 0;
    bottom: 5px;
}
header #header-content nav.navbar-default .navbar-nav > li.dropdown a:after {
    display: none;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu {
    position: absolute;
    width: 93vw;
    max-width: 1375px;
    top: 25px;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li {
    display: inline-block;
    width: 31%;
    text-align: center;
    width: 340px;
    height: 160px;
    margin: 5px;
    background-position: center;
    background-size: cover;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li:nth-child(0) {
    left: -20%;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li > a {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li .hovered .child-links > a,
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li .hovered > a,
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li:hover .child-links > a,
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li:hover > a {
    color: #fff;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li .hovered .child-links > a:hover,
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li .hovered > a:hover,
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li:hover .child-links > a:hover,
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li:hover > a:hover {
    color: #dccf98 !important;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li .child-links {
    margin-bottom: 0;
    position: relative;
    min-height: 83%;
    cursor: pointer;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li .child-links a {
    display: none;
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li .child-links a.show {
    display: inline-block;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li .child-links a:nth-child(1),
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li .child-links a:nth-child(2) {
    margin-top: 10px;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu > li .child-links:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu .nav-cta {
    float: right;
    background: #a7a98a url(images/shop-drawing.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 294px auto;
    height: 330px;
    width: 48%;
    max-width: 295px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu .nav-cta .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu .nav-cta .container #row1 {
    line-height: 1;
    margin-bottom: 0;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu .nav-cta .container #row2 {
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
}
header #header-content nav.navbar-default .navbar-nav > li ul.dropdown-menu .nav-cta .container .cta-btn {
    color: #fff;
    padding: 3px 10px;
    width: 180px;
    background-color: #8c8b5e;
    margin: 0 auto;
}
header #header-content nav.navbar-default .navbar-nav > li.simple-dropdown ul.dropdown-menu {
    height: auto;
    width: auto;
    left: -80%;
}
header #header-content nav.navbar-default .navbar-nav > li.simple-dropdown ul.dropdown-menu li {
    padding: 5px 10px;
    background: 0 0;
    display: list-item;
    height: auto;
    width: auto;
    text-align: left;
}
header #header-content nav.navbar-default .navbar-nav > li.simple-dropdown ul.dropdown-menu li a {
    background-color: transparent;
    color: #8c8b5e;
}
header #header-content nav.navbar-default .navbar-nav > li:nth-child(1) ul.dropdown-menu {
    left: -568%;
}
header #header-content nav.navbar-default .navbar-nav > li:nth-child(2) ul.dropdown-menu {
    left: -417.5%;
}
header #header-content nav.navbar-default .navbar-nav > li:nth-child(3) ul.dropdown-menu {
    left: -823%;
}
header #header-content nav.navbar-default .navbar-nav > li:nth-child(4) ul.dropdown-menu {
    left: -1291%;
}
header #header-content nav.navbar-default .navbar-nav > li:nth-child(5) ul.dropdown-menu {
    left: -100%;
}
@media (max-width: 1480px) {
    header #header-content nav.navbar-default {
        position: absolute;
        right: 40px;
        top: 86px;
    }
    header #header-content nav.navbar-default .navbar-nav > li.thumbnail-dropdown > ul.dropdown-menu {
        width: 706px;
        position: absolute;
        right: 0 !important;
        margin-right: auto;
        margin-left: auto;
    }
    header #header-content nav.navbar-default .navbar-nav > li.thumbnail-dropdown > ul.dropdown-menu .nav-cta {
        height: 500px;
    }
    header #header-content nav.navbar-default .navbar-nav ul.dropdown-menu .nav-cta {
        display: none;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(1) ul.dropdown-menu {
        left: -188% !important;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(2) ul.dropdown-menu {
        left: -180%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(3) ul.dropdown-menu {
        left: -452%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(4) ul.dropdown-menu {
        left: -873%;
    }
}
@media (max-width: 1360px) {
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(1) ul.dropdown-menu {
        left: -309% !important;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(2) ul.dropdown-menu {
        left: -273%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(3) ul.dropdown-menu {
        left: -694%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(4) ul.dropdown-menu {
        left: -1210%;
    }
}
@media (max-width: 1200px) {
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(1) ul.dropdown-menu {
        left: -265% !important;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(2) ul.dropdown-menu {
        left: -228%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(3) ul.dropdown-menu {
        left: -607%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(4) ul.dropdown-menu {
        left: -1088%;
    }
}
@media (max-width: 1120px) {
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(1) ul.dropdown-menu {
        left: -240% !important;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(2) ul.dropdown-menu {
        left: -212%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(3) ul.dropdown-menu {
        left: -555%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(4) ul.dropdown-menu {
        left: -1016%;
    }
}
@media (max-width: 1050px) {
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(1) ul.dropdown-menu {
        left: -214% !important;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(2) ul.dropdown-menu {
        left: -196%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(3) ul.dropdown-menu {
        left: -505%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(4) ul.dropdown-menu {
        left: -945%;
    }
}
@media (max-width: 1020px) {
    header #header-content nav.navbar-default .navbar-nav > li > ul.dropdown-menu {
        width: 707px;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(1) ul.dropdown-menu {
        width: 706px;
        left: -40% !important;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(2) ul.dropdown-menu {
        width: 706px;
        left: -88%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(3) ul.dropdown-menu {
        width: 706px;
        left: -299%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(4) ul.dropdown-menu {
        width: 706px;
        left: -558%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(5) ul.dropdown-menu {
        left: -150%;
    }
}
@media (max-width: 891px) {
    header #header-content nav.navbar-default .navbar-nav > li {
        padding: 0 15px;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(1) ul.dropdown-menu {
        left: -222% !important;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(2) ul.dropdown-menu {
        left: -181%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(3) ul.dropdown-menu {
        left: -496%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(4) ul.dropdown-menu {
        left: -944%;
    }
    header #header-content #nuts-n-bolts {
        margin-right: 3px;
    }
    header #header-content #nuts-n-bolts li {
        padding: 0 3px;
    }
}
@media (max-width: 760px) {
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(1) ul.dropdown-menu {
        left: -238% !important;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(2) ul.dropdown-menu {
        left: -181%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(3) ul.dropdown-menu {
        left: -520%;
    }
    header #header-content nav.navbar-default .navbar-nav > li:nth-child(4) ul.dropdown-menu {
        left: -1048%;
    }
    header #header-content nav.navbar-default .navbar-nav > li {
        padding: 0 10px;
    }
}
@media (max-width: 743px) {
    header #header-content nav.navbar-default {
        top: 65px;
    }
}
#header-content #nuts-n-bolts-wrap ul#nuts-n-bolts {
    top: 12px;
    position: relative;
}
#header-content #nuts-n-bolts-wrap ul#nuts-n-bolts > li {
    border-right: 1px solid #924928;
}
#header-content #nuts-n-bolts-wrap ul#nuts-n-bolts > li a {
    color: #924928;
}
#header-content #nuts-n-bolts-wrap span#phone-number {
    color: #924928;
    top: 12px;
    position: relative;
    padding-right: 5px;
}
#header-content #nuts-n-bolts-wrap > a:hover {
    text-decoration: none;
    color: transparent;
}
#header-content #nuts-n-bolts-wrap > a i.fa {
    font-size: 30px;
    color: #8c8b5e;
    top: 17px;
    position: relative;
    margin-right: 3px;
    margin-left: 3px;
}
#header-content #nuts-n-bolts-wrap > a i.fa:hover {
    font-weight: 600;
}
#page #header-banner-row {
    position: relative;
    width: 100%;
    height: 62vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
}
#page #header-banner-row .banner-image {
    height: 100%;
    width: 100%;
}
@media (max-width: 767px) {
    #page #header-banner-row .banner-image {
        display: none;
    }
}
#page #header-banner-row .banner-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
#page #header-banner-row .mobile-banner-image {
    display: none;
}
@media (max-width: 767px) {
    #page #header-banner-row .mobile-banner-image {
        display: block;
    }
}
#page #header-banner-row .banner-cta {
    width: 45%;
    position: absolute;
    color: #fff;
    padding: 15px 15px 5px 100px;
    text-align: left;
}
#page #header-banner-row .banner-cta.left-top {
    left: 0;
    top: 0;
}
#page #header-banner-row .banner-cta.left-middle {
    left: 0;
    top: 40%;
}
#page #header-banner-row .banner-cta.left-bottom {
    left: 0;
    bottom: 0;
}
#page #header-banner-row .banner-cta.right-top {
    right: 0;
    top: 0;
    padding-left: 15px;
    padding-right: 100px;
}
#page #header-banner-row .banner-cta.right-middle {
    right: 0;
    top: 40%;
    padding-left: 15px;
    padding-right: 100px;
}
#page #header-banner-row .banner-cta.right-bottom {
    right: 0;
    bottom: 0;
    padding-left: 15px;
    padding-right: 100px;
}
#page #header-banner-row .banner-cta h1 {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
}
#page #header-banner-row .banner-cta p {
    color: #fff !important;
    margin-bottom: 10px;
    line-height: 125%;
}
#page.page-drill-down #header-banner-row {
    height: 60vh;
}
.swiper .swiper-wrapper .swiper-slide.zoom-in .banner-image img {
    transform: scale(1) translateZ(0) rotate(0.01deg);
}
.swiper .swiper-wrapper .swiper-slide.zoom-in.swiper-slide-active .banner-image img {
    transform: scale(1.08) translateZ(0) rotate(0.01deg);
}
.swiper .swiper-wrapper .swiper-slide.zoom-out .banner-image img {
    transform: scale(1.08) translateZ(0) rotate(0.01deg);
}
.swiper .swiper-wrapper .swiper-slide.zoom-out.swiper-slide-active .banner-image img {
    transform: scale(1) translateZ(0) rotate(0.01deg);
}
.swiper .swiper-wrapper .swiper-slide .banner-image {
    overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide .banner-image img {
    transition: 2.5s transform;
    transform-origin: 0 0;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    color: #8e9078;
}
@media (max-width: 1400px) {
    #page #header-banner-row {
        width: 100%;
    }
}
@media (max-width: 767px) {
    #page #header-banner-row {
        height: 240px !important;
        background-size: 100% auto;
    }
    #page #header-banner-row .banner-cta {
        display: none;
    }
}
#page main .cta-btn {
    background: #8c8b5e;
    border: 1px #8c8b5e solid;
    color: #fff;
}
#page main .cta-btn:hover {
    background: #eee9d4;
    border: 1px #8c8b5e solid;
    color: #8c8b5e;
}
#page main .cta-link .cta-btn,
#page main .cta-link .ninja-forms-field[type="button"],
#page main .nf-field-element .cta-btn,
#page main .nf-field-element .ninja-forms-field[type="button"] {
    padding: 3px 67px;
    display: inline-block;
    border: 2px #8c8b5e solid;
    color: #fff;
    background: #8c8b5e;
}
#page main .cta-link .cta-btn:hover,
#page main .cta-link .ninja-forms-field[type="button"]:hover,
#page main .nf-field-element .cta-btn:hover,
#page main .nf-field-element .ninja-forms-field[type="button"]:hover {
    background: #eee9d4;
    border: 2px #8c8b5e solid;
    color: #8c8b5e;
}
#page main .image-link .cta-btn {
    border: 2px #8c8b5e solid;
    margin-top: 4px !important;
    padding: 7px 5px;
    font-size: 13px;
}
#page main .image-link:hover .cta-btn {
    background: #eee9d4;
    border: 2px #8c8b5e solid;
    color: #8c8b5e;
}
#page main #intro-row > div,
#page main .intro-row > div {
    margin: 0 auto;
}
#page main #intro-row .title-container,
#page main .intro-row .title-container {
    margin-bottom: 15px;
}
#page main #intro-row .title-container .section-title,
#page main .intro-row .title-container .section-title {
    display: inline-block;
    border-bottom: 3px #8c8b5e solid;
    font-weight: 300;
    padding: 5px;
}
#page main .full-bleed-row {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f0f0e5;
    background-image: url(images/ask_experts_background-reverse.jpg), url(images/ask_experts_background.jpg);
    background-position:
        -30% 50%,
        110% 50%;
    background-repeat: no-repeat, no-repeat;
    border-top: 2px #bebea1 solid;
    border-bottom: 2px #bebea1 solid;
}
#page main .full-bleed-row:hover {
    border-top: 2px #969669 solid;
    border-bottom: 2px #969669 solid;
}
#page main .full-bleed-row .full-bleed-container {
    text-align: left;
    padding-top: 15px;
    opacity: 1;
}
#page main .full-bleed-row .full-bleed-container > div {
    padding: 0 !important;
}
#page main .full-bleed-row .full-bleed-container .title-container {
    margin-top: 10px;
}
#page main .full-bleed-row .full-bleed-container .title-container h2 {
    color: #3d4a23;
    display: inline-block;
    font-weight: 300;
    padding: 0 3px;
    font-size: 2.5em;
}
#page main .full-bleed-row .full-bleed-container .title-container h2:first-of-type {
    font-weight: 600;
    padding-left: 0 !important;
}
#page main .full-bleed-row .full-bleed-container > p {
    margin-bottom: -15px;
    font-style: italic;
    width: 80%;
}
#page main .full-bleed-row .full-bleed-container .cta-link .cta-btn {
    color: #fff;
    float: right;
    background: #8c8b5e;
    border: none;
    font-weight: 600;
    font-size: 20px;
    padding: 7px 50px;
}
#page main .full-bleed-row .full-bleed-container .cta-link .cta-btn:hover {
    color: #8c8b5e;
    background: #c2c1a3;
}
@media (max-width: 1160px) {
    #page main .full-bleed-row {
        background: #f0f0e5;
        background-image: url(images/ask_experts_background.jpg);
        background-position: 110% 50%;
        background-repeat: no-repeat;
    }
}
@media (max-width: 1160px) {
    #page main .full-bleed-row .full-bleed-container > p {
        margin-bottom: 0;
    }
}
a {
    color: #b5633b;
}
a:hover {
    color: #8c8b5e;
    text-decoration: none;
}
aside#blog li a {
    color: #b5633b;
}
aside#q-and-a-sidebar li a {
    color: #b5633b;
}
article a {
    color: #b5633b;
}
.page-template-page-brochures-php .brochures h3 a,
.page-template-page-repeating-content-php .repeating-content h3 a,
.page-template-page-testimonials-php .testimonials h3 a {
    color: #b5633b !important;
}
.page-blank h1,
.page-blank h2,
.page-blank p,
.page-two-column h1,
.page-two-column h2,
.page-two-column p {
    color: #626262;
    font-family: "Source Sans Pro", sans-serif;
}
.page-blank h1,
.page-blank h2,
.page-two-column h1,
.page-two-column h2 {
    border-bottom: 3px #8c8b5e solid;
    font-size: 2rem;
    font-weight: 300;
    display: inline-block;
    margin: 15px 0;
}
#q-and-a-sidebar,
main #mc_embed_signup,
main .nf-form-cont {
    color: #8c8b5e;
}
#q-and-a-sidebar .mc-field-group,
#q-and-a-sidebar .nf-field-container,
main #mc_embed_signup .mc-field-group,
main #mc_embed_signup .nf-field-container,
main .nf-form-cont .mc-field-group,
main .nf-form-cont .nf-field-container {
    margin-bottom: 0;
    padding-bottom: 1% !important;
}
#q-and-a-sidebar .mc-field-group .indicates-required,
#q-and-a-sidebar .mc-field-group .mce_inline_error,
#q-and-a-sidebar .mc-field-group h1,
#q-and-a-sidebar .mc-field-group input,
#q-and-a-sidebar .mc-field-group label,
#q-and-a-sidebar .mc-field-group p,
#q-and-a-sidebar .mc-field-group select option,
#q-and-a-sidebar .nf-field-container .indicates-required,
#q-and-a-sidebar .nf-field-container .mce_inline_error,
#q-and-a-sidebar .nf-field-container h1,
#q-and-a-sidebar .nf-field-container input,
#q-and-a-sidebar .nf-field-container label,
#q-and-a-sidebar .nf-field-container p,
#q-and-a-sidebar .nf-field-container select option,
main #mc_embed_signup .mc-field-group .indicates-required,
main #mc_embed_signup .mc-field-group .mce_inline_error,
main #mc_embed_signup .mc-field-group h1,
main #mc_embed_signup .mc-field-group input,
main #mc_embed_signup .mc-field-group label,
main #mc_embed_signup .mc-field-group p,
main #mc_embed_signup .mc-field-group select option,
main #mc_embed_signup .nf-field-container .indicates-required,
main #mc_embed_signup .nf-field-container .mce_inline_error,
main #mc_embed_signup .nf-field-container h1,
main #mc_embed_signup .nf-field-container input,
main #mc_embed_signup .nf-field-container label,
main #mc_embed_signup .nf-field-container p,
main #mc_embed_signup .nf-field-container select option,
main .nf-form-cont .mc-field-group .indicates-required,
main .nf-form-cont .mc-field-group .mce_inline_error,
main .nf-form-cont .mc-field-group h1,
main .nf-form-cont .mc-field-group input,
main .nf-form-cont .mc-field-group label,
main .nf-form-cont .mc-field-group p,
main .nf-form-cont .mc-field-group select option,
main .nf-form-cont .nf-field-container .indicates-required,
main .nf-form-cont .nf-field-container .mce_inline_error,
main .nf-form-cont .nf-field-container h1,
main .nf-form-cont .nf-field-container input,
main .nf-form-cont .nf-field-container label,
main .nf-form-cont .nf-field-container p,
main .nf-form-cont .nf-field-container select option {
    color: #8c8b5e;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
}
#q-and-a-sidebar .mc-field-group h1,
#q-and-a-sidebar .nf-field-container h1,
main #mc_embed_signup .mc-field-group h1,
main #mc_embed_signup .nf-field-container h1,
main .nf-form-cont .mc-field-group h1,
main .nf-form-cont .nf-field-container h1 {
    border-bottom: 3px #8c8b5e;
}
#q-and-a-sidebar .mc-field-group input,
#q-and-a-sidebar .mc-field-group textarea,
#q-and-a-sidebar .nf-field-container input,
#q-and-a-sidebar .nf-field-container textarea,
main #mc_embed_signup .mc-field-group input,
main #mc_embed_signup .mc-field-group textarea,
main #mc_embed_signup .nf-field-container input,
main #mc_embed_signup .nf-field-container textarea,
main .nf-form-cont .mc-field-group input,
main .nf-form-cont .mc-field-group textarea,
main .nf-form-cont .nf-field-container input,
main .nf-form-cont .nf-field-container textarea {
    border: 1px #eee9d4 solid;
    border-color: #cccbb3;
    padding: 8px;
    border-radius: 3px;
}
#q-and-a-sidebar .mc-field-group input:focus,
#q-and-a-sidebar .mc-field-group textarea:focus,
#q-and-a-sidebar .nf-field-container input:focus,
#q-and-a-sidebar .nf-field-container textarea:focus,
main #mc_embed_signup .mc-field-group input:focus,
main #mc_embed_signup .mc-field-group textarea:focus,
main #mc_embed_signup .nf-field-container input:focus,
main #mc_embed_signup .nf-field-container textarea:focus,
main .nf-form-cont .mc-field-group input:focus,
main .nf-form-cont .mc-field-group textarea:focus,
main .nf-form-cont .nf-field-container input:focus,
main .nf-form-cont .nf-field-container textarea:focus {
    border-color: #8c8b5e;
}
#q-and-a-sidebar .mc-field-group textarea,
#q-and-a-sidebar .nf-field-container textarea,
main #mc_embed_signup .mc-field-group textarea,
main #mc_embed_signup .nf-field-container textarea,
main .nf-form-cont .mc-field-group textarea,
main .nf-form-cont .nf-field-container textarea {
    width: 100%;
}
#q-and-a-sidebar .mc-field-group br,
#q-and-a-sidebar .nf-field-container br,
main #mc_embed_signup .mc-field-group br,
main #mc_embed_signup .nf-field-container br,
main .nf-form-cont .mc-field-group br,
main .nf-form-cont .nf-field-container br {
    display: none;
}
#q-and-a-sidebar .mc-field-group select,
#q-and-a-sidebar .nf-field-container select,
main #mc_embed_signup .mc-field-group select,
main #mc_embed_signup .nf-field-container select,
main .nf-form-cont .mc-field-group select,
main .nf-form-cont .nf-field-container select {
    background-color: #e0e0d1;
    color: #8c8b5e;
    border: #8c8b5e 1px solid;
    height: 30px;
    width: 100%;
}
#q-and-a-sidebar .mc-field-group select option,
#q-and-a-sidebar .nf-field-container select option,
main #mc_embed_signup .mc-field-group select option,
main #mc_embed_signup .nf-field-container select option,
main .nf-form-cont .mc-field-group select option,
main .nf-form-cont .nf-field-container select option {
    color: #8c8b5e;
    font-size: 20px;
    font-weight: 500;
}
#q-and-a-sidebar .mc-field-group .nf-field-label,
#q-and-a-sidebar .nf-field-container .nf-field-label,
main #mc_embed_signup .mc-field-group .nf-field-label,
main #mc_embed_signup .nf-field-container .nf-field-label,
main .nf-form-cont .mc-field-group .nf-field-label,
main .nf-form-cont .nf-field-container .nf-field-label {
    margin-bottom: 3px;
}
#q-and-a-sidebar .indicates-required,
#q-and-a-sidebar .nf-form-fields-required,
main #mc_embed_signup .indicates-required,
main #mc_embed_signup .nf-form-fields-required,
main .nf-form-cont .indicates-required,
main .nf-form-cont .nf-form-fields-required {
    display: none !important;
}
#q-and-a-sidebar .nf-field-element input.nf-element[value="Submit"],
#q-and-a-sidebar input.button[type="submit"],
main #mc_embed_signup .nf-field-element input.nf-element[value="Submit"],
main #mc_embed_signup input.button[type="submit"],
main .nf-form-cont .nf-field-element input.nf-element[value="Submit"],
main .nf-form-cont input.button[type="submit"] {
    padding: 3px 67px;
    background: #8c8b5e;
    border: 1px #eee9d4 solid;
    color: #fff;
    height: auto !important;
    line-height: 24px;
    font-size: 16px;
}
#q-and-a-sidebar .nf-field-element input.nf-element[value="Submit"]:hover,
#q-and-a-sidebar input.button[type="submit"]:hover,
main #mc_embed_signup .nf-field-element input.nf-element[value="Submit"]:hover,
main #mc_embed_signup input.button[type="submit"]:hover,
main .nf-form-cont .nf-field-element input.nf-element[value="Submit"]:hover,
main .nf-form-cont input.button[type="submit"]:hover {
    background: #eee9d4;
    border: 1px #8c8b5e solid;
    color: #8c8b5e;
}
#q-and-a-sidebar .ask-experts-form-container,
main #mc_embed_signup .ask-experts-form-container,
main .nf-form-cont .ask-experts-form-container {
    padding-bottom: 30px;
}
#q-and-a-sidebar div#mce-responses,
main #mc_embed_signup div#mce-responses,
main .nf-form-cont div#mce-responses {
    padding: 0;
    margin-left: 0;
}
main#blank-page .nf-table-display {
    width: 100%;
}
.image-link-row#project-thumbnail-row {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}
.image-link-row > div > .image-link {
    width: 100%;
}
.image-link-row > div > .image-link img {
    width: 100%;
}
.image-link-row > div > .image-link h2.cta-btn {
    text-transform: capitalize;
}
.accordion {
  margin: 50px 0;
}
.accordion .accordion-item:not(:last-child) {
  margin-bottom: 18px;
}
.accordion .accordion-item .accordion-title {
  background: #8C8B5E;
  color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 34px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 35px */
  margin: 0;
}
.accordion .accordion-item .accordion-title .title {
  background: transparent;
  color: #F5F5F5;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 35px */
  margin: 0;
}
.accordion .accordion-item .accordion-body {
  background: #F5F5F5;
  padding: 16px 34px 34px 34px;
  text-align: left;
}
.accordion .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-body .custom-gallery {
  display: flex;
}
@media (max-width: 800px) {
  .accordion .accordion-item .accordion-body .custom-gallery {
    flex-wrap: wrap;
  }
}
.accordion .accordion-item .accordion-body .custom-gallery .gallery-item {
  aspect-ratio: 273/195;
  margin-left: 60px;
  flex: 0 1 22%;
  max-width: 273px;
  width: 22%;
}
@media (max-width: 1000px) {
  .accordion .accordion-item .accordion-body .custom-gallery .gallery-item {
    margin-left: 20px;
  }
}
@media (max-width: 800px) {
  .accordion .accordion-item .accordion-body .custom-gallery .gallery-item {
    flex: 0 1 48%;
    margin: 1%;
  }
}
.accordion .accordion-item .accordion-body .custom-gallery .gallery-item:first-child {
  margin-left: 0;
}
@media (max-width: 800px) {
  .accordion .accordion-item .accordion-body .custom-gallery .gallery-item:first-child {
    margin: 1%;
  }
}
.accordion .accordion-item .accordion-body .custom-gallery .gallery-item img, .accordion .accordion-item .accordion-body .custom-gallery .gallery-item .img-container {
  aspect-ratio: 273/195;
  height: 100%;
  max-height: 200px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.accordion .accordion-item .accordion-body .custom-gallery .gallery-item .caption {
    font-size: 14px;
    padding: 10px 0 0 0;
}
header {
    position: fixed;
}
header #header-content {
    max-width: 1450px;
    border-bottom: #a7a98a 2px solid;
}
#top-nav-header.scrolled {
    background-color: #fbfbfa;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
html body #page.page-home,
html body #page.page-home2025 {
    width: 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
html body #page.page-home #homepage .title-container .section-title,
html body #page.page-home2025 #homepage .title-container .section-title {
    display: inline-block;
    border-bottom: 3px #8c8b5e solid;
    font-weight: 300;
    padding: 5px;
}
html body #page.page-home #homepage > .container-fluid > .container > div,
html body #page.page-home2025 #homepage > .container-fluid > .container > div {
    padding-top: 25px;
    padding-bottom: 25px;
}
html body #page.page-home #homepage > div,
html body #page.page-home2025 #homepage > div {
    text-align: center;
}
html body #page.page-home #homepage #timber-details > div:first-child,
html body #page.page-home2025 #homepage #timber-details > div:first-child {
    margin: 0 auto;
}
html body #page.page-home #homepage #timber-details > .thumbnail-row,
html body #page.page-home2025 #homepage #timber-details > .thumbnail-row {
    margin: 25px auto;
}
html body #page.page-home #homepage #timber-details > .thumbnail-row > div a.image-link,
html body #page.page-home2025 #homepage #timber-details > .thumbnail-row > div a.image-link {
    width: 100%;
}
html body #page.page-home #homepage #timber-details > .thumbnail-row > div a.image-link .img-container,
html body #page.page-home2025 #homepage #timber-details > .thumbnail-row > div a.image-link .img-container {
    min-width: 100%;
    height: 285px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    width: 10vw;
}
html body #page.page-home #homepage #timber-details > .thumbnail-row > div a.image-link .img-container > img,
html body #page.page-home2025 #homepage #timber-details > .thumbnail-row > div a.image-link .img-container > img {
    display: none;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
html body #page.page-home #homepage #testimonials-row > div,
html body #page.page-home2025 #homepage #testimonials-row > div {
    padding: 10px 20px;
    width: 94%;
}
html body #page.page-home #homepage #testimonials-row > div .testimonial-card,
html body #page.page-home2025 #homepage #testimonials-row > div .testimonial-card {
    text-align: left;
    height: 200px;
    border: 2px #eee9d4 solid;
}
html body #page.page-home #homepage #testimonials-row > div .testimonial-card:hover,
html body #page.page-home2025 #homepage #testimonials-row > div .testimonial-card:hover {
    background: #fafafa;
}
html body #page.page-home #homepage #testimonials-row > div .testimonial-card > div,
html body #page.page-home2025 #homepage #testimonials-row > div .testimonial-card > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 20px;
    width: 100%;
}
html body #page.page-home #homepage #testimonials-row > div .testimonial-card .quote-container,
html body #page.page-home2025 #homepage #testimonials-row > div .testimonial-card .quote-container {
    font-size: 15px;
}
html body #page.page-home #homepage #testimonials-row > div .testimonial-card .quote-container p,
html body #page.page-home2025 #homepage #testimonials-row > div .testimonial-card .quote-container p {
    margin: 0 0 15px;
}
html body #page.page-home #homepage #testimonials-row > div .testimonial-card #name,
html body #page.page-home2025 #homepage #testimonials-row > div .testimonial-card #name {
    margin-bottom: 0;
    font-weight: 700;
}
html body #page.page-home #homepage #testimonials-row > div .testimonial-card #company,
html body #page.page-home2025 #homepage #testimonials-row > div .testimonial-card #company {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    margin-top: -6px;
}
html body #page.page-home #homepage #ask-experts-row .ask-experts-container .title-container > h2,
html body #page.page-home2025 #homepage #ask-experts-row .ask-experts-container .title-container > h2 {
    padding: 0 20px;
    font-size: 2.5em;
}
html body #page.page-home #homepage #ask-experts-row .ask-experts-container .title-container > h2:first-of-type,
html body #page.page-home2025 #homepage #ask-experts-row .ask-experts-container .title-container > h2:first-of-type {
    padding-right: 30px;
    border-right: 8px #8c8b5e solid;
}
html body #page.page-home #homepage #ask-experts-row .ask-experts-container .title-container > h2:last-of-type,
html body #page.page-home2025 #homepage #ask-experts-row .ask-experts-container .title-container > h2:last-of-type {
    font-weight: 400;
}
html body #page.page-home #homepage #portfolio-row .title-container,
html body #page.page-home2025 #homepage #portfolio-row .title-container {
    margin: 0 auto;
    padding-top: 20px;
}
html body #page.page-home #homepage #portfolio-row .title-container h4,
html body #page.page-home2025 #homepage #portfolio-row .title-container h4 {
    margin-top: 15px;
    font-weight: 200;
}
html body #page.page-home #homepage #portfolio-example-row .portfolio-container .portfolio-item,
html body #page.page-home2025 #homepage #portfolio-example-row .portfolio-container .portfolio-item {
    margin-bottom: 40px;
}
html body #page.page-home #homepage #portfolio-example-row .portfolio-container .portfolio-item .image-container,
html body #page.page-home2025 #homepage #portfolio-example-row .portfolio-container .portfolio-item .image-container {
    width: 470px;
    overflow: hidden;
}
html body #page.page-home #homepage #portfolio-example-row .portfolio-container .portfolio-item .image-container img,
html
    body
    #page.page-home2025
    #homepage
    #portfolio-example-row
    .portfolio-container
    .portfolio-item
    .image-container
    img {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}
html body #page.page-home #homepage #portfolio-example-row .portfolio-container .portfolio-item .text-container,
html body #page.page-home2025 #homepage #portfolio-example-row .portfolio-container .portfolio-item .text-container {
    text-align: left;
}
html body #page.page-home #homepage #portfolio-example-row .portfolio-container .portfolio-item .text-container h2,
html body #page.page-home2025 #homepage #portfolio-example-row .portfolio-container .portfolio-item .text-container h2 {
    font-weight: 200;
}
html body #page.page-home #homepage #portfolio-example-row .portfolio-container .portfolio-item .text-container > p,
html
    body
    #page.page-home2025
    #homepage
    #portfolio-example-row
    .portfolio-container
    .portfolio-item
    .text-container
    > p {
    font-size: 15px;
    margin-bottom: 35px;
}
html
    body
    #page.page-home
    #homepage
    #portfolio-example-row
    .portfolio-container
    .portfolio-item
    .text-container
    .cta-btn,
html
    body
    #page.page-home2025
    #homepage
    #portfolio-example-row
    .portfolio-container
    .portfolio-item
    .text-container
    .cta-btn {
    bottom: 0;
    font-size: 17px;
}
#home-page .hgroup h1 {
    font-weight: 700;
}
@media (max-width: 767px) {
    html body #page.page-home #homepage > .container-fluid > .container > div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    html body #page.page-home #homepage .image-container {
        max-width: auto;
    }
    html body #page.page-home #homepage .portfolio-item .text-container {
        padding-top: 20px;
    }
    html body #page.page-home #homepage .portfolio-item .text-container > p {
        margin-bottom: 15px !important;
    }
    html body #page.page-home #homepage .portfolio-item .text-container .cta-btn {
        position: relative !important;
    }
    html body #page.page-home #homepage #ask-experts-row {
        margin-top: 20px;
        margin-bottom: 20px;
        background: rgba(240, 240, 229, 0.7);
    }
}
body {
    height: 100%;
}
html body #page.page-drill-down {
    width: 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 135px;
}
html body #page.page-drill-down #drill-down > div,
html body #page.page-drill-down2025 #drill-down > div {
    text-align: center;
}
html body #page.page-drill-down #drill-down .container-fluid .container > div,
html body #page.page-drill-down2025 #drill-down .container-fluid .container > div {
    padding-top: 25px;
    padding-bottom: 25px;
}
html body #page.page-drill-down #drill-down #top-links,
html body #page.page-drill-down2025 #drill-down #top-links {
    padding-top: 10px;
}
html body #page.page-drill-down #drill-down #top-links > div,
html body #page.page-drill-down2025 #drill-down #top-links > div {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
html body #page.page-drill-down #drill-down #top-links > div .cta-link .cta-btn,
html body #page.page-drill-down2025 #drill-down #top-links > div .cta-link .cta-btn {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
html body #page.page-drill-down #drill-down #process-steps-row > .row,
html body #page.page-drill-down2025 #drill-down #process-steps-row > .row {
    padding-top: 0;
    padding-bottom: 0;
}
html body #page.page-drill-down #drill-down #process-steps-row .text-column .intro-row,
html body #page.page-drill-down2025 #drill-down #process-steps-row .text-column .intro-row {
    height: 100%;
    min-height: 490px;
}
html body #page.page-drill-down #drill-down #process-steps-row .text-column .intro-row > div,
html body #page.page-drill-down2025 #drill-down #process-steps-row .text-column .intro-row > div {
    height: 100%;
    padding: 10px 10px;
}
html body #page.page-drill-down #drill-down #process-steps-row .text-column .intro-row > div .top-section,
html body #page.page-drill-down2025 #drill-down #process-steps-row .text-column .intro-row > div .top-section {
    position: relative;
    align-self: center;
}
html
    body
    #page.page-drill-down
    #drill-down
    #process-steps-row
    .text-column
    .intro-row
    > div
    .top-section
    .title-container
    a,
html
    body
    #page.page-drill-down
    #drill-down
    #process-steps-row
    .text-column
    .intro-row
    > div
    .top-section
    .title-container
    h2,
html
    body
    #page.page-drill-down2025
    #drill-down
    #process-steps-row
    .text-column
    .intro-row
    > div
    .top-section
    .title-container
    a,
html
    body
    #page.page-drill-down
    #drill-down
    #process-steps-row
    .text-column
    .intro-row
    > div
    .top-section
    .title-container
    a:hover,
html
    body
    #page.page-drill-down
    #drill-down
    #process-steps-row
    .text-column
    .intro-row
    > div
    .top-section
    .title-container
    h2:hover,
html
    body
    #page.page-drill-down2025
    #drill-down
    #process-steps-row
    .text-column
    .intro-row
    > div
    .top-section
    .title-container
    a:hover,
html
    body
    #page.page-drill-down2025
    #drill-down
    #process-steps-row
    .text-column
    .intro-row
    > div
    .top-section
    .title-container
    h2:hover {
    text-decoration: none;
}
html body #page.page-drill-down #drill-down #process-steps-row .text-column .cta-link-container,
html body #page.page-drill-down2025 #drill-down #process-steps-row .text-column .cta-link-container {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
html body #page.page-drill-down #drill-down #process-steps-row .image-column,
html body #page.page-drill-down2025 #drill-down #process-steps-row .image-column {
    padding-left: 0;
    padding-right: 0;
}
html body #page.page-drill-down #drill-down #process-steps-row .image-column .img-container,
html body #page.page-drill-down2025 #drill-down #process-steps-row .image-column .img-container {
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    cursor: pointer;
}
html body #page.page-drill-down #drill-down #portfolio-row .thumbnail-row .row > div,
html body #page.page-drill-down2025 #drill-down #portfolio-row .thumbnail-row .row > div {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}
html body #page.page-drill-down #drill-down #portfolio-row .thumbnail-row .image-link,
html body #page.page-drill-down2025 #drill-down #portfolio-row .thumbnail-row .image-link {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
html body #page.page-drill-down #drill-down #portfolio-row .thumbnail-row .image-link .img-container,
html body #page.page-drill-down2025 #drill-down #portfolio-row .thumbnail-row .image-link .img-container {
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
}
html body #page.page-drill-down #drill-down #portfolio-row .thumbnail-row .image-link a,
html body #page.page-drill-down2025 #drill-down #portfolio-row .thumbnail-row .image-link a {
    font-size: 15px;
}
html body #page.page-drill-down #drill-down #portfolio-row .thumbnail-row .image-link a:hover,
html body #page.page-drill-down2025 #drill-down #portfolio-row .thumbnail-row .image-link a:hover {
    text-decoration: none;
}
html body #page.page-drill-down #drill-down #portfolio-row .thumbnail-row.with-example-links .example-links-container,
html
    body
    #page.page-drill-down2025
    #drill-down
    #portfolio-row
    .thumbnail-row.with-example-links
    .example-links-container {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 3px #8c8b5e solid;
    margin-bottom: 10px;
    min-height: 156px;
}
html body #page.page-drill-down #drill-down #portfolio-row .thumbnail-row.with-example-links .example-links-container a,
html
    body
    #page.page-drill-down2025
    #drill-down
    #portfolio-row
    .thumbnail-row.with-example-links
    .example-links-container
    a {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #626262;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
html
    body
    #page.page-drill-down
    #drill-down
    #portfolio-row
    .thumbnail-row.with-example-links
    .example-links-container
    a:hover,
html
    body
    #page.page-drill-down2025
    #drill-down
    #portfolio-row
    .thumbnail-row.with-example-links
    .example-links-container
    a:hover {
    text-decoration: none;
    font-weight: 600;
}
@media (max-width: 767px) {
    html body #page.page-drill-down #drill-down .container-fluid .container > div,
    html body #page.page-drill-down2025 #drill-down .container-fluid .container > div {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    html body #page.page-drill-down #drill-down #top-links > div,
    html body #page.page-drill-down2025 #drill-down #top-links > div {
        margin-bottom: 5px;
    }
    html body #page.page-drill-down #drill-down #process-steps-row > .row,
    html body #page.page-drill-down2025 #drill-down #process-steps-row > .row {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    html body #page.page-drill-down #drill-down #process-steps-row .image-column,
    html body #page.page-drill-down2025 #drill-down #process-steps-row .image-column {
        height: 300px;
    }
    html body #page.page-drill-down #drill-down #process-steps-row .text-column .top-section,
    html body #page.page-drill-down2025 #drill-down #process-steps-row .text-column .top-section {
        position: relative !important;
    }
}
@media (max-width: 680px) {
    html body #page.page-drill-down,
    html body #page.page-drill-down2025 {
        padding-top: 35px;
    }
    html body #page.page-drill-down #drill-down,
    html body #page.page-drill-down2025 #drill-down {
        padding-top: 0;
    }
}
@media (max-width: 560px) {
    html body #page.page-drill-down #drill-down #portfolio-row .with-example-links .example-links-container,
    html body #page.page-drill-down2025 #drill-down #portfolio-row .with-example-links .example-links-container {
        display: none;
    }
}
.shiftnav-loading {
    display: none !important;
}
.social #follow {
    padding-left: 15px;
}
footer {
    background-color: #8e9078;
}
footer a,
footer div,
footer h1,
footer h2,
footer h3,
footer h4,
footer p {
    color: #fff;
}
footer #footer-content {
    max-width: 1440px;
    margin-bottom: 0;
}
footer #footer-content .row-1 {
    padding-bottom: 15px;
    position: relative;
}
footer #footer-content .row-1 .footer_column {
    display: inline-block;
    width: 20%;
    margin: 0 2%;
    margin-bottom: .5rem;
}
footer #footer-content .row-1 .footer_column > h4 {
    padding-bottom: 10px;
    border-bottom: 3px solid #fff2d0;
    font-weight: 600;
    font-size: 22px;
}
footer #footer-content .row-1 .footer_column > h4 a:active,
footer #footer-content .row-1 .footer_column > h4 a:focus,
footer #footer-content .row-1 .footer_column > h4 a:hover {
    color: #fff;
    text-decoration: none;
}
footer #footer-content .row-1 .footer_column:nth-of-type(1) {
    margin-left: 0;
}
footer #footer-content .row-1 .footer_column:nth-of-type(4) {
    width: 28%;
    margin-right: 0;
}
footer #footer-content .row-1 .footer_column#footer-contact #email-container {
    line-height: 1.8;
    padding-top: 3px;
    padding-bottom: 14px;
    border-bottom: 3px solid #fff2d0;
}
footer #footer-content .row-1 .footer_column#footer-contact #email-container #footer-email {
    padding: 5px 5px 2px 36px;
    background-size: 40%;
    font-size: 18px;
}
footer #footer-content .row-1 .footer_column#footer-contact #email-container #footer-email:hover {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
footer #footer-content .row-1 .footer_column#footer-contact #email-container p {
    font-size: 18px;
    margin: 0;
}
footer #footer-content .row-1 .footer_column#footer-contact #email-container a:hover {
    color: #fff;
    text-decoration: underline;
}
footer #footer-content .row-1 .footer_column#footer-contact #address-container {
    padding-top: 15px;
}
footer #footer-content .row-1 .footer_column#footer-contact #address-container p {
    margin: -2px 0;
    font-size: 16px;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item {
    padding: 5px 0;
    cursor: pointer;
    min-height: 60px;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item:hover a {
    font-weight: 700;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .img-container {
    width: 20%;
    height: 50px;
    float: left;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .text-container {
    width: 80%;
    display: inline-block;
    padding-left: 5px;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .text-container p {
    margin-bottom: 3px;
    font-size: 14px;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .text-container .read-more {
    text-decoration: underline;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .text-container .read-more:before {
    content: "> ";
    color: #dfe08e;
    text-decoration: none;
    display: inline-block;
    padding-right: 1px;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .text-container .read-more:hover {
    color: #fff;
}
footer #footer-content .row-1 .footer_column#footer-question-form .title-row {
    margin-bottom: 10px;
    border-bottom: 3px solid #fff2d0;
    padding-bottom: 10px;
}
footer #footer-content .row-1 .footer_column#footer-question-form .title-row #part-1,
footer #footer-content .row-1 .footer_column#footer-question-form .title-row #part-2 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 22px;
}
footer #footer-content .row-1 .footer_column#footer-question-form .title-row #part-1 {
    font-weight: 700;
}
footer #footer-content .row-1 .footer_column#footer-question-form .title-row #part-2 {
    font-weight: 300;
}
footer #footer-content .row-1 .footer_column#footer-question-form #mce-responses {
    position: relative;
    top: 32px;
}
footer #footer-content .row-1 .footer_column#footer-question-form > form textarea {
    width: 100%;
    height: 100px;
    color: grey;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 7px;
}
footer #footer-content .row-1 .footer_column#footer-question-form > form input[type="email"] {
    padding: 5px;
    color: grey;
    width: 100%;
    height: 23px;
    border-radius: 2px;
}
footer #footer-content .row-1 .footer_column#footer-question-form > form input[type="submit"] {
    background-color: #53542c;
    color: #fff;
    padding: 8px 70px;
    float: right;
    margin-top: 15px;
    border-radius: 2px;
    cursor: pointer;
}
footer #footer-content .row-1 .footer_column#footer-question-form > form input[type="submit"]:hover {
    background-color: #eee9d4;
    color: #8c8b5e;
}
footer #footer-content #bottom-footer {
    border-top: 3px solid #fff2d0;
    padding-top: 20px;
    width: 100%;
}
footer #footer-content #bottom-footer > div {
    display: inline-block;
}
footer #footer-content #bottom-footer #left #footer-logo {
    display: inline-block;
    width: 100px;
    height: 50px;
    background: url(images/logo.jpg) no-repeat;
    background-size: 100px 50px;
}
footer #footer-content #bottom-footer #left i.fa {
    font-size: 34px;
    color: #fff;
    position: relative;
    top: -10px;
    margin-right: 2px;
    margin-left: 2px;
}
footer #footer-content #bottom-footer #left i.fa:hover {
    font-weight: 600;
}
footer #footer-content #bottom-footer #left i.fa:first-of-type {
    margin-left: 10px;
}
footer #footer-content #bottom-footer #business-affiliates {
    margin: 5px 5px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -13px;
    order: 2;
}
footer #footer-content #bottom-footer #business-affiliates > a {
    background-position: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    height: 70px;
}
footer #footer-content #bottom-footer #business-affiliates > a:last-of-type {
    margin-right: 0;
}
footer #footer-content #copy-login {
    display: inline-block;
    position: relative;
    right: 0;
    margin-top: 0;
    top: -17px;
}
footer #footer-content #copy-login p {
    margin-bottom: 0;
}
footer #footer-content #copy-login a#login {
    display: none;
}
footer #login-link {
    position: absolute;
    right: 30px;
    float: right;
    bottom: 0;
}
footer #login-link:hover {
    text-decoration: none;
    color: #fff;
}
.popular-post-item {
    display: block;
    clear: both;
    padding: 5px 0;
    cursor: pointer;
}
.popular-post-item .img-container {
    width: 20%;
    height: 50px;
    float: left;
    overflow: hidden;
}
.popular-post-item .text-container {
    width: 80%;
    display: inline-block;
    padding-left: 5px;
    min-height: 60px;
}
.popular-post-item .text-container p {
    margin: 0;
}
.popular-post-item .text-container .title {
    color: #fff;
    margin-bottom: 3px;
    font-size: 14px;
}
.popular-post-item .text-container .title a {
    color: #fff;
}
.popular-post-item .text-container .post-views {
    display: none;
}
.popular-post-item .text-container a.read-more {
    text-decoration: underline;
}
.popular-post-item .text-container a.read-more:before {
    content: "> ";
    color: #dfe08e;
    text-decoration: none;
    display: inline-block;
    padding-right: 1px;
}
.popular-post-item .text-container a.read-more:hover {
    font-weight: 700;
    color: #fff;
}
@media (max-width: 1141px) {
    footer #footer-content .row-1 .footer_column {
        width: 30%;
        margin: 0 auto;
    }
    footer #footer-content .row-1 #footer-question-form {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        padding: 20px 10%;
        border-top: 3px solid #fff2d0;
    }
}
@media (max-width: 940px) {
    footer {
        padding-top: 40px;
    }
    footer #footer-content #bottom-footer #business-affiliates {
        display: none;
    }
}
@media (max-width: 730px) {
    footer {
        padding-top: 40px;
    }
    footer #footer-content .row-1 .footer_column {
        margin-left: auto;
    }
    footer #footer-content .row-1 .footer_column#footer-contact {
        width: 90%;
        margin-left: auto;
    }
    footer #footer-content .row-1 .footer_column#footer-recent-posts {
        width: 90%;
        max-width: 99999px;
        margin-top: 20px;
    }
    footer #footer-content .row-1 .footer_column#footer-recent-posts .img-container {
        max-width: 50px;
    }
    footer #footer-content .row-1 .footer_column#footer-popular-posts {
        display: none;
    }
    footer #login-link {
        position: relative;
        right: 0;
    }
}
@media (max-width: 448px) {
    footer #copy-login {
        top: 0 !important;
    }
}
#page.page-blank {
    width: 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 135px;
}
#page.page-blank main {
    min-height: 32vh;
}
#page.page-two-column {
    width: 100%;
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 135px;
}
.contact-details-container {
    padding: 10px 0 10px 3%;
}
.contact-details-container tr {
    margin: 0;
    line-height: 2em;
}
.contact-details-container tr .label {
    font-weight: 600;
    float: left;
}
.contact-details-container tr .detail {
    margin-left: 15px;
    padding-left: 10px;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%;
}
#mc_embed_signup h2 {
    font-weight: 300;
    padding: 0;
    margin: 15px 0;
    font-size: 2em;
}
#mc_embed_signup input {
    border: 1px solid #abb0b2;
    border-radius: 3px;
}
#mc_embed_signup input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
#mc_embed_signup input[type="radio"] {
    -webkit-appearance: radio;
}
#mc_embed_signup input:focus {
    border-color: #333;
}
#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
#mc_embed_signup .button:hover {
    background-color: #777;
}
#mc_embed_signup .small-meta {
    font-size: 11px;
}
#mc_embed_signup .nowrap {
    white-space: nowrap;
}
#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
}
#mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%;
}
* html #mc_embed_signup .size1of2 {
    margin-right: 2%;
}
#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}
#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}
#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 99%;
    padding: 5px 0;
    margin-bottom: 2px;
}
#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
    padding: 5px 0;
}
#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
    display: inline;
    width: 60px;
    margin: 0 2px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0 2px;
}
#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
    width: 40px;
}
#mc_embed_signup .datefield .dayfield input,
#mc_embed_signup .datefield .monthfield input {
    width: 30px;
}
#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
    display: none;
}
#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}
#mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: 400;
    position: relative;
    top: 5px;
}
#mc_embed_signup .clear {
    clear: both;
}
#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0;
}
#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}
#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 0.5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}
#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em 0.5em 0.5em 0;
    font-weight: 700;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}
#mc_embed_signup #mce-error-response {
    display: none;
}
#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}
#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: 0.5em 0;
}
#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%;
}
#mc_embed_signup #num-subscribers {
    font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
    padding: 0.5em;
    border: 1px solid #ccc;
    margin-right: 0.5em;
    font-weight: 700;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: inline-block;
    margin: 2px 0 1em;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
    color: #e85c41;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41;
}
html body #page.page-home #homepage>.container-fluid>.container>div.n2-section-smartslider, html body #page.page-home2025 #homepage>.container-fluid>.container>div.n2-section-smartslider {
    padding: 0 !important;
}
html body #page.page-drill-down #drill-down>.container-fluid>.container>div.n2-section-smartslider, html body #page.page-drill-down2025 #drill-down>.container-fluid>.container>div.n2-section-smartslider {
    padding: 0 !important;
}
/* footer overrides 012326 */
footer {
  background-color: #8e9078;
}
footer div, footer a, footer p, footer h1, footer h2, footer h3, footer h4 {
  color: white;
}
footer #footer-content {
  max-width: 1440px;
  margin-bottom: 0px;
}
footer #footer-content .row-1 {
  padding-bottom: 15px;
  position: relative;
}
footer #footer-content .row-1 .footer_column {
  display: inline-block;
  width: 20%;
  margin: 0px 2%;
  margin-bottom: .5rem;
}
footer #footer-content .row-1 .footer_column#footer-popular-posts {
  width: 50%;
}
footer #footer-content .row-1 .footer_column#footer-popular-posts .my-popular-posts-list {
  column-count: 2;
  column-fill: balance;
}
footer #footer-content .row-1 .footer_column > h4 {
  padding-bottom: 10px;
  border-bottom: 3px solid #fff2d0;
  font-weight: 600;
  font-size: 22px;
}
footer #footer-content .row-1 .footer_column > h4 a:hover,
footer #footer-content .row-1 .footer_column > h4 a:active,
footer #footer-content .row-1 .footer_column > h4 a:focus {
  color: white;
  text-decoration: none;
}
footer #footer-content .row-1 .footer_column:nth-of-type(1) {
  margin-left: 0px;
}
footer #footer-content .row-1 .footer_column:nth-of-type(4) {
  width: 28%;
  margin-right: 0px;
}
footer #footer-content .row-1 .footer_column#footer-contact #email-container {
  line-height: 1.8;
  padding-top: 3px;
  padding-bottom: 14px;
  border-bottom: 3px solid #fff2d0;
}
footer #footer-content .row-1 .footer_column#footer-contact #email-container #footer-email {
  padding: 5px 5px 2px 36px;
  background-size: 40%;
  font-size: 18px;
}
footer #footer-content .row-1 .footer_column#footer-contact #email-container #footer-email:hover {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
footer #footer-content .row-1 .footer_column#footer-contact #email-container p {
  font-size: 18px;
  margin: 0px;
}
footer #footer-content .row-1 .footer_column#footer-contact #email-container a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer #footer-content .row-1 .footer_column#footer-contact #address-container {
  padding-top: 15px;
}
footer #footer-content .row-1 .footer_column#footer-contact #address-container p {
  margin: -2px 0px;
  font-size: 16px;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item {
  padding: 5px 0px;
  cursor: pointer;
  min-height: 60px;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item:hover a {
  font-weight: bold;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .img-container {
  width: 20%;
  height: 50px;
  float: left;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .text-container {
  width: 80%;
  display: inline-block;
  padding-left: 5px;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .text-container p {
  margin-bottom: 3px;
  font-size: 14px;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .text-container .read-more {
  text-decoration: underline;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .text-container .read-more:before {
  content: "> ";
  color: #dfe08e;
  text-decoration: none;
  display: inline-block;
  padding-right: 1px;
}
footer #footer-content .row-1 .footer_column.post-list-column .list-item .text-container .read-more:hover {
  color: white;
}
footer #footer-content .row-1 .footer_column#footer-question-form .title-row {
  margin-bottom: 10px;
  border-bottom: 3px solid #fff2d0;
  padding-bottom: 10px;
}
footer #footer-content .row-1 .footer_column#footer-question-form .title-row #part-1, footer #footer-content .row-1 .footer_column#footer-question-form .title-row #part-2 {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 22px;
}
footer #footer-content .row-1 .footer_column#footer-question-form .title-row #part-1 {
  font-weight: bold;
}
footer #footer-content .row-1 .footer_column#footer-question-form .title-row #part-2 {
  font-weight: 300;
}
footer #footer-content .row-1 .footer_column#footer-question-form #mce-responses {
  position: relative;
  top: 32px;
}
footer #footer-content .row-1 .footer_column#footer-question-form > form textarea {
  width: 100%;
  height: 100px;
  color: grey;
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 7px;
}
footer #footer-content .row-1 .footer_column#footer-question-form > form input[type=email] {
  padding: 5px;
  color: grey;
  width: 100%;
  height: 23px;
  border-radius: 2px;
}
footer #footer-content .row-1 .footer_column#footer-question-form > form input[type=submit] {
  background-color: #8c8b5e;
  color: white;
  padding: 8px 70px;
  float: right;
  margin-top: 15px;
  border-radius: 2px;
  cursor: pointer;
}
footer #footer-content .row-1 .footer_column#footer-question-form > form input[type=submit]:hover {
  background-color: #eee9d4;
  color: #8c8b5e;
}
footer #footer-content #bottom-footer {
  border-top: 3px solid #fff2d0;
  padding-top: 20px;
  width: 100%;
}
footer #footer-content #bottom-footer .footer-bottom-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 640px) {
  footer #footer-content #bottom-footer .footer-bottom-container {
    display: block;
    padding: 0 40px;
  }
}
footer #footer-content #bottom-footer .footer-column-left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer #footer-content #bottom-footer .footer-column-left #custom_html-3 .custom-html-widget {
  display: flex;
  flex-wrap: wrap;
}
footer #footer-content #bottom-footer .footer-column-left img {
  display: inline-block;
  border: none;
  height: auto;
  width: auto !important;
  max-height: 50px;
}
footer #footer-content #bottom-footer .footer-column-left i.fa {
  font-size: 34px;
  color: white;
  position: relative;
  top: -10px;
  margin-right: 2px;
  margin-left: 2px;
}
footer #footer-content #bottom-footer .footer-column-left i.fa:hover {
  font-weight: 600;
}
footer #footer-content #bottom-footer .footer-column-left i.fa:first-of-type {
  margin-left: 10px;
}
footer #footer-content #bottom-footer .footer-column-left span.copyright {
  margin-left: 10px;
}
footer #footer-content #bottom-footer .footer-column-right {
  flex: 2;
  text-align: right;
}
@media screen and (max-width: 640px) {
  footer #footer-content #bottom-footer .footer-column-right {
    text-align: left;
  }
}
footer #footer-content #bottom-footer .footer-column-right img {
  border: none;
  display: inline-block;
  height: auto !important;
  margin: 10px !important;
  width: revert-layer !important;
  max-height: 50px;
}
footer #footer-content #copy-login {
  display: inline-block;
  position: relative;
  right: 0;
  margin-top: 0;
  top: -17px;
}
footer #footer-content #copy-login p {
  margin-bottom: 0px;
}
footer #footer-content #copy-login a#login {
  display: none;
}
footer #login-link {
  position: absolute;
  right: 30px;
  float: right;
  bottom: 0;
}
footer #login-link:hover {
  text-decoration: none;
  color: white;
}
html body #page.page-drill-down #drill-down .container-fluid > .row, html body #page.page-drill-down2025 #drill-down .container-fluid > .row {
    margin: 0 auto;
}
@media(max-width: 1399px) {
    .container-fluid > .row {
        max-width: 1140px;
    }
}
@media(max-width: 1199px) {
    .container-fluid > .row {
        max-width: 960px;
    }
}
@media(max-width: 991px) {
    .container-fluid > .row {
        max-width: 720px;
    }
}
@media(max-width: 991px) {
    .container-fluid > .row {
        max-width: 720px;
    }
}
@media only screen and (max-width: 991px) {
    #shiftnav-toggle-main, .shiftnav-toggle-mobile {
        display: block !important;
    }
    .shiftnav-wrap {
        padding-top: 100px !important;
    }
}
@media only screen and (max-width: 600px) {
    .shiftnav-wrap {
        padding-top: 70px !important;
    }
}
html body #page.page-drill-down #drill-down #portfolio-secondary-row .title-container,
html body #page.page-drill-down2025 #drill-down #portfolio-secondary-row .title-container {
  margin: 0 auto;
  padding-top: 20px;
}
html body #page.page-drill-down #drill-down #portfolio-secondary-row .title-container .section-title,
html body #page.page-drill-down2025 #drill-down #portfolio-secondary-row .title-container .section-title {
  display: inline-block;
  border-bottom: 3px #8c8b5e solid;
  font-weight: 300;
  padding: 5px;
}
html body #page.page-drill-down #drill-down #portfolio-secondary-row .title-container h4,
html body #page.page-drill-down2025 #drill-down #portfolio-secondary-row .title-container h4 {
  margin-top: 15px;
  font-weight: 200;
}
html body #page.page-drill-down #drill-down #portfolio-example-row .portfolio-container .portfolio-item,
html body #page.page-drill-down2025 #drill-down #portfolio-example-row .portfolio-container .portfolio-item {
  margin-bottom: 40px;
}
html body #page.page-drill-down #drill-down #portfolio-example-row .portfolio-container .portfolio-item .image-container,
html body #page.page-drill-down2025 #drill-down #portfolio-example-row .portfolio-container .portfolio-item .image-container {
  width: 470px;
  overflow: hidden;
}
html body #page.page-drill-down #drill-down #portfolio-example-row .portfolio-container .portfolio-item .image-container img,
html body #page.page-drill-down2025 #drill-down #portfolio-example-row .portfolio-container .portfolio-item .image-container img {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
html body #page.page-drill-down #drill-down #portfolio-example-row .portfolio-container .portfolio-item .text-container,
html body #page.page-drill-down2025 #drill-down #portfolio-example-row .portfolio-container .portfolio-item .text-container {
  text-align: left;
}
html body #page.page-drill-down #drill-down #portfolio-example-row .portfolio-container .portfolio-item .text-container h2,
html body #page.page-drill-down2025 #drill-down #portfolio-example-row .portfolio-container .portfolio-item .text-container h2 {
  font-weight: 200;
}
html body #page.page-drill-down #drill-down #portfolio-example-row .portfolio-container .portfolio-item .text-container > p,
html body #page.page-drill-down2025 #drill-down #portfolio-example-row .portfolio-container .portfolio-item .text-container > p {
  font-size: 15px;
  margin-bottom: 35px;
}
html body #page.page-drill-down #drill-down #portfolio-example-row .portfolio-container .portfolio-item .text-container .cta-btn,
html body #page.page-drill-down2025 #drill-down #portfolio-example-row .portfolio-container .portfolio-item .text-container .cta-btn {
  bottom: 0;
  font-size: 17px;
}