@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@charset "UTF-8";
/*
Theme Name: Accredited Firestop
Version: 1.0
Description: Theme template for Accredited Firestop
Author: Baytek
Author URI: http://baytek.ca
*/
@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/accreditedfirestop/fonts/icomoon.eot");
  src: url("/wp-content/themes/accreditedfirestop/fonts/icomoon.eot?nbvgx1#iefix") format("embedded-opentype"), url("/wp-content/themes/accreditedfirestop/fonts/icomoon.ttf") format("truetype"), url("/wp-content/themes/accreditedfirestop/fonts/icomoon.woff") format("woff"), url("/wp-content/themes/accreditedfirestop/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HEADINGS
 */
.centered {
  margin: 0 auto !important;
  text-align: center;
  max-width: 640px;
  margin: auto;
}

.no-padding {
  padding: 0 !important;
}

header .header-center-menu li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

header .header-center-menu li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

header .header-center-menu li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

header .header-center-menu li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

header .header-center-menu li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

header .header-center-menu li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

header .header-center-menu li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

header .header-center-menu li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

header .header-center-menu li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

* {
  box-sizing: border-box;
  word-wrap: normal !important;
}

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  background-color: #FFF;
  color: #071C2C;
  -moz-osx-font-smoothing: graysåcale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body .site {
  display: block;
  min-height: calc(100vh - 85px);
  flex-direction: column;
  background-color: #FFF;
  margin-top: 100px;
}
@media only screen and (max-width: 999px) {
  body .site {
    margin-top: 55px;
  }
}
body .site-content {
  flex: 1;
  overflow-x: hidden;
}

@-webkit-keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  from {
    transform: translatexX(50%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translatexX(50%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modalIn {
  0% {
    transform: translateY(5%);
    opacity: 0;
  }
  50% {
    transform: translateY(-1%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes modalIn {
  0% {
    transform: translateY(5%);
    opacity: 0;
  }
  50% {
    transform: translateY(-1%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module {
  margin-bottom: 4%;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module.et_pb_text {
  margin-bottom: 30px;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module p {
  color: #071C2C;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module .tt, #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module code {
  font-family: "Monaco", "Monaco", monospace;
  font-size: smaller;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.125em 0.25em;
  white-space: pre;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module pre {
  margin: 0 1em 1em 1em;
  font-family: "Monaco", "Monaco", monospace;
  white-space: pre;
  font-size: smaller;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module p2 {
  font-size: 14px;
  font-size: 0.875rem;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module.medium-width p, #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module.medium-width h1 {
  max-width: 800px !important;
  margin: 0 auto;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module a {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  color: #5D7E95;
  font-weight: 700;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module a:hover, #et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module a:focus {
  color: #364956;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module ol.roman > li {
  list-style-type: lower-roman;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module a.etmodules-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 0.75rem;
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module a.etmodules-link .etmodules {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 0.05em;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module ul:not(.gform_fields) > li,
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module ol > li {
  margin-bottom: 0;
  color: #071C2C;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  text-indent: 0;
  margin-left: 1em;
}
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module ul:not(.gform_fields) > li.large,
#et_builder_outer_content .et_pb_section .et_pb_row .et_pb_module ol > li.large {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #CC3524;
  font-weight: 600;
}

body.et_divi_builder #et_builder_outer_content .et_pb_fullwidth_section {
  z-index: 1 !important;
}

.popout-image img:after {
  color: black;
  opacity: 0;
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  width: 100%;
  height: 100%;
}

.popout-image img:hover:after {
  opacity: 0.2;
}

pre {
  margin: 0 1em 1em 1em;
  font-family: "Monaco", "Monaco", monospace;
  white-space: pre;
  font-size: smaller;
}

hr {
  margin: 60px 0;
}

.etmodules {
  font-family: "ETModules" !important;
  display: inline-block;
  vertical-align: bottom;
}

::-moz-selection {
  background-color: #5D7E95;
  color: white;
}

::selection {
  background-color: #5D7E95;
  color: white;
}

h1, .h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 57px;
  font-weight: 700;
  margin-bottom: 0.5em !important;
  text-transform: uppercase;
}
h1:after, .h1:after {
  font-family: "icomoon";
  content: "\e900";
  font-size: 3px;
  display: block;
  color: #CC3524;
  margin-top: 23px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: normal;
  }
}

h2, .h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 0.2em !important;
  color: #071C2C;
  text-transform: uppercase;
}
h2:after, .h2:after {
  font-family: "icomoon";
  content: "\e900";
  font-size: 3px;
  display: block;
  color: #CC3524;
  margin-top: 23px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}

h3, .h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.1em !important;
  line-height: 40px !important;
  color: #071C2C;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal !important;
  }
}

h4, .h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #071C2C;
  text-transform: uppercase;
}

h5, .h5 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 27px;
  color: #676C7F;
  text-transform: uppercase;
}

p, .p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #071C2C;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  p, .p {
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
  }
}

p.small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #071C2C;
  line-height: 28px;
}

p.large,
#et_builder_outer_content p.large {
  font-size: 20px !important;
  font-weight: 300 !important;
  margin-bottom: 8px !important;
  line-height: 28px !important;
  max-width: 640px !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}
p.large.centered,
#et_builder_outer_content p.large.centered {
  margin: 0 auto !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  p.large,
#et_builder_outer_content p.large {
    font-size: 16px !important;
    line-height: 19px !important;
  }
}

h1 .eyebrow {
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 300 !important;
  margin-bottom: 18px !important;
  letter-spacing: 2px !important;
  opacity: 1;
  text-transform: uppercase;
  display: block;
}

h2 .eyebrow {
  font-size: 18px !important;
  line-height: 18px;
  font-weight: 300 !important;
  margin-bottom: 18px !important;
  color: #071C2C !important;
  opacity: 1;
  text-transform: uppercase;
  display: block;
}

h3 .eyebrow {
  font-size: 18px !important;
  line-height: 18px;
  font-weight: 300 !important;
  margin-bottom: 18px !important;
  color: #071C2C !important;
  opacity: 1;
  text-transform: uppercase;
  display: block;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: #5D7E95;
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  cursor: pointer;
}
a:hover, a:focus {
  color: #364956;
}

ol {
  list-style-type: decimal !important;
}
ol li {
  margin-left: 1em;
  padding-left: 0.2em;
}

li.selected a {
  color: #E8E8E8 !important;
}

li {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: normal;
  }
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: 11px;
  font-size: 0.6875rem;
}

.et_divi_builder #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et_builder_outer_content .et_pb_section .h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 57px;
  font-weight: 700;
  margin-bottom: 0.5em !important;
  text-transform: uppercase;
}
.et_divi_builder #et_builder_outer_content .et_pb_section h1:after, .et_divi_builder #et_builder_outer_content .et_pb_section .h1:after {
  font-family: "icomoon";
  content: "\e900";
  font-size: 3px;
  display: block;
  color: #CC3524;
  margin-top: 23px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et_builder_outer_content .et_pb_section .h1 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: normal;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et_builder_outer_content .et_pb_section .h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 0.2em !important;
  color: #071C2C;
  text-transform: uppercase;
}
.et_divi_builder #et_builder_outer_content .et_pb_section h2:after, .et_divi_builder #et_builder_outer_content .et_pb_section .h2:after {
  font-family: "icomoon";
  content: "\e900";
  font-size: 3px;
  display: block;
  color: #CC3524;
  margin-top: 23px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et_builder_outer_content .et_pb_section .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section h3, .et_divi_builder #et_builder_outer_content .et_pb_section .h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.1em !important;
  line-height: 40px !important;
  color: #071C2C;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section h3, .et_divi_builder #et_builder_outer_content .et_pb_section .h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal !important;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section h4, .et_divi_builder #et_builder_outer_content .et_pb_section .h4 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #071C2C;
  text-transform: uppercase;
}
.et_divi_builder #et_builder_outer_content .et_pb_section h5, .et_divi_builder #et_builder_outer_content .et_pb_section .h5 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 27px;
  color: #676C7F;
  text-transform: uppercase;
}
.et_divi_builder #et_builder_outer_content .et_pb_section p, .et_divi_builder #et_builder_outer_content .et_pb_section .p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #071C2C;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section p, .et_divi_builder #et_builder_outer_content .et_pb_section .p {
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section p.small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #071C2C;
  line-height: 28px;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a {
  font-weight: 500;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a.fancy-link {
  display: inline-block !important;
  text-transform: uppercase !important;
  background: transparent !important;
  font-weight: 700 !important;
  color: #CC3524 !important;
  letter-spacing: 2px !important;
  padding: 1em 0 !important;
  line-height: normal !important;
  font-size: 12px;
  font-size: 0.75rem;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a.fancy-link:after {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "$";
  font-size: 16px;
  margin-left: 5px;
  margin-top: 0px;
  line-height: normal;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a.fancy-link:hover:after {
  margin-left: 8px;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a.fancy-link:hover {
  color: #751e15 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a.fancy-link.reverse:after, .et_divi_builder #et_builder_outer_content .et_pb_section body .post-content .nav-previous a.fancy-link:after, body .post-content .nav-previous .et_divi_builder #et_builder_outer_content .et_pb_section a.fancy-link:after {
  content: "";
  display: none;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a.fancy-link.reverse:before, .et_divi_builder #et_builder_outer_content .et_pb_section body .post-content .nav-previous a.fancy-link:before, body .post-content .nav-previous .et_divi_builder #et_builder_outer_content .et_pb_section a.fancy-link:before {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "#";
  font-size: 16px;
  margin-left: -22px;
  margin-top: -0.5px;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a.fancy-link.reverse:hover:before, .et_divi_builder #et_builder_outer_content .et_pb_section body .post-content .nav-previous a.fancy-link:hover:before, body .post-content .nav-previous .et_divi_builder #et_builder_outer_content .et_pb_section a.fancy-link:hover:before {
  margin-left: -25px;
}
.et_divi_builder #et_builder_outer_content .et_pb_section strong {
  font-weight: bold;
}
.et_divi_builder #et_builder_outer_content .et_pb_section b {
  font-weight: bold;
}
.et_divi_builder #et_builder_outer_content .et_pb_section i {
  font-style: italic;
}
.et_divi_builder #et_builder_outer_content .et_pb_section a.small {
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
  border-bottom: 1px solid #CACACA;
}
.et_divi_builder #et_builder_outer_content .et_pb_section h1, .et_divi_builder #et_builder_outer_content .et_pb_section h2, .et_divi_builder #et_builder_outer_content .et_pb_section h3, .et_divi_builder #et_builder_outer_content .et_pb_section h4, .et_divi_builder #et_builder_outer_content .et_pb_section h5, .et_divi_builder #et_builder_outer_content .et_pb_section h6 {
  line-height: 1.1;
  padding-bottom: 0;
  padding-top: 0.5em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ul:not(.gform_fields):not(.inline-menu-list):not(:last-child) {
  margin-bottom: 1em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ul:not(.gform_fields):not(.inline-menu-list) li {
  list-style: none !important;
  text-indent: -1.2em;
  padding-left: 0.2em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ul:not(.gform_fields):not(.inline-menu-list) li a {
  color: #CC3524;
  font-weight: 500;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ul:not(.gform_fields):not(.inline-menu-list) li a:hover, .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ul:not(.gform_fields):not(.inline-menu-list) li a:focus {
  color: #751e15;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ul:not(.gform_fields):not(.inline-menu-list) li:before {
  font-family: "fontawesome";
  content: "•";
  color: #CC3524;
  font-weight: 800;
  margin-right: 0.5em;
  font-size: 15px;
  font-size: 0.9375rem;
}
.et_divi_builder #et_builder_outer_content .et_pb_section nav.fullwidth-menu-nav ul li {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.et_divi_builder #et_builder_outer_content .et_pb_section nav.fullwidth-menu-nav ul li:before {
  content: "";
  margin-right: 0em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section li:not(:last-child) {
  margin-bottom: 0.5em;
}

.highlight {
  color: #071C2C !important;
}
.highlight.light {
  color: #5D7E95 !important;
}

.wrapper,
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row {
  width: 100%;
  max-width: 1300px;
  padding: 2em 60px;
}
@media only screen and (max-width: 768px) {
  .wrapper,
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row {
    padding: 0.8em 25px;
  }
}

body.et_divi_builder #et_builder_outer_content .et-l.et-l--post {
  line-height: 1.5;
}
body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section {
  padding: 4.5em 0 !important;
}
body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section.et_pb_fullwidth_section {
  padding: 0 !important;
}
@media only screen and (max-width: 600px) {
  body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section {
    padding: 2.1em 0 !important;
  }
}
body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_column_4_4 ul, body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_column_4_4 ol {
  max-width: none !important;
}

body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ul, body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text ol {
  text-align: left;
  margin: 1.5em 0 1em;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text p.large.left {
  text-align: left !important;
  max-width: 320px !important;
  padding-left: 1.3em !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_text p.large.left i {
  font-style: normal !important;
  margin-left: -1.4em !important;
  margin-right: 0.4em !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_map {
  height: 600px;
}

body .btn,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn,
body button:not(.mfp-close),
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button,
body .gform_footer input[type=submit],
body .gform_footer .gform_button,
body #et_builder_outer_content input[type=submit] {
  background-color: transparent !important;
  color: #CC3524 !important;
  border-radius: 0px !important;
  padding: 1.9em 3em !important;
  line-height: normal !important;
  margin: 0.5em 0 !important;
  padding-right: 55px !important;
  font-weight: 600 !important;
  display: inline-block !important;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px !important;
  border: 1px solid #CC3524;
  font-size: 12px;
  font-size: 0.75rem;
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  -webkit-appearance: none;
}
body .btn:hover, body .btn:focus,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn:hover,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn:focus,
body button:not(.mfp-close):hover,
body button:not(.mfp-close):focus,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button:hover,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button:focus,
body .gform_footer input[type=submit]:hover,
body .gform_footer input[type=submit]:focus,
body .gform_footer .gform_button:hover,
body .gform_footer .gform_button:focus,
body #et_builder_outer_content input[type=submit]:hover,
body #et_builder_outer_content input[type=submit]:focus {
  padding: 1.9em 3em !important;
  margin: 0.5em 0 !important;
  padding-right: 55px !important;
  background-color: #CC3524 !important;
  border: 1px solid transparent !important;
  line-height: normal;
  font-weight: 600 !important;
  opacity: 1 !important;
  display: inline-block !important;
  color: #FFF !important;
  border: 1px solid #CC3524;
}
body .btn:after,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn:after,
body button:not(.mfp-close):after,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button:after,
body .gform_footer input[type=submit]:after,
body .gform_footer .gform_button:after,
body #et_builder_outer_content input[type=submit]:after {
  font-family: "Font Awesome 5 Free" !important;
  position: absolute !important;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  content: "\f054" !important;
  font-size: 16px;
  margin-left: 10px;
  opacity: 1 !important;
}
@media only screen and (max-width: 980px) {
  body .btn,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn,
body button:not(.mfp-close),
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button,
body .gform_footer input[type=submit],
body .gform_footer .gform_button,
body #et_builder_outer_content input[type=submit] {
    letter-spacing: normal !important;
    padding: 1.2em 2em !important;
    padding-right: 40px !important;
  }
  body .btn:hover, body .btn:focus,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn:hover,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn:focus,
body button:not(.mfp-close):hover,
body button:not(.mfp-close):focus,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button:hover,
body.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_button:focus,
body .gform_footer input[type=submit]:hover,
body .gform_footer input[type=submit]:focus,
body .gform_footer .gform_button:hover,
body .gform_footer .gform_button:focus,
body #et_builder_outer_content input[type=submit]:hover,
body #et_builder_outer_content input[type=submit]:focus {
    letter-spacing: normal !important;
    padding: 1.2em 2em !important;
    padding-right: 40px !important;
  }
}

