@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

.pt-0 {
  padding-top: 0 !important;
}
header > .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mobile-reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .sidebar_negative_margin_top {
    margin-top: -75px;
  }
  .mobile-reverse {
    flex-direction: row;
  }
}
.sidebar_negative_margin_top,
.sidebar_negative_margin_top .vc_column-inner {
  padding-top: 0 !important;
}
#background-video {
  width: 100%;
  background: #000;
  background-size: cover;
}
video {
  max-width: 100%;
  min-width: 1200px;
}
video {
  display: inline-block;
}
video {
  object-fit: contain;
}
.page-id-107 #banner img,
.page-id-5 #banner img,
.page-id-7 #banner img,
.page-id-9 #banner img {
  -webkit-transition: all 6s ease; /* Safari and Chrome */
  -moz-transition: all 6s ease; /* Firefox */
  -ms-transition: all 6s ease; /* IE 9 */
  -o-transition: all 6s ease; /* Opera */
  transition: all 6s ease;
}

.page-id-107 #banner img.active,
.page-id-5 #banner img.active,
.page-id-7 #banner img.active,
.page-id-9 #banner img.active {
  -webkit-transform: scale(1.25); /* Safari and Chrome */
  -moz-transform: scale(1.25); /* Firefox */
  -ms-transform: scale(1.25); /* IE 9 */
  -o-transform: scale(1.25); /* Opera */
  transform: scale(1.25);
}
li#menu-item-4564 > a {
  color: #ff7f65;
}
li#menu-item-4564 > a:hover {
  opacity: 0.8;
}
.page-child #banner img.active {
  max-width: 100%;
}
.background-video-fallback-image img {
  width: 100%;
}

/*----------------------------------------------------
FRAMEWORK
----------------------------------------------------*/
.hide {
  display: none;
}
.wrapper {
  width: 1180px;
  margin: 0 auto;
}
header .wrapper {
  max-width: 1300px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.inline-block {
  display: inline-block !important;
}
.upper {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.clear {
  clear: both;
}
.clear-none {
  clear: none;
}
.alignleft {
  margin-right: 25px;
}
.row {
  width: 100%;
  clear: both;
  float: left;
  padding: 20px 0;
}
.col-5 {
  width: 20%;
  float: left;
}
.col-3 {
  width: 33.333%;
  float: left;
  padding: 0 20px;
}
.col-2 {
  width: 50%;
  float: left;
}
.col-2 h3 {
  font-size: 36px;
}
/*.col-2 p{font-size:24px;}
*/ /*.col-2 .btn{padding:20px 40px;font-size:20px;}*/
.catalog-details {
  overflow: hidden;
}
.catalogs img {
  margin-bottom: 30px;
}
.col-4 {
  width: 25%;
  float: left;
}
.padding-10 {
  padding: 0 10%;
}
.negative-top-60 {
  margin-top: -60px;
}
.voffset {
  margin-top: 2px;
}
.voffset1 {
  margin-top: 5px;
}
.voffset2 {
  margin-top: 10px;
}
.voffset3 {
  margin-top: 15px;
}
.voffset4 {
  margin-top: 30px;
}
.voffset5 {
  margin-top: 40px;
}
.voffset6 {
  margin-top: 60px;
}
.voffset7 {
  margin-top: 80px;
}
.voffset8 {
  margin-top: 100px;
}
.voffset9 {
  margin-top: 150px;
}
.lead,
.lead p {
  font-size: 24px;
  font-weight: 300;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.stretch {
  position: relative;
  float: left;
  width: 100%;
}
.last {
  margin: 0 !important;
}
h1 {
  margin: 0px 0px 15px;
  line-height: 120%;
  color: #233033;
  font-size: 30px;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}
h2 {
  margin: 0px 0px 15px;
  line-height: 120%;
  font-family: "PT Sans", sans-serif;
  font-size: 28px;
  color: #233033;
}
h3 {
  margin: 0px 0px 15px;
  line-height: 120%;
  font-family: "PT Sans", sans-serif;
}
ol,
ul {
  margin: 0px 0px 15px 0px;
}
p,
ul {
  font-size: 17px;
  color: #233033;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  margin: 0px 0px 18px;
}
hr {
  background-color: #ddd;
  margin: 30px 0px;
}
a,
a:link,
a:active,
a:visited {
  color: #6795b8;
  text-decoration: none;
}
li > ul,
li > ol {
  margin-left: 0;
}

.white-text * {
  color: #fff;
}
/*----------------------------------------------------
PAGE
----------------------------------------------------*/
.main-navigation ul ul {
  top: 45px;
  padding: 10px 0;
}
#site-navigation {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.site-header,
ul.sub-menu {
  background: #0e3f64;
}
#header-image {
  float: left;
  margin: 15px 0px 0px 0px;
  width: 30%;
  text-align: center;
}
ul.sub-menu a {
  font-weight: 400;
}
header.site-header .main-navigation {
  float: right;
  width: auto;
  margin: 0px;
}
.site-header .main-navigation ul#primary-menu > li > a {
  cursor: default;
}

.site-header .main-navigation ul li a {
  color: #fff;
}
.site-header .main-navigation ul li:hover > a {
  color: #247cbb;
}
.site-header .main-navigation ul li.current_page_item > a {
  color: #247cbb;
}
.site-header .main-navigation ul li.current-menu-parent > a {
  color: #247cbb;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 20px 22px;
  font-family: "PT Sans", sans-serif;
}
.main-navigation ul > li > a:last-child {
  padding-right: 0;
}
.main-navigation ul.sub-menu a {
  padding: 8px 22px;
  font-size: 13px;
}
.main-navigation ul {
  display: block;
}

.header-search {
  float: right;
}

/*.menu-item-3318{border-bottom:1px solid #fff;}*/

.menu-toggle {
  display: none;
}
footer.site-footer {
  background: #0e3f64;
  padding: 60px 0px;
  margin-top: 30px;
}
.page-id-5183 footer.site-footer {
  margin-top: 0;
}
footer.site-footer a {
  color: #fff;
}
footer.site-footer p {
  color: #fff;
  font-size: 16px;
}
footer.site-footer .footer_left {
  float: left;
  clear: both;
  width: 60%;
}
footer.site-footer .footer_right {
  float: left;
  width: 40%;
}
footer.site-footer .footer_right a {
  padding: 0px 5px;
}
footer.site-footer .footer_right p {
  text-align: right;
}
footer.site-footer .copyright {
  font-size: 14px;
  clear: both;
  float: left;
}
footer.site-footer .copyright a {
  color: #fff;
  text-decoration: none;
}
.social-icons {
  width: 230px;
  display: table-cell;
  vertical-align: middle;
}
.office-outlet {
  /* width: calc(100% - 132px); */
  display: table-cell;
  vertical-align: middle;
}
.office-outlet img {
  width: 100%;
  max-width: 262px;
}
.site-footer a.wa-credit {
  float: right;
  text-transform: uppercase;
  display: block;

  font-size: 10px;
  color: #51565a;
}
.header-gray p {
  font-weight: bold;
  color: #a3a3a3;
  font-size: 20px;
}

.home #banner {
  position: relative;
  height: 418px;
  overflow: hidden;
  float: left;
  clear: both;
  width: 100%;
}
.home #banner img {
  min-width: 1600px;
  max-width: 100%;
}

