/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















@media (min-width: 1200px){
  .dnd-section > .row-fluid {
    max-width: 1150px;
  }
}

.dnd-section {
  padding-bottom: 40px;
  padding-top: 40px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1150px;
}





html{
  font-size: 19px;
}
body {
  color: rgba(47, 47, 47, 1.0);
  font-family: Arial;
  font-weight: 400;
  font-size: 19px;
}

p {

}

a {
  color: rgba(238, 129, 51, 1.0);
}

a:hover,
a:focus {
  color: rgba(238, 129, 51, 1.0);
}



h1 {
  color: rgba(51, 51, 51, 1.0);
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
}



h2 {
  color: rgba(51, 51, 51, 1.0);
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}



h3 {
  color: rgba(51, 51, 51, 1.0);
  font-family: Frank Ruhl Libre, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
}


h4 {
  color: #333333;
  color: rgba(51, 51, 51, 1.0);
  font-family: Frank Ruhl Libr,  sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
}



h5 {
  color: rgba(51, 51, 51, 1.0);
  font-family: Frank Ruhl Libre,  sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

h6 {
  color: rgba(51, 51, 51, 1.0);
  font-family: Frank Ruhl Libre,  sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
}






.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form, .hs-search-field__bar form, .cm-comment-form,.systems-page form, .blog-comments form{
  background-color: rgba(221, 221, 221, 1.0);
}


form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Arial;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(51, 51, 51, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(241, 129, 43, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 3px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(188, 130, 30, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}



.hs-form label {
  color: rgba(47, 47, 47, 1.0);
}

.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(242, 242, 242, 1.0);
  color: rgba(47, 47, 47, 0.7000000000000001);
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(200, 200, 200, 0.6);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #2f2f2f;
}

.hs-richtext {
  font-size: 19;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Arial;
}

.fn-date-picker td.is-today .pika-button {
  color: #494a52;
}

.fn-date-picker td.is-selected .pika-button {
  background: #494a52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #F8FAFC !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(119, 119, 119, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(119, 119, 119, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(119, 119, 119, 1.0);
}





.custom_header{
  background-color: rgba(0, 0, 0, 0.5);
}
.sticky_header{
  background-color: rgba(59, 59, 59, 0.9);
}
.menu-sticky div>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
.menu-sticky div>ul>li>a:hover{
  background-color: rgba(255, 255, 255, 0.1);
}
.menu-sticky div>ul ul{
  background-color: rgba(84, 84, 84, 1.0);
}

.menu-sticky div>ul ul>li>a{
  color: rgba(255, 255, 255, 0.8);
}
.menu-sticky div>ul ul>li>a:hover{
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(255, 255, 255, 0.9);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(255, 255, 255, 1.0);
}


body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 0.9);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a{
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(255, 255, 255, 0.9);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  color: rgba(255, 255, 255, 0.9);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(255, 255, 255, 0.8);;
}
body .custom-menu-primary .submenu.level-2  {
  background-color: rgba(84, 84, 84, 1.0);
  border-color: rgba(56, 56, 56, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(84, 84, 84, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0)
}
body .custom-menu-primary .submenu.level-2 .menu-item.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(255, 255, 255, 0.8);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch:hover {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a:before{
  background-color: rgba(56, 56, 56, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Arial;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 0.9);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 0.9);
  }
}





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(118, 118, 118, 1.0);
}
.footer a{
  color: rgba(118, 118, 118, 1.0);
}
.footer a:hover{
  color: rgba(241, 129, 43, 1.0);
}
.footer_inner {
  border-color: rgba(221, 221, 221, 1.0);
}

.copyright{
  background-color: rgba(237, 237, 237, 1.0);
  color: rgba(159, 158, 158, 1.0);
}
.footer-contact strong{
  color: rgba(47, 47, 47, 1.0);
}
#social-follow p, .ssbp-container span span{
  color: rgba(179, 179, 179, 1.0);
}





@media (min-width: 1200px){
  .content-wrapper {
    max-width: 1150px;
  }
}

.blog-post__date {
  border-color: #2f2f2f;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #2f2f2f;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #070707;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #575757;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494a52;
}

.blog-pagination__link {
  color: #2f2f2f;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494a52;
}

