body {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #2C2C2C;
  background-color: transparent;
  padding-top: 120px;
  margin: 0 !important;
}
@media only screen and (min-width: 1199px) {
  body a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
body .fauxlink {
  cursor: pointer;
}
body a {
  color: #2C2C2C;
}
body a:focus,
body input:focus {
  outline: none;
}
body .richtext a {
  color: #2C2C2C;
  text-decoration: underline;
}
body .richtext a:hover {
  color: #337ab7;
  text-decoration: none;
}
body .richtext ul {
  padding-left: 20px;
}
body .richtext ul li {
  padding: 5px 0 5px 5px;
}
body .richtext ul li ul {
  margin: 10px 0;
}
body ul.fancy {
  list-style: none;
  text-align: left;
  margin: 15px 0;
  padding: 0;
}
body ul.fancy li {
  padding: 5px 0 5px 25px;
  position: relative;
}
body ul.fancy li:before {
  color: #ffcb05;
  content: "\f00c";
  font-family: 'Font Awesome 6 Pro';
  font-size: 15px;
  font-weight: 900;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
.block.white-bg,
.block .white-bg {
  background: #ffffff;
}
.block.primary-bg,
.block .primary-bg {
  background: #2C2C2C;
}
.block.primary-bg .heading,
.block.primary-bg p,
.block.primary-bg ul li,
.block.primary-bg ol li,
.block.primary-bg a:not(.button),
.block .primary-bg .heading,
.block .primary-bg p,
.block .primary-bg ul li,
.block .primary-bg ol li,
.block .primary-bg a:not(.button) {
  color: #ffffff;
}
.block.primary-bg a:not(.button):hover,
.block .primary-bg a:not(.button):hover {
  color: #337ab7;
}
.button {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 15px;
  color: #ffffff;
  background: #2C2C2C;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.button:hover {
  color: #ffffff;
  background: #337ab7;
}
.button.white-btn {
  color: #2C2C2C;
  background: #ffffff;
}
.button.white-btn:hover {
  color: #ffffff;
  background: #337ab7;
}
.button.blue-btn {
  color: #ffffff;
  background: #337ab7;
}
.button.blue-btn:hover {
  color: #ffffff;
  background: #2C2C2C;
}
#header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #ffffff;
}
#header.scrolling {
  box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
}
#header #header-top .constrain {
  display: flex;
  flex-direction: row;
}
#header #header-bottom .constrain {
  display: flex;
  flex-direction: row;
}
#header #header-bottom .constrain .logo {
  width: 200px;
}
@media only screen and (min-width: 767px) and (max-width: 1199px),only screen and (max-width: 767px) {
  #header nav {
    display: none;
  }
  #header #primary-toggle {
    width: 60px;
    height: 60px;
    background: url(/assets/images/template/mobile-menu-icon.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 20px;
    cursor: pointer;
  }
  #header #primary-toggle.active {
    background-image: url(/assets/images/template/close.svg);
    background-size: 60%;
  }
}
#header.scrolling {
  box-shadow: 0px 0px 100px 0px #FFCB050A;
}
#footer {
  clear: both;
}
#footer #footer-top {
  padding: 20px 0;
}
#footer #footer-bottom {
  font-size: 0.8em;
  padding: 20px 0;
}