@import url("https://use.typekit.net/raw7xyh.css");
:root {
	--textDark: #2C2C2C;
	--textLight: #ffffff;
  --red: #9F2642;
  --offWhite: #F2EDE3;
  --grayDark: #2C2C2C;
  --gray: #373737;
	--links: #9F2642;
}
@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot");
	src: url("fonts/icomoon.eot") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"),
		url("fonts/icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
	border: 0;
	margin: 0;
	padding: 0;
}
body.public,
.acf-block-body,
#tinymce {
	color: var(--textDark);
	font-family: "figtree", sans-serif, "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
}
/* BIZANGO TEXT - NEW DEFAULTS - DON'T HAVE A TOP MARGIN THAT IS NOT ZERO ON A CORE TEXT ELEMENT */
.public ul,
.acf-block-preview ul,
#tinymce ul,
.public ol,
.acf-block-preview ol,
#tinymce ol {
	list-style-position: inside;
}
.public li,
.acf-block-preview li,
#tinymce li,
.public p,
.acf-block-preview p,
#tinymce p,
.public .p-style,
.acf-block-preview .p-style,
#tinymce .p-style,
.public figcaption,
.acf-block-preview figcaption,
#tinymce figcaption {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.7rem */
	margin-bottom: 1.11rem;
	margin-top: 0em;
}
.public li,
.acf-block-preview li,
#tinymce li {
  margin-bottom: 5px;
}
.public .p-style.large,
.acf-block-preview .p-style.large,
#tinymce .p-style.large {
  font-size: 1.5rem;
}
.public .p-style.x-large,
.acf-block-preview .p-style.x-large,
#tinymce .p-style.x-large {
  font-size: 2rem;
  margin-bottom: 1.2em;
}
.public figure,
.acf-block-preview figure,
#tinymce figure {
	margin: 1em 0;
}
.public figure img,
.acf-block-preview figure img,
#tinymce figure img {
	max-width: 100%;
}
.public iframe,
.acf-block-preview iframe,
#tinymce iframe {
	max-width: 100%;
}
.public h1,
.acf-block-preview h1,
#tinymce h1,
.public .h1-style,
.acf-block-preview .h1-style,
#tinymce .h1-style {
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 3.75rem */
	margin-bottom: 28px;
}
.public h2,
.acf-block-preview h2,
#tinymce h2,
.public .h2-style,
.acf-block-preview .h2-style,
#tinymce .h2-style {
  font-size: 3.3125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 3.3125rem */
	margin-bottom: 18px;
}
.public h3,
.acf-block-preview h3,
#tinymce h3,
.public .h3-style,
.acf-block-preview .h3-style,
#tinymce .h3-style {
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 2.625rem */
	margin-bottom: 16px;
}
.public h4,
.acf-block-preview h4,
#tinymce h4,
.public .h4-style,
.acf-block-preview .h4-style,
#tinymce .h4-style {
  font-size: 1.6875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 1.85625rem */
	margin-bottom: 16px;
}
.public h5,
.acf-block-preview h5,
#tinymce h5,
.public .h5-style,
.acf-block-preview .h5-style,
#tinymce .h5-style {
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 110%; /* 1.58125rem */
	margin-bottom: 16px;
}
.public h6,
.acf-block-preview h6,
#tinymce h6,
.public .h6-style,
.acf-block-preview .h6-style,
#tinymce .h6-style {
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 1.1875rem */
	margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .public li,
  .acf-block-preview li,
  #tinymce li,
  .public p,
  .acf-block-preview p,
  #tinymce p,
  .public .p-style,
  .acf-block-preview .p-style,
  #tinymce .p-style,
  .public figcaption,
  .acf-block-preview figcaption,
  #tinymce figcaption {
    line-height: 130%; /* 1.7rem */
  }
  .public h1,
  .acf-block-preview h1,
  #tinymce h1,
  .public .h1-style,
  .acf-block-preview .h1-style,
  #tinymce .h1-style {
    font-size: 2.5rem;
  }
  .public h2,
  .acf-block-preview h2,
  #tinymce h2,
  .public .h2-style,
  .acf-block-preview .h2-style,
  #tinymce .h2-style {
    font-size: 2.3125rem;
  }
  .public h3,
  .acf-block-preview h3,
  #tinymce h3,
  .public .h3-style,
  .acf-block-preview .h3-style,
  #tinymce .h3-style {
    font-size: 2.0625rem;
  }
}
strong,
.acf-block-preview strong,
#tinymce strong,
b,
.acf-block-preview b,
#tinymce b {
	font-weight: 700;
}
/* To minimize extra thickness added to font-weight by browsers */
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
li {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: auto;
}
/* TinyMCE STYLES */
.text .small-txt > *,
.acf-block-preview .text .small-txt > *,
#tinymce .small-txt > * {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 10px;
}
.text .uppercase,
.acf-block-preview .text .uppercase,
#tinymce .uppercase {
	text-transform: uppercase;
}
.block .header-accent,
.acf-block-preview .text .header-accent,
#tinymce .header-accent {
  display: inline-block;
  padding-top: 12px;
  position: relative;
}
.block .header-accent:before,
.acf-block-preview .text .header-accent:before,
#tinymce .header-accent:before {
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  top: 0;
  width: 44px;
}
.block .header-accent[style*="center"]:before,
.acf-block-preview .text .header-accent[style*="center"]:before,
#tinymce .header-accent[style*="center"]:before,
.block [style*="center"] .header-accent:before,
.acf-block-preview .text [style*="center"] .header-accent:before,
#tinymce [style*="center"] .header-accent:before,
.center-columns__yes .header-accent:before,
.acf-block-preview .center-columns__yes .text .header-accent:before,
.center-columns__yes #tinymce .header-accent:before {
  left: 50%;
  transform: translateX(-50%);
}
.block .header-accent.red:before,
.acf-block-preview .text .header-accent.red:before,
#tinymce .header-accent.red:before {
  background-color: var(--red);
}
.block .header-accent.white:before,
.acf-block-preview .text .header-accent.white:before,
#tinymce .header-accent.white:before {
  background-color: #fff;
}
.block .color-red {
  color: var(--red);
}
/*---------------BUTTONS / LINKS ---------------*/
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
.public a,
.acf-block-preview a,
#tinymce a {
	color: var(--links);
	cursor: pointer;
	text-decoration: none;
}
/* The #tinymce editor container will not have the same ".text" wrapper as the blocks and preview wp-blocks do */
.text a,
.acf-block-preview .text a,
#tinymce a {
	font-size: inherit;
	font-weight: 700;
	letter-spacing: inherit;
	line-height: inherit;
}
.text a:after,
.acf-block-preview .text a:after,
#tinymce a:after {
	content: "";
}
a:focus,
.acf-block-preview a:focus,
#tinymce a:focus {
	outline: none;
}
.public button,
.acf-block-preview button,
#tinymce button,
.public input[type="submit"],
.acf-block-preview input[type="submit"],
#tinymce input[type="submit"],
.wp-password-form input[type="submit"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
}
.public .button,
.acf-block-preview .button,
#tinymce .button,
.element__form .form-field button[type="submit"],
.acf-block-preview .element__form .form-field button[type="submit"],
#tinymce .element__form .form-field button[type="submit"],
.wp-password-form input[type="submit"],
html body .block form.forminator-custom-form .forminator-field .forminator-button {
  background-color: var(--red);
	border: 1px solid transparent;
	color: var(--textLight);
	cursor: pointer;
	display: inline-block;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
	outline: none;
	padding: 14px 25px;
	position: relative;
	text-transform: uppercase;
  transition: all 400ms ease;
}
.public .bg-color__red .button,
.public .text-area-bg-color__red .button,
.public .block_type__site-cta .button,
.public .button:hover,
.public .button:focus,
.acf-block-preview .bg-color__red .button,
.acf-block-preview .text-area-bg-color__red .button,
.acf-block-preview .block_type__site-cta .button,
.acf-block-preview .button:hover,
.acf-block-preview .button:focus,
#tinymce .button:hover,
#tinymce .button:focus,
.bg-color__red .element__form .form-field button[type="submit"],
.element__form .form-field button[type="submit"]:hover,
.element__form .form-field button[type="submit"]:focus,
.acf-block-preview .bg-color__red .element__form .form-field button[type="submit"],
.acf-block-preview .element__form .form-field button[type="submit"]:hover,
.acf-block-preview .element__form .form-field button[type="submit"]:focus,
#tinymce .element__form .form-field button[type="submit"]:hover,
#tinymce .element__form .form-field button[type="submit"]:focus,
.wp-password-form input[type="submit"]:hover,
.wp-password-form input[type="submit"]:focus,
html body .block.bg-color__red form.forminator-custom-form .forminator-field .forminator-button,
html body .block form.forminator-custom-form .forminator-field .forminator-button:hover,
html body .block form.forminator-custom-form .forminator-field .forminator-button:focus {
  background-color: #fff;
  color: var(--red);
}
.public .bg-color__red .button:hover,
.public .bg-color__red .button:focus,
.public .text-area-bg-color__red .button:hover,
.public .text-area-bg-color__red .button:focus,
.acf-block-preview .bg-color__red .button:hover,
.acf-block-preview .bg-color__red .button:focus,
.acf-block-preview .text-area-bg-color__red .button:hover,
.acf-block-preview .text-area-bg-color__red .button:focus,
.public .block_type__site-cta .button:hover,
.public .block_type__site-cta .button:focus,
.acf-block-preview .block_type__site-cta .button:hover,
.acf-block-preview .block_type__site-cta .button:focus,
.bg-color__red .element__form .form-field button[type="submit"]:hover,
.bg-color__red .element__form .form-field button[type="submit"]:focus,
.acf-block-preview .bg-color__red .element__form .form-field button[type="submit"]:hover,
.acf-block-preview .bg-color__red .element__form .form-field button[type="submit"]:focus,
html body .block.bg-color__red form.forminator-custom-form .forminator-field .forminator-button:hover,
html body .block.bg-color__red form.forminator-custom-form .forminator-field .forminator-button:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
a.link-accent,
.text a.link-accent,
.acf-block-preview a.link-accent,
#tinymce a.link-accent {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
a.link-accent::after,
.text a.link-accent::after,
.acf-block-preview a.link-accent::after,
#tinymce a.link-accent::after {
	background-image: url(/wp-content/themes/dbm-contractors/assets/images/icon_arrow-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
	content: "";
  display: inline-block;
  height: 0.67em;
	margin-left: 8px;
	position: relative;
  top: 0.25em;
  width: 0.59em;
}
/* MCE BUTTONS */
.mce-ico.mce-i-custom-btn:before {
	content: "\02584";
	position: relative;
	top: -6px;
}
.text .margin-bottom-0 > * {
  margin-bottom: 0;
}
.text .uppercase {
  text-transform: uppercase;
}
.text-link a,
.acf-block-preview .text-link a,
#tinymce .text-link a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	text-transform: none;
}
.text-link a:after,
.acf-block-preview .text-link a:after,
#tinymce .text-link a:after {
	display: none;
}
/*---------------SITE STYLES---------------*/
.file-list > li {
	list-style: none;
}
