@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #363636;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

#site-header .e-con-inner {
  max-width: 1400px !important;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
}
#site-header {
  background-color: #2b464a;
  max-width: 100%;
  padding: 0 15px;
}

#header_menu {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  position: relative;
}
header .menu-item a {
  cursor: pointer;
}
header .menu-item > a:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #ffd382 !important;
  bottom: 20px;
  left: 0;
  opacity: 0;
}

header #header_menu .menu-item.mega-menu-open > a {
  color: #ffd382;
}

header #header_menu .menu-item.mega-menu-open > a:after,
header .menu-item.current-menu-parent > a:after,
header .menu-item > a.active:after,
header .menu-item > a:hover:after {
  opacity: 1;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.header_search_form {
  position: absolute;
  top: 100%;
  right: 0px;
  background-color: #2b464a;
  padding-top: 13px;
  padding-right: 10px;
  padding-bottom: 13px;
  padding-left: 10px;
  display: none;
  width: 246px;
  z-index: 9;
}
.header_search_form input {
  font-size: 16px;
  padding: 10px 20px;
  font-family: "Arial";
  border: 0;
  border-radius: 12px;
  color: #363636;
  width: 100%;
}
.header_search_form input:focus {
  box-shadow: 1px 1px 8.4px 2px #ac883e;
}

.header_search.active .header_search_form {
  display: block;
}
.position-relative {
  position: relative !important;
}
#header_search_btn {
  font-size: 0;
  color: #e8edd9;
  fill: #e8edd9;
  padding: 15px 0 15px 15px;
  border-left: 1px solid #e8edd9;
  margin-left: 20px;
  border-width: 0 0 0 1px;
  border-radius: 0;
  background-color: #00000000;
}
.header_search_form button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  border: none;
  font-size: 16px;
  color: #696969;
  padding: 7px 8px 1px;
  border-radius: 0 12px 12px 0;
}
#header_search_btn span {
  font-size: 35px;
}
.header_search_form button:hover,
.header_search_form button:active,
.header_search_form button:focus {
  background-color: #00000000;
  border: 0;
  color: #696969;
}
#header_search_btn:active,
#header_search_btn:focus {
  border-width: 0 0 0 1px;
  background-color: #00000000;
}
.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}

.mega-tabs .tab-link span {
  width: 27px;
  height: 27px;
  color: #e7edd7;
  background: #192a1f;
  border-radius: 100%;
  padding: 1px 2px;
}
.mega-tabs .tab-link:hover span,
.mega-tabs .tab-link.active span {
  background-color: #e7edd7;
  color: #192a1f;
}

.megamenu_style2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #bbbbbb;
}

.megamenu_style2 .mega_image {
  width: 102px;
}
.megamenu_style2 .mega_content {
  flex: 1;
  padding-left: 23px;
}
.megamenu_style2 .mega_content h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
.megamenu_style2_btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.btn_pill_outline {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  color: #1d2a20;
  font-weight: 600;
  background-color: #f7f7f7;
  border: 1px solid #2e4449;
  font-family: "Open Sans";
  border-radius: 40px;
  text-align: center;
}
.btn_pill_outline:hover {
  background-color: #2e4449;
  color: #ffffff;
}
.flex-1 {
  flex: 1;
}
.megamenu_style2 .d-flex {
  padding-top: 20px;
}

/* Home Video */
#video-play-icon {
  display: none;
}
#video-playback-btn {
  position: absolute;
  right: 38px;
  bottom: -100px;
  display: flex;
  column-gap: 8px;
  padding: 12px 22px;
  background-color: #ffffff;
  border-radius: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.36px;
  color: #000;
  border: 0;
}
#video-playback-btn:hover {
  color: #000;
}
#mobile_menu_toggle {
  display: none;
}
footer .menu-item > a:after {
  display: none;
}
footer .elementor-nav-menu--main .elementor-nav-menu a,
footer .menu-item > a {
  border: 0 !important;
}

.mobile_logo {
  display: none;
}

/* Mobile Menu */

#mobileAccordion {
  background: #ffffff;
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
}
#mobileAccordion.active {
  display: block;
}
ul.mobile_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