h3.form-title {
  font-weight: normal;
}

#banner {
  position: relative;
  overflow: hidden;
  float: left;
  clear: both;
  width: 100%;
}
#banner img {
  float: left;
  min-width: 100%;
  max-width: 100%;
}
#banner p img {
  min-width: 0;
  float: none;
}

.hero_text {
  width: 1180px;
  position: absolute;
  margin: 0px auto;
  left: 0px;
  right: 0;
  top: 80px;
}

.hero_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  width: 100%;
}
.alt-text {
  display: none;
}
.hero_text {
  text-align: center;
}
.hero_text h1,
.hero-text h1 {
  color: #ffffff;
  font-size: 80px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.home .hero_text h1 {
  color: #ffffff;
  font-size: 88px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: none;
}
.hero_text h3,
.hero-text h3 {
  color: #ffffff;
  font-size: 60px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.hero_text p,
.hero-text p {
  color: #ffffff;
  font-size: 32px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#main_content {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  min-height: 850px;
}
.home #main_content {
  min-height: 700px;
}
#call_to_action {
  background: #0e3f64;
  float: left;
  clear: both;
  width: 100%;
  padding: 20px 0px;
  min-height: 100px;
}
#call_to_action p {
  font-size: 22px;
  color: #fff;
  line-height: 140%;
  margin: 0;
}
.call_to_action {
  width: 74%;
  float: right;
  margin-left: 4%;
}
#call_to_action.full_width .call_to_action {
  width: 100%;
  float: none;
  margin-left: 0;
}

.call_to_action p span.blue {
  font-size: 30px;
  color: #6795b8;
  font-weight: 700;
}
span.blue {
  font-size: 25px;
  color: #0a4a75;
  font-weight: 700;
}

/*HOME 2022*/
.hero-text {
  padding: 60px 0;
}

/*HOME 2022 END*/

span.red {
  color: #b82b0d;
  font-size: 32px;
  font-weight: bold;
  display: block;
}
#primary {
  width: 74%;
  float: right;
  padding-top: 35px;
}
#primary.full-width {
  width: 100%;
}