body .btn-borderless,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn-borderless {
  border: none !important;
}

body .btn-back,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn-back {
  background-color: transparent !important;
  color: #CC3524 !important;
  border-radius: 0px !important;
  padding: 1.9em 3em !important;
  line-height: normal !important;
  margin: 0.5em 0 !important;
  padding-right: 55px !important;
  font-weight: 600 !important;
  display: inline-block !important;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px !important;
  border: 1px solid #CC3524;
}
body .btn-back:hover, body .btn-back:focus,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn-back:hover,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn-back:focus {
  padding: 1.9em 3em !important;
  margin: 0.5em 0 !important;
  padding-right: 55px !important;
  background-color: #CC3524 !important;
  border: 1px solid transparent !important;
  line-height: normal;
  font-weight: 600 !important;
  opacity: 1 !important;
  display: inline-block !important;
  color: #FFF !important;
  border: 1px solid #CC3524;
}
body .btn-back:after,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn-back:after {
  display: none;
  content: "";
}
body .btn-back:before,
body.et_divi_builder #et_builder_outer_content .et_pb_section .btn-back:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  content: "#";
  font-size: 16px;
  margin-right: 10px;
  opacity: 1 !important;
}

body.et_divi_builder #et_builder_outer_content .et_pb_section.hero-banner,
.hero-banner {
  padding: 0 !important;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center;
  background-color: #071C2C;
  background-blend-mode: multiply;
  position: relative;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.hero-banner h1,
.hero-banner h1 {
  margin-bottom: 0.5em;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.hero-banner p,
.hero-banner p {
  color: white;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.hero-banner .overlay,
.hero-banner .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.hero-banner .overlay-wrapper,
.hero-banner .overlay-wrapper {
  color: #FFFFFF;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 55px 30px;
  max-width: 1300px !important;
  margin: 0 auto;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.hero-banner .overlay-content,
.hero-banner .overlay-content {
  text-align: center;
}

.hero-title {
  background-color: #071C2C;
  height: 400px;
  color: white;
  display: flex;
  align-items: center;
  padding: 20px;
}
.hero-title .hero-title-overlay {
  background-color: #071C2C;
  width: 100%;
  opacity: 0.85;
  position: absolute;
  left: 0;
}
.hero-title .hero-title-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  border-left: 4px solid #CC3524;
  padding-left: 60px;
  margin-left: auto;
  width: 100%;
  z-index: 2;
}
.hero-title .hero-title-content h1 {
  max-width: 700px;
  line-height: 1.1;
  padding: 0 !important;
  margin: 0 !important;
}
.hero-title .hero-title-content h1:after {
  content: none !important;
}
.hero-title .hero-title-content .large {
  line-height: 1.4 !important;
  margin-top: 15px !important;
  color: #FFF;
  text-transform: none;
}
.hero-title .hero-title-content p {
  float: left;
  width: 100%;
}
.hero-title .hero-title-content .btn {
  margin-top: 25px !important;
}

@media only screen and (max-width: 768px) {
  .hero-title {
    height: auto;
    padding: 3em 0;
  }
  .hero-title .hero-title-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.pre-footer {
  background: url("/wp-content/themes/accreditedfirestop/images/placeholders/pre-footer-bg@2x.png") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3em;
  height: 550px;
}
.pre-footer .pre-footer-overlay {
  background-color: #071C2C;
  width: 100%;
  height: 550px;
  opacity: 0.85;
  position: absolute;
  left: 0;
}
.pre-footer .pre-footer-content {
  padding: 0 3em;
  z-index: 2;
  flex: 1;
  text-align: center;
}
.pre-footer .pre-footer-content i {
  color: #CC3524;
  font-size: 1.7em;
  margin: 0 0.1em;
}
.pre-footer .pre-footer-content p {
  max-width: 700px !important;
  text-align: center;
  margin: 0 auto 1em auto !important;
}
.pre-footer .pre-footer-content a {
  color: #CC3524;
  font-weight: 700;
}
.pre-footer .pre-footer-content h2:after {
  margin: 6px 0 0 0 !important;
}
.pre-footer .pre-footer-content h2, .pre-footer .pre-footer-content p, .pre-footer .pre-footer-content .eyebrow {
  color: white !important;
}
@media only screen and (max-width: 768px) {
  .pre-footer {
    padding: 0em 2em;
    height: 460px;
  }
  .pre-footer .pre-footer-content {
    padding: 0;
  }
  .pre-footer .pre-footer-overlay {
    height: 460px;
  }
}

footer {
  background-color: #071C2C;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
footer .credits-wrapper {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  margin: auto;
}
footer .credits-wrapper p, footer .credits-wrapper a {
  font-size: 16px;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 500;
}
footer .credits-wrapper a {
  color: #CC3524;
  padding: 0 0.6em;
}
footer .credits-wrapper .footer-right {
  display: flex;
  align-items: center;
}
footer .credits-wrapper .footer-right a:last-child {
  margin-right: 0.5em;
}
footer .credits-wrapper .footer-right a:not(:last-child) {
  margin-right: -0.5em;
}
footer .credits-wrapper i.fa-inverse {
  color: #CC3524;
}
footer .credits-wrapper .fa-stack {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
footer .credits-wrapper i.fa-stack-2x {
  font-size: 1.5em;
}
footer .credits-wrapper i.fa-stack-1x {
  font-size: 0.8em;
}
footer .credits-wrapper .footer-right a {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  footer .credits-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .credits-wrapper > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .credits-wrapper .footer-left {
    max-width: 100% !important;
  }
  footer .credits-wrapper .footer-right {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .credits-wrapper .socials {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
footer .post-footer {
  background-color: #FFF;
  width: 100%;
  position: relative;
  left: 0;
  margin-left: 0;
  padding: 20px 0;
}
footer .post-footer .parent-company-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0.7em 60px;
  margin: auto;
  align-items: center;
}
footer .post-footer .parent-company-wrapper p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #95989A;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
footer .post-footer .parent-company-wrapper a {
  font-weight: 800;
}
footer .post-footer .parent-company-wrapper .footer-left-side {
  display: flex;
  width: 60%;
}
footer .post-footer .parent-company-wrapper .footer-left {
  display: flex;
  align-self: center;
}
footer .post-footer .parent-company-wrapper .footer-left .belco-picture {
  margin-right: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .post-footer .parent-company-wrapper .footer-right {
  display: flex;
  align-items: center;
  align-self: center;
}
footer .post-footer .parent-company-wrapper .footer-right a {
  margin-right: 0.5em;
  padding: 0;
}
footer .post-footer .parent-company-wrapper .footer-right p {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  footer .post-footer .parent-company-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 2em 25px;
  }
  footer .post-footer .parent-company-wrapper > div {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
  }
  footer .post-footer .parent-company-wrapper .footer-left .belco-picture {
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  footer .post-footer .parent-company-wrapper .footer-left .belco-info {
    text-align: center;
    margin-bottom: 100px;
  }
  footer .post-footer .parent-company-wrapper .footer-left .belco-info a {
    color: #CC3524;
  }
  footer .post-footer .parent-company-wrapper .footer-right {
    text-align: center !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background: #071C2C;
    position: absolute;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    padding-top: 50px;
  }
  footer .post-footer .parent-company-wrapper .footer-right .belco-address p {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    color: #FFF;
  }
}
@media only screen and (max-width: 999px) {
  footer {
    flex-wrap: wrap-reverse !important;
    flex-direction: row;
  }
  footer .wrapper {
    padding: 1.1em 1em;
  }
  footer .footer-left-side {
    width: 100% !important;
    flex-wrap: wrap;
  }
  footer .credits-wrapper {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  footer footer p, footer .post-footer p, footer .pre-footer p, footer .credits-wrapper p {
    font-size: 13px !important;
  }
  footer .footer-left-side {
    width: 100% !important;
    flex-wrap: wrap;
  }
}

body #et_builder_outer_content .featured-single-post-wrapper .row {
  width: 1280px;
  max-width: 1280px;
  margin: 2em auto;
  display: flex;
}
body #et_builder_outer_content .featured-single-post-wrapper .row > a {
  padding: 4em 0;
  border-top: 1px solid #CED1DD;
  border-bottom: 1px solid #CED1DD;
  margin-right: 4em;
  width: 370px;
  min-width: 370px;
}
body #et_builder_outer_content .featured-single-post-wrapper .featured-date {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.9em;
  max-width: none !important;
}
body #et_builder_outer_content .featured-single-post-wrapper .featured-image {
  width: 370px;
  min-width: 370px;
  height: 275px;
  background-size: cover;
}
body #et_builder_outer_content .featured-single-post-wrapper .featured-content {
  width: 100%;
  padding: 4em 0;
  border-top: 1px solid #CED1DD;
  border-bottom: 1px solid #CED1DD;
  text-align: left;
}
body #et_builder_outer_content .featured-single-post-wrapper .featured-content h3 a {
  color: #071C2C;
}
body #et_builder_outer_content .featured-single-post-wrapper .featured-content .excerpt p {
  font-size: 20px !important;
  font-weight: 300 !important;
  margin-bottom: 8px !important;
  line-height: 28px !important;
  max-width: 640px !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
  max-width: none !important;
  margin-bottom: 0.8em !important;
}
body #et_builder_outer_content .featured-single-post-wrapper .featured-content .excerpt p.centered {
  margin: 0 auto !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body #et_builder_outer_content .featured-single-post-wrapper .featured-content .excerpt p {
    font-size: 16px !important;
    line-height: 19px !important;
  }
}
body #et_builder_outer_content .featured-single-post-wrapper .featured-content .read-more a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  font-weight: 700;
  color: #676C7F;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 0.75rem;
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
}
body #et_builder_outer_content .featured-single-post-wrapper .featured-content .read-more a .etmodules {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 0.05em;
}
@media only screen and (max-width: 768px) {
  body #et_builder_outer_content .featured-single-post-wrapper .row {
    width: 100%;
    flex-wrap: wrap;
  }
  body #et_builder_outer_content .featured-single-post-wrapper .row > a {
    flex: 1 1 100%;
    padding: 0 0 1em 0;
    border-top: none;
    border-bottom: none;
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body #et_builder_outer_content .featured-single-post-wrapper .row > a {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  body #et_builder_outer_content .featured-single-post-wrapper .featured-image {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body #et_builder_outer_content .featured-single-post-wrapper .featured-content {
    padding: 1.5em 0;
  }
}