ul.mobile_menu .list:after {
  content: "\e313";
  font-family: "Material Symbols Outlined";
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0px 5px;
  color: #1d2a20;
  font-size: 32px;

  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
ul.mobile_menu .list {
  position: relative;
  clear: both;
}
ul.mobile_menu .list a {
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: #fff;
  color: #1d2a20;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat";
  border-width: 0 0 1px;
  border-bottom: 1px solid #acacac;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.mobile_menu .list:last-child:after {
  display: none;
}

ul.mobile_menu .list .items {
  height: 0px;
  overflow: hidden;
}

ul.mobile_menu .list .items a:hover {
  transition: 300ms all;
}
ul.mobile_menu .list:last-child {
  border-bottom: none;
}
ul.mobile_menu .list.active:after {
  transform: rotate(-180deg);
}

ul.mobile_menu .active > .items {
  display: block;
  background: #23313f;
  padding: 0px;
  height: auto;
  color: #fff;
  /* transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms; */
  clear: both;
  float: left;
  width: 100%;
}
ul.mobile_menu .list .items .list > a {
  background: #e8edd9;
}
.page-header {
  display: none;
}

/* Abou DFM page Circle autoplay Section */

#autoplay-section {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
  max-width: 556px;
  padding-bottom: 100px;
}
.circle-container {
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  width: 557px;
  height: 421px;
  display: grid;
  align-items: initial;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
#circle0 {
  align-items: center;
  justify-content: center;
}
#circle1 {
  justify-content: center;
  align-items: center;
  justify-self: end;
  align-self: start;
}
#cicle2 {
  justify-self: start;
  align-self: end;
}
#circle3 {
  justify-self: end;
  align-self: end;
}
.circle-container > .dfm-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 101px;
  position: relative;
  border: 2px dashed #2e4449;
  border-radius: 100%;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  background-image: none;
}
.about_dfm_circle_text {
  align-self: center;
  font-size: 14px;
  color: #1d2a20;
  font-family: "Arial";
  font-weight: 400;
  line-height: 19px;
}
.circle-container .dfm-circle.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #2e4449;
  opacity: 0.5;
  border-radius: 100%;
}
.circle-container .dfm-circle.active {
  width: 210px;
  height: 210px;
}
.circle-container .dfm-circle.active .about_dfm_circle_text {
  background: #2e4449;
  color: #e8edd9;
  font-size: 18px;
  font-weight: 700;
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  max-width: 77%;
  z-index: 9;
}

/* Info */
#info0 {
  top: -140px;
  left: -400px;
}
#info1 {
  top: -140px;
  right: -400px;
}
#info2 {
  bottom: -70px;
  left: -400px;
}
#info3 {
  right: -400px;
  bottom: -70px;
}
.info-box {
  width: 100%;
  max-width: 351px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: absolute;
  background-color: rgb(46, 68, 73);
  border-radius: 18px;
  display: none;
  z-index: 9;
}
.info-box h3 {
  font-weight: 700;
  color: #e8edd9;
  font-size: 20px;
  font-family: "Open Sans";
  margin-bottom: 7px;
}
.info-box p {
  color: #e8edd9;
  font-size: 14px;
  font-family: "Arial";
  margin-bottom: 20px;
}