.sidebar_wrap {
}
.sidebar_dbi {
  position: relative;
}
.sidebar_wrap {
  width: 22%;
  float: left; /*top: 25px;position: absolute;*/
  margin-top: -75px;
  max-width: 262px;
}
.home h3.sidebar_page_title {
  display: none;
}
h3.sidebar_page_title {
  font-size: 18px;
  font-weight: 700;
  background: #7ca150;
  padding: 20px 20px 20px 20px;
  text-transform: uppercase;
  color: #fff;
  margin: 0px 0px 0px;
}
h3.sidebar_page_title a {
  color: #fff;
}
h3.sidebar_page_title a:hover {
  color: #cbff8d;
}
.widget_nav_menu ul {
  margin: 0px;
  padding: 0px;
}
.widget_nav_menu ul li {
  list-style: none;
}
.widget_nav_menu ul li a {
  /*background:url(images/nav-arrow-right.png) no-repeat 94% center*/
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  display: block;
  font-family: "PT Sans", sans-serif;
}
.widget_nav_menu img {
  margin-top: 10px;
}
.widget_nav_menu ul li.orange a {
  background-color: #cb621c;
}
.widget_nav_menu ul li.burnt_orange a {
  background-color: #ae4410;
}
.widget_nav_menu ul li.red a {
  background-color: #b72f15;
}
.widget_nav_menu ul li.dark_blue a {
  background-color: #103c5c;
}
.widget_nav_menu ul li.maroon a {
  background-color: #b03218;
}
.widget_nav_menu ul li.blue a {
  background-color: #124b74;
}
.widget_nav_menu ul li.green a {
  background-color: #7ca150;
}
.widget_nav_menu ul li.light_blue a {
  background-color: #247cbb;
}
.widget_nav_menu ul li.black a {
  background-color: #383b3e;
}
.widget_nav_menu ul li p.menu-item-description {
  margin-bottom: 0px;
  padding-top: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.widget_nav_menu ul li.officeoutlet.black a {
  background: url(images/office-outlet.png) no-repeat center #383b3e;
  text-indent: -9999px;
  padding: 40px 50px 60px 20px;
}
.widget_nav_menu ul li.bestclass.black a {
  background: url(images/best-in-class-haworth.png) no-repeat center #383b3e;
  text-indent: -9999px;
  padding: 40px 50px 60px 20px;
}
.widget_nav_menu ul li.bestclass.dark_blue a {
  background: url(images/best-in-class-haworth.png) no-repeat center #383b3e;
  text-indent: -9999px;
  padding: 40px 50px 60px 20px;
}
table td {
  vertical-align: top;
}
table h4 {
  margin-bottom: 0px;
  font-size: 22px;
}

.gform_wrapper .gform_footer input[type="submit"] {
  text-transform: uppercase;
  border: 0;
  background: #286dae;
  color: #fff;
  padding: 16px 40px !important;
  box-shadow: none;
  text-shadow: none;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #2e7cc5;
}
/*.gform_wrapper .top_label .gfield_label {
    margin: .625em 0 .5em;
    font-weight: 700;
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
}*/

body.page-template-page-project-profiles .vc_figure-caption {
  margin: 15px 0px 15px;
  font-weight: bold;
  line-height: 120%;
  font-family: "PT Sans", sans-serif;
  font-size: 21px;
}
body.page-template-page-project-profiles .wpb_single_image {
  margin-bottom: 0;
}

/*----------------------------------------------------
PROJECTS
----------------------------------------------------*/
.single-project-profile #banner {
  height: 400px;
  background-size: cover;
  background-position: 50%;
}

.profile-grid .vc_gitem-zone-c .vc_gitem-col {
  min-height: 255px;
  padding-bottom: 45px;
}

.profile-grid .vc_gitem-zone-c .vc_btn3-container {
  position: absolute;
  bottom: 0;
}

/*----------------------------------------------------
POPUP
----------------------------------------------------*/
/*Haworth*/
div.pum-theme-2787 #popmake-4582.pum-container {
  background: transparent;
  box-shadow: none;
}

div.pum-theme-2787 {
  background-color: rgba(0, 0, 0, 0.75);
}

div.pum-theme-2787 .pum-content + .pum-close {
  background-color: #6795b8;
  height: 30px;
  width: 30px;
  /*border-radius: 200px;*/
}

/*Office closed*/
div#popmake-5178 {
  padding: 30px 30px 0 30px;
  border-left: 8px solid #7ca150;
}

div.pum-theme-2787#pum-5178 .pum-content + .pum-close {
  border-radius: 0;
  background-color: #7ca150;
}

/*4th of July - img and text*/
#popmake-5543 .wpb_content_element.wpb_single_image {
  margin-bottom: 0;
}

#popmake-5543 .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

/*---------------------------------------------------------
UGLY CHAIR
---------------------------------------------------------*/
#gform_wrapper_14,
#gform_confirmation_wrapper_14 {
  background: #f4f4f4;
  padding: 30px;
}

#input_15_1 li {
  width: 31.3333%;
  float: left;
  margin: 1%;
}

#input_15_1 li:nth-child(3n + 1) {
  clear: both;
}

.image-choices-field span.image-choices-choice-image-wrap {
  width: 100%;
  height: 200px;
}

.image-choices-field span.image-choices-choice-text {
  background: #f4f4f4;
  padding: 15px;
  text-align: left;
  margin-top: -6px;
}

.image-choices-field li.image-choices-choice-selected,
.image-choices-field li.image-choices-choice-focus {
  border-color: #a0ce67;
}

.green div.gpoll_ratio_box,
.green span.gpoll_bar_juice {
  background: #a0ce67;
}

#at4-share {
  display: none;
}

.page-id-4895 #at4-share,
.page-id-4868 #at4-share {
  display: block;
}

/*---------------------------------------------------------
BLOG
---------------------------------------------------------*/
.single-post .right {
  float: left;
  width: 20%;
}
.single-post .left {
  float: left;
  width: 80%;
}

.single-post .entry-content {
  clear: both;
}

.single-post .post-categories {
  list-style: none;
  padding: 0;
  padding-left: 5px;
  float: left;
}

