/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Navigation
# Content
## Custom Element
### Accordion
# Gravity Forms
# Footer
# Media - Max
# Media - Min
--------------------------------------------------------------*/
:root {
  --white: #fff;
  --black: #0D0D0E;
  --dark-blue: #0A1B6C;
  --blue: #293C98;
  --light-blue: #D5D7E2;
  --dark-red: #6E0000;
  --red: #B31414;
  --light-red: #DACACA;
  --warm-white: #FFFCF6;
  --shadow: rgba(16, 24, 40, 0.05) 0px 6px 15px -2px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.row,
.vc_row{
  margin-left: 0!important;
  margin-right: 0!important;
  width: 100%;
  z-index: 1;
  position: relative;
}
.vc_column_container>.vc_column-inner {
  padding: 0!important;
}
.screenreader-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.width-container {
  max-width: 1500px;
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: 35px!important;
  padding-right: 35px!important;
  float: unset!important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a {
  color: var(--white);
}

.text-center,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6,
.text-center p,
.text-center a {
  text-align: center;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.ast-builder-grid-row > .site-header-section{

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: space-evenly;
  align-content: space-evenly;

  & .ast-builder-menu{
    width: 100%;
    padding: 0!important;
  }
}
.menu-link{
  border: 0!important;
}
.ast-builder-grid-row > .site-header-section .menu-link .menu-text{
  position: relative;
}
.ast-nav-menu > li > .menu-link > .menu-text::after{
  content: '';
  width: 0%;
  height: 2px;
  background: var(--light-red);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.ast-builder-grid-row > .site-header-section .menu-link .menu-text:hover::after,
.ast-builder-grid-row > .site-header-section .menu-link .menu-text:focus::after{
  width: 100%;
}

.icon-location .menu-link::before{
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url(/wp-content/uploads/2026/01/location-marker-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.icon-phone .menu-link::before{
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url(/wp-content/uploads/2026/01/phone-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  position: relative;
}

.ast-desktop .menu-item .sub-menu .menu-link{
  color: var(--black);
  padding: 8px 15px;

  & *{
    color: var(--black);
  }
  &:hover,
  &:focus{
    background-color: var(--light-blue)!important;
  }

}

.ast-desktop  .ast-nav-menu > li:last-child > .menu-link{
  padding-right: 0;
}


.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;

  & .mobile-menu-wrap,
  & .mobile-menu {
    margin: 0;
    line-height: 1;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.btn{
  position: relative;
  display: inline-block;
  padding: 12px 25px 12px 25px;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  border-radius: 25px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-align: center;
  box-shadow: unset !important;
  border: 0;
  text-transform: uppercase;
  text-decoration: unset !important;
  color: var(--white);
  background-color: var(--black);
  border: 2px solid var(--black);
  overflow: hidden;
  letter-spacing: 2px;
  
  &:hover,
  &:focus{
    color: var(--black);
    background-color: var(--white);
    border-color: var(--black);
  }
}

/*--------------------------------------------------------------
## Custom Element
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Gravity forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
  padding: 3rem 35px;
}
/*--------------------------------------------------------------
# Media - MAX
@media only screen and (min-width: 769px) and (max-width: 992px) {}
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {

  .ast-header-break-point  .sub-menu .sub-menu{
    background-color: #EEEFF3!important;
  }
  .icon-location .menu-link::before{
    background-image: url(/wp-content/uploads/2026/01/location-marker-black.svg);
    top: 4px;
  }

  .icon-phone .menu-link::before {
    background-image: url(/wp-content/uploads/2026/01/phone-black.svg);
    top: 4px;
    width: 20px;
    margin-right: 9px;
    left: 2px;
  }
  .sub-menu .menu-link .ast-icon.icon-arrow{
    display: none!important;
  }
  .ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link {
    padding-left: 30px;
  }
  .ahfb-svg-iconset svg {
    width: 40px;
    height: 40px;
    transition: none;
  }
}

/*--------------------------------------------------------------
# Media - MIN
--------------------------------------------------------------*/
@media only screen and (min-width: 993px) {

  
}