.info-box .circle_btn {
  color: #e8edd9;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e8edd9;
  padding: 7px 14px;
  border-radius: 50px;
}
.info-box .circle_btn:hover {
  background-color: #e8edd9;
  color: #2e4449;
}
#circle-indicator-container {
  position: absolute;
  bottom: 62px;
  display: flex;
  column-gap: 7px;
  left: 50%;
  transform: translateX(-50%);
}
.about_dots {
  margin-right: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #878787;
  border: 0;
}
#circle-indicator-container button.active {
  width: 35px;
  border-radius: 8px;
  background-color: #2e4449;
}
#circle-playback-btn {
  position: absolute;
  right: 38px;
  bottom: 38px;
  display: flex;
  border-radius: 32px;
  width: 138px;
  justify-content: center;
  column-gap: 8px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  background-color: #4d4d4d;
  border: 0;
  color: #fff;
  z-index: 1;
}
#circle-play-icon {
  display: none;
}
#aboutDFM_mid_img {
  margin: 0 auto;
  display: block;
  padding-top: 15px;
}
.info-box.active {
  display: block;
}
#about_main_wrap {
  padding: 125px 0 160px;
}
.about_dfm_circle_one.active {
  background: url(https://dfm.idaho.gov/wp-content/uploads/2025/04/about_circle_img1.png)
    no-repeat center top;
  background-size: cover;
  border-style: solid;
  margin-top: -30px;
}
.about_dfm_circle_two.active {
  background: url(https://dfm.idaho.gov/wp-content/uploads/2025/04/about_circle_img2.png)
    no-repeat center top;
  background-size: cover;
  border-style: solid;
  margin-top: -30px;
}
.about_dfm_circle_threee.active {
  background: url(https://dfm.idaho.gov/wp-content/uploads/2025/04/about_circle_img3.png)
    no-repeat center top;
  background-size: cover;
  margin-top: -80px;
  border-style: solid;
}
.about_dfm_circle_four.active {
  background: url(https://dfm.idaho.gov/wp-content/uploads/2025/04/about_circle_img4.png)
    no-repeat center top;
  background-size: cover;
  margin-top: -80px;
  border-style: solid;
}

#tab-content-wrapper {
  padding-bottom: 30px;
}
#tab-content-wrapper .tab-panel {
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 41px;
  align-items: flex-start;
  display: none;
  width: 100%;
}
.leadership_left_panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 15px;
}
.leadership_left_panel img {
  border-radius: 22px;
}
.leader_mail:hover {
  color: #e8edd9;
  text-decoration: underline;
}
.leader_mail {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #e8edd9;
  font-family: "Arial";
  font-size: 15px;
  font-weight: 400;
}

.leadership_right_panel {
  width: calc(75% - 41px);
}
.leader_post {
  margin-bottom: 10px;
  font-family: "Arial";
  color: #ffe5b5;
  font-size: 18px;
}
.leader_heading {
  margin-bottom: 15px;
  color: #e8edd9;
  font-size: 28px;
  font-family: "Open Sans";
  font-weight: 700;
}
.leader_content_overflow p {
  font-size: 18px;
  color: #e8edd9;
  font-family: "Arial";
  overflow: auto;
}
#tab-buttons-grp {
  border-top: 1px solid #bfaa7e;
  display: flex;
  padding-top: 30px;
  width: 100%;
  justify-content: space-between;
}
#tab-buttons-grp .tab-button {
  border: 1px solid rgba(255, 235, 59, 0);
  border-radius: 22px;
  display: flex;
  padding-bottom: 18px;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
}

#tab-buttons-grp .tab-button.active {
  background-color: rgba(195, 168, 118, 0.15);
  color: #fff;
  border-color: rgba(190, 170, 126, 0.25);
}
#tab-buttons-grp .tab-button.active:before {
  background-color: #bfaa7e;
  position: absolute;
  content: "";
  top: -33px;
  left: -1px;
  width: calc(100% + 10px);
  height: 5px;
}
#tab-buttons-grp .tab-button img {
  margin-bottom: 22px;
  border-radius: 22px;
}
.tab_btn_info {
  display: block;
  text-align: center;
  margin-bottom: 22px;
  min-height: 76px;
}
.tab_btn_info h5 {
  margin-bottom: 6px;
  text-align: center;
  font-size: 20px;
  color: #e8edd9;
  font-family: "Open Sans";
}
.tab_btn_info span {
  text-align: center;
  font-size: 14px;
  color: #e8edd9;
  font-family: "Arial";
  font-weight: 400;
}
.tab-button span.radio_circle {
  width: 27px;
  height: 27px;
  position: relative;
  border: 2px solid #bfaa7e;
  border-radius: 100%;
}
.tab-button span.radio_circle:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #bfaa7e;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#slide-playback-btn:hover {
  background-color: #bfaa7e;
  color: #fff;
}
#slide-playback-btn {
  position: absolute;
  right: 50px;
  bottom: 10px;
  display: flex;
  border: 2px solid #bfaa7e;
  border-radius: 32px;
  width: 138px;
  justify-content: center;
  column-gap: 8px;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  background-color: rgba(0, 0, 0, 0);
  color: #bfaa7e;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.36px;
}
#slide-play-icon {
  display: none;
}
#tab-content-wrapper .tab-panel.active {
  display: flex;
}
.leader_content_overflow {
  max-height: 240px;
  overflow: auto;
}
.leader_content_overflow::-webkit-scrollbar-track {
  border-radius: 10px;
}
.leader_content_overflow::-webkit-scrollbar {
  width: 5px;
}
.leader_content_overflow::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e8edd9;
}