.single-post .cat {
  float: left;
}

.single-post .date {
  margin-bottom: 5px;
}

/*---------------------------------------------------------
SITEMAP
---------------------------------------------------------*/
ul.page-list {
  margin: 0;
  padding: 0;
}
ul.page-list li {
  list-style: none;
  margin: 0;
}
ul.page-list a {
  text-decoration: none;
}
ul.page-list > li {
  padding: 10px 0;
  font-size: 24px;
  border-bottom: 1px solid #ededed;
}
ul.page-list li li {
  font-size: 16px;
}
ul.page-list li li li {
  font-size: 14px;
}
/*----------------------------------------------------
YOUTUBE EMBED
----------------------------------------------------*/
.embed-container {
  z-index: 2;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-column.two_third {
  margin-bottom: 2%;
  padding-right: 2%;
}

.wpvl_auto_thumb_play {
  top: initial;
  bottom: 20px;
  right: 20px;
  left: initial;
}
/*----------------------------------------------------
EVENTS NEWS AND SPECIALS
----------------------------------------------------*/
.event-image {
  float: left;
}
.event-image img {
  min-width: 150px;
}
.event-details {
  overflow: hidden;
  padding-left: 20px;
}
/*----------------------------------------------------
SEARCH
----------------------------------------------------*/
.site-header {
  position: relative;
}
.site-header .wrapper {
  position: relative;
}
.site-header .search-form {
  position: relative;
  /* right:-40px;
  top:30px;*/
  margin: 0 0 0 auto;
  float: right;
}

.site-header input.search-field {
  background-color: transparent;
  background-image: url(images/search-icon-white.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 34px 0 5px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 200px;
  font-size: 14px;
  color: #333;
}
.site-header .search-field {
  text-indent: -10000px;
}
.site-header .search-field.focus {
  background-color: #fff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px;

  text-indent: 0px;
}

.site-header .search-field.focus + .search-submit {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  background: url(images/search-icon.png) no-repeat;
  outline: none;
}

.search-form .search-submit {
  display: none;
  border: 0;
  box-shadow: none;
  text-indent: -10000px;
  width: 24px;
  height: 24px;
  padding: 0;
}
input[type="submit"]:hover {
  box-shadow: none;
}
/*POSITIONS*/
#dpe_fp_widget-5 ul {
  padding: 0;
}

#dpe_fp_widget-5 ul li.position {
  list-style: none;
}
/*----------------------------------------------------
ABOUT PAGE
----------------------------------------------------*/
img.owners {
  /*margin-top: -72px;*/
  margin-bottom: -7px;
}
#dpe_fp_widget-2,
#dpe_fp_widget-4 {
  margin-top: 30px;
}
.about-us h1 {
  color: #bfbfbf;
  font-size: 80px;
  text-transform: initial;
}
.about-us h2 {
  color: #5e5d5d;
  font-size: 50px;
}
.about-us .widget-title {
  color: #696868;
  font-size: 60px;
}
.about-us .content-column img {
  position: relative;
}

.team-text h3 {
  margin-bottom: 0;
}
.team-text p {
  margin-bottom: 5px;
}
/*.team-list img{max-height:185px;width:auto;}*/
/*----------------------------------------------------
ABOUT PAGE 2019
----------------------------------------------------*/
.page-template-template-staff h1,
.page-template-template-staff .h1 {
  text-transform: none;
  color: #000;
  font-size: 50px;
}
/* .page-template-template-staff h1,
.page-template-template-staff h2,
.page-template-template-staff h3,
.page-template-template-staff h4{
  color:#000;
} */

.page-template-template-staff .team-list h3 {
  font-size: 18px;
}
.page-template-template-staff .team-list h3 {
  font-size: 18px;
}
/*----------------------------------------------------
TESTIMONIALS
----------------------------------------------------*/
.testimonials h1 {
  color: #bfbfbf;
  font-size: 80px;
  text-transform: initial;
}
.testimonials h2 {
  color: #5e5d5d;
  font-size: 50px;
}
.testimonials .widget-title {
  color: #696868;
  font-size: 60px;
}
.testimonials .gray-bar h2 {
  margin: 20px 0;
}
.testimonials h3 {
  background: #dcdbdb;
  padding: 10px;
  color: #5e5d5d;
}
.testimonials p.lead {
  margin-bottom: 100px;
}

.gray-bar {
  position: relative;
  background: #dcdbdb;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.gray-bar h2 {
  margin: 20px 0 !important;
}
.gray-bar:before {
  content: "";
  background: #dcdbdb;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 100%;
}
.gray-bar:after {
  content: "";
  background: #dcdbdb;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 100%;
}
.video-large {
  margin-top: -100px;
  max-width: 454px;
  max-height: 330px;
}

.team-leader .team-member-name,
.team-leader .team-member-position {
  display: none;
}
.team-group h2 {
  clear: none;
}
/*----------------------------------------------------
TEAM MEMBERS
----------------------------------------------------*/
div.team-members {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 80px;
}