body img.gform_ajax_spinner {
  display: none !important;
}

.gform_confirmation_message {
  text-align: center !important;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1em !important;
}

body #et_builder_outer_content .gform_wrapper form {
  border: none;
  padding: 1em 0;
  max-width: 650px;
  margin: 0 auto;
}
body #et_builder_outer_content .gform_wrapper form h3 {
  font-size: 45px;
}
body #et_builder_outer_content .gform_wrapper form h3:before {
  content: "";
}
body #et_builder_outer_content .gform_wrapper form .button {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
body #et_builder_outer_content .gform_wrapper form .validation_error,
body #et_builder_outer_content .gform_wrapper form .validation_message {
  color: #CC3524;
}
body #et_builder_outer_content .gform_wrapper form .gform_footer {
  display: flex;
}
body #et_builder_outer_content .gform_wrapper form .gform_footer input[type=submit] {
  padding-right: 3em !important;
  margin: auto !important;
}
body #et_builder_outer_content .gform_wrapper form .gform_body ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 300;
}
body #et_builder_outer_content .gform_wrapper form .gform_body :-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 300;
}
body #et_builder_outer_content .gform_wrapper form .gform_body ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 300;
}
body #et_builder_outer_content .gform_wrapper form .gform_body :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 300;
}
body #et_builder_outer_content .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
}
body #et_builder_outer_content .gform_wrapper form .gform_body .gform_fields .gfield {
  width: 100%;
}
body #et_builder_outer_content .gform_wrapper form .gform_body .gform_fields .gfield.one-half {
  width: 47.5%;
}
body #et_builder_outer_content .gform_wrapper form .gform_body .gform_fields .gfield.one-half:nth-child(2n) {
  margin-left: 5% !important;
}
@media only screen and (max-width: 768px) {
  body #et_builder_outer_content .gform_wrapper form .gform_body .gform_fields .gfield.one-half {
    width: 100%;
  }
  body #et_builder_outer_content .gform_wrapper form .gform_body .gform_fields .gfield.one-half:nth-child(2n) {
    margin-left: 0% !important;
  }
}
body #et_builder_outer_content .gform_wrapper form .gform_body .ginput_container {
  padding-bottom: 0.5em;
  padding-top: 0.1em;
}
body #et_builder_outer_content .gform_wrapper form .gform_body .ginput_container.ginput_container_textarea {
  padding-bottom: 0em;
}
@media only screen and (max-width: 768px) {
  body #et_builder_outer_content .gform_wrapper form .gform_body .ginput_container {
    padding-bottom: 0.6em;
  }
}
body #et_builder_outer_content .gform_wrapper form .gform_body .ginput_container_address span {
  margin-bottom: 0.8em;
}
body #et_builder_outer_content .gform_wrapper form .gform_body .ginput_container_address .ginput_full input {
  margin-bottom: 0.8em;
}
body #et_builder_outer_content .gform_wrapper form .gform_body .ginput_container_address .address_city {
  padding-right: 8px !important;
}
body #et_builder_outer_content .gform_wrapper form .gform_body .ginput_recaptcha {
  padding-bottom: 0.4em;
}
body #et_builder_outer_content .gform_wrapper form .gform_body ul li:before {
  display: none !important;
}
body #et_builder_outer_content .gform_wrapper form .gform_body ul li {
  margin-bottom: 20px;
  margin-top: 10px;
}
body #et_builder_outer_content .gform_wrapper form .gform_body input[type=text],
body #et_builder_outer_content .gform_wrapper form .gform_body input[type=password],
body #et_builder_outer_content .gform_wrapper form .gform_body textarea {
  width: 100% !important;
  border-color: #071C2C;
  border: 1px solid #071C2C;
  background: white;
  font-size: 20px;
  color: #071C2C;
  font-weight: 400;
  padding: 0.6em 1em !important;
}
body #et_builder_outer_content .gform_wrapper form .gform_body select {
  min-width: 85px;
  border: 1px solid #071C2C;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.6em 1em !important;
  font-size: 20px;
  margin-top: 0px;
  height: auto;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url(/wp-content/themes/accreditedfirestop/images/logos/dropdown-arrow.svg) no-repeat right center;
  background-size: 48px;
}
body #et_builder_outer_content .gform_wrapper form .gform_body label {
  font-size: 20px;
  font-size: 1.25rem;
}
body #et_builder_outer_content .gform_wrapper form .gform_body .gfield_required {
  color: #CC3524;
}
body #et_builder_outer_content .gform_wrapper form .gform_body .ginput_container input {
  margin-left: 1px;
}
@media only screen and (max-width: 768px) {
  body #et_builder_outer_content .gform_wrapper form .gform_footer {
    text-align: center;
  }
}