.clamped-text {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.clamped-text.expanded {
  -webkit-line-clamp: unset;
}
.read-more {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  color: #e8edd9;
}
.copy-email-icon a {
  width: 63px;
  height: 63px;
  background-color: #e8edd9;
  gap: 0px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
}

.copy-msg {
  background-color: #e8edd9;
  /* background-image: url(http://dfm-dev.westus.cloudapp.azure.com/dfm-main/wp-content/uploads/2025/07/check.svg);
  background-position: 24px 15px;
  background-repeat: no-repeat;
  background-size: auto; */
  margin-top: 22px;
  padding: 12px 24px;
  border-radius: 8px;
  color: #1d2a20;
  font-size: 18px;
  font-weight: 700;
  padding: 14px;
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  position: absolute;
}
.copy-msg.show {
  visibility: visible;
  opacity: 1;
  position: static;
}

.elementor-hidden-mobile {
  position: static;
}
.elementor-widget-text-editor p a {
  font-weight: 700 !important;
  border-bottom: 2px solid #000000cc;
  color: rgba(0, 0, 0, 0.8);
}
.elementor .e-con-inner p {
  margin-block-end: 21px;
}

.elementor-widget-shortcode .form_wrap form p {
  margin: 0;
}

form .search_input button {
  bottom: 0;
  background-color: #fff;
  padding: 3px 8px 2px 8px;
}
#filter-year-options {
  max-height: 312px;
  overflow-y: auto;
}

#plan_custom_tab .e-n-tabs-heading button {
  flex-grow: 1;
}
#plan_custom_tab .e-n-tabs-heading {
  background-color: #2b464a;
  padding: 25px 17px;
  border-radius: 12px;
  margin-bottom: 98px;
}
#plan_custom_tab h2 {
  font-size: 42px;
  margin: 0 0 25px;
}
#plan_custom_tab h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 20px;
}

.dfm-search {
  width: 100%;
}
form#dfm-search button {
  border: 0;
  padding: 0;
}
form#dfm-search button img {
  width: 25px;
  height: 25px;
  max-width: none;
}
.search-tips span {
  font-weight: 400;
}

.mega-menu {
  left: 0 !important;
  top: 100% !important;
}
header .elementor-menu-toggle {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #33373d;
  cursor: pointer;
  display: flex;
  font-size: 36px;
  justify-content: center;
  padding: 0;
}

/* Breadcrumb Css */
.dfm-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-family: arial;
  font-weight: 600;
}
.dfm-breadcrumb a {
  font-weight: 400;
}
.dfm-breadcrumb a img {
  margin-right: 12px;
}

/* ======================== Media Querry =========================*/

@media screen and (max-width: 1390px) {
  #header_menu {
    gap: 12px;
  }
  .main-nav {
    display: none;
  }
  #mobile_menu_toggle {
    display: block;
    border: 0;
    padding: 0;
    background: none;
    color: #e8edd9;
    margin-left: auto;
  }
  #mobile_menu_toggle span {
    font-size: 40px;
  }
  #info0 {
    top: -240px;
    left: -150px;
  }
  #info1 {
    top: -240px;
    right: -150px;
  }
  #info2 {
    bottom: -212px;
    left: -150px;
  }
  #info3 {
    bottom: -210px;
    right: -150px;
  }
  .circle-container .dfm-circle.active {
    width: 170px;
    height: 170px;
  }
  .circle-container .dfm-circle.active .about_dfm_circle_text {
    font-size: 15px;
  }
}

@media screen and (min-width: 1300px) {
  .e-con > .e-con-inner {
    max-width: 1278px !important;
  }
}

@media screen and (max-width: 1199px) {
  #about_main_wrap {
    padding: 80px 0 160px;
  }
}