div.team-members .team-member {
  position: relative;
  float: left;
  height: 180px;
  width: 17%;
  margin: 0 0%;
  position: relative;
  text-align: center;
}
div.team-members .names {
  float: right;
  width: 17%;
  margin: 30px 0 0 0;
  display: inline-block;
  position: relative;
}
div.team-members .names a {
  font-size: 18px;
  color: #000;
  display: block;
  padding: 2px 0;
}
div.team-members .names a:hover {
  text-decoration: underline;
}
div.team-members .team-member img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 160px;
  width: auto;
}

div.team-members .team-member a.link-outline {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.team-member.type-team-member:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/icon-email.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center 60%;
  background-color: rgba(0, 0, 0, 0.17);
}
.team-member.type-team-member.visible:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/icon-email.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center 60%;
  background-color: rgba(0, 0, 0, 0.17);
}

.team-member .team-member-name {
  display: none;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 70%;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 1px #000;
  z-index: 3;
}
.team-member .team-member-name a {
  color: #fff;
}
.team-member:hover .team-member-name {
  display: block;
}

div.team-members .team-member.type-team-member.separator:hover:after {
  display: none;
}
div.team-members
  .team-member.type-team-member.separator:hover
  .team-member-name {
  display: none;
}
div.team-members .team-member.type-team-member.separator a {
  width: 0;
  height: 0;
}
div.team-members .names a.separator {
  display: none;
}

.team-member.type-team-member.visible .team-member-name {
  display: block;
}
.team-member .team-member-position {
  display: none;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 83%;
  font-size: 12px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  z-index: 3;
  line-height: 100%;
}
.team-member:hover .team-member-position {
  display: block;
}
.team-member.type-team-member.visible .team-member-position {
  display: block;
}
.team-member.names .team-member-name {
  display: block;
  position: relative;
}
.team-member.names .team-member-name {
  text-shadow: none;
  color: #000;
  text-align: left;
}

.vc_responsive .col-2 {
  display: inline-block;
  float: none;
  width: 49%;
  vertical-align: top;
}
.vc_responsive .home_box_wrap.wpb_row .vc_col-sm-2 {
  float: left;
  width: 18.8%;
  padding: 0;
  margin-right: 1.5%;
  min-height: 0;
}
.home_box_wrap .home_box_last {
  margin: 0 !important;
}
.wpb_video_wrapper,
.featured-video-testimonial {
  position: relative;
  z-index: 2;
}
#page {
  overflow-x: hidden;
}
#furniture-team {
  margin-top: 50px;
}
#furniture-team div.team-members .team-leader.team-member {
  right: 0;
}

.team-leader:nth-child(2) {
  left: 220px;
}