header {
  transition: all 0.4s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  font-size: 20px;
  font-size: 1.25rem;
  z-index: 999;
  background-color: #FFF;
  z-index: 999;
}
header a {
  font-weight: 400;
  display: inline-block;
  color: #000;
}
header a:hover, header a:focus {
  color: #CC3524;
}
header img {
  display: block;
  width: 320px;
  height: auto;
}
header ul {
  margin: 0;
  padding: 0;
  height: 100px;
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
header ul > li {
  height: auto;
  display: inline-flex;
  position: relative;
  align-items: center;
  vertical-align: middle;
  margin: 0 1em 0 0;
}
header nav {
  height: 100%;
}
header .logo-link {
  height: 100%;
  width: 160px;
  max-width: 20%;
}
header .logo-link #nav-logo {
  width: 240px;
  padding: 5px 5px;
  margin-top: 15px;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 999px) {
  header .logo-link #nav-logo {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 999px) {
  header .logo-link #nav-logo {
    width: 200px !important;
    margin-top: 5px !important;
  }
}
header.is-sticky {
  border-bottom: 1px solid #E8E8E8;
}
header.is-sticky ul {
  height: 80px;
}
header.is-sticky .bottom-menu {
  height: 80px;
}
header.is-sticky .mobile-pullout ul li.current-menu-item a:after,
header.is-sticky .mobile-pullout ul li.current-page-ancestor a:after {
  height: 63px !important;
  opacity: 0 !important;
}
header.is-sticky .logo-link #nav-logo {
  width: 230px;
  margin-top: 5px;
}
@media only screen and (max-width: 999px) {
  header > ul {
    height: 70px !important;
  }
  header ul {
    flex-direction: column;
    border-bottom: none !important;
    padding-bottom: 4px !important;
    margin-top: 4px !important;
  }
  header ul li.current-menu-item a,
header ul li.current-page-ancestor a,
header ul li.current_page_item a {
    color: #CC3524 !important;
    border-bottom: none !important;
    padding-bottom: 4px !important;
    margin-top: 4px !important;
  }
  header .bottom-menu {
    height: 70px !important;
  }
  header .logo-link #nav-logo {
    width: 300px;
    margin-top: 5px;
  }
}
header nav.main-navigation,
header .mobile-pullout {
  width: auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (min-width: 1001px) {
  header nav.main-navigation,
header .mobile-pullout {
    display: flex !important;
  }
}
header nav.main-navigation .sub-menu,
header .mobile-pullout .sub-menu {
  display: none;
}
header nav.main-navigation ul:not(.sub-menu) li > a,
header .mobile-pullout ul:not(.sub-menu) li > a {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.2px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  padding-bottom: 10px;
  margin-top: 10px;
}
header nav.main-navigation ul li.current-menu-item a,
header nav.main-navigation ul li.current-page-ancestor a,
header nav.main-navigation ul li.current_page_item a,
header nav.main-navigation ul li.current_page_parent a,
header .mobile-pullout ul li.current-menu-item a,
header .mobile-pullout ul li.current-page-ancestor a,
header .mobile-pullout ul li.current_page_item a,
header .mobile-pullout ul li.current_page_parent a {
  color: #000;
  border-bottom: 4px solid #CC3524;
}
header nav.main-navigation button,
header .mobile-pullout button {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  min-width: 165px;
  padding: 1.15em 2.2em;
}
header nav.main-navigation button:hover, header nav.main-navigation button:focus,
header .mobile-pullout button:hover,
header .mobile-pullout button:focus {
  padding: 1.15em 2.2em;
  color: #CC3524 !important;
  background-color: white;
  border: none;
}
@media only screen and (min-width: 1000px) {
  header nav.main-navigation button,
header .mobile-pullout button {
    margin-right: 0;
  }
}
header nav.main-navigation .header-right-menu,
header .mobile-pullout .header-right-menu {
  display: none;
}
@media only screen and (max-width: 999px) {
  header nav.main-navigation .header-right-menu,
header .mobile-pullout .header-right-menu {
    display: flex;
    align-items: center;
    margin-left: 0.2em;
  }
}
header .bottom-menu {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 768px) {
  header .bottom-menu {
    padding: 0px 15px;
  }
}

.menu-toggle, #toggle-right {
  display: none;
}

@media only screen and (max-width: 1000px) {
  nav .menu-toggle {
    display: block;
    width: initial;
    height: 70px;
    position: fixed;
    right: 0;
    top: 0;
  }
  nav .menu-toggle svg {
    width: 80px;
    height: 65px;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
  }
  nav .menu-toggle path {
    fill: none;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.4s cubic-bezier(0.25, -0.25, 0.75, 1.25), all 0.4s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: #CED1DD;
    stroke-dashoffset: 0;
  }
  nav .menu-toggle path#top,
nav .menu-toggle path#bottom {
    stroke-dasharray: 240px 950px;
  }
  nav .menu-toggle path#middle {
    stroke-dasharray: 10px 10px;
  }
  nav .menu-toggle.cross path#top, nav .menu-toggle.cross path#bottom {
    stroke-dashoffset: -650px;
    stroke-dashoffset: -650px;
  }
  nav .menu-toggle.cross path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px;
  }
  nav div.mobile-pullout {
    position: fixed;
    overflow: scroll;
    overflow-x: hidden;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    top: 0;
    right: 0 !important;
    bottom: 0;
    left: auto;
    -webkit-animation: slideIn 0.4s ease;
            animation: slideIn 0.4s ease;
    height: auto;
    width: 100%;
    padding: 0;
    background: #FFF;
    z-index: -1;
  }
  nav div.mobile-pullout div,