.blog-post__title {
  color: #333333;
  font-family:Frank Ruhl Libre;
  font-size: 1.5px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #494a52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494a52;
}

body .social-links__icon {
  background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}

.page-center {
  max-width: 1150px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

/* ============ Current Denny + Gardner branding ============ */
.no-banner .header_top,
.header_top {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(23, 48, 61, 0.12);
}
.header__logo img {
  max-width: 240px;
}
.tb-nav-trigger .hamburger span {
  background-color: #17303d;
}
.custom-menu-primary .submenu.level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-menu-primary .submenu.level-1 > li {
  float: left;
  position: relative;
}
.custom-menu-primary .menu-link {
  display: block;
  color: #17303d;
  font-family: Lato, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 24px 14px;
  text-decoration: none;
}
.custom-menu-primary .menu-link:hover,
.custom-menu-primary .menu-link:focus {
  color: #f9a351;
  text-decoration: none;
}
.custom-menu-primary .submenu.level-2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background-color: #ffffff;
  border-top: 3px solid #f9a351;
  box-shadow: 0 12px 30px rgba(23, 48, 61, 0.16);
}
.custom-menu-primary .submenu.level-1 > li:hover > .submenu.level-2 {
  display: block;
}
.custom-menu-primary .submenu.level-2 .menu-link {
  color: #17303d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  padding: 10px 18px;
}
.custom-menu-primary .submenu.level-2 .menu-link:hover {
  color: #f9a351;
}
.custom-menu-primary .menu-link[href*="contact-quote"] {
  background-color: #f9a351;
  color: #ffffff;
  margin: 18px 0 18px 14px;
  padding: 12px 22px;
  border-radius: 6px;
}
.custom-menu-primary .menu-link[href*="contact-quote"]:hover {
  background-color: #17303d;
  color: #ffffff;
}
.sticky_header {
  background-color: rgba(255, 255, 255, 0.96);
}
.menu-sticky div > ul > li > a {
  color: #17303d;
  text-shadow: none;
}
.menu-sticky div > ul > li > a:hover {
  background-color: rgba(249, 163, 81, 0.14);
}
.menu-sticky div > ul ul {
  background-color: #ffffff;
  border-color: #f9a351;
}
.menu-sticky div > ul ul > li > a {
  color: #17303d;
}
.menu-sticky div > ul ul > li > a:hover {
  color: #f9a351;
}
@media (max-width: 991px) {
  .custom-menu-primary {
    background-color: #ffffff;
  }
  header.custom_header {
    background-color: #ffffff;
  }
  .custom-menu-primary .submenu.level-1 > li {
    float: none;
  }
  .custom-menu-primary .submenu.level-1 {
    padding: 16px 20px;
  }
  .custom-menu-primary .menu-link {
    color: #17303d;
    padding: 11px 0;
  }
  .custom-menu-primary .submenu.level-2 {
    display: block;
    position: static;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0 0 0 14px;
  }
  .custom-menu-primary .menu-link[href*="contact-quote"] {
    margin: 14px 0 0;
  }
}



/* ============ Preference page header fixes ============ */
/* Hide the large angle-down icons injected by the theme's menu script */
body .custom-menu-primary .submenu.level-1 > li.has-submenu > a svg,
body .custom-menu-primary .submenu.level-1 > li.has-submenu > a i {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
/* Light dropdown instead of the legacy dark gray */
body .custom-menu-primary .submenu.level-2 {
  background-color: #ffffff !important;
  border-color: #f9a351 !important;
  box-shadow: 0 12px 30px rgba(23, 48, 61, 0.16);
}
body .custom-menu-primary .submenu.level-2 > li > a,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  color: #17303d !important;
}
body .custom-menu-primary .submenu.level-2 > li > a:hover,
body .custom-menu-primary .submenu.level-2 > li > a:focus,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus {
  color: #f9a351 !important;
  background-color: rgba(249, 163, 81, 0.12) !important;
}
@media (max-width: 991px) {
  body .custom-menu-primary.mobile {
    background-color: #ffffff !important;
  }
  body .custom-menu-primary .submenu.level-1 > li > a {
    color: #17303d !important;
  }
  body .custom-menu-primary .submenu.level-2 {
    background: transparent !important;
    box-shadow: none !important;
  }
}