#design-team,
#furniture-team,
#supply-team {
  clear: both;
  position: relative;
}
div.team-members .team-leader.team-member {
  position: absolute;
  top: -106px;
  height: 300px;
  width: auto;
  float: left;
}
div.team-members .team-leader.team-member img {
  width: auto;
  max-height: 300px;
  height: 300px;
  position: relative;
  float: left;
}
/*----------------------------------------------------
BUTTONS
----------------------------------------------------*/
.btn {
  transition: all 0.3s ease 0s;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 30px;
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 3px;
}
.btn.btn-dark-green {
  background: #769c48;
  color: #fff;
}
.btn.btn-dark-green:hover {
  background: #577334;
}
.btn.btn-small {
  margin: 10px 0 0 0;
  padding: 8px 10px;
}
.no-margin {
  margin: 0;
}
.page-id-786 hr {
  margin: 20px 0;
}
.page-id-786 .hentry {
  margin: 0;
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
/*CUSTOM SHORTCODE SETUP*/
.three_fourth {
  width: 73% !important;
  margin: 0 2% 2% 0;
}

.page-id-141 .one_third {
  width: 31.333% !important;
  margin: 0 2% 2% 0;
}
.page-id-141 .two_third {
  width: 64.666% !important;
  margin: 0 2% 2% 0;
}

.page-id-141 .content-column.one_half li {
  list-style: none;
  padding: 0;
}
.page-id-141 .content-column.one_half ul {
  padding: 0;
}
.page-id-141 .content-column img {
  opacity: 0.7;
  background: #757575;
}
.page-id-141 .content-column {
  position: relative;
  background: #757575;
}
.page-id-141 .content-column.full_width {
  margin-bottom: 4%;
}
.page-id-141 .content-column.two_third {
  background: transparent;
}
.page-id-141 .content-column h3 {
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  bottom: 18px;
  margin: 0;
  background: rgba(59, 62, 64, 0.85);
  max-width: 266px;
  width: 100%;
  padding: 8px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.page-id-141 .content-column h3 a {
  color: #fff;
}
.page-id-141 .content-column.one_third:hover,
.page-id-141 .content-column.full_width:hover {
  cursor: pointer;
}
.page-id-141 .content-column.one_third:hover img,
.page-id-141 .content-column.full_width:hover img {
  opacity: 1;
}
.page-id-141 .content-column p {
  margin: 0;
  line-height: 0;
}

.page-id-5 .one_third {
  width: 31.333% !important;
  margin: 0 2% 2% 0;
}
.page-id-5 .two_third {
  width: 64.666% !important;
  margin: 0 2% 2% 0;
}

.page-id-5 .content-column.one_half li {
  list-style: none;
  padding: 0;
}
.page-id-5 .content-column.one_half ul {
  padding: 0;
}
.page-id-5 .content-column img {
  opacity: 0.7;
  background: #757575;
}
.page-id-5 .content-column {
  position: relative;
  background: #757575;
}
.page-id-5 .content-column.full_width {
  margin-bottom: 4%;
}
.page-id-5 .content-column.two_third {
  background: transparent;
}
.page-id-5 .content-column h3 {
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  bottom: 18px;
  margin: 0;
  background: rgba(59, 62, 64, 0.85);
  max-width: 266px;
  width: 100%;
  padding: 8px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.page-id-5 .content-column h3 a {
  color: #fff;
}
.page-id-5 .content-column.one_third:hover,
.page-id-5 .content-column.full_width:hover {
  cursor: pointer;
}
.page-id-5 .content-column.one_third:hover img,
.page-id-5 .content-column.full_width:hover img {
  opacity: 1;
}
.page-id-5 .content-column p {
  margin: 0;
  line-height: 0;
}

.product-blocks .wpb_content_element {
  position: relative;
  background: #757575;
}
.product-blocks .wpb_content_element img {
  opacity: 0.7;
}
.product-blocks .wpb_content_element h3 {
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  bottom: 18px;
  margin: 0;
  background: rgba(59, 62, 64, 0.85);
  max-width: 266px;
  width: 100%;
  padding: 8px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.product-blocks .wpb_content_element h3 a {
  color: #fff;
  display: block;
}
.product-blocks .wpb_content_element:hover {
  cursor: pointer;
}
.product-blocks .wpb_content_element:hover img {
  opacity: 1;
}
.product-blocks .wpb_content_element p {
  margin: 0;
  line-height: 0;
}

.page-id-7 .one_third {
  width: 31.333% !important;
  margin: 0 2% 2% 0;
}
.page-id-7 .two_third {
  width: 64.666% !important;
  margin: 0 2% 2% 0;
}

.page-id-7 .content-column.one_half li {
  list-style: none;
  padding: 0;
}
.page-id-7 .content-column.one_half ul {
  padding: 0;
}
.page-id-7 .content-column img {
  opacity: 0.7;
  background: #757575;
}
.page-id-7 .content-column {
  position: relative;
  background: #757575;
}
.page-id-7 .content-column.full_width {
  margin-bottom: 4%;
}
.page-id-7 .content-column.two_third {
  background: transparent;
}
.page-id-7 .content-column h3 {
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  bottom: 18px;
  margin: 0;
  background: rgba(59, 62, 64, 0.85);
  max-width: 266px;
  width: 100%;
  padding: 8px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.page-id-7 .content-column h3 a {
  color: #fff;
}
.page-id-7 .content-column.one_third:hover,
.page-id-7 .content-column.full_width:hover {
  cursor: pointer;
}
.page-id-7 .content-column.one_third:hover img,
.page-id-7 .content-column.full_width:hover img {
  opacity: 1;
}
.page-id-7 .content-column p {
  margin: 0;
  line-height: 0;
}

/*----------------------------------------------------
LEFT NAVIGATION
----------------------------------------------------*/
#secondary #subpages-widget-3 ul {
  padding: 0;
  background: #7ca150;
  padding: 10px 0;
  border-top: 2px solid #fff;
  margin: 0;
}
#secondary #subpages-widget-3 ul li {
  list-style: none;
}
#secondary #subpages-widget-3 ul li:last-child {
  border: 0;
}
#secondary #subpages-widget-3 ul li a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 2px 20px;
  font-size: 14px;
}
#secondary #subpages-widget-3 ul li a:hover {
  color: #cbff8d;
  text-decoration: none;
}
#secondary #subpages-widget-3 ul ul li {
  border-bottom: 0px;
}
#secondary #subpages-widget-3 ul ul {
  margin: -1.2em 0 0 0.5em;
}
#secondary #subpages-widget-3 ul ul li a {
  padding: 0.8em 0;
  font-size: 14px;
}
#secondary #subpages-widget-3 ul li.widget_subpages_current_page > a {
  font-weight: bold;
  color: #31421d;
}
#secondary .widget {
  margin: 0;
}

/*#secondary #subpages-widget-3 ul {padding: 0;background:#fff;padding:10px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;border-left:1px solid #ddd;}
#secondary #subpages-widget-3 ul li {font-size: 18px;list-style: none;border-bottom: 1px solid #e4e6e7;}
#secondary #subpages-widget-3 ul li:last-child{border:0;}
#secondary #subpages-widget-3 ul li a {display: block;padding: 15px 0;color: #333333;}
#secondary #subpages-widget-3 ul li a:hover{color:#649030;text-decoration:none;}
#secondary #subpages-widget-3 ul ul li {  border-bottom:0px;}
#secondary #subpages-widget-3 ul ul{margin:-1.2em 0 0 0.5em;}
#secondary #subpages-widget-3 ul ul li a {padding: 0.8em 0;font-size:14px;}
#secondary #subpages-widget-3 ul li.widget_subpages_current_page > a{font-weight:bold;}*/

.widget_nav_menu ul li.blue ul {
  display: none;
}
.widget_nav_menu ul li.blue.current-menu-item > a,
.widget_nav_menu ul li.blue.current-menu-parent > a {
  padding-bottom: 10px;
}