nav div.mobile-pullout ul,
nav div.mobile-pullout li {
    width: 100%;
    height: inherit;
    position: relative;
  }
  nav div.mobile-pullout li {
    justify-content: center;
    opacity: 0;
    -webkit-animation: slideIn 0.4s ease;
            animation: slideIn 0.4s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    margin-bottom: 0.2em;
  }
  nav div.mobile-pullout .header-center-menu li > a {
    font-size: 32px !important;
    text-transform: none !important;
  }
  nav div.mobile-pullout .header-center-menu li > a:hover, nav div.mobile-pullout .header-center-menu li > a:focus {
    color: #FFF !important;
  }
  nav div.mobile-pullout .white-bottom {
    border-bottom: 1px solid #CC3524;
    height: 70px;
  }
  nav div.mobile-pullout .header-right-menu {
    justify-content: center;
    padding-top: 0.8em;
    position: fixed;
    z-index: 0;
    bottom: 0.8em;
    left: 0px;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
  }
  nav div.mobile-pullout .header-right-menu i {
    font-size: 1.5em;
    color: #FFF;
  }
  nav div.mobile-pullout .header-right-menu i.fa-circle {
    color: #A0A3B4;
  }
  nav div.mobile-pullout .header-right-menu .fa-stack-1x {
    font-size: 0.8em;
    margin: -0.3em 0;
  }
  nav div.mobile-pullout .header-right-menu li > a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  nav div.mobile-pullout .menu-icons {
    margin-top: 5px;
  }
  nav #toggle-right {
    display: none;
    color: #071C2C !important;
  }
}
nav li {
  display: inline-block;
  list-style: none;
}

