@charset "UTF-8";
/*
 Theme Name:   Zbuild Child Theme
 Description:  WP Bootstrap Starter Child Theme for Zblocks
 Author:       Bryan Vandy
 Author URI:   https://bryanvandy.com
 Template:     wp-bootstrap-starter
*/
/**/
/**/
/**/
/**/
/* Device sizes */
/* Stacking Order */
body, html {
  height: 100%;
  position: relative;
}
body {
  font-weight: 400;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: rgba(0, 0, 0, 0.85);
  overflow-x: hidden;
}
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
footer {
  margin-top: auto;
}
:focus {
  outline: 2px dotted;
}
.home header *:focus {
  outline-color: #ffffff;
}
img {
  height: initial;
}
video {
  display: block;
}
b, strong {
  font-weight: 700;
}
a {
  text-decoration: underline;
  color: #281c73;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus, a:hover {
  color: #ffffff;
}
a[href^="tel:"], a[href^="tel:"]:hover, a[href^="tel:"]:focus {
  text-decoration: none;
  font-variant-numeric: lining-nums;
}
details summary::-webkit-details-marker {
  display: none;
  position: absolute;
  left: -9999px;
}
::-webkit-details-marker {
  display: none;
}
.home .breadcrumbs-container {
  display: none;
}
.breadcrumbs {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs a {
  text-decoration: none;
}
.sub-page-list {
  padding-left: 0;
}
.sub-page-list li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sub-page-list a {
  display: block;
  padding: 1em 0.5em;
  line-height: 1.5;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
}
.sub-page-list a:after {
  content: "";
  position: relative;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-size: 90%;
  line-height: 30px;
  text-align: center;
  background: #6c1214;
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
  float: left;
  margin-right: 1em;
}
.sub-page-list a:focus, .sub-page-list a:hover {
  color: #6c1214;
}
.sub-page-list a:focus:after, .sub-page-list a:hover:after {
  background: #ffffff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5em;
  padding: 0;
  color: #6c1214;
}
.h1, h1 {
  font-size: 32px;
}
.h2, h2 {
  font-size: 24px;
}
.h3, h3 {
  font-size: 21px;
}
.h4, h4 {
  font-size: 18px;
}
.h5, h5 {
  font-size: 16px;
}
.h6, h6 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .h1, h1 {
    font-size: 42px;
  }
  .h2, h2 {
    font-size: 36px;
  }
  .h3, h3 {
    font-size: 32px;
  }
  .h4, h4 {
    font-size: 24px;
  }
  .h5, h5 {
    font-size: 21px;
  }
  .h6, h6 {
    font-size: 18px;
  }
}
.entry-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
.entry-meta a {
  text-decoration: none;
}
.blog-page__post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .lead {
    font-weight: 400;
    font-size: 18px;
  }
}
.home .entry-content {
  margin: 0;
}
h2.entry-title {
  border-bottom: 0;
}
h3.widget-title {
  font-size: 21px;
}
@media (min-width: 768px) {
  h3.widget-title {
    font-size: 32px;
  }
}
figure {
  margin-top: 0;
}
#content.site-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #content.site-content {
    margin-bottom: 40px;
  }
}
.home #content.site-content {
  margin-bottom: 0;
}
h1.entry-title {
  font-size: 32px;
  border: 0;
}
h1.h2.entry-title {
  font-size: 24px;
  border: 0;
}
@media (min-width: 768px) {
  h1.entry-title {
    font-size: 42px;
  }
  h1.h2.entry-title {
    font-size: 36px;
  }
}
h1 {
  padding-bottom: 0;
}
.entry-title a {
  text-decoration: none;
}
@media (max-width: 991px) {
  [id*="apexchat"], #apexchat_tab_bar_parent, #apexchat_invitation_container_wrapper, #apexchat_invitation_container_minimized_wrapper {
    display: none !important;
    opacity: 0 !important;
    z-index: -1 !important;
  }
}
html {
  box-sizing: border-box;
}
body {
  margin: 0;
}
*, *::after, *::before {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: initial;
  vertical-align: middle;
  border-style: none;
  color: rgba(0, 0, 0, 0);
  image-rendering: -webkit-optimize-contrast;
}
iframe {
  display: block;
  width: 100%;
}
details summary {
  list-style: none;
}
.bg-white {
  background-color: #fff;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
}
.locked {
  -webkit-overflow-scrolling: auto;
  height: 100%;
  overflow: hidden;
}
.popup-nav__overlay {
  -webkit-overflow-scrolling: auto;
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.5s;
  overflow-x: hidden;
}
.popup-nav__content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.closebtn {
  position: fixed;
  top: 15px;
  right: 15px;
  display: none;
  font-size: 42px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  z-index: 90;
}
.locked .closebtn {
  display: inline-block;
}
.closebtn:hover {
  text-decoration: none;
  color: #6c1214;
}
.mobile-menu {
  padding-left: 15px;
  padding-top: 15px;
}
.mobile-menu .menu {
  flex-direction: column;
}
.mobile-menu > ul {
  padding-left: 0;
}
.mobile-menu > li {
  margin-right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu li {
  list-style: none;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
.mobile-menu li.menu-item-has-children {
  padding: 0;
  margin: 0;
}
.mobile-menu li .sub-menu {
  padding-left: 0.5em;
}
.mobile-menu li .sub-menu .sub-menu {
  padding-left: 0;
}
.mobile-menu a {
  display: block;
  padding: 0.75em 0.5em;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
}
.mobile-menu .sub-menu {
  opacity: 1;
}
.navbar-toggler {
  padding: 0.35em;
}
.navbar-toggler:before {
  content: "";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.25em;
}
.menu {
  position: relative;
  background: #6c1214;
  z-index: 30;
}
.popup-nav__content .menu, .popup-nav__content .menu:after {
  background: transparent;
}
@media (min-width: 768px) {
  .full-menu li {
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  .full-menu > li {
    align-self: center;
    line-height: 1.2;
    text-align: center;
  }
  .full-menu > li > a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (min-width: 1200px) {
  .full-menu > li {
    line-height: 60px;
  }
  .menu--sticky .full-menu > li {
    line-height: 50px;
  }
  .full-menu > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .menu--sticky .full-menu li {
    font-size: 18px;
    line-height: 40px;
  }
}
.full-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 -0.25em;
}
.full-menu li {
  position: relative;
  list-style: none;
  margin-left: 0.25em;
  margin-right: 0.25em;
  color: #fff;
}
.full-menu li a {
  display: inline-block;
  width: 100%;
  padding-left: 0.7em;
  padding-right: 0.7em;
  text-decoration: none;
  color: inherit;
}
.home .full-menu > li > a {
  padding-left: 0;
  padding-right: 0;
}
.full-menu li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  display: none;
  z-index: 99;
}
.full-menu li:hover > a {
  background: #ffffff;
  color: #6c1214;
  cursor: pointer;
}
.full-menu .sub-menu li:hover > a {
  background: #6c1214;
  color: #fff;
  cursor: pointer;
}
.home .full-menu > li:hover > a, #headerStuck .full-menu > li:hover > a {
  background: transparent;
  color: #ffffff;
}
.full-menu .menu-item-has-children ul:hover, .full-menu .menu-item-has-children.open > ul, .full-menu .menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
@supports (-moz-appearance:meterbar) or (-webkit-appearance:none) {
  .full-menu .menu-item-has-children:focus-within > ul {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .full-menu li:focus-within a {
    outline: none;
  }
  .full-menu li:focus-within > a {
    background: #ffffff;
    color: #6c1214;
    cursor: pointer;
  }
  .full-menu .sub-menu li:focus-within > a {
    background: #6c1214;
    color: #fff;
    cursor: pointer;
  }
  .home .full-menu > li:focus-within > a {
    background: transparent;
    color: #ffffff;
    cursor: pointer;
  }
}
.full-menu .menu-item-has-children > a:after {
  content: "";
  margin-left: 7px;
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
}
.full-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "" !important;
  margin-left: 7px;
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
}
.full-menu .sub-menu {
  min-width: 300px;
  padding: 0.5rem;
  border: 1px solid #fcfcfc;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.full-menu .sub-menu {
  z-index: 90;
  margin-top: 0;
}
.menu--sticky .sub-menu li, .sub-menu li {
  margin: 0;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.85);
}
.full-menu .sub-menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: none;
}
.sub-menu li:focus-within, .sub-menu li:hover {
  cursor: pointer;
}
.full-menu .sub-menu li:focus-within, .full-menu .sub-menu li:hover {
  outline: none;
  background: #ffffff;
  color: #fff;
}
.full-menu li .sub-menu li {
  clear: both;
  width: 100%;
  text-align: left;
}
.full-menu .sub-menu .sub-menu {
  left: 100%;
  top: -10px;
}
.footer-menu {
  margin-bottom: 1em;
}
.footer-menu li {
  font-weight: 400;
  font-size: 16px;
}
.footer-menu a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
}
.footer-menu a:hover {
  background: transparent;
  color: #ffffff;
}
.footer-menu .sub-menu {
  display: none !important;
  visibility: hidden !important;
}
.home .header-margin {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .home .header-margin {
    margin-bottom: 90px;
  }
}
.header-container {
  position: relative;
  z-index: 1;
}
.header__logo {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .header__logo {
    height: 100px;
  }
}
.header__address, .header__address--short {
  position: relative;
  line-height: 1.2;
  margin-bottom: 0;
}
.header__tel {
  line-height: 1;
  text-decoration: none;
}
.header__tel:hover {
  text-decoration: none;
}
.home .header__tel, #headerStuck .header__tel {
  color: #ffffff;
}
.home .header__address, #headerStuck .header__address {
  color: #fff;
}
.header__img-container, .header__vid-container {
  position: relative;
  background-color: #6c1214;
  z-index: 20;
}
.header__img, .header__vid {
  width: 100%;
  height: 340px;
  max-height: 1080px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .header__img {
    height: 620px;
  }
}
@media (min-width: 992px) {
  .header__img {
    height: 720px;
  }
}
@media (min-width: 1200px) {
  .header__img, .header__vid {
    height: 1080px;
  }
}
.header__slogan-container-fix {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.header__slogan-row {
  height: 100%;
  padding-top: 140px;
}
@media (min-width: 576px) {
  .header__slogan-row {
    padding-top: 80px;
  }
}
.header__slogan-col {
  margin-top: auto;
  margin-bottom: auto;
}
.header__slogan-container {
  position: relative;
}
.header__slogan-txt {
  position: relative;
  line-height: 1.2;
  cursor: default;
}
.header__slogan-txt i {
  font-weight: 300;
  font-size: 80%;
}
@media (min-width: 1200px) {
  .header__slogan-row {
    padding-top: 90px;
  }
}
/*
// Impact header styles
*/
.home .menu--impact {
  position: absolute;
  width: 100%;
  height: auto;
  background: transparent;
  z-index: 20;
}
.home .menu--impact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #6c1214;
  z-index: -1;
}
.header__slogan-container--impact {
  padding-top: 30px;
  padding-bottom: 30px;
}
/*
// Overlay header styles
*/
.home .header-block--overlay {
  position: absolute;
  width: 100%;
  z-index: 50;
}
.home .menu--overlay {
  background: transparent;
}
/*
// Multi address header styles
*/
.header__address--multi ~ .header__address--multi {
  margin-left: 15px;
}
/*
// Fixed Header Animation
*/
.fixed {
  position: fixed !important;
  top: -100%;
  width: 100%;
  padding-bottom: 0;
  z-index: 999;
}
.fixed-transition {
  -webkit-animation-name: stick-up;
  animation-name: stick-up;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes stick-up {
  from {
    top: -250px;
  }
  to {
    top: 0;
  }
}
@keyframes stick-up {
  from {
    top: -250px;
  }
  to {
    top: 0;
  }
}
.header-ppc__intro-row {
  color: #fff;
}
.header-ppc__intro-row h1, .header-ppc__intro-row h2, .header-ppc__intro-row h3, .header-ppc__intro-row h4, .header-ppc__intro-row h5, .header-ppc__intro-row h6 {
  color: inherit;
}
.header-ppc__intro-row a {
  font-weight: 700;
  color: #fff;
}
.header-ppc__intro-row a:hover, .header-ppc__intro-row a:focus {
  color: #fff;
  text-decoration: none;
}
.carousel-block {
  background-color: #6c1214;
}
@media (min-width: 768px) {
  .carousel-block {
    background-image: url(/wp-content/uploads/2019/05/intro-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
  }
}
.content-block {
  position: relative;
}
.content-block-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.firm-badge-award {
  margin-left: 15px;
  margin-right: 15px;
}
.firm-badge-award img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 180px;
}
@media (max-width: 575px) {
  .firm-badge-award {
    flex: 0 0 33%;
  }
}
.attorney-car__item {
  flex: 1 0 20%;
  margin: 15px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.attorney-car__bio-link, .attorney-car__bio-link.btn {
  text-align: center;
  text-decoration: none;
}
.attorney-car__img {
  width: 150px;
  height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  object-fit: cover;
}
.attorney-car__item-content {
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: auto;
  margin-bottom: -1px;
  transition: all 0.3s ease-in-out;
}
.attorney-car__name {
  margin-bottom: 0;
}
.attorney-car__title {
  margin-bottom: 0.5em;
}
.attorney-car__btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1em;
  text-align: center;
  background: #6c1214;
  color: #fff;
}
.attorney-car__btn:hover {
  background: #fff;
  color: #6c1214;
}
@media (min-width: 768px) {
  .attorney-car {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .attorney-car__item {
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .attorney-car__btn {
    margin-bottom: 0;
  }
  .attorney-car__item {
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .attorney-car__img {
    width: 200px;
    height: 200px;
  }
}
.latest-news__row {
  margin-left: -15px;
  margin-right: -15px;
}
.latest-news__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 33%;
  margin-left: 15px;
  margin-right: 15px;
}
.latest-news__thumbnail {
  position: relative;
  padding-top: 56.24%;
  background-color: #E8E8E8;
}
.latest-news__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.latest-news__thumbnail .latest-news__placeholder-img {
  top: 50%;
  height: auto;
  padding: 0 30px;
  transform: translateY(-50%);
}
.latest-news__desc {
  position: relative;
  max-height: 150px;
  overflow: hidden;
}
.latest-news__desc:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, white 100%);
  z-index: 20;
}
.latest-news__link {
  margin-top: auto;
}
.content-block-cta__row {
  margin-left: -15px;
  margin-right: -15px;
}
.content-block-cta__link {
  flex: 0 1 40%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 768px) {
  .content-block-cta__link {
    flex: 0 1 200px;
  }
}
@media (min-width: 1200px) {
  .container-fluid .content-block-cta__row {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-block-cta__link {
    margin-bottom: 0;
  }
}
.content-block-cta__link * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content-block-cta__graphic {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background: #6c1214;
}
.cta__svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  transform: translateY(-50%) translateX(-50%);
}
.content-block-cta__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 1;
}
.content-block-cta__ico {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
  line-height: 1;
  color: #6c1214;
}
.content-block-cta__ico i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  color: #fff;
}
@media (min-width: 768px) {
  .content-block-cta__graphic, .content-block-cta__ico {
    width: 160px;
  }
}
.content-block-cta__link:focus, .content-block-cta__link:hover {
  text-decoration: none;
  color: #6c1214;
}
.content-block-cta__link:focus .content-block-cta__img, .content-block-cta__link:hover .content-block-cta__img {
  opacity: 0.5;
  transform: scale(1.5);
}
.content-block-cta__link:focus .content-block-cta__ico, .content-block-cta__link:hover .content-block-cta__ico {
  background: #ffffff;
}
.content-block-cta__txt {
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.2;
}
.content-block-cta-tall__row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 40px solid;
  border-bottom: 40px solid;
}
.content-block-cta-tall__link {
  position: relative;
  width: 100%;
  margin-top: -40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex: 1 0 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #fff;
}
.content-block-cta-tall__link * {
  transition: ease all 0.3s;
}
@media (min-width: 576px) {
  .content-block-cta-tall__link {
    flex: 1 0 auto;
    width: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 768px) {
  .content-block-cta-tall__link {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .content-block-cta-tall__link {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.content-block-cta-tall__link:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.content-block-cta-tall__ico {
  line-height: 1;
  margin-bottom: 0.2em;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.content-block-cta-tall__txt {
  margin-left: 15px;
  margin-right: 15px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .content-block-cta-tall__link:focus, .content-block-cta-tall__link:hover {
    text-decoration: none;
    transform: translateY(30px);
  }
}
.content-block-cta-tall__link:focus, .content-block-cta-tall__link:hover {
  text-decoration: none;
}
.content-block-cta-tall__link:focus .content-block-cta-tall__ico, .content-block-cta-tall__link:hover .content-block-cta-tall__ico {
  text-shadow: 15px -25px 8px rgba(0, 0, 0, 0.15);
}
.content-block-sq-grid + .content-block-sq-grid {
  margin-top: -30px;
}
@media (min-width: 1200px) {
  .content-block-sq-grid + .content-block-sq-grid {
    margin-top: -60px;
  }
}
.content-block-sq-grid__layout {
  grid-template-columns: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.content-block-sq-grid__layout *, .content-block-sq-grid__layout *:after, .content-block-sq-grid__layout *:before {
  transition: all 0.3s ease-in-out;
}
.content-block-sq-grid__link {
  position: relative;
  display: flex;
  padding-top: 50%;
  color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}
@media (min-width: 576px) {
  .content-block-sq-grid__layout {
    grid-template-columns: 50% 50%;
    grid-template-columns: 1fr 1fr;
  }
  .content-block-sq-grid__link {
    padding-top: 50%;
  }
}
@media (min-width: 992px) {
  .content-block-sq-grid__layout {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .content-block-sq-grid__link {
    padding-top: 90%;
  }
}
.content-block-sq-grid__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  z-index: 1;
}
.content-block-sq-grid__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #6c1214 0%, #ffffff 100%);
  z-index: 1;
}
.content-block-sq-grid__figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  mix-blend-mode: luminosity;
  z-index: 2;
}
.content-block-sq-grid__img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  transition-duration: 0.5s;
}
.content-block-sq-grid__txt-container, .cta-service-grid__txt-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.content-block-sq-grid__txt {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 600;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .content-block-sq-grid__txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-block-sq-grid__txt:after {
  content: "";
  position: relative;
  top: 1em;
  display: block;
  width: 2em;
  height: 3px;
  margin: auto;
  background: #fff;
  transition-duration: 0.5s;
}
.content-block-sq-grid__link:focus, .content-block-sq-grid__link:hover {
  color: white;
}
.content-block-sq-grid__link:focus .content-block-sq-grid__txt, .content-block-sq-grid__link:hover .content-block-sq-grid__txt {
  letter-spacing: 0.3em;
}
.content-block-sq-grid__link:focus .content-block-sq-grid__txt:after, .content-block-sq-grid__link:hover .content-block-sq-grid__txt:after {
  width: 4em;
}
.content-block-sq-grid__link:focus .content-block-sq-grid__img, .content-block-sq-grid__link:hover .content-block-sq-grid__img {
  transform: scale(1.25);
  opacity: 0.04;
}
.content-block-card-grid {
  background-color: #6c1214;
}
.content-block-card-grid__row, .why-us-grid__row {
  grid-template-columns: 100%;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  justify-content: center;
}
.content-block-card-grid__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-block-card-grid__item {
  flex-grow: 1;
  padding: 30px;
  background: #fff;
}
@media (min-width: 992px) {
  .content-block-card-grid__item {
    flex-grow: 1;
  }
  .content-block-card-grid__row {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 30% 30% 30%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .content-block-card-grid__item {
    padding: 60px;
  }
}
.content-block-card-grid__icon i {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #6c1214;
}
.content-block-card-grid__title {
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.content-block-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.content-block-callout__callout {
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 6px solid #ffffff;
}
.alternating__img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .alternating__img {
    width: 100%;
    height: auto;
    max-height: 320px;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .alternating__img {
    object-fit: cover;
  }
}
.content-block__accordion {
  position: relative;
  margin-bottom: 2em;
}
.content-block__accordion[open] {
  margin-bottom: 1em;
}
.content-block__accordion-title {
  position: relative;
  padding: 10px 10px 25px 50px;
  margin-bottom: 0.75em;
  border-bottom: 2px solid #6c1214;
}
.content-block__accordion-title-link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
}
.content-block__accordion-title:after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  line-height: 32px;
  text-align: center;
  background: #6c1214;
  color: #fff;
  transition: all 0.3s ease-in-out;
  top: 15px;
}
.content-block__accordion-title:hover:after, .content-block__accordion[open] .content-block__accordion-title:after {
  background: #ffffff;
}
.content-block__accordion[open] .content-block__accordion-title:after {
  transform: rotate(-90deg);
}
.content-block__accordion[open] .content-block__accordion-title ~ * {
  animation: accordion-fade-in 0.3s ease-in-out;
}
@keyframes accordion-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 Results Blocks
*/
.results-block-tall {
  position: relative;
}
.results-block-tall:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(25, 28, 30, 0.85);
  z-index: 2;
}
.results-block-tall__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
.results-block-tall__row {
  grid-template-columns: 100%;
  grid-template-columns: 1fr;
  margin-left: -15px;
  margin-right: -15px;
}
.results-block-tall__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  z-index: 10;
  overflow: hidden;
}
.results-block-tall__item:last-child {
  border: 0;
}
.results-block-tall__content {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.results-block-tall__title {
  margin-top: auto;
  margin-bottom: 0.125em;
  line-height: 1.12;
}
.results-block-tall__txt {
  opacity: 0.85;
}
.result-block-tall__ico {
  align-self: center;
  line-height: 1;
  padding: 20px 26px;
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 50%;
}
.results-block-tall__hidden-description {
  position: absolute;
  top: 80%;
  padding: 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-duration: 0.45s;
}
.results-block-tall__hidden-description p {
  hyphens: auto;
}
@media (min-width: 576px) {
  .results-block-tall__item {
    min-height: 230px;
  }
}
@media (min-width: 992px) {
  .results-block-tall__row {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .results-block-tall__item {
    height: 620px;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .results-block-tall__hidden-description {
    padding: 60px;
  }
}
@media (min-width: 1920px) {
  .results-block-tall__item {
    height: 820px;
  }
}
.results-block-tall__item:focus .results-block-tall__content, .results-block-tall__item:hover .results-block-tall__content {
  top: -25%;
  opacity: 0;
}
.results-block-tall__item:focus .results-block-tall__hidden-description, .results-block-tall__item:hover .results-block-tall__hidden-description {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
/*
 Contact Blocks
*/
.contact-block__map-wide > iframe {
  width: 100%;
  height: 200px;
}
@media (min-width: 576px) {
  .contact-block__map-wide > iframe {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .contact-block__map-wide > iframe {
    height: 300px;
  }
}
.contact-page-2col__address-map-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}
.contact-page-2col__map {
  height: 100%;
  margin-bottom: 1em;
}
.contact-page-2col__map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .contact-block--split {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .contact-page-2col__map {
    margin-bottom: 0;
  }
  .contact-block--split__left-col, .contact-block--split__right-col {
    padding: 0 15px;
  }
  .contact-block--split {
    background: #E8E8E8;
    background: -moz-linear-gradient(left, #E8E8E8 45%, #6c1214 45%);
    background: -webkit-linear-gradient(left, #E8E8E8 45%, #6c1214 45%);
    background: linear-gradient(to right, #E8E8E8 45%, #6c1214 45%);
  }
  .contact-block--split__right-desc, .contact-block--split__right-title, .contact-block--split__social-title, .social-ico-title {
    color: rgba(255, 255, 255, 0.98);
  }
  .contact-block--split__right-col a {
    color: rgba(255, 255, 255, 0.85);
  }
  .contact-block--split__right-col a:hover, .contact-block--split__right-col a:focus {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.35);
  }
}
.contact-block--split__social-link {
  margin-right: 0.5em;
}
/* Wide related content Component */
.related-content {
  background-color: #6c1214;
}
.related-content__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-left: 0;
}
.related-content__list li {
  flex-basis: 100%;
  margin: 0 15px;
  list-style: none;
  font-size: 16px;
  line-height: 1.2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.related-content__list a, .related-content__list a:visited {
  display: flex;
  align-items: center;
  padding: 1em 15px;
  text-decoration: none;
  color: #fff;
}
.related-content__list a:before, .related-content__list a:visited:before {
  content: "";
  position: relative;
  left: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-size: 90%;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
  float: left;
  margin-right: 1em;
  text-indent: 3px;
}
.related-content__list a:focus:before, .related-content__list a:hover:before, .related-content__list a:visited:focus:before, .related-content__list a:visited:hover:before {
  transform: scale(1.15);
  background-color: #fff;
  color: #6c1214;
}
@media (min-width: 768px) {
  .related-content__list li {
    flex-basis: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .med-mal-1 img {
    height: 548px;
  }
  .med-mal-2 img {
    height: 324px;
  }
  .med-mal-3 img {
    height: 270px;
  }
  .med-mal-4 img {
    height: 280px;
  }
  .med-mal-5 img {
    height: 342px;
  }
}
.reverse-child-links a, .reverse-link {
  color: #fff;
}
.reverse-child-links a:focus, .reverse-child-links a:hover, .reverse-link:focus, .reverse-link:hover {
  color: #ffffff;
}
.btn {
  padding: 0.65em 1.5em;
  font-size: 18px;
  text-decoration: none;
  border-radius: 0;
  background: #6c1214;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {
  outline: none;
  box-shadow: none;
  background: #ffffff;
  color: #6c1214;
}
.btn--second, .reverse-child-links .btn {
  background: #ffffff;
  color: #6c1214;
}
.btn--second:focus, .btn--second:hover, .reverse-child-links .btn:hover, .reverse-child-links .btn:focus {
  background: #fff;
  color: #6c1214;
}
.social-ico-row {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.social-ico {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-decoration: none;
}
.cycle-slide, .cycle-slideshow {
  width: 100%;
}
.cycle-pager {
  margin-top: 1em;
}
.cycle-pager__item {
  padding: 10px;
  font-size: 42px;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cycle-pager__item.cycle-pager-active, a.cycle-pager__item:focus, a.cycle-pager__item:hover {
  color: #6c1214;
  text-decoration: none;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.home .cycle-pager__item.cycle-pager-active, .home a.cycle-pager__item:focus, .home a.cycle-pager__item:hover {
  color: #ffffff;
}
.ada-notice {
  background: #e5e5e5;
}
.ada-notice__desc {
  opacity: #494949;
}
.admin-footer {
  display: none;
}
@media (min-width: 992px) {
  .admin-footer {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateX(34%);
    z-index: 999;
  }
  .zblocks-edit-post-link {
    display: inline-block;
    padding: 10px;
    transform: rotate(90deg);
    border: 2px solid #6c1214;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media (min-width: 992px) {
  .sidebar-content {
    padding-left: 60px;
  }
}
.sidebar__map-embed iframe {
  width: 100%;
  height: 250px;
}
.widget-title {
  margin-bottom: 0.25em;
}
.sidebar-content .nav-item {
  list-style: none;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.sidebar-content .nav-link {
  padding: 0;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #ffffff;
}
#recent-posts-2 a {
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
}
#recent-posts-2 a:hover {
  text-decoration: underline;
  color: #6c1214;
}
.search-form {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.search-form > label {
  flex-basis: 100%;
}
.widget_search .search-form input[type="submit"] {
  flex-basis: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .search-form {
    flex-wrap: nowrap;
  }
  .search-form > label {
    flex-basis: 80%;
    margin: 0;
    padding-right: 1em;
  }
  .widget_search .search-form input[type="submit"] {
    flex-basis: 20%;
  }
}
.search-field {
  height: 100%;
  border-radius: 0;
  font-weight: 300;
  font-size: 21px;
  transition: all 0.3s ease-in-out;
}
.search-field:focus {
  box-shadow: none;
  border-color: #6c1214;
}
.search-submit.btn {
  padding: 0.5em;
  font-size: 14px;
}
.search-results .entry-summary {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.review-page-template {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.reivew-item {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.review-item__desc {
  position: relative;
}
.review-item__desc:before {
  content: "“";
  position: absolute;
  top: -0.2em;
  left: -0.12em;
  font-family: Georgia, serif;
  font-size: 2000%;
  line-height: 1;
  color: #ffffff;
  opacity: 0.125;
  z-index: -1;
}
.review-page-disclaimer {
  margin-top: auto;
}
.attorney-bio__info-row {
  padding: 15px;
  border-bottom: 1px solid #6c1214;
}
.attorney-bio__link {
  color: rgba(0, 0, 0, 0.85);
}
.attorney-bio__link i {
  color: #6c1214;
  transition: all 0.3s ease-in-out;
}
.attorney-bio__link:hover, .attorney-bio__link:hover i {
  color: #ffffff;
}
.bio-badges__item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 2em;
}
.bio-badges__item img {
  width: auto;
  max-height: 120px;
}
@media (min-width: 992px) {
  .bio-page__atty-info {
    float: right;
    margin: 0 0 1em 2em;
  }
}
.case-results__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (min-width: 576px) {
  .case-results__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.case-results__content {
  padding: 15px;
}
@media (min-width: 768px) {
  .case-results__content {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .case-results__item {
    position: relative;
    padding-top: 100%;
  }
  .case-results__content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.popup__locked {
  -webkit-overflow-scrolling: auto;
  height: 100%;
  overflow: hidden;
}
.popup__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 100;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
}
.popup__content {
  margin: auto;
}
.popup__container:target {
  display: none;
}
.alert__container {
  background: #222;
  color: #fff;
}
.alert__content {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
.alert__control {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 90%;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #222;
}
.alert__control:hover {
  text-decoration: none;
  background: #6c1214;
  color: #fff;
}
.alert__container:target {
  display: none;
}
.header-template-ppc {
  position: relative;
  background-size: cover;
  background-position: bottom;
}
.header-template-ppc > .container {
  position: relative;
  z-index: 20;
}
.header-template-ppc:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.9;
  z-index: 10;
}
.header-ppc__address-full {
  line-height: 1;
  margin-bottom: 0.2em;
}
.header-ppc__address-full br {
  display: none;
}
.header-ppc__tel {
  line-height: 1.2;
}
.header-ppc__intro-row {
  position: relative;
  padding: 30px;
}
.header-ppc__intro-row:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #6c1214;
  opacity: 0.85;
  z-index: -1;
}
.header-ppc__slogan-container {
  position: relative;
  z-index: 30;
}
.header-ppc__slogan-txt {
  position: relative;
  line-height: 1.125;
  z-index: 20;
}
.header-ppc__slogan-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #6c1214;
  opacity: 0.8;
  z-index: 10;
}
.content-block-bg--ppc {
  background-size: cover;
  background-attachment: local;
}
.single-review-ppc__container {
  position: relative;
}
.single-review-ppc__container:before {
  content: '“';
  font-family: Georgia, serif;
  color: #6c1214;
  font-size: 1500%;
  position: absolute;
  top: -0.25em;
  z-index: -1;
  opacity: 0.05;
  font-weight: 700;
  left: -0.125em;
  line-height: 1;
}
.single-review-ppc__txt {
  position: relative;
}
.single-review-ppc__txt:after {
  content: '”';
  font-family: Georgia, serif;
  color: #6c1214;
  font-size: 1500%;
  position: absolute;
  bottom: -60px;
  z-index: -1;
  opacity: 0.1;
  font-weight: 700;
  right: -0.125em;
  line-height: 0;
}
@media (min-width: 768px) {
  .header-ppc__intro-row {
    padding: 60px;
  }
}
.footer-logo-left {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #E8E8E8;
}
.home .footer-logo-left {
  border: none;
}
.footer-address-one-line br {
  display: none;
}
footer a {
  text-decoration: none;
}
input {
  border-radius: 0;
  -webkit-appearance: none;
}
.gfield_required:before {
  content: "(required) ";
  position: absolute;
  left: -9999px;
}
.sidebar-content .gform_wrapper {
  margin-top: 0;
  margin-bottom: 1em;
}
div[id^=gform_wrapper_] {
  margin-top: 0;
  margin-bottom: 0;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
form[id^=gform_] .gform_body ul {
  padding: 0;
}
body .gform_wrapper form[id^=gform_] ul li.gfield {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper.gform_validation_error form[id^=gform_] .top_label input, .gform_wrapper.gform_validation_error form[id^=gform_] .top_label textarea, body .gform_wrapper form[id^=gform_] .gform_body input, body .gform_wrapper form[id^=gform_] .gform_body textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.gform_wrapper form[id^=gform_] input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 10px;
}
.gravity-form-home .gform_wrapper form[id^=gform_] .gform_body input, .gravity-form-home .gform_wrapper form[id^=gform_] .gform_body textarea {
  background: rgba(255, 255, 255, 0.9);
}
.gform_wrapper form[id^=gform_] .gform_body input:focus, .gform_wrapper form[id^=gform_] .gform_body textarea:focus {
  border: 1px solid #6c1214;
}
.gform_wrapper form[id^=gform_] .gform_body textarea {
  max-height: 100px;
  resize: vertical;
}
.gform_wrapper form[id^=gform_] .gform_body label {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0.25em;
}
.gform_wrapper form[id^=gform_] .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.gform_button, .gform_wrapper .gform_footer input[type=submit].gform_button.button {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 21px;
  line-height: 60px;
  text-align: center;
  border: 0;
  background: #6c1214;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.gform_button:focus, .gform_button:hover, .gform_wrapper .gform_footer input[type=submit].gform_button.button:focus, .gform_wrapper .gform_footer input[type=submit].gform_button.button:hover {
  background: #ffffff;
}
.gform_wrapper form[id^=gform_] li.gfield.gfield_error {
  border: 0;
  margin: 0;
  background: transparent;
}
.gform_wrapper form[id^=gform_] .gfield_error .gfield_label, .gform_wrapper form[id^=gform_] .gfield_required, .gform_wrapper form[id^=gform_] .validation_message {
  color: #9e0909;
}
.gform_wrapper form[id^=gform_] li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0;
  padding-right: 0;
  margin-top: 0.5em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.gform_wrapper div.validation_error, .ginput_container_phone .instruction.validation_message {
  position: absolute;
  left: -99999px;
}
input[type="radio"] {
  -webkit-appearance: radio;
  width: 15px !important;
  height: 15px;
}
.gform_wrapper form[id^="gform_"] .gform_body input[type="radio"] + label {
  margin-top: 0;
  margin-bottom: 0;
}
.lh-1 {
  line-height: 1;
}
.lh-1_2 {
  line-height: 1.2;
}
.ml-15 {
  margin-left: 15px;
}
@media (min-width: 576px) {
  .ml-sm-15 {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .ml-md-15 {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .ml-lg-15 {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .ml-xl-15 {
    margin-left: 15px;
  }
}
.ml-0 {
  margin-left: 0;
}
@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0;
  }
}
.mr-15 {
  margin-right: 15px;
}
@media (min-width: 576px) {
  .mr-sm-15 {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .mr-md-15 {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .mr-lg-15 {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .mr-xl-15 {
    margin-right: 15px;
  }
}
.mr-0 {
  margin-right: 0;
}
@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0;
  }
}
.mb-025em {
  margin-bottom: 0.25em;
}
@media (min-width: 576px) {
  .mb-sm-025em {
    margin-bottom: 0.25em;
  }
}
@media (min-width: 768px) {
  .mb-md-025em {
    margin-bottom: 0.25em;
  }
}
@media (min-width: 992px) {
  .mb-lg-025em {
    margin-bottom: 0.25em;
  }
}
@media (min-width: 1200px) {
  .mb-xl-025em {
    margin-bottom: 0.25em;
  }
}
.mb-05em {
  margin-bottom: 0.5em;
}
@media (min-width: 576px) {
  .mb-sm-05em {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .mb-md-05em {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 992px) {
  .mb-lg-05em {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 1200px) {
  .mb-xl-05em {
    margin-bottom: 0.5em;
  }
}
.mb-1em {
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  .mb-sm-1em {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .mb-md-1em {
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .mb-lg-1em {
    margin-bottom: 1em;
  }
}
@media (min-width: 1200px) {
  .mb-xl-1em {
    margin-bottom: 1em;
  }
}
.mb-15 {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .mb-sm-15 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .mb-md-15 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .mb-lg-15 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .mb-xl-15 {
    margin-bottom: 15px;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .mb-xl-30 {
    margin-bottom: 30px;
  }
}
.mb-60 {
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .mb-sm-60 {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .mb-md-60 {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .mb-lg-60 {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .mb-xl-60 {
    margin-bottom: 60px;
  }
}
.mb-90 {
  margin-bottom: 90px;
}
@media (min-width: 576px) {
  .mb-sm-90 {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .mb-md-90 {
    margin-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .mb-lg-90 {
    margin-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .mb-xl-90 {
    margin-bottom: 90px;
  }
}
.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 576px) {
  .mb-sm-120 {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .mb-md-120 {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .mb-lg-120 {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .mb-xl-120 {
    margin-bottom: 120px;
  }
}
.mb-160 {
  margin-bottom: 160px;
}
@media (min-width: 576px) {
  .mb-sm-160 {
    margin-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .mb-md-160 {
    margin-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .mb-xl-160 {
    margin-bottom: 160px;
  }
}
.mb-0 {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0;
  }
}
.mt-15 {
  margin-top: 15px;
}
@media (min-width: 576px) {
  .mt-sm-15 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .mt-md-15 {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .mt-lg-15 {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-15 {
    margin-top: 15px;
  }
}
.mt-30 {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-30 {
    margin-top: 30px;
  }
}
.mt-60 {
  margin-top: 60px;
}
@media (min-width: 576px) {
  .mt-sm-60 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .mt-md-60 {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .mt-lg-60 {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-60 {
    margin-top: 60px;
  }
}
.mt-90 {
  margin-top: 90px;
}
@media (min-width: 576px) {
  .mt-sm-90 {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .mt-md-90 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .mt-lg-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-90 {
    margin-top: 90px;
  }
}
.mt-120 {
  margin-top: 120px;
}
@media (min-width: 576px) {
  .mt-sm-120 {
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .mt-md-120 {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .mt-lg-120 {
    margin-top: 120px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-120 {
    margin-top: 120px;
  }
}
.mt-160 {
  margin-top: 160px;
}
@media (min-width: 576px) {
  .mt-sm-160 {
    margin-top: 160px;
  }
}
@media (min-width: 768px) {
  .mt-md-160 {
    margin-top: 160px;
  }
}
@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-160 {
    margin-top: 160px;
  }
}
.mt-0 {
  margin-top: 0;
}
@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0;
  }
}
.m-auto {
  margin: auto;
}
@media (min-width: 576px) {
  .m-sm-auto {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .m-md-auto {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .m-lg-auto {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .m-xl-auto {
    margin: auto;
  }
}
.m-0 {
  margin: 0;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
}
.pb-0 {
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0;
  }
}
.pb-5 {
  padding-bottom: 5px;
}
@media (min-width: 576px) {
  .pb-sm-5 {
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .pb-md-5 {
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .pb-lg-5 {
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .pb-xl-5 {
    padding-bottom: 15px;
  }
}
.pb-15 {
  padding-bottom: 15px;
}
@media (min-width: 576px) {
  .pb-sm-15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .pb-md-15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .pb-lg-15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .pb-xl-15 {
    padding-bottom: 15px;
  }
}
.pb-30 {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .pb-sm-30 {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .pb-md-30 {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .pb-lg-30 {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .pb-xl-30 {
    padding-bottom: 30px;
  }
}
.pb-60 {
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  .pb-sm-60 {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .pb-lg-60 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .pb-xl-60 {
    padding-bottom: 60px;
  }
}
.pb-90 {
  padding-bottom: 90px;
}
@media (min-width: 576px) {
  .pb-sm-90 {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .pb-md-90 {
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .pb-lg-90 {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .pb-xl-90 {
    padding-bottom: 90px;
  }
}
.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 576px) {
  .pb-sm-120 {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .pb-md-120 {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .pb-lg-120 {
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .pb-xl-120 {
    padding-bottom: 120px;
  }
}
.pb-160 {
  padding-bottom: 160px;
}
@media (min-width: 576px) {
  .pb-sm-160 {
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .pb-md-160 {
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .pb-lg-160 {
    padding-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .pb-xl-160 {
    padding-bottom: 160px;
  }
}
.pt-0 {
  padding-top: 0;
}
@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0;
  }
}
.pt-5 {
  padding-top: 5px;
}
@media (min-width: 576px) {
  .pt-sm-5 {
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .pt-md-5 {
    padding-top: 5px;
  }
}
@media (min-width: 992px) {
  .pt-lg-5 {
    padding-top: 5px;
  }
}
@media (min-width: 1200px) {
  .pt-xl-5 {
    padding-top: 15px;
  }
}
.pt-15 {
  padding-top: 15px;
}
@media (min-width: 576px) {
  .pt-sm-15 {
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .pt-md-15 {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .pt-lg-15 {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .pt-xl-15 {
    padding-top: 15px;
  }
}
.pt-30 {
  padding-top: 30px;
}
@media (min-width: 576px) {
  .pt-sm-30 {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .pt-xl-30 {
    padding-top: 30px;
  }
}
.pt-60 {
  padding-top: 60px;
}
@media (min-width: 576px) {
  .pt-sm-60 {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .pt-lg-60 {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .pt-xl-60 {
    padding-top: 60px;
  }
}
.pt-90 {
  padding-top: 90px;
}
@media (min-width: 576px) {
  .pt-sm-90 {
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .pt-md-90 {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .pt-lg-90 {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  .pt-xl-90 {
    padding-top: 90px;
  }
}
.pt-120 {
  padding-top: 120px;
}
@media (min-width: 576px) {
  .pt-sm-120 {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .pt-md-120 {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .pt-lg-120 {
    padding-top: 120px;
  }
}
@media (min-width: 1200px) {
  .pt-xl-120 {
    padding-top: 120px;
  }
}
.pt-160 {
  padding-top: 160px;
}
@media (min-width: 576px) {
  .pt-sm-160 {
    padding-top: 160px;
  }
}
@media (min-width: 768px) {
  .pt-md-160 {
    padding-top: 160px;
  }
}
@media (min-width: 992px) {
  .pt-lg-160 {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  .pt-xl-160 {
    padding-top: 160px;
  }
}
.accessible-hide {
  position: absolute;
  left: -9999px;
}
@media (min-width: 576px) {
  .accessible-hide-sm {
    position: absolute;
    left: -9999px;
  }
}
@media (min-width: 768px) {
  .accessible-hide-md {
    position: absolute;
    left: -9999px;
  }
}
@media (min-width: 992px) {
  .accessible-hide-lg {
    position: absolute;
    left: -9999px;
  }
}
@media (min-width: 1200px) {
  .accessible-hide-xl {
    position: absolute;
    left: -9999px;
  }
}
.accessible-visible {
  position: relative;
  left: 0;
}
@media (min-width: 576px) {
  .accessible-visible-sm {
    position: relative;
    left: 0;
  }
}
@media (min-width: 768px) {
  .accessible-visible-md {
    position: relative;
    left: 0;
  }
}
@media (min-width: 992px) {
  .accessible-visible-lg {
    position: relative;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .accessible-visible-xl {
    position: relative;
    left: 0;
  }
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.no-underline, .text-decoration-none {
  text-decoration: none !important;
}
.d-grid {
  display: grid;
}
@media (min-width: 576px) {
  .d-sm-grid {
    display: grid;
  }
}
@media (min-width: 768px) {
  .d-md-grid {
    display: grid;
  }
}
@media (min-width: 992px) {
  .d-lg-grid {
    display: grid;
  }
}
@media (min-width: 1200px) {
  .d-xl-grid {
    display: grid;
  }
}
.font-header {
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.font-body {
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.color-prime {
  color: #6c1214 !important;
}
.color-second {
  color: #ffffff !important;
}
.color-tert {
  color: #E8E8E8 !important;
}
.color-quart {
  color: rgba(0, 0, 0, 0.15) !important;
}
.color-white {
  color: #fff !important;
}
.color-copy {
  color: rgba(0, 0, 0, 0.85) !important;
}
.bg-center {
  background-position: center;
}
.bg-fixed {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  .bg-fixed {
    background-attachment: scroll;
  }
}
.bg-size-cover {
  background-size: cover;
}
.bg-size-contain {
  background-size: contain;
}
.bg-copy {
  background-color: rgba(0, 0, 0, 0.85);
}
.bg-prime {
  background-color: #6c1214 !important;
}
.bg-second {
  background-color: #ffffff !important;
}
.bg-tert {
  background-color: #E8E8E8 !important;
}
.bg-quart {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.bg-dark {
  background-color: black !important;
}
.bg-light {
  background-color: white !important;
}
.bg-overlay--dark .container, .bg-overlay--dark .container-fluid, .bg-overlay--light .container, .bg-overlay--light .container-fluid, .bg-overlay--prime .container, .bg-overlay--prime .container-fluid, .bg-overlay--quart .container, .bg-overlay--quart .container-fluid, .bg-overlay--second .container, .bg-overlay--second .container-fluid, .bg-overlay--tert .container, .bg-overlay--tert .container-fluid {
  position: relative;
  z-index: 40;
}
.bg-overlay--prime:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #6c1214;
  opacity: 0.5;
  z-index: 30;
}
.bg-overlay--second:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  opacity: 0.55;
  z-index: 30;
}
.bg-overlay--tert:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #E8E8E8;
  opacity: 0.55;
  z-index: 30;
}
.bg-overlay--quart:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.55;
  z-index: 30;
}
.bg-overlay--dark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: black;
  opacity: 0.75;
  z-index: 30;
}
.bg-overlay--light:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: white;
  opacity: 0.85;
  z-index: 30;
}
.accessible-hide {
  position: absolute;
  left: -9999px;
}
@media (min-width: 576px) {
  .accessible-hide-sm {
    position: absolute;
    left: -9999px;
  }
}
@media (min-width: 768px) {
  .accessible-hide-md {
    position: absolute;
    left: -9999px;
  }
}
@media (min-width: 992px) {
  .accessible-hide-lg {
    position: absolute;
    left: -9999px;
  }
}
@media (min-width: 1200px) {
  .accessible-hide-xl {
    position: absolute;
    left: -9999px;
  }
}
.accessible-visible {
  position: relative;
  left: 0;
}
@media (min-width: 576px) {
  .accessible-visible-sm {
    position: relative;
    left: 0;
  }
}
@media (min-width: 768px) {
  .accessible-visible-md {
    position: relative;
    left: 0;
  }
}
@media (min-width: 992px) {
  .accessible-visible-lg {
    position: relative;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .accessible-visible-xl {
    position: relative;
    left: 0;
  }
}
/* xx column scale */
.col-xx, .col-xx-1, .col-xx-10, .col-xx-11, .col-xx-12, .col-xx-2, .col-xx-3, .col-xx-4, .col-xx-5, .col-xx-6, .col-xx-7, .col-xx-8, .col-xx-9, .col-xx-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1500px) {
  .col-xx {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xx-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xx-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xx-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xx-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xx-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xx-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xx-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xx-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xx-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xx-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xx-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xx-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xx-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xx-first {
    order: -1;
  }
  .order-xx-last {
    order: 13;
  }
  .order-xx-0 {
    order: 0;
  }
  .order-xx-1 {
    order: 1;
  }
  .order-xx-2 {
    order: 2;
  }
  .order-xx-3 {
    order: 3;
  }
  .order-xx-4 {
    order: 4;
  }
  .order-xx-5 {
    order: 5;
  }
  .order-xx-6 {
    order: 6;
  }
  .order-xx-7 {
    order: 7;
  }
  .order-xx-8 {
    order: 8;
  }
  .order-xx-9 {
    order: 9;
  }
  .order-xx-10 {
    order: 10;
  }
  .order-xx-11 {
    order: 11;
  }
  .order-xx-12 {
    order: 12;
  }
  .offset-xx-0 {
    margin-left: 0;
  }
  .offset-xx-1 {
    margin-left: 8.333333%;
  }
  .offset-xx-2 {
    margin-left: 16.666667%;
  }
  .offset-xx-3 {
    margin-left: 25%;
  }
  .offset-xx-4 {
    margin-left: 33.333333%;
  }
  .offset-xx-5 {
    margin-left: 41.666667%;
  }
  .offset-xx-6 {
    margin-left: 50%;
  }
  .offset-xx-7 {
    margin-left: 58.333333%;
  }
  .offset-xx-8 {
    margin-left: 66.666667%;
  }
  .offset-xx-9 {
    margin-left: 75%;
  }
  .offset-xx-10 {
    margin-left: 83.333333%;
  }
  .offset-xx-11 {
    margin-left: 91.666667%;
  }
}
/* type scale */
.f1 {
  font-size: 36px;
}
.f2 {
  font-size: 32px;
}
.f3 {
  font-size: 24px;
}
.f4 {
  font-size: 21px;
}
.f5 {
  font-size: 18px;
}
.f6 {
  font-size: 16px;
}
.f7 {
  font-size: 14px;
}
.f8 {
  font-size: 14px;
}
@media (min-width: 768px) {
  .f1 {
    font-size: 42px;
  }
  .f2 {
    font-size: 36px;
  }
  .f3 {
    font-size: 32px;
  }
  .f4 {
    font-size: 24px;
  }
  .f5 {
    font-size: 21px;
  }
  .f6 {
    font-size: 18px;
  }
  .f7 {
    font-size: 16px;
  }
  .f8 {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .f1-sm {
    font-size: 42px;
  }
  .f2-sm {
    font-size: 36px;
  }
  .f3-sm {
    font-size: 32px;
  }
  .f4-sm {
    font-size: 24px;
  }
  .f5-sm {
    font-size: 21px;
  }
  .f6-sm {
    font-size: 18px;
  }
  .f7-sm {
    font-size: 16px;
  }
  .f8-sm {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .f1-md {
    font-size: 42px;
  }
  .f2-md {
    font-size: 36px;
  }
  .f3-md {
    font-size: 32px;
  }
  .f4-md {
    font-size: 24px;
  }
  .f5-md {
    font-size: 21px;
  }
  .f6-md {
    font-size: 18px;
  }
  .f7-md {
    font-size: 16px;
  }
  .f8-md {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .f1-lg {
    font-size: 42px;
  }
  .f2-lg {
    font-size: 36px;
  }
  .f3-lg {
    font-size: 32px;
  }
  .f4-lg {
    font-size: 24px;
  }
  .f5-lg {
    font-size: 21px;
  }
  .f6-lg {
    font-size: 18px;
  }
  .f7-lg {
    font-size: 16px;
  }
  .f8-lg {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .f1-xl {
    font-size: 42px;
  }
  .f2-xl {
    font-size: 36px;
  }
  .f3-xl {
    font-size: 32px;
  }
  .f4-xl {
    font-size: 24px;
  }
  .f5-xl {
    font-size: 21px;
  }
  .f6-xl {
    font-size: 18px;
  }
  .f7-xl {
    font-size: 16px;
  }
  .f8-xl {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .f1-xx {
    font-size: 42px;
  }
  .f2-xx {
    font-size: 36px;
  }
  .f3-xx {
    font-size: 32px;
  }
  .f4-xx {
    font-size: 24px;
  }
  .f5-xx {
    font-size: 21px;
  }
  .f6-xx {
    font-size: 18px;
  }
  .f7-xx {
    font-size: 16px;
  }
  .f8-xx {
    font-size: 14px;
  }
}
/*Display Title Scale*/
.d1 {
  font-size: 120px;
}
.d2 {
  font-size: 90px;
}
.d3 {
  font-size: 84px;
}
.d4 {
  font-size: 72px;
}
.d5 {
  font-size: 57px;
}
@media (min-width: 576px) {
  .d1-sm {
    font-size: 120px;
  }
  .d2-sm {
    font-size: 90px;
  }
  .d3-sm {
    font-size: 84px;
  }
  .d4-sm {
    font-size: 72px;
  }
  .d5-sm {
    font-size: 57px;
  }
}
@media (min-width: 768px) {
  .d1-md {
    font-size: 120px;
  }
  .d2-md {
    font-size: 90px;
  }
  .d3-md {
    font-size: 84px;
  }
  .d4-md {
    font-size: 72px;
  }
  .d5-md {
    font-size: 57px;
  }
}
@media (min-width: 992px) {
  .d1-lg {
    font-size: 120px;
  }
  .d2-lg {
    font-size: 90px;
  }
  .d3-lg {
    font-size: 84px;
  }
  .d4-lg {
    font-size: 72px;
  }
  .d5-lg {
    font-size: 57px;
  }
}
@media (min-width: 1200px) {
  .d1-xl {
    font-size: 120px;
  }
  .d2-xl {
    font-size: 90px;
  }
  .d3-xl {
    font-size: 84px;
  }
  .d4-xl {
    font-size: 72px;
  }
  .d5-xl {
    font-size: 57px;
  }
}
@media (min-width: 1500px) {
  .d1-xx {
    font-size: 120px;
  }
  .d2-xx {
    font-size: 90px;
  }
  .d3-xx {
    font-size: 84px;
  }
  .d4-xx {
    font-size: 72px;
  }
  .d5-xx {
    font-size: 57px;
  }
}