.widget_nav_menu ul li.blue.current-menu-item ul,
.widget_nav_menu ul li.blue.current-menu-parent ul {
  display: block;
}
.widget_nav_menu ul li.blue ul li {
  border-bottom: 0px;
}
.widget_nav_menu ul li.blue ul.sub-menu {
  background: #124b74;
  padding-bottom: 10px;
}
.widget_nav_menu ul li.blue ul li a {
  padding: 5px 20px;
  font-size: 14px;
  background: none;
}
.widget_nav_menu ul li.blue ul li a:hover {
  color: #9fd7ff;
}

.widget_nav_menu ul li.blue ul li.current-menu-item a {
  color: #6cc2ff;
}

.page-template-page-no-left-nav #subpages-widget-2 {
  display: none;
}

/*----------------------------------------------------
MEMBER PROGRAMS
----------------------------------------------------*/
.program {
  float: left;
  width: 100%;
  clear: both;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  border: 1px solid #dedede;
  margin-bottom: 1px;
  padding: 1%;
}

.program .program-title {
  float: left;
  width: 50%;
  font-weight: bold;
  margin-top: 10px;
  line-height: 120%;
}
.program .program-image {
  float: right;
  width: 50%;
  text-align: right;
}
/*----------------------------------------------------
SUBSCRIBE TO SPECIALS IFRAME
----------------------------------------------------*/
.subscribe-logo {
  float: left;
}
.subscribe-header-text {
  float: left;
  margin-bottom: 20px;

  text-align: center;
}
.subscribe-header-text p {
  font-size: 18px;
  line-height: 140%;
  margin-top: 0;
  text-align: left;
}