body.et_divi_builder #et_builder_outer_content .et_pb_section.floating-submenu {
  background-color: transparent !important;
  top: 90px;
  position: absolute;
  height: 100px;
  width: 100%;
  padding: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.floating-submenu .et_pb_row {
  padding: 0% !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.floating-submenu ul {
  display: flex;
  width: 100%;
  justify-content: right;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.floating-submenu ul li {
  list-style: none;
  padding: 0px 1.4em;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.floating-submenu ul li a {
  font-size: 15px;
  color: #FFF;
  font-weight: 600;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section.floating-submenu ul li a:hover, body.et_divi_builder #et_builder_outer_content .et_pb_section.floating-submenu ul li a:focus {
  color: #CC3524 !important;
}
@media only screen and (max-width: 999px) {
  body.et_divi_builder #et_builder_outer_content .et_pb_section.floating-submenu {
    display: none;
  }
}

body .fullscreen-overlay {
  position: fixed;
  display: none;
  z-index: 9999999;
  transition: all 0.1s ease-out;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("/wp-content/themes/accreditedfirestop/images/placeholders/footer.jpg") no-repeat center;
  background-position: center;
  background-size: cover;
}
body .fullscreen-overlay.active {
  display: flex !important;
}
body .fullscreen-overlay .logo-link {
  height: 100%;
  width: 160px;
  max-width: 20%;
}
body .fullscreen-overlay .logo-link #nav-logo {
  width: 240px;
  padding: 5px;
  margin-top: 15px;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 999px) {
  body .fullscreen-overlay .logo-link #nav-logo {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  body .fullscreen-overlay .logo-link #nav-logo {
    width: 175px !important;
    margin-top: 15px !important;
  }
}
body .fullscreen-overlay .fullscreen-content {
  min-width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
body .fullscreen-overlay .fullscreen-content .header-bar {
  border-bottom: 1px solid #CC3524;
  padding: 0.4em 2em 1em;
}
body .fullscreen-overlay .fullscreen-content .header-bar img {
  opacity: 0;
  -webkit-animation: slideInRight 0.4s ease;
          animation: slideInRight 0.4s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
body .fullscreen-overlay .fullscreen-content .main-area {
  display: flex;
  padding: 3em 4em 2em;
}
body .fullscreen-overlay .fullscreen-content .main-area .information {
  padding: 2em 3em 2em 0;
  min-width: 480px;
  max-width: 480px;
  opacity: 0;
  -webkit-animation: slideIn 0.5s ease;
          animation: slideIn 0.5s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body .fullscreen-overlay .fullscreen-content .main-area .information h2, body .fullscreen-overlay .fullscreen-content .main-area .information h3, body .fullscreen-overlay .fullscreen-content .main-area .information p {
  color: #FFF;
  max-width: none !important;
}
body .fullscreen-overlay .fullscreen-content .main-area .information h2 {
  margin-bottom: 0.4em;
}
body .fullscreen-overlay .fullscreen-content .form {
  width: 100%;
}
body .fullscreen-overlay .gform_wrapper {
  margin: 0;
}
body .fullscreen-overlay .gform_wrapper form {
  border: none;
}
body .fullscreen-overlay .gform_wrapper form div.validation_error {
  color: #ff5e5e;
  margin-bottom: 20px;
  border-top: 0;
  border-bottom: 0;
}
body .fullscreen-overlay .gform_wrapper form .gform_body ::-webkit-input-placeholder {
  color: rgba(206, 209, 221, 0.5);
  font-size: 52px;
  font-weight: 300;
}
body .fullscreen-overlay .gform_wrapper form .gform_body :-moz-placeholder {
  color: rgba(206, 209, 221, 0.5);
  font-size: 52px;
  font-weight: 300;
}
body .fullscreen-overlay .gform_wrapper form .gform_body ::-moz-placeholder {
  color: rgba(206, 209, 221, 0.5);
  font-size: 52px;
  font-weight: 300;
}
body .fullscreen-overlay .gform_wrapper form .gform_body :-ms-input-placeholder {
  color: rgba(206, 209, 221, 0.5);
  font-size: 52px;
  font-weight: 300;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  margin: 0 auto !important;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield {
  opacity: 0;
  width: 100%;
  -webkit-animation: slideIn 0.4s ease;
          animation: slideIn 0.4s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .gfield > label {
  display: none;
}
body .fullscreen-overlay .gform_wrapper form .gform_body li.gfield.gfield_error,
body .fullscreen-overlay .gform_wrapper form .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  margin-top: 16px;
  margin-bottom: -10px !important;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 16px;
}
body .fullscreen-overlay .gform_wrapper form .gform_body li.gfield.gfield_error .ginput_container,
body .fullscreen-overlay .gform_wrapper form .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .ginput_container {
  margin-top: 8px !important;
}
body .fullscreen-overlay .gform_wrapper form .gform_body li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .fullscreen-overlay .gform_wrapper form .gform_body li.gfield_error textarea {
  border: none;
  border-bottom: 1px solid #FF5E5E;
}
body .fullscreen-overlay .gform_wrapper form .gform_body .validation_message {
  color: #FF5E5E;
}
body .fullscreen-overlay .gform_wrapper form .gform_body input[type=text],
body .fullscreen-overlay .gform_wrapper form .gform_body input[type=password] {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(204, 53, 36, 0.9);
  color: #859193;
  background: transparent;
  padding: 0.15em 0 0.1em !important;
  border-radius: 0;
  font-size: 52px !important;
  font-weight: 300;
  outline: none;
}
body .fullscreen-overlay .gform_wrapper form .gform_body select {
  color: #CED1DD;
  font-size: 52px;
  font-weight: 300;
  outline: none;
  width: 100% !important;
  border: none;
  border-bottom: 1px solid rgba(204, 53, 36, 0.9);
  padding: 0.15em 0 0.3em !important;
  background: transparent;
  margin-top: 10px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: url(/wp-content/themes/accreditedfirestop/images/logos/dropdown-arrow.svg) no-repeat right center;
  background-size: 70px;
}
body .fullscreen-overlay .gform_wrapper form .gform_body input[type=submit] {
  margin: 2em auto;
}
body .fullscreen-overlay .gform_wrapper form .gform_footer input[type=submit] {
  background-color: transparent !important;
  color: #071C2C !important;
  border-radius: 5px !important;
  padding: 1.9em 3em !important;
  line-height: normal !important;
  margin: 0.5em 0 !important;
  padding-right: 55px !important;
  font-weight: 600 !important;
  display: inline-block !important;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px !important;
  border: 1px solid #CC3524;
  font-size: 12px;
  font-size: 0.75rem;
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0;
  -webkit-animation: slideIn 0.4s ease;
          animation: slideIn 0.4s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  margin: 2em auto;
  letter-spacing: 0 !important;
  border: 1px solid #CC3524;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  -webkit-appearance: none;
}
body .fullscreen-overlay .gform_wrapper form .gform_footer input[type=submit]:hover, body .fullscreen-overlay .gform_wrapper form .gform_footer input[type=submit]:focus {
  padding: 1.9em 3em !important;
  margin: 0.5em 0 !important;
  padding-right: 55px !important;
  background-color: #CC3524 !important;
  border: 1px solid transparent !important;
  line-height: normal;
  font-weight: 600 !important;
  opacity: 1 !important;
  display: inline-block !important;
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #CC3524;
}
body .fullscreen-overlay .gform_wrapper form .gform_footer input[type=submit]:hover, body .fullscreen-overlay .gform_wrapper form .gform_footer input[type=submit]:focus {
  border: 1px solid #CC3524;
}
body .fullscreen-overlay .gforms_confirmation_message {
  padding: 3em 0 1em;
  font-size: 20px;
  font-size: 1.25rem;
  color: white;
}
@media only screen and (min-width: 769px) and (max-width: 999px) {
  body .fullscreen-overlay .fullscreen-content .main-area {
    padding: 2em;
  }
  body .fullscreen-overlay .fullscreen-content .main-area .information {
    min-width: 350px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  body .fullscreen-overlay .fullscreen-content .main-area {
    flex-wrap: wrap;
    padding: 1em;
  }
  body .fullscreen-overlay .fullscreen-content .main-area .information {
    padding: 0;
    min-width: 100%;
    max-width: 100%;
  }
  body .fullscreen-overlay .gform_wrapper form .gform_body ::-webkit-input-placeholder {
    font-size: 30px;
  }
  body .fullscreen-overlay .gform_wrapper form .gform_body :-moz-placeholder {
    /* Firefox 18- */
    font-size: 30px;
  }
  body .fullscreen-overlay .gform_wrapper form .gform_body ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 30px;
  }
  body .fullscreen-overlay .gform_wrapper form .gform_body :-ms-input-placeholder {
    font-size: 30px;
  }
  body .fullscreen-overlay .gform_wrapper form .gform_body input[type=text],
body .fullscreen-overlay .gform_wrapper form .gform_body input[type=password] {
    font-size: 30px !important;
  }
  body .fullscreen-overlay .gform_wrapper form .gform_body select {
    font-size: 30px;
    background-size: 70px;
  }
}

.close-overlay {
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  line-height: 50px;
  position: absolute;
  cursor: pointer;
  top: 25px;
  right: 25px;
  z-index: 9999;
}
.close-overlay:before, .close-overlay:after {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -17.5px;
  display: block;
  height: 3px;
  width: 35px;
  background-color: #E8E8E8;
  border-radius: 5px;
  transition: all 0.25s ease-out;
}
.close-overlay:after {
  transform: rotate(-135deg);
}
.close-overlay:hover:before, .close-overlay:hover:after {
  transform: rotate(0deg);
  background-color: #CC3524;
}
@media only screen and (max-width: 768px) {
  .close-overlay {
    height: 50px;
    position: absolute;
    top: 25px;
    right: 25px;
  }
  .close-overlay:before, .close-overlay:after {
    margin-top: -1.5px;
    margin-left: -17.5px;
    height: 3px;
    width: 35px;
  }
}
@media only screen and (max-width: 400px) {
  .close-overlay {
    height: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .close-overlay:before, .close-overlay:after {
    margin-top: -1.5px;
    margin-left: -17.5px;
    height: 3px;
    width: 35px;
  }
}

body.et_divi_builder #et_builder_outer_content .et_pb_section .slick-carousel {
  padding: 0 !important;
  max-width: none !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .slick-carousel .slick-slider {
  display: flex;
  min-height: 150px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .slick-carousel .slick-slider .slick-list {
  flex: 4;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .slick-carousel .slick-slider .slick-track {
  align-items: center;
  height: 100%;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .slick-carousel .slick-slider .slick-slide {
  text-align: center;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section .slick-carousel .slick-slider .slick-slide img {
  filter: opacity(50%);
  max-width: 220px;
  min-width: 220px;
  margin: 0 auto;
}

.slick-carousel-arrow {
  font-family: "ETModules";
  color: #CED1DD !important;
  font-size: 35px;
  font-weight: 100;
  margin: 0 0.5em !important;
  padding-top: 2.7em !important;
  cursor: pointer;
}

/*
 * Styling Archive Item Boxes
 * - Each post is contained within a box
 * - Generally always has a footer with 'Read More' (which sometimes has an icon to the right of that)
 * - Has title, post date, and excerpt
*/
body .archive-container .archive-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 3em;
}
body .archive-container .archive-flex p.post-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #CC3524;
  letter-spacing: 0.05em;
  margin-bottom: 0.9em;
}
body .archive-container .archive-flex .blog-item {
  max-width: 1300px;
  display: flex;
  align-items: center !important;
  margin-top: 2em;
  margin-bottom: 2em;
  flex-direction: row;
  padding: 60px;
  border: 1px solid #071C2C;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body .archive-container .archive-flex .blog-item:first-child {
  margin-top: 0;
}
body .archive-container .archive-flex .blog-item > a {
  margin-right: 4em;
  flex-basis: 50%;
  height: 460px;
}
body .archive-container .archive-flex .blog-item .blog-image {
  background-size: cover;
  background-position: center;
  height: 100%;
}
body .archive-container .archive-flex .blog-item .blog-content {
  flex-basis: 50%;
  align-self: flex-start;
}
body .archive-container .archive-flex .blog-item .blog-content h3 a {
  color: #071C2C;
  text-transform: none;
}
body .archive-container .archive-flex .blog-item .blog-content .excerpt p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  color: #071C2C;
  line-height: 28px;
  max-width: none !important;
  margin-bottom: 0.8em !important;
}
body .archive-container .archive-flex .blog-item .blog-content .read-more a {
  display: inline-block !important;
  text-transform: uppercase !important;
  background: transparent !important;
  font-weight: 700 !important;
  color: #CC3524 !important;
  letter-spacing: 2px !important;
  padding: 1em 0 !important;
  line-height: normal !important;
  font-size: 12px;
  font-size: 0.75rem;
}
body .archive-container .archive-flex .blog-item .blog-content .read-more a:after {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "$";
  font-size: 16px;
  margin-left: 5px;
  margin-top: 0px;
  line-height: normal;
}
body .archive-container .archive-flex .blog-item .blog-content .read-more a:hover:after {
  margin-left: 8px;
}
body .archive-container .archive-flex .blog-item .blog-content .read-more a:hover {
  color: #751e15 !important;
}
body .archive-container .archive-flex .blog-item .blog-content .read-more a.reverse:after, body .archive-container .archive-flex .blog-item .blog-content .read-more .post-content .nav-previous a:after, body .post-content .nav-previous .archive-container .archive-flex .blog-item .blog-content .read-more a:after {
  content: "";
  display: none;
}
body .archive-container .archive-flex .blog-item .blog-content .read-more a.reverse:before, body .archive-container .archive-flex .blog-item .blog-content .read-more .post-content .nav-previous a:before, body .post-content .nav-previous .archive-container .archive-flex .blog-item .blog-content .read-more a:before {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "#";
  font-size: 16px;
  margin-left: -22px;
  margin-top: -0.5px;
}
body .archive-container .archive-flex .blog-item .blog-content .read-more a.reverse:hover:before, body .archive-container .archive-flex .blog-item .blog-content .read-more .post-content .nav-previous a:hover:before, body .post-content .nav-previous .archive-container .archive-flex .blog-item .blog-content .read-more a:hover:before {
  margin-left: -25px;
}
body .archive-container .archive-flex .bis-load-more-wrapper {
  margin: 2em auto;
  text-align: center;
  width: 100%;
}
body .archive-container .archive-flex .bis-load-more-wrapper button:after {
  font-family: "fontawesome" !important;
  content: "\f055" !important;
  margin-top: -1px;
}
body .archive-container .archive-flex .bis-load-more-wrapper button span {
  display: none;
}

@media only screen and (max-width: 1200px) {
  body .archive-container .archive-flex {
    padding: 0.8em 25px;
  }
  body .archive-container .archive-flex .blog-item > a, body .archive-container .archive-flex .blog-item .blog-image {
    width: 100%;
  }
  body .archive-container .archive-flex .blog-item {
    padding: 45px 45px;
    margin-top: 0;
    flex-direction: column;
  }
  body .archive-container .archive-flex .blog-item .blog-content {
    padding-top: 15px;
  }
  body .archive-container .archive-flex .blog-item > a {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  body .archive-container .archive-flex .blog-item > a, body .archive-container .archive-flex .blog-item .blog-image {
    height: 200px;
  }
  body .archive-container .archive-flex .blog-item {
    border: none !important;
    border-bottom: 1px solid #CED1DD !important;
    padding: 0 !important;
  }
}
body.et_divi_builder #et_builder_outer_content table {
  margin: 1em auto;
}
body.et_divi_builder #et_builder_outer_content table tr {
  border-top: 1px solid #E8E8E8;
  text-align: left;
}
body.et_divi_builder #et_builder_outer_content table tr:last-child {
  border-bottom: 1px solid #E8E8E8;
}
body.et_divi_builder #et_builder_outer_content table tr th {
  font-weight: 700;
}
body.et_divi_builder #et_builder_outer_content table tr th, body.et_divi_builder #et_builder_outer_content table tr td {
  padding: 0.9em 4em 0.9em 0;
  font-size: 20px;
  font-size: 1.25rem;
}
body.et_divi_builder #et_builder_outer_content table tr td:last-child {
  padding: 0.9em 0;
}

.et_social_icon {
  background-color: transparent !important;
  color: #CC3524 !important;
}
.et_social_icon::before {
  font-size: 32px !important;
  font-family: "fontawesome" !important;
}

.et_social_icon_facebook::before {
  content: "\f082" !important;
}

.et_social_icon_twitter::before {
  content: "\f081" !important;
}

.et_social_icon_gmail::before {
  content: "\f199" !important;
}

.et_social_icon_linkedin::before {
  content: "\f08c" !important;
}

.et_monarch .et_social_autowidth li {
  margin: 0 0.8% 2% 0 !important;
}

@media only screen and (max-width: 999px) {
  body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section.mobile-reverse .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }
  body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section .mobile-reverse.et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }
  body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section .mobile-reverse.et_pb_row .et_pb_column {
    margin-bottom: 30px !important;
  }
}
body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section .et_pb_image.rounded-img img {
  border-radius: 50%;
}
body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section img.rounded-img {
  border-radius: 50%;
}
body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section.no-padding {
  padding: 0% !important;
}
body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_row.border.top .et_pb_column {
  border-top: 1px solid #CED1DD;
  padding-top: 4em;
}
@media only screen and (max-width: 768px) {
  body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section.mobile.left .et_pb_text_align_center,
body.et_divi_builder #et_builder_outer_content .et-l.et-l--post .et_pb_section.mobile.left .et_pb_image {
    text-align: left !important;
  }
}

/*
 * Extra Custom Styling
 */