@media screen and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none !important;
  }
  #plan_custom_tab .e-n-tabs-heading {
    margin-bottom: 60px;
  }
  #plan_custom_tab h2 {
    font-size: 30px;
  }
  #plan_custom_tab h2 {
    font-size: 22px;
  }

  /* Mobile Menu */

  #site-header .e-con-inner,
  .site-header .e-con,
  #header_menu {
    position: static;
  }
  .site-header {
    position: relative;
  }

  #header_menu .hover-tabs-wrapper .tab-btn a.elementor-button,
  #header_menu .hover-tabs-wrapper .active.tab-btn a.elementor-button,
  #header_menu .menu-item > a,
  .inner_sub_menu ul li a {
    color: #1d2a20;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    font-family: "Montserrat";
    padding: 10px;
    border-bottom: 1px solid #acacac;
    line-height: 30px;
    border-top: 1px solid #acacac;
    background-color: #fff;
    box-shadow: none;
    margin-bottom: -1px;
  }
  #header_menu .mega-menu .hover-tabs-wrapper .tab-btn a.elementor-button,
  #header_menu
    .mega-menu
    .hover-tabs-wrapper
    .active.tab-btn
    a.elementor-button {
    border: 0;
  }

  #header_menu .menu-item.contact > a {
    background-color: none;
    margin-bottom: 0;
  }
  #header_menu .menu-item > a {
    background: url(../images/angle_down.png) no-repeat right 15px center;
    margin-bottom: -1px;
  }
  #header_menu .menu-item.mega-menu-open > a {
    background-image: url(../images/angle_up.png);
    background-position: right 15px top 21px;
    background-repeat: no-repeat;
  }
  .inner_sub_menu,
  .inner_sub_menu ul {
    display: block !important;
  }
  #header_menu #header_menu .menu-item .inner_sub_menu a {
    background: #e8edd9 !important;
    margin-bottom: -1px;
    padding-left: 40px;
  }
  #header_menu .elementor-nav-menu--dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 99;
    margin: 0;
    transform: translate(0, 0);
  }
  #header_menu {
    gap: 0;
    z-index: 999;
  }
  #header_menu
    .mega-menu
    .hover-tabs-wrapper
    .tab-btn
    a.elementor-button
    .elementor-button-icon,
  header .menu-item > a:after {
    display: none;
  }

  #header_menu .mega-menu .hover-tabs-wrapper #rla-tab-2 a.elementor-button,
  #header_menu .mega-menu .hover-tabs-wrapper #budget-tab-3 a.elementor-button,
  #header_menu .mega-menu .hover-tabs-wrapper #budget-tab-2 a.elementor-button {
    background-color: #e8edd9;
  }
  .inner_sub_menu ul li a {
    border: 0;
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .search_elem .search-results_page {
    padding: 20px 30px 50px;
  }

  .dfm-breadcrumb {
    gap: 8px;
    font-size: 15px;
    flex-wrap: wrap;
  }

  .dfm-breadcrumb a img {
    margin-right: 8px;
  }
}

@media screen and (max-width: 575px) {
  #header_menu .hover-tabs-wrapper .tab-btn a.elementor-button,
  #header_menu .hover-tabs-wrapper .active.tab-btn a.elementor-button,
  #header_menu .menu-item > a,
  .inner_sub_menu ul li a,
  #header_menu .menu-item > a {
    font-size: 16px !important;
  }

  #plan_custom_tab h2 {
    font-size: 20px;
  }
  #plan_custom_tab h2 {
    font-size: 26px;
  }
  #plan_custom_tab .e-n-tabs-heading {
    margin-bottom: 40px;
  }
  #video-playback-btn {
    bottom: -75px;
  }
  .mobile_logo {
    display: block;
  }
  .desktop_logo {
    display: none;
  }
  .mobile_logo img {
    max-width: 70px;
  }
  #btn_full a {
    width: 100%;
    display: block;
  }

  .search_elem .search-results_page {
    padding: 0px 15px 40px;
  }
  .search_elem .search-tips strong,
  .search_elem .search-tips,
  .search_elem .results-container-header h3 {
    font-size: 20px;
  }
  .search_elem .search-results_header section h1 {
    font-size: 24px;
    margin: 0;
  }
  .search_elem .search-results_header section {
    padding: 25px;
  }
  .search_elem .dfm-search {
    height: 43px;
  }

  input.form-control.searchInput {
    font-size: 14px;
  }

  #header_search_btn {
    padding: 6px 0 6px 10px;
    margin-left: 10px;
  }
  #header_search_btn span {
    font-size: 26px;
  }
  header .elementor-menu-toggle {
    font-size: 26px;
  }
  #site-header {
    padding: 8px 15px;
  }
}
