/*** RGB 255 215 0 ***/
/*
@mixin button {
	color:$base-color;
	background-color:$yellow;
	padding:1rem 2rem;
	border-radius:4px;
	font-size:clamp(14px,2vw,18px);
	text-align:center;
	display:inline-flex;
}
*/
.button {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 10rem;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd700;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #222;
  transition: all 0.3s;
  z-index: -1;
}
.button:hover {
  color: #fff !important;
}
.button:hover:before {
  width: 100%;
}
.slide:hover, .slide:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}
/*** MENU ***/
.et-db #et-boc .et-l .header__menu.et_pb_menu_0_tb_header.et_pb_module, .header__menu.et_pb_menu_0_tb_header.et_pb_module {
  margin-left: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
  padding-bottom: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0 !important;
}
.header__menu .et-menu a {
  color: #fff;
}
.et_pb_menu--style-centered .et_pb_menu__wrap, .et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap {
  justify-content: flex-end;
}
@media (max-width: 1499px) {
  .mobile_menu_bar {
    display: none !important;
  }
  .header__col-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header__menu .et_pb_menu__menu > nav > ul > li > a {
  font-family: "Lato", sans-serif;
}
/* Align hamburger right */
.et_pb_menu--style-centered .et_pb_menu__wrap {
  justify-content: flex-end !important;
}
.header__section .et_mobile_menu {
  border: none !important;
  background: transparent !important;
  box-shadow: none;
  position: static !important;
  padding: 0 !important;
  display: block !important;
}
.et_mobile_menu li li {
  padding-left: 0 !important;
}
/*
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
	color:#333!important;
	font-size:68px!important;
	top:0px!important;
	transition:all .5s;
}


.header__section .et_mobile_menu {
	border:none!important;
	position:fixed!important;
	left:-100%!important;
	top:0!important;
	width:80%!important;
	max-width:400px;
	height:100%!important;
	padding:0!important;
	overflow-y:auto;
	display:block!important;
	transition:all .3s;
}
*/
/*
header .opened .et_mobile_menu {
	left:0!important;
}


.et_mobile_menu li li a,.et-db #et-boc .et-l .et_mobile_menu li li a {
	padding-left:40px;
}

.et_mobile_menu li a,.et_mobile_nav_menu li a {
    border-bottom:solid 1px rgba(255,255,255,.15)!important;
}
*/
@media (max-width: 1499px) {
  .header-desktop {
    display: none;
  }
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    color: #b39600 !important;
  }
  .et_mobile_nav_menu {
    margin-right: -10px;
  }
}
@media (min-width: 1500px) {
  .header-mobile {
    display: none;
  }
  .et_pb_menu_0_tb_header + 1px.mobile_nav .mobile_menu_bar:hover:before {
    opacity: 0.7;
  }
  .et_pb_menu__wrap .mobile_menu_bar {
    transform: translateY(3%);
  }
}
@media (max-width: 1499px) {
  .menu-opened .et_pb_menu__logo-wrap {
    display: none !important;
  }
  .et_pb_menu__menu {
    display: none !important;
  }
  .et_mobile_nav_menu {
    display: block !important;
  }
  .opened .mobile_menu_bar:before {
    content: "M" !important;
  }
  .et_mobile_menu .sub-menu {
    padding: 0 !important;
  }
  .et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
    background: none;
  }
  .et-db #et-boc .et-l .et_mobile_menu li a {
    border: none;
  }
  header .et_mobile_menu > li {
    margin-bottom: 0.5em;
  }
  header .et_mobile_menu > li > a {
    text-align: center;
    line-height: 1.2;
    font-size: 30px !important;
    font-weight: bold;
    padding: 16px 30px;
    color: #ffd700 !important;
    opacity: 0.85;
  }
  header .et_mobile_menu > li > a:hover {
    opacity: 1;
  }
  header .opened #mobile_menu1 {
    background-color: #1f1e1e !important;
  }
  body {
    height: 100vh;
  }
  * {
    box-sizing: border-box;
  }
  header .social-icons {
    position: fixed;
    z-index: 998;
    left: 50%;
    top: 72%;
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
    transition-delay: 0s;
  }
  .menu-opened header .social-icons {
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .header__mobile-contact {
    text-align: center;
    position: fixed !important;
    z-index: 998;
    left: 50%;
    top: calc(72% + 80px);
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    transition: 0.5s;
    color: #85B9E0;
    font-size: 24px;
    line-height: 1.6;
    transition: all 0.1s;
    transition-delay: 0s;
    opacity: 0;
  }
  .header__mobile-contact a {
    color: #85B9E0;
  }
  .menu-opened .header__mobile-contact {
    display: block;
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .menu-icon-toggle-wrapper {
    z-index: 1000;
  }
  .menu-icon-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0;
    z-index: 9;
  }
  .menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #1f1e1e;
    transform: translate(0, -50%);
    transition: opacity 0.3s 0.3s;
  }
  .home:not(.menu-opened) .menu-icon-toggle span {
    background-color: #1f1e1e;
  }
  .menu-icon-toggle::before, .menu-icon-toggle::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #1f1e1e;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  }
  .menu-icon-toggle::before {
    top: 6px;
  }
  .menu-icon-toggle::after {
    bottom: 6px;
  }
  .menu-opened .menu-icon-toggle span {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    background-color: #ffd700;
  }
  .menu-opened .menu-icon-toggle::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .menu-opened .menu-icon-toggle::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  #et-main-area {
    position: relative;
  }
  .menu-opened #et-main-area {
    z-index: 1;
  }
  .menu-opened {
    overflow: hidden;
  }
  .menu-opened .header__menu {
    left: 0 !important;
    visibility: visible;
  }
  .header__menu {
    left: -100% !important;
    position: fixed !important;
    z-index: 998;
    top: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: #1f1e1e;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  }
  .header__menu .et_mobile_nav_menu {
    position: fixed !important;
    top: 40%;
    left: -50%;
    width: 100%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    z-index: 999;
    transition: all 0.3s;
  }
  .menu-opened .header__menu .et_mobile_nav_menu {
    visibility: visible;
    z-index: 999;
    transition: all 0.1s;
    left: 50%;
    display: block;
  }
  .header__menu .et_mobile_nav_menu li {
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.1s ease-in-out;
  }
  .menu-opened .header__menu .et_mobile_nav_menu li {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0);
    backface-visibility: hidden;
    transition: all 1s;
  }
  #et-main-area, .header__logo, .header-cta-mobile, header .et_pb_button_module_wrapper {
    transition: all 0.3s;
  }
  .menu-opened #et-main-area, .menu-opened .header__logo, .menu-opened .header-cta-mobile, .menu-opened header .et_pb_button_module_wrapper {
    opacity: 0;
    transition: all 0.3s;
  }
}
@media (min-width: 1500px) {
  #menu-main-menu {
    margin-left: -350px;
  }
  .menu-icon-toggle-wrapper {
    display: none;
  }
  body .et_pb_menu .et_pb_menu__menu > nav > ul > li {
    display: block;
  }
  body .et_pb_menu__logo-slot {
    top: 0;
  }
  body .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
    padding: 1rem !important;
  }
  .header__section {
    height: 80px;
  }
  .header__menu .et-menu-nav > ul > li:not(.et_pb_menu__logo-slot) > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #353535 !important;
    border: solid 2px transparent;
    border-radius: 1rem;
    transition: all 0.3s ease;
  }
  .header__menu .et-menu-nav > ul > li:not(.et_pb_menu__logo-slot) > a:hover {
    border-color: #ddd;
    opacity: 1;
  }
  .et_pb_menu__logo-slot {
    top: 40px;
    margin-inline: 2rem !important;
    position: relative;
  }
  .et_pb_menu__logo-slot:after {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translatex(-50%);
    background: #ffffff;
    border-radius: 50%;
    width: 150%;
    height: 150%;
    z-index: 1;
  }
  .et_pb_menu__logo-wrap {
    position: relative;
    z-index: 2;
  }
  .et-db #et-boc .et-l .et-menu li li a {
    color: #fff !important;
  }
  #menu-main-menu > .current-menu-item > a {
    border-color: #ffd700;
  }
  #menu-main-menu > .current-menu-item > a:hover {
    cursor: default;
  }
}
@media (min-width: 1400px) {
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #353535 !important;
  }
}
/*** TYPOGRAPHY ***/
article h1 {
  font-size: clamp(36px, 4vw, 48px);
}
article h2 {
  font-size: clamp(1.5rem, 1.1932rem + 1.3636vw, 2.25rem);
}
article .hero h2 {
  font-size: clamp(1.125rem, .9716rem + .6818vw, 1.5rem);
  line-height: 1.3;
}
article h3 {
  font-size: clamp(18px, 2vw, 24px);
}
body {
  padding-top: 85px;
}
body.logged-in header {
  padding-top: 3rem;
}
table th, table td {
  padding: 10px;
}
a {
  transition: all 0.3s;
}
a:hover {
  color: #b39600;
}
.schema {
  height: 0;
}
.excerpt-more {
  display: block;
}
.yellow-shadow {
  z-index: 10;
  box-shadow: 0px 12px 30px -6px rgba(225, 195, 35, 0.5);
}
.image, .image img {
  display: block;
}
.et_pb_text p:not(:last-child):last-of-type {
  padding-bottom: 1rem !important;
}
.large-text p, .large-text li {
  line-height: 1.5 !important;
  font-size: clamp(18px, 4vw, 21px) !important;
}
.rounded-image {
  border-radius: 1.5rem;
  overflow: hidden;
}
/*** BUTTONS ***/
/*
.button {
	background-color:$button-color;
	padding: $button-padding;
}

.button-hover {
	background-color:$button-hover;
}
*/
body .et_pb_button, body.et_button_no_icon .et_pb_button {
  display: inline-block;
  padding: 0.75rem 2rem !important;
  border-radius: 999px !important;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffd700;
  color: #222;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: solid 1px #ffd700 !important;
}
body .et_pb_button:after, body .et_pb_button:before, body.et_button_no_icon .et_pb_button:after, body.et_button_no_icon .et_pb_button:before {
  display: block !important;
  font-family: inherit !important;
  font-size: inherit !important;
  content: "" !important;
  line-height: inherit !important;
  opacity: 1 !important;
  margin-left: 0 !important;
}
body .et_pb_button:after, body.et_button_no_icon .et_pb_button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd700;
  z-index: -2;
}
body .et_pb_button:before, body.et_button_no_icon .et_pb_button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #222 !important;
  transition: all 0.3s;
  z-index: -1;
}
body .et_pb_button:hover, body.et_button_no_icon .et_pb_button:hover {
  color: #fff !important;
  padding: 0.75rem 2rem !important;
}
body .et_pb_button:hover:before, body.et_button_no_icon .et_pb_button:hover:before {
  width: 100% !important;
}
body .et_pb_bg_layout_light.et_pb_button:hover, body .et_pb_bg_layout_light .et_pb_button:hover, body .et_pb_button:hover {
  background-color: #ffdf33;
}
.yellow-border-bottom {
  border-bottom: 2px solid #d6b500;
}
.content-bottom-border {
  border-bottom: solid 1px #333;
}
/*** FORMS ***/
input[type="submit"] {
  background-color: #ffd700;
  border: none;
  padding: 0.75em 1.5em;
  color: #1f1e1e;
}
input[type="submit"]:hover {
  background-color: #b39600;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
  background-color: #666 !important;
  border: solid 1px #888 !important;
  padding: 5px 8px;
  border-radius: 1rem;
  color: #fff !important;
  font-size: 1.25rem;
}
.forminator-label {
  display: block;
  color: #888;
  padding-bottom: 0.25rem;
}
.forminator-input, .forminator-textarea {
  border: solid 1px #888;
  padding: 0.5em !important;
  width: 100%;
}
.forminator-row-last {
  text-align: center;
}
.forminator-button-submit {
  display: inline-block;
  padding: 0.75rem 2rem !important;
  border-radius: 999px !important;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffd700;
  color: #222;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: solid 1px #ffd700;
  /*
	background:$button-color;
	color:$base-color;
	font-size:18px;
	font-weight:600;
	padding:  $button-padding!important;
	border:none;
	cursor:pointer;
	border-radius:4px;
	*/
}
.forminator-button-submit:after, .forminator-button-submit:before {
  display: block !important;
  font-family: inherit !important;
  font-size: inherit !important;
  content: "" !important;
  line-height: inherit !important;
  opacity: 1 !important;
  margin-left: 0 !important;
}
.forminator-button-submit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd700;
  z-index: -2;
}
.forminator-button-submit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #222 !important;
  transition: all 0.3s;
  z-index: -1;
}
.forminator-button-submit:hover {
  color: #fff !important;
  padding: 0.75rem 2rem !important;
}
.forminator-button-submit:hover:before {
  width: 100% !important;
}
.forminator-error-message {
  color: #aaa;
  padding-top: 0.5rem;
  display: block;
}
body .et_pb_gallery .et_pb_gallery_pagination ul li a.active {
  color: #998100;
}
body .et_overlay:before {
  color: #222;
}
.list__item:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.list__item:not(:last-child):after {
  content: "";
  display: block;
  clear: both;
  height: 8px;
  background: #eee;
  margin: 4em auto 0 auto;
  width: 80px;
}
.list, .list li {
  list-style: none;
  padding-left: 0 !important;
}
.list__title {
  font-size: 24px;
}
@media (max-width: 979px) {
  .list {
    padding-left: 20px !important;
    padding-right: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.link {
  color: var(--link);
  cursor: pointer;
}
.link:hover {
  color: #b39600;
}
article li:not(:last-child) {
  padding-bottom: 1rem;
}
.header__row {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__col-menu {
    justify-content: flex-end;
  }
}
@media (min-width: 1500px) {
  .header-phone {
    position: absolute !important;
    right: 0;
    top: 0px;
  }
}
.header-phone a {
  font-weight: bold;
  display: inline-block;
  padding: 0.75rem 2rem !important;
  border-radius: 999px !important;
  text-transform: uppercase;
  text-align: center;
  background-color: #1f1e1e;
  color: #ffd700;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header-phone a:after, .header-phone a:before {
  display: block !important;
  font-family: inherit !important;
  font-size: inherit !important;
  content: "" !important;
  line-height: inherit !important;
  opacity: 1 !important;
  margin-left: 0 !important;
}
.header-phone a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1e1e;
  z-index: -2;
}
.header-phone a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffd700 !important;
  transition: all 0.3s;
  z-index: -1;
}
.header-phone a:hover {
  color: #222 !important;
  padding: 0.75rem 2rem !important;
}
.header-phone a:hover:before {
  width: 100% !important;
}
@media (max-width: 599px) {
  .header-phone--inline {
    display: none;
  }
}
.header-phone--block a {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 0.75rem 0;
}
@media (min-width: 600px) {
  .header-phone--block-wrapper {
    display: none;
  }
}
.et-db #et-boc header.et-l .et_pb_column {
  margin-bottom: 0 !important;
}
.header__row {
  transition: padding 1s;
}
header {
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  transition: padding 1s;
}
header.fixed-header .header__row {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
header.fixed-header .header__logo img {
  max-height: 30px !important;
}
.header__logo img {
  height: 100px;
  width: auto !important;
  max-height: 100px !important;
  transition: max-height 1s;
}
/*** SIDE MENU ***/
.side-menu .sub-menu {
  padding: 0;
}
.side-menu {
  padding: 0 !important;
  background-color: #fff;
}
.side-menu .current-list-item > a, .side-menu .current-list-item > a:hover {
  background: #ffd700;
  border-left-color: #ffd700;
  border-right-color: #ffd700;
  color: #fff !important;
  cursor: default;
}
.side-menu .current-list-item:last-child > a, .side-menu .current-list-item:last-child > a:hover {
  border-bottom: var(--link-current);
}
.side-menu__wrapper {
  position: relative;
}
.side-menu__item, .side-menu li {
  line-height: 1.4;
  list-style: none;
  padding-left: 0;
}
.side-menu__item:not(:last-child), .side-menu li:not(:last-child) {
  /*border-bottom:solid 1px #ddd;*/
}
.side-menu a {
  padding: 16px;
  display: block;
  color: #353535;
  font-weight: bold;
  border: solid 2px #1f1e1e;
  border-top: none;
}
.side-menu__item a:hover {
  /*color:#fff!important;*/
}
.side-menu li a:hover {
  /*color:#fff!important;*/
  background-color: #b39600;
}
/*.side-menu .current-list-item a, .side-menu .current-list-item a:hover {
	background-color:var(--link-current);
	color:#fff;
	cursor:default;
}
*/
@media (max-width: 980px) {
  .side-menu__select-toggle {
    position: relative;
    border: solid 2px #1f1e1e;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.5s;
    color: #333;
  }
  .side-menu__select-toggle:hover {
    background: #1f1e1e;
    color: #fff;
  }
  .side-menu__select-toggle:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 0;
    width: 0;
    display: inline-block;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #1f1e1e transparent transparent transparent;
  }
  .side-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  .side-menu__wrapper.select-open .side-menu {
    max-height: 800px;
  }
  .side-menu li:last-child a {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
  }
}
@media (min-width: 981px) {
  .side-menu__select-toggle {
    display: none;
  }
}
.display-posts-pagination {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}
.hero {
  background: #2b2b26;
  background: radial-gradient(circle, #404038 0%, #1f1d1b 51%, #141313 110%);
  box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.2);
}
.hero .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 2rem;
}
.hero__row p, .hero__row li {
  color: #a59e92 !important;
}
@media (min-width: 981px) {
  .home-hero .et_pb_column:last-child {
    width: 52% !important;
  }
  .home-hero .et_pb_column.hero__col-1 {
    margin-right: 0 !important;
  }
}
.et_pb_column.hero__col-1 {
  margin-bottom: 0;
}
.badge {
  border: solid 1px #ffd700;
  border-radius: 9999px;
  background-color: rgba(255, 215, 0, 0.1);
  width: fit-content !important;
  padding: 0.25rem 0.75rem;
  margin: 0 auto;
  font-size: clamp(14px, 2vw, 16px);
  color: #ffd700;
  text-transform: uppercase;
}
.badge > div > div {
  display: flex;
  align-items: center;
}
.animated-dot {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  position: relative;
}
.dot {
  --tw-bg-opacity: 1;
  background-color: gold;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  display: inline-flex;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  background-color: #ffde2a;
  border-radius: 9999px;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-flex;
  opacity: 0.75;
}
.yellow-text {
  color: #ffd700 !important;
}
.flex-justify-center {
  display: flex;
  justify-content: center;
}
@media (min-width: 981px) {
  .flex-align-center {
    display: flex;
    align-items: center;
  }
}
.flex-two-col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex-two-col {
    align-items: center;
    flex-direction: row;
  }
}
body .et_pb_blurb_content p:last-of-type {
  padding-bottom: 1em;
}
body .et_pb_blurb_content .et_pb_blurb_description p:last-child, body .et_pb_blurb_content .et_pb_blurb_description ul:last-child li {
  padding-bottom: 0;
}
.dark-mode {
  background: #131313 !important;
}
.dark-mode h2, .dark-mode h3 {
  color: #fff;
}
.dark-mode p, .dark-mode li {
  color: #a59e92;
}
.dark-mode .caption {
  color: #a59e92;
  background: #222;
  border: solid 1px #443f35;
  margin-top: 1rem;
  padding: 1rem;
}
article .dark-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 3rem;
}
article .dark-card h3 {
  font-size: clamp(1.975rem, 5vw, 2.25rem);
}
article .dark-card.highlight {
  background-image: linear-gradient(to right bottom, rgba(212, 175, 55, 0.05), rgba(0, 0, 0, 0));
  border-color: rgba(212, 175, 55, 0.2);
}
article .dark-card .et-pb-icon {
  font-size: 21px;
  background: transparent !important;
  color: #ffd700;
}
article .dark-card .et_pb_image_wrap {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(212, 175, 55, 0.25);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
article .dark-card h4 {
  font-family: inter;
  font-weight: medium;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
article .dark-card-alt {
  background: #1f1e1e;
  border-radius: 0.5rem;
  padding: 2rem;
}
@media (min-width: 769px) {
  article .dark-card-alt {
    padding: 3rem;
  }
}
article .dark-card-alt h2 {
  color: #fff;
}
article .dark-card-alt p, article .dark-card-alt li {
  color: #a59e92;
}
article .dark-card-alt .et_pb_image_wrap {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(212, 175, 55, 0.25);
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
article .dark-card-alt .et-pb-icon {
  font-size: 21px;
  background: transparent !important;
  color: #ffd700;
}
article .dark-card-alt h4 {
  font-family: inter;
  font-weight: medium;
  color: #ffd700;
  text-transform: uppercase;
  font-size: 14px;
}
article .white-cards .et_pb_blurb {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
}
article .white-cards h4 {
  font-family: "Inter", sans-serif;
  font-size: 21px;
}
article .white-cards .et-pb-icon {
  color: #ffd700 !important;
}
@media (max-width: 767px) {
  article .white-cards .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
  }
  article .white-cards .et_pb_blurb_container {
    padding-left: 0;
  }
  article .white-cards .et_pb_main_blurb_image {
    display: none;
  }
}
@media (max-width: 767px) {
  article .dark-card .et_pb_blurb_content, article .dark-card-alt .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
  }
  article .dark-card .et_pb_blurb_container, article .dark-card-alt .et_pb_blurb_container {
    padding-left: 0;
  }
}
.license-cta .et_pb_column {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1200px) {
  .license-cta .et_pb_column {
    flex-direction: column;
  }
}
footer p, footer li {
  color: #a59e92;
}
footer h2 {
  font-size: clamp(18px, 2vw, 24px);
}
@media (min-width: 981px) {
  footer .et_pb_column {
    padding-top: 0 !important;
  }
}
.footer-top {
  background: #1F1D1D;
  background: linear-gradient(0deg, #1f1d1d 0%, black 100%);
}
.footer__copyright {
  color: #aaa;
  font-size: 12px;
}
.footer__copyright .et_pb_code_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .footer__copyright .et_pb_code_inner {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-post p {
  padding-bottom: 0;
}
footer .footer-post a {
  opacity: 0.75;
  transition: all 0.5s;
}
footer .footer-post a:hover {
  opacity: 1;
}
footer .et_pb_blurb .et-pb-icon {
  font-size: 16px;
  color: #ffd700;
  background: transparent !important;
}
footer .et_pb_main_blurb_image {
  position: absolute;
  left: 0;
  top: 3px;
}
footer .et_pb_blurb_content {
  padding-left: 1.5rem;
}
footer .et_pb_blurb_content ul, footer .et_pb_blurb_content li {
  list-style: none;
}
footer .et_pb_blurb_content ul {
  padding: 0;
}
footer .et_pb_module_header {
  color: #ffd700;
}
.footer__contact {
  background: linear-gradient(180deg, #48453b 0%, #211e1e 100%);
  padding: 1.5rem;
  border: solid 1px transparent;
  border-radius: 8px;
  color: #888;
  max-width: 400px;
  margin: auto;
  transition: all 0.3s;
}
.footer__contact span {
  font-size: 21px;
}
.footer__contact h4, .footer__contact a {
  color: #c3b193;
  text-align: center;
  transition: all 0.3s;
}
.footer__contact .et-pb-icon {
  color: #c3b193;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media (max-width: 980px) {
  .footer__contact {
    text-align: center;
  }
}
@media (min-width: 981px) {
  .footer__contact {
    width: fit-content;
    padding: 2rem;
  }
  .footer__contact:hover {
    border-color: #333;
  }
  .footer__contact:hover .et-pb-icon, .footer__contact:hover h4, .footer__contact:hover a {
    color: #ffd700;
  }
}
.logos .et_pb_column {
  /*display:grid;
		grid-template-columns:repeat(auto-fit,minmax(130px,1fr));
		gap:1rem;
		align-items:center;
		*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.logos .et_pb_image {
  padding: 1rem;
  margin: 0.5rem !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.logos img {
  display: block;
  height: 100%;
  max-height: 90px;
  width: auto;
}
.mission {
  background-image: url(/wp-content/uploads/guard-event-bw.webp);
  background-repeat: no-repeat;
  background-position: right top !important;
  background-size: auto 100% !important;
  border-bottom: solid 2px #d6b500;
}
@media (min-width: 691px) {
  .mission {
    background-size: 100% auto !important;
    background-position: center top !important;
  }
}
.mission:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #1f1e1e;
  z-index: 1;
  opacity: 0.85;
}
.mission h2 {
  color: #fff;
  font-family: "inter", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: clamp(14px, 2vw, 18px);
}
.mission__quote {
  color: #fff;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(1.875rem, 4vw, 3rem) !important;
}
.mission__quote p {
  text-align: center;
  line-height: 1.3;
}
.mission__text {
  color: #999;
  max-width: 36vw;
  margin: auto;
  font-size: clamp(16px, 2vw, 21px);
}
.mission__text p {
  line-height: 1.5;
}
.service-intro.et_pb_row {
  max-width: 800px;
}
.service-intro.et_pb_row p, .service-intro.et_pb_row li {
  line-height: 1.5 !important;
  font-size: clamp(18px, 4vw, 21px) !important;
}
.why-choose .et-pb-icon {
  background: transparent !important;
}
.why-choose .et_pb_blurb:not(:last-child) {
  margin-bottom: 2rem !important;
}
.why-choose__text {
  padding: 3rem;
}
.why-choose__image img {
  max-height: 500px;
  width: auto;
}
.why-choose__image--security {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.areas {
  display: flex;
  justify-content: center;
}
.areas .et_pb_column {
  width: fit-content !important;
}
@media (min-width: 600px) {
  .areas .et_pb_column {
    min-width: 200px;
  }
}
.service {
  background: #fff;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
  max-width: 400px;
}
@media (max-width: 980px) {
  .service {
    margin-left: auto;
    margin-right: auto;
  }
}
.service .et_pb_blurb_content {
  background: #222;
}
.service .et_pb_module_header {
  font-size: clamp(24px, 1.4vw, 28px);
  text-align: center;
  padding: 2rem 1.5rem;
  background: #ffd700;
}
.service .et_pb_main_blurb_image {
  margin-top: 30px;
}
.service .et_pb_blurb_description {
  padding: 2rem 2rem;
  background: #fff;
}
.service .et_pb_blurb_description a {
  display: inline-block;
  padding: 0.75rem 2rem !important;
  border-radius: 999px !important;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffd700;
  color: #222;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service .et_pb_blurb_description a:after, .service .et_pb_blurb_description a:before {
  display: block !important;
  font-family: inherit !important;
  font-size: inherit !important;
  content: "" !important;
  line-height: inherit !important;
  opacity: 1 !important;
  margin-left: 0 !important;
}
.service .et_pb_blurb_description a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd700;
  z-index: -2;
}
.service .et_pb_blurb_description a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #222 !important;
  transition: all 0.3s;
  z-index: -1;
}
.service .et_pb_blurb_description a:hover {
  color: #fff !important;
  padding: 0.75rem 2rem !important;
}
.service .et_pb_blurb_description a:hover:before {
  width: 100% !important;
}
.service .et_pb_image_wrap {
  border: solid 1px rgba(212, 175, 55, 0.15) !important;
  border-radius: 50%;
}
.service .et-pb-icon {
  background: #363232;
  background: linear-gradient(180deg, #48453b 0%, #211e1e 100%);
  color: #ffd700 !important;
  border-radius: 50%;
  padding: 2rem;
  font-size: 48px;
}
body .CTA {
  padding: 0 2rem;
}
body .CTA .et_pb_button {
  font-size: 21px;
  border: solid 1px transparent !important;
}
body .CTA .et_pb_button:hover {
  font-size: 21px;
  border: solid 1px rgba(255, 215, 0, 0.2) !important;
}
.cta-row {
  border-radius: 8px;
  padding: 2rem !important;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cta-row {
    width: fit-content !important;
    padding: 3rem !important;
  }
}
.cta-heading {
  margin-bottom: 1rem !important;
}
.cta-text {
  margin: 0 auto !important;
  padding-bottom: 1rem;
  line-height: 1.4 !important;
  max-width: 475px;
}
@media (min-width: 768px) {
  .cta-text {
    width: clamp(300px, 50vw, 700px);
  }
}
.experience-badge {
  background-color: gold;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.1) 0px 8px 10px -6px;
  position: absolute !important;
  bottom: -2rem;
  z-index: 1;
  right: -2rem;
  padding: 2rem;
}
.experience-badge__inner {
  display: flex;
  flex-direction: column;
}
.experience-badge__year {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  padding-bottom: 0.5rem;
}
.experience-badge__text {
  display: block;
}
@media (min-width: 981px) {
  .contact-image {
    height: 100%;
  }
}
.form {
  padding: 2rem;
  border-radius: 1rem;
  border: solid 1px rgba(212, 175, 55, 0.2);
  background-image: linear-gradient(to right bottom, rgba(212, 175, 55, 0.05), rgba(0, 0, 0, 0));
}
@media (min-width: 481px) and (max-width: 980px) {
  .form {
    margin-inline: auto;
  }
}
.contact-form {
  max-width: 400px;
}
.jobs-form #html-1 {
  background-color: #333;
  padding: 1.5rem;
  text-align: center;
  margin-right: 1rem;
}
.veterans-logo {
  max-width: 200px !important;
}
.forminator-field-upload {
  background-color: #333;
  padding: 1.5rem !important;
  margin-right: 1rem;
}
/* Removes the opacity fade to make the slide feel faster */
.et_pb_toggle_content {
  opacity: 1 !important;
  display: none;
  /* Let the JS handle the showing/hiding */
}
.et_pb_toggle_close {
  background: #1f1e1e !important;
}
.et_pb_toggle_close .et_pb_toggle_title {
  color: #ddd !important;
}
.et_pb_toggle_open {
  background: #ffd700 !important;
}
.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open .et_pb_toggle_content {
  color: #1f1e1e !important;
}
.et_pb_toggle_open .et_pb_toggle_title::before {
  color: #1f1e1e;
}
.faq {
  transition: all 0.3s ease;
}
.faq:hover {
  cursor: pointer;
  background: #ffd700 !important;
}
.faq:hover .et_pb_toggle_title, .faq:hover .et_pb_toggle_content {
  color: #1f1e1e !important;
}
.faq:hover .et_pb_toggle_title::before {
  color: #1f1e1e;
}
.service-header {
  background: #1f1e1e;
  padding: 2rem;
  border-radius: 1rem;
}
.service-header .et-pb-icon {
  color: #ffd700 !important;
}
.service-header h3 {
  color: #ffd700;
  font-size: clamp(1.5rem, 1.1932rem + 1.3636vw, 2.25rem);
}
.service-header p {
  color: #a59e92;
}
.service-qualities .et_pb_column {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
}
.service-qualities .et-pb-icon {
  font-size: 60px;
}
.service-areas-column {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  .service-areas-column {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.service-areas-column > .et_pb_text {
  flex: 0 0 100%;
  margin-bottom: 40px;
}
.service-areas-column > .et_pb_text h2 {
  text-align: center;
  margin: 0;
  color: #c3b193;
}
@media (max-width: 767px) {
  .service-areas-column > .et_pb_text h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .service-areas-column > .et_pb_text {
    margin-bottom: 0;
  }
}
.service-areas-column > .et_pb_blurb.areas__list {
  flex: 1 1 0;
  min-width: 200px;
}
@media (max-width: 767px) {
  .service-areas-column > .et_pb_blurb.areas__list {
    flex: 0 0 auto;
    width: 100%;
    max-width: 320px;
  }
}
.service-areas-column > .et_pb_blurb.areas__list .et_pb_blurb_content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 767px) {
  .service-areas-column > .et_pb_blurb.areas__list .et_pb_blurb_content {
    flex-direction: column;
    align-items: center;
  }
}
.service-areas-column > .et_pb_blurb.areas__list .et_pb_main_blurb_image {
  flex-shrink: 0;
  padding-top: 6px;
}
.service-areas-column > .et_pb_blurb.areas__list .et_pb_image_wrap .et-pb-icon {
  display: block;
}
.service-areas-column > .et_pb_blurb.areas__list .et_pb_module_header {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .service-areas-column > .et_pb_blurb.areas__list .et_pb_module_header {
    margin-top: 6px;
  }
}
.service-areas-column > .et_pb_blurb.areas__list .et_pb_blurb_description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-areas-column > .et_pb_blurb.areas__list .et_pb_blurb_description li {
  line-height: 1.9;
}
.team {
  position: relative;
}
.team:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background: url(/wp-content/uploads/ithaca-commons.webp) no-repeat center center;
  background-size: auto 100%;
}