body.et_divi_builder #et_builder_outer_content {
  /*
  * Team Grid on Company Page
  */
}
body.et_divi_builder #et_builder_outer_content .contact-icon {
  color: #CC3524;
  margin-right: 10px;
}
body.et_divi_builder #et_builder_outer_content .fullheight-image .et_pb_image {
  height: 100% !important;
}
body.et_divi_builder #et_builder_outer_content .fullheight-image .et_pb_image img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_button:before, body.et_divi_builder #et_builder_outer_content .et_pb_button:after {
  transition: none;
}
body.et_divi_builder #et_builder_outer_content .team-grid p, body.et_divi_builder #et_builder_outer_content .map-grid p {
  font-weight: 400 !important;
}

/*
*	Case Study Grid
*/
body.et_divi_builder #et_builder_outer_content .case-study-grid div {
  margin-right: 0 !important;
}
body.et_divi_builder #et_builder_outer_content .space {
  display: flex;
  justify-content: space-between;
}
body.et_divi_builder #et_builder_outer_content .space .case-study-item, body.et_divi_builder #et_builder_outer_content .space .case-study-item .et_pb_text_inner {
  height: 350px;
}
body.et_divi_builder #et_builder_outer_content .space .case-study-grid-col1, body.et_divi_builder #et_builder_outer_content .space .case-study-grid-col2, body.et_divi_builder #et_builder_outer_content .space .case-study-grid-col3 {
  width: 350px !important;
}
body.et_divi_builder #et_builder_outer_content .space:after {
  display: none !important;
}
body.et_divi_builder #et_builder_outer_content .case-study-grid-col1, body.et_divi_builder #et_builder_outer_content .case-study-grid-col2 {
  width: 50% !important;
}
@media only screen and (max-width: 980px) {
  body.et_divi_builder #et_builder_outer_content .space {
    flex-direction: column;
  }
  body.et_divi_builder #et_builder_outer_content .space .case-study-grid-col1, body.et_divi_builder #et_builder_outer_content .space .case-study-grid-col2, body.et_divi_builder #et_builder_outer_content .space .case-study-grid-col3 {
    width: 100% !important;
  }
}
body.et_divi_builder #et_builder_outer_content .case-study-item {
  height: 460px;
  margin-bottom: 0 !important;
  width: 100%;
}
body.et_divi_builder #et_builder_outer_content .case-study-item * {
  transition: all 350ms ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
}
body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner {
  height: 460px;
  background: #071C2C !important;
  /* The Fallback */
  background: rgba(7, 28, 44, 0.9) !important;
  text-align: center !important;
  color: #CC3524 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
}
body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .case-study-overlay-text {
  text-align: center;
}
body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .case-study-overlay-text h1, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .case-study-overlay-text h2, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .case-study-overlay-text h3, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .case-study-overlay-text h4, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .case-study-overlay-text h5, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .case-study-overlay-text h6 {
  text-transform: none !important;
  font-size: 32px !important;
  margin-top: 0 !important;
}
body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .case-study-overlay-text p, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .case-study-overlay-text a {
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}
body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .case-study-overlay-text p:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "$";
  font-size: 16px;
}
body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner .link {
  height: 100% !important;
  width: 100% !important;
  position: absolute !important;
  top: 0 !important;
  z-index: 10;
  left: 0;
  cursor: pointer;
}
body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner h1, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner h2, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner h3, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner h4, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner h5, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner h6, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner p, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner a {
  color: #CC3524 !important;
  text-align: center !important;
}
body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner:hover {
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  body.et_divi_builder #et_builder_outer_content .case-study-item, body.et_divi_builder #et_builder_outer_content .case-study-item .et_pb_text_inner {
    height: 300px;
  }
}

/*
*   Job Posting on Career Page
*   Styles a Divi CTA element
*/
body.et_divi_builder #et_builder_outer_content .job-posting {
  background-color: transparent !important;
  border: 1px solid #071C2C;
  display: flex;
  text-align: left;
  padding: 10px 60px;
}
body.et_divi_builder #et_builder_outer_content .job-posting .et_pb_promo_description {
  width: 100%;
}
body.et_divi_builder #et_builder_outer_content .job-posting p {
  width: 70%;
}
body.et_divi_builder #et_builder_outer_content .job-posting h1, body.et_divi_builder #et_builder_outer_content .job-posting h2, body.et_divi_builder #et_builder_outer_content .job-posting h3, body.et_divi_builder #et_builder_outer_content .job-posting h4, body.et_divi_builder #et_builder_outer_content .job-posting h5, body.et_divi_builder #et_builder_outer_content .job-posting h6 {
  font-weight: normal;
  text-transform: none;
  cursor: pointer;
  font-size: 32px;
  line-height: 39px;
  width: 70%;
  padding-bottom: 10px;
}
body.et_divi_builder #et_builder_outer_content .job-posting h1:after, body.et_divi_builder #et_builder_outer_content .job-posting h2:after, body.et_divi_builder #et_builder_outer_content .job-posting h3:after, body.et_divi_builder #et_builder_outer_content .job-posting h4:after, body.et_divi_builder #et_builder_outer_content .job-posting h5:after, body.et_divi_builder #et_builder_outer_content .job-posting h6:after {
  display: none;
}
body.et_divi_builder #et_builder_outer_content .job-posting .et_pb_promo_button {
  border: none !important;
  background-color: transparent !important;
  visibility: hidden;
  font-size: 0;
}
body.et_divi_builder #et_builder_outer_content .job-posting .et_pb_promo_button:hover {
  border: none !important;
  background-color: transparent !important;
  color: #751e15 !important;
}
body.et_divi_builder #et_builder_outer_content .job-posting .et_pb_button:after {
  padding-top: 0.3em;
  visibility: visible;
  font-size: 45px;
  content: "P";
}
@media only screen and (max-width: 980px) {
  body.et_divi_builder #et_builder_outer_content h1, body.et_divi_builder #et_builder_outer_content h2, body.et_divi_builder #et_builder_outer_content h3, body.et_divi_builder #et_builder_outer_content h4, body.et_divi_builder #et_builder_outer_content h5, body.et_divi_builder #et_builder_outer_content h6, body.et_divi_builder #et_builder_outer_content p {
    width: 100% !important;
  }
}

/*
* Custom Boxes
* Overlapping Images and Bordered container with text
*/
body.et_divi_builder #et_builder_outer_content .content-border {
  border: 1px solid #071C2C !important;
  padding: 30px 60px !important;
}
body.et_divi_builder #et_builder_outer_content .overlap .et_pb_column, body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_column {
  width: 60% !important;
}
body.et_divi_builder #et_builder_outer_content .overlap .et_pb_text, body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_text {
  padding-right: 20px;
  display: flex !important;
}
body.et_divi_builder #et_builder_outer_content .overlap .et_pb_text .et_pb_text_inner, body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_text .et_pb_text_inner {
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}
body.et_divi_builder #et_builder_outer_content .overlap .et_pb_text .et_pb_text_inner h1, body.et_divi_builder #et_builder_outer_content .overlap .et_pb_text .et_pb_text_inner h2, body.et_divi_builder #et_builder_outer_content .overlap .et_pb_text .et_pb_text_inner h3, body.et_divi_builder #et_builder_outer_content .overlap .et_pb_text .et_pb_text_inner h4, body.et_divi_builder #et_builder_outer_content .overlap .et_pb_text .et_pb_text_inner h5, body.et_divi_builder #et_builder_outer_content .overlap .et_pb_text .et_pb_text_inner h6, body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_text .et_pb_text_inner h1, body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_text .et_pb_text_inner h2, body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_text .et_pb_text_inner h3, body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_text .et_pb_text_inner h4, body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_text .et_pb_text_inner h5, body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_text .et_pb_text_inner h6 {
  text-transform: none !important;
}
body.et_divi_builder #et_builder_outer_content .overlap .et_pb_column:first-child {
  border: 1px solid #071C2C !important;
  padding: 30px 100px 30px 60px !important;
  margin-right: 0 !important;
  display: flex;
  margin-bottom: 60px !important;
  margin-right: -30px !important;
}
body.et_divi_builder #et_builder_outer_content .overlap .et_pb_column:last-child {
  z-index: 2;
  margin-bottom: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
  margin-top: 60px !important;
  margin-left: -30px !important;
  float: right !important;
}
body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_column:last-child {
  border: 1px solid #071C2C !important;
  padding: 30px 60px 30px 100px !important;
  margin-right: 0 !important;
  display: flex;
  margin-bottom: 60px !important;
  margin-left: -30px !important;
}
body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_column:first-child {
  z-index: 3;
  margin-bottom: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
  margin-top: 60px !important;
  margin-right: -30px !important;
  float: left !important;
}
@media only screen and (max-width: 980px) {
  body.et_divi_builder #et_builder_outer_content .content-border {
    padding: 12px 25px !important;
  }
  body.et_divi_builder #et_builder_outer_content .overlap .et_pb_column:first-child {
    padding: 30px 60px 60px 60px !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: 85% !important;
  }
  body.et_divi_builder #et_builder_outer_content .overlap .et_pb_column:last-child {
    margin-top: -40px !important;
    margin-left: 0 !important;
    width: 85% !important;
  }
  body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_column:first-child {
    margin-top: 0 !important;
    margin-right: 0 !important;
    width: 85% !important;
  }
  body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_column:last-child {
    margin-top: -40px !important;
    padding: 60px 60px 30px 60px !important;
    margin-left: 0 !important;
    width: 85% !important;
    float: right;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  body.et_divi_builder #et_builder_outer_content .overlap .et_pb_column:first-child {
    padding: 12px 25px 30px 25px !important;
  }
  body.et_divi_builder #et_builder_outer_content .overlap .et_pb_column:last-child {
    margin-top: -20px !important;
  }
  body.et_divi_builder #et_builder_outer_content .overlap-reverse .et_pb_column:last-child {
    padding: 30px 25px 12px 25px !important;
    margin-top: -20px !important;
  }
}