/*---------------------------------------------------------
RESPONSIVE
---------------------------------------------------------*/
@media (max-width: 1480px) {
  .main-navigation a {
    padding: 20px 22px;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    width: 960px;
  }
  .main-navigation a {
    padding: 20px 15px;
  }
  .widget_nav_menu ul li.officeoutlet.black a,
  .widget_nav_menu ul li.bestclass.black a {
    background-size: 80%;
  }
  #call_to_action p {
    font-size: 18px;
  }

  .site-header .main-navigation {
    margin: 40px 0;
  }

  .team-member .team-member-name {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  /*  .page-child #banner img.active {max-width:initial;}
*/
}
@media (max-width: 979px) {
  /*TESTIMONIALS*/
  .testimonials h1 {
    font-size: 40px;
  }
  .testimonials h2 {
    font-size: 33px;
  }
  .widget_nav_menu ul li a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .wrapper {
    width: 100%;
    padding: 2%;
  }
  #header-image {
    padding: 0px 0px 0px 0px;
  }
  .site-header .main-navigation {
    margin: 20px 0;
  }
  .main-navigation a {
    padding: 20px 10px;
    font-size: 13px;
  }
  .home .hero_text,
  .hero_text {
    width: 740px;
  }
  #header-image {
    margin-left: 0px;
  }

  #secondary #subpages-widget-3 ul li a {
    padding: 2px 10px;
  }
  .widget_nav_menu ul li a {
    padding-left: 10px;
  }
  /*ABOUT*/
  #design-team,
  #furniture-team,
  #supply-team {
    margin-top: 80px;
  }
  .vc_responsive .home_box_wrap.wpb_row .vc_col-sm-2 p {
    font-size: 14px;
  }
  .product-blocks .wpb_content_element h3 {
    font-size: 16px;
  }

  .site-header .search-field:focus {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .header-search {
    display: none;
  }
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
  #header-image {
    width: 50%;
  }
  header > .wrapper #site-navigation {
    flex-direction: column;
  }
  .site-header .search-form {
    display: none;
    order: 3;
    margin-left: 0;
  }
  header #site-navigation.toggled .search-form {
    display: block;
    padding-bottom: 10px;
  }
  .site-header input.search-field {
    width: 10px;
  }
  .wpb_text_column img.alignright {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
  .page-id-4508 #banner {
    display: none;
  }
  .home .hero_text h1 {
    font-size: 55px;
  }

  .hero_text h3 {
    font-size: 40px;
  }
  .hero_text h1 {
    font-size: 50px;
  }

  .hero_text p {
    font-size: 24px;
  }
  .product-blocks .wpb_content_element img {
    width: 100%;
  }
  #background-video {
    display: none;
  }
  .home #banner {
    background: url(/wp-content/themes/dbi/images/fallback.jpg);
  }
  .site-header .search-field.focus {
    width: 100%;
  }
  .wrapper {
    width: 96%;
  }
  #primary {
    padding: 2% 0 0;
  }
  #call_to_action {
    width: 100%;
  }
  .call_to_action {
    width: 100%;
    margin-left: 0%;
  }
  #primary {
    width: 100%;
  }
  .sidebar_dbi {
    width: 100%;
  }
  .sidebar_wrap {
    width: 100%;
    margin: 0;
    max-width: initial;
    position: relative;
    top: auto;
  }
  .widget_nav_menu ul li a {
    background: url(images/nav-arrow-right.png) no-repeat 96% center;
  }
  .widget_nav_menu ul li.officeoutlet.black a,
  .widget_nav_menu ul li.bestclass.black a {
    background-size: 200px;
  }
  #banner img {
    min-width: 1200px;
  }
  #banner {
    height: 205px;
  }
  footer.site-footer {
    padding: 30px 0;
  }
  footer.site-footer .footer_left {
    width: 100%;
    text-align: center;
  }
  footer.site-footer .footer_right {
    width: 100%;
    text-align: center;
  }
  footer.site-footer .footer_right p {
    text-align: center;
  }
  footer.site-footer .copyright {
    text-align: center;
    float: none;
  }
  .office-outlet,
  .social-icons {
    display: block;
    width: 100%;
  }
  .button.facebook:hover {
    background-size: 8px !important;
  }
  button.menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block !important;
  }

  .menu-primary-navigation-container {
    margin-top: 40px;
  }

  .menu-toggle .icon-bar {
    margin: 3px 0px;
    display: block;
    width: 25px;
    height: 4px;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-repeat: no-repeat;
  }
  .menu-btn {
    float: right;
    padding: 4px 7px;
    margin: 0px 5px 0px 0px;
  }
  button.menu-toggle {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0px;
    outline: none;
  }
  .main-navigation ul {
    padding-bottom: 10px;
  }
  .site-header .main-navigation {
    margin: 0px 0px;
  }
  #site-navigation {
    float: left;
    clear: both;
    width: 100%;
    margin-top: -50px;
  }
  #site-navigation ul {
    float: left;
    clear: both;
    width: 100%;
    display: none;
  }

  #site-navigation ul li {
    width: 100%;
    border-left: none;
  }
  #site-navigation ul li a {
    border-top: 1px solid #4b4f52;
    padding: 10px;
  }
  #site-navigation ul li ul li a {
    border-top: 0;
    padding: 0 0 8px 0px;
  }
  /*ABOUT*/
  .about-us h1 {
    font-size: 50px;
    text-align: center;
  }
  .about-us h2 {
    font-size: 28px;
  }
  .gray-bar {
    text-align: center;
  }
  .team-margin,
  .furniture-team-margin {
    margin: 0;
    text-align: center;
  }
  div.team-members .names a {
    text-align: center;
  }
  img.owners {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #design-team > div {
    margin: 0 !important;
  }
  div.team-members .team-leader.team-member {
    position: relative;
    top: 0;
    height: 180px;
    width: 50%;
  }
  .team-leader:nth-child(2) {
    left: 0;
  }
  div.team-members .team-leader.team-member img {
    max-height: 160px;
    position: absolute;
  }
  div.team-members .team-member {
    width: 50%;
  }
  div.team-members .names {
    width: 100%;
  }
  .separator {
    display: none;
  }
  #call_to_action p {
    font-size: 18px;
    text-align: center;
  }
  .call_to_action p span.blue {
    font-size: 22px;
  }

  /*TESTIMONIALS*/
  .vc_responsive .testimonials .home_box_wrap.wpb_row .vc_col-sm-2 {
    width: 100%;
    text-align: center;
  }

  /*ALPHA*/
  .main-navigation {
    visibility: visible;
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
    padding: 0;
    box-shadow: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    overflow: visible;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation ul {
    font-size: 0;
  }
  .main-navigation ul,
  #mobile-menu ul {
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul li,
  #mobile-menu ul li {
    font-size: 0.8125rem;
    list-style: none;
    margin-left: 50px;
  }
  .main-navigation ul li a {
    display: block;
  }
  .main-navigation ul li {
    display: inline-block;
    margin: 0;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
  .main-navigation ul > li {
    vertical-align: middle;
  }
  /*LEVEL 1*/
  .main-navigation ul ul {
    display: block;
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    font-size: 13px;
  }
  .main-navigation ul ul li {
    display: block;
  }
  .main-navigation ul ul li a {
    display: block;
    padding: 14px 12px;
  }
  /*ALPHA END*/
  #site-navigation ul li.focus ul.sub-menu {
    top: 0;
    position: relative;
    display: block;
    box-shadow: none;
  }
  /*UGLY CHAIR*/
  #input_15_1 li {
    width: 98%;
  }
  div.gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
  }
  /*NEW*/
  /*.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul, #site-navigation li:focus ul{display:block;left:auto;}
	.main-navigation ul ul{top:0;position:relative}*/
  /*NEW END*/

  /*PROFILES*/
  .profile-grid .vc_gitem-zone-c .vc_gitem-col {
    min-height: 0;
    padding-bottom: 10px;
  }
  .profile-grid .vc_gitem-zone-c .vc_btn3-container {
    position: relative;
  }
}

/* Landscape phones and down */

@media (max-width: 480px) {
  .hero_text h2 {
    font-size: 55px;
  }
  .hero_text h3 {
    font-size: 40px;
  }
  .hero_text h1 {
    font-size: 40px;
    margin-bottom: 0px;
  }
  .hero_text p {
    font-size: 23px;
    line-height: 120%;
  }
  .page-id-81 table td {
    vertical-align: top;
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .main-navigation ul ul a {
    width: 200px;
  }
  .office-outlet {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-navigation ul li:hover:last-child > ul,
  .main-navigation ul li.focus:last-child > ul {
    right: 0;
    left: auto;
  }
}
