/*
Theme Name: HCP Horizon Theme
Theme URI:  https://example.com/beaver-starter
Author: Your Name
Description: Minimal starter theme optimised for Beaver Builder and Beaver Themer.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: beaver-starter
*/

body {
    font-size: 14px;
    line-height: 1rem;
    color: #57595c;
}

a {
    transition: color .3s ease-in-out;
    color: #57595c;
    text-decoration: none;
}

a:hover {
    color: #037ec0;
    text-decoration: none;
}

.footer-navigation ul.menu{
 padding: 0;   
    display: flex;
    align-items: center;   
    list-style: none;
  gap:8px;
  flex-wrap: wrap;
  row-gap: 0;
}
.footer-navigation ul li a {
  text-decoration: none;
}
.footer-navigation ul.menu li a{
  position:relative;
  padding-right: 8px;
  font-family: Arial, Times, serif;
}
.footer-navigation ul.menu li:not(:last-of-type) a:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px; 
  background-color: #57595c; 
}
.skip-link {
  position: absolute;
  top: -40px; /* hide off-screen */
  left: 0;
  background: gray; /* or brand color */
  color: #fff;
  padding: 10px 16px;
  z-index: 1000;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  transition: top 0.3s ease;
}

/* When focused via keyboard (Tab) */
.skip-link:focus {
  top: 10px; /* moves into view */
}
body{
  margin:0;
}

.ccpabold {
    font-weight: bold;
}

.site-container {
    margin: 0 auto;
    max-width: 62.5rem;
    padding: 0 .9375rem;
}

footer.main-footer{
    margin: 50px auto;
    max-width: 62.5rem;
    font-size: 14px;
    color: #57595c;
    text-align: center;
 font-family: Arial, Times, serif;
 padding:24px
}
footer.main-footer a{
    transition: color .3s ease-in-out;
    color: #57595c;
 text-decoration: none;
}
footer.main-footer p,footer.main-footer .menu{
 padding:0;
 margin:0;
}
footer.main-footer .menu li {
  text-decoration: none;
}
footer.main-footer .menu li a{
position:relative;
padding-right: 8px;
    color: #57595c;
}
footer.main-footer .menu li a:hover{
color: #037ec0;
}

footer.main-footer .menu li:not(:last-of-type) a:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px; 
  background-color: #000; 
}

  
footer.main-footer .menu{
 padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
 gap:8px;
 flex-wrap: wrap;
    row-gap: 0;
}

input[type="text"], input[type="hidden"], input[type="email"], textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input, select, textarea {
    font-family: "Burbank-Regular", sans-serif !important;
}