/*
* Three Columns Features (Homepage)
*/
body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column {
  display: flex;
}
body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_image {
  width: 20%;
  display: inline-block;
  align-items: center;
  align-self: center;
  margin: 0 10px 0 0;
}
body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_image img {
  width: 60px;
  float: left;
  border-radius: 50%;
}
body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_text {
  float: right;
  width: 80%;
  display: inline-block;
}
body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_text h1, body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_text h2, body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_text h3, body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_text h4, body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_text h5, body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_text h6 {
  text-transform: none;
  padding-top: 0;
}
body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_text p {
  font-size: 16px;
  line-height: normal;
}
@media only screen and (max-width: 480px) {
  body.et_divi_builder #et_builder_outer_content .three-col-features .et_pb_column .et_pb_text {
    padding-left: 10px;
  }
}

.et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner {
  height: 900px;
  padding: 0 !important;
}
@media only screen and (max-width: 500px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner {
    background-position-x: calc(50% - 2.5em);
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner h1, .et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner p {
  color: #FFF !important;
  max-width: 500px;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner h1 {
  padding-top: 0;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner h1:after {
  display: none !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  content: " ";
  background: #071C2C !important;
  /* The Fallback */
  background: rgba(7, 28, 44, 0.85) !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner .et_pb_row {
  height: 100%;
  padding: 4% 0;
  z-index: 2;
  display: flex;
  align-items: center;
  position: relative;
  margin: auto;
  max-width: 1300px !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner .et_pb_row p {
  font-size: 18px;
  font-size: 1.125rem;
}
.et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner .et_pb_row .et_pb_text_inner {
  border-left: 4px solid #CC3524;
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner {
    height: 400px;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner .et_pb_row .et_pb_text_inner {
    padding-left: 20px;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner .et_pb_row p {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 500px;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_section.homepage-banner p {
    display: none;
  }
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards {
  padding: 0 35px;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards .et_pb_column {
  transition: all 0.4s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  padding: 2em;
  cursor: pointer;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards .et_pb_column:hover, .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards .et_pb_column:focus {
  background-color: #FFF !important;
  box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards .et_pb_column:hover a.etmodules-link, .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards .et_pb_column:focus a.etmodules-link {
  color: #5D7E95;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards a.etmodules-link {
  color: #676C7F;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards h3 {
  margin-bottom: 0.4em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards h3:after {
  content: "";
  height: 1px;
  display: flex;
  margin: 0 auto;
  margin-top: 0.5em;
  text-align: center;
  background: url("/wp-content/themes/accreditedfirestop/fonts/liney2.svg") no-repeat 100%;
  background-size: 175px;
  width: 6em;
}
.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards img {
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards .et_pb_text {
    text-align: left;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards .et_pb_column {
    padding: 0;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards .et_pb_column:hover, .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards .et_pb_column:focus {
    background-color: transparent !important;
    box-shadow: none;
  }
  .et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row.homepage-cards .et_pb_column a.etmodules-link {
    justify-content: flex-start;
  }
}

.content-area .error-404 .hero-banner {
  overflow: hidden;
  display: block;
}
.content-area .error-404 .hero-banner .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.content-area .error-404 .hero-banner h1 {
  padding: 30px;
  padding-bottom: 0;
}
.content-area .error-404 .hero-banner img {
  width: 100%;
  max-width: 400px;
}
.content-area .error-404 .hero-banner button {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .content-area .error-404 .hero-banner {
    height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .content-area .error-404 .hero-banner {
    height: 500px;
  }
}

/*
 * Styling Individual Blog Posts
 * - Large Padded Area
 * - Has title, post date, author and text
*/
body .post-content {
  padding: 6em 2em 4em;
  min-height: 500px;
}
body .post-content hr {
  max-width: 1300px;
  margin: 60px auto;
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #071C2C;
  /* old IE */
  background-color: #071C2C;
  /* Modern Browsers */
}
body .post-content .blog-post-title {
  max-width: 1300px;
  margin: auto;
}
body .post-content .blog-post-title .large {
  color: #CC3524;
}
body .post-content .blog-post-title h1 {
  text-align: center !important;
  margin: auto;
  margin-bottom: 0 !important;
  max-width: 700px;
}
body .post-content .blog-post-title h1:after {
  margin: 0;
}
body .post-content p {
  font-size: 20px !important;
  font-weight: 300 !important;
  margin-bottom: 8px !important;
  line-height: 28px !important;
  max-width: 640px !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
  max-width: none !important;
  margin-bottom: 0.8em !important;
}
body .post-content p.centered {
  margin: 0 auto !important;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body .post-content p {
    font-size: 16px !important;
    line-height: 19px !important;
  }
}
body .post-content article {
  margin-bottom: 5em;
}
body .post-content img {
  width: 100%;
  height: 100%;
}
body .post-content .post-cms {
  max-width: 700px;
  margin: 0 auto;
}
body .post-content .post-cms .et_social_inline_top {
  margin-bottom: 0;
  margin-top: 20px;
}
body .post-content .nav-links {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #071C2C;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 22px;
}
body .post-content .nav-links a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2em 1em;
  color: #CC3524;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
}
body .post-content .nav-links a:after, body .post-content .nav-links a:before {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 0.05em;
  display: inline-block;
  position: absolute;
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .post-content .nav-previous a {
  display: inline-block !important;
  text-transform: uppercase !important;
  background: transparent !important;
  font-weight: 700 !important;
  color: #CC3524 !important;
  letter-spacing: 2px !important;
  padding: 1em 0 !important;
  line-height: normal !important;
  font-size: 12px;
  font-size: 0.75rem;
}
body .post-content .nav-previous a:after {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "$";
  font-size: 16px;
  margin-left: 5px;
  margin-top: 0px;
  line-height: normal;
}
body .post-content .nav-previous a:hover:after {
  margin-left: 8px;
}
body .post-content .nav-previous a:hover {
  color: #751e15 !important;
}
body .post-content .nav-previous a.reverse:after, body .post-content .nav-previous a:after {
  content: "";
  display: none;
}
body .post-content .nav-previous a.reverse:before, body .post-content .nav-previous a:before {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "#";
  font-size: 16px;
  margin-left: -22px;
  margin-top: -0.5px;
}
body .post-content .nav-previous a.reverse:hover:before, body .post-content .nav-previous a:hover:before {
  margin-left: -25px;
}
body .post-content .nav-next a {
  display: inline-block !important;
  text-transform: uppercase !important;
  background: transparent !important;
  font-weight: 700 !important;
  color: #CC3524 !important;
  letter-spacing: 2px !important;
  padding: 1em 0 !important;
  line-height: normal !important;
  font-size: 12px;
  font-size: 0.75rem;
}
body .post-content .nav-next a:after {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "$";
  font-size: 16px;
  margin-left: 5px;
  margin-top: 0px;
  line-height: normal;
}
body .post-content .nav-next a:hover:after {
  margin-left: 8px;
}
body .post-content .nav-next a:hover {
  color: #751e15 !important;
}
body .post-content .nav-next a.reverse:after, body .post-content .nav-next .nav-previous a:after, body .post-content .nav-previous .nav-next a:after {
  content: "";
  display: none;
}
body .post-content .nav-next a.reverse:before, body .post-content .nav-next .nav-previous a:before, body .post-content .nav-previous .nav-next a:before {
  transition: all 0.2s ease-out !important;
  transform-style: preserve-3d !important;
  -webkit-backface-visibility: hidden !important;
          backface-visibility: hidden !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "#";
  font-size: 16px;
  margin-left: -22px;
  margin-top: -0.5px;
}
body .post-content .nav-next a.reverse:hover:before, body .post-content .nav-next .nav-previous a:hover:before, body .post-content .nav-previous .nav-next a:hover:before {
  margin-left: -25px;
}

@media screen and (max-width: 768px) {
  body .post-content {
    padding: 1em 2em;
  }
  body .post-content hr {
    margin: 20px auto;
  }

  body .post-content .blog-post-title h1:after {
    margin: 15px auto;
  }

  body .post-content article {
    margin-bottom: 2em;
  }

  .nav-next a {
    text-align: right;
    margin-right: 0;
    width: 100px;
  }

  .nav-previous a {
    text-align: left;
    margin-left: 0;
    width: 100px;
  }
}
.admin-bar header {
  top: 32px;
}
.admin-bar header .bottom-menu nav .menu-main-menu-container .sub-menu {
  top: 122px;
}
.admin-bar nav .sub-menu {
  top: 122px;
}
.admin-bar .fullscreen-overlay {
  margin-top: 32px;
}

/*# sourceMappingURL=style.css.map*/